@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  max-width: 1920px;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  transition: 0.8s;
  -webkit-transition: 0.8s;
  opacity: 0.6;
}

.zorori_lp_page {
  line-height: 1.4;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.l_inner {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}

h2 {
  color: #000000;
  font-size: 2em;
  font-weight: 900;
}

.clearfix::after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: '';
}

img {
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* Common */
.cmn_foxhead {
  float: left;
  width: 19.4%;
  max-width: 196px;
}

.fox_desc {
  float: right;
  width: 78.1%;
}

.cmn_foxtxt {
  line-height: 1.6;
  color: #ffffff;
  font-size: 1.643em;
  font-weight: 500;
}

/* Anchor Block */

.anchor_blk {
  background: url('../images/img_anchor_bg.jpg') no-repeat center/cover;
}

.anchor_nav {
  display: flex;
  height: 115px;
  @media only screen and (max-width: 767.9px) {
    height: 40px;
  }
}

.anchor_nav li {
  display: flex;
  width: 25%;
  text-align: center;
}

.anchor_nav li:nth-child(1) {
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(0, 174, 235, 1) 100%);
}

.anchor_nav li:nth-child(1) a {
  line-height: 1.2;
}

.anchor_nav li span {
  display: block;
  padding-bottom: 4%;
  font-size: 0.65em;
}

.anchor_nav li:nth-child(2) {
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(170, 204, 3, 1) 100%);
}

.anchor_nav li:nth-child(3) {
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(237, 134, 179, 1) 100%);
}

.anchor_nav li:nth-child(4) {
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(51, 180, 149, 1) 100%);
}

.anchor_nav li>a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1;
  padding: 5% 0;
  color: #000000;
  font-size: 1.44em;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.05em;
}


/* Section Mainvisual */

.sec_mv {
  position: relative;
}

.sec_mv .mv_img img{
  object-fit: cover;
  height: 920px;
  @media only screen and (max-width: 1280px) {
    aspect-ratio: 128 / 92;
    height: auto;
  }
}

.sec_comparison .img_wild_boar {
  position: absolute;
  right: -0.2%;
  bottom: 0%;
  width: 22.2%;
  max-width: 228px;
}

/* Section Comparison */

.sec_comparison {
  background-image: linear-gradient(-360deg, rgba(255, 255, 255, 1) 0%, rgba(254, 235, 190, 1) 60.95%);
}

.sec_comparison .l_inner {
  padding: 2% 6% 0% 6.7%;
}

.sec_comparison .compare_ttl {
  width: 99.5%;
  max-width: 1023px;
}

.sec_comparison .sec_txt {
  position: relative;
  width: max-content;
  line-height: 1.5;
  padding: 3% 1.4% 6.2%;
  color: #231815;
  font-size: 1.64em;
  font-weight: 500;
}

.sec_comparison .fauna {
  position: absolute;
  right: -9%;
  bottom: 52%;
  z-index: 1;
  width: 42%;
  max-width: 417px;
}

.sec_comparison .promo_content {
  width: 97.2%;
  margin: 0 0 4% 0.7%;
}

.sec_comparison .promo_header {
  position: relative;
  background-color: #009fd9;
  border-radius: 3.57em 3.57em 0 0;
}

.sec_comparison .promo_header.bottle {
  border-radius: 0;
  z-index: 1;
}

.sec_comparison .promo_first .promo_header {
  padding: 3.3% 0 2%;
}

.sec_comparison .promo_first .sub_ttl,
.sec_comparison .sec_water .sub_ttl {
  width: 202px;
  height: 202px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  background: url("../images/img_pink_bg.png") no-repeat center / 100%;
  font-size: 22px;
  color: #fff;
  font-weight: 900;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 1;
}

.sec_comparison .promo_first .sub_ttl p,
.sec_comparison .sec_water .sub_ttl p {
  letter-spacing: 1px;
}


.sec_comparison .sec_water .sub_ttl span {
  letter-spacing: -7px;
}

.sec_comparison .promo_first .sub_ttl {
  left: -5%;
  top: 70%;
  transform: rotate(-21deg);
}

.sec_comparison .sec_water .sub_ttl {
  right: -4%;
  top: 85%;
  transform: rotate(21deg);
}

.sec_comparison .promo_header .img_sugar_glider {
  position: absolute;
  top: -15%;
  left: -6%;
  width: 11%;
  max-width: 106px;
}

.sec_comparison .search_ttl {
  width: 92%;
  margin: 0 auto;
  max-width: 912px;
}

.sec_comparison .promo_body {
  background-color: #ffffff;
  border-radius: 0 0 3.57em 3.57em;
  position: relative;
}


.sec_comparison .promo_txt {
  line-height: 1.5;
  color: #231815;
  font-size: 1.64em;
  font-weight: 500;
  text-align: center;
}
.sec_comparison .promo_txt.mini {
  font-size: 13px;
}

.sec_comparison .promo_first .promo_txt {
  padding: 3% 1.4% 1.1%;
}

.promo_body .message {
  width: 18%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(28%, -18%);
}

.sec_comparison .promo_steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.7% 6% 5% 7%;
}

.sec_comparison .promo_steps>li img {
  width: 100%;
  height: auto;
  max-width: auto;
}

.sec_comparison .promo_steps>li:nth-child(1) {
  width: 27%;
  max-width: 240px;

}

.sec_comparison .promo_steps>li:nth-child(2) {
  width: 34%;
  max-width: 312px;
}

.sec_comparison .promo_steps>li:nth-child(3) {
  width: 31%;
  max-width: 275px;
}

.sec_comparison .promo_steps>li:nth-child(4) {
  width: 92%;
  margin: 3% auto 0;
  max-width: 870px;
}

.sec_comparison .promo_second .promo_header {
  padding: 5.3% 0 5.5%;
}

.sec_comparison .promo_second .promo_header.bottle .message {
  top: auto;
  bottom: 0;
  transform: translate(28%, 45%);
}

.sec_comparison .promo_second .promo_body {
  position: relative;
  padding-bottom: 4%;
}

