@charset "UTF-8";
/* CSS Document */

.main-content{
  color: #333;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
  overflow: hidden;
}
.main-content a,
.main-content img{
  transition: .3s;
}

.bg-nav {
  background-color: #eee;
  padding: 30px;
}

.bg-main {
  background-color: #eee;
}

.bg-sub {
  background-color: #e0efef;
  padding-bottom: 40px;
}

/* title */
.title-box{
  background: #fff;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.title-box p{
  font-size: 14px;
}
.title-box small{
  color: #999;
  font-size: 11px;
}
.title{
  display: block;
  font-size: 62px;
  line-height: 1;
  margin-bottom: 20px;
}


/*nav*/
.content-nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 0;
  text-align: center;
  width: 510px;
}
.content-nav li{
  background: #ddd;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin: 0 5px 10px;
  width: 160px;
}
.content-nav li a{
  background: #fff;
  display: block;
  padding: 6px;
}
.content-nav li a img{
  display: block;
  width: 100%;
  aspect-ratio: 16/5;
}

.nav-headline{
  font-family: 'Nunito Sans', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  text-align: center;
  font-size: 20px;
}

.sec-headline {
  font-family: 'Nunito Sans', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  text-align: center;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  padding: 40px 0 0;
}


/*content-box*/
.content-box{
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.content-headline {
  font-family: 'Nunito Sans', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  align-content: center;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: .08em;
}
.content-headline:before,
.content-headline::after{
  background: #ccc;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.content-headline > span{
  display: block;
  transform: translateY(-50%);
  padding: 0 50px;
  white-space: nowrap;
}

.sub-txt{
  font-size: 14px;
  margin: auto 0 50px;
}

.content-box .title img {
  aspect-ratio: 19/7;
}

.open-term {
  display: inline-block;
  /* background-color: #fff; */
  padding: 4px 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}

/*item-list*/
.item-list{
  display: flex;
  flex-wrap: wrap;
}
.item-list li{
  background: #fff;
  margin: 0 calc(4% / 3) 50px 0;
  position: relative;
  width: 24%;
}
.item-list li:nth-of-type(4n){
  margin-right: 0;
}
.item-list li a{
  display: block;
  font-size: 16px;
  padding: 0 0 70px;
}

.item-list li a::after{
  background: #3d3d3d;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  display: block;
  font-size: 12px;
  margin: 0 auto;
  padding: 2px 0;
  position: absolute;
  width: 100px;

  right: 0;
  bottom: 20px;
  left: 0
}
.item-list li img{
  width: 100%;
  aspect-ratio: 5/6;
}

.item-txt-box{
  box-sizing: border-box;
  padding: 15px 20px 10px;
}
.item-txt-box p{
  font-size: 14px;
  padding: 0 0 10px;
  text-align: center;
}

.item-txt-box span{
  font-size: 14px;
}

.item-txt-box b{
  padding-bottom: 5px;
  display: block;
}

.price{
  border-bottom: 1px dashed #ccc;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .08em;
  position: absolute;
  width: calc(100% - 40px);

  bottom: 54px;
}
.item-list img + .price{
  padding: 0;
  position: relative;
}
.item-list p + .price,
.item-list b + .price{
  border-top: 1px dashed #ccc;
}


.off{
  color: #e45515;
  display: inline-block;
  font-size: 14px;
  margin-left: 5px;
}

a.btn{
  border: 1px solid #3d3d3d;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #3d3d3d;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  padding: 12px 0;
  position: relative;
  width: 320px;
}
a.btn b{
  font-size: 14px;
  /* letter-spacing: .08em; */
}
a.btn::after{
  border: 1px solid #3d3d3d;
  border-bottom:none;
  border-left: none;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s;
  width: 8px;

  top: 50%;
  right: 12px;
}


/*relation-link*/
.relation-link-box ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 840px;
}
.relation-link-box ul li{
  margin: 0 10px 20px;
  width: 400px;
}
.relation-link-box ul li:nth-of-type(2n){
  margin-right: 0;
}
.relation-link-box a{
  display: block;
}
.relation-link-box a img{
  width: 100%;
}


