@charset "UTF-8";
/* CSS Document */
.p_box {
  position: relative;
}
/*header {
  background: #191816;
}*/

/* -------------------------------------------------------------------- */

/* main_img

/* -------------------------------------------------------------------- */
#main_img {
  display: grid;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  #main_img {
    height: 100svh;
  }
}

/* txt_group */
#main_img .txt_group {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  order: 1;
  align-self: self-end;
  column-gap: 8vw;

  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  width: fit-content;
  margin: 15% auto;
  position: relative;
  z-index: 8;
  text-align: center;
}
@media screen and (max-width:480px) {
  #main_img .txt_group {
    display: block;
    margin-bottom: 8%;
  }
}

/* three benefit */
#main_img .txt_group .three_b_group {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  grid-template-rows: auto auto;
  column-gap: 5vw;
}
@media screen and (max-width:768px) {
  #main_img .txt_group .three_b_group {
    grid-template-columns: 20px 1fr 20px;
    column-gap: 2vw;
  }
}
@media screen and (max-width:480px) {
  #main_img .txt_group .three_b_group {
    grid-template-columns: 1px auto 1fr 1px;
    grid-template-rows: 10vh;
    column-gap: 8vw;
    margin-bottom: 1.5rem;  
  }
}
/* 鉤括弧 */
#main_img .txt_group .three_b_group::before,
#main_img .txt_group .three_b_group::after {
  content: "";
  width: 1px;
  height: auto;
}
#main_img .txt_group .three_b_group::before {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  border-left: 1px solid #8E8E8E;
  /* border: 1px solid #8E8E8E;
  border-right: none; */
}
#main_img .txt_group .three_b_group::after {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  justify-self: right;
  border-right: 1px solid #8E8E8E;
  /* border: 1px solid #8E8E8E;
  border-left: none; */
}
@media screen and (max-width:480px) {
  #main_img .txt_group .three_b_group::before,
  #main_img .txt_group .three_b_group::after {
    width: 10px;
  }
  #main_img .txt_group .three_b_group::before {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #main_img .txt_group .three_b_group::after {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
  }
}

/* アイコン */
#main_img .txt_group .three_b_group .icon_box {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin-top: 1rem;
  text-align: center;
}
#main_img .txt_group .three_b_group .icon_box img {
  width: 100%;
  max-width: 110px;
}
@media screen and (max-width:480px) {
  #main_img .txt_group .three_b_group .icon_box {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    align-self: center;
    margin-top: 0;
  }
  #main_img .txt_group .three_b_group .icon_box img {
    max-width: 62px;
  }
}

/* 3つのNO */
#main_img .txt_group .three_b_group .three_b_box {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  width: fit-content;
  margin: 0 auto 0;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.3rem;
  white-space: nowrap;
  text-align: left;
}
#main_img .txt_group .three_b_group .three_b_box .three_b_item .under_line {
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-family: system-ui, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1rem;  
}
@media screen and (max-width:480px) {
  #main_img .txt_group .three_b_group .three_b_box {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    align-self: center;
    margin-bottom: 0;

    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.15rem;
  }
  #main_img .txt_group .three_b_group .three_b_box .three_b_item .under_line {
    font-size: 16px;
  }
}


/* txt_box */
#main_img .txt_box {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
#main_img .txt_box .logo_box {
  margin-bottom: 1rem;
}
#main_img .txt_box .ttl {
  font-size: 34px;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
  color: #FFFFFF;
}
#main_img .txt_box .copy {
  margin-bottom: 0;/* 40px */
  font-size: 22px;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}
#main_img .txt_box .copy span {
  font-weight: normal;
  padding: 0 5px;
}
#main_img .txt_box .txt {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-bottom: 100px;
  color: #FFFFFF;
}
#main_img .txt_box .buy_bt {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#main_img .txt_box .buy_bt span {
  padding-right: 10px;
}
#main_img .txt_box .buy_bt span img {
  width: 10px;
  vertical-align: middle;
}
#main_img .txt_box .buy_bt a {
  display: block;
  padding: 15px 0;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
