@charset "UTF-8";
@font-face {
  font-family: 'CormorantGaramond';
  src: url("../../font/CormorantGaramond-Medium.woff"); 
}

@font-face {
  font-family: 'EBGaramond';
  src: url("../../font/EBGaramond-Regular.woff"); 
}
@font-face {
  font-family: 'Noto Serif JP';
  src: url("../../font/NotoSerifJP-Medium.otf"); 
}

.sp_only {
  display: none !important;
}

.cateList {
  width: 1100px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  display: flex;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  margin: 20px auto;
  color: #000;
}
.cateList li {
  margin-left: 2px;
  margin-right: 5px;
}

/* fade */
.fade_up{
  transform: translateY(50px);
  opacity: 0;
}
.fade_up.active{
  transition: all 1500ms;
  transform: translateY(0);
  opacity: 1;
}

/* slick */
.slick-dots {
  margin: 0;
  position: absolute;
  right: calc(3 * (100vw / 1398));
  bottom: calc(10 * (100vw / 1398));
}

.slick-dots li button {
  margin: 0;
}

.slick-dots li {
  margin: 0 calc(6 * (100vw / 1398));
}

.slick-dots li button {
  width: calc(6 * (100vw / 1398));
  height: calc(6 * (100vw / 1398));
  background: #58595B;
  border: none;
}

/* 共通 */
#all_wrap {
    width: 100%;
    margin: auto;
    font-family: 'EB Garamond', serif;
    font-size: calc(14 * (100vw / 1398));
    letter-spacing: 0.07em;
    line-height: 1.5;
    color: #58595b;
    position: relative;
    overflow-x: hidden;
    background-repeat: no-repeat;
    /* background-image: url(/Page/feature/220121_mitanireiko/img/pc.jpg); */
    background-size: 100%;
    background-position: center -7.3vw;
}

#all_wrap img {
  image-rendering: -webkit-optimize-contrast;
}

#all_wrap img ,
#all_wrap video {
  width: 100%;
  /* opacity: 0.5; */
  
  
}

#all_wrap .fl {
  display: flex;
  flex-wrap: wrap;
}

/* mv */
#all_wrap .mv {
  width: calc(1200 * (100vw / 1398));
  margin: 0 auto;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: calc(12 * (100vw / 1398));
  letter-spacing: 0.16em;
  line-height: 2;
  font-feature-settings: "palt";
}

#all_wrap .mv p {
  margin-top: calc(59.2 * (100vw / 1398));
}

.content__container {
  margin-top: calc(75 * (100vw / 1398));
  width: 100%;
}

/* テキスト追尾 */
.sec_label {
  font-family: freight-big-pro, serif;
  font-feature-settings: "lnum";
  font-size: calc(22 * (100vw / 1398));
  position: fixed;
  left: calc(50 * (100vw / 1398));
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%) rotate(270deg) !important;
  letter-spacing: 0.1em;
  transition: all .5s ease-in-out;
  color: #000;
  visibility: hidden;
  opacity: 0;
}

.sec_label.inView {
  visibility: visible;
  opacity: 1;
}

.sec_label.invert {
  filter: invert(100%)
}

/* sec共通 */
.content__wrapper {
  position: relative;
}

.content__wrapper::before ,
.content__wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.content__text {
  align-items: center;
}

.product__credit {
  font-family: freight-big-pro, serif;
  font-feature-settings: "lnum";
  font-size: calc(14 * (100vw / 1398));
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-top: 0 !important;
}

/* sec01 */
.content__wrapper--sec01::before {
  width: calc(1200 * (100vw / 1398));
  height: calc(200 * (100vw / 1398));
  background: #898989;
  left: auto;
  right: 0;
  bottom: calc(100 * (100vw / 1398));
}

.content__wrapper--sec01 .content__number {
  width: calc(45 * (100vw / 1398));
}

.content__wrapper--sec01 .product__credit {
  margin-top: calc(-3 * (100vw / 1398));
  padding-left: calc(48 * (100vw / 1398));
}

.content__unit--sec01-01 {
  width: calc(660 * (100vw / 1398));
}
.win .content__unit--sec01-01 {
  width: 47.2%;
}

.content__unit--sec01-01 .content__text {
  padding-top: calc(36 * (100vw / 1398));
  padding-left: calc(259 * (100vw / 1398));
}

.content__unit--sec01-02 {
  padding-top: calc(150 * (100vw / 1398));
  margin-left: auto;
  width: calc(600 * (100vw / 1398));
}
.win .content__unit--sec01-02 {
  /* margin-left: auto; */
  width: 42.9%;
}

/* sec02 */
.content__wrapper--sec02 {
  margin-top: calc(140 * (100vw / 1398));
  width: 100%;
}

.content__wrapper--sec02::before {
  width: calc(200 * (100vw / 1398));
  height: calc(1430 * (100vw / 1398));
  background: #445475;
  left: auto;
  /* right: calc(-83 * (100vw / 1398)); */
  right: calc(0 * (100vw / 1398));
  bottom: calc(-140 * (100vw / 1398));
}

