@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body .min {
  font-family: "Zen Old Mincho", serif;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  body a {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body a:hover {
    opacity: 0.6;
  }
}
body a:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  body main article section .inner {
    width: 920px;
    margin: auto;
  }
  body main article section .inner h2 {
    display: block;
    width: fit-content;
    margin: 0 auto 62px;
  }
  body main article section .inner h2 span {
    display: block;
  }
  body main article section .inner h2 span.en {
    width: fit-content;
    height: 24px;
    margin: auto;
  }
  body main article section .inner h2 span.en img {
    width: auto;
    height: 100%;
  }
  body main article section .inner h2 span.jp {
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    text-align: center;
    margin-top: 16px;
  }
  body main article section .inner p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
  }
  body main article section#mv {
    width: 100%;
  }
  body main article section#mv .mv-image {
    width: 100%;
    max-width: 1366px;
    margin: auto;
    position: relative;
  }
  body main article section#mv .mv-image img {
    width: 100%;
  }
  body main article section#mv .mv-image .scroll {
    display: block;
    width: 22px;
    height: 227px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  body main article section#mv .mv-image .scroll .scroll-text {
    display: block;
    width: 17px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
  }
  body main article section#mv .mv-image .scroll .scroll-line {
    display: block;
    width: 1px;
    height: 100%;
    background-color: #115F5B;
    position: absolute;
    top: 0;
    left: 0;
    animation: line-loop 2s linear infinite;
  }
  @keyframes line-loop {
    0% {
      transform: translateY(-100%);
    }
    10% {
      transform: translateY(-100%);
    }
    90% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(100%);
    }
  }
  body main article section#concept {
    padding: 90px 0 100px;
    position: relative;
  }
  body main article section#concept::before {
    content: "";
    display: block;
    width: 179px;
    height: 736px;
    background: url("../images/concept-en.png") no-repeat center/100%;
    position: absolute;
    top: 45px;
    left: -42px;
    z-index: -1;
  }
  body main article section#concept .text-set {
    position: relative;
  }
  body main article section#concept .text-set .copy {
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
  }
  body main article section#concept .text-set .text {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 35px;
  }
  body main article section#concept .text-set .image {
    width: 688px;
    position: absolute;
    top: 0;
    left: 50%;
  }
  body main article section#concept .news {
    margin-top: 90px;
  }
  body main article section#concept .news h3 {
    display: block;
    width: 139px;
    margin-bottom: 26px;
  }
  body main article section#concept .news .news-list {
    border-top: 1px solid #D8E5E4;
  }
  body main article section#concept .news .news-list li {
    border-bottom: 1px solid #D8E5E4;
    color: #115F5B;
  }
  body main article section#concept .news .news-list li a {
    width: 100%;
    height: 100%;
    padding: 15px 30px 15px 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    position: relative;
  }
  body main article section#concept .news .news-list li a::after {
    content: "";
    display: block;
    width: 14px;
    height: 11px;
    background: url("../images/concept-news-arrow.png") no-repeat center/100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
  }
  body main article section#concept .news .news-list li a .date {
    display: block;
    width: 60px;
    border-right: 1px solid #D8E5E4;
    font-family: Arial, Helvetica, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  body main article section#concept .news .news-list li a .date .year {
    display: block;
    font-size: 12px;
    line-height: 14px;
  }
  body main article section#concept .news .news-list li a .date .day {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
  }
  body main article section#concept .news .news-list li a .tag {
    display: block;
    width: 180px;
    padding: 4px 0;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #EFF2F1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    text-align: center;
  }
  body main article section#concept .news .news-list li a .text {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
  }
  body main article section#about {
    padding: 120px 0 372px;
    background: url("../images/about-bg.png") repeat center/1366px;
    position: relative;
  }
  body main article section#about::before {
    content: "";
    display: block;
    width: 100%;
    height: 186px;
    background: url("../images/about-bottom.png") repeat center bottom/1366px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body main article section#about .inner {
    position: relative;
    z-index: 1;
  }
  body main article section#about p {
    line-height: 42px;
    text-align: center;
  }
  body main article section#about .images {
    width: 100%;
    height: 740px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  body main article section#about .images .image {
    position: absolute;
  }
  body main article section#about .images .image img {
    width: 100%;
  }
  body main article section#about .images .image.image1 {
    width: 259px;
    top: 42px;
    left: 50%;
    margin-left: 340px;
  }
  body main article section#about .images .image.image2 {
    width: 230px;
    top: 0;
    right: 50%;
    margin-right: 332px;
  }
  body main article section#about .images .image.image3 {
    width: 250px;
    bottom: 67px;
    right: 50%;
    margin-right: 274px;
  }
  body main article section#about .images .image.image4 {
    width: 298px;
    top: 223px;
    right: 50%;
    margin-right: 364px;
  }
  body main article section#about .images .image.image5 {
    width: 286px;
    bottom: 68px;
    left: 50%;
    margin-left: 160px;
  }
  body main article section#about .images .image.image6 {
    width: 236px;
    bottom: 123px;
    left: 50%;
    margin-left: -167px;
  }
  body main article section#about .images .image.image7 {
    width: 263px;
    top: 250px;
    left: 50%;
    margin-left: 404px;
  }
  body main article section#event {
    padding: 65px 0 145px;
    background-color: #6E9997;
    color: #fff;
  }
  body main article section#event .inner {
    position: relative;
  }
  body main article section#event .inner h2 {
    margin-left: 0;
    margin-bottom: 23px;
  }
  body main article section#event .inner h2 span.en {
    margin-left: 0;
  }
  body main article section#event .image {
    width: 668px;
    position: absolute;
    top: 0;
    left: 50%;
  }
  body main article section#event .btn {
    display: block;
    width: 235px;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 27px;
    margin-top: 48px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #115F5B;
    text-align: center;
  }
  body main article section#column {
    padding: 120px 0;
    background: url("../images/about-bg.png") repeat center/1366px;
  }
  body main article section#column h2 {
    margin-bottom: 70px;
  }
  body main article section#column .box {
    width: 100%;
    border-left: 1px solid #115F5B;
    border-right: 1px solid #115F5B;
    border-bottom: 1px solid #115F5B;
    padding: 50px 36px;
    box-sizing: border-box;
    position: relative;
  }
  body main article section#column .box::before, body main article section#column .box::after {
    content: "";
    width: calc((100% - 300px) / 2);
    height: 1px;
    background-color: #115F5B;
    position: absolute;
    top: 0;
  }
  body main article section#column .box::before {
    left: 0;
  }
  body main article section#column .box::after {
    right: 0;
  }
  body main article section#column .box h3 {
    display: block;
    width: fit-content;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
  }
  body main article section#column .box p {
    text-align: center;
  }
  body main article section#special {
    width: 100%;
    padding: 120px 0 0;
    background: url("../images/special-bg.jpg") no-repeat center/cover;
    color: #fff;
  }
  body main article section#special .inner {
    padding-bottom: 120px;
  }
  body main article section#special .movie {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  body main article section#special p {
    width: 860px;
    margin: 48px auto 0;
    text-align: center;
  }
  body main article section#special .btn {
    display: block;
    width: 350px;
    padding: 18px 0;
    border-radius: 30px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 50px auto 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #115F5B;
    text-align: center;
  }
  body main article section#special .image-frame {
    width: 100%;
    max-width: 2732px;
    height: 227px;
    margin: auto;
    overflow: hidden;
    position: relative;
  }
  body main article section#special .image-frame .image {
    width: 1366px;
    height: 100%;
    background: url("../images/special-image.jpg") no-repeat center/100%;
    position: absolute;
    top: 0;
  }
  body main article section#special .image-frame .image:nth-of-type(1) {
    left: 0;
  }
  body main article section#special .image-frame .image:nth-of-type(2) {
    left: 1366px;
  }
  body main article section#products {
    padding: 120px 0 90px;
    background-color: #EFF2F1;
  }
  body main article section#products h2 {
    margin-bottom: 55px;
  }
  body main article section#products .text {
    text-align: center;
  }
  body main article section#products .image {
    width: 100%;
    max-width: 1210px;
    margin: 60px auto 30px;
  }
  body main article section#products .image img {
    width: 100%;
  }
  body main article section#products .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body main article section#products .flex p {
    font-size: 22px;
    line-height: 50px;
    font-weight: 400;
  }
  body main article section#products .flex .icons {
    width: 393px;
  }
  body main article section#products .flex .icons img {
    width: 100%;
  }
  body main article section#products .items {
    margin-top: 50px;
  }
  body main article section#products .items .items-set {
    display: flex;
    justify-content: space-between;
  }
  body main article section#products .items .items-set .cate {
    border-top: 1px solid rgba(112, 112, 112, 0.2);
  }
  body main article section#products .items .items-set .cate h3 {
    display: block;
    width: 250px;
    padding: 3px 0 5px;
    border-radius: 16px;
    box-sizing: border-box;
    margin: -16px auto 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  body main article section#products .items .items-set .cate .detail {
    font-size: 20px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-align: center;
  }
  body main article section#products .items .items-set .cate .item-list {
    display: flex;
    justify-content: space-around;
    align-items: end;
    margin-top: 30px;
    padding-bottom: 70px;
  }
  body main article section#products .items .items-set .cate .item-list .item {
    width: 202px;
  }
  body main article section#products .items .items-set .cate .item-list .item p {
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    margin-top: 13px;
  }
  body main article section#products .items .items-set .cate .item-list .item p.bold {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
  }
  body main article section#products .items .items-set .cate .item-list .item p.tag {
    display: block;
    width: 86px;
    padding: 4px 0;
    border: 1px solid #707070;
    margin: auto;
    line-height: 1;
  }
  body main article section#products .items .items-set .cate .item-list .item .item-image {
    margin: auto;
  }
  body main article section#products .items .items-set .cate .item-list .item .item-image img {
    width: 100%;
  }
  body main article section#products .items .items-set .cate .item-list .item.item1 .item-image {
    width: 50px;
  }
  body main article section#products .items .items-set .cate .item-list .item.item2 .item-image {
    width: 50px;
  }
  body main article section#products .items .items-set .cate .item-list .item.item3 .item-image {
    width: 85px;
  }
  body main article section#products .items .items-set .cate .item-list .item.item4 .item-image {
    width: 181px;
  }
  body main article section#products .items .items-set .cate .item-list .item.item5 .item-image {
    width: 184px;
  }
  body main article section#products .items .items-set .cate .item-list .item.item6 .item-image {
    width: 70px;
  }
  body main article section#products .items .items-set .cate.cate1 {
    width: 100%;
  }
  body main article section#products .items .items-set .cate.cate1 h3 {
    background-color: #036D3B;
  }
  body main article section#products .items .items-set .cate.cate1 .detail {
    color: #036D3B;
  }
  body main article section#products .items .items-set .cate.cate1 .item-list .item p.bold {
    color: #036D3B;
  }
  body main article section#products .items .items-set .cate.cate2 {
    width: 556px;
  }
  body main article section#products .items .items-set .cate.cate2 h3 {
    background-color: #012C5C;
  }
  body main article section#products .items .items-set .cate.cate2 .detail {
    color: #012C5C;
  }
  body main article section#products .items .items-set .cate.cate2 .item-list .item p.bold {
    color: #012C5C;
  }
  body main article section#products .items .items-set .cate.cate3 {
    width: 325px;
  }
  body main article section#products .items .items-set .cate.cate3 h3 {
    background-color: #7DCC12;
  }
  body main article section#products .items .items-set .cate.cate3 .detail {
    color: #7DCC12;
  }
  body main article section#products .items .items-set .cate.cate3 .item-list .item {
    width: 278px;
  }
  body main article section#products .items .items-set .cate.cate3 .item-list .item p.bold {
    color: #7DCC12;
  }
  body main article section#products .btn {
    display: block;
    width: 235px;
    padding: 16px 0;
    border-radius: 28px;
    box-sizing: border-box;
    background-color: #115F5B;
    margin: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body main article section .inner {
    width: 89.3333333333%;
    margin: auto;
  }
  body main article section .inner h2 {
    display: block;
    width: fit-content;
    margin: 0 auto 35px;
  }
  body main article section .inner h2 span {
    display: block;
  }
  body main article section .inner h2 span.en {
    width: fit-content;
    height: 17px;
    margin: auto;
  }
  body main article section .inner h2 span.en img {
    width: auto;
    height: 100%;
  }
  body main article section .inner h2 span.jp {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 13px;
  }
  body main article section .inner p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
  body main article section#mv {
    width: 100%;
  }
  body main article section#mv .mv-image {
    width: 100%;
  }
  body main article section#mv .mv-image img {
    width: 100%;
  }
  body main article section#mv .mv-image .scroll {
    display: block;
    width: 17px;
    height: 168px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 2.4vw;
  }
  body main article section#mv .mv-image .scroll .scroll-text {
    display: block;
    width: 17px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
  }
  body main article section#mv .mv-image .scroll .scroll-line {
    display: block;
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
  body main article section#mv .mv-image .scroll .scroll-line::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #115F5B;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: line-loop 1.5s linear infinite;
  }
  @keyframes line-loop {
    0% {
      transform: translateY(-100%);
    }
    20% {
      transform: translateY(-100%);
    }
    80% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(100%);
    }
  }
  body main article section#concept {
    padding: 50px 0 70px;
    position: relative;
  }
  body main article section#concept::before {
    content: "";
    display: block;
    width: 112px;
    height: 460px;
    background: url("../images/concept-en-sp.png") no-repeat center/100%;
    position: absolute;
    top: 13px;
    left: -25px;
    z-index: -1;
  }
  body main article section#concept .text-set {
    position: relative;
  }
  body main article section#concept .text-set .copy {
    font-size: 29px;
    line-height: 41px;
    font-weight: 600;
    color: #115F5B;
  }
  body main article section#concept .text-set .text {
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    margin-top: 35px;
  }
  body main article section#concept .text-set .image {
    width: 94.6666666667vw;
    margin-right: -5.3333333333vw;
    margin-top: 50px;
  }
  body main article section#concept .text-set .image img {
    width: 100%;
  }
  body main article section#concept .news {
    margin-top: 60px;
  }
  body main article section#concept .news h3 {
    display: block;
    width: 95px;
    margin-bottom: 17px;
  }
  body main article section#concept .news h3 img {
    width: 100%;
  }
  body main article section#concept .news .news-list {
    border-top: 1px solid #D8E5E4;
  }
  body main article section#concept .news .news-list li {
    border-bottom: 1px solid #D8E5E4;
    color: #115F5B;
  }
  body main article section#concept .news .news-list li a {
    width: 100%;
    height: 100%;
    padding: 10px 25px 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    position: relative;
  }
  body main article section#concept .news .news-list li a::after {
    content: "";
    display: block;
    width: 14px;
    height: 11px;
    background: url("../images/concept-news-arrow.png") no-repeat center/100%;
    position: absolute;
    bottom: 15px;
    right: 6px;
    margin: auto;
  }
  body main article section#concept .news .news-list li a .date {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #D8E5E4;
    font-family: Arial, Helvetica, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
  }
  body main article section#concept .news .news-list li a .date .year {
    font-size: 10px;
    line-height: 1;
    vertical-align: top;
  }
  body main article section#concept .news .news-list li a .date .day {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
  }
  body main article section#concept .news .news-list li a .tag {
    display: block;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #EFF2F1;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    text-align: center;
  }
  body main article section#concept .news .news-list li a .text {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
  }
  body main article section#about {
    padding: 60px 0 78.6666666667vw;
    background: url("../images/about-bg.png") repeat center/1366px;
    position: relative;
  }
  body main article section#about::before {
    content: "";
    display: block;
    width: 100%;
    height: 25.0666666667vw;
    background: url("../images/about-bottom-sp.png") repeat center bottom/100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body main article section#about .inner {
    position: relative;
    z-index: 1;
  }
  body main article section#about h2 {
    margin-left: 0;
  }
  body main article section#about h2 span.en {
    margin-left: 0;
  }
  body main article section#about p {
    line-height: 35px;
  }
  body main article section#about .images {
    width: 100%;
    height: 84vw;
    position: absolute;
    bottom: -5.3333333333vw;
    left: 0;
    z-index: 0;
  }
  body main article section#about .images .image {
    position: absolute;
  }
  body main article section#about .images .image img {
    width: 100%;
  }
  body main article section#about .images .image.image1 {
    width: 29.2vw;
    top: 18.6666666667vw;
    left: 0;
  }
  body main article section#about .images .image.image2 {
    width: 26vw;
    top: 9.0666666667vw;
    left: 50%;
    margin-left: -11.2vw;
  }
  body main article section#about .images .image.image3 {
    width: 28.2666666667vw;
    top: 0;
    right: 0;
  }
  body main article section#about .images .image.image4 {
    width: 21.6vw;
    top: 34.1333333333vw;
    left: 50%;
    margin-left: -15.7333333333vw;
  }
  body main article section#about .images .image.image5 {
    width: 32.2666666667vw;
    bottom: 0;
    left: -5.6vw;
  }
  body main article section#about .images .image.image6 {
    width: 26.6666666667vw;
    bottom: 10.6666666667vw;
    left: 50%;
    margin-left: -12.8vw;
  }
  body main article section#about .images .image.image7 {
    width: 29.6vw;
    bottom: 24.8vw;
    right: 2.9333333333vw;
  }
  body main article section#event {
    padding: 70px 0 72px;
    background-color: #6E9997;
    color: #fff;
  }
  body main article section#event h2 {
    margin-left: 0;
    margin-bottom: 30px;
  }
  body main article section#event h2 span.en {
    margin-left: 0;
  }
  body main article section#event .image {
    width: 100%;
    margin-bottom: 33px;
  }
  body main article section#event .image img {
    width: 100%;
  }
  body main article section#event .btn {
    display: block;
    width: 260px;
    padding: 8px 0 9px;
    background-color: #fff;
    border-radius: 20px;
    margin: 50px auto 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    color: #115F5B;
    text-align: center;
  }
  body main article section#column {
    padding: 60px 0 100px;
    background: url("../images/about-bg.png") repeat center/1366px;
  }
  body main article section#column h2 {
    margin-bottom: 40px;
  }
  body main article section#column .box {
    width: 100%;
    border-left: 1px solid #115F5B;
    border-right: 1px solid #115F5B;
    border-bottom: 1px solid #115F5B;
    padding: 44px 18px;
    box-sizing: border-box;
    position: relative;
  }
  body main article section#column .box::before, body main article section#column .box::after {
    content: "";
    width: calc((100% - 200px) / 2);
    height: 1px;
    background-color: #115F5B;
    position: absolute;
    top: 0;
  }
  body main article section#column .box::before {
    left: 0;
  }
  body main article section#column .box::after {
    right: 0;
  }
  body main article section#column .box h3 {
    display: block;
    width: fit-content;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    text-align: center;
  }
  body main article section#column .box p {
    text-align: center;
  }
  body main article section#special {
    width: 100%;
    padding: 60px 0 0;
    background: url("../images/special-bg.jpg") no-repeat center/cover;
    color: #fff;
  }
  body main article section#special .inner {
    padding-bottom: 85px;
  }
  body main article section#special h2 {
    margin-left: 0;
    margin-bottom: 30px;
  }
  body main article section#special h2 span.en {
    margin-left: 0;
  }
  body main article section#special .movie {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  body main article section#special p {
    margin-top: 35px;
  }
  body main article section#special .btn {
    display: block;
    width: 260px;
    padding: 8px 0 9px;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 50px auto 0;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    color: #115F5B;
    text-align: center;
  }
  body main article section#special .image-frame {
    width: 100%;
    max-width: 1366px;
    height: 113px;
    margin: auto;
    overflow: hidden;
    position: relative;
  }
  body main article section#special .image-frame .image {
    width: 683px;
    height: 100%;
    background: url("../images/special-image.jpg") no-repeat center/100%;
    position: absolute;
    top: 0;
  }
  body main article section#special .image-frame .image:nth-of-type(1) {
    left: 0;
  }
  body main article section#special .image-frame .image:nth-of-type(2) {
    left: 683px;
  }
  body main article section#products {
    padding: 60px 0 80px;
    background-color: #EFF2F1;
  }
  body main article section#products h2 {
    margin-left: 0;
    margin-bottom: 30px;
  }
  body main article section#products h2 span.en {
    margin-left: 0;
  }
  body main article section#products .image {
    width: 94.6666666667vw;
    margin: 40px auto 35px 0;
  }
  body main article section#products .image img {
    width: 100%;
  }
  body main article section#products .flex p {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
  }
  body main article section#products .flex .icons {
    width: 263px;
    margin: 45px auto 0;
  }
  body main article section#products .flex .icons img {
    width: 100%;
  }
  body main article section#products .items {
    margin-top: 50px;
  }
  body main article section#products .items .items-set .cate {
    border-top: 1px solid rgba(112, 112, 112, 0.2);
  }
  body main article section#products .items .items-set .cate h3 {
    display: block;
    width: 160px;
    padding: 3px 0;
    border-radius: 10px;
    box-sizing: border-box;
    margin: -10px auto 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  body main article section#products .items .items-set .cate .detail {
    font-size: 11px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-align: center;
  }
  body main article section#products .items .items-set .cate .item-list {
    display: flex;
    justify-content: space-around;
    align-items: start;
    gap: 36px 0;
    flex-wrap: wrap;
    margin-top: 25px;
    padding-bottom: 45px;
  }
  body main article section#products .items .items-set .cate .item-list .item {
    width: 43.0666666667vw;
  }
  body main article section#products .items .items-set .cate .item-list .item p {
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
    margin-top: 11px;
  }
  body main article section#products .items .items-set .cate .item-list .item p.bold {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
  }
  body main article section#products .items .items-set .cate .item-list .item p.tag {
    display: block;
    width: 65px;
    padding: 2px 0;
    border: 1px solid #707070;
    margin: 10px auto 0;
    line-height: 1;
  }
  body main article section#products .items .items-set .cate .item-list .item .item-image {
    margin: auto;
  }
  body main article section#products .items .items-set .cate .item-list .item .item-image img {
    width: 100%;
  }
  body main article section#products .items .items-set .cate .item-list .item.item1 .item-image {
    width: 33px;
  }
  body main article section#products .items .items-set .cate .item-list .item.item2 .item-image {
    width: 33px;
  }
  body main article section#products .items .items-set .cate .item-list .item.item3 {
    width: 100%;
  }
  body main article section#products .items .items-set .cate .item-list .item.item3 .item-image {
    width: 56px;
  }
  body main article section#products .items .items-set .cate .item-list .item.item4 .item-image {
    width: 120px;
  }
  body main article section#products .items .items-set .cate .item-list .item.item5 .item-image {
    width: 125px;
  }
  body main article section#products .items .items-set .cate .item-list .item.item6 .item-image {
    width: 41px;
  }
  body main article section#products .items .items-set .cate.cate1 h3 {
    background-color: #036D3B;
  }
  body main article section#products .items .items-set .cate.cate1 .detail {
    color: #036D3B;
  }
  body main article section#products .items .items-set .cate.cate1 .item-list .item p.bold {
    color: #036D3B;
  }
  body main article section#products .items .items-set .cate.cate2 h3 {
    background-color: #012C5C;
  }
  body main article section#products .items .items-set .cate.cate2 .detail {
    color: #012C5C;
  }
  body main article section#products .items .items-set .cate.cate2 .item-list .item p.bold {
    color: #012C5C;
  }
  body main article section#products .items .items-set .cate.cate3 h3 {
    background-color: #7DCC12;
  }
  body main article section#products .items .items-set .cate.cate3 .detail {
    color: #7DCC12;
  }
  body main article section#products .items .items-set .cate.cate3 .item-list .item {
    width: 100%;
  }
  body main article section#products .items .items-set .cate.cate3 .item-list .item p.bold {
    color: #7DCC12;
  }
  body main article section#products .btn {
    display: block;
    width: 235px;
    padding: 16px 0;
    border-radius: 28px;
    box-sizing: border-box;
    background-color: #115F5B;
    margin: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
}
.common_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: -1;
}
.common_modal.open {
  opacity: 1;
  z-index: 100;
  animation: modalOpen 0.5s linear;
}
.common_modal.close {
  opacity: 0;
  z-index: -1;
  animation: modalClose 0.5s linear;
}
.common_modal .common_modal_bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
.common_modal .common_modal_con {
  width: 50%;
  height: fit-content;
  max-height: 80%;
  box-sizing: border-box;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.common_modal .common_modal_con .modal_close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}

@keyframes modalOpen {
  0% {
    z-index: -1;
    opacity: 0;
  }
  1% {
    z-index: 100;
    opacity: 0;
  }
  100% {
    z-index: 100;
    opacity: 1;
  }
}
@keyframes modalClose {
  0% {
    z-index: 100;
    opacity: 1;
  }
  99% {
    z-index: 100;
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}