@charset "UTF-8";
/* CSS Document */

html,body{
  width: 100%;
  }

.main-content{
  font-family: "Prata","Sawarabi Mincho","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  font-weight: 500;
  margin: 0 auto;
  max-width: 1000px;
}
.main-content a{
  transition: .3s;
}



/* title */
.title > img{
  width: 100%;
}



/* navigation */
.navigation{
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
  max-width: 80%;
}
.navigation > li{
  text-align: center;
  width: calc(100% / 5);
}
.navigation > li:not(:first-of-type){
  border-left: 1px solid #999;
}
.navigation > li > a{
  position: relative;
}
.navigation > li > a::after{
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  transform: translateX(-50%) rotate(135deg);
  width: 6px;

  left: 50%;
  bottom: -25%;
}


/* colomn */
.colomn{
  border-bottom: 2px dashed #ccc;
  margin: 50px auto 0;
  padding-bottom: 80px;
}



/* headline-box */
.headline-box{
  overflow: hidden;
}
.headline-box > a,
.headline-box > div{
  display: flex;
}

.headline{
  font-size: 60px;
}

.headline-txt-box{
  font-size: 20px;
  margin-top: 12px;
  margin-left: 50px;
}
.headline-item-name{
  border-bottom: 1px solid #ccc;
  padding-right: 80px;
}
a .headline-item-price::after{
  background: #3d3d3d;
  border-radius: 2px;
  color: #fff;
  content: "Check";
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
  margin-left: 20px;
  padding: 4px 0 2px;
  text-align: center;
  vertical-align: top;
  width: 80px;
}
.hadline-img-box{
  border-radius: 50%;
  margin-left: 50px;
  max-height: 100px;
  overflow: hidden;
  max-width: 100px;
}
.hadline-img-box > img{
  width: 100%;
}



/* content-box */
.content-box{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.content-box > section{
  width: calc(50% - 20px);
}
.content-box > section:nth-of-type(2n){
  margin-left: 40px;
}

.img-box{
  position: relative;
}
.img-box > img{
  width: 100%;
}

.img-txt-area{
  line-height: 1.21;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
}

.unique-position{
  color: #fff;

  top:75%;
  left: 20px;
  bottom: 20px;
}

.img-txt-area > h3{
  font-size: 80px;
}
.img-txt-area > .head{
  font-size: 20px;
}
.img-txt-area > .txt{
  font-size: 12px;
  line-height: 1.7;
  margin-top: -10px;
}


.left{
  right: 20px;
}
.right{
  left: 20px;
}



/* item-list */
.item-list{
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  a
}
.item-list > li{
  border-bottom: 1px dashed #ccc;
}
.item-list > li > a,
.item-list > li > p{
  display: block;
  font-size: 16px;
  letter-spacing: .07em;
  padding: 10px 0;
  position: relative;
}
.item-list > li > p{
  color: #999;
}
.item-list > li > a::after{
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;

  right: 5px;
  top: 50%;
}


/* under link */
.under-link-box{
  margin: 0 auto;
  overflow: hidden;
  max-width: 1000px;
}
.under-link{
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 100px;
  text-align: center;
  width: 100%;
}
.under-link li{
  margin: 5px;
  text-align: center;
  width: calc(100% / 3 - 10px);
}
.under-link li a{
  background: #49453d;
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 14px 0;
}



/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/


@media screen and (max-width: 640px) {
/*-----------*/
/*-- S M P --*/
/*-----------*/

.main-content{
  max-width: 100%;
}



/* SMP title */
.title > img{
  width: 100%;
}



/* SMP navigation */
.navigation{
  margin: 20px auto 0;
  max-width: 100%;
}


/* SMP colomn */
.colomn{
  margin: 50px auto 0;
  padding-bottom: 80px;
}



/* SMP headline-box */
.headline-box{
  overflow: hidden;
  margin-left: 4%;
}
.headline-box > a,
.headline-box > div{
  flex-wrap: wrap;
}

.headline{
  font-size: 50px;
  width: 100%;
}

.headline-txt-box{
  font-size: 16px;
  margin-top: 12px;
  margin-left: 0;
}
.headline-item-name{
  padding-right: 20px;
}
a .headline-item-price::after{
  margin-top: 2px;
}
.hadline-img-box{
  margin-left: 4%;
  max-height: 80px;
  max-width: 80px;
}



/* SMP content-box */
.content-box{
  display: block;
  margin-top: 30px;
}
.content-box > section{
  margin-right: auto;
  margin-left: auto;
  width: 92%;
}
.content-box > section:nth-of-type(2n){
  margin-top: 50px;
  margin-left: auto;
}

.img-txt-area{
  transform: translateY(-50%);
  top: 50%;
}

.unique-position{
  top:75%;
  left: 4vw;
  top: 78vw;
}

.img-txt-area > h3{
  font-size: 15vw;
}
.img-txt-area > .head{
  font-size: 6vw;
}
.img-txt-area > .txt{
  font-size: 2.2vw;
  margin-top: 0px;
}


.left{
  right: 2%;
}
.right{
  left: 2%;
}

/* SMP item-list */
.item-list > li > a,
.item-list > li > p{
  font-size: 16px;
  padding: 10px 0;
}

/* SMP under-link */

ul.under-link{
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  width: 90%;
}
ul.under-link li{
  margin-bottom: 5px;
  width: 100%;
}


}/* end media */

@media screen and (min-width: 641px) {
/* 表示領域が641px以上の場合に適用するスタイル */

.main-content a:hover{
  opacity: .6;
}


/* HOVER under-link */
.under-link a:hover{
   background: #666;
}
.under-link li a.m-btn-inactive:hover{
   background: #f2f2f2;
}
}/* end media */