@media screen and (max-width:768px) {
  #main_img .txt_box {
    transform: none;
    align-self: center;
  }
  #main_img .txt_box .ttl {
    text-align: center;
    font-size: 26px;
    margin-bottom: 15px;
    color: #FFFFFF;
  }
  #main_img .txt_box .copy {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: .3em;
  }  
}
@media screen and (max-width:480px) {
  #main_img .txt_box .ttl {
    font-size: 18px;
    margin-bottom: 0.25rem;
  }
}

/* logo */
#main_img .txt_box .logo_box svg {
  width: 100%;
  max-width: 220px;
  height: auto;
}
@media screen and (max-width:1600px) {
  #main_img .txt_box .logo_box svg {
    max-width: 160px;
  }
}
@media screen and (max-width:1200px) {
  #main_img .txt_box .logo_box svg {
    width: 60%;
    max-width: 150px;
  }
}
@media screen and (max-width:768px) {
  #main_img .txt_box .logo_box {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width:480px) {
  #main_img .txt_box .logo_box svg {
    width: 50%;
    max-width: 70px;
  }  
}

/* Swipe animation */
#main_img .scroll_animation {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  text-align: center;
  font-size: 14px;
  letter-spacing: 4px;
}
#main_img .scroll_animation a {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 10px;
  letter-spacing: 0.15em;
}
#main_img .scroll_animation a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 1px;
  margin-left: -12px;
  border-bottom: 1px solid #FFFFFF;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@keyframes sdb {
  0% {
    transform: rotate(90deg) translate(30px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(90deg) translate(50px, 0px);
    opacity: 0;
  }
}
@media screen and (max-width:768px) {
  #main_img .scroll_animation {
    position: relative;
    margin-top: 1rem;
  }
}

/* メインビジュアル画像 */
#main_img .img_box {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  align-self: center;

  display: grid;
}
#main_img .img_box img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#main_img .img_box .mv_path {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  order: 3;
}
#main_img .img_box .news {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  justify-self: center;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  margin-top: 100px;
  margin-left: -20vw;
  border-radius: 100%;
  background: rgba(18, 23, 29, .9);
  font-size: 30px;
  letter-spacing: 0.25rem;
  color: #fff;
}
#main_img .img_box .mv {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  order: 1;
}
@media screen and (min-width:2050px) {
  #main_img .img_box .news {
    margin-top: 150px;
    margin-left: -15vw;
  }
}
@media screen and (max-width:900px) {
  #main_img .img_box .news {
    width: 140px;
    height: 140px;
    margin-left: -26vw;
  }
}
@media screen and (max-width:768px) {
  #main_img .img_box img {
    height: 100svh;
  }
  #main_img .img_box .news {
    width: 120px;
    height: 120px;
    margin-left: -240px;
  }
@media screen and (max-width:480px) {
  #main_img .img_box .news {
    width: 100px;
    height: 100px;
    margin-left: -180px;
    font-size: 20px;
  }  
}  
}


/* -------------------------------------------------------------------- */

/* product

/* -------------------------------------------------------------------- */
#product {
  width: 100%;
  margin-top: -10%;
  position: relative;
  z-index: 1;
}
#product .inner {
  width: 100%;
/*  padding-left: calc((100% - 1200px) / 2);*/
  padding: 0 24px;
}
#product .container {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
#product article {
  width: 270px;
  margin-left: 48px;
}
#product article:first-of-type {
  margin-left: 0;
}
#product article a {
  display: block;
  with: 100%;
  height: 100%;
}
#product article a .img_box figure img {
  aspect-ratio: 1 / 1;
  width: 100%;
}
#product article a .txt_box {
  margin-top: 14px;
}
#product article a .txt_box .ttl {
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
#product article a .txt_box .ttl span {
  font-size: 10px;
  letter-spacing: 0.1rem;
}
#product article a .txt_box .ttl.jp_txt {
  letter-spacing: 0.15em;
}
#product article a .txt_box .copy {
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: 0.3em;
}
#product article a .txt_box .price {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.2em;
}
#product article a .txt_box .price span {
  display: inline-block;
  padding-left: 0.5em;
  font-size: 10px;
}

/* 発売前対応 */
#product article > a[href=""] {
  pointer-events: none;
}

