@charset "UTF-8";
/* CSS Document*/

#m-contents{
  background: #fff;
}

.m-bread-crumb{
  background: #fff;
}

.main-content{
  color: #333;
  font-family: "EB Garamond" ,"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  padding-bottom: 70px;
  text-align: center;
  width: 100%;
}
.main-content a,
.main-content a img{
 transition: .3s;
}


/*title*/
h1.title{
  background-image: linear-gradient(to right , #f6f7fb 0% , #f6f7fb 50% , #f6f7fb 50% , #f6f7fb 100%);
}
h1.title img{
  margin: 0 auto;
}


/* nav */
nav.content-nav{
  background: #fff;
  padding: 5px 0 15px;
  width: 100%;
}
nav.content-nav ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;

}

nav.content-nav ul li a{
  display: block;
  font-size: 20px;
  letter-spacing: .08em;
  margin: 0 35px;
}
nav.content-nav ul li a::after{
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  content: "";
  display: block;
  height: 12px;
  margin: -6px auto 0;
  transform: rotate(45deg);
  width: 12px;
}


/* section */

section.content-outer-box:nth-of-type(2n+1){
  background: #DCDDDF;
}

section.content-outer-box:nth-of-type(2n){
  background: #D2DCE6;
}

section.content-outer-box:nth-of-type(3){
  background: #D2DCE6;
}

.content-outer-box{
  padding: 70px 0;
  width: 100%;
}
.content-inner-box{
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
  display: flex;
  justify-content: center;
}
.content-inner-box-reco{
  margin: 0 auto;
  overflow: hidden;
  width: 1000px;
}
.content-inner-box > img.main-img,
.content-inner-box > div.style-box{
  float: left;
}
.main-img{
  width: 550px;
}

/* style-box */
div.style-box{
  background: #fff;
  box-sizing: border-box;
  color: #777;
  padding: 50px 40px;
  width: 340px;
}
div.style-box a{
  color: #777;
  display: block;
  letter-spacing: .05em;
  position: relative;
}
div.style-box a::after{
  background: #333;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  display: block;
  font-size: 20px;
  margin: 20px auto 0;
  padding: 4px 0;
  width: 250px;
}
.sub-img{
  width: 250px;
}


/* cp-icon */
.cp-icon{
  background: #e7a811;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  height: 72px;
  letter-spacing: 0;
  line-height: 1.2;
  padding-top: 18px;
  position: absolute;
  width: 72px;
  top: 270px;
  right: -4px;
}
.cp-icon span{
  font-size: 22px;
}
.campaign-close .cp-icon{
  display: none;
}


/* headline-box
#ivory h2.head-line{color: #b1a89c;}
#moca h2.head-line{color: #906c5b;}
#khaki h2.head-line{color: #796849;}
#navy h2.head-line{color: #2f416e;}*/

h2.head-line{
  color: #444;
  font-size: 48px;
  letter-spacing: .02em;
  line-height: 1.1;
}
h2.head-line > span{
  display: block;
  font-size: 22px;
  letter-spacing: .08em;
}
.headline-box p{
  box-sizing: border-box;
  font-size: 13px;
  margin: 20px 0 30px;
  text-align: justify;
}


/* item-txt MAIN */
div.style-box .item-txt-box{
  margin-top: 20px;
}
div.style-box .item-sub,
div.style-box .item-price{
  display: block;
}
div.style-box .item-sub{
  font-size: 16px;
}
div.style-box .item-price{
  font-size: 20px;
}


/* item-list */
.item-list-headline{
  border-bottom: 1px solid #999;
  color: #777;
  font-size: 24px;
  letter-spacing: .05em;
  margin-top: 30px;
}
.item-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item-list li{
  margin: 30px 18px 0 0;
  width: 220px;
}
.item-list li:nth-of-type(5n){
  margin-right: 0;
}

.item-list li a{
  display: block;
}
.item-list li a::after{
  background: #333;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  content: "Check";
  display: block;
  font-size: 14px;
  letter-spacing: .08em;
  margin: 5px auto 0;
  width: 100px;
}
.item-list li img{
  width: 100%;
}
.item-list li span{
  display: block;
}

/* item-txt LIST */
.item-list .item-txt-box{
  margin-top: 5px;
}
.item-list .item-sub,
.item-list .item-price{
  display: block;
}
.item-list .item-sub{
  font-size: 15px;
}
.item-list .item-price{
  font-size: 13px;
}
.campaign-active .item-list .item-txt-box::before{
  background: #e7a811;
  color: #fff;
  content: "クーポン対象";
  display: block;
  font-size: 12px;
  margin-top: -5px;
  padding: 2px 0;
}
.campaign-close .item-list .item-txt-box::before{
  display: none;
}
.campaign-active .item-list .cp-exclude .item-txt-box::before{
  visibility: hidden;
}

