html {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.08rem;
  color: #333;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
header {
  background: #6fbbbd;
  color: #fff;
}
img {
    width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.header_inner {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 5%;
}
.h_logo h1 {
  padding: 16px 0;
}

.h-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-nav ul {
  display: flex;
  align-items: center;
}
.h-nav ul li {
    color: #fff;
  font-weight: bold;
  font-size: 25px;
  font-family: sans-serif;
}
.h-nav ul li a{
    color: #fff;
    text-decoration: none;

}


.list1 {
  position: relative;
  margin-right: 50px;
}
.list1::after {
  position: absolute;
  content: "/";
  right: -30px;
  top: 0;
}

.theme_block ._img {
  position: relative;
}
.theme_block ._img::before {
  content: "";
  display: block;
  width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #111 0%, transparent 100%);
}
.inner {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 5%;
}
.theme_block {
  position: relative;
}
.theme_block ._text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 100;
}
.theme_block ._text h1 {
  color: #fff;
  font-size: 70px;
  line-height: 1.2;
}
.theme_block ._text p {
  color: #fff;
  font-size: 21px;
}
.dc360_kana {
  display: block;
  margin-bottom: 160px;
}
.theme_block ._text .sub_title p {
  font-size: 40px;
  letter-spacing: 0.5rem;
}
.sub_visual {
  position: relative;
}
.sub_visual ._txt {
  position: absolute;
  bottom: 100px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.sub_visual ._txt h2 {
  text-align: center;
  color: #fff;
  font-size: 42px;
  letter-spacing: 0.8rem;
}
.youtube_block {
  padding: 50px 0;
  background: #111;
}
.youtube_block .video {
  margin-bottom: 50px;
}
.youtube_block iframe {
  border: 4px solid #fff;
  padding: 20px;
  width: 100%;
  height: 100vh;
}
.technology li img {
  width: 100%;
}
.light_block {
  padding: 50px 0;
}
.light_block ._title {
  margin-bottom: 40px;
}
.light_block h2 {
  text-align: center;
  font-size: 40px;
  color: #00a3af;
}

.light_block img {
  width: 100%;
}
.light_block ._dec {
  margin-top: 50px;
  text-align: center;
}
.light_block ._dec p {
  font-size: 25px;
  line-height: 2;
  margin-bottom: 20px;
}
.fanmode_block ._title {
  background: #00a3af;
  margin-bottom: 50px;
}
.fanmode_block ._title h2 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  letter-spacing: 0.6rem;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}
.fanmode_block ._left {
  width: 38%;
}
.fanmode_block ._right {
  width: 58%;
}
._item01_img img {
  width: 100%;
}
._item01_txt {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
._item01_txt p {
  font-size: 20px;
  line-height: 2;
}
.b-arrow {
  width: 160px;
  text-align: center;
  margin: 20px auto 0;
}
._item02_txt h3 {
  background: #000;
  color: #fff;
  padding: 16px;
  margin: 16px 0;
  font-size: 25px;
}
._item02_txt p {
  font-size: 20px;
  line-height: 2;
}
._item03_txt ul {
  border: 1px solid #ccc;
  padding: 25px;
}
._item03_txt li {
  font-size: 20px;
  line-height: 2;
}
.red {
  color: #e50012;
}
._bottom_img {
  margin-top: 100px;
}
._bottom_img img {
  display: block;
  margin-bottom: 40px;
}

.buy_block {
  background-image: url(../img/dc360/buyzone.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: auto;
}
.buy_block .inner{
  padding: 50px 3%;
  box-sizing: border-box;
}
.buy_block h2 {
  font-size: 70px;
  color: #fff;
}
.Instructions li a {
  position: relative;
  font-size: 30px;
  color: #fff;
  line-height: 3;
  text-decoration: none;
  padding-left: 35px;
}
.Instructions li a::before {
  position: absolute;
  content: "";
  left: 0;
  top:2px;
  box-sizing:border-box;
  width: 16px;
  height: 16px;
  border: 16px solid transparent;
  border-left: 20px solid #fff;
}
.ec_link{
    display: flex;
    gap:40px;
}
.buy_zone{
    margin-top: 40px;
    padding-bottom: 40px;
}
.buy_zone h3{
    font-size: 40px;
    line-height: 2;
    color: #fff;
}
.buy_block ._title{
    padding-top: 40px;
}
.buy_block .dc360_kana{
    color: #fff;
}
.scent_block{
    background: #111;
    padding: 50px 0;
}

.scent_tower,
.scent_title{
    width: 45%;
}
.scent_tower img{
    position: relative;
    z-index: 5;
    width: 440px;
    display: block;
    margin: 0 auto;
}

.scent_title {
    text-align: center;
}
.scent_title h2 span{
    color: #fff;
    display: block;
}

.scent_title h2{
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.scent_title p{
    font-size: 20px;
    padding-top: 20px;
    color: #fff;
    position: relative;
    z-index: 5;
}
.scent_title ._img{
    position: relative;
    margin: 50px auto 0;
    width: 400px;
}
.scent_title ._img img{
    position: relative;
    z-index: 5;
    width: 100%;
}

.scent_title ._img::after{
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    right: -50%;
    top: -40%;
    width: 1300.903px;
    height: 1000px;
}

.scent_block ._item{
    margin-bottom: 100px;
}

.whitemusk .scent_title ._img::after{
    background-image: url(../img/dc360/bg01.png);
}
.Angel .scent_title ._img::after{
    background-image: url(../img/dc360/bg02.png);
}
.Marine .scent_title ._img::after{
    background-image: url(../img/dc360/bg03.png);
}
.savon .scent_title ._img::after{
    background-image: url(../img/dc360/bg04.png);
}
.lemon .scent_title ._img::after{
    background-image: url(../img/dc360/bg05.png);
}
.SUMMER .scent_title ._img::after{
    background-image: url(../img/dc360/bg06.png);
}

.item_buy{
  position: relative;
  z-index: 5;
  margin-top: 50px;
}
.item_buy p{
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
.item_buy {
  text-align: center;
}
.item_buy img{
  width: auto;
}


@media screen and (max-width: 599px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .inner {
        padding: 0 3%;
      }
.h_logo{
    width: 100px;
}
.h-nav ul li{
    font-size: 16px;
}
.theme_block ._text h1{
    font-size: 25px;
}
.theme_block ._text p{
    font-size: 14px;
}
.theme_block ._text .sub_title p{
font-size: 18px;
}

.dc360_kana{
    margin-bottom: 16px;
}
.theme_block ._img::before{
    width: 240px;
}
.sub_visual ._txt{
    bottom: 20px;
}
.sub_visual ._txt h2{
    font-size: 18px;
    letter-spacing: 0.2rem;
}
.youtube_block{
    padding: 0;
}
.youtube_block .video{
    padding: 56.25% 0 0 0;
    width: 100%;
    position: relative;
}
 
.youtube_block iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0;
}
.light_block h2{
    font-size: 20px;
}
.light_block ._dec p{
    font-size: 11px;
    letter-spacing: 0;
}
.fanmode_block ._title h2{
    font-size: 20px;
}

.fanmode_block ._left{
    width: 100%;
}
.fanmode_block ._right{
    width: 100%;
}
._item01_txt p{
    font-size: 14px;
}
._item01_img {
    order: 1;
}
._item02_img {
    order: 2;
}
._item03_img {
    order: 3;
}
._item01_txt {
    order: 4;
}
._item02_txt {
    order: 5;
}
._item03_txt {
    order: 6;
}
._item02_txt h3{
    font-size: 16px;
}
._item02_txt p{
    font-size: 14px;
}
._item03_txt li{
    font-size: 14px;
}
._item03_txt ul{
    padding: 16px;
}
._bottom_img{
    margin-top: 40px;
}
.buy_block{
    padding: 0;
}
.buy_block h2{
    font-size: 30px;
}
.buy_block ._title{
    padding: 0;
}
.Instructions{
    margin-top: 70px;
}
.Instructions li a{
    font-size: 16px;
    padding-left: 20px;
    line-height: 2;
}
.Instructions li a::before{
    width: 12px;
    height: 12px;
    border: 12px solid transparent;
    border-left: 14px solid #fff;
    top:0;
}
.buy_zone{
    background: #000;
    margin: 2px 0 0;
    padding: 16px;
    margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}
.buy_zone h3{
    font-size: 20px;
    text-align: center;
}
.ec_link{
    gap:0;
    justify-content: center;
}
.scent_tower, .scent_title{
    width: 100%;
}
.scent_title{
    order: 1;
}
.scent_tower{
    text-align: center;
    order: 2;
}

.scent_title ._img img,
.scent_tower img{
    width: 80%;
    margin: 0 auto;
}
.scent_title ._img::after {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    right: unset;
    top: -100%;
    width: 636px;
    height: 1610px;
    transform: rotate(-50deg);
}
.scent_block ._item .d-flex{
    justify-content: center;
}


}



.footer_inner {
    background: #ed1f20;
    padding: 10rem 8% 5rem;
  }
  .f_logo{
    position: relative;
  }
  .f_logo span {
    display: block;
    color: #fff !important;
  }
  .f_logo span.f_title {
    font-size: 2.4rem;
  }
  .f_logo span.f_address {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
  }
  .footer_inner .d-flex{
    gap: 10px;
    bottom: unset;
  }
  .privacy a{
    color: #fff;
    font-size: 1.3rem;
  }
  
.flex-end{
    position: absolute;
    bottom: 0;
  }
  .flex-end li{
    font-size: 4rem;
    margin-right: 1.5rem;
  }
  .flex-end path{
    color:#fff;
  }
  
  
  
  .f_nav {
    margin-left: auto;
  }
  .f_nav .links {
    display: flex;
  }
  .f_nav .links ul a {
    text-decoration: none;
    font-size: 1.8rem;
    color: #fff;
  }
  
  .f_nav .links ul.f_nav_first {
    margin-right: 10rem;
  }
  .f_nav_second {
    margin-left: 0.5rem;
  }
  
  .f_nav li span {
    color: #fff;
    font-size: 2.4rem;
    line-height: 2;
  }
  
  .f_nav span {
    display: block;
    font-size: 1.6rem;
  }
  .to_contact {
    font-size: 2rem;
    color: #fff;
  }
  .f_contact {
    display: block;
    text-align: center;
    border: 1px solid #333;
    border-radius: 10px;
    background: #fff;
    padding: 2.5rem 1rem;
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
    line-height: 1;
  }
  .f_contact span {
    display: block;
    font-size: 3.2rem;
  }
  .f_buy {
    display: block;
    text-align: center;
    border: 4px solid #333;
    border-radius: 10px;
    background: #f1f1f1;
    padding: 1rem;
    line-height: 1;
  }
  .f_buy span {
    display: block;
    font-size: 2.4rem;
  }
  
  .copy {
    background: #d30205;
    text-align: right;
    color: #fff;
    padding-right: 2%;
  }
  @media screen and (max-width: 599px) {
    .buy_block .inner{
      padding: 0 3%;
    }
    .footer_inner{
        padding:2.5rem 0;
      }
      .f_logo {
        text-align: center;
      }
      .flex-end{
        position: relative;
      }
    
      .footer_inner .d-flex{
        justify-content: center;
      }
      .footer_inner .f_nav.d-flex {
        flex-direction: column;
      }
    
    
    
      .f_nav {
        width: 100%;
        margin: 0 auto;
      }
      .f_nav .links {
        flex-direction: column;
        text-align: center;
        margin: 2.5rem 0;
      }
      .f_nav .links ul.f_nav_first {
        margin: 0;
      }
      .f_nav .links li {
        width: 90%;
        margin: 0 auto 1rem;
        border-bottom: 1px dotted #fff;
        padding-bottom: 1rem;
      }
      .copy {
        padding: 1rem 0;
        font-size: 1rem;
      }
      .footer_inner .d-flex{
        gap: 0;
        justify-content: center;
      }
    }