@media screen and (max-width:768px) {
  #product {
    margin-top: 60px;
  }
  #product .inner {
    padding: 0 20px;
  }
  #product article {
    width: calc(100vw / 2 );
    /* width: calc((100vw - (24px * 3))  / 2 ); */
    margin-left: 20px;
  }
}


/* -------------------------------------------------------------------- */

/* #three_benefit */

/* -------------------------------------------------------------------- */

/* frame */
#three_benefit {
  display: grid;
  align-items: center;
  margin: 150px 0;
}
#three_benefit .inner {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  order: 1;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  column-gap: 8vw;
  justify-content: center;
  align-items: center;
  width: 850px;
  margin: 0 auto;
}
#three_benefit .img_box {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: 100%;
  height: 600px;
}
#three_benefit .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (min-width:769px) and (max-width:850px)  {
  #three_benefit .inner {
    width: 70vw;
    padding: 0 30px;
  }
}
@media screen and (max-width:768px) {
  #three_benefit {
    margin: 5rem 0;
  }
  #three_benefit .inner {
    display: block;
    width: 82%;
  }
  #three_benefit .img_box {
    height: 100vh;
  }
}
@media screen and (max-width:480px) {
  #three_benefit .img_box {
    height: 850px;
  }
}

/* title_box */
#three_benefit .inner .title_box .title {
  font-size: 30px;
  letter-spacing: 0.8rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
#three_benefit .inner .title_box .txt {
  font-size: 17px;
  letter-spacing: 0.3rem;
  white-space: nowrap;
  line-height: 2;
}
@media screen and (max-width:768px) {
  #three_benefit .inner .title_box {
    margin-bottom: 2rem;
  }
  #three_benefit .inner .title_box .title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width:480px) {
  #three_benefit .inner .title_box .title {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.5rem;
  }
  #three_benefit .inner .title_box .txt {
    font-size: 14px;
  }
}

/* three_b_group */
/* ------------------------------------------------- */
#three_benefit .inner .three_b_group {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  grid-template-rows: auto auto;
  column-gap: 3vw;
}
@media screen and (max-width:480px) {
  #three_benefit .inner .three_b_group {
    column-gap: 0;
  }
}

/* 鉤括弧 */
#three_benefit .inner .three_b_group::before,
#three_benefit .inner .three_b_group::after {
  content: "";
  width: 1px;
  height: auto;
}
#three_benefit .inner .three_b_group::before {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  border: 1px solid #8E8E8E;
  border-right: none;
}
#three_benefit .inner .three_b_group::after {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  justify-self: right;
  border: 1px solid #8E8E8E;
  border-left: none;
}
@media screen and (max-width:480px) {
  #three_benefit .inner .three_b_group::before,
  #three_benefit .inner .three_b_group::after {
    width: 10px;
  } 
}

/* アイコン */
#three_benefit .inner .three_b_group .icon_box {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin-top: 1rem;
  text-align: center;
}
#three_benefit .inner .three_b_group .icon_box img {
  max-width: 80px;
}
#three_benefit .inner .three_b_group .icon_box svg {
  width: 100%;
  max-width: 100px;
}

/* 3つのNO */
#three_benefit .inner .three_b_group .three_b_box {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  width: fit-content;
  margin: 0 auto 1rem;
  font-size: 18px;
  font-weight: 100;
  line-height: 2;
  letter-spacing: 0.3rem;
  white-space: nowrap;
}
#three_benefit .inner .three_b_group .three_b_box .three_b_item .under_line {
   border-bottom: 1px solid #000;
   font-size: 24px;
   font-family: system-ui, sans-serif;
   font-weight: bold;
   letter-spacing: 0.1rem;
}
#three_benefit .inner .three_b_group .three_b_box .three_b_item .txt_asterisk {
  font-size: 10px;
}
@media screen and (max-width:480px) {
  #three_benefit .inner .three_b_group .three_b_box {
    font-size: 18px;
    letter-spacing: 0.25rem;
    line-height: 2rem;
  }
}