/* point-box */
section.point-box{
  margin-top: 70px;
}
section.point-box ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}
section.point-box ul li{
  display: flex;
  margin-top: 40px;
  overflow: hidden;
  width: 480px;
}

.point-img-box img{
  width: 240px;
  display: block;
}

.content-headline{
  font-size: 28px;
}

/* point-txt-box */
.point-txt-box{
  background: #fff;
  box-sizing: border-box;
  padding: 60px 0 0;
  width: 240px
}
.point-txt-box h3{
  color: #777;
  font-size: 18px;
  line-height: 1;
}
.point-txt-box h3 span{
  display: block;
  font-size: 50px;
}
.point-txt-box h3::after{
  background: #ddd;
  content: "";
  display: block;
  height: 2px;
  margin: 20px auto;
  width: 40px;
}
.point-txt-box p{
  font-size: 13px;
}

/* cp-box */
section.cp-box{
  margin-top: 70px;
}
.cp-inner-box{
  display: flex;
  margin: 20px auto 0;
  overflow: hidden;
  width: 1000px;
}
.cp-img-box img{
  display: block;
  width: 419px;
}
.campaign-close .cp-img-box{
  position: relative;
}
.campaign-close .cp-img-box::after{
  content: "終了いたしました";
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .15em;
  opacity: .9;
  position: absolute;
  text-align: center;
  width: 100%;

  top:190px;;
}
.campaign-close .cp-img-box img{
  opacity: .2;
}

.cp-txt-box{
  background: #fff;
  box-sizing: border-box;
  font-size: 12px;
  padding: 40px 50px 0;
  text-align: justify;
  width: 580px;
}

.cp-head{
  background: #c18f5B;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  width: 140px;
}
.campaign-close .cp-head{
  background: #fff;
  border: 1px solid #c18f5B;
  color: #c18f5B;
}
.cp-txt-box h2{
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 0;
}
.cp-txt-box p{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 15px 0;
  padding: 15px 0;
}

.cp-txt-box ol li{
  font-size: 11px;
}


/* back-number */
.back-number{
  font-family: 'EB Garamond', serif;
  margin: 70px 0 0;
}
.back-number h2{
  border-bottom: 1px solid #bbb;
  font-size: 26px;
}
.back-number nav{
  padding: 20px 0 0;
}
.back-number nav ul{
}
.back-number nav li{
  display: inline-block;
  font-size: 20px;
  margin: 0 15px 0 0;
  text-align: center;
}
.back-number nav li div{
  border-radius: 120px 120px;
  height: 120px;
  overflow: hidden;
  width: 120px;
}

.back-number nav li div img{
  width: 100%;
}


.person-box{
	width: 90%;
	margin: 40px auto;
  text-align: left;
}
.person-box ul{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px;
	border: 1px solid #eee;
}
.person-box ul li{
	width: 100%;
	display: inline-block;
}
.person-box ul li:nth-of-type(1){
	width: 200px;
}
.person-box ul li img{
	width: 100%;
}
.person-box ul li b{
	display: block;
	margin-top: 20px;
}

.title-lead {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}

.bl-1 {
    background: #D2DCE6;
}