.sec_comparison .promo_second .img_goat_monkey {
  position: absolute;
  top: -7%;
  right: 28.5%;
  width: 12.5%;
  max-width: 123px;
}

.sec_comparison .promo_second .img_animal {
  position: absolute;
  top: 41%;
  right: 20%;
  width: 18%;
  max-width: 195px;
}

.sec_comparison .promo_second .img_animal img {
  width: 100%;
  max-width: none;
}

.sec_comparison .book_ttl {
  width: 76%;
  margin-left: 6%;
  max-width: 759px;
}

.sec_comparison .bottle_ttl {
  width: 53%;
  margin-left: 6%;
  max-width: 573px;
}

.sec_comparison .three_img {
  width: 85%;
  margin: 0 auto;
  max-width: 800px;
}

.sec_comparison .bottle_img {
  position: relative;
  width: 80%;
  margin: -2% auto 0;
  max-width: 915px;
}
@media only screen and (max-width: 767.9px) {
  .sec_comparison .bottle_img {
    margin: 2% auto 0;
  }
}

.sec_comparison .bottle_img img {
  width: 100%;
}

.sec_comparison .img_fox_date {
  position: absolute;
  top: 80%;
  right: 3.5%;
  z-index: 1;
  width: 27.5%;
  max-width: 274px;
}

.sec_comparison .promo_second .promo_txt {
  padding: 2.4% 1.4% 1.1%;
}

.sec_comparison .img_butterfly {
  position: absolute;
  top: 73%;
  left: -2.8%;
  width: 6.7%;
  max-width: 66px;
}

.sec_comparison .present_txt {
  line-height: 1.4;
  color: #009fd9;
  font-size: 2.86em;
  font-weight: 900;
  text-align: center;
}

.sec_comparison .access_btn {
  display: block;
  width: 39%;
  margin: 2.6% auto;
  max-width: 399px;
}

.sec_comparison .access_img {
  display: block;
  width: 21.6%;
  margin: 0 auto;
  max-width: 222px;
}

.sec_comparison .img_mongoose {
  position: absolute;
  right: 20.5%;
  width: 15.5%;
  margin-top: -3%;
  max-width: 160px;
}

.sec_comparison .img_halcon {
  position: absolute;
  left: 11%;
  width: 14.2%;
  margin-top: 2%;
  max-width: 146px;
}

.sec_comparison .reservation_txt {
  line-height: 1.4;
  padding: 2% 0 5.7%;
  color: #231815;
  font-size: 1.46em;
  font-weight: 500;
  text-align: center;
}

/* Section Summer*/
.sec_summer {
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 158, 51, 1) 100%);
}

.sec_summer .l_inner {
  padding: 1.7% 7.2% 3.2%;
}

.sec_summer .img_bug {
  position: absolute;
  bottom: -18%;
  left: -17.7%;
  width: 11.5%;
  max-width: 62px;
}

.sec_summer .txt_sec {
  position: relative;
  width: 83%;
}

.sec_summer .txt_sec .sec_ttl {
  position: relative;
  width: 65.8%;
  max-width: 543px;
}

.sec_summer .txt_sec .sec_txt {
  line-height: 1.65;
  padding-top: 5.1%;
  color: #000000;
  font-size: 1.64em;
  font-weight: 500;
}

.sec_summer .img_sec {
  position: absolute;
  right: 4.5%;
  bottom: 14%;
  width: 40%;
  max-width: 500px;
}

.sec_summer .img_jump_fox {
  position: absolute;
  right: 4.4%;
  width: 5.5%;
  margin-top: -0.7em;
  max-width: 70px;
}

/* Section New Animation */
.sec_new_animation {
  padding-bottom: 5%;
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(0, 174, 235, 1) 100%);
}

.sec_new_animation .fox_blk {
  padding: 3.2% 8.7% 4% 7.9%;
}

.sec_new_animation .cmn_foxttl {
  width: 100%;
  max-width: 835px;
}

.sec_new_animation .cmn_foxtxt {
  padding: 3% 0 0 0;
}

.sec_new_animation .img_sec {
  position: relative;
  width: 78.2%;
  margin: 0 auto;
  max-width: 1000px;
}

.sec_new_animation .img_sec .video_box-1 {
  width: 100%;
  cursor: pointer;
}

.sec_new_animation .img_sec .video_box-1 .play_ico {
  width: 15%;
}

.video_lightbox-1,.video_lightbox-2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.sec_new_animation .img_sec .video_box-1 .play_ico,
.video_box-2 .play_ico,
.sec_new_animation .video_lightbox-1 .video_sec-1,
.video_lightbox-2 .video_sec-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.sec_new_animation .video_lightbox-1 .video_sec-1,
.video_lightbox-2 .video_sec-2 {
  width: 1000px;
  height: 563px;
}

.sec_new_animation .video_lightbox-1 .video_sec-1 iframe,
.video_lightbox-2 .video_sec-2 iframe {
  width: 100%;
  height: 100%;
}

.none {
  display: none;
}

.video_lightbox-1 .btn_close,
.video_lightbox-2 .btn_close {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 5.8%;
}

.sec_new_animation .img_fishes {
  position: absolute;
  top: -20%;
  left: -9.6%;
  width: 26.1%;
  max-width: 261px;
}

.sec_new_animation .guest_list {
  width: 78.9%;
  margin: 2.4% auto 0;
  max-width: 1000px;
}

.sec_new_animation .img_two_piges {
  position: absolute;
  bottom: 19.2%;
  left: 0;
  width: 34.2%;
  max-width: 374px;
}

/* Section Adventure   */
.sec_adventure {
  background-image: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(170, 204, 3, 1) 100%);
}

.sec_adventure .fox_blk {
  position: relative;
  padding: 3.1% 13% 3.4% 7.8%;
}

.sec_adventure .cmn_foxttl {
  width: 80.9%;
  max-width: 639px;
}

.sec_adventure .fox_img {
  position: absolute;
  top: 15%;
  right: 2.5%;
  width: 15.7%;
  max-width: 201px;
}