/* txt_box */
#three_benefit .inner .txt_box {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  padding-top: 3rem;
}
#three_benefit .inner .txt_box .txt {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 2.2;
}
#three_benefit .inner .txt_box .note {
  margin-top: 1rem;
  font-size: 12px;
  letter-spacing: 1px;
}
@media screen and (max-width:480px) {
  #three_benefit .inner .txt_box {
    padding-top: 1.5rem;
  }
  #three_benefit .inner .txt_box .note {
    font-size: 10px;
  }
}


/* -------------------------------------------------------------------- */

/* concept

/* -------------------------------------------------------------------- */

#concept {
  margin-top: 144px;
}
#concept .inner {
  max-width: calc(1200px + (24px * 2));
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
#concept .ttl {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 26px;
  letter-spacing: 0.3em;
  text-align: center;
}
#concept .ttl:before {
  content: '"';
  position: absolute;
  top: 0;
  left: -1em;
  vertical-align: top;
}
#concept .ttl::after {
  content: '"';
  position: absolute;
  bottom: 0;
  right: -0.7em;
  vertical-align: top;
  transform: rotate(180deg);
}
#concept .copy {
  margin-top: 24px;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.25em;
}
#concept .txt {
  margin-top: 52px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 2.4;
}
#concept .txt + .txt {
  margin-top: 20px;
}


@media screen and (max-width:768px) {
  #concept {
    margin-top: 60px;
  }
  #concept .ttl {
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  #concept .ttl:before {
    left: 0;
  }
  #concept .ttl:after {
    right: 0;
  }
  #concept .copy {
    margin-top: 48px;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  #concept .txt {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: left;
  }
}


/* fullImage
--------------------------------------------------------------------*/
.fullImage {
  width: 100%;
  margin-top: 144px;
}
.fullImage .inner {
  width: 100%;
}
.fullImage .inner figure {
  width: 100%;
}
.fullImage .inner figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:768px) {
  .fullImage {
    margin-top: 92px;
  }
}


/* character
--------------------------------------------------------------------*/
#character {
  width: 100%;
  margin-top: 144px;
}
#character .inner {
  width: 100%;
  max-width: calc(1200px + (24px * 2));
  margin: 0 auto;
  padding: 0 24px;
}
#character .ttl {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.2em;
}
#character .copy {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 1.7;
}
#character .feature {
  width: 100%;
}
#character .feature .sub_ttl  {
  margin-top: 65px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 1.8;
}
#character .feature .sub_ttl span  {
  font-size: 12px;
  letter-spacing: 0.1rem;
}

#character .feature .thm {
  width: 100%;
  max-width: 650px;
  margin: 21px auto 0;
  padding: 38px 0;
  border-top: #8B8A89 solid 1px;
  border-bottom: #8B8A89 solid 1px;
}
#character .feature .thm ul {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 444px;
}
#character .feature .thm ul li {
  display: flex;
  align-items: center;
  aspect-ratio: 1 / 1;
  width: calc((100% - (14% * 2)) / 3);
  height: auto;
  margin-left: 14%;
  position: relative;
  background: #191816;
  color: #FFFFFF;
  text-align: center;
}
#character .feature .thm ul li:first-of-type {
  margin-left: 0;
}
#character .feature .thm ul li::before,
#character .feature .thm ul li::after {
  content: '';
  display: block;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  opacity: .4;
  pointer-events: none;
}
#character .feature .thm ul li::before {
  background-image: linear-gradient(to top right,transparent, transparent 50%, #191816 50%, #191816 51%, transparent 51%, transparent);
}
#character .feature .thm ul li::after {
  background-image: linear-gradient(to top left,transparent, transparent 50%, #191816 50%, #191816 51%, transparent 51%, transparent);
}
#character .feature .thm ul li:first-of-type:before,
#character .feature .thm ul li:first-of-type:after {
  content: none;
}
#character .feature .thm ul li p {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}

#character .feature .detail  {
  width: 100%;
  max-width: 1097px;
  margin: 60px auto 0;
  position: relative;
}
#character .feature .detail .container {
  width: 100%;
  overflow: hidden;
}
/* 調整 */
#character .feature .detail .container .swiper-wrapper {
  align-items: center; 
}
#character .feature .detail .container article {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
#character .feature .detail .container article .ttl_box {
  display: flex;
  justify-content: center;
  width: 44%;
}
#character .feature .detail .container article .ttl_box p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44%;
  height: 100%;
  border: rgba(25, 24, 22, .6) solid 1px;
}

