/* ===============================================
  ### Foundation ###
=============================================== */

@font-face {
  font-family: "筑紫明朝";
  src: url("/fonts/FOT-TsukuMinPr5-R.otf") format("otf"),
}

/************ fade **********/
.fade,.fade_ttl,.fade_read {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.fade.onView ,.fade_ttl.onView,.fade_read.onView {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.left_fade {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
  -webkit-transform: translateX(-5rem);
  -ms-transform: translateX(-5rem);
  transform: translateX(-5rem);
}

.left_fade.onView {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* base style */
.main-area, .main_inner {
  -webkit-font-feature-settings: normal;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
          font-feature-settings: normal;
  font-style: normal;
  font-weight: normal;
  margin: auto;
  text-align: left;
  width: 100%;
}

.main-area *, .main_inner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-area img, .main_inner img {
  width: 100%;
}

/* toggle visibility for responsive object */
.sp-component {
  display: block;
}

.pc-component {
  display: none;
}

/* ===============================================
  ### Object ###
=============================================== */
/* breadcrumb__list */
.cateList {
  color: #fff;
  font-size: calc(10 * (100vw / 375));
  letter-spacing: 0.01em;
  line-height: calc(20 * (100vw / 375));
  margin: 0 auto;
  padding: calc(80 * (100vw / 375)) 0 calc(16 * (100vw / 375));
  width: 92%;
}

/* buy__btn */
.buy__btn {
  display: block;
  height: calc(16 * (100vw / 375));
  width: calc(40 * (100vw / 375));
}

/* viewall__btn */
.viewall__btn {
  display: block;
  height: calc(46 * (100vw / 375));
  width: calc(300 * (100vw / 375));
}

/* background */
#Contents main{
	background-color: #121113;
	display: block;
}

/* ===============================================
  ### Layout ###
=============================================== */
/* =====================================
  * Style for SP-view *
===================================== */
/* mv_area */
.mv_area .mv_img{
	width: 100%;
	height: auto;
}

.mv_area .mv_ttl{
	width: calc(335 * (100vw / 375));
	margin: calc(-43.5 * (100vw / 375)) auto 0;
	position: relative;
}

.mv_area .mv_subttl{
	font-family: "筑紫明朝", 'Noto Serif JP', serif;
	font-size: calc(18 * (100vw / 375));
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin-top: calc(24 * (100vw / 375));
}

.mv_area .mv_text{
	font-size: calc(13 * (100vw / 375));
	line-height: 2;
	letter-spacing: 0.02em;
	padding: 0 calc(20 * (100vw / 375));
	margin-top: calc(36 * (100vw / 375));
	position: relative;
	z-index: 1;
}

/* sec */

.sec .ttl_area h3{
	font-size: calc(30 * (100vw / 375));
	letter-spacing: 0.06em;
	position: relative;
	font-family: futura-pt, sans-serif;
	padding-top: calc(78 * (100vw / 375));
	z-index: 1;
}

.sec .contents_area{
	margin-top: calc(60 * (100vw / 375));
}

.sec .contents_area .txt{
	font-size: calc(13 * (100vw / 375));
	line-height: 2;
	letter-spacing: 0.04em;
	padding: 0 calc(20 * (100vw / 375));
	margin-top: calc(25 * (100vw / 375));
	position: relative;
}

.sec .contents_area .txt h4{
	font-family: "筑紫明朝", 'Noto Serif JP', serif;
	font-size: calc(18 * (100vw / 375));
	line-height: 1.5;
	letter-spacing: 0.04em;
	padding-bottom: calc(15 * (100vw / 375));
}

.sec .contents_area .credit_area{
	padding: 0 calc(20 * (100vw / 375));
	margin-top: calc(20 * (100vw / 375));
}

.sec .contents_area .credit_area .credit_list li{
	margin-top: calc(8 * (100vw / 375));
}

.sec .contents_area .credit_area .credit_list li a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.sec .contents_area .credit_area .credit_list li a .credit{
	padding-right: calc(10 * (100vw / 375));
	font-size: calc(11 * (100vw / 375));
	letter-spacing: 0.04em;
	color: #999999;
}

/* sec01 */
.sec1{
	margin-top: calc(34 * (100vw / 375));
}

.sec1 .ttl_area h3{
	margin-left: calc(20 * (100vw / 375));
}

.sec1 .ttl_area h3::after{
	content: "01";
	position: absolute;
	font-size: calc(120 * (100vw / 375));
	letter-spacing: 0;
	font-family: 'Cormorant Infant', serif;
	color: #333333;
	left: 0;
	top: 0;
	z-index: -1;
}

.sec1 .ttl_area h3::before{
	content: "";
	position: absolute;
	width: calc(107 * (100vw / 375));
	border-bottom: solid 1px #8B1216;
	left: 0;
	bottom: calc(-20 * (100vw / 375));
	z-index: -1;
}

.sec1 .contents_area .img._01{
	width: calc(300 * (100vw / 375));
}

.sec1 .contents_area .img._02{
	width: calc(240 * (100vw / 375));
	margin-top: calc(20 * (100vw / 375));
	margin-left: auto;
}

.sec1 .contents_area._02 .img{
	width: calc(335 * (100vw / 375));
	margin: 0 auto;
}

/* sec02 */
.sec2{
	margin-top: calc(60 * (100vw / 375));
}

.sec2 .ttl_area h3{
	text-align: center;
}

.sec2 .ttl_area h3::after{
	content: "02";
	position: absolute;
	font-size: calc(120 * (100vw / 375));
	letter-spacing: 0;
	font-family: 'Cormorant Infant', serif;
	color: #333333;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
}

.sec2 .ttl_area h3::before{
	content: "";
	position: absolute;
	width: calc(107 * (100vw / 375));
	border-bottom: solid 1px #8B1216;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(-20 * (100vw / 375));
	z-index: -1;
}

.sec2 .contents_area .img{
	width: 100%;
}

/* sec03 */
.sec3{
	margin-top: calc(60 * (100vw / 375));
}

.sec3 .ttl_area h3{
	text-align: center;
}

.sec3 .ttl_area h3::after{
	content: "03";
	position: absolute;
	font-size: calc(120 * (100vw / 375));
	letter-spacing: 0;
	font-family: 'Cormorant Infant', serif;
	color: #333333;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
}

.sec3 .ttl_area h3::before{
	content: "";
	position: absolute;
	width: calc(107 * (100vw / 375));
	border-bottom: solid 1px #8B1216;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(-20 * (100vw / 375));
	z-index: -1;
}

.sec3 .contents_area .img{
	width: 100%;
}

/* sec04 */
.sec4{
	margin-top: calc(50 * (100vw / 375));
}

.sec4 .ttl_area h3{
	margin-left: calc(20 * (100vw / 375));
}

.sec4 .ttl_area h3::after{
	content: "04";
	position: absolute;
	font-size: calc(120 * (100vw / 375));
	letter-spacing: 0;
	font-family: 'Cormorant Infant', serif;
	color: #333333;
	left: 0;
	top: 0;
	z-index: -1;
}

.sec4 .ttl_area h3::before{
	content: "";
	position: absolute;
	width: calc(107 * (100vw / 375));
	border-bottom: solid 1px #8B1216;
	left: 0;
	bottom: calc(-20 * (100vw / 375));
	z-index: -1;
}

.sec4 .contents_area .img{
	width: calc(335 * (100vw / 375));
	margin: 0 auto;
}

/**
 * viewall__btn
 */
.viewall__btn {
  display: block;
  margin: calc(80 * (100vw / 375)) auto calc(20 * (100vw / 375));
}
@media only screen and (min-width: 560px) {
  /* =====================================
    * Style of Tablet-view *
  ===================================== */
  .main-area, .main_inner {
    max-width: 1200px;
    padding-top: 4rem;
    width: calc(1200 * (100vw / 1280));
  }
  .sp-component {
    display: none;
  }
  .pc-component {
    display: inline-block;
  }
  .cateList {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(12 * (100vw / 1280));
    height: calc(50 * (100vw / 1280));
            justify-content: flex-end;
    letter-spacing: 0.03em;
    line-height: normal;
    margin: 0 0 calc(40 * (100vw / 1280)) auto;
    max-height: 50px;
    padding: 0 calc(40 * (100vw / 1280)) 0 0;
    width: 100%;
	padding-bottom: 12rem;
  }
  .cateList a {
    -webkit-transition: 0s;
    text-decoration: none;
    transition: 0s;
  }
  .cateList span {
    padding: 0 calc(5 * (100vw / 1280));
  }
	
	html{
      font-size: calc(10 * (100vw / 1280));
	}
	
	
	/* buy__btn */
	.buy__btn {
	  display: block;
	  height: 1.6rem;
	  width: 4rem;
	}
	
/* mv_area */
.mv_area .mv_flex{
	display: flex;
	justify-content: space-between;
}
.mv_area .mv_img{
	width: 72rem;
	height: auto;
	margin-left: -15rem;
	order: 2;
}
.mv_area .mv_ttl{
	width: 62.4rem;
	margin-left: 0;
	padding-top: 18rem;
	order: 1;
	margin: 0;
}

.mv_area .mv_subttl{
	font-family: "筑紫明朝", 'Noto Serif JP', serif;
	font-size: 2.6rem;
	text-align: left;
	line-height: 1.75;
	letter-spacing: 0.04em;
	margin-top: 3.5rem;
}

.mv_area .mv_text{
	font-size: 1.6rem;
	line-height: 2.2;
	letter-spacing: 0.04em;
	padding: 0;
	margin-top: 7rem;
	text-align: center;
}

/* sec */

.sec .ttl_area h3{
	font-size: 3.6rem;
	letter-spacing: 0.06em;
	position: relative;
	font-family: futura-pt, sans-serif;
	padding-top: 11rem;
	z-index: 1;
}

.sec .contents_area{
	margin-top: 8rem;
}

.sec .contents_area .txt{
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.04em;
	padding: 0;
	margin-top: 8rem;
	width: 40rem;
}

.sec .contents_area .txt h4{
	font-family: "筑紫明朝", 'Noto Serif JP', serif;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	padding-bottom: 2rem;
}

.sec .contents_area .credit_area{
	padding: 0;
	margin-top: 3rem;
}

.sec .contents_area .credit_area .credit_list li{
	margin-top: 0.8rem;
}

.sec .contents_area .credit_area .credit_list li a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.sec .contents_area .credit_area .credit_list li a .credit{
	padding-right: 1rem;
	font-size: 1.1rem;
	letter-spacing: 0.04em;
	color: #999999;
}

/* sec01 */
.sec1{
	margin-top: 7rem;
	margin-left: 15rem;
	width: 94rem;
}

.sec1 .ttl_area h3{
	margin-left: 0;
}

.sec1 .ttl_area h3::after{
	content: "01";
	position: absolute;
	font-size: 16rem;
	letter-spacing: 0;
	font-family: 'Cormorant Infant', serif;
	color: #333333;
	left: 0;
	top: 0;
	z-index: -1;
}

.sec1 .ttl_area h3::before{
	content: "";
	position: absolute;
	width: 13.4rem;
	border-bottom: solid 1px #8B1216;
	left: 0;
	bottom: -2.6rem;
	z-index: -1;
}

.sec1 .contents_area._01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec1 .contents_area._01 .img._01{
	width: 48rem;
	order: 1;
}

.sec1 .contents_area._01 .txt{
	order: 2;
}

.sec1 .contents_area._01 .credit_area{
	order: 3;
}

.sec1 .contents_area._01 .img._02{
	width: 40rem;
	margin-top: -25rem;
	margin-left: 0;
	order: 4;
	position: relative;
	z-index: 1;
}

.sec1 .contents_area._02{
	width: 84rem;
	position: relative;
	margin-left: auto;
	margin-top: 10rem;
}

.sec1 .contents_area._02 .img{
	width: 50rem;
	margin: 0;
}

.sec1 .contents_area._02 .txt{
	position: absolute;
	margin: 0;
	right: 0;
	top: 38.5rem;
}

/* sec02 */
.sec2{
	width: 100rem;
	margin: 0 auto;
	margin-top: 9rem;
}

.sec2 .ttl_area h3{
	text-align: center;
}

.sec2 .ttl_area h3::after{
	content: "02";
	position: absolute;
	font-size: 16rem;
	letter-spacing: 0;
	font-family: 'Cormorant Infant', serif;
	color: #333333;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
}

.sec2 .ttl_area h3::before{
	content: "";
	position: absolute;
	width: 13.4rem;
	border-bottom: solid 1px #8B1216;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2.6rem;
	z-index: -1;
}

.sec2 .contents_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 8.5rem;
}

.sec2 .contents_area .credit_area{
	margin-top: 8rem;
}

.sec2 .contents_area .img{
	width: 54rem;
}

/* sec03 */
.sec3{
	width: 100rem;
	margin: 0 auto;
	margin-top: 9rem;
}

.sec3 .ttl_area h3{
	text-align: center;
}

.sec3 .ttl_area h3::after{
	content: "03";
	position: absolute;
	font-size: 16rem;
	letter-spacing: 0;
	font-family: 'Cormorant Infant', serif;
	color: #333333;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
}

.sec3 .ttl_area h3::before{
	content: "";
	position: absolute;
	width: 13.4rem;
	border-bottom: solid 1px #8B1216;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2.6rem;
	z-index: -1;
}

.sec3 .contents_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 8.5rem;
}

.sec3 .contents_area .credit_area{
	margin-top: 8rem;
}

.sec3 .contents_area .img{
	width: 54rem;
}

/* sec04 */
.sec4{
	width: 80rem;
	margin: 0 auto;
	margin-top: 12rem;
	position: relative;
}

.sec4 .ttl_area{
	position: relative;
	z-index: 1;
}

.sec4 .ttl_area h3{
	margin-left: 0;
	padding-top: 17rem;
	display: inline-block;
	position: relative;
}

.sec4 .ttl_area h3::after{
	content: "04";
	position: absolute;
	font-size: 16rem;
	letter-spacing: 0;
	font-family: 'Cormorant Infant', serif;
	color: #333333;
	left: 0;
	top: 5.4rem;
	z-index: -1;
}

.sec4 .ttl_area h3::before{
	content: "";
	position: absolute;
	width: 13.4rem;
	border-bottom: solid 1px #8B1216;
	left: 0;
	bottom: -2.6rem;
	z-index: -1;
}
	
.sec4 .contents_area{
	margin-top: 8rem;
}
	
.sec4 .contents_area .txt{
	margin-top: 0;
}


.sec4 .contents_area .img{
	width: 48rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.sec4 .contents_area .credit_area{
	margin-top: 8rem;
}

  /**
 * viewall__btn
 */
  .viewall__btn {
    margin: 13.5rem auto 12rem;
	width: 37rem;
	height: auto;
  }
}
@media only screen and (min-width: 1280px) {
	
	html{
		font-size: 62.5%;
	}
	
  /* =====================================
    * Style of PC-view *
  ===================================== */
  .main-area, .main_inner {
    padding-top: 40px;
  }
  .cateList {
    font-size: 12px;
    margin-bottom: 40px;
    padding-right: 40px;
  }
  .cateList span {
    padding: 0 5px;
  }	

}