.sec_adventure .cmn_foxtxt {
  padding: 3% 0 0 0;
}

.sec_adventure .img_sec {
  position: relative;
  width: 78%;
  margin: 0 auto;
  max-width: 998px;
}

.sec_adventure .img_sec .img_butterfly {
  position: absolute;
  top: -15.5%;
  left: 7.6%;
  width: 6%;
  max-width: 59px;
}

.sec_adventure .img_sec .img_bear {
  position: absolute;
  bottom: -19.7%;
  left: -9.4%;
  width: 9.4%;
  max-width: 93px;
}

.sec_adventure .btn_blk {
  width: 78%;
  margin: 2.8% auto 0;
  padding-bottom: 4.3%;
  text-align: right;
}

.sec_adventure .btn_blk .download_btn {
  width: 22.6%;
  max-width: 225px;
}

.sec_adventure .btn_blk .click_link {
  line-height: 1.5;
  padding-top: 0.6%;
  color: #231815;
  font-size: 1.429em;
  font-weight: 900;
}

.sec_adventure .btn_blk .click_link span {
  display: inline-block;
  color: #f014a0;
  font-size: 1.32em;
  vertical-align: sub;
  transform: rotate(-180deg);
}

.sec_adventure .img_bird {
  position: absolute;
  right: 40.5%;
  bottom: -1%;
  width: 7.8%;
  max-width: 100px;
}

/*  Section Invention */
.sec_invention {
  position: relative;
  background: linear-gradient(-360deg, rgba(255, 255, 255, 1) 0%, rgba(237, 134, 179, 1) 100%);
}

.sec_invention .l_inner {
  padding: 1.7% 0 0 0;
}

.sec_invention .fox_blk {
  padding: 0 8.8% 0% 7.5%;
}

.sec_invention .cmn_foxtxt {
  line-height: 1.55;
  padding: 3.2% 0.6% 0;
}

.sec_invention .cmn_foxttl {
  width: 99.1%;
  max-width: 800px;
}

.sec_invention .monkey {
  width: 41.1%;
  margin: 25% 0 0 16%;
  max-width: 80px;
}

.sec_invention .fox_gp {
  width: 79%;
  margin: 4% auto 4.7%;
}

.sec_invention .major01,
.sec_invention .major02,
.sec_invention .major03 {
  float: left;
  width: 31.9%;
  margin-right: 2.1%;
}

.sec_invention .major03 {
  position: relative;
  margin-right: 0;
}

.sec_invention .pdf_blk {
  padding-bottom: 13.5%;
  border: 0.571em solid #009fe8;
  background-color: #ffffff;
  text-align: center;
  border-radius: 3.571em;
}

.sec_invention .pdf_blk .fox_ttl {
  width: 100%;
  margin: 0 auto;
  max-width: 309px;
}

.sec_invention .pdf_blk .img_pdf {
  width: 82%;
  margin: 0 auto;
  padding: 13% 0;
  max-width: 250px;
}

.sec_invention .pdf_blk .pdf_btn {
  width: 74.5%;
  margin: 0 auto;
  max-width: 226px;
}

.sec_invention .major03 .squirrel {
  position: absolute;
  top: -4.8%;
  right: 9%;
  width: 19.6%;
  max-width: 58px;
}

.sec_invention .major01_fox {
  width: 100%;
  margin: -4% 6%;
  max-width: 320px;
}

.sec_invention .major02_fox {
  width: 100%;
  margin: -4% 0%;
  max-width: 314px;
}

.sec_invention .major03_fox {
  width: 100%;
  margin: -4% 4%;
  max-width: 302px;
}

.sec_invention .print_blk {
  background-color: #ed86b3;
  color: #ffffff;
}

.sec_invention .print_blk .l_inner {
  padding: 2.9% 6.5% 0.3%;
}

.sec_invention .img_printttl {
  width: 56.1%;
  margin-left: 1%;
  max-width: 573px;
}

.sec_invention .print_ttl {
  line-height: 1.85;
  padding: 2% 0 0;
  font-size: 1.62em;
  font-weight: 500;
}

.sec_invention .print_txt {
  line-height: 1.5;
  padding: 0 1%;
  font-size: 1.64em;
  font-weight: 500;
}

.sec_invention .btn_gp {
  margin: 4.4% 1%;
  font-size: 1.62em;
  font-weight: 900;
}

.sec_invention .btn_left {
  float: left;
  width: 34%;
}

.sec_invention .btn_left>p {
  position: relative;
  font-size: 1.043em;
}

.sec_invention .click_btn {
  display: inline-block;
  padding: 0.871em 0 0.7em;
  max-width: 323px;
}

.sec_invention .btn_right {
  float: right;
  width: 61%;
}

.sec_invention .list_gp li {
  position: relative;
  float: left;
  margin-right: 1.8%;
  font-size: 1.043em;
}

.sec_invention .list_gp li::before {
  top: 17.8%;
}

.sec_invention .btn_left p::before {
  top: 17%;
}

/*  Section Entrance */
.sec_entrance {
  position: relative;
  overflow: hidden;
  padding-bottom: 7%;
  background-image: linear-gradient(-360deg, rgba(255, 255, 255, 1) 0%, rgba(51, 180, 149, 1) 100%);
}

.sec_entrance .cmn_foxttl {
  width: 100%;
  max-width: 759px;
}

.sec_entrance .l_inner {
  padding: 1.9% 0 0 0;
}

.sec_entrance .fox_blk {
  padding: 0 8.8% 0% 7.7%;
}

.sec_entrance .cmn_foxtxt {
  line-height: 1.6;
  padding-top: 1.9%;
}

.sec_entrance .cloud {
  position: absolute;
  top: 63.2%;
  right: -7.6%;
  width: 34%;
  max-width: 427px;
}

.sec_entrance .castle_blk {
  position: relative;
  width: 71%;
  margin: 2.8% auto 0;
}

.sec_entrance .castle_left {
  float: left;
  width: 43%;
  margin-left: -5.2%;
  padding-top: 4%;
  max-width: 390px;
}