.content__wrapper--sec02 .content__text {
  padding-top: calc(267 * (100vw / 1398));
  margin-left: calc(-35 * (100vw / 1398));
}

.content__wrapper--sec02 .content__number {
  width: calc(45 * (100vw / 1398));
}

.content__wrapper--sec02 .product__credit {
  padding-top: calc(5 * (100vw / 1398));
  padding-left: calc(48 * (100vw / 1398));
}

.content__unit--sec02-01 .content__image:nth-of-type(1) {
  width: calc(360 * (100vw / 1398));
  margin-left: calc(150 * (100vw / 1398));
}

.content__unit--sec02-01 .content__image:nth-of-type(2) {
  padding-top: calc(60 * (100vw / 1398));
  width: calc(825 * (100vw / 1398));
}

.content__unit--sec02-02 {
  width: calc(435 * (100vw / 1398));
  padding-top: calc(100 * (100vw / 1398));
  margin-left: calc(74 * (100vw / 1398));
}

.content__unit--sec02-02 .content__video {
  width: calc(400 * (100vw / 1398));
}

/* sec03 */
.content__wrapper--sec03 {
  width: 100%;
  margin-top: calc(140 * (100vw / 1398));
}

.content__wrapper--sec03::before {
  width: calc(200 * (100vw / 1398));
  height: calc(1185 * (100vw / 1398));
  background: #3F3F3F;
  top: calc(-140 * (100vw / 1398));
  left: calc(0 * (100vw / 1398));
}

.content__wrapper--sec03 .content__number {
  width: calc(45 * (100vw / 1398));
}

.content__wrapper--sec03 .product__credit {
  padding-top: calc(5 * (100vw / 1398));
  padding-left: calc(48 * (100vw / 1398));
}

.content__unit--sec03-01 {
  width: calc(540 * (100vw / 1398));
  padding-top: calc(527 * (100vw / 1398));
  margin-left: calc(149 * (100vw / 1398));
}

.content__unit--sec03-01 .content__image {
  padding-top: calc(37 * (100vw / 1398));
}

.content__unit--sec03-02 {
  width: calc(650 * (100vw / 1398));
  margin-left: auto;
}

/* sec04 */
.content__wrapper--sec04 {
  margin-top: calc(140 * (100vw / 1398));
}

.content__wrapper--sec04::before {
  width: 100%;
  height: calc(200 * (100vw / 1398));
  background: #6E9167;
  top: calc(360 * (100vw / 1398));
}

.content__wrapper--sec04 .content__text {
  padding-top: calc(38 * (100vw / 1398));
}

.content__wrapper--sec04 .content__number {
  width: calc(45 * (100vw / 1398));
}

.content__wrapper--sec04 .product__credit {
  margin-top: calc(-5 * (100vw / 1398));
  padding-left: calc(48 * (100vw / 1398));
}

.content__unit--sec04-01 {
  width: calc(990 * (100vw / 1398));
  /* width: 99rem; */
  margin: 0 auto;
}

/* sec05 */
.content__wrapper--sec05 {
  margin-top: calc(135 * (100vw / 1398));
  width: 100%;
}

.content__wrapper--sec05 .content__text {
  margin: 0 auto;
  padding-top: calc(31.5 * (100vw / 1398));
}

.content__wrapper--sec05 .content__number {
  width: calc(45 * (100vw / 1398));
}

.content__wrapper--sec05 .product__credit {
  padding-top: calc(5 * (100vw / 1398));
  padding-left: calc(49 * (100vw / 1398));
}

.content__wrapper--sec05 .content__unit {
  width: 50%;
  /* object-fit: contain; */
  /* height: auto; */
}

/* sec06 */
.content__wrapper--sec06 {
  width: calc(1199 * (100vw / 1398));
  margin: 0 auto;
  margin-top: calc(136 * (100vw / 1398));
}

.content__wrapper--sec06::before {
  width: calc(200 * (100vw / 1398));
  height: calc(1176 * (100vw / 1398));
  background: #CCBEB8;
  top: calc(-224 * (100vw / 1398));
  left: calc(-100 * (100vw / 1398));
}

.content__wrapper--sec06 .content__text {
  
margin-top: calc(37*(100vw/1398));
  
margin-left: calc(39*(100vw/1398));
}

.content__wrapper--sec06 .content__number {
  width: calc(45 * (100vw / 1398));
}

.content__wrapper--sec06 .product__credit {
  margin-top: calc(-2 * (100vw / 1398));
  padding-left: calc(50 * (100vw / 1398));
}

.content__wrapper--sec06 .content__unit {
  width: 50%;
}

/* sec07 */
.content__wrapper--sec07 {
  margin-top: calc(135 * (100vw / 1398));
  /* justify-content: space-between; */
  /* margin-left: auto; */
  width: 100%;
}

.content__wrapper--sec07::before {
  width: 100%;
  height: calc(200 * (100vw / 1398));
  background: #B6826A;
  top: calc(711 * (100vw / 1398));
}