#character .feature .detail .container article .txt_box{
  width: 54%;
}
#character .feature .detail .container article .txt_box .ttl {
  text-align: left;
  font-size: 21px;
}
#character .feature .detail .container article .txt_box .txt {
  /* margin-top: 31px; */
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 2.0;
}

#character .feature .detail .slide_control {
  display: flex;
  justify-content: space-between;
  width: calc(100% + (20px * 2));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  z-index: 1;
}
#character .feature .detail .slide_control .btn_prev {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #191816;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  pointer-events: all;
}
#character .feature .detail .slide_control .btn_next {
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #191816;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  pointer-events: all;
}

#character .spec {
  max-width: 650px;
  margin: 60px auto 0;
  border-top: #8B8A89 solid 1px;
}
#character .spec dl {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: space-between;
  width: 100%;
}
#character .spec dl dt {
  width: 120px;
  padding: 13px 8px;
  position: relative;
  border-bottom: #8B8A89 solid 1px;
  font-size: 12px;
  letter-spacing: .2em;
}
#character .spec dl dt::after {
  content: '';
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  background: #8B8A89;
  transform: translateY(-50%);
}
#character .spec dl dd {
  display: flex;
  align-items: center;
  justify-content: center;

  width: calc(100% - 120px);
  padding: 13px 8px;
  border-bottom: #8B8A89 solid 1px;
  font-size: 12px;
  letter-spacing: .2em;
  text-align: center;
}
#character .spec dl dd .graph {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  position: relative;
}
#character .spec dl dd .graph::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #1A1311;
  z-index: -1;
}
#character .spec dl dd .graph::after {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #1A1311;
  border-radius: 50%;
  z-index: -1;
}
#character .spec dl dt#flexibility + dd .graph::after {
  left: 20%;
}
#character .spec dl dt#irritant_odor + dd .graph::after {
  left: 25%;
}
#character .spec dl dt#color + dd .graph::after {
  left: 20%;
}

#character .spec dl dd .graph span {
  display: inline-block;
  padding: 0 0.5em;
  background: #FFFFFF;
}

@media screen and (max-width:768px) {
  #character {
    margin-top: 72px;
  }
  /* 調整 */
  #character .feature .detail .container .swiper-wrapper {
    align-items: normal; 
  }
  #character .feature .detail .container article {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #character .feature .detail .container article .ttl_box {
    width: 100%;
    height: 82px;
  }
  #character .feature .detail .container article .ttl_box p {
    width: 76%;
    height: 100%;
    border: rgba(25, 24, 22, .6) solid 1px;
  }

  #character .feature .detail .container article .txt_box {
    width: 76%;
    margin: 22px auto 0;
  }
  #character .feature .detail .container article .txt_box .ttl {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  #character .feature .detail .container article .txt_box .txt {
    margin-top: 24px;
  }
  #character .feature .detail .slide_control {
    width: 100%;
  }
  
  #character .spec dl dt {
    width: 100px;
    padding: 8px 5px;
  }
  #character .spec dl dd {
    width: calc(100% - 100px);
    padding: 8px 5px;
    border-bottom: #8B8A89 solid 1px;
    font-size: 12px;
    letter-spacing: .2em;
    text-align: center;
  }
  #character .spec dl dd .graph {
    width: 90%;
  }

}

/* warning
--------------------------------------------------------------------*/
#warning {
  width: 100%;
  margin-top: 92px;
  margin-bottom: 144px;
}
#warning .inner {
  width: 100%;
  max-width: calc(1200px + (24px * 2));
  margin: 0 auto;
  padding: 0 24px;
}
#warning .ttl {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.2em;
}
#warning .copy {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 1.7;
}