.sec_entrance .castle_right {
  position: relative;
  float: right;
  width: 53.7%;
  margin-top: -1.9%;
}

.sec_entrance .solary {
  width: 97.5%;
  max-width: 476px;
}

.sec_entrance .solary_txt {
  position: relative;
  padding: 0.3% 0% 3.6% 16%;
  font-size: 1.7em;
  font-weight: 900;
  text-align: center;
}

.sec_entrance .solary_txt span {
  position: relative;
}

.sec_entrance .solary_txt span::before {
  position: absolute;
  top: 30%;
  left: -26px;
  width: 8%;
  height: 50%;
  background: url('../images/img_pink_dwnarrow.png') no-repeat center/contain;
  content: '';
}

.sec_entrance .link_blk .app_gp {
  display: flex;
  align-items: flex-start;
}

.sec_entrance .link_blk {
  position: relative;
  z-index: 1;
  width: 87.2%;
  margin: 0 9.2%;
  padding: 6.2% 7.8%;
  background-color: #f014a0;
  border-radius: 50px;
}

.sec_entrance .link_castleblk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 4%;
}

.sec_entrance .link_txt {
  width: 72%;
  padding-left: 6%;
  color: #fff;
  font-size: 1.43em;
  font-weight: 900;
}


.sec_entrance .solary_desc01 {
  width: 87.2%;
  margin: 6% 8.8% 16.2%;
  border: 0.257em solid #000000;
  background-color: #fff;
  font-size: 1.5em;
  font-weight: 900;
  border-radius: 2.414em;
}

.sec_entrance .solary_desc01 .txt01 {
  line-height: 1.9;
  padding: 4.3% 0 4.4% 6.8%;
  border-bottom: 0.257em solid #000000;
}

.sec_entrance .solary_desc01 .txt02 {
  padding: 3.4% 13.5% 0;
}

.sec_entrance .solary_desc01 .txt02::before {
  position: absolute;
  top: 47%;
  left: 6%;
  width: 0.9em;
  height: 1em;
  background: url('../images/img_txt02.png') no-repeat center/100% 100%;
  content: '';
}

.sec_entrance .solary_desc01 .txt03 {
  padding: 2% 7.5% 5.2%;
  color: #f014a0;
  font-size: 1.3em;
  letter-spacing: -0.02em;
}

.sec_entrance .solary_txt,
.sec_entrance .solary_desc01 .txt01,
.sec_entrance .solary_desc01 .txt02,
.sec_entrance .solary_desc01 .txt03 {
  position: relative;
  z-index: 1;
}

.sec_entrance .castle_bg {
  position: absolute;
  right: -16.9%;
  bottom: 0.7%;
  width: 75.9%;
  max-width: 689px;
}

.sec_entrance .app_gp .img_play_store {
  margin-right: 5%;
}

.sec_entrance .bear {
  display: inline-block;
  position: absolute;
  bottom: -7%;
  width: 14%;
  margin: 0 2.5% 0;
  max-width: 133px;
}

.sec_entrance .img_web {
  position: absolute;
  right: 0;
  bottom: -8%;
  left: 0;
  width: 49.95%;
  margin: 0 auto;
  max-width: 639px;
}

/* Section Footer */

.sec_footer {
  text-align: center;
}

.sec_footer .ads {
  padding-top: 4.2%;
}

.sec_footer .ads_ttl {
  width: 20%;
  margin-left: 21.3%;
  max-width: 154px;
}

.sec_footer .ads_gp {
  display: flex;
  justify-content: space-between;
  width: 57%;
  margin: 0 auto;
  padding-top: 1.5%;
}

.sec_footer .ads_gp li {
  width: 30.5%;
  max-width: 222px;
}

.sec_footer .ads_gp li>a {
  width: 100%;
}
.sec_footer .ads_gp li>a p {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: #666464;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767.9px) {
  .sec_footer .ads_gp li>a p {
    font-size: 10px;
  }
}

.sec_footer .copyright {
  display: inline-block;
  margin: 9.7% 0 3.1%;
  color: #000000;
  font-size: 1.429em;
  font-weight: 500;
}

.sec_footer .copyright>img {
  display: inline-block;
  width: 15%;
  vertical-align: middle;
  max-width: 22px;
}

.js_fade {
  transform: translateY(0);
  opacity: 0;
}

.is_fadein {
  opacity: 0;
  animation-name: fadeInDown;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/* 追加部分 7月2024年 */
.sec_factory {
  width: 97.2%;
  margin: 0 0 4% 0.7%;
}

.sec_factory .factory_ttl {
  font-size: 29px;
  font-weight: 900;
  color: #fff;
  background-color: #009fd9;
  text-align: center;
  padding: 0.5% 1%;
  position: relative;
  border-radius: 28px;
  letter-spacing: 1px;
  margin-bottom: 2%;
}

.sec_factory .factory_ttl::before {
  position: absolute;
  left: -86px;
  top: -60px;
  content: "";
  width: 146px;
  height: 99px;
  background: url("../images/img_factory_ttl.png") no-repeat center / 100%;
}

.sec_factory .factory_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1em;
}

.sec_factory .factory_list .factory_item {
  width: 32.5%;
  max-width: 310px;
}

.sec_factory .factory_list .factory_item h4 {
  color: #009fd9;
  font-size: 1.28em;
  font-weight: 900;
  text-align: center;
}

.sec_factory .factory_list .btn_link {
  width: 90%;
  margin: 6% auto 5%;
  display: block;
  background-color: #009fd9;
  padding: 3.3% 4%;
  font-size: 0.9em;
  font-weight: 900;
  color: #fff;
  border-radius: 7px;
  text-align: center;
}

.sec_factory .factory_list .factory_img {
  margin: 4% 0 0;
}

.sec_factory .factory_list .factory_content {
  /* width: 272px; */
  margin: 0 auto;
}

.sec_factory .factory_list .factory_content li {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  color: #666464;
}
.sec_factory .factory_list .factory_content li.mini {
  font-size: 10px;
}
@media only screen and (max-width: 767.9px) {
  .sec_factory .factory_list .factory_content li.mini {
    font-size: 12px;
  }
}