.content__wrapper--sec07 .content__text {
  padding-top: calc(314 * (100vw / 1398));
  padding-left: calc(407 * (100vw / 1398));
}

.content__wrapper--sec07 .content__number {
  width: calc(45 * (100vw / 1398));
}

.content__wrapper--sec07 .product__credit {
  margin-top: calc(-1.5 * (100vw / 1398));
  padding-left: calc(50 * (100vw / 1398));
}

.content__unit--sec07-01 {
  width: calc(700 * (100vw / 1398));
  /* width: calc(730 * (100vw / 1398)); */
  padding-left: calc(49 * (100vw / 1398));
}

.content__unit--sec07-01 .content__image {
  width: calc(660 * (100vw / 1398));
}

.content__unit--sec07-02 {
  width: calc(600 * (100vw / 1398));
  padding-top: calc(252 * (100vw / 1398));
  margin-left: auto;
}

.content__unit--sec07-02 .content__video {
  width: calc(360 * (100vw / 1398));
}

.content__unit--sec07-02 .fl {
  padding-top: calc(34 * (100vw / 1398));
}

.content__unit--sec07-02 .fl .content__image:nth-of-type(1) {
  width: calc(360 * (100vw / 1398));
}

.content__unit--sec07-02 .fl .content__image:nth-of-type(2) {
  width: calc(200 * (100vw / 1398));
  margin-left: auto;
}

/* sec08 */
.content__wrapper--sec08 {
  margin-top: calc(140 * (100vw / 1398));
}

.content__wrapper--sec08 .content__text {
  padding-top: calc(38 * (100vw / 1398));
  padding-left: calc(555 * (100vw / 1398));
}

.content__wrapper--sec08 .content__number {
  width: calc(45 * (100vw / 1398));
}

.content__wrapper--sec08 .product__credit {
  margin-top: calc(-5 * (100vw / 1398));
  padding-left: calc(51 * (100vw / 1398));
}

/* sec09 */
.content__wrapper--sec09 {
  width: calc(1040 * (100vw / 1398));
  margin: 0 auto;
  margin-top: calc(136 * (100vw / 1398));
}

.content__wrapper--sec09::before {
  width: calc(200 * (100vw / 1398));
  height: calc(1902 * (100vw / 1398));
  background: #487F8C;
  top: calc(-225 * (100vw / 1398));
  left: auto;
  right: calc(-100 * (100vw / 1398));
}
.win .content__wrapper--sec09::before {
  height: calc(1904 * (100vw / 1398));
}

.content__wrapper--sec09 .content__text {
  padding-left: calc(100 * (100vw / 1398));
}

.content__wrapper--sec09 .content__number {
  width: calc(45 * (100vw / 1398));
}

.content__wrapper--sec09 .product__credit {
  padding-top: calc(5 * (100vw / 1398));
  padding-left: calc(50 * (100vw / 1398));
}

.content__wrapper--sec09 .content__unit {
  width: calc(500 * (100vw / 1398));
}

.content__unit--sec09-01 {
  padding-top: calc(350 * (100vw / 1398));
}

.content__unit--sec09-01 .content__video {
  padding-top: calc(390 * (100vw / 1398));
}
.content__unit--sec09-01 .content__video a{
  display: block;
  line-height: 0;
}

.content__unit--sec09-02 {
  margin-left: auto;
}

.content__unit--sec09-02 .content__image:nth-of-type(2) {
  padding-top: calc(40 * (100vw / 1398));
}

/* sec10 */
.content__wrapper--sec10 {
  width: 100%;
  margin-top: calc(130 * (100vw / 1398));
  /* margin-left: auto; */
}

.content__wrapper--sec10::before {
  width: calc(1100 * (100vw / 1398));
  height: calc(200 * (100vw / 1398));
  background: #D5C7BA;
  top: calc(602 * (100vw / 1398));
  left: auto;
  right: 0;
}

.content__wrapper--sec10 .content__text {
  padding-top: calc(38 * (100vw / 1398));
}

.content__wrapper--sec10 .content__number {
  width: calc(55 * (100vw / 1398));
}

.content__wrapper--sec10 .product__credit {
  margin-top: calc(-5 * (100vw / 1398));
  padding-left: calc(48 * (100vw / 1398));
}

.content__wrapper--sec10 .content__unit--sec10-01 {
  width: calc(600 * (100vw / 1398));
  margin-left: calc(109 * (100vw / 1398));
}
.content__wrapper--sec10 .content__unit--sec10-02 {
  width: calc(600 * (100vw / 1398));
  margin-left: auto;
}




/* sec11 */
.content__wrapper--sec11 {
  margin-top: calc(140 * (100vw / 1398));
}

.content__wrapper--sec11::before {
  width: 100%;
  height: calc(200 * (100vw / 1398));
  background: #67755F;
  top: calc(590 * (100vw / 1398));
}

.content__wrapper--sec11 .content__text {
  padding-left: calc(145 * (100vw / 1398));
}

.content__wrapper--sec11 .content__number {
  width: calc(55 * (100vw / 1398));
}

