@charset "utf-8";@charset "UTF-8";
.row-fluid li {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cont {
  /*background: #f9f9f9;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-bottom: 5%;*/
}

#Area {
  margin: 0 auto 100px;
  display: block;
  font-family: serif;
}

#Area .imageArea {
  width: 100%;
  margin: 0 auto 0;
}

#Area .imageArea ul.row-fluid {
  width: 100%;
  text-align: left;
  margin: 5% auto 0;
}

#Area .imageArea ul.last {
  margin: 0 auto;
}

#Area .imageArea ul.row-fluid li {
  width: 46%;
}

#Area .btn-area1 {
  width: 100%;
  display: block;
  margin: 100px auto 50px;
}

#Area .btn-area1 ul li.span10 {
  width: 60%;
  margin-left: 20%;
}

#Area .btn-area1 ul li a {
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

#Area .btn-area1 ul li a:hover {
  opacity: 0.7;
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}


/* 追加文字*/ 

.st3{
  font-family: "Libre Baskerville", serif;
  font-size: 1.8em;
  text-align:center;
}

.text01 {
    font-family: "Libre Baskerville", serif;
    font-size: 1.5em;
    text-align: center;
    padding-top: 15%;
}

.text01a {
    font-family: "Libre Baskerville", serif;
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
    padding-top: 8%;
}

.text01aa {
    font-family: "Libre Baskerville", serif;
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    padding: 3%;
}

.text01c {
    font-family: "Libre Baskerville", serif;
    font-size: 1.0em;
    text-align: center;
    padding: 8%;
}

.font01 {
  font-size: 1.6em;
  line-height: 1.7em;
  font-weight: bold;
}

.space01 {
  margin-top: 8%;
  padding-bottom:5%;
}



/* ボタン*/

section {
  max-width: 300px;
  margin: 0 auto;
  padding:1%;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

/* ボタン２*/

a.btn_05 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 70px;
    margin: 0 auto;
    padding: 0.2rem 0.2rem;
    font-weight: bold;
    border: 0.05px solid #fff;
    background: #000;
    color: #fff;
    transition: 0.5s;
    font-size: 0.8em;
}

a.btn_05:hover {
	color: #222222;
	background: #DCDCDC;
}


/* レイアウト1*/

.container0703 {
    display: grid;
    grid-template-columns: 23em 8em;
    grid-template-rows: 30em 12em 13em 8em;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photo10 photo10"
        "brand10 brand10"
        "desc10 desc10"
        "itemname10 btn10";
}

.photo10 { grid-area: photo10; }

.brand10 { grid-area: brand10; }

.desc10 {
    grid-area: desc10;
    width: 90%;
    text-align: left;
    margin: 0 auto;
    font-size: 1.1em;
}

.itemname10 { 
    grid-area: itemname10; 
    font-size: 1.1em;
    width: 85%;
    text-align: left;
    margin: 0 auto;
}

.btn10 { grid-area: btn10; }

/* レイアウト2*/

.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    padding: 2%;
}

.div2 {
    grid-column-start: 3;
    grid-row-start: 1;
}

.div3 {
    grid-column-start: 2;
    grid-row-start: 1;
}
        
/* 区切り線*/

.line01 {
    border-top: 2px solid #000;
    margin: 0 auto;
    width:200px;
    padding:5%;
}


/* コンテナボックス*/

.container1103 {  display: grid;
  padding: 5px 5px 5px 5px;
  margin: 15px;
  grid-template-columns: 36% 36%;
  grid-template-rows:50vw 50vw;
  gap: 10px 10px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: space-evenly;
  justify-items: center;
  align-items: center;
}


/* スライド*/
* {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}
.content1103:nth-child(1) {
  background-color: none;
}
.content1103:nth-child(2) {
  background-color: none;
}
.content1103:nth-child(3) {
  background-color: none;
}
.content1103:nth-child(4) {
  background-color: none;
}
.content1103:nth-child(5) {
  background-color: none;
}

/* スライドする要素 */
.content1103 {
  width: 150px;
  height: 210px;
  margin: 0px 5px 0px 5px;
}

/* スライドレールの枠 */
.wrap1103 {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 210px;
  margin-bottom:50px;
}

