@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1330px) {
  html {
    font-size: 1.2030075188vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "YuGothic", sans-serif;
  overflow-x: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  background-color: initial;
  border: none;
  padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
  }
}
.bl_header{
  position: absolute;
}
.bl_nav{
  transition: .1s;
  position: sticky;
  top:0;
}
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.l-main {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 60px;
    overflow-x: hidden;
  }
}

.l-overlay {
  background-color: rgba(0, 0, 0, .35);
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
}

.c-detail-btn {
  background-color: #fff;
  color: #132C3F;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-box-shadow: 0 0 12px rgba(19, 44, 63, .25);
  border-radius: 3.75rem;
          box-shadow: 0 0 12px rgba(19, 44, 63, .25);
  display: block;
  max-width: 288px;
  max-width: 18rem;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-detail-btn {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-detail-btn {
    font-size: 1rem;
    max-width: 12.3125rem;
    padding: 24px 10px;
    width: 42.6666666667vw;
  }
}

.c-detail-btn > button {
  color: #132C3F;
}

.c-detail-btn.c-detail-btn--small {
  background-color: rgba(255, 255, 255, .4);
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 100px;
  max-width: 6.25rem;
  padding: 11.5px 10px;
  padding: 0.71875rem 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-detail-btn.c-detail-btn--wide {
    max-width: 25rem;
    width: 86.6666666667vw;
  }
}

.c-lead-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  background-color: #fff;
          justify-content: center;
  line-height: 1;
  text-align: center;
  -webkit-box-shadow: 0 0 12px rgba(19, 44, 63, .25);
  border-radius: 3.75rem;
          box-shadow: 0 0 12px rgba(19, 44, 63, .25);
  max-width: 288px;
  max-width: 18rem;
  padding: 23px 20px 17px;
  padding: 1.4375rem 1.25rem 1.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-lead-btn {
    max-width: 25rem;
    width: 86.6666666667vw;
  }
}

.c-lead-btn__img {
  display: inline-block;
  width: 74px;
  width: 4.625rem;
  position: relative;
}
.c-lead-btn__img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background:url(../img/icon/amazon--white.png)no-repeat center center / contain;
  position: absolute;
  top:0;
  left: 0;
  opacity: 0;
  transition: .3s;
}

.c-lead-btn__txt {
  color: #132C3F;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-left: 7px;
  margin-left: 0.4375rem;
}
@media screen and (max-width: 1024px) {
  .c-lead-btn__txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-lead-btn__txt {
    margin-bottom: 0.4375rem;
    margin-left: 0.3125rem;
  }
}

.c-lead-btn.c-lead-btn--small {
  background-color: rgba(255, 255, 255, .4);
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 100px;
  max-width: 6.25rem;
  padding: 12px 10px 9px;
  padding: 0.75rem 0.625rem 0.5625rem;
}

.c-lead-btn.c-lead-btn--small .c-lead-btn__img {
  width: 54px;
  width: 3.375rem;
}

.c-movie-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  background-color: #fff;
          justify-content: center;
  line-height: 1;
  text-align: center;
  -webkit-box-shadow: 0 0 12px rgba(19, 44, 63, .25);
  border-radius: 3.75rem;
          box-shadow: 0 0 12px rgba(19, 44, 63, .25);
  max-width: 407px;
  max-width: 25.4375rem;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-movie-btn {
    max-width: 28.125rem;
    width: 86.6666666667vw;
  }
}

.c-movie-btn__img {
  width: 37px;
  width: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .c-movie-btn__img {
    width: 2.0625rem;
  }
}

.c-movie-btn__txt {
  color: #132C3F;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 11px;
  margin-left: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .c-movie-btn__txt {
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }
}

.bl_detail_movie{
  position: relative;
}

@media screen and (min-width: 768px) {
  .lity-close {
    width: 52px !important;
    height: 52px;
    top: -67px !important;
    right:0;
    width: 115px;
    background: url(../img/icon/close.svg)no-repeat center center / contain !important;
    color: rgba(0,0,0,0) !important;
    position: absolute;
    transform: none;
  }
  .lity-close:after{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lity-close {
    display: block;
    width: 146px;
    height: 50px;
    font-size: 0;
    position: relative;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    transform: none;
  }
  .lity-close:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/btn_close_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
  }
  .lity-close {
    bottom: 10%;
  }
}


