h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

body h1, body h2, body h3, body h4, body h5, body p {
  font-family: "Zen Maru Gothic", sans-serif;
}
body h1 {
  font-size: clamp(1.75rem, 1.341rem + 2.05vw, 3rem);
}
body h2 {
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.7rem);
}
body h3 {
  font-size: clamp(1.5rem, 1.35rem + 1vw, 2.4rem);
}
body h4 {
  font-size: clamp(1.5rem, 1.023rem + 1.14vw, 1.9rem);
}
body h5 {
  font-size: clamp(1.25rem, 1.227rem + 0.11vw, 1.5rem);
}
body p {
  font-size: clamp(1.063rem, 1.04rem + 0.11vw, 1.125rem);
  font-weight: 500;
  line-height: 1.6;
}
body .iw-text-small {
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
}
body .iw-important {
  color: #0570D0;
  font-weight: 500;
  font-size: clamp(19px, 2.5vw, 28px);
}
body .iw-icon {
  max-width: 40px;
}
body .iw-ttl {
  color: #0570D0;
  font-weight: 500;
}
body .iw-ttl-sub {
  color: #FFB547;
}
body .iw-text-white {
  color: #fff;
}
body .iw-ttl-box {
  border-radius: 10px;
  background-color: #68A7E0;
  padding: 5px;
  font-weight: 600;
}
body .iw-ttl-box_o {
  border-radius: 10px;
  background-color: #FFB547;
  padding: 5px;
  font-weight: 600;
}
body a {
  text-decoration: underline;
}
body .iw-blue-container {
  background-color: #EAF3FC;
  border-radius: 30px;
  padding: 5%;
}
body .iw-baige-container {
  background-color: #F7EDDE;
  border-radius: 30px;
  padding: 7%;
  text-decoration: none !important;
  color: #000;
}
body .iw-card-w {
  background-color: #fff;
  border-radius: 30px;
  padding: 5%;
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  body .iw-card-w {
    padding: 10% 5% 5% 5%;
    margin-bottom: 70px;
  }
}
body .iw-caution {
  background-color: #fff;
  border-radius: 30px;
}
body .iw-caution a {
  line-height: 1.2;
}
body .iw-ttl-img {
  width: 100%;
  max-width: 850px;
  display: block;
  margin: -20px auto 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  body .iw-ttl-img {
    margin-top: 10px;
  }
}
body .iw-width {
  max-width: 850px;
  margin: 0 auto;
}
body .iw-text-sub {
  color: #FFB547;
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 600;
  margin-bottom: 1%;
}
body .iw-cv-bottom-b {
  background-color: #EAF3FC;
  border-radius: 0 0 30px 30px;
}
body .iw-cv-bottom-b a {
  max-width: 450px;
}
body .iw-btn-tell, body .iw-btn-mail {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  color: #333333;
  max-width: 450px;
  background-color: #fff;
  border-radius: 50px;
  padding: 20px 40px;
  text-align: center;
  font-weight: 600;
  position: relative;
  transition: background-color 0.3s;
}
body .iw-btn-tell::after, body .iw-btn-mail::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 4px);
  right: 30px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  transform: rotate(-45deg);
}
body .iw-btn-tell:hover, body .iw-btn-mail:hover {
  background-color: #F7EDDE;
}
body .iw-btn-tell a, body .iw-btn-mail a {
  color: #000 !important;
  display: block;
}
body .iw-btn-tell {
  background-image: url(../img/tell.svg);
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 25px auto;
}
body .iw-btn-mail {
  background-image: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 25px auto;
}
body .iw-btn-b {
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  max-width: 450px;
  width: 100%;
  background-color: #0570D0;
  border-radius: 50px;
  position: relative;
  transition: background-color 0.3s;
}
body .iw-btn-b::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 4px);
  right: 30px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
body .iw-btn-b:hover {
  background-color: #68A7E0;
}
body .iw-btn-b a {
  display: block;
  padding: 20px 75px;
}