.water_lead {
  margin: 90px 0 35px 0.7%;
  text-align: center;
  width: 97.2%;
  width: 97.2%;
}
@media only screen and (max-width: 767.9px) {
  .water_lead {
    margin: 30px 0 10px 0.7%;
  }
}
  
.water_lead_img {
  text-align: center;
}
.sec_water {
  width: 97.2%;
  margin: 0 0 5% 0.7%;
  padding-bottom: 5%;
  background-color: #fff;
  border-radius: 3.57em;
}

.sec_water .water_header {
  position: relative;
  padding: 3% 0;
  background-color: #009fd9;
  border-radius: 3.57em 3.57em 0 0;
}

.sec_water .water_ttl {
  width: 86%;
  margin: 0 auto;
  max-width: 903px;
}

.sec_water .water_txt {
  line-height: 1.5;
  padding: 3% 1.4% 1.1%;
  color: #231815;
  font-size: 1.64em;
  font-weight: 500;
  text-align: center;
}

.sec_water .water_content01 {
  width: 81%;
  margin: 0 auto;
  max-width: 846px;
}

.sec_water .sheet_content {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  width: 74%;
  margin: 2.5% auto 0;
  padding: 5% 2% 2.5%;
  background: url("../images/img_water_sheet.png") no-repeat center / 100%;
  max-width: 798px;
}

.sec_water .sheet_content .sheet_content_img {
  width: 69%;
  max-width: 505px;
}

.sec_water .sheet_content_ttl {
  position: relative;
  line-height: 1.5;
  padding: 4% 1% 4% 2.5%;
  color: #231815;
  font-size: 1.48em;
  font-weight: 700;
}

.sec_water .sheet_content_ttl::before,
.sec_water .sheet_content_ttl::after {
  position: absolute;
  left: 0;
  width: 60%;
  height: 1.6px;
  background-color: #231815;
  content: "";
}

.sec_water .sheet_content_ttl::before {
  top: 0;
  transform: rotate(-15deg);
}

.sec_water .sheet_content_ttl::after {
  bottom: 0;
  transform: rotate(15deg);
}

.event {
  margin: 25px 30px 0;
}

@media only screen and (max-width: 767.9px) {
  .event {
    margin: 6% 6% 0;
  }
}

.event_calendar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 34px;
  margin: 0 auto;
  justify-content: center;
  max-width: 907px;
}

@media only screen and (max-width: 767.9px) {
  .event_calendar {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 20px;
  }
}

.event_calendar_img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767.9px) {
  .event_calendar_img {
    text-align: center;
  }
}

.event_time_list {
  display: flex;
  align-items: center;
  column-gap: 24px;
  justify-content: center;
  margin-top: 15px;
}

@media only screen and (max-width: 767.9px) {
  .event_time_list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
}
.event_time_item {
  display: flex;
  align-items: center;
}

.event_time_title {
  z-index: 1;
}

@media only screen and (max-width: 767.9px) {
  .event_time_title {
    width: 40px;
  }
}

.event_time_text {
  height: 38px;
  padding: 0 23px 0 47px;
  display: grid;
  align-items: center;
  background-color: #FEEBC8;
  margin-left: -28px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

@media only screen and (max-width: 767.9px) {
  .event_time_text {
    height: 28px;
    padding: 0 10px 0 40px;
    font-size: 13px;
  }
}

.event_time_text.of-all {
  background-color: #D9EBCE;
}

.event_location {
  height: 50px;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: #EB6E9C;
  max-width: 907px;
  margin: 15px auto 0;
}

.event_location_text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 767.9px) {
  .event_location_text {
    font-size: 15px;
  }
}

.sec_science {
  margin-top: 92px;
}

@media only screen and (max-width: 767.9px) {
  .sec_science {
    margin-top: 40px;
  }
}

.science_title {
  text-align: center;
  max-width: 636px;
  margin: 0 auto;
  position: relative;
}
.science_title::before {
  content: "";
  position: absolute;
  width: 91px;
  height: 92px;
  background: url("../images/img_science_decoration01.png") no-repeat center / 100%;
  top: -16px;
  left: -147px;

}
.science_text {
  text-align: center;
  margin-top: 30px;
  font-size: 22px;
}
@media only screen and (max-width: 767.9px) {
 .science_text {
    font-size: 1rem;
    margin-top: 10px;
  }
}
.science_movie {
  margin-top: 31px;
  text-align: center;
}
@media only screen and (max-width: 767.9px) {
  .science_movie {
    margin-top: 20px;
  }
}
.science_movie_img {
  margin: 0 auto;
  text-align: center;
  max-width: 803px;
}
.science_button {
  text-align: center;
  margin-top: 38px;
}
@media only screen and (max-width: 767.9px) {
  .science_button {
    margin-top: 20px;
  }
}
.science_button_link {
  position: relative;
}

.science_button_link::after {
  content: "";
  position: absolute;
  width: 103px;
  height: 92px;
  background: url("../images/img_science_decoration02.png") no-repeat center / 100%;
  top: -2px;
  right: -44px;
}

@media only screen and (max-width: 767.9px) {
  .science_button_link::after {
    right: -7px;
    top: 20px;
  }
}
.sec_print {
  margin-top: 45px;
  background-color: #EBAF30;
  padding: 48px 40px 50px;
}

@media only screen and (max-width: 767.9px) {
  .sec_print {
    padding: 6% 6% 5% 7%;
  }
}

.print_title {
  color: #fff;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
}

@media only screen and (max-width: 767.9px) {
  .print_title {
    font-size: 20px;
    padding-bottom: 15px;
  }
}

.print_text {
  color: #fff;
  font-size: 21px;
}

@media only screen and (max-width: 767.9px) {
  .print_text {
    font-size: 1em;
  }
}

.print_button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  column-gap: 90px;
}