#warning .main_usage {
  width: 100%;
  margin-top: 65px;
}
#warning .main_usage .sub_ttl  {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.25em;
}
#warning .main_usage .txt_box  {
  max-width: 820px;
  margin: 21px auto 0;
  border-top: #8B8A89 solid 1px;
  border-bottom: #8B8A89 solid 1px;
  padding: 30px 0 0;
}
#warning .main_usage .txt_box > div  {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  border-top: #8B8A89 solid 1px;
}
#warning .main_usage .txt_box > div p {
  padding: 12px 0;
  position: relative;
  font-size: 14px;
  letter-spacing: .1em;
}
#warning .main_usage .txt_box > div p::after {
  content: '';
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #8B8A89;
  transform: translateY(-50%);
}
#warning .main_usage .txt_box > div p:nth-of-type(odd) {
  padding-right: 1em;
}
#warning .main_usage .txt_box > div p:nth-of-type(even) {
  padding-left: 1em;
}
#warning .main_usage .txt_box > div p:nth-of-type(odd)::after {
  content: none;
}

#warning .precautions {
  margin-top: 65px;
  width: 100%;
}
#warning .precautions .sub_ttl  {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.25em;
}
#warning .precautions .txt_box  {
  max-width: 820px;
  margin: 21px auto 0;
  border-top: #8B8A89 solid 1px;
  border-bottom: #8B8A89 solid 1px;
  padding: 30px 0;
}

#warning .preservation {
  margin-top: 65px;
  width: 100%;
}
#warning .preservation .sub_ttl  {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.25em;
}
#warning .preservation .txt_box  {
  max-width: 820px;
  margin: 21px auto 0;
  border-top: #8B8A89 solid 1px;
  border-bottom: #8B8A89 solid 1px;
  padding: 30px 0;
}

#warning .txt_box ul li {
  margin-top: 14px;
  padding-left: 1.3em;
  position: relative;
  font-size: 14px;
  letter-spacing: .1em;
}
#warning .txt_box ul li:first-of-type {
  margin-top: 0;
}
#warning .txt_box ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  #warning {
    margin-top: 92px;
    margin-bottom: 92px;
  }

  #warning .main_usage .txt_box > div  {
    flex-direction: column;
    justify-content: flex-start;
  }
  #warning .main_usage .txt_box > div p {
    padding: 17px 0;
    position: relative;
    font-size: 12px;
    letter-spacing: .01em;
    border-top: #8B8A89 solid 1px;
  }
  #warning .main_usage .txt_box > div p:first-of-type {
    border: none;
  }
  #warning .main_usage .txt_box > div p:nth-of-type(odd) {
    padding-right: 0;
  }
  #warning .main_usage .txt_box > div p:nth-of-type(even) {
    padding-left: 0;
  }
  #warning .main_usage .txt_box > div p::after {
    content: none;
  }

  #warning .txt_box ul li {
    margin-top: 12px;
    padding-left: 1em;
    position: relative;
    font-size: 12px;
    letter-spacing: .01em;
    line-height: 1.7;
  }
}


/* howto
--------------------------------------------------------------------*/
#howto {
  width: 100%;
  margin-top: 144px;
  position: relative;
  overflow: hidden;
}
#howto::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15%;
  left: 0;
  background: #191816;
  z-index: -1;
}
#howto .inner {
  width: 100%;
  max-width: calc(1000px + (24px * 2));
  margin: 0 auto;
  padding: 0 24px 92px;
}
#howto .mv_box {
  width: 100%;
}
#howto .btn {
  display: block;
  width: 325px;
  margin: 71px auto 0;
  padding-top: 16px;
  padding-right: 1em;
  padding-bottom: 16px;
  position: relative;
  border: rgba(255, 255, 255, .7) solid 1px;
  text-align: center;
  font-size: 12px;
  color: #ffffff
}
#howto .btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: calc(50% + ((4em + 1em - 6px) / 2));
  background: url("../../../img/btn_icon_wh.svg") no-repeat;
  background-size: contain;
  transform: translateY(calc(-50% + 1px));
}
@media screen and (max-width:768px) {
  #howto {
    margin-top: 92px;
    padding-top: 30px;
    background: #191816;
  }
  #howto::before {
    content: none;
  }
  #howto .btn {
    width: 100%;
    margin-top: 46px;
  }
}