#iw-fv {
  position: relative;
}
#iw-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/cover_a.png);
  background-size: 100% auto;
  background-position: center bottom -2px;
  background-repeat: no-repeat;
  z-index: 1;
}
#iw-fv > div[uk-slideshow] > .uk-slideshow-items {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#iw-fv .iw-porlas__bg {
  animation: fv-zoom 12s linear infinite alternate;
}
@keyframes fv-zoom {
  0% {
    transform: scale(1.2);
    @media (max-width: 640px) {
      #iw-fv {
        transform: scale(2.2);
      }
    }
  }
  100% {
    transform: scale(1.28);
    @media (max-width: 640px) {
      #iw-fv {
        transform: scale(2.4);
      }
    }
  }
}
#iw-fv .iw-padding-bottom {
  padding-bottom: 250px;
}
@media (max-width: 640px) {
  #iw-fv .iw-padding-bottom {
    padding-bottom: 70px;
  }
}
#iw-fv .iw-c-logo {
  max-width: 350px;
  margin-bottom: 70px;
}
@media (max-width: 960px) {
  #iw-fv .iw-c-logo {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  #iw-fv .iw-c-logo {
    max-width: 200px;
    margin-bottom: 50px;
  }
}
#iw-fv .iw-title-sub {
  color: #fff;
  font-weight: medium;
}
#iw-fv .iw-container {
  position: relative;
  z-index: 1;
}
#iw-fv .iw-porlas {
  position: absolute;
  top: 220px;
  right: 0;
  overflow: visible;
  width: 45%;
  max-width: 700px;
  height: 550px;
  z-index: 5;
  filter: drop-shadow(10px 10px 6px rgba(87, 78, 78, 0.6));
  box-sizing: border-box;
}
#iw-fv .iw-porlas img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  transform-origin: center;
}
#iw-fv .iw-porlas .iw-porlas__float {
  padding-top: 20px;
  animation: iw-fuwa 6s ease-in-out infinite;
}
@keyframes iw-fuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (min-width: 1600px) {
  #iw-fv .iw-porlas {
    right: -60px;
  }
}
@media (max-width: 1200px) {
  #iw-fv .iw-porlas {
    max-width: 600px;
  }
}
@media (max-width: 960px) {
  #iw-fv .iw-porlas {
    top: 350px;
    max-width: 350px;
    height: 300px;
  }
}
@media (max-width: 640px) {
  #iw-fv .iw-porlas {
    right: 50px;
    top: -10px;
    max-width: 65%;
  }
}
@media (max-width: 420px) {
  #iw-fv .iw-porlas {
    right: 50px;
    top: -20px;
    max-width: 65%;
  }
}

#iw-explain {
  background-image: url(../img/cover_b.png), url(../img/bg_1.png);
  background-size: 100% auto, 100% auto;
  background-position: center bottom -2px, top;
  background-repeat: no-repeat, repeat-y;
  height: auto;
}
@media (max-width: 960px) {
  #iw-explain {
    background-image: url(../img/cover_b.png), url(../img/bg_1_sp.png);
    background-repeat: no-repeat, repeat-y;
  }
}
@media (max-width: 640px) and (min-width: 400px) {
  #iw-explain {
    padding-top: 100px;
  }
}
@media (max-width: 640px) {
  #iw-explain {
    padding-top: 40px;
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, repeat-y;
  }
}
#iw-explain {
  position: relative;
}
#iw-explain .iw-container-i {
  position: relative;
  background-image: url(../img/white_1.svg);
  min-height: 700px;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 960px) {
  #iw-explain .iw-container-i {
    min-height: 620px;
  }
}
@media (max-width: 960px) and (min-width: 640px) {
  #iw-explain .iw-container-i {
    background-image: url(../img/white_1_vertical.svg);
    background-size: 100% 100%;
  }
}
@media (max-width: 640px) {
  #iw-explain .iw-container-i {
    background-image: none;
  }
}
@media (max-width: 960px) and (min-width: 640px) {
  #iw-explain .iw-container-i > div {
    padding: 65px;
  }
}
@media (max-width: 640px) {
  #iw-explain .iw-item-box:nth-child(1),
  #iw-explain .iw-item-box:nth-child(3) {
    padding-left: 50px;
  }
}
@media (max-width: 640px) {
  #iw-explain .iw-item-box:nth-child(2) {
    padding-right: 50px;
  }
}
#iw-explain .iw-item {
  background-image: url(../img/white_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 320/280;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 32px;
  text-align: center;
}
@media (max-width: 960px) {
  #iw-explain .iw-item {
    padding: 20px 24px;
  }
}
@media (max-width: 640px) {
  #iw-explain .iw-item {
    padding: 10px 15px;
  }
}
#iw-explain .iw-this {
  letter-spacing: -0.35rem;
}
@media (max-width: 640px) {
  #iw-explain .iw-this {
    letter-spacing: -0.23rem;
  }
}