@media screen and (max-width: 640px){
/*-------*/
/* S M P */
/*-------*/

/* SMP title*/
h1.title img{
  margin: 0 auto;
  width: 100%;
}


/* SMP nav */
nav.content-nav{
  padding: 0 0 25px;
}
nav.content-nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav.content-nav ul li{
  margin-top: 10px;
  width: 50%;
}
nav.content-nav ul li a{
  display: block;
  font-size: 14px;
  letter-spacing: .05em;
  margin: 10px 10px 0;
}
nav.content-nav ul li a::after{
  height: 12px;
  margin: -5px auto 0;
  width: 12px;
}


/* SMP section */
.content-outer-box{
  padding: 55px 0 65px;
  width: 100%;
}
.content-inner-box{
  margin: 0 auto;
  width: 100%;
}

.content-inner-box-reco{
  margin: 0 auto;
  width: 100%;
}

.content-inner-box > img,
.content-inner-box > div.style-box{
  float: none;
}
.content-inner-box > img{
  width: 100%;
}




/* SMP style-box */
div.style-box{
  background: inherit;
  padding: 0;
  width: 100%;
}
div.style-box > img{
   width: 100%;
}
div.style-box a{
  background: #fff;
  color: #777;
  display: block;
  letter-spacing: .05em;
  margin-top: 20vw;
  padding-bottom: 20px;
  position: relative;
}
div.style-box a::after{
  font-size: 20px;
  margin: 10px auto 0;
  padding: 4px 0;
  width: 60%;
}

.sub-img{
  border: 5px solid #fff;
  margin-top: -20vw;
  width: 60%;
}


/* SMP cp-icon */
.cp-icon{
  font-size: 3vw;
  height: 20vw;
  line-height: 1.2;
  padding-top: 4.6vw;
  width: 20vw;

  top: 32vw;
  right: 6vw;
}
.cp-icon span{
  font-size: 6.5vw;
}


/* SMP headline-box */
h2.head-line{
  font-size: 45px;
  letter-spacing: .08em;
  line-height: 1.1;
}
h2.head-line > span{
  display: block;
  font-size: 22px;
  letter-spacing: .08em;
}
.headline-box p{
  font-size: 13px;
  margin: 10px 0 20px;
  padding: 0 5vw;
}


/* SMP item-txt MAIN */
div.style-box .item-txt-box{
  margin-top: 10px;
}
div.style-box .item-sub{
  font-size: 16px;
}
div.style-box .item-price{
  font-size: 20px;
}


/* SMP item-list */
.item-list-headline{
  border-bottom: 1px solid #ccc;
  color: #777;
  font-size: 22px;
  margin-top: 30px;
}

.item-list{
  justify-content: flex-start;
}
.item-list li{
  margin: 10vw 0 0 4%;
  width: 44%;
}
.item-list li:nth-of-type(5n){
  margin-right: 0;
}

.item-list li a{
  display: block;
}
.item-list li a::after{
  font-size: 14px;
  margin: 5px auto 0;
  width: 80%;
}
.item-list li img{
  width: 100%;
}
.item-list li span{
  display: block;
}

/* SMP item-txt LIST */
.item-list .item-txt-box{
  margin-top: 5px;
}
.item-list .item-sub{
  font-size: 15px;
}
.item-list .item-price{
  font-size: 13px;
}
.campaign-active .item-list .item-txt-box::before{
  font-size: 12px;
  margin-top: -5px;
  padding: 2px 0;
}
.campaign-close .item-list .item-txt-box::before{
  display: none;
}


/* SMP point-box */
section.point-box{
  margin-top: 60px;
}
section.point-box ul{
  margin: 0 auto;
  width: 100%;
}
section.point-box ul li{
  margin: 4vw 0 0;
  overflow: hidden;
  width: 100%;
}
section.point-box ul li img{
  width: 100%;
}

.point-img-box{
  width: 40%;
}

.content-headline{
  font-size: 20px;
}


/* SMP point-txt-box */
.point-txt-box{
  padding: 20px 4vw 0;
  width: 60%;
}
.point-txt-box h3{
  color: #777;
  font-size: 13px;
  line-height: 1.2;
  text-align: left;
}
.point-txt-box h3 span{
  display: inline-block;
  font-size: 22px;
  margin-left: 5px;
}
.point-txt-box h3::after{
  display: none;
}
.point-txt-box p{
  font-size: 12px;
  margin-top: 12px;
  text-align: justify;
}


/* SMP cp-box */
section.cp-box{
  margin-top: 60px;
}
.cp-inner-box{
  display: block;
  margin: 10px auto 0;
  width: 100%;
}
.cp-img-box,
.cp-img-box img{
  width: 100%;
}
.cp-txt-box{
  font-size: 12px;
  padding: 25px 5vw;
  width: 100%;
}

.cp-head{
  font-size: 13px;
  padding: 3px 0;
  width: 140px;
}
.cp-txt-box h2{
  font-size: 14px;
  margin: 10px 0 0;
}
.cp-txt-box p{
  margin: 15px 0;
  padding: 15px 0;
}
.cp-txt-box p b{
  background: #eee;
  display: block;
  margin: 4px 0;
  padding: 2px 0;
  text-align: center;
}

.cp-txt-box ol li{
  font-size: 10px;
}

/* SMP back-number */
.back-number{
  margin: 10vw 4% 10vw;
}
.back-number h2{
  font-size: 9vw;
  line-height: 1;
  padding: 0 0 1.5vw;
}
.back-number h2 span{
  font-size: 3.5vw;
}

.back-number nav{
  padding: 5vw 0 0;
}
.back-number nav ul{
  justify-content: space-between;
  text-align: center;
}
.back-number nav li{
  font-size: 6vw;
  margin: 0 2vw 0 0;
}
.back-number nav li div{
  border-radius: 50%;
  height: 25vw;
  width: 25vw;
}

.back-number nav li div img{
  width: 100%;
}


.sp_visible{
   display: block;
}

.title-lead {
    text-align: center;
}
}/* end media */

@media screen and (min-width: 641px){

.main-content a:hover{
  opacity: .7;
}

.back-number nav li div{
   text-align: center;
}

.back-number nav li a:hover img{
  transform:scale(1.2);
}

div.style-box{
  height: 828px;
}

.person-box{
	width: 1000px;
}
.person-box ul{
	display: flex;
}
.person-box ul li{
	width: 700px;
}
.person-box ul li:nth-of-type(1){
	margin-right: 20px;
}
.person-box ul li b{
	margin-top: 24px;
}



}/* end media */