.content__wrapper--sec11 .product__credit {
  margin-top: calc(-5 * (100vw / 1398));
  padding-left: calc(50 * (100vw / 1398));
}

.content__unit--sec11-01 {
  width: calc(600 * (100vw / 1398));
  /* padding-left: calc(50 * (100vw / 1398)); */
}

.content__unit--sec11-02 {
  width: calc(580 * (100vw / 1398));
  padding-top: calc(215 * (100vw / 1398));
  margin-left: calc(120 * (100vw / 1398));
}

.content__unit--sec11-02 .content__image {
  width: calc(280 * (100vw / 1398));
  padding-top: calc(215 * (100vw / 1398));
}

.content__unit--sec11-02 .fl .content__image:nth-of-type(2) {
  margin-left: auto;
}

/* sec12 */
.content__wrapper--sec12 {
  margin-top: calc(140 * (100vw / 1398));
}

.content__wrapper--sec12::before {
  width: calc(200 * (100vw / 1398));
  height: calc(970 * (100vw / 1398));
  background: #5B5B5B;
  top: calc(500 * (100vw / 1398));
  left: calc(100 * (100vw / 1398));
}

.content__wrapper--sec12 .content__text {
  padding-left: calc(70 * (100vw / 1398));
  margin-top: calc(2 * (100vw / 1398));
}

.content__wrapper--sec12 .content__number {
  width: calc(55 * (100vw / 1398));
}

.content__wrapper--sec12 .product__credit {
  margin-top: calc(-2 * (100vw / 1398));
  padding-left: calc(48 * (100vw / 1398));
}

.content__unit--sec12-01 {
  width: calc(600 * (100vw / 1398));
}

.content__unit--sec12-01 .content__image {
  width: calc(750 * (100vw / 1398));
}

.content__unit--sec12-01 .content__video {
  width: calc(500 * (100vw / 1398));
  padding-top: calc(79 * (100vw / 1398));
  padding-left: calc(200 * (100vw / 1398));
}

.content__unit--sec12-02 {
  width: calc(500 * (100vw / 1398));
  padding-top: calc(431 * (100vw / 1398));
  margin-left: calc(120 * (100vw / 1398));
}

.content__unit--sec12-02 .content__image {
  /* width: calc(500 * (100vw / 1398)); */
  width: calc(500 * (100vw / 1398));
  padding-top: calc(95 * (100vw / 1398));
  margin-left: calc(-20 * (100vw / 1398));
}

/* sec13 */
.content__wrapper--sec13 {
  margin-top: calc(135 * (100vw / 1398));
}

.content__wrapper--sec13 .content__text {
  margin: 0 auto;
  padding-top: calc(37 * (100vw / 1398));
}

.content__wrapper--sec13 .content__number {
  width: calc(55 * (100vw / 1398));
}

.content__wrapper--sec13 .product__credit {
  margin-top: calc(-4 * (100vw / 1398));
  padding-left: calc(50 * (100vw / 1398));
}

.content__wrapper--sec13 .content__unit {
  width: 50%;
}

/* sec14 */
.content__wrapper--sec14 {
  width: calc(990 * (100vw / 1398));
  margin: 0 auto;
  margin-top: calc(135 * (100vw / 1398));
}

.content__wrapper--sec14::before {
  width: calc(200 * (100vw / 1398));
  height: calc(1643 * (100vw / 1398));
  background: #DB7F65;
  top: calc(-225 * (100vw / 1398));
  right: calc(-100 * (100vw / 1398));
}

.content__wrapper--sec14 .content__text {
  padding-top: calc(35 * (100vw / 1398));
  padding-left: calc(40 * (100vw / 1398));
}

.content__wrapper--sec14 .content__number {
  width: calc(55 * (100vw / 1398));
}

.content__wrapper--sec14 .product__credit {
  padding-top: calc(5 * (100vw / 1398));
  padding-left: calc(49 * (100vw / 1398));
}

.content__wrapper--sec14 .content__image:nth-of-type(2) {
  padding-top: calc(20 * (100vw / 1398));
}

/*bottom*/
#all_wrap .bottom {
  margin: calc(139 * (100vw / 1398)) auto 0;
  border-bottom: 1px solid #acacad;
  font-feature-settings: 'palt';
  text-align: center;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  width: calc(1100 * (100vw / 1398));
  font-family: freight-big-pro, serif;
}

#all_wrap .bottom > a {
    border-bottom: double 4px #cacaca;
    font-size: calc(20 * (100vw / 1398));
    color: #000;
    display: inline-block;
    padding-bottom: calc(8 * (100vw / 1398));
}

#all_wrap .bottom p {
  font-size: calc(14 * (100vw / 1398));
  margin-top: calc(136 * (100vw / 1398));
  margin-bottom: calc(136 * (100vw / 1398));
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-feature-settings: "lnum";
}