/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 15s infinite linear 1s both;
  animation: loop-slide 15s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
.content-hover:hover {
  transform: translateY(-20px);
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}
}
/*===============================================
tablet
===============================================*/
@media (max-width:768px)  {
  #Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
  }

  #Area .btn-area1 {
    width: 80%;
    display: block;
    margin: 0 auto 80px;
  }

  #Area .btn-area1 ul li.span10 {
    width: 100%;
    margin-left: 4%;
    padding-bottom: 0%;
    padding-top: 2%;
  }

  #Area .btn-area1 ul li.span10:first-child {
    margin-left: 0;
  }

  #Area .btn-area1 ul li a {
    display: block;
    font-size: 18px;
    line-height: 350%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
  }

  #Area .content-area {
    padding-bottom: 0;
  }

section {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}
}


@media (max-width:768px)  {
.st3 {
    font-family: "Libre Baskerville", serif;
    font-size: 1.4em;
    text-align: center;
}

.text01 {
    font-family: "Libre Baskerville", serif;
    font-size: 1.2em;
    text-align: center;
    padding-top: 8%;
}

.text01a {
    font-family: "Libre Baskerville", serif;
    font-size: 0.9em;
    text-align: center;
    font-weight: bold;
    padding-top: 8%;
}

.text01c {
    font-family: "Libre Baskerville", serif;
    font-size: 0.7em;
    text-align: center;
    padding: 8%;
}
}
/*===============================================
SMP
===============================================*/
@media (max-width: 430px) {
  #Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
 
  #Area .btn-area1 {
    width: 90%;
    display: block;
    margin: 0 auto 80px;
  }

  #Area .btn-area1 ul li.span10 {
    width: 100%;
    margin-left: 4%;
    padding-bottom: 0%;
    padding-top: 2%;
  }

  #Area .btn-area1 ul li.span10:first-child {
    margin-left: 0;
    margin-top: 20%;
  }

  #Area .btn-area1 ul li a {
    display: block;
    font-size: 18px;
    line-height: 350%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
  }

  #Area .content-area {
    padding-bottom: 0;
  }

  #Area .imageArea ul.row-fluid li.mt47 {
    margin-top: 12%;
  }

  #Area .imageArea ul.row-fluid li.mt95 {
    margin-top: 12%;
  }

  #Area .imageArea ul.row-fluid li.mt120 {
    margin-top: 12%;
  }

section {
  max-width: 300px;
  margin: 0 auto;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

  
/* スライドする要素 */
.content1103 {
  width: 150px;
  height: 210px;
  margin: 0px 5px 0px 5px;
}
/* スライドレールの枠 */
.wrap1103 {
  overflow: hidden;
  display: flex;
  align-items: center;
  height:210px;
  margin-bottom: 30px;
}
/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 15s infinite linear 1s both;
  animation: loop-slide 15s infinite linear 1s both;
}

.space01 {
    margin-top: 10%;
    padding-bottom: 20%;
}

/* コンテナボックス*/

.container1103 {  display: grid;
  padding: 5px 5px 5px 5px;
  margin: 15px;
  padding-top: 5%;
  grid-template-columns: 46% 46%;
  grid-template-rows:60vw 60vw;
  gap: 10px 10px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: space-evenly;
  justify-items: center;
  align-items: center;
  grid-template-areas:
    ". ."
    ". .";
}
.container1103 * {
  position: relative;
}  

.container0702 {
    display: list-item;
    align-content: center;
}

.container0703 {
    display: grid;
    grid-template-columns: 18em 8em;
    grid-template-rows: 25em 11em 18em 8em;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photo10 photo10"
        "brand10 brand10"
        "desc10 desc10"
        "itemname10 btn10";
}

.parent {
    display: block;
    padding: 5%;
}

.st3 {
    font-family: "Libre Baskerville", serif;
    font-size: 2.0em;
    text-align: center;
}


.text01a {
    font-family: "Libre Baskerville", serif;
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    padding-top: 8%;
}

.text01c {
        font-family: "Libre Baskerville", serif;
        font-size: 1.2em;
        text-align: center;
        padding: 8%;
}
}