#iw-making {
  background-image: url(../img/cover_c.png), url(../img/bg_2.png);
  background-size: 100% auto, 100% auto;
  background-position: center bottom -1px, center top;
  background-repeat: no-repeat, repeat-y;
  height: auto;
  position: relative;
}
@media (max-width: 960px) {
  #iw-making {
    background-image: url(../img/cover_c.png), url(../img/bg_2_sp.png);
  }
}
@media (max-width: 640px) {
  #iw-making {
    background-size: 100% auto, 100% auto;
  }
}
#iw-making .iw-container {
  position: relative;
  margin-top: 240px;
}
@media (max-width: 640px) {
  #iw-making .iw-container {
    margin-top: 280px;
  }
}
@media (max-width: 420px) {
  #iw-making .iw-container {
    margin-top: 150px;
  }
}
#iw-making .iw-sunpanel {
  position: absolute;
  top: -450px;
  left: -400px;
  max-width: 960px;
  z-index: 0;
}
@media (max-width: 1200px) {
  #iw-making .iw-sunpanel {
    top: -400px;
    left: -200px;
    max-width: 900px;
  }
}
@media (max-width: 960px) {
  #iw-making .iw-sunpanel {
    top: -340px;
    left: -100px;
    max-width: 700px;
  }
}
@media (max-width: 640px) {
  #iw-making .iw-sunpanel {
    top: -320px;
    left: -180px;
  }
}
@media (max-width: 420px) {
  #iw-making .iw-sunpanel {
    top: -250px;
    left: -200px;
  }
}
#iw-making .iw-card {
  position: relative;
}
#iw-making .iw-card-up {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  padding: 5% 8% 5% 20%;
}
@media (max-width: 640px) {
  #iw-making .iw-card-up {
    padding: 10% 5% 5% 5%;
  }
}
#iw-making .iw-card-w {
  background-color: #fff;
  border-radius: 30px;
  padding: 8% 8% 8% 20%;
  margin-bottom: 150px;
}
@media (max-width: 640px) {
  #iw-making .iw-card-w {
    padding: 10% 5% 5% 5%;
    margin-bottom: 60px;
  }
}
#iw-making .iw-card-down {
  background-color: #EAF3FC;
  border-radius: 0 0 30px 30px;
  margin-bottom: 150px;
}
@media (max-width: 640px) {
  #iw-making .iw-card-down {
    margin-bottom: 120px;
  }
}
#iw-making .iw-ttl-img, #iw-making .iw-ttl-img_c {
  max-width: 50%;
  position: absolute;
  left: 7.5%;
  top: -40px;
}
#iw-making .iw-ttl-img_b {
  max-width: 70%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -30px;
}
#iw-making .iw-ttl-img_d {
  max-width: 70%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -80px;
}
#iw-making .iw-field-item h4 {
  white-space: nowrap;
}
@media (max-width: 1160px) {
  #iw-making .iw-field-item h4 {
    font-size: clamp(1.5rem, 1.023rem + 1.14vw, 1.6rem);
  }
}
#iw-making .iw-field-item h4 span.iw-ttl {
  margin-right: 5px;
}
#iw-making .iw-field-grid > div {
  box-sizing: border-box;
}
#iw-making .iw-field-grid > div:nth-child(odd) {
  border-right: 1px solid #ccc;
}
#iw-making .iw-field-grid > div:nth-child(-n+2) {
  border-bottom: 1px solid #ccc;
}
#iw-making .iw-field-grid > div:nth-child(n+3) {
  margin-top: 0;
}
@media (max-width: 640px) {
  #iw-making .iw-field-grid > div:nth-child(odd) {
    border-right: 0;
  }
  #iw-making .iw-field-grid > div:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}
