@charset "UTF-8";
html {
  font-size: 16px;
}
body {
  font-family: "Montserrat", "Noto Sans JP", "Zen Maru Gothic", "Hurricane", "Kaisei Opti", sans-serif;
}
a[href^="tel:"] {
  pointer-events: auto;
}
a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul,
ol {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
ul,
ol {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}
img:not([alt]) {
  filter: blur(10px);
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.u-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.under::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1fb1e9;
  bottom: -3px;
  visibility: hidden;
}
.under:hover::after {
  visibility: visible;
}
.site_map_list_item::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1fb1e9;
  bottom: -3px;
  visibility: hidden;
}
.site_map_list_item:hover::after {
  visibility: visible;
}
.product_list_item::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1fb1e9;
  bottom: -3px;
  visibility: hidden;
}
.product_list_item:hover::after {
  visibility: visible;
}
.site_map_sub_list_item::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1fb1e9;
  bottom: -3px;
  visibility: hidden;
}
.site_map_sub_list_item:hover::after {
  visibility: visible;
}
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 1070px) {
  .header {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header_inner {
  display: flex;
  align-items: center;
  height: inherit;
  max-width: 1190px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}
.header_name {
  margin-right: auto;
  z-index: 100;
}
.header_logo {
  width: 245px;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .header_logo {
    width: 220px;
  }
}
@media screen and (max-width: 1070px) {
  .header_logo {
    width: 283px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 141px;
    height: 20px;
  }
}
.header_nav {
  height: inherit;
  margin-right: 35px;
}
@media screen and (max-width: 1200px) {
  .header_nav {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .header_nav {
    margin-right: 15px;
  }
}
.header_items {
  display: flex;
  align-items: center;
  height: inherit;
}
.header_item {
  height: inherit;
}
.header_item:not(:first-child) {
  margin-left: 23px;
}
@media screen and (max-width: 1200px) {
  .header_item:not(:first-child) {
    margin-left: 20px;
  }
}
.header_link {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  color: #002837;
}
@media screen and (max-width: 1200px) {
  .header_link {
    font-size: 12px;
  }
}
.header_sub_link {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  color: #002837;
}
.header_sub_link:nth-child(2) {
  margin-left: 12px;
}
.header_bg-pink {
  height: 30px;
  width: 130px;
}
.header-pink {
  color: #fff;
  background-color: #eb5888;
  transition: color 0.3s, background-color 0.3s;
  border-radius: 15px;
}
.header-whitepink {
  color: #eb5888;
  background-color: #fff;
  transition: color 0.3s, background-color 0.3s;
  border-radius: 15px;
  border: 1px solid #eb5888;
  font-weight: 700;
  font-size: 15px;
}
.header-pink:hover {
  opacity: 1;
  color: #e4316d;
  background-color: #f6d4df;
}
.header-whitepink:hover {
  opacity: 1;
  color: #fff;
  background-color: #e4316d;
}
.header_item_sub:nth-child(1) {
  margin-right: 10px;
}
.header_item_sub:nth-child(2) {
  margin-right: 10px;
}
.menu_inner {
  max-width: 1018px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}
.has-sub {
  content: "";
}
.sub {
  opacity: 0;
  visibility: hidden;
  display: flex;
  transition: 0.3s all ease-in-out;
  background-color: #fff;
  position: absolute;
  top: 75px;
  left: 50%;
  padding-top: 33px;
  width: 100%;
  height: 312px;
  transform: translateX(-50%);
  justify-content: center;
}
.has-sub:hover .sub {
  opacity: 1;
  visibility: visible;
}
.sub-a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #002837;
  font-weight: 700;
}
.sub2 {
  padding-left: 25px;
}
.sub5 {
  padding: 20px 0 0 5px;
}
.sub7 {
  padding: 20px 0 0 20px;
}
.sub8 {
  padding-top: 20px;
}
.sub9 {
  padding-left: 10px;
}
.sub10 {
  padding-left: 30px;
}
.sub-content {
  width: 254px;
  height: 92px;
}
.menu-img1 {
  width: 70px;
  height: 70px;
}
.menu-img2 {
  width: 56px;
  height: 65px;
  margin-right: 32px;
}
.menu-img3 {
  width: 77px;
  height: 77px;
}
.menu-img4 {
  width: 64px;
  height: 64px;
}
.menu-img5 {
  width: 56px;
  height: 47px;
  margin-right: 5px;
}
.menu-img6 {
  width: 122px;
  height: 97px;
}
.menu-img7 {
  width: 42px;
  height: 59px;
  margin-right: 15px;
}
.menu-img8 {
  width: 56px;
  height: 72px;
}
.menu-img9 {
  width: 38px;
  height: 67px;
  margin-right: 10px;
}
.menu-img10 {
  width: 54px;
  height: 69px;
  margin-right: 30px;
}
.menu {
  position: fixed;
  z-index: 9999;
  top: 40px;
  right: 55px;
  width: 64px;
  height: 18px;
  color: #0d7fd7;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}
@media screen and (max-width: 768px) {
  .menu {
    width: 32px;
    height: 9px;
    top: 20px;
    font-size: 13px;
    right: 40px;
  }
}
.menu.is-active {
  top: 40px;
  right: 55px;
}
@media screen and (max-width: 768px) {
  .menu.is-active {
    top: 20px;
    right: 40px;
  }
}
.menu_back {
  opacity: 0;
  visibility: hidden;
  height: 18px;
  width: 18px;
  margin-top: 9px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .menu_back {
    height: 12px;
    width: 12px;
    margin-top: 4px;
  }
}
.menu_back.is-active {
  opacity: 1;
  visibility: visible;
}
.drawer-menu {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
.drawer-menu.is-open {
  display: block;
}
.drawer_sub_menu_inner {
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .drawer_sub_menu_inner {
    width: 320px;
  }
}
.drawer-menu_inner {
  position: fixed;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  height: 100vh;
}
.drawer-menu_items {
  display: flex;
  flex-direction: column;
  width: 260px;
}
.drawer-menu_item {
  display: inline-block;
}
.drawer-menu_link {
  border-radius: 5px;
  width: 84%;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  height: inherit;
  color: #002837;
}
.drawer_triangle-bottom {
  border-top: 8px solid #0d7fd7;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-left: 8px;
  margin-top: 9px;
}
.drawer-has-sub {
  content: "";
}
.drawer_sub-content {
  width: 275px;
  height: 60px;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .drawer_sub-content {
    width: 160px;
    height: 50px;
  }
}
.sub-menu {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #002837;
  font-weight: 700;
  text-align: left;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .sub-menu {
    font-size: 12px;
  }
}
.sub-menu:hover {
  color: #007dda;
}
.drawer_sub {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  align-items: center;
  transition: 0.3s all ease-in-out;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  height: 100vh;
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .drawer_sub {
    padding-top: 100px;
  }
}
.menu_sub_img1 {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .menu_sub_img1 {
    margin-right: 5px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
}
.menu_sub_img2 {
  width: 90px;
  height: 90px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .menu_sub_img2 {
    width: 55px;
    height: 63px;
    margin-right: 0;
  }
}
.menu_sub_img3 {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .menu_sub_img3 {
    margin-right: 2px;
    width: 54px;
    height: 54px;
  }
}
.menu_sub_img4 {
  width: 90px;
  height: 90px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .menu_sub_img4 {
    width: 52px;
    height: 65px;
    margin-right: 0;
  }
}
.menu_sub_img5 {
  width: 40px;
  height: 26px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .menu_sub_img5 {
    margin-right: 8px;
    width: 40px;
    height: 33px;
  }
}
.menu_sub_img6 {
  width: 97px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .menu_sub_img6 {
    margin-right: 0;
    width: 63px;
    height: 56px;
  }
}
.menu_sub_img7 {
  width: 34px;
  height: 46px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .menu_sub_img7 {
    margin-right: 15px;
    width: 29px;
    height: 40px;
  }
}
.menu_sub_img8 {
  width: 33px;
  height: 54px;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .menu_sub_img8 {
    margin-right: 8px;
    width: 36px;
    height: 47px;
  }
}
.menu_sub_img9 {
  width: 34px;
  height: 54px;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .menu_sub_img9 {
    margin-right: 10px;
    width: 27px;
    height: 47px;
  }
}
.menu_sub_img10 {
  width: 33px;
  height: 54px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .menu_sub_img10 {
    margin-right: 9px;
    width: 36px;
    height: 47px;
  }
}
.drawer_sub-content5 {
  padding-left: 10px;
}
.drawer_sub-content7 {
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .drawer_sub-content7 {
    padding-left: 12px;
  }
}
.drawer_sub-content8 {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .drawer_sub-content8 {
    padding-left: 8px;
  }
}
.drawer_sub-content9 {
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .drawer_sub-content9 {
    padding-left: 13px;
  }
}
.drawer_sub-content10 {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .drawer_sub-content10 {
    padding-left: 9px;
  }
}
.drawer_sub_menu_inner2 {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 525px;
}
@media screen and (max-width: 768px) {
  .drawer_sub_menu_inner2 {
    width: 280px;
  }
}
.drawer_sub-content2 {
  margin-bottom: 9px;
  width: 139px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .drawer_sub-content2 {
    width: 130px;
    height: 25px;
    margin-bottom: 14px;
  }
}
.sub-menu2 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sub-menu2 {
    font-size: 12px;
  }
}
.main_bg {
  background-image: url(../images/mv_bg.png);
  background-size: contain;
  background-repeat: repeat;
  height: 600px;
  width: 100%;
  top: 110px;
  position: absolute;
  z-index: -5;
}
@media screen and (max-width: 1070px) {
  .main_bg {
    background-image: url(../images/mv_sp_bg.png);
    height: 558px;
  }
}
@media screen and (max-width: 768px) {
  .main_bg {
    top: 55px;
    height: 279px;
    background-repeat: repeat-x;
  }
}
.top_bg01 {
  background-image: url(../images/top_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 1928px;
  width: 100%;
  top: 560px;
  position: absolute;
  z-index: -4;
}
@media screen and (max-width: 1070px) {
  .top_bg01 {
    background-image: url(../images/top_sp_bg.png);
    height: 3767px;
    top: 650px;
  }
}
@media screen and (max-width: 768px) {
  .top_bg01 {
    height: 1750px;
    top: 325px;
  }
}
.db_bg {
  background-image: url(../images/db_bg.png);
  background-size: contain;
  background-repeat: repeat;
  height: 3800px;
  width: 100%;
  top: 560px;
  position: absolute;
  z-index: -4;
}
@media screen and (max-width: 1070px) {
  .db_bg {
    background-image: url(../images/top_sp_bg.png);
    height: 5500px;
    top: 650px;
  }
}
@media screen and (max-width: 768px) {
  .db_bg {
    height: 3800px;
    top: 335px;
  }
}
.mv {
  width: 100%;
}
.mv_link {
  opacity: 1;
}
.mv_link:hover {
  opacity: 1;
}
.swiper {
  max-width: 1018px;
}
@media screen and (max-width: 1070px) {
  .swiper {
    max-width: 100%;
  }
}
.mv_slider,
.swiper-slide picture,
.swiper-slide .slider_img {
  height: auto;
}
.swiper-slide .slider_img {
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -25px;
  }
}
.swiper-pagination-bullet {
  background-color: #fff;
  height: 14px;
  width: 14px;
  border: 4px solid #cdcdcd;
  margin: 0 10px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
    border: 2px solid #cdcdcd;
    margin: 0 5px;
  }
}
.swiper-pagination-bullet-active {
  border: 4px solid #39c2f6;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet-active {
    border: 2px solid #39c2f6;
  }
}
.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  height: 35px;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 0.5em;
  }
}
.swiper-button-next {
  right: 5px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 0;
  }
}
.swiper-button-prev {
  left: 5px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0;
  }
}
.mv_banner-wrap {
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 50px;
  left: 50%;
  width: fit-content;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .mv_banner-wrap {
    top: 25px;
  }
}
.mv_banner {
  position: relative;
  width: 190px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .mv_banner {
    width: 105px;
    height: 15px;
  }
}
.mv_banner_text {
  position: absolute;
  top: 5px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .mv_banner_text {
    font-size: 7px;
    letter-spacing: 0.02em;
    top: 1px;
  }
}
.mv_title-wrap {
  position: absolute;
  z-index: 10;
  top: 117px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .mv_title-wrap {
    top: 58px;
  }
}
.mv_title {
  font-size: 42px;
  text-align: center;
  font-weight: 400;
  color: #004660;
  letter-spacing: 0.26em;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 1070px) {
  .mv_title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .mv_title {
    font-size: 21px;
    letter-spacing: 0.13em;
  }
}
.mv_title-contact {
  top: 50px;
}
.product_cards {
  display: grid;
  margin-top: 60px;
  grid-template-columns: 490px 490px;
  grid-template-rows: 348px;
  column-gap: 40px;
  row-gap: 41px;
}
@media screen and (max-width: 1070px) {
  .product_cards {
    display: block;
  }
}
.product_card-wrap {
  position: relative;
}
.product_card {
  position: relative;
  border: 2px solid #1fb1e9;
  background-color: #fff;
  border-radius: 16px;
  height: 348px;
}
@media screen and (max-width: 1070px) {
  .product_card {
    margin: 0 auto 30px;
    width: 630px;
  }
}
@media screen and (max-width: 768px) {
  .product_card {
    margin: 0 auto 15px;
    height: 174px;
    width: 315px;
  }
}
.product_card::before {
  content: "";
  width: 3px;
  height: 248px;
  display: inline-block;
  position: absolute;
  top: 51px;
  background-color: #fff;
  left: -2px;
}
@media screen and (max-width: 768px) {
  .product_card::before {
    height: 124px;
    top: 25px;
  }
}
.product_card_title {
  margin-top: 51px;
  margin-left: 41px;
  color: #0d7fd7;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .product_card_title {
    margin-left: 21px;
    margin-top: 22px;
  }
}
.product_card_titleA {
  display: block;
  height: inherit;
  font-size: 24px;
  color: #0d7fd7;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .product_card_titleA {
    font-size: 16px;
  }
}
.product_card_cont {
  display: flex;
}
.product_name {
  position: absolute;
  display: table-cell;
  writing-mode: vertical-rl;
  color: #002837;
  top: 50%;
  margin: 0 auto;
  letter-spacing: 0.01em;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  display: inline;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .product_name {
    font-size: 7px;
  }
}
.template {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .template {
    margin-top: 50px;
  }
}
.template_inner {
  position: relative;
  background-image: url(../images/template_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 700px;
  height: 180px;
  border-radius: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1070px) {
  .template_inner {
    width: 500px;
    background-image: url(../images/template_sp_bg.jpg);
  }
}
@media screen and (max-width: 768px) {
  .template_inner {
    width: 315px;
  }
}
.template_title {
  font-size: 28px;
  letter-spacing: 0.01em;
  color: #002837;
  padding-top: 60px;
  padding-left: 71px;
}
@media screen and (max-width: 1070px) {
  .template_title {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .template_title {
    padding-top: 41px;
    font-size: 20px;
    padding-left: 29px;
  }
}
.template_card_category {
  position: relative;
  padding-left: 73px;
  font-size: 18px;
  font-weight: 700;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .template_card_category {
    font-size: 12px;
    padding-left: 29px;
  }
}
.template_img {
  width: 120px;
  height: 134px;
  top: 60px;
  right: 114px;
  position: absolute;
}
@media screen and (max-width: 1070px) {
  .template_img {
    right: 30px;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .template_img {
    right: 30px;
    top: 80px;
  }
}
.template-link {
  display: block;
  width: inherit;
  height: inherit;
}
.counselling {
  position: relative;
  margin-top: 120px;
  text-align: center;
  background-color: #39c2f6;
}
@media screen and (max-width: 768px) {
  .counselling {
    margin-top: 80px;
  }
}
.counselling_cards {
  display: grid;
  margin-top: 25px;
  grid-template-columns: 246px 246px 246px 246px;
  grid-template-rows: 246px;
  column-gap: 12px;
  row-gap: 30px;
}
@media screen and (max-width: 1070px) {
  .counselling_cards {
    grid-template-columns: 246px 246px;
    place-content: center;
  }
}
@media screen and (max-width: 768px) {
  .counselling_cards {
    grid-template-columns: 150px 150px;
    grid-template-rows: 150px;
    row-gap: 15px;
  }
}
.counselling_card {
  width: inherit;
  height: inherit;
}
.counselling_card_link {
  width: inherit;
  height: inherit;
}
.counselling_cont {
  padding-top: 82px;
  padding-bottom: 93px;
}
@media screen and (max-width: 768px) {
  .counselling_cont {
    padding-top: 42px;
    padding-bottom: 50px;
  }
}
.counselling_title {
  position: absolute;
  width: 672px;
  height: 94px;
  left: 50%;
  top: -55px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1070px) {
  .counselling_title {
    width: 628px;
    height: 86px;
  }
}
@media screen and (max-width: 768px) {
  .counselling_title {
    width: 314px;
    height: 43px;
    top: -25px;
  }
}
.counselling_img {
  width: 246px;
  height: 170px;
}
.counselling_card_img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (max-width: 768px) {
  .counselling_card_img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.counselling_sub_title {
  font-size: 28px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .counselling_sub_title {
    font-size: 22px;
  }
}
.counselling_text {
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .counselling_text {
    font-size: 12px;
  }
}
.counselling_card_title {
  background-color: #fff;
  height: 82px;
  font-size: 18px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #002837;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 768px) {
  .counselling_card_title {
    height: 50px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 12px;
  }
}
.counselling_LINE {
  background-color: #fff;
  color: #002837;
}
.site_map {
  margin-top: 82px;
}
.site_map_lists {
  display: flex;
}
@media screen and (max-width: 1070px) {
  .site_map_lists {
    max-width: 400px;
    flex-wrap: wrap;
    margin: 82px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .site_map_lists {
    display: block;
    max-width: 315px;
  }
}
.site_map_list {
  height: fit-content;
  width: fit-content;
}
.site_map_cont:nth-child(1) {
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .site_map_cont:nth-child(1) {
    margin-bottom: 15px;
  }
}
.site_map_cont:nth-child(2) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .site_map_cont:nth-child(2) {
    margin-bottom: 15px;
  }
}
.site_map_list_item {
  font-size: 14px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #000;
  font-feature-settings: "palt";
  display: inline-block;
  height: inherit;
  position: relative;
}
@media screen and (max-width: 1070px) {
  .site_map_list:nth-child(1) {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .site_map_list:nth-child(1) {
    margin-bottom: 15px;
  }
}
.site_map_list:nth-child(2) {
  margin-left: 59px;
  width: 108px;
}
@media screen and (max-width: 768px) {
  .site_map_list:nth-child(2) {
    margin-left: 0;
  }
}
.site_map_list:nth-child(3) {
  margin-left: 59px;
}
@media screen and (max-width: 1070px) {
  .site_map_list:nth-child(3) {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .site_map_list:nth-child(3) {
    margin-top: 15px;
  }
}
.site_map_list:last-child {
  margin-left: 41px;
  width: 350px;
}
@media screen and (max-width: 1070px) {
  .site_map_list:last-child {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .site_map_list:last-child {
    width: 315px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 550px) {
  .site_map_list:last-child {
    width: 100%;
  }
}
.product_lists {
  display: flex;
  margin-top: 18px;
}
.product_list_wrap {
  margin-left: 57px;
}
@media screen and (max-width: 768px) {
  .product_list_wrap {
    margin-left: 40px;
  }
}
.product_list_cont {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .product_list_cont {
    height: 23px;
  }
}
@media screen and (max-width: 372px) {
  .product_list_cont1 {
    height: 36px;
    margin-bottom: 0;
  }
}
.product_list {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .product_list {
    font-size: 12px;
  }
}
.product_list_item {
  color: #000;
  font-feature-settings: "palt";
  font-size: 14px;
  display: block;
  height: inherit;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .product_list_item {
    font-size: 12px;
  }
}
.site_map_contact {
  border: 2px solid #39c2f6;
  border-radius: 8px;
  text-align: center;
}
.site_map_contact_title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 37px;
}
@media screen and (max-width: 768px) {
  .site_map_contact_title {
    padding-top: 30px;
  }
}
.site_map_contact_tel {
  color: #0d7fd7;
  font-size: 31px;
  font-weight: 700;
}
.site_map_contact_tel span {
  font-size: 21px;
  font-weight: 700;
}
.site_map_contact_time {
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .site_map_contact_time {
    margin-bottom: 22px;
    font-size: 13px;
  }
}
.site_map_sub_lists {
  display: flex;
  margin-top: 21px;
  justify-content: space-around;
}
.site_map_sub_list_item {
  color: #002837;
  position: relative;
}
.site_map_sub_list {
  font-size: 14px;
  font-feature-settings: "palt";
}
.line {
  margin-top: 80px;
  width: 100%;
  border: 1px solid #d4d4d4;
}
@media screen and (max-width: 768px) {
  .line {
    margin-top: 40px;
  }
}
.partner_cards {
  display: grid;
  grid-template-columns: repeat(3, 330px);
  grid-template-rows: 120px;
  column-gap: 12px;
  row-gap: 12px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1070px) {
  .partner_cards {
    grid-template-columns: repeat(2, 330px);
    place-content: center;
  }
}
@media screen and (max-width: 768px) {
  .partner_cards {
    grid-template-columns: repeat(2, 150px);
    grid-template-rows: 53px;
  }
}
.partner_card {
  width: 330px;
  height: 120px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 16px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .partner_card {
    width: 150px;
    height: 53px;
    border-radius: 8px;
  }
}
.partner_card_inner {
  display: inline-block;
  width: inherit;
  height: inherit;
}
.banner_logo {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto;
}
.banner_logo1 {
  width: 207px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .banner_logo1 {
    width: 103px;
    height: 17px;
  }
}
.banner_logo2 {
  width: 201px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .banner_logo2 {
    width: 100px;
    height: 17px;
  }
}
.banner_logo3 {
  width: 94px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .banner_logo3 {
    width: 47px;
    height: 36px;
  }
}
.banner_logo4 {
  width: 208px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .banner_logo4 {
    width: 104px;
    height: 19px;
  }
}
.banner_logo5 {
  width: 222px;
  height: 92px;
}
@media screen and (max-width: 768px) {
  .banner_logo5 {
    width: 107px;
    height: 40px;
  }
}
.banner_logo6 {
  width: 109px;
  height: 91px;
}
@media screen and (max-width: 768px) {
  .banner_logo6 {
    width: 54px;
    height: 45px;
  }
}
.sns_link {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sns_link {
    margin-top: 30px;
  }
}
.link_text {
  font-size: 16px;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .link_text {
    font-size: 10px;
  }
}
.sns_link_inner {
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  height: 100px;
  background-color: #eff4f7;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .sns_link_inner {
    max-width: 315px;
    width: 100%;
    height: 50px;
  }
}
.link_logos {
  display: flex;
}
.link_logo:nth-child(2) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .link_logo:nth-child(2) {
    margin-left: 10px;
  }
}
.link_logo:nth-child(1) {
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .link_logo:nth-child(1) {
    margin-left: 21px;
  }
}
.logo {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.logo2 {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .logo2 {
    width: 27px;
    height: 27px;
  }
}
.footer {
  width: 100%;
  height: 120px;
  margin-top: 50px;
  background-color: #0d7fd7;
}
@media screen and (max-width: 768px) {
  .footer {
    height: 70px;
    margin-top: 40px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner {
    text-align: center;
    padding-top: 25px;
  }
}
.footer_copyright {
  padding-top: 55px;
  font-size: 14px;
  letter-spacing: 0.01em;
  float: right;
  color: #fff;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .footer_copyright {
    float: none;
    font-size: 10px;
  }
}
.top_bg_single {
  top: 420px;
}
@media screen and (max-width: 1070px) {
  .top_bg_single {
    top: 670px;
    height: 2580px;
  }
}
@media screen and (max-width: 768px) {
  .top_bg_single {
    top: 340px;
    height: 1900px;
  }
}
.single_mv_bg {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .single_mv_bg {
    height: 100px;
  }
}
@media screen and (max-width: 1070px) {
  .gelate_mv_bg {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .gelate_mv_bg {
    height: 140px;
  }
}
.mv_banner_single-wrap {
  top: 57px;
  left: 62px;
  width: fit-content;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
@media screen and (max-width: 768px) {
  .mv_banner_single-wrap {
    top: 33px;
    left: 20px;
  }
}
.mv_banner_text_single {
  color: #0d7fd7;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .mv_banner_text_single {
    top: 1px;
  }
}
.mv_title_single_wrap {
  top: 103px;
  left: 58px;
  width: fit-content;
  transform: none;
}
@media screen and (max-width: 768px) {
  .mv_title_single_wrap {
    top: 56px;
    left: 30px;
  }
}
.mv_single_title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv_single_title {
    font-size: 21px;
  }
}
.single_mv_img {
  width: 174px;
  height: 229px;
  position: absolute;
  top: 32px;
  right: 115px;
}
@media screen and (max-width: 768px) {
  .single_mv_img {
    width: 87px;
    height: 114px;
    top: 22px;
    right: 18px;
  }
}
.product_single {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .product_single {
    margin-top: 45px;
  }
}
.product_single-wrap {
  position: relative;
}
.product_single_card {
  position: relative;
  border: 2px solid #1fb1e9;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 1070px) {
  .product_single_card {
    margin: 0 auto 60px;
    width: 630px;
  }
}
@media screen and (max-width: 768px) {
  .product_single_card {
    margin: 0 auto 30px;
    width: 315px;
  }
}
.product_single_card::before {
  content: "";
  width: 3px;
  height: 248px;
  display: inline-block;
  position: absolute;
  top: 60px;
  background-color: #fff;
  left: -2px;
}
@media screen and (max-width: 768px) {
  .product_single_card::before {
    height: 125px;
    top: 27px;
  }
}
.product_single_card_inner {
  width: 1015px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1070px) {
  .product_single_card_inner {
    width: 630px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product_single_card_inner {
    width: 315px;
  }
}
.product_single_card_top {
  display: flex;
  padding-top: 60px;
}
@media screen and (max-width: 1070px) {
  .product_single_card_top {
    display: block;
    padding-top: 40px;
  }
}
.product_single_name {
  position: absolute;
  display: table-cell;
  writing-mode: vertical-rl;
  color: #002837;
  top: 140px;
  margin: 0 auto;
  letter-spacing: 0.01em;
  left: -10px;
  font-size: 14px;
  font-weight: 700;
  display: inline;
}
@media screen and (max-width: 768px) {
  .product_single_name {
    font-size: 7px;
    top: 70px;
    left: -7px;
  }
}
@media screen and (max-width: 335px) {
  .product_single_name {
    left: 0;
  }
}
.single_card_main_img {
  width: 360px;
  height: 360px;
  margin-right: 60px;
  border-radius: 15px;
}
@media screen and (max-width: 1070px) {
  .single_card_main_img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .single_card_main_img {
    width: 235px;
    height: 235px;
    margin-bottom: 20px;
  }
}
.single_card_cont {
  width: 466px;
  margin-top: 10px;
}
@media screen and (max-width: 1070px) {
  .single_card_cont {
    width: 100%;
    margin-top: 20px;
  }
}
.single_card_title {
  font-size: 32px;
  letter-spacing: 0.01em;
  font-size: 700;
  color: #0d7fd7;
}
@media screen and (max-width: 768px) {
  .single_card_title {
    font-size: 16px;
  }
}
.single_card_text {
  font-size: 14px;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #002837;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 1070px) {
  .single_card_text {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .single_card_text {
    font-size: 13px;
    margin-top: 20px;
  }
}
.single_cards_images {
  margin-top: 55px;
  margin-bottom: 60px;
  display: flex;
}
@media screen and (max-width: 1070px) {
  .single_cards_images {
    margin-top: 25px;
    display: block;
    margin-bottom: 31px;
  }
}
.single_images {
  width: 248px;
  height: 268px;
  border-radius: 10px;
}
@media screen and (max-width: 1070px) {
  .single_images {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .single_images {
    width: 134px;
    height: 134px;
  }
}
.single_card_image {
  width: 248px;
}
@media screen and (max-width: 1070px) {
  .single_card_image {
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single_card_image {
    width: 275px;
  }
}
.single_card_image:nth-child(2) {
  margin-right: 50px;
  margin-left: 50px;
}
@media screen and (max-width: 1070px) {
  .single_card_image:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.single_card_text_bottom {
  font-size: 14px;
  color: #002837;
  letter-spacing: 0.01em;
  line-height: 2;
  margin-top: 25px;
}
@media screen and (max-width: 1070px) {
  .single_card_text_bottom {
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    text-align: left;
    font-size: 12px;
  }
}
.product_single-wrap:nth-child(2) {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .product_single-wrap:nth-child(2) {
    margin-top: 30px;
  }
}
.top_arrow_single {
  width: 18px;
  height: 18px;
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  .top_arrow_single {
    width: 14px;
    height: 14px;
    margin-right: 9px;
    margin-top: -20px;
  }
}
.top_bg_onepoint {
  top: 420px;
  height: 1420px;
}
@media screen and (max-width: 1070px) {
  .top_bg_onepoint {
    top: 670px;
    height: 1970px;
  }
}
@media screen and (max-width: 768px) {
  .top_bg_onepoint {
    top: 340px;
    height: 1570px;
  }
}
.onepoint_mv_img {
  width: 147px;
  height: 205px;
  position: absolute;
  top: 32px;
  right: 115px;
}
@media screen and (max-width: 768px) {
  .onepoint_mv_img {
    width: 73px;
    height: 102px;
    top: 22px;
    right: 25px;
  }
}
.product_onepoint_card_top {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1070px) {
  .product_onepoint_card_top {
    display: block;
    padding-top: 40px;
    padding-top: 40px;
  }
}
.product_onepoint-wrap {
  position: relative;
}
.product_onepoint-wrap:nth-child(2) {
  margin-top: 62px;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .product_onepoint-wrap:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ecology_mv_img {
  width: 234px;
  height: 193px;
  position: absolute;
  top: 32px;
  right: 70px;
}
@media screen and (max-width: 1070px) {
  .ecology_mv_img {
    top: 22px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ecology_mv_img {
    width: 117px;
    height: 96px;
    top: 22px;
    right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .ecology_mv_img {
    right: 0;
  }
}
.top_bg_ecology {
  height: 1528px;
  top: 560px;
}
@media screen and (max-width: 1070px) {
  .top_bg_ecology {
    height: 2900px;
    top: 650px;
  }
}
@media screen and (max-width: 768px) {
  .top_bg_ecology {
    height: 1910px;
    top: 325px;
  }
}
.top_bg_sleeve {
  height: 830px;
  top: 560px;
}
@media screen and (max-width: 1070px) {
  .top_bg_sleeve {
    height: 1180px;
    top: 650px;
    background-image: url(../images/sleeve_sp_bg.png);
  }
}
@media screen and (max-width: 768px) {
  .top_bg_sleeve {
    height: 800px;
    top: 325px;
  }
}
.sleeve_mv_img {
  width: 294px;
  height: 184px;
  position: absolute;
  top: 60px;
  right: 115px;
}
@media screen and (max-width: 768px) {
  .sleeve_mv_img {
    width: 147px;
    height: 92px;
    top: 22px;
    right: 47px;
  }
}
.clear_mv_img {
  width: 169px;
  height: 228px;
  position: absolute;
  top: 32px;
  right: 115px;
}
@media screen and (max-width: 768px) {
  .clear_mv_img {
    width: 84px;
    height: 114px;
    top: 22px;
    right: 47px;
  }
}
.top_bg_clear {
  height: 3300px;
  top: 560px;
}
@media screen and (max-width: 1070px) {
  .top_bg_clear {
    height: 5300px;
    top: 650px;
  }
}
@media screen and (max-width: 768px) {
  .top_bg_clear {
    height: 3405px;
    top: 325px;
  }
}
.single_card_image:nth-child(3) {
  margin-right: 50px;
}
@media screen and (max-width: 1070px) {
  .single_card_image:nth-child(3) {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.single_card_image:nth-child(5) {
  margin-right: 50px;
  margin-left: 50px;
}
@media screen and (max-width: 1070px) {
  .single_card_image:nth-child(5) {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.clear_cards_images {
  margin-top: 55px;
  margin-bottom: 60px;
  display: flex;
}
@media screen and (max-width: 1070px) {
  .clear_cards_images {
    margin-top: 25px;
    display: block;
    margin-bottom: 31px;
  }
}
.product_U-wrap {
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .product_U-wrap {
    margin-top: 30px;
  }
}
.thermal_mv_img {
  width: 166px;
  height: 231px;
  position: absolute;
  top: 32px;
  right: 115px;
}
@media screen and (max-width: 768px) {
  .thermal_mv_img {
    width: 83px;
    height: 115px;
    top: 22px;
    right: 47px;
  }
}
.top_bg_thermal {
  height: 3800px;
  top: 560px;
}
@media screen and (max-width: 1070px) {
  .top_bg_thermal {
    height: 6000px;
    top: 650px;
  }
}
@media screen and (max-width: 768px) {
  .top_bg_thermal {
    height: 3950px;
    top: 325px;
  }
}
.mv_thermal_banner {
  width: 246px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .mv_thermal_banner {
    width: 145px;
    height: 16px;
  }
}
.gelate_mv_img {
  width: 210px;
  height: 171px;
  position: absolute;
  top: 97px;
  right: 103px;
}
@media screen and (max-width: 1070px) {
  .gelate_mv_img {
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .gelate_mv_img {
    width: 105px;
    height: 86px;
    top: 48px;
    right: 47px;
  }
}
@media screen and (max-width: 375px) {
  .gelate_mv_img {
    right: 25px;
  }
}
@media screen and (max-width: 1070px) {
  .size_chart {
    overflow-x: scroll;
    display: block;
    box-sizing: content-box;
  }
}
.size_table {
  border: 2px solid #1fb1e9;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top: none;
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 1070px) {
  .size_table {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 1000px;
  }
}
.print_table {
  border: 2px solid #1fb1e9;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 1070px) {
  .print_table {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .print_table {
    text-align: left;
  }
}
table tr:last-child > *:first-child {
  border-radius: 0 0 0 14px;
}
@media screen and (max-width: 1070px) {
  table tr:last-child > *:first-child {
    border-radius: 0 0 0 6px;
  }
}
@media screen and (max-width: 768px) {
  table tr:last-child > *:first-child {
    border-radius: 0;
  }
}
table tr:last-child > *:last-child {
  border-radius: 0 0 14px 0;
}
@media screen and (max-width: 1070px) {
  table tr:last-child > *:last-child {
    border-radius: 0 0 6px 0;
  }
}
@media screen and (max-width: 768px) {
  table tr:last-child > *:last-child {
    border-radius: 0;
  }
}
th,
td {
  color: #002837;
  padding-left: 21px;
}
@media screen and (max-width: 1070px) {
  th,
  td {
    padding-left: 10px;
    padding-right: 15px;
  }
}
th {
  font-size: 14px;
  font-weight: 700;
  background-color: rgb(239, 246, 248);
  border-bottom: 1px solid #1fb1e9;
  border-right: 1px solid #1fb1e9;
}
@media screen and (max-width: 1070px) {
  th {
    font-size: 12px;
  }
}
th:last-child {
  border-right: 0;
}
.size_th {
  height: 57px;
}
@media screen and (max-width: 1070px) {
  .size_th {
    height: 30px;
  }
}
td {
  font-size: 14px;
  border-bottom: 1px solid #1fb1e9;
  border-right: 1px solid #1fb1e9;
}
@media screen and (max-width: 1070px) {
  td {
    font-size: 12px;
  }
}
td:last-child {
  border-right: 0;
}
.tr_last td {
  border-bottom: 0;
}
.size_td {
  height: 83px;
}
@media screen and (max-width: 1070px) {
  .size_td {
    height: 42px;
  }
}
caption {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  background-color: #1fb1e9;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 65px;
  padding-left: 19px;
  padding-top: 21px;
}
@media screen and (max-width: 1070px) {
  caption {
    font-size: 14px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 34px;
    padding-left: 10px;
    padding-top: 10px;
  }
}
.lot_lists {
  display: flex;
  width: 147px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1070px) {
  .lot_lists {
    width: 149px;
    margin: auto;
  }
}
.lot_list {
  width: 64px;
  line-height: 2;
}
@media screen and (max-width: 1070px) {
  .lot_list {
    width: 70px;
  }
}
.lot_list:not(:last-child) {
  position: relative;
  display: inline-block;
}
.lot_list:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #002837;
  top: 6px;
  right: -8px;
}
@media screen and (max-width: 1070px) {
  .lot_list:not(:last-child)::after {
    height: 10px;
    right: -3px;
    top: 6px;
  }
}
.lot_list:nth-child(2),
.lot_list:nth-child(4) {
  margin-left: 16px;
}
@media screen and (max-width: 1070px) {
  .lot_list:nth-child(2),
  .lot_list:nth-child(4) {
    margin-left: 8px;
  }
}
.print_chart {
  margin-top: 30px;
  margin-bottom: 65px;
}
@media screen and (max-width: 1070px) {
  .print_chart {
    margin-top: 20px;
    margin-bottom: 38px;
  }
}
.print_tr {
  height: 55px;
}
@media screen and (max-width: 1070px) {
  .print_tr {
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .print_tr {
    display: grid;
    width: 100%;
    height: 70px;
  }
}
.print_th {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .print_th {
    width: 100%;
    border-right: none;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .print_td {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.print_table tr:last-child > * {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .print_table tr:last-child > th {
    border-bottom: 1px solid #1fb1e9;
  }
}
.inmold_mv_img {
  width: 287px;
  height: 232px;
  position: absolute;
  top: 35px;
  right: 47px;
}
@media screen and (max-width: 1070px) {
  .inmold_mv_img {
    width: 220px;
    height: 163px;
    top: 72px;
    right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .inmold_mv_img {
    width: 118px;
    height: 96px;
    top: 22px;
    right: 8px;
  }
}
@media screen and (max-width: 375px) {
  .inmold_mv_img {
    width: 65px;
    height: 48px;
    top: 40px;
    right: 5px;
  }
}
.top_bg_other {
  height: 2700px;
  top: 560px;
}
@media screen and (max-width: 1070px) {
  .top_bg_other {
    height: 4200px;
    top: 650px;
  }
}
@media screen and (max-width: 768px) {
  .top_bg_other {
    height: 2700px;
    top: 325px;
  }
}
.popcorn_mv_img {
  width: 151px;
  height: 234px;
  position: absolute;
  top: 29px;
  right: 77px;
}
@media screen and (max-width: 768px) {
  .popcorn_mv_img {
    width: 65px;
    height: 117px;
    top: 20px;
    right: 13px;
  }
}
.top_bg_template {
  top: 420px;
  height: 850px;
}
@media screen and (max-width: 1070px) {
  .top_bg_template {
    top: 670px;
    height: 670px;
  }
}
@media screen and (max-width: 768px) {
  .top_bg_template {
    top: 340px;
    height: 865px;
  }
}
.ai_icon {
  width: 40px;
  height: 40px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .ai_icon {
    width: 20px;
    height: 20px;
    margin-top: 8px;
  }
}
.template_download_inner {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 1070px) {
  .template_download_inner {
    max-width: 660px;
  }
}
@media screen and (max-width: 768px) {
  .template_download_inner {
    max-width: 345px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.template_download_text {
  font-size: 24px;
  color: #002837;
  letter-spacing: 0.01em;
  text-align: left;
  line-height: 1.66;
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  .template_download_text {
    font-size: 12px;
    margin-top: 42px;
  }
}
.template_download_title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  padding-left: 20px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .template_download_title {
    font-size: 12px;
    margin-top: 9px;
    padding-left: 13px;
  }
}
.template_card_cont {
  width: 100%;
  margin-top: 71px;
  height: 64px;
  border-radius: 16px;
  background-color: #1fb1e9;
}
@media screen and (max-width: 1070px) {
  .template_card_cont {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .template_card_cont {
    margin-top: 35px;
    height: 35px;
    border-radius: 8px;
  }
}
.template_card_cont {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.supported_app {
  display: flex;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .supported_app {
    padding-right: 10px;
  }
}
.app_name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-right: 18px;
  color: #fff;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .app_name {
    font-size: 10px;
    margin-top: 10px;
    margin-right: 9px;
  }
}
.template_lists_iced {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .template_lists_iced {
    margin-top: 30px;
  }
}
.template_list_title {
  font-size: 18px;
  color: #0074e2;
  width: 100%;
  border-bottom: 2px solid #1fb1e9;
  padding-bottom: 20px;
  font-weight: 700;
  -moz-text-align-last: left;
  text-align-last: left;
}
@media screen and (max-width: 768px) {
  .template_list_title {
    font-size: 12px;
    padding-bottom: 7px;
  }
}
.template_size_lists {
  display: grid;
  grid-template-columns: repeat(4, 210px);
  grid-template-rows: 30px;
  row-gap: 12px;
  margin: 37px auto 0;
}
@media screen and (max-width: 1070px) {
  .template_size_lists {
    grid-template-columns: repeat(3, 210px);
  }
}
@media screen and (max-width: 768px) {
  .template_size_lists {
    grid-template-columns: repeat(2, 140px);
  }
}
.template_size_list_link {
  display: flex;
  color: #002837;
}
.template_icon {
  width: 18px;
  height: 18px;
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .template_icon {
    width: 15px;
    height: 15px;
    margin-right: 11px;
  }
}
.template_lists_hot {
  margin-bottom: 88px;
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .template_lists_hot {
    margin-bottom: 40px;
    margin-top: 37px;
  }
}
.works_mv_bg {
  height: 120px;
}
@media screen and (max-width: 768px) {
  .works_mv_bg {
    height: 60px;
  }
}
.mv_title_works_wrap {
  top: 27px;
}
@media screen and (max-width: 768px) {
  .mv_title_works_wrap {
    top: 15px;
  }
}
@media screen and (max-width: 550px) {
  .mv_title_works_wrap {
    width: 100%;
    left: 0;
    top: 28px;
  }
}
@media screen and (max-width: 375px) {
  .mv_title_works_wrap {
    top: 15px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.works_cards_images {
  display: grid;
  grid-template-columns: repeat(3, 270px);
  grid-template-rows: 268px;
  column-gap: 40px;
  row-gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1070px) {
  .works_cards_images {
    grid-template-columns: repeat(2, 285px);
    row-gap: 20px;
    grid-template-rows: 285px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .works_cards_images {
    display: block;
    width: 275px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.works_card_image {
  width: 270px;
}
@media screen and (max-width: 1070px) {
  .works_card_image {
    width: 285px;
    height: 285px;
  }
}
@media screen and (max-width: 768px) {
  .works_card_image {
    margin-left: auto;
    margin-right: auto;
    width: 275px;
    height: 275px;
    margin-bottom: 20px;
  }
}
.works_card_image img {
  width: 270px;
  height: 268px;
  border-radius: 16px;
  transition: transform 0.5s;
}
@media screen and (max-width: 1070px) {
  .works_card_image img {
    width: 285px;
    height: 285px;
  }
}
@media screen and (max-width: 768px) {
  .works_card_image img {
    border-radius: 8px;
    width: 275px;
    height: 275px;
  }
}
.works-card {
  display: block;
}
.img_caption {
  font-size: 12px;
  display: block;
  color: #000;
  text-align: center;
  margin-top: 60px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .img_caption {
    margin-top: 40px;
  }
}
.card_inner_img:hover + .img_caption {
  visibility: visible;
  opacity: 1;
}
.product_works_card_top {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .product_works_card_top {
    padding-top: 10px;
  }
}
.works_link {
  color: #0d7fd7;
}
.product_works-wrap {
  margin-top: 62px;
}
.form {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .form {
    margin-top: 100px;
  }
}
.form_inner {
  margin: 0 auto;
}
.form_title {
  font-size: 60px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_title {
    font-size: 30px;
  }
}
.form_text {
  margin: 50px auto 0;
  font-size: 21px;
  display: block;
  line-height: 2;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .form_text {
    font-size: 16px;
    margin: 30px auto 0;
  }
}
.form_attention {
  margin: 40px auto 0;
  width: 750px;
  border: 2px solid #ff5b77;
}
@media screen and (max-width: 768px) {
  .form_attention {
    margin: 30px auto 0;
    width: 100%;
  }
}
.form_attention_subtitle {
  color: #fff;
  background-color: #ff5b77;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .form_attention_subtitle {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.form_attention_title {
  padding-top: 20px;
  padding-left: 30px;
  color: #ff5b77;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .form_attention_title {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form_attention_text {
  padding: 20px 30px 30px 30px;
  line-height: 2;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .form_attention_text {
    font-size: 16px;
    padding: 10px 20px 20px 20px;
  }
}
.form_contact_list {
  margin: 60px auto;
  width: 580px;
}
@media screen and (max-width: 768px) {
  .form_contact_list {
    width: 100%;
    margin: 50px auto;
  }
}
.form_contact_title {
  font-size: 30px;
  font-weight: 700;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .form_contact_title {
    font-size: 18px;
    padding-top: 30px;
  }
}
.form_contact_tel span {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .form_contact_tel span {
    font-size: 21px;
  }
}
.form_contact_tel {
  color: #0d7fd7;
  font-size: 50px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .form_contact_tel {
    font-size: 31px;
  }
}
.form_contact {
  border: 3px solid #39c2f6;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .form_contact {
    border-radius: 8px;
  }
}
.form_contact_time {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .form_contact_time {
    font-size: 13px;
    padding-bottom: 30px;
  }
}
.form_contact_list_sub {
  font-size: 20px;
  font-feature-settings: "palt";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form_contact_list_sub {
    font-size: 14px;
  }
}
.form_lists {
  display: block;
  text-align: center;
  border: 1px solid #1fb1e9;
  box-shadow: 0 5px 24.7px 1.3px rgba(39, 39, 117, 0.17);
}
@media screen and (max-width: 1070px) {
  .form_lists {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 550px) {
  .form_lists {
    width: 100%;
  }
}
.contact_form .input,
.textarea {
  width: 500px;
  border-radius: 6px;
  padding: 10px;
}
@media screen and (max-width: 1070px) {
  .contact_form .input,
  .textarea {
    width: 100%;
  }
}
.contact_form {
  font-size: 20px;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_form {
    margin-top: 50px;
  }
}
@media screen and (max-width: 550px) {
  .contact_form {
    font-size: 14px;
  }
}
.contact_form .label {
  width: 300px;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.contact_form_main_input {
  margin-left: 5px;
}
.contact_form_title {
  text-align: left;
  display: inline-block;
  width: 200px;
}
.contact_form_input2 {
  margin-left: 5px;
}
.form_list {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 550px) {
  .form_list {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
  }
}
.form_list:nth-child(1) {
  margin-top: 40px;
}
@media screen and (max-width: 550px) {
  .form_list:nth-child(1) {
    margin-top: 20px;
  }
}
.form_list:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 550px) {
  .form_list:last-child {
    margin-bottom: 20px;
  }
}
.form_item {
  display: flex;
  border-bottom: 1px solid #edeaea;
  padding-bottom: 20px;
}
@media screen and (max-width: 1070px) {
  .form_item {
    display: block;
  }
}
.form_label {
  width: 300px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .form_label {
    width: 100%;
  }
}
.form_input {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1070px) {
  .form_input {
    margin-left: 0;
    text-align: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .form_input {
    margin-top: 10px;
  }
}
.contact_form .contact_postcode_input {
  width: 80px;
}
.contact_form .form_span {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  text-align: left;
  color: #2f2f2f;
}
@media screen and (max-width: 550px) {
  .contact_form .form_span {
    font-size: 11px;
  }
}
.contact_postcode {
  text-align: left;
}
.form_button {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.submit_able {
  color: #fff;
  padding: 10px 50px;
  font-size: 22px;
  background-color: #1fb1e9;
  display: none;
  margin-right: auto;
  margin-left: auto;
}
.submit_able:enabled {
  display: block;
}
.submit_none {
  color: #fff;
  padding: 10px 50px;
  font-size: 22px;
  background-color: #ccc;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 323px;
}
@media screen and (max-width: 550px) {
  .submit_none {
    font-size: 16px;
    width: 265px;
  }
}
.submit_none:enabled {
  display: none;
}
.input_bg {
  background-color: #f9fbe9;
  border: 1px solid #d8d8d8;
  transition: background-color 0.3s, border 0.3s;
}
.input_bg:not(:required) {
  background-color: transparent;
}
.input_bg:focus {
  background-color: #b0f7f4;
  border: 1px solid #78d0cc;
}
.input_bg:valid {
  background-color: #d8f4ff;
  border: 1px solid #60bade;
}
.input_bg2 {
  background-color: #d8f4ff;
  border: 1px solid #60bade;
  text-align: left;
}
.form_button1 {
  display: flex;
  width: 100%;
}
.input.invalid,
.textarea.invalid {
  background-color: #ffe6e6;
  border: 1px solid #ea979d;
}
.form-hidden {
  display: none;
}
.required {
  color: #fff;
  background-color: #bb0050;
  margin-left: 5px;
  height: 30px;
  padding: 1px 10px;
  display: inline-block;
  border-radius: 3px;
}
@media screen and (max-width: 550px) {
  .required {
    height: 22px;
  }
}
@media screen and (max-width: 375px) {
  .submit_able1 {
    padding: 10px 30px;
  }
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  display: flex;
}
.form_checkbox {
  display: flex;
  align-items: baseline;
}
.form_checkbox input {
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .form_bg {
    height: 90px;
  }
}
.form_label2 {
  display: block;
}
.memo {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  text-align: left;
  color: #ff5b77;
}
@media screen and (max-width: 550px) {
  .memo {
    font-size: 11px;
  }
}
.qt {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  text-align: left;
  color: #ff5b77;
}
@media screen and (max-width: 550px) {
  .qt {
    font-size: 11px;
  }
}
.dp {
  margin-top: -70px;
}
@media screen and (max-width: 1070px) {
  .dp {
    margin-top: 0;
  }
}
.doublecup_img {
  width: 300px;
  height: 300px;
}
.dp_card {
  height: auto;
}
.dp_banner {
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 50px;
  left: 50%;
  width: fit-content;
  transform: translateX(-50%);
}
@media screen and (max-width: 1070px) {
  .dp_banner {
    top: 80px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .dp_banner {
    top: 42px;
    width: 100%;
  }
}
.db_banner-img {
  position: relative;
  width: 532px;
  height: 60px;
}
@media screen and (max-width: 1070px) {
  .db_banner-img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .db_banner-img {
    height: 30px;
  }
}
.banner_text {
  position: absolute;
  top: 5px;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 400;
  width: 100%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .banner_text {
    font-size: 16px;
    letter-spacing: 0.02em;
    top: 3px;
  }
}
.dp_card-wrap {
  position: relative;
}
.dp_card-wrap:not(:first-child) {
  margin-top: 65px;
}
.doublecup_img {
  width: 390px;
  height: 425px;
  margin-top: 90px;
  margin-left: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1070px) {
  .doublecup_img {
    margin-top: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .doublecup_img {
    width: 280px;
    height: 305px;
    margin-top: 86px;
    margin-bottom: 15px;
  }
}
.doublecup_img2 {
  margin-top: 100px;
  margin-left: 65px;
}
@media screen and (max-width: 1070px) {
  .doublecup_img2 {
    margin-top: 170px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .doublecup_img2 {
    margin-top: 86px;
  }
}
.doublecup_img3 {
  width: 360px;
  height: 360px;
  margin-top: 165px;
  margin-left: 65px;
  margin-bottom: 55px;
}
@media screen and (max-width: 1070px) {
  .doublecup_img3 {
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .doublecup_img3 {
    width: 280px;
    height: 280px;
    margin-top: 100px;
    margin-bottom: 20px;
  }
}
.db_card_cont {
  display: flex;
}
@media screen and (max-width: 1070px) {
  .db_card_cont {
    flex-direction: column;
  }
}
@media screen and (max-width: 1070px) {
  .db_card_cont2 {
    flex-direction: column-reverse;
  }
}
.db_card-text {
  margin-top: 175px;
  margin-left: 55px;
  width: 475px;
}
@media screen and (max-width: 1070px) {
  .db_card-text {
    margin-top: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .db_card-text {
    width: 280px;
    margin-bottom: 34px;
  }
}
.db_card-text2 {
  width: 445px;
}
@media screen and (max-width: 768px) {
  .db_card-text2 {
    width: 280px;
  }
}
.db_cardTtl {
  color: #00d397;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .db_cardTtl {
    font-size: 16px;
  }
}
.db_cardText {
  margin-top: 40px;
  color: #002838;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 2;
}
@media screen and (max-width: 1070px) {
  .db_cardText {
    margin-top: 30px;
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .db_cardText {
    font-size: 12px;
    margin-top: 14px;
  }
}
.db_name {
  top: 31%;
}
@media screen and (max-width: 1070px) {
  .db_name {
    top: 21%;
  }
}
@media screen and (max-width: 768px) {
  .db_name {
    top: 14%;
  }
}
@media screen and (max-width: 1070px) {
  .db_name2 {
    top: 14%;
  }
}
@media screen and (max-width: 768px) {
  .db_name2 {
    top: 10%;
  }
}
.db-min {
  width: 180px;
  height: 180px;
  margin-top: 22px;
}
@media screen and (max-width: 1070px) {
  .db-min {
    width: 400px;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .db-min {
    width: 270px;
    height: 270px;
  }
}
.estimate {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .estimate {
    margin-top: 50px;
  }
}
.estimate_inner {
  position: relative;
  background-image: url(../images/estimate_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1020px;
  height: 230px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1070px) {
  .estimate_inner {
    width: 630px;
    background-image: url(../images/estimate_sp-bg.png);
    height: 230px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .estimate_inner {
    width: 311px;
    height: 115px;
    background-size: contain;
  }
}
.estimate_title {
  font-size: 28px;
  letter-spacing: 0.01em;
  color: #004660;
  padding-top: 82px;
  padding-left: 71px;
}
@media screen and (max-width: 1070px) {
  .estimate_title {
    padding-top: 85px;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .estimate_title {
    padding-top: 40px;
    font-size: 16px;
  }
}
.estimate_card_category {
  position: relative;
  padding-left: 73px;
  font-size: 18px;
  font-weight: 700;
  z-index: 10;
  color: #004660;
  margin-top: 5px;
}
@media screen and (max-width: 1070px) {
  .estimate_card_category {
    font-size: 12px;
    padding-left: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .estimate_card_category {
    font-size: 11px;
    padding-left: 0;
  }
}
.estimate_card_category p {
  color: #004660;
}
.c_cards_images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 40px;
}
@media screen and (max-width: 1070px) {
  .c_cards_images {
    grid-template-columns: 1fr 1fr;
    margin-right: auto;
    margin-left: auto;
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c_cards_images {
    display: block;
  }
}
.c_cards_image:nth-child(2) {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 1070px) {
  .c_cards_image:nth-child(2) {
    margin-top: 0;
  }
}
.c_cards_image:nth-child(3) {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 1070px) {
  .c_cards_image:nth-child(3) {
    margin-top: 0;
  }
}
.c_cards_image:nth-child(5) {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 1070px) {
  .c_cards_image:nth-child(5) {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .c_cards_image {
    margin-bottom: 20px;
  }
}
.c_image {
  width: 278px;
  height: 188px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1070px) {
  .c_image {
    width: 280px;
    height: 190px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c_image {
    width: 100%;
    height: 180px;
  }
}
.c_card_cont {
  width: 100%;
}
.company_chart {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1070px) {
  .company_chart {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1070px) {
  .company_table {
    width: 590px;
  }
}
@media screen and (max-width: 768px) {
  .company_table {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .company_tr {
    display: grid;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .company_th {
    width: 100%;
    border-right: none;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .company_td {
    height: auto;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.company_th_last,
.company_td_last {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .company_table .company_th_last {
    border-bottom: 1px solid #1fb1e9;
  }
}
.iced__title {
  position: absolute;
  top: 44px;
  left: 76px;
  font-weight: 400;
  transform: rotate(-10.43deg);
  font-family: "Hurricane", sans-serif;
  font-size: 95px;
  line-height: 0.8;
  color: #eb5888;
  text-shadow: 0 4px 4px #fff;
  z-index: 10;
}
@media screen and (max-width: 1070px) {
  .iced__title {
    left: 30px;
  }
}
.iced__mv-wrap {
  position: absolute;
  top: 92px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.75);
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 1070px) {
  .iced__mv-wrap {
    max-width: 800px;
  }
}
.iced__mv {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.iced__mv-title {
  font-size: 37px;
  color: #0569b6;
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP", "Zen Maru Gothic", "Hurricane", "Kaisei Opti", sans-serif;
  letter-spacing: 0.09em;
  font-weight: 700;
  padding-top: 27px;
  line-height: 1.1;
}
@media screen and (max-width: 1070px) {
  .iced__mv-title {
    font-size: 26px;
  }
}
.iced__mv-text {
  font-size: 17px;
  color: #333;
  font-family: "Montserrat", "Noto Sans JP", "Zen Maru Gothic", "Hurricane", "Kaisei Opti", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  padding-right: 28px;
  padding-left: 28px;
  padding-top: 25px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1070px) {
  .iced__mv-text {
    font-size: 14px;
  }
}
.iceproduct {
  padding-top: 75px;
  margin-top: -75px;
}
@media screen and (max-width: 1070px) {
  .iceproduct {
    padding-top: 110px;
    margin-top: -110px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.iceproduct__inner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .iceproduct__inner {
    margin-top: 64px;
  }
}
.iceproduct__cards {
  display: grid;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: repeat(4, 256px);
  grid-template-rows: 336px;
  justify-content: space-between;
  row-gap: 30px;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .iceproduct__cards {
    grid-template-columns: repeat(3, 234px);
    max-width: 900px;
  }
}
@media screen and (max-width: 900px) {
  .iceproduct__cards {
    grid-template-rows: 234px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__cards {
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    grid-template-rows: 174px;
    row-gap: 0;
    position: relative;
    border-top: 0.7px solid #d1d1d1;
    border-bottom: 0.7px solid #d1d1d1;
    width: calc(100% - 40px);
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__cards {
    padding-top: 0;
    padding-bottom: 0;
    width: calc(100% - 26px);
  }
}
.iceproduct__card-wrap {
  width: 256px;
}
@media screen and (max-width: 900px) {
  .iceproduct__card-wrap {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__card-wrap {
    width: 100%;
    height: 174px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__card-wrap {
    padding-bottom: 6px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__card-wrap:nth-child(-n + 6) {
    border-bottom: 0.7px solid #d1d1d1;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__card-wrap:nth-child(n + 4):nth-child(-n + 9) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__card-wrap:nth-child(n + 4):nth-child(-n + 9) {
    margin-top: 0;
  }
}
.iceproduct__link {
  color: #333;
  display: block;
}
@media screen and (max-width: 768px) {
  .iceproduct__link {
    height: calc(100% - 6px);
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__link {
    height: 162px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__link-line {
    border-right: 0.7px solid #d1d1d1;
  }
}
.iceproduct__cardTitle-span {
  color: #eb5888;
}
@media screen and (max-width: 768px) {
  .iceproduct__cardInner {
    display: flex;
    flex-direction: column-reverse;
  }
}
.iceproduct__cardTitle {
  transform: rotate(-6.117deg);
  text-align: center;
  font-size: 32px;
  color: #333;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Kaisei Opti", sans-serif;
}
@media screen and (max-width: 900px) {
  .iceproduct__cardTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__cardTitle {
    font-size: 13px;
    transform: none;
    margin-top: 5px;
  }
}
@media screen and (max-width: 375px) {
  .iceproduct__cardTitle {
    letter-spacing: -0.78px;
  }
}
.iceproduct__cardImg {
  width: 256px;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .iceproduct__cardImg {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__cardImg {
    width: 120px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__cardImg {
    width: 90px;
    padding-top: 20px;
  }
}
.icecontact__click {
  width: 256px;
  height: 256px;
  border-radius: 50%;
  background-color: #eb5888;
}
@media screen and (max-width: 900px) {
  .icecontact__click {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .icecontact__click {
    width: 120px;
    height: 120px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 455px) {
  .icecontact__click {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__pinkcard-wrap {
    justify-content: center;
  }
}
.icecontact__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: FFFFFF;
  font-family: "Montserrat", "Noto Sans JP", "Zen Maru Gothic", "Hurricane", "Kaisei Opti", sans-serif;
}
.icecontact__img {
  width: 256px;
  height: 256px;
}
@media screen and (max-width: 900px) {
  .icecontact__img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .icecontact__img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 455px) {
  .icecontact__img {
    width: 90px;
    height: 90px;
    margin-top: 20px;
  }
}
.iceproduct__icedrink {
  margin-top: -75px;
  padding-top: 75px;
  position: relative;
}
.iceproduct__icedhot {
  margin-top: -75px;
  padding-top: 75px;
  position: relative;
}
.iceproduct__sectionTitle {
  width: 100%;
  background-image: url(../images/icesection-bg.png);
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .iceproduct__sectionTitle {
    margin-top: 100px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__sectionTitle {
    height: 190px;
  }
}
.iceproduct__sectionTitle {
  display: flex;
  justify-content: space-between;
  padding-left: 260px;
  padding-right: 260px;
}
@media screen and (max-width: 1300px) {
  .iceproduct__sectionTitle {
    padding-right: 200px;
    padding-left: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .iceproduct__sectionTitle {
    padding-right: 75px;
    padding-left: 75px;
  }
}
@media screen and (max-width: 1070px) {
  .iceproduct__sectionTitle {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__sectionTitle {
    padding-right: 13px;
    padding-left: 13px;
  }
}
.iceproduct__sectionTitle-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .iceproduct__sectionTitle-left {
    width: 100%;
  }
}
.iceproduct__sectionTitle-left1 {
  margin-top: 30px;
}
@media screen and (max-width: 455px) {
  .iceproduct__sectionTitle-left1 {
    margin-top: 45px;
  }
}
.iceproduct__sectionTitle-right {
  display: flex;
  align-items: center;
}
.icedrink-title {
  width: 234px;
}
@media screen and (max-width: 400px) {
  .icedrink-title {
    width: 186px;
  }
}
.icehot-title {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .icehot-title {
    width: 300px;
  }
}
@media screen and (max-width: 400px) {
  .icehot-title {
    width: 265px;
  }
}
.pla-title {
  width: 243px;
  margin-top: 17px;
  margin-left: 140px;
}
@media screen and (max-width: 900px) {
  .pla-title {
    margin-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  .pla-title {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 455px) {
  .pla-title {
    margin-top: 8px;
  }
}
@media screen and (max-width: 400px) {
  .pla-title {
    width: 156px;
  }
}
.gelato-title {
  width: 243px;
  margin-top: 17px;
  margin-left: 140px;
}
@media screen and (max-width: 900px) {
  .gelato-title {
    margin-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  .gelato-title {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 46px;
  }
}
@media screen and (max-width: 455px) {
  .gelato-title {
    margin-top: 32px;
  }
}
@media screen and (max-width: 400px) {
  .gelato-title {
    width: 156px;
  }
}
.inmold-title {
  width: 243px;
  margin-top: 17px;
  margin-left: 140px;
}
@media screen and (max-width: 900px) {
  .inmold-title {
    margin-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  .inmold-title {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 46px;
  }
}
@media screen and (max-width: 455px) {
  .inmold-title {
    margin-top: 32px;
  }
}
@media screen and (max-width: 400px) {
  .inmold-title {
    width: 156px;
  }
}
.drinkbottle-title {
  width: 243px;
  margin-top: 17px;
  margin-left: 140px;
}
@media screen and (max-width: 900px) {
  .drinkbottle-title {
    margin-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  .drinkbottle-title {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 46px;
  }
}
@media screen and (max-width: 455px) {
  .drinkbottle-title {
    margin-top: 32px;
  }
}
@media screen and (max-width: 400px) {
  .drinkbottle-title {
    width: 156px;
  }
}
.sealing-title {
  width: 243px;
  margin-top: 17px;
  margin-left: 140px;
}
@media screen and (max-width: 900px) {
  .sealing-title {
    margin-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  .sealing-title {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 31px;
  }
}
@media screen and (max-width: 455px) {
  .sealing-title {
    margin-top: 16px;
  }
}
@media screen and (max-width: 400px) {
  .sealing-title {
    width: 156px;
  }
}
.drinkpack-title {
  width: 243px;
  margin-top: 31px;
  margin-left: 140px;
}
@media screen and (max-width: 900px) {
  .drinkpack-title {
    margin-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  .drinkpack-title {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 400px) {
  .drinkpack-title {
    width: 156px;
  }
}
.iceproduct__sectionTitle-text {
  width: 520px;
  height: 120px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  color: #0569b6;
  text-align: center;
  font-family: Montserrat;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .iceproduct__sectionTitle-text {
    width: 415px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__sectionTitle-text {
    width: 100%;
    border-radius: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__sectionTitle-text {
    font-size: 17px;
    margin-top: 14px;
    height: 62px;
  }
}
.icedrink-img {
  width: 107px;
  height: 212px;
}
@media screen and (max-width: 768px) {
  .icedrink-img {
    width: 47px;
    height: auto;
    margin-left: 17px;
  }
}
@media screen and (max-width: 455px) {
  .icedrink-img {
    width: 23px;
  }
}
.icehot-img {
  width: 212px;
  height: 159px;
}
@media screen and (max-width: 768px) {
  .icehot-img {
    width: 110px;
    height: auto;
    margin-left: 17px;
  }
}
@media screen and (max-width: 455px) {
  .icehot-img {
    width: 56px;
  }
}
.pla-img {
  width: 111px;
  height: 194px;
}
@media screen and (max-width: 900px) {
  .pla-img {
    width: 65px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .pla-img {
    width: 46px;
    height: auto;
    margin-left: 17px;
  }
}
@media screen and (max-width: 455px) {
  .pla-img {
    width: 30px;
  }
}
.gelato-img {
  width: 193px;
  height: 214px;
}
@media screen and (max-width: 900px) {
  .gelato-img {
    width: 100px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .gelato-img {
    width: 66px;
    height: auto;
    margin-left: 17px;
  }
}
@media screen and (max-width: 455px) {
  .gelato-img {
    width: 41px;
  }
}
.inmold-img {
  width: 214px;
  height: 162px;
}
@media screen and (max-width: 900px) {
  .inmold-img {
    width: 110px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .inmold-img {
    width: 66px;
    height: auto;
    margin-left: 17px;
  }
}
@media screen and (max-width: 455px) {
  .inmold-img {
    width: 58px;
  }
}
.drinkbottle-img {
  width: 225px;
  height: 223px;
}
@media screen and (max-width: 900px) {
  .drinkbottle-img {
    width: 120px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .drinkbottle-img {
    width: 63px;
    height: auto;
    margin-left: 17px;
  }
}
@media screen and (max-width: 455px) {
  .drinkbottle-img {
    width: 53px;
  }
}
.sealingbottle-img {
  width: 94px;
  height: 182px;
}
@media screen and (max-width: 900px) {
  .sealingbottle-img {
    width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sealingbottle-img {
    width: 40px;
    height: auto;
    margin-left: 17px;
  }
}
@media screen and (max-width: 455px) {
  .sealingbottle-img {
    width: 27px;
  }
}
.drinkpack-img {
  width: 217px;
  height: 203px;
}
@media screen and (max-width: 900px) {
  .drinkpack-img {
    width: 100px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .drinkpack-img {
    width: 65px;
    height: auto;
    margin-left: 17px;
  }
}
@media screen and (max-width: 455px) {
  .drinkpack-img {
    width: 55px;
  }
}
.iceproduct__sectionTitle-sub {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .iceproduct__sectionTitle-sub {
    font-size: 12px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__sectionTitle-sub {
    font-size: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  .iceproduct__sectionTitle-sub {
    margin-top: 5px;
  }
}
.iceproduct__sectioninner {
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 455px) {
  .iceproduct__sectioninner {
    padding-right: 13px;
    padding-left: 13px;
  }
}
.iceproduct__content-wrap {
  width: 100%;
  border: 5px solid #b1f3d3;
  border-radius: 15px;
  height: 495px;
  margin-top: 43px;
}
@media screen and (max-width: 1070px) {
  .iceproduct__content-wrap {
    height: 440px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__content-wrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 40px;
    margin-top: 30px;
  }
}
.iceproduct__content-wraptop {
  margin-top: 100px;
  height: 562px;
}
@media screen and (max-width: 900px) {
  .iceproduct__content-wraptop {
    height: 510px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__content-wraptop {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 40px;
    margin-top: 30px;
  }
}
.iceproduct__icehotcontent-wrap {
  height: fit-content;
  padding-bottom: 24px;
}
.iceproduct__pla-wrap {
  height: fit-content;
  padding-bottom: 40px;
}
.iceproduct__content-title {
  width: 926px;
  height: 70px;
  background-image: url(../images/iceproduct-titlebg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 33px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1070px) {
  .iceproduct__content-title {
    width: 800px;
    height: 60px;
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .iceproduct__content-title {
    width: 670px;
    height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__content-title {
    width: 96%;
    height: auto;
    padding: 12px;
    background-size: contain;
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .iceproduct__content-title {
    background-image: url(../images/iceproduct-titlebgSP.png);
    text-align: center;
    margin-top: 40px;
    padding: 12px 0;
    height: 72px;
  }
}
@media screen and (max-width: 372px) {
  .iceproduct__content-title {
    font-size: 15px;
  }
}
.iceproduct__content-main {
  display: flex;
  margin-top: 65px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .iceproduct__content-main {
    flex-direction: column;
    margin-top: 20px;
  }
}
.icedrink__content-img1 {
  width: 202px;
  height: 269px;
  margin-top: 41px;
}
@media screen and (max-width: 1070px) {
  .icedrink__content-img1 {
    height: 240px;
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .icedrink__content-img1 {
    height: 180px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .icedrink__content-img1 {
    width: 110px;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 400px) {
  .icedrink__content-img1 {
    width: 88px;
  }
}
.icedrink__content-img2 {
  width: 182px;
  height: 182px;
  margin-top: 8px;
  margin-right: 18px;
}
@media screen and (max-width: 1070px) {
  .icedrink__content-img2 {
    height: 140px;
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .icedrink__content-img2 {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 400px) {
  .icedrink__content-img2 {
    width: 107px;
    height: 107px;
  }
}
.icedrink__content-img3 {
  width: 215px;
  height: 215px;
  margin-top: 60px;
  margin-left: -150px;
}
@media screen and (max-width: 1070px) {
  .icedrink__content-img3 {
    height: 160px;
    width: 160px;
  }
}
@media screen and (max-width: 900px) {
  .icedrink__content-img3 {
    margin-left: -190px;
  }
}
@media screen and (max-width: 768px) {
  .icedrink__content-img3 {
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
  }
}
@media screen and (max-width: 400px) {
  .icedrink__content-img3 {
    width: 155px;
    height: 155px;
  }
}
.icedrink__content-img4 {
  width: 229px;
  height: 217px;
  margin-top: -26px;
}
@media screen and (max-width: 1070px) {
  .icedrink__content-img4 {
    height: 180px;
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .icedrink__content-img4 {
    height: 160px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .icedrink__content-img4 {
    height: auto;
    width: 140px;
    margin-right: auto;
    margin-left: auto;
  }
}
.iceproduct__content-text {
  font-size: 16px;
  font-family: "Montserrat", "Noto Sans JP", "Zen Maru Gothic", "Hurricane", "Kaisei Opti", sans-serif;
  font-weight: 400;
  width: 660px;
  line-height: 1.8;
  color: #002837;
}
@media screen and (max-width: 1070px) {
  .iceproduct__content-text {
    font-size: 14px;
    width: 570px;
  }
}
@media screen and (max-width: 900px) {
  .iceproduct__content-text {
    width: 572px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__content-text {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    margin-top: 25px;
  }
}
.iceproduct__icedrink-link {
  width: 600px;
  display: block;
  margin-top: 80px;
  padding-bottom: 52px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1070px) {
  .iceproduct__icedrink-link {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__icedrink-link {
    width: 70%;
    margin-top: 23px;
  }
}
.page__top {
  width: 128px;
  height: 144px;
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 1070px) {
  .page__top {
    width: 80px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .page__top {
    right: 25px;
    bottom: -40px;
    width: 65px;
    height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__pla-text2 .pla-span {
    display: inline-block;
  }
}
.iceproduct__content-icehot {
  display: flex;
  background: linear-gradient(225deg, rgba(255, 218, 230, 0.7) 0%, rgba(255, 218, 230, 0.7) 48%, rgba(156, 225, 255, 0.6) 48%, rgba(156, 225, 255, 0.6) 100%);
  justify-content: space-between;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  padding-top: 45px;
  padding-right: 68px;
  padding-left: 68px;
  padding-bottom: 27px;
}
@media screen and (max-width: 1070px) {
  .iceproduct__content-icehot {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .iceproduct__content-icehot {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__content-icehot {
    flex-direction: column;
    background: linear-gradient(340deg, rgba(255, 218, 230, 0.7) 0%, rgba(255, 218, 230, 0.7) 48%, rgba(156, 225, 255, 0.6) 48%, rgba(156, 225, 255, 0.6) 100%);
    padding-right: 40px;
    padding-left: 40px;
    margin-right: 26px;
    margin-left: 26px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__content-icehot {
    padding-top: 30px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 350px) {
  .iceproduct__content-icehot {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.iceproduct__icehotcontent-img {
  width: 256px;
  height: 256px;
}
@media screen and (max-width: 1070px) {
  .iceproduct__icehotcontent-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__icehotcontent-img {
    width: 126px;
    height: 126px;
  }
}
.iceproduct__icehot-left {
  position: relative;
}
@media screen and (max-width: 768px) {
  .iceproduct__icehot-left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.iceproduct__icehot-center {
  position: relative;
  height: fit-content;
  margin-top: 152px;
}
@media screen and (max-width: 1070px) {
  .iceproduct__icehot-center {
    margin-top: 115px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__icehot-center {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__icehot-center {
    margin-top: 17px;
  }
}
.iceproduct__icehot-right {
  position: relative;
}
@media screen and (max-width: 768px) {
  .iceproduct__icehot-right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.icehot__strong-left {
  position: absolute;
  width: 57px;
  height: 66px;
  left: -46px;
  top: -36px;
}
@media screen and (max-width: 455px) {
  .icehot__strong-left {
    width: 20px;
    height: auto;
    left: -18px;
    top: -8px;
  }
}
.icehot__strong-right {
  position: absolute;
  width: 48px;
  height: auto;
  transform: rotate(-194deg);
  right: -30px;
  bottom: -24px;
}
@media screen and (max-width: 455px) {
  .icehot__strong-right {
    width: 20px;
    height: auto;
    right: -10px;
    bottom: -7px;
  }
}
.iceproduct__icehottext-left {
  position: absolute;
  top: -30px;
  right: -60px;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  background-color: rgba(156, 225, 255, 0.7);
  font-size: 36px;
  font-weight: 700;
  color: #0d7fd7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .iceproduct__icehottext-left {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__icehottext-left {
    top: -20px;
    right: -100px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__icehottext-left {
    width: 76px;
    height: 76px;
    right: -60px;
    top: -15px;
  }
}
.iceproduct__icehottext-right {
  position: absolute;
  top: 0;
  left: -90px;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  background-color: rgba(255, 194, 214, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1070px) {
  .iceproduct__icehottext-right {
    top: -30px;
  }
}
@media screen and (max-width: 900px) {
  .iceproduct__icehottext-right {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__icehottext-right {
    top: -10px;
    left: -105px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__icehottext-right {
    width: 76px;
    height: 76px;
    left: -63px;
  }
}
.iceproduct__icehottext {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #0d7fd7;
  height: 53px;
  line-height: 0.7;
}
@media screen and (max-width: 900px) {
  .iceproduct__icehottext {
    font-size: 28px;
    line-height: 1;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__icehottext {
    font-size: 16px;
    height: auto;
  }
}
.iceproduct__icehottext2 {
  color: #eb5888;
}
.iceproduct__icehottext-left span {
  font-size: 23px;
}
@media screen and (max-width: 900px) {
  .iceproduct__icehottext-left span {
    font-size: 20px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__icehottext-left span {
    font-size: 11px;
  }
}
.iceproduct__icehottext-right span {
  font-size: 23px;
}
@media screen and (max-width: 900px) {
  .iceproduct__icehottext-right span {
    font-size: 20px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__icehottext-right span {
    font-size: 11px;
  }
}
.icehot__content-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .icehot__content-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 455px) {
  .icehot__content-text {
    font-size: 14px;
  }
}
.iceproduct__sectionTitle-small {
  align-items: flex-start;
}
.iceproduct__sectionTitle-text100 {
  height: 100px;
}
@media screen and (max-width: 455px) {
  .iceproduct__sectionTitle-text100 {
    height: 65px;
  }
}
.iceproduct__sectionTitle-text88 {
  height: 88px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .iceproduct__sectionTitle-text88 {
    margin-top: 14px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__sectionTitle-text88 {
    height: 65px;
  }
}
.iceproduct__pla-img {
  width: 258px;
  height: 258px;
}
@media screen and (max-width: 1070px) {
  .iceproduct__pla-img {
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 900px) {
  .iceproduct__pla-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 550px) {
  .iceproduct__pla-img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__pla-img {
    width: 90px;
    height: 90px;
  }
}
.iceproduct__pla-text {
  font-size: 18px;
  margin-top: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 1070px) {
  .iceproduct__pla-text {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 550px) {
  .iceproduct__pla-text {
    font-size: 13px;
    margin-top: 5px;
  }
}
.iceproduct__placontent-text {
  width: 100%;
  padding-right: 119px;
  padding-left: 119px;
  font-weight: 400;
  color: #002837;
}
@media screen and (max-width: 900px) {
  .iceproduct__placontent-text {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__placontent-text {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.iceproduct__content-pla {
  display: flex;
  margin-right: 118px;
  margin-left: 118px;
  justify-content: space-between;
  margin-top: 38px;
}
@media screen and (max-width: 1200px) {
  .iceproduct__content-pla {
    margin-right: 60px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 900px) {
  .iceproduct__content-pla {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__content-pla {
    flex-wrap: wrap;
    width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 550px) {
  .iceproduct__content-pla {
    width: 350px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__content-pla {
    width: 235px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__pla:nth-child(3) {
    margin-right: auto;
    margin-left: auto;
    margin-top: 22px;
  }
}
.iceproduct__content-pla2 {
  display: flex;
  margin-right: 44px;
  margin-left: 44px;
  margin-top: 67px;
  justify-content: space-between;
}
@media screen and (max-width: 1070px) {
  .iceproduct__content-pla2 {
    flex-wrap: wrap;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    row-gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .iceproduct__content-pla2 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__content-pla2 {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  .iceproduct__content-pla2 {
    width: 95%;
  }
}
@media screen and (max-width: 550px) {
  .iceproduct__content-pla2 {
    width: 80%;
    margin-top: 45px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__content-pla2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 372px) {
  .iceproduct__content-pla2 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.iceproduct__pla2-center {
  text-align: center;
}
.iceproduct__pla {
  text-align: center;
}
.iceproduct__pla2 {
  width: 223px;
}
@media screen and (max-width: 550px) {
  .iceproduct__pla2 {
    width: 151px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__pla2 {
    width: 141px;
  }
}
.iceproduct__pla-img2 {
  width: 225px;
  height: 225px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 550px) {
  .iceproduct__pla-img2 {
    width: 130px;
    height: 130px;
  }
}
.iceproduct__pla-text2 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 550px) {
  .iceproduct__pla-text2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__pla-text2 {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__pla-text2 span {
    font-size: 10px;
  }
}
.iceproduct__gelatocontent-wrap {
  height: fit-content;
  padding-bottom: 78px;
}
@media screen and (max-width: 455px) {
  .iceproduct__gelatocontent-wrap {
    padding-bottom: 43px;
  }
}
.iceproduct__content-gelato {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 772px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .iceproduct__content-gelato {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__content-gelato {
    margin-top: 18px;
  }
}
.iceproduct__gelato-topimg {
  width: 772px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .iceproduct__gelato-topimg {
    width: 100%;
  }
}
.iceproduct__gelato-img {
  width: 219px;
  margin-top: 7px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 900px) {
  .iceproduct__gelato-img {
    width: 30%;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__gelato-img {
    margin-top: 18px;
    width: 28%;
    text-shadow: none;
    border-radius: 20px;
  }
}
.iceproduct__inmoldcontent-wrap {
  height: fit-content;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .iceproduct__inmoldcontent-wrap {
    margin-bottom: 60px;
  }
}
.iceproduct__sectionTitle-subCenter {
  margin-right: auto;
  margin-left: auto;
}
.iceproduct__inmoldcontent-title {
  font-size: 23px;
}
@media screen and (max-width: 1070px) {
  .iceproduct__inmoldcontent-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 900px) {
  .iceproduct__inmoldcontent-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__inmoldcontent-title {
    font-size: 15px;
    padding: 19px;
    line-height: 1;
  }
}
@media screen and (max-width: 600px) {
  .iceproduct__inmoldcontent-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .iceproduct__inmoldcontent-title {
    font-size: 13px;
  }
}
.iceproduct__inmoldcontent-text {
  width: 670px;
}
@media screen and (max-width: 900px) {
  .iceproduct__inmoldcontent-text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__inmoldcontent-text {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    margin-top: 25px;
  }
}
.iceproduct__content-inmold {
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1044px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .iceproduct__content-inmold {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__content-inmold {
    margin-top: 9px;
  }
}
.iceproduct__inmold-img {
  width: 318px;
  margin-top: 45px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  .iceproduct__inmold-img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__inmold-img {
    margin-top: 23px;
    border-radius: 20px;
  }
}
.iceproduct__drinkbottle-img {
  width: 258px;
  height: 258px;
}
@media screen and (max-width: 1070px) {
  .iceproduct__drinkbottle-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 550px) {
  .iceproduct__drinkbottle-img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 400px) {
  .iceproduct__drinkbottle-img {
    width: 98px;
    height: 98px;
  }
}
.iceproduct__content-drinkbottle {
  display: flex;
  width: 868px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  margin-top: 38px;
}
@media screen and (max-width: 1070px) {
  .iceproduct__content-drinkbottle {
    width: 700px;
  }
}
@media screen and (max-width: 900px) {
  .iceproduct__content-drinkbottle {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__content-drinkbottle {
    flex-direction: column;
    width: 415px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 550px) {
  .iceproduct__content-drinkbottle {
    width: 325px;
  }
}
@media screen and (max-width: 400px) {
  .iceproduct__content-drinkbottle {
    width: 300px;
  }
}
@media screen and (max-width: 350px) {
  .iceproduct__content-drinkbottle {
    width: 267px;
  }
}
.iceproduct__sealing-wrap {
  width: 763px;
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .iceproduct__sealing-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__drinkbottle-wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__drinkbottle-wrap:not(:first-child) {
    margin-top: 23px;
  }
}
.iceproduct__drinkbottle-text {
  font-size: 20px;
  margin-top: 17px;
  height: fit-content;
  text-align: center;
  font-weight: 400;
  color: #002837;
}
@media screen and (max-width: 1070px) {
  .iceproduct__drinkbottle-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 550px) {
  .iceproduct__drinkbottle-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .iceproduct__drinkbottle-text {
    font-size: 12px;
  }
}
.iceproduct__drinkbottle-textmini {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #002837;
}
@media screen and (max-width: 1070px) {
  .iceproduct__drinkbottle-textmini {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .iceproduct__drinkbottle-textmini {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .drinkbottle__text-wrap {
    margin-left: 7px;
  }
}
.iceproduct__sealing-img {
  width: 347px;
  height: 250px;
}
@media screen and (max-width: 900px) {
  .iceproduct__sealing-img {
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__sealing-img {
    width: 55%;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__sealing-img {
    width: 174px;
    height: 125px;
  }
}
.sealing-img3 {
  width: 176px;
  height: 235px;
}
@media screen and (max-width: 768px) {
  .sealing-img3 {
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
  }
}
@media screen and (max-width: 455px) {
  .sealing-img3 {
    width: 136px;
    height: 182px;
  }
}
.iceproduct__sealingcontent-text {
  width: 670px;
  margin-left: 15px;
}
@media screen and (max-width: 1070px) {
  .iceproduct__sealingcontent-text {
    width: 57%;
  }
}
@media screen and (max-width: 900px) {
  .iceproduct__sealingcontent-text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__sealingcontent-text {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    margin-top: 25px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__sealing:nth-child(2) {
    margin-top: 32px;
  }
}
.iceproduct__sealingcontent-main {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .iceproduct__sealingcontent-main {
    width: 90%;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__sealingcontent-main {
    width: 100%;
  }
}
.iceproduct__drinkpack-wrap {
  display: block;
}
@media screen and (max-width: 550px) {
  .iceproduct__drinkpack-wrap {
    width: 90%;
  }
}
.iceproduct__drinkpack {
  display: flex;
}
@media screen and (max-width: 768px) {
  .iceproduct__drinkpack {
    justify-content: center;
  }
}
.iceproduct__drinkpack-img {
  width: 386px;
  height: 278px;
}
@media screen and (max-width: 900px) {
  .iceproduct__drinkpack-img {
    width: 45%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__drinkpack-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__drinkpackSP-img {
    margin-top: 21px;
  }
}
.iceproduct__packcontent-text {
  padding-right: 0;
  padding-left: 0;
  margin-top: 25px;
}
@media screen and (max-width: 1070px) {
  .iceproduct__packcontent-text {
    font-size: 14px;
  }
}
.pack-img3 {
  width: 151px;
  height: 210px;
}
@media screen and (max-width: 768px) {
  .pack-img3 {
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
  }
}
@media screen and (max-width: 455px) {
  .pack-img3 {
    width: 97px;
    height: 135px;
  }
}
.iceproduct__packcontent-main {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1070px) {
  .iceproduct__packcontent-main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .iceproduct__packcontent-main {
    width: 90%;
  }
}
@media screen and (max-width: 455px) {
  .iceproduct__packcontent-main {
    width: 100%;
  }
}
.inner {
  width: 100%;
  max-width: 1068px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 1070px) {
  .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.topmv_inner {
  margin-top: 135px;
  position: relative;
}
@media screen and (max-width: 1070px) {
  .topmv_inner {
    width: 100%;
    max-width: 660px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .topmv_inner {
    margin-top: 60px;
    max-width: 400px;
  }
}
.mv_inner {
  margin-top: 135px;
  position: relative;
}
@media screen and (max-width: 1070px) {
  .mv_inner {
    width: 100%;
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .mv_inner {
    padding-left: 0;
    padding-right: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1070px) {
  .product_inner {
    max-width: 660px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .product_inner {
    max-width: 345px;
  }
}
@media screen and (max-width: 375px) {
  .product_inner {
    max-width: 310px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.icedmv__inner {
  position: relative;
  max-width: 1125px;
  margin-top: 115px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.card_inner {
  width: 360px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .card_inner {
    width: 280px;
  }
}
@media screen and (max-width: 1070px) {
  .product_single_inner {
    max-width: 670px;
    display: block;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product_single_inner {
    max-width: 355px;
  }
}
@media screen and (max-width: 335px) {
  .product_single_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1070px) {
  .form_inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form_inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .works_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 550px) {
  .contact_form_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.card_img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 203 / 203;
  display: block;
  margin-top: 20px;
  margin-left: 27px;
}
@media screen and (max-width: 768px) {
  .card_img {
    aspect-ratio: 101 / 101;
    max-width: 101px;
    margin-top: 8px;
    margin-left: 15px;
  }
}
.cards_category {
  margin-left: 25px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .cards_category {
    margin-top: 10px;
    line-height: 0.83;
  }
}
.card_category {
  font-size: 16px;
  color: #002837;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .card_category {
    font-size: 13px;
    height: 18px;
    margin-bottom: 12px;
  }
}
.card_category-long {
  align-items: unset;
}
@media screen and (max-width: 768px) {
  .card_category-long {
    height: 35px;
  }
}
.category-long {
  margin-right: 21px;
}
@media screen and (max-width: 768px) {
  .category-long {
    margin-right: 28px;
    line-height: 1.3;
  }
}
.template_card_category {
  pointer-events: auto;
  position: relative;
}
.single_card_category {
  font-size: 14px;
  margin-top: 30px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .single_card_category {
    text-align: left;
    height: 45px;
  }
}
.mv_card_category {
  position: absolute;
  color: #fff;
  bottom: 5px;
  right: 45px;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 1070px) {
  .mv_card_category {
    right: 30px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mv_card_category {
    right: 20px;
    bottom: 12px;
    font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
  .mv_card_category {
    right: 15px;
    bottom: 0;
  }
}
@media screen and (max-width: 1070px) {
  .mv_title-temp {
    line-height: 1;
  }
}
@media screen and (max-width: 1070px) {
  .mv_temp_bg {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .mv_temp_bg {
    height: 120px;
  }
}
.top_arrow {
  width: 18px;
  height: 18px;
  margin-right: 11px;
}
@media screen and (max-width: 768px) {
  .top_arrow {
    width: 14px;
    height: 14px;
    margin-right: 9px;
  }
}
.top-arrow-long {
  margin-top: 3px;
}
.triangle-bottom {
  border-top: 8px solid #0d7fd7;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-left: 8px;
}
.name_thermal {
  top: 100px;
}
.link_menu {
  display: flex;
}
.triangle {
  height: 0;
  width: 0;
}
.mv_title-company {
  top: 60px;
}
@media screen and (max-width: 768px) {
  .mv_title-company {
    top: 25px;
  }
}
.mv_company-ttl {
  font-size: 60px;
}
@media screen and (max-width: 1070px) {
  .mv_company-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mv_company-ttl {
    font-size: 30px;
  }
}
.contact-confirm {
  margin-top: 10px;
}
.mv-confirm__ttl {
  color: #ff0;
}
.form-confirm {
  font-size: 30px;
  color: #ff1a1a;
  margin: 0 auto;
}
@media screen and (max-width: 1070px) {
  .form-confirm {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  .form-confirm {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .form-confirm {
    font-size: 17px;
  }
}
@media screen and (max-width: 1070px) {
  .lg-none {
    display: none;
  }
}
.lg-show {
  display: none;
}
@media screen and (max-width: 1070px) {
  .lg-show {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}
.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}
.sp2-show {
  display: none;
}
@media screen and (max-width: 550px) {
  .sp2-show {
    display: flex;
  }
}
.sp1-show {
  display: none;
}
@media screen and (max-width: 455px) {
  .sp1-show {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .sp-none {
    display: none;
  }
}
.sp-show {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp-show {
    display: block;
  }
}
.sp00-show {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp00-show {
    display: block;
  }
}
.phone_abc {
  display: none;
}
@media screen and (max-width: 550px) {
  .phone_abc {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
  }
}
.phone_a {
  display: flex;
  width: 100%;
  border: 1px solid #747373;
}
.phone_b {
  width: 100%;
  position: relative;
}
.phone_c {
  width: 100%;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 375px) {
  .phone_c {
    font-size: 12px;
  }
}
.c-mail {
  width: 200px;
  margin-right: auto;
  margin-left: -7px;
}
@media screen and (max-width: 1070px) {
  .c-mail {
    width: 180px;
    margin-left: auto;
  }
}
.fa-envelope {
  display: block;
  width: 20%;
  height: 50px;
  background-color: #1fb1e9;
  color: #fff;
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-left: 6%;
  margin-right: 13%;
}
.fa-phone {
  display: block;
  width: 20%;
  height: 50px;
  background-color: #1fb1e9;
  color: #fff;
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-left: 5%;
  margin-right: 13%;
}