/*under-link*/
.under-link-box{
  padding: 60px 0 150px;
  text-align: center;
}
.under-link{
  display: flex;
  justify-content: center;
}
.under-link li{
  margin: 0 10px;
}
.under-link a{
  font-weight: bold;
  background: #3d3d3d;
  border-radius: 4px;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  width: 320px;
}

/* .under-link a::after{
  border: 1px solid #fff;
  border-bottom:none;
  border-left: none;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;

  top: 50%;
  right: 12px;
} */

.content-shopopen .m-btn-inactive {
  height: auto;
  line-height: 1.8;
  padding: .8em;
  max-width: 320px;
  margin: 0 auto;
}






@media screen and (max-width: 640px) {
/*--------------*/
/* SMP settings */
/*--------------*/

.main-content{
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
}

/* SMP title */
.title-box{
  padding: 20px 0px 10px;
}

.title-box p{
  font-size: 14px;
  text-align: left;
}
.title-box small{
  font-size: 11px;
}
.title{
  font-size: 12vw;
}
.title img{
  width: 100%;
  aspect-ratio: 16/9;
}


/*SMP nav*/
.content-nav ul{
  margin: 20px auto 0;
  padding: 0 6px;
  width: 100%;
  box-sizing: border-box;
}
.content-nav li{
  margin: 0 4px 8px;
  width: calc((100% - 16px) / 2);
  max-width: 160px;
}
.content-nav li a{
  padding: 6px;
}


/*SMP content-box*/

.content-box h2{
  /*border-bottom: 1px solid #ccc;*/
  font-size: 20px;
  letter-spacing: .08em;
}
.content-box h2:before,
.content-box h2::after{
  height: 1px;
  width: 100%;
}
.content-box h2 > span{
  line-height: 1.4;
  padding: 0 18px;
}

.sub-txt{
  margin: -5px auto 20px;
  text-align: justify;
}


/*SMP item-list*/
.item-list li{
  margin: 0 0 20px calc(6% / 3) ;
  width: 47%;
}
.item-list li:nth-of-type(4n){
  margin-right: 0;
}
.item-list li::after{
  font-size: 11px;
  margin: 0 auto;
  padding: 2px 0;
  width: 90px;

  right: 0;
  bottom: 15px;
  left: 0
}
.item-list li a{
  font-size: 16px;
  padding: 0 0 65px;
}
.item-list li img{
  width: 100%;
}

.item-txt-box{
  padding: 10px 10px 10px;
}
.item-txt-box p{
  padding: 0 0 10px;
  font-size: 13px;
}

.item-txt-box b{
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 5px;
}

.price{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .08em;
  position: absolute;
  width: calc(100% - 20px);

  bottom: 50px;
}
.item-list img + .price{
  padding: 0;
  position: relative;
}

.off{
  display: block;
  font-size: 11px;
  margin: -5px 0 0;
}

a.btn{
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin: 10px auto 0;
  padding: 12px 0;
  width: 90%;
}
/* a.btn b{
  font-size: 16px;
} */
a.btn::after{
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;

  top: 50%;
  right: 12px;
}


/*relation-link*/
.relation-link-box ul{
  margin: 0 auto;
  width: 100%;
}
.relation-link-box ul li{
  margin: 0 auto 10px;
  width: 90%;
}
.relation-link-box ul li:nth-of-type(2n){
  margin-right: auto;
}


/*SMP under-link*/
.under-link-box{
  margin: 60px 0 0;
  padding-top: 60px;
}
.under-link{
  display: block;
}
.under-link li{
  margin: 10px 0 0;
}
.under-link a{
  margin: 0 auto;
  padding: 20px 0;
  width: calc(100% - 26px);
  max-width: none;
}

.under-link a::after{
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;

  top: 50%;
  right: 12px;
}

.content-shopopen .m-btn-inactive {
  width: calc(100% - 26px);
  max-width: none;
}


}/* end media */


@media screen and (min-width: 640px) {
/*----------------*/
/* HOVER settings */
/*----------------*/

.title img{
  aspect-ratio: 4/1;
}

.content-nav li a:hover{
  opacity: .5;
}

.item-list li a:hover{
  opacity: .6;
}

a.btn:hover{
  background: #eee;
}

.under-link a:hover{
  opacity: .6;
}
.relation-link-box a:hover{
  opacity: .6;
}

}/* end media */