@media only screen and (max-width: 767.9px) {
  .print_button {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.print_button_left {
  display: grid;
  align-items: flex-end;
  justify-content: right;
  text-align: center;
}

@media only screen and (max-width: 767.9px) {
  .print_button_left {
    justify-content: center;
  }
}

.print_button_right {
  display: grid;
  align-items: flex-start;
  justify-content: left;
}

@media only screen and (max-width: 767.9px) {
  .print_button_right {
    justify-content: center;
  }
}

.print_button_content {
  max-width: 323px;
}
.print_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 15px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

@media only screen and (max-width: 767.9px) {
  .print_list {
    justify-content: left;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 18px;
  }
}

.print_list li {
}

@media only screen and (max-width: 767.9px) {
  .print_list li {
    width: 80%;
    text-align: left;
  }
}

.print_link {
  margin-top: 20px;
}

@media only screen and (max-width: 767.9px) {
  .print_link {
    margin-top: 10px;
  }
}

.sec_label {
  width: 97.2%;
  padding-bottom: 5%;
  background-color: #fff;
  border-radius: 3.57em;
  margin: 77px 0 75px 0.7%;
}

@media only screen and (max-width: 767.9px) {
  .sec_label {
    margin-top: 40px;
  }
}

.sec_label .label_header {
  position: relative;
  padding: 3% 0;
  background-color: #009fd9;
  border-radius: 3.57em 3.57em 0 0;
}

@media only screen and (max-width: 767.9px) {
  .sec_label .label_header {
    padding: 5.3% 0;
    text-align: center;
  }
}

.sec_label .label_header::after {
  position: absolute;
  top: 53px;
  right: 78px;
  width: 169px;
  height: 79px;
  content: '';
  background: url('../images/img_label_decoration.png') no-repeat center / cover;
}

@media only screen and (max-width: 767.9px) {
  .sec_label .label_header::after {
    top: 10%;
    right: -7%;
    aspect-ratio: 169 / 79;
    height: auto;
    width: 25%;
    background-size: cover;
  }
}

.sec_label .label_body {
  padding: 2.7% 6% 0 7%;
}

.sec_label .label_ttl {
  width: 86%;
  margin: 0 auto;
  max-width: 903px;
}

@media only screen and (max-width: 767.9px) {
  .sec_label .label_ttl {
    width: 76%;
    text-align: center;
  }
}

.sec_label .label_txt {
  line-height: 1.5;
  padding: 3% 1.4% 1.1%;
  color: #231815;
  font-size: 1.64em;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767.9px) {
  .sec_label .label_txt {
    padding: 3% 0 1.1%;
    font-size: 1em;
    white-space: nowrap;
  }
}

.label_img {
  max-width: 679px;
  margin: 0 auto;
}

@media only screen and (max-width: 767.9px) {
  .label_img {
    margin: 20px auto 0;
  }
}
.label_notice {
  margin-top: 28px;
  text-align: center;
}
.label_message {
  max-width: 895px;
  margin: 48px auto 0;
}
.label_factory {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 35px;
} 
.label_factory_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 24px;
}
/* 終了分対応 */

.sec_water {
  position: relative;
  overflow: hidden;
}

:is(.sec_water, .promo_content) .close {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000009f;
  border-radius: 3.57em;
}
:is(.sec_water, .promo_content) .close.soon {
  display: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1164px) {
  :is(.sec_water, .promo_content) .close {
      border-radius: 2.5em;
  }
}
@media only screen and (max-width: 767.9px) {
  :is(.sec_water, .promo_content) .close {
      border-radius: 1.8em;
  }
}

:is(.sec_water, .promo_content) .close img {
  width: 63%;
}
:is(.sec_water, .promo_content) .close.soon img {
  width: 48%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}

/* 961px～1164px用表示 */
@media only screen and (min-width:768px) and (max-width:1164px) {
  .l_inner {
    width: 100%;
    margin: 0 auto;
  }

  h2 {
    font-size: 1.071em;
  }

  .cmn_sec {
    min-width: 100%;
  }

  /* Anchor Block */

  .anchor_nav li>a {
    font-size: 1.2em;
  }

  .anchor_nav li span {
    font-size: 0.55em;
  }

  /* Section Comparison */

  .sec_comparison .promo_header,
  .sec_water .water_header {
    border-radius: 2.5em 2.5em 0 0;
  }

  .sec_comparison .promo_header.bottle {
    border-radius: 0;
  }

  .sec_comparison .promo_body {
    border-radius: 0 0 2.5em 2.5em;
  }

  .sec_comparison .fauna {
    bottom: 56%;
    width: 38%;
  }

  .sec_comparison .sec_txt,
  .sec_comparison .promo_txt,
  .sec_water .water_txt {
    font-size: 1.35em;
  }
  .sec_comparison .promo_txt.mini {
    font-size: 13px;
  }

  .sec_comparison .present_txt {
    font-size: 1.43em;
  }

  .sec_comparison .img_mongoose {
    margin-top: -4%;
  }

  .sec_comparison .reservation_txt {
    font-size: 1.05em;
  }

  /* Section Summer*/
  .sec_summer .txt_sec .sec_ttl {
    width: 50%;
  }

  .sec_summer .txt_sec .sec_txt,
  .cmn_foxtxt {
    font-size: 1.2em;
  }

  .sec_summer .img_sec {
    right: 15%;
    width: 33%;
  }

  .sec_summer .img_jump_fox {
    margin-top: -1.1em;
  }

  /* Section New Animation */

  .sec_new_animation .video_lightbox-1 .video_sec-1,
  .video_lightbox-2 .video_sec-2 {
    width: 766px;
    height: 431px;
  }

  .video_lightbox-1 .btn_close,
  .video_lightbox-2 .btn_close {
    top: -1.718vw;
    right: -2.436vw;
  }

  /* Section Adventure  */
  .sec_adventure .btn_blk .click_link {
    font-size: 1em;
  }

  /*  Section Invention */
  .sec_invention .print_ttl {
    font-size: 1.22em;
  }

  .sec_invention .print_txt {
    font-size: 1.2em;
  }

  .sec_invention .btn_left>p {
    font-size: 0.8em;
  }

  .sec_invention .list_gp li {
    font-size: 0.8em;
  }

  .sec_invention .click_btn {
    width: 100%;
    max-width: 12.071em;
  }

  /*  Section Entrance */

  .sec_entrance .castle_left {
    width: 47%;
    padding: 0 3%;
    max-width: 26.571em;
  }

  .sec_entrance .solary {
    max-width: 24em;
  }

  .sec_entrance .link_txt {
    font-size: 1em;
  }

  .sec_entrance .solary_desc01 {
    width: 78%;
    margin: 6% 9.8% 22.2%;
    font-size: 1em;
  }

  .sec_entrance .solary_desc01 .txt01 {
    line-height: 2;
  }

  .sec_entrance .solary_desc01 .txt03 {
    font-size: 1.2em;
  }

  .sec_entrance .cloud {
    top: 66%;
  }

  .sec_entrance .castle_bg {
    right: -9%;
    bottom: 4.7%;
    width: 67%;
  }

  .sec_entrance .link_blk {
    width: 78%;
    padding: 5%;
    border-radius: 30px;
  }

  .sec_entrance .app_gp .img_play_store {
    margin-right: 4%;
    max-width: 7.2em;
  }

  .sec_entrance .app_gp .img_google_play {
    max-width: 9em;
  }

  .sec_entrance .link_castleblk img {
    width: 26%;
    height: auto;
  }

  .sec_entrance .solary_txt {
    padding-left: 0;
    font-size: 1.1rem;
  }

  .sec_entrance .app_gp {
    display: flex;
  }

  .sec_entrance .app_gp img {
    width: 95%;
    height: auto;
  }

  .sec_entrance .bear {
    width: 12%;
  }

  .sec_entrance .img_web {
    width: 45.95%;
  }

  /* Section Footer */
  .sec_footer .copyright {
    padding-left: 3%;
  }

  /* 追加部分 7月2024年 */

  .sec_factory .factory_ttl {
    font-size: 22px;
  }

  .sec_factory .factory_ttl::before {
    left: -62px;
    top: -50px;
    width: 120px;
    height: 87px;
  }

  .sec_factory .factory_list .factory_item h4 {
    font-size: 1em;
  }

  .sec_factory .factory_list .factory_content li {
    font-size: 13px;
  }

  .sec_water {
    border-radius: 2.5em;
  }

  .sec_water .sheet_content_ttl {
    font-size: 1.2em;
  }

  .sec_water .sheet_content .sheet_content_img {
    margin-bottom: 1%;
  }


  .sec_comparison .promo_first .sub_ttl,
  .sec_comparison .sec_water .sub_ttl {
    width: 160px;
    height: 160px;
    font-size: 19px;
  }

  .sec_comparison .promo_first .sub_ttl {
    left: -4%;
  }

  .sec_comparison .sec_water .sub_ttl {
    right: -4%;
  }
}

/* 960px */
@media only screen and (min-width:768px) and (max-width:960px) {
  .l_inner {
    width: 960px;
    margin: 0 auto;
  }

  .cmn_sec {
    min-width: 960px;
  }
}

/* スマートフォン用表示 */
@media only screen and (max-width:767.9px) {
  .l_inner {
    width: 100%;
    margin: 0 auto;
  }

  h2 {
    font-size: 12px;
  }

  .cmn_sec {
    min-width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* Common */
  .cmn_foxhead,
  .fox_desc {
    float: none;
    margin: 0 auto;
  }

  .cmn_foxhead {
    width: 30%;
  }

  .fox_desc {
    width: 100%;
  }

  /* Anchor Block */

  .anchor_nav li>a {
    font-size: 2vw;
  }

  .anchor_nav li:nth-child(1) span {
    font-size: 1.3vw;
  }

  /* Section Comparison */
  .sec_comparison .fauna {
    right: -7%;
    bottom: 55%;
    width: 40%;
  }

  .sec_comparison .promo_header .img_sugar_glider {
    left: -5%;
  }

  .sec_comparison .promo_header,
  .sec_water .water_header {
    border-radius: 1.8em 1.8em 0 0;
  }

  .sec_comparison .promo_header.bottle {
    border-radius: 0;
  }

  .sec_comparison .promo_body {
    border-radius: 0 0 1.8em 1.8em;
  }

  .sec_comparison .sec_txt,
  .sec_comparison .promo_txt {
    font-size: 0.9em;
  }
  .sec_comparison .promo_txt.mini {
    font-size: 13px;
  }

  .sec_comparison .sec_txt {
    padding: 3% 0 6.2%;
    word-break: keep-all;
  }

  .sec_comparison .img_fox_date {
    right: -5%;
  }

  .sec_comparison .present_txt {
    font-size: 1.03em;
  }

  .sec_comparison .reservation_txt {
    font-size: 0.7em;
  }

  .sec_comparison .img_wild_boar {
    right: -6%;
  }

  /* Section Summer*/
  .sec_summer .txt_sec {
    width: 100%;
  }

  .sec_summer .img_bug {
    bottom: 16%;
    left: -10.5%;
    width: 10%;
  }

  .sec_summer .txt_sec .sec_txt,
  .cmn_foxtxt {
    font-size: 1em;
  }

  .sec_summer .img_sec {
    position: relative;
    width: 60%;
    margin: 3% auto 0;
  }

  .sec_summer .img_jump_fox {
    margin-top: -0.4em;
  }

  /* Section New Animation */
  .sec_new_animation .fox_blk {
    padding: 3.2% 8.7% 10% 7.9%;
  }

  .sec_new_animation .img_two_piges {
    bottom: 14%;
    width: 28%;
  }

  .sec_new_animation .video_lightbox-1 .video_sec-1,
  .video_lightbox-2 .video_sec-2 {
    width: 310px;
    height: 180px;
  }

  .video_lightbox-1 .btn_close,
  .video_lightbox-2 .btn_close {
    top: 0;
    right: 0;
  }

  /* Section Adventure  */
  .sec_adventure .fox_desc {
    width: 100%;
  }

  .sec_adventure .btn_blk .click_link {
    font-size: 0.9em;
  }

  .sec_adventure .btn_blk .click_link span {
    font-size: 1.1em;
    vertical-align: baseline;
  }

  .sec_adventure .fox_blk {
    padding: 3.1% 13.1% 8.5% 7.7%;
  }

  .sec_adventure .fox_img {
    top: 14%;
    right: 5.5%;
    width: 23.7%;
  }

  .sec_adventure .img_sec .img_butterfly {
    left: -6.4%;
  }

  .sec_adventure .btn_blk .download_btn {
    width: 30.5%;
  }

  .sec_adventure .img_bird {
    right: 50%;
    bottom: -0.6%;
    transform: translateX(-50%);
  }

  /*  Section Invention */
  .sec_invention .monkey {
    position: absolute;
    width: 10%;
    margin: 17% 0 0 -4%;
  }

  .sec_invention .img_printttl {
    width: 85%;
  }

  .sec_invention .print_ttl {
    font-size: 1.1em;
  }

  .sec_invention .print_txt {
    font-size: 1em;
  }

  .sec_invention .btn_left,
  .sec_invention .btn_right {
    float: left;
    width: 50%;
  }

  .sec_invention .btn_left>p {
    min-height: 58px;
  }

  .sec_invention .list_gp li {
    float: none;
  }

  .sec_invention .btn_left>p,
  .sec_invention .list_gp li {
    padding-left: 1.6%;
    font-size: 0.6em;
  }

  .sec_invention .btn_left>p::before {
    top: 7%;
  }

  .sec_invention .click_btn {
    width: 89%;
    max-width: 7.071em;
  }

  .sec_invention .pdf_blk {
    border: 0.15em solid #009fe8;
    border-radius: 5vw;
  }

  .sec_invention .major03 .squirrel {
    top: -4.615vw;
  }

  /*  Section Entrance */

  .sec_entrance {
    padding-bottom: 14%;
  }

  .sec_entrance .cmn_foxtxt {
    width: 75%;
  }

  .sec_entrance .cloud {
    top: 85.8%;
    right: -7.6%;
    width: 39%;
  }

  .sec_entrance .castle_left {
    width: 40%;
  }

  .sec_entrance .solary_desc01 {
    margin: 6% 4.8% 0;
    font-size: 1.75vw;
    border-radius: 1.5em;
  }

  .sec_entrance .solary_desc01 .txt01 {
    line-height: 1.8;
  }

  .sec_entrance .solary {
    width: 79.2%;
  }

  .sec_entrance .solary_txt span::before {
    left: -10px;
  }

  .sec_entrance .link_blk {
    width: 87.2%;
    margin: 0 4.8% 0;
    font-size: 1.75vw;
    border-radius: 1.5em;
  }

  .sec_entrance .link_txt {
    font-size: 1.5vw;
  }

  .sec_entrance .link_castleblk img {
    height: auto;
    max-width: 5em;
  }

  .sec_entrance .app_gp .img_play_store {
    height: auto;
    max-width: 6.3em;
  }

  .sec_entrance .app_gp .img_google_play {
    height: auto;
    max-width: 7.7em;
  }

  .sec_entrance .solary_txt {
    padding: 2.4% 0 3% 8%;
    font-size: 1.8vw;
  }

  .sec_entrance .castle_bg {
    right: -16%;
    bottom: -11%;
    width: 80%;
  }

  .sec_entrance .bear {
    width: 9%;
    margin: 0 3.5%;
  }

  .sec_entrance .img_web {
    bottom: 0%;
  }

  /* Section Footer */
  .sec_footer .copyright {
    font-size: 0.9em;
  }

  .sec_footer .copyright {
    padding-left: 3.5%;
  }

  .sec_footer .copyright>img {
    width: 10%;
  }

  .sec_comparison .promo_content {
    margin-bottom: 8%;
  }

  /* 追加部分 7月2024年 */
  .sec_comparison .promo_first .sub_ttl {
    left: -16px;
    top: 94%;
  }

  .sec_comparison .sec_water .sub_ttl {
    right: -16px;
  }

  .sec_comparison .promo_first .sub_ttl,
  .sec_comparison .sec_water .sub_ttl {
    width: 65px;
    height: 65px;
    padding: 0 5px;
    font-size: 0.5em;
  }

  .sec_comparison .promo_first .sub_ttl p,
  .sec_comparison .sec_water .sub_ttl {
    letter-spacing: unset;
  }

  .sec_comparison .sec_water .sub_ttl span {
    letter-spacing: -2px;
  }

  .sec_factory .factory_ttl {
    font-size: 18px;
    padding: 2%;
    border-radius: 20px;
    margin-bottom: 5%;
  }

  .sec_factory .factory_ttl::before {
    left: -8%;
    top: -23%;
    width: 70px;
    height: 50px;
  }

  .sec_factory .factory_list {
    flex-direction: column;
  }

  .sec_factory .factory_list .factory_item {
    width: 100%;
    margin: 0 auto 5%;
  }

  .sec_factory .factory_list .factory_item h4 {
    font-size: 16px;
  }

  .sec_factory .factory_list .btn_link {
    font-size: 14px;
    width: 100%;
  }

  .sec_factory .factory_list .factory_content {
    width: 100%;
  }

  .sec_factory .factory_list .factory_content li {
    font-size: 12px;
  }

  .sec_water {
    border-radius: 1.8em;
  }

  .sec_water .water_header {
    padding: 5.3% 0;
  }

  .sec_water .water_content01 {
    width: 86%;
    margin: 2% auto;
  }

  .sec_water .sheet_content {
    width: 85%;
    padding: 5% 2% 4%;
  }

  .sec_water .water_txt {
    font-size: 0.7em;
  }

  .sec_water .sheet_content .sheet_content_img {
    width: 65%;
  }

  .sec_water .sheet_content_ttl {
    font-size: 2vw;
    margin-left: 2%;
  }

  .sec_water .sheet_content_ttl::before,
  .sec_water .sheet_content_ttl::after {
    height: 1px;
  }
}