#iw-making .iw-field-grid .iw-field-item {
  padding: 50px 0;
  margin-top: 0 !important;
}
@media (max-width: 639px) {
  #iw-making .iw-field-grid .iw-field-item {
    padding: 24px 0;
  }
}
@media (max-width: 640px) {
  #iw-making .iw-field-grid {
    margin-right: 0 !important;
  }
}

#iw-example {
  overflow-x: clip;
  background-image: url(../img/cover_b.png), url(../img/bg_3.png);
  background-size: 100% auto, 100% auto;
  background-position: center bottom -1px, top;
  background-repeat: no-repeat, repeat-y;
  height: auto;
  position: relative;
}
@media (max-width: 960px) {
  #iw-example {
    background-image: url(../img/cover_b.png), url(../img/bg_3_sp.png);
  }
}
@media (max-width: 640px) {
  #iw-example {
    background-size: 100% auto, 100% auto;
  }
}
#iw-example .iw-ttl-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#iw-example .iw-ttl-img-bg {
  position: relative;
}
#iw-example .iw-ttl-img-front {
  position: absolute;
  inset: 0;
}
@media (max-width: 959px) {
  #iw-example .iw-ttl-img {
    aspect-ratio: 640/450;
  }
  #iw-example .iw-ttl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #iw-example .iw-ttl-img-bg, #iw-example .iw-ttl-img-front {
    position: absolute;
    inset: 0;
  }
}
@media (max-width: 959px) {
  #iw-example .iw-ttl-img--03 {
    aspect-ratio: unset;
  }
}
#iw-example .iw-charm-man {
  position: absolute;
  right: -80px;
  top: -250px;
  width: 100%;
  max-width: 780px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 960px) {
  #iw-example .iw-charm-man {
    max-width: 550px;
    top: -150px;
  }
}
#iw-example .iw-card {
  position: relative;
}
#iw-example .iw-card-w {
  background-color: #fff;
  border-radius: 30px;
  padding: 5%;
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  #iw-example .iw-card-w {
    padding: 10% 5% 5% 5%;
    margin-bottom: 70px;
  }
}
#iw-example .iw-subttl-box {
  max-width: 300px;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

#iw-safety {
  background-image: url(../img/cover_a.png), url(../img/bg_2.png);
  background-size: 100% auto, 100% auto;
  background-position: center bottom 0px, top;
  background-repeat: no-repeat, repeat-y;
  height: auto;
  position: relative;
}
@media (max-width: 960px) {
  #iw-safety {
    background-image: url(../img/cover_a.png), url(../img/bg_2_sp.png);
  }
}
@media (max-width: 640px) {
  #iw-safety {
    background-size: 100% auto, 100% auto;
  }
}
#iw-safety .iw-charm-tomato {
  position: absolute;
  top: -250px;
  left: 10px;
  max-width: 660px;
  z-index: 1;
}
@media (max-width: 960px) {
  #iw-safety .iw-charm-tomato {
    top: -180px;
    max-width: 560px;
  }
}
@media (max-width: 640px) {
  #iw-safety .iw-charm-tomato {
    max-width: 400px;
    top: -130px;
    left: 50px;
  }
}
@media (max-width: 420px) {
  #iw-safety .iw-charm-tomato {
    max-width: 400px;
    left: 10px;
  }
}
#iw-safety .iw-card {
  position: relative;
}
#iw-safety .iw-card-w {
  background-color: #fff;
  border-radius: 30px;
  padding: 5%;
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  #iw-safety .iw-card-w {
    padding: 10% 5% 5% 5%;
    margin-bottom: 70px;
  }
}
#iw-safety .iw-img__mv {
  position: relative;
  border-radius: 20px;
  aspect-ratio: 640/400;
  overflow: hidden !important;
}
#iw-safety .iw-img__mv img {
  width: 120%;
  height: 120%;
  object-fit: cover;
  object-position: center;
}
#iw-safety .iw-img__mv-bg {
  transform: scale(1.2);
}
#iw-safety .iw-img__mv-front {
  position: absolute;
  inset: 0;
}