@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-tablet {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-tablet {
    display: block;
  }
}

/* p-mv */
.p-mv__inner img{
  width: 100%;
}


/* .p-concept */
.p-concept{
background: linear-gradient(270deg, #700000 0%, #D60000 20.19%, #D60000 80.29%, #700000 100%);
overflow-x: hidden;

}
.p-concept__inner{
  width: 1290px;
  max-width: 100%;
  padding: 83px 20px 167px;
  position: relative;
  margin: 0 auto;
}
.p-concept__inner--02{
  padding-top: 0;
  padding-bottom: 150px;
}

.p-concept__inner--01:before{
  content: '';
  display: block;
  width: 316px;
  height:600px;
  background: url(../img/concept_01.png)no-repeat center center / contain;
  position: absolute;
  top: 198px;
  left: 49px;
  z-index: 1;
  mix-blend-mode: multiply;
}
.p-concept__inner--01:after{
  content: '';
  display: block;
  width: 408px;
  height:380px;
  background: url(../img/concept_02.png)no-repeat center center / contain;
  position: absolute;
  top: 405px;
  right: 16px;
  z-index: 1;
  mix-blend-mode: multiply;
}

.p-concept-copy-area{
  text-align: center;
  margin: 0 auto 63px;
  position: relative;
  z-index: 2;
}
.p-concept-copy-area--02{
  margin-bottom: 80px;
}
.p-concept-copy{
  display: inline-block;
  padding-top: 38px;
  line-height: 1.7;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.375rem;
  font-weight: 400;
  color: #fff;
  position: relative;
}
.p-concept-copy span{
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.p-concept-copy--01::before{
  content: 'CONCEPT';
  display: inline-block;
  line-height: 1;
  font-size: 4.375rem;
  font-weight: bold;
  color: rgba(0,0,0,.2);
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.p-concept-copy--02{
  line-height: 1.5;
  font-size: 1.875rem;
}
.p-concept-copy--02::before{
  content: 'BRAND';
  display: inline-block;
  line-height: 1;
  font-size: 4.375rem;
  font-weight: bold;
  color: rgba(0,0,0,.2);
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.p-concept__txt{
  text-align: center;
  line-height: 2;
  color: #fff;
  position: relative;
  z-index: 2;
}
.p-concept__brand{
  display: flex;
  gap:4%;
  margin: 0 auto 92px;
  transform: translateX(23px);
}
.p-concept__brand-img{
  width: 45%;
}
.p-concept__brand-img span{
  display: block;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-concept__brand-img--white span{
  color: #F1F1F1;
}
.p-concept__brand-img img{
  border-radius: 8px;
}
.p-concept__brand-inner{
  width: 51%;
}
.p-concept__brand-ttl{
  display: inline-block;
  width: 418px;
  max-width: 100%;
  text-align: left;
  position: relative;
  margin: -28px 0 18px -33px;
}
.p-concept__brand-ttl.u-mobile{
  display: none;
}
.p-concept__brand-ttl--02{
  width: 557px;
  margin: -31px -38px -13px auto;
}
.p-concept__brand-txt{
  color: #fff;
}
.p-concept__brand-txt--02{
  width: 488px;
  max-width: 100%;
}
.p-concept__brand-txt-head{
  display: inline-block;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 18px;
}
.p-concept__brand-txt-main{
  display: inline-block;
  width: 533px;
  max-width: 100%;
  line-height: 2;
}
.p-concept__brand-txt-main--02{
  width: 484px;
}
.p-concept__brand--rev{
  flex-direction: row-reverse;
  transform: translateX(-27px);
}
.p-concept__brand-inner--rev {
  text-align: right;
}
.p-concept__brand-inner--rev > *{
  max-width: 100%;
  text-align: left;
  margin-left: auto;
}
.p-concept__brand--last{
  margin-bottom: 0;
}

@media(max-width:1200px){
  .p-concept__inner--01:before{
    left: -44px;
  }
  .p-concept__inner--01:after{
    right: -54px;
  }
}

@media(max-width:1150px){
  .p-concept__brand{
    transform:none;
  }
}

@media(max-width:1000px){
  .p-concept__inner--01:before{
    width: 204px;
    height:315px;
    top: 119px;
  }
  .p-concept__inner--01:after{
    width: 322px;
    height: 260px;
    top: auto;
    bottom: 14px;
  }
}

@media(max-width:767px){
  .p-concept__inner{
    padding: 48px 23px 110px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
  .p-concept__inner--02{
    padding-top: 60px;
    padding-bottom: 45px;
  }
  .p-concept-copy-area{
    margin: 0 auto 50px;
  }
  .p-concept-copy-area--02{
    margin-bottom: 80px;
  }
  .p-concept-copy{
    padding-top: 20px;
    line-height:1.9;
    font-size: 1.3125rem;
  }
  .p-concept-copy span{
    position: relative;
    z-index: 2;
  }
  .p-concept-copy--01::before{
    font-size:3rem;
  }
  .p-concept-copy--02{
    padding-top: 24px;
    font-size: 1.3125rem;
  }
  .p-concept-copy--02::before{
    font-size: 3rem;
  }
  .p-concept__txt{
    font-size: 1rem;
    position: relative;
    z-index: 2;
  }
  .p-concept__brand{
    display: block;
    gap:40px;
    text-align: center;
    margin: 0 auto 75px;
    transform: none;
  }
  .p-concept__brand-img{
    width: 100%;
    margin-bottom: 40px;
  }
  .p-concept__brand-img span{
    font-size: 1.125rem;
    margin-bottom: 8px;
    transform: translateX(8px);
  }
  .p-concept__brand-img img{
    width: 100%;
  }
  .p-concept__brand-img--white span{
    color: #F1F1F1;
  }
  .p-concept__brand-inner{
    width: 100%;
  }
  .p-concept__brand-ttl{
    display: inline-block;
    width: 245px;
    text-align: center;
    margin:-30px 0 8px -12px;
  }
  .p-concept__brand-ttl.u-mobile{
    display: inline-block;
  }
  .p-concept__brand-ttl.u-desktop{
    display: none;
  }
  .p-concept__brand-ttl--02{
    width: 302px;
    margin: -30px 0 -3px 24px;
  }
  .p-concept__brand-txt{
    text-align: left;
    font-size: 1rem;
  }
  .p-concept__brand-txt span{
    font-size: 1.25rem;
    margin-bottom: 28px;
  }
  .p-concept__brand-txt .p-concept__brand-txt-main{
    line-height:2.05;
    font-size: 1rem;
  }
  .p-concept__brand--rev{
    flex-direction: row-reverse;
  }
  .p-concept__brand-inner--rev {
    text-align: right;
  }
  .p-concept__brand-inner--rev > *{
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .p-concept__brand--last{
    margin-bottom: 0;
  }
}
@media(max-width:380px){ 
  .p-concept__brand-img span{
    font-size: 1rem;
  }
}

/* .p-lineup */
.p-lineup {
  background: #000;
  color: #fff;
  position: relative;
}
.p-lineup::before {
  content: '';
  display: block;
  width: 317px;
  height: 442px;
  background: url(../img/lineup_01.png)no-repeat center left -42px / contain;
  position: absolute;
  top:-52px;
  left:0;
  z-index: 1;
}
.p-lineup::after {
  content: '';
  display: block;
  width: 474px;
  height: 364px;
  background: url(../img/lineup_02.png)no-repeat center right -81px / contain;
  position: absolute;
  right:0;
  bottom: 30px;
  z-index: 1;
}
.p-lineup__inner{
  width: 830px;
  max-width: 100%;
  padding: 77px 20px 90px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-lineup-copy-area{
  text-align: center;
  margin: 0 auto 45px;
}
.p-lineup-copy{
  display: inline-block;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: 10px;
  font-size: 2.125rem;
  font-weight: 400;
}
.p-lineup-copy span{
  display: inline-block;
  margin: 0 auto 20px;
}
.p-lineup-copy img{
  width: 345px;
  max-width: 100%;
  margin: 0 auto;
}
.p-lineup__list{
  display: flex;
  justify-content:center;
  gap:6%;
}
.p-lineup__list-item{
  width: 25%;
}
.p-lineup__list-item:nth-child(1){
  width:16%;
}
.p-lineup__list-item:nth-child(2){
  width: 21%;
}
.p-lineup__list-item:nth-child(3){
  width: 22%;
}
.p-lineup__list-item:nth-child(4){
  width: 19%;
}
.p-lineup__list-item a{
  display: block;
  padding-bottom: 26px;
  text-align: center;
  position: relative;
}
.p-lineup__list-item a::before{
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background: url(../img/icon/arrow--white.svg)no-repeat center center / contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-lineup__list-item-img{
  display:block;
  height: 168px;
  text-align: center;
  margin: 0 auto 16px;
}
.p-lineup__list-item-img img{
  width: auto;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.p-lineup__list-item-ttl{
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: .75rem;
  font-weight: bold;
  color: #fff;
  margin: 0 auto 2px;
}
.p-lineup__list-item-batch{
  display:inline-block;
  padding: 3px 10px 5px;
  background: #E60017;
  border-radius: 20px;
  text-align: center;
  line-height: 1;
  font-size: .75rem;
  font-weight: bold;
  color: #fff;
}
@media(max-width:1400px){
  .p-lineup::before {
    width: 30vw;
    height: 30vw;
    background-position: center left -40px;
  }
  .p-lineup::after {
    width: 28vw;
    height: 28vw;
    background-position: center right -80px;
  }
}
@media(max-width:1100px){
  .p-lineup__inner{
    padding-bottom:277px;
  }
  .p-lineup::after {
    width: 319px;
    height: 245px;
    background: url(../img/lineup_02.png)no-repeat center right -42px / contain;
    bottom: 15px;
  }
}
@media(max-width:768px){
  .p-lineup::before {
    width: 154px;
    height: 210px;
    background: url(../img/lineup_01--sp.png)no-repeat center left -33px / contain;
    top: -67px;
    left: 0;
    z-index: 1;
  }
  .p-lineup::after {
    width: 319px;
    height: 245px;
    background: url(../img/lineup_02.png)no-repeat center right -42px / contain;
    bottom: 15px;
  }
  .p-lineup__inner{
    padding:103px 10px 277px;
    position: relative;
    z-index: 2;
  }
  .p-lineup-copy-area{
    margin: 0 auto 31px;
  }
  .p-lineup-copy{
    font-size: 1.375rem;
  }
  .p-lineup-copy span{
    display: inline-block;
    line-height: 1.7;
    letter-spacing: 7px;
    transform: translateX(12px);
    margin: 0 auto 20px;
  }
  .p-lineup-copy img{
    width: 345px;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-lineup__list{
    justify-content:flex-start;
    flex-wrap: wrap;
    gap:30px 27px;
    width: 315px;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-lineup__list-item,
  .p-lineup__list-item:nth-child(1),
  .p-lineup__list-item:nth-child(2),
  .p-lineup__list-item:nth-child(3),
  .p-lineup__list-item:nth-child(4){
    width:calc(50% - 15px);
  }
  .p-lineup__list-item a{
    display: block;
    padding-bottom: 23px;
    text-align: center;
    position: relative;
  }
  .p-lineup__list-item a::before{
    height: 8px;
  }
  .p-lineup__list-item-img{
    height: 111px;
    margin: 0 auto 8px;
  }
  .p-lineup__list-item-ttl{
    font-size: .75rem;
    margin: 0 auto 6px;
  }
  .p-lineup__list-item-batch{
    padding: 3px 10px 5px;
    border-radius: 10px;
    line-height: 1.1;
    font-size: .75rem;
  }
}

/* .p-item */
.p-item{
  background: linear-gradient(180deg, #D60000 66.35%, #700000 94.23%);
}
.p-item__inner{
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap:37px;
  max-width: 100%;
  text-align: center;
  position: relative;
}
.p-item__logo{
  display: block;
  width: 232px;
  padding-right: 12px;
  background: #C09825;
  order:1;
  margin: 0;
}
.p-item__logo img{
  width: auto;
  height: 100%;
  object-fit: contain;
}
.p-item__main{
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap:55px;
  width: 1095px;
  max-width: 100%;
  padding: 54px 40px 40px 0;
  margin: 0 auto 0 0;
}
.p-item__img{
  padding: 35px 0 0;
  margin-left: 0;
  margin-right: auto;
}
.p-item__img-point{
  width: 430px;
  max-width: 100%;
  margin: 0 auto 21px 24px;
}
.p-item__img-product{
  width: 536px;
  max-width: 100%;
  transform: translateX(-7px);
}
.p-item__title{
  width: 326px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.p-item__catch {
  display: block;
  line-height: 1.4;
  letter-spacing: 5px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  margin: 0 auto 39px;
  transform: translateX(12px);
}
.p-item__catch span{
  display: inline-block;
  line-height: 1.4;
  letter-spacing: 14px;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(2.5rem, 2.5vw, 3.125rem);
  font-weight: bold;
  margin: 0 auto 14px;
}
.p-item__lead-btn-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap:16px 7px;
  width: 410px;
  max-width: 100%;
  margin:0 auto 25px;
  transform: translateX(5px);
}
.c-detail-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 7px) / 2);
  transition: .3s;
}
.c-detail-btn--youtube{
  width: 100%;
  max-width: 100%;
  padding: 1.185rem 1.25rem;
}
.c-detail-btn--youtube span{
  display: inline-block;
  padding: 5px 0 5px 48px;
  position: relative;
}
.c-detail-btn--youtube span::before{
  content:'';
  display: block;
  width: 37px;
  height: 100%;
  background: url(../img/icon/youtube.svg)no-repeat center center / contain;
  position: absolute;
  top:0;
  left: 0;
}
.c-lead-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 7px) / 2);
  padding: 10px;
  transition: .3s;
}
.c-lead-btn__txt{
  font-size: 0.8125rem;
  margin-bottom:0;
  transition: .3s;
}
.p-item__linktxt{
  line-height: 1;
  font-weight: bold;
}
.p-item__linktxt span{
  display: inline-block;
  padding-right: 15px;
  color: #fff;
  position: relative;
  transform: translateX(5px);
}
.p-item__linktxt span::before{
  content: '';
  display: block;
  width: 11px;
  height: 100%;
  background: url(../img/icon/arrow--white.svg)no-repeat center center / contain;
  position: absolute;
  top:0;
  right: 0;
}

.p-item--02 .p-item__inner{
  flex-direction: row;
  justify-content: flex-end;
}
.p-item--02 .p-item__main{
  flex-direction: row;
  justify-content: flex-end;
  gap:90px;
  margin:0;
}
.p-item--02 .p-item__logo{
  padding: 0 0 0 12px;
  background: #1D5590;
  order: 2;
  margin:0;
}
.p-item--02 .p-item__img{
  display: flex;
  gap:64px;
  margin: 35px 0 0 auto;
}
.p-item--02 .p-item__img-point{
  width: 132px;
  margin: 0;
}
.p-item--02 .p-item__img-product{
  width: 190px;
  margin-top: 40px;
}
.p-item--02 .p-item__title{
      margin: 10px auto 20px;
    transform: translateX(-10px);
}
.p-item--02 .p-item__catch{
  transform: translateX(0);
}
.p-item--02 .p-item__lead-btn-wrapper{
  transform: translateX(-4px);
}

.p-item--03 .p-item__inner{
  flex-direction: row;
  justify-content: flex-end;
}
.p-item--03 .p-item__main{
  gap:80px;
  padding-bottom: 40px;
  margin: 0 0 0 auto;
}
.p-item--03 .p-item__logo{
  padding: 0 0 0 12px;
  background: #436C2E;
  order: 2;
  position: relative;
  margin: 0;
}
.p-item--03 .p-item__logo::before{
  content: '';
  display: block;
  width: 322px;
  height: 327px;
  background: url(../img/item03_logo-2.png)no-repeat center center / contain;
  position: absolute;
  right: -12px;
  bottom: 13px;

}
.p-item--03 .p-item__img{
  display: flex;
  flex-direction: row-reverse;
  gap:34px;
  padding-top: 85px;
  margin: 0;
}
.p-item--03 .p-item__img-point{
  width: 132px;
  margin: 0;
}
.p-item--03 .p-item__img-product{
  width: 188px;
  margin-top: 26px;
}


.p-item--04 .p-item__inner{
  gap:90px;
}
.p-item--04 .p-item__main{
  flex-direction: row;
  gap:102px;
  width: 980px;
  padding-bottom: 20px;
}
.p-item--04 .p-item__logo{
  background: #004615;
  position: relative;
}
.p-item--04 .p-item__logo::before{
  content: '';
  display: block;
  width: 322px;
  height: 327px;
  background: url(../img/item04_logo-2.png)no-repeat center center / contain;
  position: absolute;
  left: -9px;
  bottom: 6px;
}
.p-item--04 .p-item__img{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap:0;
  width: 430px;
  max-width: 100%;
  padding-top: 7px;
  margin: 0 0 0 auto;
}
.p-item--04 .p-item__img-point{
  width: 430px;
  margin: 0;
}
.p-item--04 .p-item__img-product{
  width: 357px;
  margin-top:0;
  transform:translate(-3px,-8px);
}
.p-item--04 .p-item__info{
  width: 446px;
  max-width: 100%;
}
.p-item--04 .p-item__catch {
  transform: translateX(5px);
}
.p-item--04 .p-item__catch span{
  width: 450px;
}

@media(any-hover:hover){
  .c-detail-btn:hover{
    background: #000;
    color: #fff;
    opacity: 1;
  }
  .c-lead-btn:hover{
    background: #000;
    color: #fff;
    opacity: 1;
  }
  .c-lead-btn:hover .c-lead-btn__txt{
    color: #fff;
  }
  .c-lead-btn:hover .c-lead-btn__img::before {
    opacity: 1;
  }
}

@media(min-width:1401px){
  .p-item__main,
  .p-item--02 .p-item__main,
  .p-item--03 .p-item__main{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (768px <= width < 1350px) {

  .p-item__logo{
    display: none;
  }
  .p-item__main,
  .p-item--02 .p-item__main,
  .p-item--03 .p-item__main,
  .p-item--04 .p-item__main{
    gap:40px;
    padding: 54px 20px 40px;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
  .p-item__img,
  .p-item--02 .p-item__img,
  .p-item--03 .p-item__img,
  .p-item--04 .p-item__img{
    justify-content: center;
    width:calc(50% - 20px);
    margin-left: 0;
    margin-right: 0;
  }
  .p-item__img-point{
    margin-left: 0;
    margin-right: 0; 
  }
  .p-item__info,
  .p-item--04 .p-item__info{
    width: calc(50% - 20px);
  }
  .p-item__img-product--01{
    max-width: 90%;
  }
  .p-item--02 .p-item__main{
    justify-content: center;
  }
  .p-item--03 .p-item__main{
    justify-content: center;
  }
}
@media(max-width:767px){
  .p-item__inner{
    display: block;
    gap:0;
  }
  .p-item__logo{
    display: block;
    width: 100%;
    padding:10px 0 0;
    margin:0 auto;
  }
  .p-item__logo img{
    width: 100%;
    height: auto;
  }
  .p-item__main{
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap:0;
    width: 100%;
    padding:40px 25px 54px;
  }
  .p-item__img{
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding:0;
    margin: 0 auto;
  }
  .p-item__img-point{
    width: auto;
    margin: 0 auto 25px;
  }
  .p-item__img-product{
    width: auto;
    margin: 0 auto 15px;
    transform:none;
    transform: translateX(5px);
  }
  .p-item__info{
    display: block;
    width: 100%;
  }
  .p-item__title{
    margin: 0 auto 21px;
  }
  .p-item__catch {
    font-size: 1rem;
    margin: 0 auto 10px;
    transform: translateX(7px);
  }
  .p-item__catch span{
    letter-spacing: 10px;
    font-size: 2rem;
    margin: 0 auto 16px;
  }
  .p-item-mobile{
    width: 100%;
  }
  .p-item__lead-btn-wrapper{
    width: 100%;
    margin-bottom: 35px;
    transform: none;
  }
  .p-item__lead-btn-wrapper.u-desktop{
    display: none;
  }
  .c-detail-btn{
    width: calc((100% - 7px) / 2);
    max-width: 100%;
  }
  .c-detail-btn--youtube{
    width: 100%;
    padding: 1.185rem 1.25rem;
  }
  .c-detail-btn--youtube span{
    padding: 5px 0 5px 48px;
    font-size: 1rem;
  }
  .c-detail-btn--youtube span::before{
    width: 37px;
  }
  .c-lead-btn{
    width: calc((100% - 7px) / 2);
  }
  .c-lead-btn{
    padding: 10px;
  }
  .c-lead-btn__txt{
    font-size: 0.8125rem;
  }
  .p-item__linktxt span{
    padding-right: 15px;
    font-size: 1rem;
    transform: translateX(5px);
  }
  .p-item__linktxt span::before{
    width: 11px;
  }

  .p-item--02 .p-item__main{
    flex-direction: column-reverse;
    gap:0;
    padding-top: 34px;
    padding-bottom:60px;
  }
  .p-item--02 .p-item__logo{
    padding: 10px 0 0;
  }
  .p-item--02 .p-item__img{
    gap:0;
    margin:0 auto;
  }
  .p-item--02 .p-item__img-point{
    width:100%;
    margin: 0 auto 25px;
  }
  .p-item--02 .p-item__img-product{
    width: 104px;
    margin-top:6px;
    margin-bottom: 20px;
  }
  .p-item--02 .p-item__title{
    transform: none;
  }
  .p-item--02 .p-item__catch{
    transform: translateX(7px);
  }
  .p-item--02 .p-item__lead-btn-wrapper{
    transform: none;
  }
  

  .p-item--03 .p-item__inner{
    gap:0;
  }
  .p-item--03 .p-item__main{
    gap:0;
    padding-bottom: 60px;
  }
  .p-item--03 .p-item__catch span{
    letter-spacing: 8px;
  }
  .p-item--03 .p-item__logo{
    padding: 10px 0 0;
    margin: 0 auto;
  }
  .p-item--03 .p-item__logo::before{
    width: 144px;
    height: 147px;
    right: -11px;
    bottom:-12px;
  }
  .p-item--03 .p-item__img{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap:0;
    padding-top: 0;
    margin: 0;
  }
  .p-item--03 .p-item__img-point{
    width: 100%;
    margin: 0 auto 25px;
  }
  .p-item--03 .p-item__img-product{
    width: 105px;
    margin-top:7px;
    margin-bottom: 7px;
  }

  .p-item--04 .p-item__inner{
    gap:0;
  }
  .p-item--04 .p-item__main{
    flex-direction: column-reverse;
    gap:0;
    width:100%;
    padding-bottom: 54px;
  }
  .p-item--04 .p-item__logo::before{
    width: 144px;
    height: 147px;
    background:url(../img/item03_logo-2.png)no-repeat center center / contain;
    left:auto;
    right: -13px;
    bottom: -12px;
  }
  .p-item--04 .p-item__img{
    display: flex;
    flex-wrap: wrap;
    gap:0;
    margin: 0 auto;
  }
  .p-item--04 .p-item__img-point{
    width: 100%;
    margin: 0 auto 25px;
  }
  .p-item--04 .p-item__img-product{
    width: 210px;
    transform: translate(-3px,2px);
  }
  .p-item--04 .p-item__catch span{
    width: 100%;
  }
  .p-item--04 .p-item__info{
    width: 100%;
  }
}

.c-detail-btn{
  width: 100%;
  max-width: 100%;
}


/* .p-howto */
.p-howto {
  padding-bottom: 64px;
  padding-top: 78px;
  background: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .p-howto {
    padding-top: 136px;
    padding-bottom: 8.0625rem;
  }
}

.p-howto__inner {
  max-width: 1250px;
  max-width: 78.125rem;
}

.p-howto__ttl {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-howto__ttl {
    letter-spacing: 3px;
    font-size: 2rem;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "YuGothic", sans-serif;
  }
}

.p-howto__ttl::after {
  background-image: url(../img/line.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  margin-top: 19px;
  margin-top: 1.1875rem;
  width: 100%;
}
.p-howto__container{
  padding-top: 15px;
}
.p-howtouse {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-howto__container{
    padding-top: 0;
  }
  .p-howtouse {
    margin: 0 auto;
    max-width: 31.25rem;
    padding-top: 1.75rem;
    position: relative;
    width: 86.6666666667vw;
  }
  .p-howto__ttl::after {
    margin-top: 1.85rem;
  }
}

.p-howtouse__ttl {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 135%;
}

.p-howtouse__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-howtouse__ttl{
    font-size: 1.5rem;
  }
  .p-howtouse__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
}

.p-howtouse__item {
  width: 283px;
}
@media screen and (max-width: 980px) {
  .p-howtouse__item {
    width: 221px;
  }
}
@media screen and (max-width: 767px) {
  .p-howtouse__item {
    max-width: 31.25rem;
    position: relative;
    width: 86.6666666667vw;
  }
}

.p-howtouse__img {
  width: 100%;
}

.p-howtouse__txt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .p-howtouse__txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-howtouse__txt {
    font-size: 13px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-howtouse__item:nth-child(n+2) {
    display: none;
  }
}

.p-howtouse__btn-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-howtouse__btn-wrapper {
    bottom: -1.25rem;
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .p-howtouse__btn {
    background-color: #fff;
    color: #132C3F;
    font-size: 0.875rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    max-width: 12.5rem;
    padding: 1.5rem 0.625rem;
    text-align: center;
    width: 50.6666666667vw;
    -webkit-box-shadow: 0 4px 12px rgba(19, 44, 63, .25);
    border-radius: 3.75rem;
            box-shadow: 0 4px 12px rgba(19, 44, 63, .25);
    cursor: pointer;
  }
}

.p-howtouse__list--modal.p-howtouse__list--modal .p-howtouse__item:nth-child(n+2) {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-howto__spray-area .p-howtouse__item::after,
  .p-howto__mist-area .p-howtouse__item::after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(#F3F3F3));
    background: linear-gradient(to bottom, transparent 0%, transparent 80%,#F3F3F3 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-howtouse__list--modal.p-howtouse__list--modal .p-howtouse__item::after {
    background: none;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}

.p-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1042px;
  max-width: 65.125rem;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: none;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  left: 50%;
  position: fixed;
  top: 50%;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  z-index: 60000;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.p-modal__wrapper {
  margin: 0 auto;
  max-width: 1050px;
  max-width: 65.625rem;
  position: relative;
  width: 100%;
  z-index: 100;
}

.p-modal__wrapper iframe {
  aspect-ratio: 16/9;
  display: block;
  margin: 0 auto;
  max-width: 1050px;
  max-width: 65.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-modal__wrapper iframe {
    width: 86.1333333333vw;
  }
}

.p-modal__btn-wrapper {
  position: absolute;
  right: 0;
  top: -10%;
  z-index: 100;
}

.p-modal__closed-btn {
  max-width: 56px;
  max-width: 3.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-modal__closed-btn {
    display: none;
  }
}

.p-modal__closed-sp-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-modal__closed-sp-btn {
    display: block;
    margin: 1.25rem auto 0;
    max-width: 12.5rem;
    width: 38.9333333333vw;
  }
}

.p-modal__container {
  background-color: white;
  height: 510px;
  height: 31.875rem;
  margin: 0 auto;
  max-width: 95%;
  overflow-y: auto;
  padding: 47px 15px 64px;
  padding: 2.9375rem 0.9375rem 4rem;
}