.with-blackets {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.with-blackets::before ,
.with-blackets::after {
  position: absolute;
  bottom: 2px;
}

.with-blackets::before {
  content: "[";
}

.with-blackets::after {
  content: "]";
}

/* IE */
@media all and (-ms-high-contrast: none){

}

/* pc */
@media only screen and (min-width: 561px) {
  /* .content__wrapper--sec01 {
    justify-content: space-between;
    width: 100%;
  } */

  .content__wrapper--sec07 {
    /* justify-content: space-between; */
  }

  .content__wrapper--sec11 {
    justify-content: center;
}

.content__wrapper--sec06 {
 
}
}

/* タブレット */
@media only screen and (max-width: 1399px) and (min-width: 561px) {
  html {
      font-size: calc(10* (100vw / 1400));
  }   
}

/* SP */

@media only screen and (max-width: 560px) {
  .pc_only{
      display: none !important;
  }
  .sp_only{
      display: block !important;
  }

  .cateList {
    line-height: calc(40 *(100vw / 750));
    font-size: calc(20 *(100vw / 750));
    margin: 0 auto 10px!important;
    color: #000000;
    width: 92%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    display: flex;
    flex-wrap: wrap;
  }
  .cateList li{
    margin-right: 5px;
  }

  /* slick */
  .slick-dots {
    right: calc(10 *(100vw / 750));
    bottom: calc(20 *(100vw / 750));
  }

  .slick-dots li {
    margin: 0 calc(10*(100vw / 750));
  }

  .slick-dots li button {
    width: calc(10*(100vw / 750));
    height: calc(10*(100vw / 750));
  }

/* mv */
#all_wrap{
  /* background-image: url(/Page/feature/220121_mitanireiko/img/sp.jpg); */
  background-size: 100%;
  background-position: center -7.3rem;
}
#all_wrap .mv {
  font-size: calc(24 * (100vw / 750));
  width: 100%;
}

#all_wrap .mv p {
  margin-top: calc(65 * (100vw / 750));
}

.content__container {
  margin-top: calc(90 * (100vw / 750));
}

/* テキスト追尾 */
.sec_label {
  font-size: calc(24 * (100vw / 750));
  left: calc(38 * (100vw / 750));
  letter-spacing: 0.08em;
}

.sec_label.inView {
  visibility: visible;
  opacity: 1;
}

.sec_label.invert {
  filter: invert(100%)
}

/* sec共通 */
.content__wrapper {
  position: relative;
}

.content__wrapper::before ,
.content__wrapper::after {
  content: "";
  position: absolute;
  z-index: -9;
}

.product__credit {
  font-size: calc(24 * (100vw / 750));
  line-height: 1.75;
  white-space: nowrap;
}

/* sec01 */
.content__wrapper--sec01::before {
  width: 100%;
  height: calc(150 * (100vw / 750));
  bottom: calc(230 * (100vw / 750));
  top: calc(1028 * (100vw / 750));
}

.content__wrapper--sec01 .content__number {
  width: calc(85 * (100vw / 750));
  display: inline-block;
}

.content__wrapper--sec01 .product__credit {
  /* padding-top: calc(5 * (100vw / 750)); */
  padding-left: calc(143 * (100vw / 750));
  margin-top: calc(-91 * (100vw / 750));
}

.content__wrapper--sec01 .content__text {
  padding-top: calc(35 * (100vw / 750));
  /* padding-left: 0; */
  margin-left: calc(-173 * (100vw / 750));
}

.content__unit--sec01-01 {
  width: calc(660 * (100vw / 750));
}

.content__unit--sec01-02 {
  padding-top: calc(60 * (100vw / 750));
  width: calc(520 * (100vw / 750));
  margin-left: calc(230 * (100vw / 750));
}



.content__unit--sec01-02 .content__image {
  width: calc(520 * (100vw / 750));
  margin-left: auto;
}

.content__text.fl.fade_up.sp_only {
  display: flex !important;
}

/* sec02 */
.content__wrapper--sec02 {
  margin-top: calc(161 * (100vw / 750));
  width: 100%;
}

.content__wrapper--sec02::before {
  width: calc(150 * (100vw / 750));
  height: calc(1116 * (100vw / 750));
  right: calc(0 * (100vw / 750));
  bottom: calc(-155 * (100vw / 750));
}

.content__wrapper--sec02 .content__text {
  padding-top: calc(35 * (100vw / 750));
  margin-left: calc(94 * (100vw / 750));
}

.content__wrapper--sec02 .content__number {
  width: calc(85 * (100vw / 750));
}

.content__wrapper--sec02 .product__credit {
  padding-top: calc(5 * (100vw / 750));
  padding-left: calc(144 * (100vw / 750));
  margin-top: calc( -96* (100vw / 750));
}

.content__unit--sec02-01 .content__image:nth-of-type(1) {
  width: calc(360 * (100vw / 750));
  margin-left: calc(100 * (100vw / 750));
}

.content__unit--sec02-01 .content__image:nth-of-type(2) {
  padding-top: calc(60 * (100vw / 750));
  width: 100%;
}

.content__unit--sec02-02 {
  width: calc(575 * (100vw / 750));
  padding-top: calc(60 * (100vw / 750));
  margin-left: calc(33 * (100vw / 750));
}