#iw-marit {
  background-image: url(../img/cover_d.png), url(../img/bg_1.png);
  background-size: 100% auto, 100% auto;
  background-position: center bottom -2px, top;
  background-repeat: no-repeat, repeat-y;
  height: auto;
  position: relative;
}
@media (max-width: 960px) {
  #iw-marit {
    background-image: url(../img/cover_d.png), url(../img/bg_1_sp.png);
    background-repeat: no-repeat, repeat-y;
  }
}
@media (max-width: 640px) {
  #iw-marit {
    background-image: none, url(../img/bg_1_sp.png);
    background-size: none, 100% auto;
    background-repeat: no-repeat, repeat-y;
  }
}
#iw-marit .iw-ttl-table {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
#iw-marit .iw-table {
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #333333;
}
#iw-marit .iw-table-box th:nth-child(1) {
  background-color: #FFB547;
  border-radius: 30px 0 0 0;
}
#iw-marit .iw-table-box th:nth-child(2) {
  background-color: #0570D0;
  border-radius: 0 30px 0 0;
}
#iw-marit .iw-table-box td:nth-child(1) .iw-ttl-table {
  color: #FFB547;
}
#iw-marit .iw-table-box td:nth-child(2) .iw-ttl-table {
  color: #0570D0;
}
#iw-marit .iw-table-box td, #iw-marit .iw-table-box th {
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
#iw-marit .iw-table-box td:first-child, #iw-marit .iw-table-box th:first-child {
  border-left: none;
}
@media (max-width: 640px) {
  #iw-marit .iw-table-box th:nth-child(1) {
    border-radius: 30px 30px 0 0;
  }
}
#iw-marit .iw-sp-block {
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #333333;
}
#iw-marit .iw-sp-block:nth-child(1) h3 {
  background-color: #FFB547;
  border-radius: 30px 30px 0 0;
}
#iw-marit .iw-sp-block:nth-child(2) h3 {
  background-color: #0570D0;
  border-radius: 30px 30px 0 0;
}
#iw-marit .iw-sp-block:nth-child(1) .iw-ttl-table {
  color: #FFB547;
}
#iw-marit .iw-sp-block:nth-child(2) .iw-ttl-table {
  color: #0570D0;
}
#iw-marit .iw-sel {
  border-bottom: 1px solid #ccc;
}
#iw-marit .iw-sel:last-child {
  border-bottom: none;
}
#iw-marit .iw-cv {
  filter: drop-shadow(11px 20px 14px rgba(0, 0, 0, 0.4));
}
#iw-marit .iw-cv a {
  text-decoration: none;
}
#iw-marit .iw-cv-up {
  background-color: #FFB547;
  border-radius: 30px 30px 0 0;
}
#iw-marit .iw-cv-bottom {
  background-color: #FFB547;
  border-radius: 0 0 30px 30px;
}
#iw-marit .iw-cv-img-2 {
  position: relative;
}
#iw-marit .iw-cv-img-2 img {
  border-radius: 30px 30px 0 0;
}
#iw-marit .iw-sun {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  text-align: center;
}
#iw-marit .iw-time {
  color: black;
}

#iw-marit_2 .iw-cv-sp a {
  text-decoration: none;
}
#iw-marit_2 .iw-cv-up-sp {
  background-color: #FFB547;
}
#iw-marit_2 .iw-time {
  color: black;
}
#iw-marit_2 .iw-black {
  color: #333333;
}

#iw-caution {
  background-image: url(../img/bg_4.png);
  background-size: 100% auto;
  background-position: top;
  background-repeat: repeat-y;
  height: auto;
}

#iw-last {
  background-image: url(../img/cover_d.png), url(../img/bg_4.png);
  background-size: 100% auto, 100% auto;
  background-position: center bottom 0px, center bottom;
  background-repeat: no-repeat, repeat-y;
  height: auto;
  position: relative;
}

SNS #iw-sns .iw-sns .uk-position-relative {
  overflow: hidden;
}
@media (max-width: 640px) {
  SNS #iw-sns .iw-sns-title-wrap > * {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 30px;
  }
}

footer {
  background-color: #0570D0;
}