@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.is_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .is_sp {
    display: block;
  }
}

.is_pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .is_pc {
    display: none;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*************************************************
header
*************************************************/
.header_inner {
  background-image: url(../images/uruoipro_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  border: solid 11px #fff;
  position: relative;
}
@media screen and (max-width: 599px) {
  .header_inner {
    width: 100%;
    background-position: 30%;
    border-bottom: 0px;
    padding: 30px;
  }
}
.header_inner .logo_wrap {
  position: absolute;
  left: calc(63% - 195px);
  bottom: calc(30% - 118px);
}
@media screen and (max-width: 599px) {
  .header_inner .logo_wrap {
    position: initial;
  }
}
.header_inner .logo_wrap .uruoipro_concept {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .header_inner .logo_wrap .uruoipro_concept {
    display: none;
  }
}
.header_inner .logo_wrap .release_date {
  color: #ffffff;
  border-bottom: solid 1px #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
  font-family: adobe-garamond-pro, serif;
}
@media screen and (max-width: 599px) {
  .header_inner .logo_wrap .release_date {
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-top: 8px;
  }
}
@media screen and (max-width: 599px) {
  .header_inner .logo_wrap .release_date {
    display: none;
  }
}
.header_inner .logo_wrap .logo_img {
  width: 280px;
  margin-bottom: 20px;
}

.sp_header_chach {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp_header_chach {
    margin: 0 11px;
    display: block;
    background-color: #1E2E67;
    padding: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
}
@media screen and (max-width: 599px) {
  .sp_header_chach h2 {
    margin-bottom: 10px;
  }
}

.scroll {
  color: #fff;
}
.scroll-text {
  font-size: 11px;
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  bottom: 92px;
  font-family: "Noto Sans Myanmar", sans-serif;
}
@media screen and (max-width: 599px) {
  .scroll-text {
    bottom: 13%;
    left: -3px;
  }
}

.scroll-line {
  position: absolute;
  left: 30px;
  bottom: -34px;
  width: 1px;
  height: 80px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .scroll-line {
    bottom: -34px;
    left: 8%;
  }
}
.scroll-line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  background-color: rgb(0, 0, 0);
  animation: scrolldown 1.4s ease-in-out infinite;
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.main_content_width {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .main_content_width {
    width: 100%;
  }
}

.concept_wrap1_right {
  writing-mode: vertical-rl;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .concept_wrap1_right {
    writing-mode: initial;
    order: 1;
    flex-basis: 100%;
  }
}
.concept_wrap1_right .concept-title {
  color: #404284;
  font-size: 27px;
  margin-left: 1.6em;
  letter-spacing: 0.25em;
  font-family: source-han-serif-japanese, serif;
}
@media screen and (max-width: 1024px) {
  .concept_wrap1_right .concept-title {
    margin-left: 0em;
  }
}
@media screen and (max-width: 599px) {
  .concept_wrap1_right .concept-title {
    font-size: 22px;
    width: 280px;
    line-height: 1.8;
    font-weight: bold;
  }
}

.concept_wrap1_text_wrap {
  margin-top: 31px;
  letter-spacing: 0.1em;
  line-height: 3;
}
@media screen and (max-width: 1024px) {
  .concept_wrap1_text_wrap {
    margin-left: 0em;
  }
}
@media screen and (max-width: 599px) {
  .concept_wrap1_text_wrap {
    font-size: 15px;
    line-height: 2.1;
  }
}
.concept_wrap1_text_wrap .concept_wrap1_text_margin {
  margin-left: 1.6em;
}
@media screen and (max-width: 1024px) {
  .concept_wrap1_text_wrap .concept_wrap1_text_margin {
    margin-bottom: 1.6em;
    margin-left: 0em;
  }
}

.concept_wrap1_wrap {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .concept_wrap1_wrap {
    flex-wrap: wrap;
    width: 84%;
  }
}

@media screen and (max-width: 1024px) {
  .concept_wrap1_left {
    order: 2;
    text-align: center;
    transform: translateY(100px);
    flex-basis: 100%;
  }
}
.concept_wrap1_left img {
  width: 550px;
  transform: translate(-84px, 52px);
}
@media screen and (max-width: 1024px) {
  .concept_wrap1_left img {
    width: 80%;
    transform: translate(-17px, 52px);
  }
}

.concept_wrap2_wrap {
  padding-bottom: 117px;
}
@media screen and (max-width: 1024px) {
  .concept_wrap2_wrap {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 599px) {
  .concept_wrap2_wrap {
    margin-bottom: 60px;
  }
}

.concept_wrap2_left {
  flex-basis: 45%;
}
@media screen and (max-width: 1024px) {
  .concept_wrap2_left {
    flex-basis: 84%;
  }
}

.concept_wrap2_right {
  background-image: url(../images/night_sky.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: 40%;
  margin-top: 80px;
  background-position: 50% 70%;
}
@media screen and (max-width: 1024px) {
  .concept_wrap2_right {
    flex-basis: 100%;
    height: 460px;
    overflow: hidden;
    object-fit: cover;
  }
}

.concept_wrap2_wrap_inner {
  width: calc(100% + (100vw - 1000px) / 2);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .concept_wrap2_wrap_inner {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.concept_wrap2_left img {
  width: 220px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .concept_wrap2_left img {
    margin-bottom: 30px;
  }
}
.concept_wrap2_left p {
  letter-spacing: 0.1em;
  line-height: 3;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .concept_wrap2_left p {
    line-height: 2.1em;
  }
}
.concept_wrap2_left .concept_wrap2_left_margin {
  margin-bottom: 1.6em;
}
.concept_wrap2_left span {
  display: block;
  border-bottom: 1px solid #000000;
  width: 60px;
  padding-top: 14px;
}

.promotion_video {
  background-image: url(../images/ripples.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 117px;
  padding: 80px 0px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .promotion_video {
    margin-bottom: 56px;
  }
}
.promotion_video a {
  padding: 80px 0px;
  display: block;
  text-align: center;
}
.promotion_video iframe {
  width: 930px;
  height: 523.125px;
}
@media screen and (max-width: 1024px) {
  .promotion_video iframe {
    width: 84%;
  }
}
@media screen and (max-width: 599px) {
  .promotion_video iframe {
    width: 100%;
    height: 233px;
  }
}
.promotion_video video {
  width: 930px;
}
@media screen and (max-width: 1024px) {
  .promotion_video video {
    width: 84%;
  }
}
@media screen and (max-width: 599px) {
  .promotion_video video {
    width: 100%;
  }
}

.arrow {
  position: relative;
  display: block;
  color: #555;
  text-decoration: none;
  font-size: 16px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  margin: auto;
}

.sample04:before {
  left: -15px;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.sample04:after {
  left: 3px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border: 8px solid transparent;
  border-left: 8px solid #ffF;
}

.promotion_arrow {
  color: #fff;
  position: absolute;
  top: calc(50% - 55px);
  left: calc(50% - 64.5px);
}
.promotion_arrow p {
  margin-bottom: 15px;
  font-size: 15px;
  font-family: adobe-garamond-pro, serif;
}
.promotion_arrow span {
  display: inline-block;
}

.concept_wrap {
  background: -moz-linear-gradient(top left, #FFF, #F5F6F4);
  background: -webkit-linear-gradient(top left, #FFF, #F5F6F4);
  background: linear-gradient(to bottom right, #FFF, #F5F6F4);
  padding-top: 87px;
}
@media screen and (max-width: 599px) {
  .concept_wrap {
    padding-top: 42px;
  }
}

.hydrophobic_inner {
  width: calc(100% + (100vw - 1000px) / 2);
  display: flex;
  justify-content: space-between;
  height: 440px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .hydrophobic_inner {
    width: 100%;
    height: initial;
    flex-wrap: wrap;
  }
}

.hydrophobic_title p:first-child {
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .hydrophobic_title p:first-child {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2em;
    margin-bottom: 4px;
  }
}

.hydrophobic_title {
  font-size: 27px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  margin-top: 50px;
  line-height: 1.8;
  font-family: source-han-serif-japanese, serif;
}
@media screen and (max-width: 599px) {
  .hydrophobic_title {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.hydrophobic_text {
  letter-spacing: 0.1em;
  line-height: 3;
  font-size: 14px;
}
.hydrophobic_text .hydrophobic_margin {
  margin-bottom: 1.6em;
  line-height: 2.1;
}
@media screen and (max-width: 599px) {
  .hydrophobic_text {
    margin-bottom: 1.6em;
    line-height: 2.1;
  }
}

.hydrophobic_left {
  flex-basis: 43%;
}
@media screen and (max-width: 1024px) {
  .hydrophobic_left {
    flex-basis: 80%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .hydrophobic_left p {
    line-height: 2.1;
  }
}

.leaf_drop {
  width: 39%;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .leaf_drop {
    width: 30%;
    bottom: 0;
    left: 0;
    position: initial;
  }
}

.whip {
  width: 72%;
  right: 0px;
  position: absolute;
  bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .whip {
    position: initial;
  }
}

.hydrophobic_right {
  flex-basis: 44%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .hydrophobic_right {
    position: initial;
    flex-basis: 100%;
    position: relative;
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .hydrophobic_right {
    display: none;
  }
}

.hydrophobic_right_sp {
  position: relative;
}
.hydrophobic_right_sp .top {
  text-align: right;
  padding-left: 30%;
}
.hydrophobic_right_sp .top img {
  width: 100%;
}
.hydrophobic_right_sp .bottom {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 40%;
  height: 100px;
  z-index: -1;
}
.hydrophobic_right_sp .bottom img {
  width: 100%;
}

.hydrophobic_2inner {
  width: calc(100% - (100vw - 1000px) / 2);
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 134px; */
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .hydrophobic_2inner {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .hydrophobic_2inner {
    margin-bottom: 60px;
  }
}
.hydrophobic_2inner .hydrophobic_title p {
  text-align: right;
}
@media screen and (max-width: 599px) {
  .hydrophobic_2inner .hydrophobic_title p {
    text-align: left;
  }
}
.hydrophobic_2inner .hydrophobic_text p {
  text-align: right;
}
@media screen and (max-width: 599px) {
  .hydrophobic_2inner .hydrophobic_text p {
    text-align: left;
  }
}

.hydrophobic2_left {
  flex-basis: 53%;
}
@media screen and (max-width: 1024px) {
  .hydrophobic2_left {
    flex-basis: 100%;
  }
}
.hydrophobic2_left img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .hydrophobic2_left {
    order: 2;
  }
}

.hydrophobic2_right {
  flex-basis: 42%;
}
@media screen and (max-width: 1024px) {
  .hydrophobic2_right {
    flex-basis: 84%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .hydrophobic2_right {
    order: 1;
  }
}

.damage_hole {
  position: relative;
}
.damage_hole img {
  position: absolute;
  width: 78px;
  top: 0px;
  left: 50%;
  z-index: -1;
  left: calc(50% - 36px);
}
.damage_hole p {
  padding: 22px 0 0 0;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: source-han-serif-japanese, serif;
}

.damage_arrow {
  width: 45px; /* 適当な箱を作るための幅 */
  height: 80px; /* 適当な箱を作るための高さ */
  position: relative; /* 基準位置とする */
  margin-top: 85px;
}
@media screen and (max-width: 1024px) {
  .damage_arrow {
    margin-top: 43px;
  }
}
@media screen and (max-width: 599px) {
  .damage_arrow {
    transform: rotate(90deg);
    height: 80px;
    margin-top: 0px;
  }
}

.damage_arrow::before,
.damage_arrow::after {
  content: ""; /* 疑似要素に指定必須 */
  width: 20px; /* 線の長さを指定 */
  height: 3px; /* 線の幅を指定 */
  display: inline-block; /* インラインブロックにする */
  border-radius: 2px; /* 線を角丸にする */
  background: #000000; /* 線の色を指定 */
  position: absolute; /* 相対位置に指定 */
  right: 10px; /* 右から10pxの位置に配置 */
}

.damage_arrow::before {
  top: calc(50% - 8px); /* 数値は微調整してください */
  transform: rotate(45deg); /* 45度回転させる */
}

.damage_arrow::after {
  bottom: calc(50% - 8px); /* 数値は微調整してください */
  transform: rotate(-45deg); /* -45度回転させる */
}

.damage_hole_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 74px;
  margin-bottom: 74px;
}
@media screen and (max-width: 1024px) {
  .damage_hole_wrap {
    width: 601px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .damage_hole_wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .damage_hole_wrap {
    padding: 0 20%;
  }
}
.damage_hole_wrap .damage_hole_content {
  flex-basis: 25%;
}
@media screen and (max-width: 1024px) {
  .damage_hole_wrap .damage_hole_content {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 599px) {
  .damage_hole_wrap .damage_hole_content {
    flex-basis: 100%;
  }
}
.damage_hole_wrap .damage_hole_content img {
  width: 100%;
}
.damage_hole_wrap .damage_hole_content p {
  font-size: 14px;
  margin-top: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .damage_hole_wrap .damage_hole_content p {
    margin-top: 15px;
  }
}

.damage_hole2 p {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: source-han-serif-japanese, serif;
}
@media screen and (max-width: 599px) {
  .damage_hole2 p {
    line-height: 1.5em;
    font-size: 20px;
  }
}
.damage_hole2 span {
  display: block;
  border-bottom: 1px solid #000000;
  width: 60px;
  padding-top: 21px;
  margin: 0 auto;
}

.damage_hole2_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-bottom: 124px;
}
@media screen and (max-width: 1024px) {
  .damage_hole2_content {
    width: 601px;
    justify-content: space-between;
    padding: 0px 20px 124px;
  }
}
@media screen and (max-width: 599px) {
  .damage_hole2_content {
    width: 100%;
    padding-bottom: 60px;
  }
}

.damage_hole2_inner {
  flex-basis: 34%;
}
@media screen and (max-width: 1024px) {
  .damage_hole2_inner {
    flex-basis: 47%;
  }
}
@media screen and (max-width: 599px) {
  .damage_hole2_inner {
    flex-basis: 100%;
  }
}
.damage_hole2_inner .damage_hole2_inner_title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 74px;
}
@media screen and (max-width: 599px) {
  .damage_hole2_inner .damage_hole2_inner_title {
    font-size: 16px;
  }
}
.damage_hole2_inner img {
  width: 66%;
  margin: 0 auto;
  display: block;
}
.damage_hole2_inner p {
  font-size: 14px;
  margin-top: 35px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .damage_hole2_inner p {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .damage_hole2_md_margin {
    margin-bottom: 68px !important;
  }
}
@media screen and (max-width: 599px) {
  .damage_hole2_md_margin {
    margin-bottom: 30px !important;
  }
}

.damage_hole2 {
  padding-top: 74px;
}
@media screen and (max-width: 599px) {
  .damage_hole2 {
    padding-top: 0px;
    width: 84%;
    margin: 0 auto;
  }
}

.damage_hole2_back {
  background-image: url(../images/wave_pattern.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.feature_title {
  font-size: 27px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  padding: 124px 0 124px 0;
  font-family: source-han-serif-japanese, serif;
}
@media screen and (max-width: 599px) {
  .feature_title {
    font-size: 22px;
    padding: 60px 0 30px 0;
  }
}

.feature_content_title {
  position: relative;
  margin: 0 0 45px 0;
}
@media screen and (max-width: 599px) {
  .feature_content_title {
    padding: 0 8%;
    margin: 0px;
  }
}
.feature_content_title span {
  color: #A6A8D3;
  font-size: 101px;
  transform: translate(-15px, 0px);
  display: block;
  font-family: din-2014, sans-serif;
}
@media screen and (max-width: 599px) {
  .feature_content_title span {
    transform: initial;
  }
}
.feature_content_title p {
  font-size: 27px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.8;
  position: absolute;
  top: 52px;
  font-family: source-han-serif-japanese, serif;
}
@media screen and (max-width: 1024px) {
  .feature_content_title p {
    font-size: 23px;
    bottom: 15px;
  }
}

.feature_inner {
  width: calc(100% + (100vw - 1000px) / 2);
  display: flex;
  justify-content: space-between;
  height: 513px;
}
@media screen and (max-width: 1024px) {
  .feature_inner {
    width: 100%;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .feature_inner {
    height: auto;
    width: 100%;
    flex-wrap: wrap;
  }
}
.feature_inner .feature_left {
  flex-basis: 37%;
}
@media screen and (max-width: 1024px) {
  .feature_inner .feature_left {
    flex-basis: 50%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .feature_inner .feature_left {
    flex-basis: 100%;
    padding-left: 0px;
  }
}
.feature_inner .feature_right {
  flex-basis: 56%;
}
@media screen and (max-width: 1024px) {
  .feature_inner .feature_right {
    flex-basis: 42%;
  }
}
@media screen and (max-width: 599px) {
  .feature_inner .feature_right {
    flex-basis: 100%;
    padding-left: 8%;
    margin-top: 20px;
  }
}
.feature_inner .feature_right img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .feature_inner .feature_right img {
    height: 500px;
    object-position: 62%;
  }
}

.feature_content_p1 {
  letter-spacing: 0.1em;
  line-height: 3;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .feature_content_p1 {
    padding: 0 8%;
    line-height: 2.1em;
    margin-bottom: 30px;
  }
}

.feature_content_p2 {
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-size: 13px;
  color: #888888;
  margin-top: 3px;
}
@media screen and (max-width: 599px) {
  .feature_content_p2 {
    padding: 0 8%;
    line-height: 1.5em;
    margin-bottom: 6px;
  }
}

.feature_content_p3 {
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-size: 13px;
  color: #888888;
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .feature_content_p3 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 599px) {
  .feature_content_p3 {
    padding: 0 8%;
    line-height: 1.5em;
    margin-bottom: 6px;
  }
}

.feature2_inner {
  width: calc(100% - (100vw - 1000px) / 2);
  display: flex;
  justify-content: space-between;
  margin-top: 109px;
  height: 513px;
  margin-bottom: 109px;
}
@media screen and (max-width: 1024px) {
  .feature2_inner {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .feature2_inner {
    height: auto;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
.feature2_inner .feature2_left {
  flex-basis: 59%;
}
@media screen and (max-width: 1024px) {
  .feature2_inner .feature2_left {
    flex-basis: 42%;
  }
}
@media screen and (max-width: 599px) {
  .feature2_inner .feature2_left {
    flex-basis: 100%;
    order: 2;
    padding-right: 8%;
    margin-top: 20px;
  }
}
.feature2_inner .feature2_left img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .feature2_inner .feature2_left img {
    height: 500px;
    object-position: 62%;
  }
}
.feature2_inner .feature2_right {
  flex-basis: 37%;
}
@media screen and (max-width: 1024px) {
  .feature2_inner .feature2_right {
    flex-basis: 50%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .feature2_inner .feature2_right {
    flex-basis: 100%;
    order: 1;
    padding-right: 0px;
  }
}
@media screen and (max-width: 599px) {
  .feature2_inner .feature2_right .feature_content_title {
    text-align: right;
  }
  .feature2_inner .feature2_right .feature_content_title p {
    right: 8%;
  }
}

.pic-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 600px;
  height: 338px;
  padding: 0px 6rem;
  box-sizing: border-box;
  background-color: rgb(254, 254, 254);
}

.brackets {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 94px;
  /* 線の長さ */
  --len: 10px;
  /* 線の太さ */
  --size: 1.5px;
  /* 線の色 */
  --bColor: black;
  /* 次の線の位置 */
  --next-pos: calc(100% - var(--len));
  /* 線のパターン */
  --line: var(--bColor) var(--len), transparent var(--len) var(--next-pos), var(--bColor) var(--next-pos);
  position: relative;
  padding: 1rem;
  margin-bottom: 0.2rem;
  background: linear-gradient(90deg, var(--line)) 0 0/100% var(--size), linear-gradient(90deg, var(--line)) 0 100%/100% var(--size), linear-gradient(0, var(--line)) 0 0/var(--size) 100%, linear-gradient(0, var(--line)) 100% 0/var(--size) 100% transparent;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .brackets {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .brackets {
    width: 100%;
  }
}
.brackets img {
  width: 100%;
}

.brackets_margin {
  padding: 94px 0;
}
@media screen and (max-width: 1024px) {
  .brackets_margin {
    padding: 94px 20px;
  }
}
@media screen and (max-width: 599px) {
  .brackets_margin {
    padding: 0px;
  }
  .brackets_margin .brackets {
    display: none;
  }
  .brackets_margin img {
    width: 100%;
  }
}

.brackets:hover img {
  opacity: 0.6;
  transition-duration: 0.4s;
}

.feature_back {
  background-image: url(../images/marble.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/*==================================================
アコーディオンのためのcss
===================================*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border-bottom: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 20px;
  transition: all 0.5s ease;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .title {
    font-size: 14px;
  }
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 1px;
  background-color: #000000;
}

.title::before {
  top: 42%;
  right: 15px;
  transform: rotate(-45deg);
}

.title::after {
  top: 42%;
  transform: rotate(45deg);
  right: 5.5px;
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  margin: 0 3%;
  padding: 0 3% 3% 3%;
  line-height: 1.8em;
  font-size: 14px;
}
.box span {
  display: inline-block;
  padding: 5px;
  border: 1px solid #000;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1em;
}

.wrapper-accordion {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .wrapper-accordion {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
}
.wrapper-accordion ul {
  flex-basis: 45%;
}
@media screen and (max-width: 1024px) {
  .wrapper-accordion ul {
    flex-basis: 84%;
  }
}

.accordion_p {
  font-weight: bold;
  margin-bottom: 6px;
}

.btn_area {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  column-gap: 20px;
  margin-top: 42px;
}
@media screen and (max-width: 1024px) {
  .btn_area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .btn_area {
    flex-wrap: wrap;
  }
}

.fadeIn_up.is-show {
  opacity: 1;
  transform: translateY(0px);
}

.fadeIn_up {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.7s;
}

.btn_area div {
  flex-basis: 31%;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .btn_area div {
    flex-basis: 100%;
  }
}

.amazon_btn a:after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: calc(50% - 12.5px);
  right: 20px;
  width: 25px;
  height: 25px;
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .amazon_btn a:after {
    display: none;
  }
}

.amazon_btn a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #ff9901;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5em;
  transition: 0.2s;
  position: relative;
}

.amazon_btn a:hover {
  transform: translateY(5px);
  color: #fff;
  background: #ff9901;
  box-shadow: none;
}

.amazon_btn a span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.yahoo_btn a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #54A6E8;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5em;
  transition: 0.2s;
  position: relative;
}

.yahoo_btn a:after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: calc(50% - 12.5px);
  right: 20px;
  width: 25px;
  height: 25px;
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .yahoo_btn a:after {
    display: none;
  }
}

.yahoo_btn a:hover {
  transform: translateY(5px);
  color: #fff;
  background: #54A6E8;
  box-shadow: none;
}

.yahoo_btn a span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.rakuten_btn a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #bf0001;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5em;
  transition: 0.2s;
  position: relative;
}

.rakuten_btn a:after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: calc(50% - 12.5px);
  right: 20px;
  width: 25px;
  height: 25px;
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .rakuten_btn a:after {
    display: none;
  }
}

.rakuten_btn a:hover {
  transform: translateY(5px);
  color: #fff;
  background: #bf0001;
  box-shadow: none;
}

.rakuten_btn a span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.container p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #333;
  padding: 20px;
  border-top: #333 1px solid;
}

.container {
  text-align: center;
  margin-top: 187px;
}

/*モーダルを開くボタン*/
.modal-open {
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 353px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 59px 30px 59px;
}

.modal-content p:first-child {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.modal-content p:last-child {
  font-size: 15px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.modal-content img {
  width: 60%;
  margin: 0 auto;
  display: block;
  padding: 28px 0;
}

.modal-open:hover img {
  opacity: 0.6;
  transition-duration: 0.4s;
}

/*モーダルを開くボタン*/
.modal-open2 {
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1;
}

/*モーダル本体の擬似要素の指定*/
.modal-container2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container2.active2 {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 353px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close2 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content2 {
  background: #fff;
  text-align: left;
  padding: 59px 30px 59px;
}

.modal-content2 p:first-child {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.modal-content2 p:last-child {
  font-size: 15px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.modal-content2 img {
  width: 60%;
  margin: 0 auto;
  display: block;
  padding: 28px 0;
}

.modal-open2:hover img {
  opacity: 0.6;
  transition-duration: 0.4s;
}

/*モーダルを開くボタン*/
.modal-open3 {
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1;
}

/*モーダル本体の擬似要素の指定*/
.modal-container3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container3.active3 {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body3 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 353px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close3 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content3 {
  background: #fff;
  text-align: left;
  padding: 59px 30px 59px;
}

.modal-content3 p:first-child {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.modal-content3 p:last-child {
  font-size: 15px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.modal-content3 img {
  width: 60%;
  margin: 0 auto;
  display: block;
  padding: 28px 0;
}

.modal-open3:hover img {
  opacity: 0.6;
  transition-duration: 0.4s;
}

/*モーダルを開くボタン*/
.modal-open4 {
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1;
}

/*モーダル本体の擬似要素の指定*/
.modal-container4:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container4.active4 {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body4 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 353px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close4 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content4 {
  background: #fff;
  text-align: left;
  padding: 59px 30px 59px;
}

.modal-content4 p:first-child {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.modal-content4 p:last-child {
  font-size: 15px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.modal-content4 img {
  width: 60%;
  margin: 0 auto;
  display: block;
  padding: 28px 0;
}

.modal-open4:hover img {
  opacity: 0.6;
  transition-duration: 0.4s;
}

/*モーダルを開くボタン*/
.modal-open5 {
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container5 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1;
}

/*モーダル本体の擬似要素の指定*/
.modal-container5:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container5.active5 {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body5 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 353px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close5 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content5 {
  background: #fff;
  text-align: left;
  padding: 59px 30px 59px;
}

.modal-content5 p:first-child {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.modal-content5 p:last-child {
  font-size: 15px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.modal-content5 img {
  width: 60%;
  margin: 0 auto;
  display: block;
  padding: 28px 0;
}

.modal-open5:hover img {
  opacity: 0.6;
  transition-duration: 0.4s;
}

/*モーダルを開くボタン*/
.modal-open6 {
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container6 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1;
}

/*モーダル本体の擬似要素の指定*/
.modal-container6:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container6.active6 {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body6 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 353px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close6 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content6 {
  background: #fff;
  text-align: left;
  padding: 59px 30px 59px;
}

.modal-content6 p:first-child {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.modal-content6 p:last-child {
  font-size: 15px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.modal-content6 img {
  width: 60%;
  margin: 0 auto;
  display: block;
  padding: 28px 0;
}

.modal-open6:hover img {
  opacity: 0.6;
  transition-duration: 0.4s;
}

/*モーダルを開くボタン*/
.modal-open5 {
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container5 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1;
}

/*モーダル本体の擬似要素の指定*/
.modal-container5:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container5.active5 {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body5 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 353px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close5 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content5 {
  background: #fff;
  text-align: left;
  padding: 59px 30px 59px;
}

.modal-content5 p:first-child {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.modal-content5 p:last-child {
  font-size: 15px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.modal-content5 img {
  width: 60%;
  margin: 0 auto;
  display: block;
  padding: 28px 0;
}

.modal-open5:hover img {
  opacity: 0.6;
  transition-duration: 0.4s;
}

/*モーダルを開くボタン*/
.modal-open7 {
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container7 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 1;
}

/*モーダル本体の擬似要素の指定*/
.modal-container7:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container7.active7 {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body7 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 353px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close7 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content7 {
  background: #fff;
  text-align: left;
  padding: 59px 30px 59px;
}

.modal-content7 p:first-child {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.modal-content7 p {
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
}
.modal-content7 p:last-child {
  font-size: 15px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}
.modal-content7 img {
  width: 60%;
  margin: 0 auto;
  display: block;
  padding: 28px 0;
}

.modal-open7:hover img {
  opacity: 0.6;
  transition-duration: 0.4s;
}

.last_banner {
  margin-top: 67px;
}
@media screen and (max-width: 599px) {
  .last_banner {
    margin-top: 20px;
  }
}
.last_banner img {
  width: 100%;
}

.last_banner:hover img {
  opacity: 0.6;
  transition-duration: 0.4s;
}

@media screen and (max-width: 1024px) {
  .sp_feature_margin {
    margin-bottom: 30px;
  }
}

/*************************************************
footer
*************************************************/
/*************************************************
navi
*************************************************/
/*************************************************
top
*************************************************/
.wrapper_howtouse {
  background-image: url(../images/howtouse_bg.png);
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .wrapper_howtouse {
    padding: 50px 0;
    font-size: 23px;
  }
}
.wrapper_howtouse .content {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 599px) {
  .wrapper_howtouse .content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper_howtouse .content {
    width: 100%;
  }
}
.wrapper_howtouse .content h3 {
  font-size: 27px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
  font-family: source-han-serif-japanese, serif;
}
@media screen and (max-width: 599px) {
  .wrapper_howtouse .content h3 {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
.wrapper_howtouse .content iframe {
  width: 930px;
  height: 523.125px;
}
@media screen and (max-width: 1024px) {
  .wrapper_howtouse .content iframe {
    width: 84%;
  }
}
@media screen and (max-width: 599px) {
  .wrapper_howtouse .content iframe {
    width: 100%;
    height: 233px;
  }
}
.wrapper_howtouse .content video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .wrapper_howtouse .content video {
    width: 84%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .wrapper_howtouse .content video {
    width: 100%;
  }
}

.wrapper_moist {
  padding: 100px 0;
  margin-right: calc((100% - 1000px) / 2);
}
@media screen and (max-width: 1024px) {
  .wrapper_moist {
    margin-right: initial;
  }
}
@media screen and (max-width: 599px) {
  .wrapper_moist {
    padding: 60px 0;
  }
}
.wrapper_moist .content {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}
.wrapper_moist .content .left {
  flex-basis: 25%;
}
@media screen and (max-width: 1024px) {
  .wrapper_moist .content .left {
    flex-basis: 100%;
  }
}
.wrapper_moist .content .left img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .wrapper_moist .content .left img {
    height: 460px;
    margin-bottom: 100px;
  }
}
.wrapper_moist .content .right {
  flex-basis: 70%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .wrapper_moist .content .right {
    flex-basis: 84%;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .wrapper_moist .content .right {
    flex-basis: 100%;
  }
}
.wrapper_moist .content .right h3 {
  text-align: right;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.8em;
  font-size: 26px;
  font-family: source-han-serif-japanese, serif;
}
@media screen and (max-width: 599px) {
  .wrapper_moist .content .right h3 {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 23px;
  }
}
.wrapper_moist .content .right h3 span {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .wrapper_moist .content .right h3 span {
    line-height: 1.8em;
  }
}
.wrapper_moist .content .right ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .wrapper_moist .content .right ul {
    justify-content: space-between;
    padding: 0 8%;
  }
}
.wrapper_moist .content .right ul li {
  flex-basis: 18%;
  flex: wrap;
  margin-right: 9.3333333333%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .wrapper_moist .content .right ul li {
    flex-basis: 46%;
    margin-right: initial;
    margin-bottom: 35px;
  }
}
.wrapper_moist .content .right ul li span {
  font-size: 10px;
  display: block;
  margin-top: 5px;
}
.wrapper_moist .content .right ul li img {
  width: 100%;
  margin-bottom: 10px;
}
.wrapper_moist .content .right ul li:nth-of-type(4n) {
  margin-right: 0px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .wrapper_moist .content .right ul li:nth-of-type(4n) {
    margin-right: initial;
    margin-bottom: initial;
  }
}

.wrapper_osusume {
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .wrapper_osusume {
    padding: 60px 0;
  }
}
.wrapper_osusume .content {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 599px) {
  .wrapper_osusume .content {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper_osusume .content {
    width: 100%;
  }
}
.wrapper_osusume .content h3 {
  font-size: 23px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 100px;
  font-family: source-han-serif-japanese, serif;
}
.wrapper_osusume .content h3 span {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.wrapper_osusume .content h3:after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 60px;
  background-color: #000;
}
.wrapper_osusume p.coution {
  font-size: 12px;
  color: #888888;
}
@media screen and (max-width: 1024px) {
  .wrapper_osusume p.coution {
    width: 84%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .wrapper_osusume p.coution {
    line-height: 1.3em;
  }
}
.wrapper_osusume .special {
  width: 720px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #000;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .wrapper_osusume .special {
    width: 84%;
  }
}
@media screen and (max-width: 599px) {
  .wrapper_osusume .special {
    margin-top: 40px;
  }
}
.wrapper_osusume .special h5 {
  color: #8E63BA;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  font-family: source-han-serif-japanese, serif;
}
@media screen and (max-width: 599px) {
  .wrapper_osusume .special h5 {
    text-align: center;
    display: block;
    font-size: 14px;
  }
}
.wrapper_osusume .special h5:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #8E63BA;
  left: 0;
  bottom: -10px;
  position: absolute;
}
.wrapper_osusume .special .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .wrapper_osusume .special .inner {
    flex-wrap: wrap;
  }
}
.wrapper_osusume .special .inner .image {
  flex-basis: 30%;
}
@media screen and (max-width: 599px) {
  .wrapper_osusume .special .inner .image {
    flex-basis: 100%;
    text-align: center;
  }
}
.wrapper_osusume .special .inner .image img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .wrapper_osusume .special .inner .image img {
    width: 80%;
    margin-bottom: 30px;
  }
}
.wrapper_osusume .special .inner .text {
  flex-basis: 65%;
}
@media screen and (max-width: 599px) {
  .wrapper_osusume .special .inner .text {
    flex-basis: 100%;
  }
}
.wrapper_osusume .special .inner .text p {
  font-size: 14px;
  line-height: 1.8em;
}
.wrapper_osusume .special .inner .text a {
  display: inline-block;
  background-color: #000;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  box-shadow: #ccc 0 6px 10px;
  margin-top: 20px;
  transition: 0.4s;
  border: 1px solid #000;
}
.wrapper_osusume .special .inner .text a:hover {
  background-color: #fff;
  color: #000;
}

.flow-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .flow-area {
    flex-wrap: wrap;
    width: 84%;
    margin: 0 auto;
  }
}
.flow-area .inner {
  flex-basis: 20%;
}
@media screen and (max-width: 1024px) {
  .flow-area .inner {
    flex-basis: 48%;
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 1024px) {
  .flow-area .inner {
    flex-basis: 45%;
    margin-bottom: 40px;
  }
}
.flow-area .inner h4 {
  font-weight: bold;
  text-align: center;
  font-weight: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .flow-area .inner h4 {
    margin-bottom: 10px;
  }
}
.flow-area .inner img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .flow-area .inner img {
    margin-bottom: 15px;
  }
}
.flow-area .inner p {
  font-size: 13px;
  line-height: 1.8em;
}

.wrapper_product {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1024px) {
  .wrapper_product {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .wrapper_product {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper_product {
    width: 100%;
  }
}
.wrapper_product .inner {
  flex-basis: 48%;
}
@media screen and (max-width: 599px) {
  .wrapper_product .inner {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.wrapper_product .inner img {
  width: 100%;
}

footer section {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 599px) {
  footer section {
    width: 100%;
  }
}
footer .product_info {
  padding: 60px;
  background-image: url(../images/footer_bg.png);
  background-size: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  footer .product_info {
    padding: 80px 20px;
    flex-wrap: wrap;
    background-size: cover;
    width: 100%;
  }
}
footer .product_info .left {
  flex-basis: 38%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  footer .product_info .left {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
footer .product_info .left .logo {
  margin-bottom: 40px;
}
footer .product_info .left .logo img {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  footer .product_info .left .logo img {
    width: 250px;
  }
}
footer .product_info .left table {
  font-size: 14px;
  width: 100%;
}
footer .product_info .left table tr th {
  width: 30%;
  padding-bottom: 10px;
}
footer .product_info .left table tr th:last-child {
  padding-bottom: 0px;
}
footer .product_info .left table tr td {
  width: 76%;
}
footer .product_info .right {
  flex-basis: 60%;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  footer .product_info .right {
    flex-basis: 100%;
  }
}
footer .product_info .right h5 {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
footer .product_info .right h6 {
  margin-bottom: 8px;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #fff;
  font-size: 12px;
}
footer .product_info .right p {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5em;
}
footer .product_info .right p:last-child {
  margin-bottom: 0px;
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity 0.8s, transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
  /* フェードイン(スクロールした後) */
}
.js-fadeUp.active {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: 0.4s; /* フェード開始を0.5秒遅らせる */
}