.content__unit--sec02-02 .content__video {
  width: calc(432 * (100vw / 750));
  margin-left: calc(235 * (100vw / 750));
}

/* sec03 */
.content__wrapper--sec03 {
  width: 100%;
  margin-top: calc(155 * (100vw / 750));
}

.content__wrapper--sec03::before {
  width: calc(150 * (100vw / 750));
  height: calc(510 * (100vw / 750));
  top: auto;
  bottom: calc(80 * (100vw / 750));
  left: 0;
}

.content__wrapper--sec03 .content__text {
  order: 2;
  margin-top: calc(34 * (100vw / 750));
  padding-left: calc(94 * (100vw / 750));
}

.content__wrapper--sec03 .content__number {
  width: calc(85 * (100vw / 750));
}

.content__wrapper--sec03 .product__credit {
  margin-top: calc(-5 * (100vw / 750));
  padding-left: calc(58 * (100vw / 750));
}

.content__unit--sec03-01 {
  width: calc(600 * (100vw / 750));
  padding-top: calc(25 * (100vw / 750));
  margin-left: calc(50 * (100vw / 750));
  display: flex;
  flex-wrap: wrap;
  order: 2;
}

.content__unit--sec03-01 .content__image {
  padding-top: calc(35 * (100vw / 750));
}

.content__unit--sec03-02 {
  width: 100%;
  margin-left: 0;
}

/* sec04 */
.content__wrapper--sec04 {
  margin-top: calc(153 * (100vw / 750));
}

.content__wrapper--sec04::before {
  height: calc(150 * (100vw / 750));
  top: calc(260 * (100vw / 750));
}

.content__wrapper--sec04 .content__text {
  padding-top: calc(35 * (100vw / 750));
  padding-left: calc(115 * (100vw / 750));
}

.content__wrapper--sec04 .content__number {
  width: calc(85 * (100vw / 750));
}

.content__wrapper--sec04 .product__credit {
  padding-top: calc(25 * (100vw / 750));
  padding-left: calc(55 * (100vw / 750));
}

.content__unit--sec04-01 {
  width: calc(690 * (100vw / 750));
}

/* sec05 */
.content__wrapper--sec05 {
  margin-top: calc(155 * (100vw / 750));
  z-index: 2;
}

.content__wrapper--sec05 .content__text {
  padding-top: calc(35 * (100vw / 750));
  margin-left: calc(125 * (100vw / 750));
  /* z-index: 2; */
}

.content__wrapper--sec05 .content__number {
  width: calc(85 * (100vw / 750));
}

.content__wrapper--sec05 .product__credit {
  padding-top: calc(10 * (100vw / 750));
  padding-left: calc(60 * (100vw / 750));
}

.content__wrapper--sec05 .content__unit {
  width: 100%;
}

.content__wrapper--sec05 .content__unit--sec05-02 {
  padding-top: calc(60 * (100vw / 750));
}

/* sec06 */
.content__wrapper--sec06 {
  width: 100%;
  margin-top: calc(155 * (100vw / 750));
}

.content__wrapper--sec06::before {
  width: calc(150 * (100vw / 750));
  height: calc(1996 * (100vw / 750));
  top: calc(-286 * (100vw / 750));
  left: 0;
}

.content__wrapper--sec06 .content__text {
  padding-top: calc(15 * (100vw / 750));
  padding-left: calc(29 * (100vw / 750));
}

.content__wrapper--sec06 .content__number {
  width: calc(85 * (100vw / 750));
}

.content__wrapper--sec06 .product__credit {
  padding-top: calc(5 * (100vw / 750));
  padding-left: calc(60 * (100vw / 750));
}

.content__wrapper--sec06 .content__unit {
  width: calc(600* (100vw / 750));
  margin: 0 auto;
}

.content__unit--sec06-02 {
  padding-top: calc(60* (100vw / 750));
}

/* sec07 */
.content__wrapper--sec07 {
  margin-top: calc(155 * (100vw / 750));
}

.content__wrapper--sec07::before {
  height: calc(150* (100vw / 750));
  top: calc(1595 * (100vw / 750));
}

.content__wrapper--sec07 .content__text {
  padding-left: calc(54 * (100vw / 750));
  padding-top: calc(36 * (100vw / 750)) !important;
}

.content__wrapper--sec07 .content__number {
  width: calc(85 * (100vw / 750));
}

.content__wrapper--sec07 .product__credit {
  padding-left: calc(147 * (100vw / 750));
  margin-top: calc(-90 * (100vw / 750));
}

.content__unit--sec07-01 {
  width: calc(660 * (100vw / 750));
  padding-left: 0;
}

.content__unit--sec07-01 .content__image {
  width: 100%;
}

.content__unit--sec07-02 {
  width: calc(662 * (100vw / 750));
  padding-top: calc(60 * (100vw / 750));
}

.content__unit--sec07-02 .content__video {
  width: calc(400 * (100vw / 750));
  margin-left: calc(88 * (100vw / 750));
}

.content__unit--sec07-02 .fl {
  padding-top: calc(39 * (100vw / 750));
  margin-left: calc(88 * (100vw / 750));
  width: 100%;
}

.content__unit--sec07-02 .fl .content__image:nth-of-type(1) {
  width: calc(400 * (100vw / 750));
}

.content__unit--sec07-02 .fl .content__image:nth-of-type(2) {
  width: calc(222 * (100vw / 750));
  margin-left: calc( 40* (100vw / 750));
}

/* sec08 */
.content__wrapper--sec08 {
  margin-top: calc(156 * (100vw / 750));
}

.content__wrapper--sec08 .content__text {
  padding-top: calc(40 * (100vw / 750));
  padding-left: calc(139 * (100vw / 750));
}

.content__wrapper--sec08 .content__number {
  width: calc(85 * (100vw / 750));
}

.content__wrapper--sec08 .product__credit {
  padding-left: calc(62 * (100vw / 750));
}

/* sec09 */
.content__wrapper--sec09 {
  width: 100%;
  margin-top: calc(150 * (100vw / 750));
}

.content__wrapper--sec09::before {
  width: calc(150 * (100vw / 750));
  height: calc(2196 * (100vw / 750));
  top: calc(-289 * (100vw / 750));
  right: 0;
}

.content__wrapper--sec09 .content__text {
  padding-top: calc(38 * (100vw / 750));
  padding-left: calc(53 * (100vw / 750));
  order: 2;
}

.content__wrapper--sec09 .content__number {
  width: calc(85 * (100vw / 750));
}

.content__wrapper--sec09 .product__credit {
  padding-top: calc(5 * (100vw / 750));
  padding-left: calc(60 * (100vw / 750));
}

.content__wrapper--sec09 .content__unit {
  width: calc(600 * (100vw / 750));
  margin: 0 auto;
}

.content__unit--sec09-01 {
  padding-top: calc(60 * (100vw / 750));
  order: 2;
  display: flex;
  flex-wrap: wrap;
}

.content__unit--sec09-01 .content__video {
  padding-top: 0;
}

.content__unit--sec09-02 {
  margin-left: auto;
}

.content__unit--sec09-02 .content__image:nth-of-type(2) {
  padding-top: calc(35 * (100vw / 750));
}

/* sec10 */
.content__wrapper--sec10 {
  width: 100%;
  margin-top: calc(155 * (100vw / 750));
}

.content__wrapper--sec10::before {
  width: 100%;
  height: calc(150 * (100vw / 750));
  top: calc(1110 * (100vw / 750));
}

.content__wrapper--sec10 .content__text {
  padding-top: calc(34 * (100vw / 750));
  margin-left: calc(-38 * (100vw / 750));
}

.content__wrapper--sec10 .content__number {
  width: calc(110 * (100vw / 750));
}

.content__wrapper--sec10 .product__credit {
  padding-top: calc(5 * (100vw / 750));
  padding-left: calc(170 * (100vw / 750));
  margin-top: calc(-98 * (100vw / 750));
}

.content__wrapper--sec10 .content__unit {
  width: calc(600 * (100vw / 750));
  margin-left: calc(50 * (100vw / 750));
}
.content__wrapper--sec10 .content__unit--sec10-02{
  width: calc(600 * (100vw / 750));
  margin-left: calc(150 * (100vw / 750));
}
.content__unit--sec10-01 {
  margin-left: calc(50 * (100vw / 750));
}

.content__unit--sec10-02 {
  padding-top: calc(60 * (100vw / 750));
}

/* sec11 */
.content__wrapper--sec11 {
  margin-top: calc(164 * (100vw / 750));
}

.content__wrapper--sec11::before {
  width: 100%;
  height: calc(150 * (100vw / 750));
  top: calc(1061 * (100vw / 750));
}

.content__wrapper--sec11 .content__text {
  padding-top: calc(32 * (100vw / 750));
  padding-left: calc(40 * (100vw / 750));
  order: 2;
}

.content__wrapper--sec11 .content__number {
  width: calc(110 * (100vw / 750));
}

.content__wrapper--sec11 .product__credit {
  padding-top: calc(5 * (100vw / 750));
  padding-left: calc(55 * (100vw / 750));
}

.content__unit--sec11-01 {
  width: calc(600 * (100vw / 750));
  padding-left: 0;
  margin: 0 auto;
}

.content__unit--sec11-02 {
  width: calc(600 * (100vw / 750));
  padding-top: calc(20 * (100vw / 750));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.content__unit--sec11-02 .content__image {
  width: calc(290 * (100vw / 750));
  padding-top: 0;
}

.content__unit--sec11-02 .fl .content__image:nth-of-type(2) {
  margin-left: calc(20 * (100vw / 750));
}

/* sec12 */
.content__wrapper--sec12 {
  margin-top: calc(150 * (100vw / 750));
}

.content__wrapper--sec12::before {
  width: calc(150 * (100vw / 750));
  height: calc(1670 * (100vw / 750));
  top: calc(430 * (100vw / 750));
  left: calc(105 * (100vw / 750));
}

.content__wrapper--sec12 .content__text {
  margin-left: calc(-130 * (90vw / 750));
  padding-top: calc(40 * (90vw / 750));
  padding-left: 0;
  order: 2;
}

.content__wrapper--sec12 .content__number {
  width: calc(110 * (100vw / 750));
}

.content__wrapper--sec12 .product__credit {
  padding-top: calc(5 * (100vw / 750));
  padding-left: calc(55 * (100vw / 750));
}

.content__unit--sec12-01 {
  width: calc(700 * (100vw / 750));
}

.content__unit--sec12-01 .content__image {
  width: calc(645 * (100vw / 750));
}

.content__unit--sec12-01 .content__video {
  width: calc(520 * (100vw / 750));
  padding-top: calc(65 * (90vw / 750));
  padding-left: 0;
  margin-left: calc(200 * (90vw / 750));
}

.content__unit--sec12-02 {
  width: 100%;
  padding-top: 0;
  margin-left: calc(180 * (100vw / 750));
  display: flex;
  flex-wrap: wrap;
}

.content__unit--sec12-02 .content__image {
  width: calc(520 * (100vw / 750));
  padding-top: 0;
  margin-left: 0;
}

/* sec13 */
.content__wrapper--sec13 {
  margin-top: calc(148 * (100vw / 750));
}

.content__wrapper--sec13 .content__text {
  margin: 0 auto;
  padding-top: calc(34 * (100vw / 750));
}

.content__wrapper--sec13 .content__number {
  width: calc(110 * (100vw / 750));
}

.content__wrapper--sec13 .product__credit {
  padding-top: calc(5 * (100vw / 750));
  padding-left: calc(55 * (100vw / 750));
  margin-top: calc(-4 * (100vw / 750));
}

.content__wrapper--sec13 .content__unit {
  width: 100%;
}

.content__unit--sec13-02 {
  padding-top: calc(60 * (100vw / 750));
}

/* sec14 */
.content__wrapper--sec14 {
  width: 100%;
  margin-top: calc(150 * (100vw / 750));
}

.content__wrapper--sec14::before {
  width: calc(150 * (100vw / 750));
  height: calc(1156 * (100vw / 750));
  top: calc(-288 * (100vw / 750));
  right: calc(0 * (100vw / 750));
}

.content__wrapper--sec14 .content__text {
  padding-top: calc(35 * (100vw / 750));
  padding-left: calc(40 * (100vw / 750));
}

.content__wrapper--sec14 .content__number {
  width: calc(110 * (100vw / 750));
}

.content__wrapper--sec14 .product__credit {
  padding-top: calc(5 * (100vw / 750));
  padding-left: calc(60 * (100vw / 750));
  margin-top: calc(-6 * (100vw / 750));
}

.content__wrapper--sec14 .content__image {
  width: calc(600 * (100vw / 750));
  margin: 0 auto;
}

.content__wrapper--sec14 .content__image:nth-of-type(2) {
  padding-top: calc(20 * (100vw / 750));
}

  /*bottom*/
  /* #all_wrap .bottom {
    margin: calc(135* (100vw / 750)) 0 0;
    border-bottom: 1px solid #fff;
    line-height: 1.7;
    letter-spacing: 0.03em;
    width: 100%;
    text-align: center;
  }
  #all_wrap .bottom a {
    border-bottom: double 3px #cacaca;
    padding-bottom: calc(3* (100vw / 750));
    font-size: calc(36* (100vw / 750));
    letter-spacing: 0.02em;
    color: #000;
    display: inline-block;
  }
  #all_wrap .bottom p {
    margin-top: calc(148* (100vw / 750));
    line-height: 2;
    font-size: calc(26* (100vw / 750));
    margin-bottom: calc(145* (100vw / 750));
  } */

  /*bottom*/
  #all_wrap .bottom {
    margin: calc(128* (100vw / 750)) 0 0;
    border-bottom: 1px solid #fff;
    line-height: 1.75;
    letter-spacing: 0.08em;
    width: 100%;
  }

  #all_wrap .bottom > a {
      font-size: calc(40* (100vw / 750));
      letter-spacing: 0.08em;
      padding-bottom: 0;
  }

  #all_wrap .bottom p {
    font-size: calc(26* (100vw / 750));
    margin-top: calc(150* (100vw / 750));
    margin-bottom: calc(147* (100vw / 750));
  }
}


.gecko .content__unit--sec12-02 .content__image{
  padding-top: calc(95 * (100vw / 1398));
  margin-left: calc(-21 * (100vw / 1398));
}
.win .content__unit--sec03-01{
  margin-left: calc(136.5 * (100vw / 1398));
}
.win .content__unit--sec09-01 .content__video{
  padding-top: calc(390 * (100vw / 1398));
}
.win .content__wrapper--sec10 .content__unit--sec10-01{
  margin-left: calc(96 * (100vw / 1398));
}
.win .content__wrapper--sec10{
  margin-top: calc(132 * (100vw / 1398));
}
.win .content__unit--sec12-02 .content__image{
  margin-left: calc(-21 * (100vw / 1398));
  padding-top: calc(95 * (100vw / 1398));
}