@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.roboto {
  font-family: "Roboto", sans-serif !important;
}

.cormo {
  font-family: "Cormorant", serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.freig {
  font-family: freight-display-pro, adobe-garamond-pro serif;
}

@-webkit-keyframes fadein-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-enter {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade-enter-active {
  opacity: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: scrollAnimeUp;
          animation-name: scrollAnimeUp;
}

.-kaku {
  margin-right: 0 !important;
  font-size: 14px !important;
}
@media (max-width: 768px) {
  .-kaku {
    font-size: 13px !important;
  }
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .classy04 {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    color: #000;
    font-weight: 500;
  }
  .classy04 a {
    color: #000;
  }
  .classy04 a:hover {
    opacity: 0.8;
  }
  .classy04 .classy04_SPonly {
    display: none !important;
  }
  .classy04_cover {
    padding-left: 0;
    display: block;
    position: relative;
    height: auto;
  }
  .classy04_cover::after {
    content: none;
  }
  .classy04_cover_tittle {
    position: absolute;
    top: 9%;
    left: 5%;
    width: 36%;
    max-width: unset;
    margin: 0;
  }
  .classy04_cover_tittle p {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  .classy04 .-combox {
    background: #fff;
  }
  .classy04 .-combox::before, .classy04 .-combox::after {
    content: "";
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
  }
  .classy04 .-combox::before {
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  .classy04 .-combox::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  .classy04_wrap {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
  }
  .classy04_content {
    max-width: 1000px;
    padding: 0;
  }
  .classy04__price {
    margin-top: 10px;
    letter-spacing: 0;
  }
  .classy04__price p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .classy04__price p a {
    text-decoration: underline;
    margin-right: 10px;
  }
  .classy04__price p span {
    margin-left: 10px;
  }
  .classy04__price p span small {
    margin-left: 5px;
  }
  .classy04__price p small {
    font-size: 10px;
  }
  .classy04__navarea {
    padding: 100px 0 130px;
    margin: 0 !important;
    font-size: 18px;
    font-weight: bold;
  }
  .classy04__navarea h2 {
    color: #000;
    font-size: 60px;
    margin-bottom: 60px;
  }
  .classy04__navarea h2 span {
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .classy04__navarea h2 small {
    display: block;
    margin-top: 5px;
    font-size: 32px;
  }
  .classy04__navarea p {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 0;
    text-align: center;
  }
  .classy04_tab {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #f4f1ee), to(#f4f1ee));
    background: linear-gradient(180deg, transparent 0%, transparent 50%, #f4f1ee 50%, #f4f1ee 100%);
  }
  .classy04_tab.c01 {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #f4f1ee), to(#f4f1ee));
    background: linear-gradient(180deg, transparent 0%, transparent 50%, #f4f1ee 50%, #f4f1ee 100%);
  }
  .classy04_tab.c02 {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #eff0ee), to(#eff0ee));
    background: linear-gradient(180deg, transparent 0%, transparent 50%, #eff0ee 50%, #eff0ee 100%);
  }
  .classy04_tab.c03 {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #eef2f3), to(#eef2f3));
    background: linear-gradient(180deg, transparent 0%, transparent 50%, #eef2f3 50%, #eef2f3 100%);
  }
  .classy04_tab.--last {
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f1ee), color-stop(50%, #f4f1ee), color-stop(50%, transparent), to(transparent));
    background: linear-gradient(180deg, #f4f1ee 0%, #f4f1ee 50%, transparent 50%, transparent 100%);
  }
  .classy04_tab.--last.c01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f1ee), color-stop(50%, #f4f1ee), color-stop(50%, transparent), to(transparent));
    background: linear-gradient(180deg, #f4f1ee 0%, #f4f1ee 50%, transparent 50%, transparent 100%);
  }
  .classy04_tab.--last.c02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#eff0ee), color-stop(50%, #eff0ee), color-stop(50%, transparent), to(transparent));
    background: linear-gradient(180deg, #eff0ee 0%, #eff0ee 50%, transparent 50%, transparent 100%);
  }
  .classy04_tab.--last.c03 {
    background: -webkit-gradient(linear, left top, left bottom, from(#eef2f3), color-stop(50%, #eef2f3), color-stop(50%, transparent), to(transparent));
    background: linear-gradient(180deg, #eef2f3 0%, #eef2f3 50%, transparent 50%, transparent 100%);
  }
  .classy04_tab__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .classy04_tab a {
    display: block;
    width: 31%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .classy04_tab a .-img {
    position: relative;
  }
  .classy04_tab a .-img__close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
    visibility: visible !important;
  }
  .classy04_tab a .-ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 5px;
  }
  .classy04_tab a .-eng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .classy04_tab a .-eng img {
    width: 42px;
  }
  .classy04_tab a .-eng span {
    width: calc(100% - 42px);
    padding-left: 10px;
    font-size: 14px;
    color: #969c8c;
    line-height: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-style: italic;
  }
  .classy04_tab a.--act {
    pointer-events: none;
  }
  .classy04_tab a.--act .-img {
    margin-top: -5px;
  }
  .classy04_tab a.--act .-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #b7a18c;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
  }
  .classy04_tab a.--act[data-tab=c02] .-img::after {
    background: #90A9B0;
  }
  .classy04_tab a.--act[data-tab=c03] .-img::after {
    background: #969C8C;
  }
  .classy04_tab a:hover, .classy04_tab a.--act {
    opacity: 1 !important;
  }
  .classy04_tab a:hover .-img__close, .classy04_tab a.--act .-img__close {
    opacity: 0 !important;
  }
  .classy04_tab a:hover .-eng span, .classy04_tab a.--act .-eng span {
    color: #000;
  }
  .classy04_combtn {
    padding: 20px 0;
    background: #fff;
    color: #00263A !important;
    border: 1px solid #00263A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    max-width: 420px;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
  }
  .classy04_combtn small {
    font-size: 12px;
    margin: 0 5px;
    line-height: 1;
  }
  .classy04_itembg {
    background: #f4f1ee;
  }
  .classy04_itembg.c01 {
    background: #f4f1ee;
  }
  .classy04_itembg.c02 {
    background: #eff0ee;
  }
  .classy04_itembg.c03 {
    background: #eef2f3;
  }
  .classy04_item {
    padding: 120px 0 130px;
  }
  .classy04_item__ttl {
    width: 660px;
    height: 207px;
    margin-left: auto;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
  }
  .classy04_item__ttl.--rev {
    margin-left: 0;
    margin-left: 50px;
  }
  .classy04_item__ttl h2 {
    color: #000;
  }
  .classy04_item__ttl h2 img {
    position: absolute;
    top: -74px;
    right: 98%;
    width: 207px;
  }
  .classy04_item__ttl h2 small {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.07em;
  }
  .classy04_item__ttl h2 small strong {
    font-size: 18px;
  }
  .classy04_item__ttl h2 span.--main {
    font-size: 36px;
    line-height: 1.2;
  }
  .classy04_item__prof {
    margin-top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    z-index: 0;
  }
  .classy04_item__prof.--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .classy04_item__prof.--rev .-txt {
    padding-right: 0;
    padding-left: 50px;
  }
  .classy04_item__prof .-img {
    width: 68%;
  }
  .classy04_item__prof .-txt {
    width: 28%;
    font-size: 14px;
    line-height: 1.8;
    padding-right: 50px;
    text-align: left;
  }
  .classy04_item__prof .-txt strong {
    display: block;
    width: 73px;
    margin-bottom: 10px;
  }
  .classy04_item__order {
    max-width: 780px;
    margin: 100px auto 150px;
    padding: 50px 40px 30px;
    position: relative;
  }
  .classy04_item__order h3 {
    width: 490px;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    position: absolute;
    top: -12px;
    left: 40px;
  }
  .classy04_item__order p {
    font-size: 18px;
    line-height: 2;
  }
  .classy04_item__story {
    background: #584f43;
    padding: 80px 50px;
    position: relative;
  }
  .classy04_item__story.--grn {
    background: #344620;
  }
  .classy04_item__story.--nv {
    background: #324b4c;
  }
  .classy04_item__story::before {
    content: "";
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    top: 6px;
    left: 6px;
    border: 4px double #fff;
  }
  .classy04_item__story h3 {
    width: 461px;
    margin: 0 auto 100px;
  }
  .classy04_item__story ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .classy04_item__story ul li:not(:first-child) {
    margin-top: 100px;
  }
  .classy04_item__story ul li .-img {
    width: 62%;
  }
  .classy04_item__story ul li .-txt {
    width: 33%;
    color: #fff;
  }
  .classy04_item__story ul li .-txt h4 {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .classy04_item__story ul li .-txt p {
    font-weight: 400;
    line-height: 1.7;
  }
  .classy04_item__story ul li.--btmtxt {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .classy04_item__story ul li.--ctrtxt {
    margin-top: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .classy04_item__story ul li.--ctrtxt .-txt {
    width: 37%;
    padding-right: 40px;
    margin-bottom: 150px;
  }
  .classy04_item__story ul li.--ctrtxt .-img {
    width: 58%;
    text-align: right;
  }
  .classy04_item__story ul li.--ctrtxt .-img img {
    width: 91%;
  }
  .classy04_item__suitimg {
    max-width: 660px;
    margin: 200px auto 0;
  }
  .classy04_item__style {
    max-width: 780px;
    margin: 50px auto 0;
    padding: 30px;
  }
  .classy04_item__style h4 {
    width: 167px;
    margin: 0 auto 20px;
  }
  .classy04_item__style h3 {
    font-size: 36px;
    text-align: center;
    line-height: 1.6;
  }
  .classy04_item__data {
    max-width: 900px;
    margin: 80px auto 0;
  }
  .classy04_item__data h3 {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
  }
  .classy04_item__data h3::before {
    content: "";
    display: block;
    width: calc(100% - 200px);
    height: 1px;
    position: absolute;
    top: 23px;
    right: 0;
    background: #000;
  }
  .classy04_item__data h3 span {
    display: inline-block;
    width: 179px;
  }
  .classy04_item__data .-data {
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: 0;
  }
  .classy04_item__data .-data span {
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  .classy04_item__data .-data span small {
    font-size: 13px;
  }
  .classy04_item__data .-img {
    margin-bottom: 40px;
  }
  .classy04_item__data .-txt {
    font-size: 18px;
  }
  .classy04_fair {
    margin-top: 200px;
  }
  .classy04_fair__box {
    max-width: 800px;
    margin: 0 auto;
    background: #00263A;
    color: #fff;
    padding: 50px 0;
  }
  .classy04_fair__box h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
  }
  .classy04_fair__box h2 span {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .classy04_fair__box h2 small {
    margin-top: 22px;
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-weight: bold;
  }
  .classy04_fair__box h2 small.-sub {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .classy04_fair__btmbtn {
    margin-top: 110px;
    margin-bottom: 150px;
  }
  .classy04_fair__btmbtn a {
    line-height: 1.2;
    padding: 13px 0;
  }
  .classy04__lineup {
    margin: 0 !important;
    padding-bottom: 200px;
  }
  .classy04__lineup h2 {
    margin: 0;
    font-size: 23px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .classy04__lineup__btn {
    margin-top: 30px;
    text-align: center;
  }
  .classy04__lineup__btn a {
    text-align: center;
    display: inline-block;
    width: 400px;
    padding: 15px;
    background: #fff;
    color: #001F37;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
  }
  .classy04__lineup__btn a:hover {
    opacity: 1 !important;
    background: #001F37;
    color: #fff;
  }
  .classy04_totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
  }
  .classy04_totop img {
    width: 64px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .l-wrapper {
    min-width: none;
  }
  .classy04_PConly {
    display: none !important;
  }
  .classy04 {
    color: #000;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    overflow-x: hidden;
    font-weight: 500;
    font-size: 15px;
  }
  .classy04_cover {
    position: relative;
    padding-top: 133%;
  }
  .classy04_cover_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .classy04_cover_img img {
    width: 100%;
  }
  .classy04_cover_tittle {
    width: 68%;
    position: absolute;
    top: auto;
    bottom: 6%;
    left: 5%;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
  }
  .classy04 .-combox {
    background: #fff;
  }
  .classy04 .-combox::before, .classy04 .-combox::after {
    content: "";
    display: block;
    width: 24px;
    height: 40px;
    position: absolute;
  }
  .classy04 .-combox::before {
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  .classy04 .-combox::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  .classy04_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .classy04_content {
    padding: 0;
  }
  .classy04__navarea {
    padding: 50px 0 80px;
    margin: 0 !important;
    color: #000 !important;
    font-size: 16px;
    font-weight: bold;
  }
  .classy04__navarea h2 {
    color: #000;
    font-size: 39px;
    margin-bottom: 40px;
  }
  .classy04__navarea h2 span {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.01em;
  }
  .classy04__navarea h2 small {
    display: block;
    margin-top: 10px;
    font-size: 21px;
    letter-spacing: 0.01em;
  }
  .classy04__navarea p {
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 0em;
    text-align: center;
  }
  .classy04_combtn {
    padding: 10px 0;
    background: #fff;
    color: #00263A !important;
    border: 1px solid #00263A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 400px;
    letter-spacing: 0;
    margin: 15px auto 0;
    font-size: 15px;
    font-weight: bold;
  }
  .classy04_combtn small {
    font-size: 11px;
    margin: 0 5px;
    line-height: 1;
  }
  .classy04_itembg {
    background: #f4f1ee;
  }
  .classy04_itembg.c01 {
    background: #f4f1ee;
  }
  .classy04_itembg.c02 {
    background: #eff0ee;
  }
  .classy04_itembg.c03 {
    background: #eef2f3;
  }
  .classy04_tab {
    padding: 65px 0 0;
    background: #f4f1ee;
  }
  .classy04_tab:has([data-tab=c01].--act) {
    background: #f4f1ee;
  }
  .classy04_tab:has([data-tab=c02].--act) {
    background: #eff0ee;
  }
  .classy04_tab:has([data-tab=c03].--act) {
    background: #eef2f3;
  }
  .classy04_tab__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .classy04_tab a {
    display: block;
    width: 100%;
  }
  .classy04_item {
    background: #f4f1ee;
    padding: 85px 0 50px;
  }
  .classy04_item__ttl {
    width: 100%;
    height: 130px;
    margin-left: auto;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
  }
  .classy04_item__ttl h2 {
    color: #000;
  }
  .classy04_item__ttl h2 img {
    position: absolute;
    top: -45px;
    right: 81%;
    width: 145px;
  }
  .classy04_item__ttl h2 img.-num02 {
    top: -30px;
  }
  .classy04_item__ttl h2 img.-num03 {
    top: -40px;
    right: 83%;
  }
  .classy04_item__ttl h2 small {
    font-size: 11px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
  }
  .classy04_item__ttl h2 small strong {
    font-size: 13px;
  }
  .classy04_item__ttl h2 span.--main {
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }
  .classy04_item__prof {
    margin-top: -20px;
    position: relative;
    z-index: 0;
  }
  .classy04_item__prof .-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 15px;
  }
  .classy04_item__prof .-txt {
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
  }
  .classy04_item__prof .-txt strong {
    display: block;
    width: 68px;
    margin-bottom: 7px;
  }
  .classy04_item__order {
    margin: 80px auto 75px;
    padding: 50px 20px 20px;
    position: relative;
  }
  .classy04_item__order h3 {
    width: 220px;
    position: absolute;
    top: -20px;
    left: calc(50% - 110px);
  }
  .classy04_item__order p {
    font-size: 15px;
    line-height: 2;
    font-weight: bold;
  }
  .classy04_item__story {
    background: #584f43;
    padding: 50px 20px;
    position: relative;
  }
  .classy04_item__story.--grn {
    background: #344620;
  }
  .classy04_item__story.--nv {
    background: #324b4c;
  }
  .classy04_item__story::before {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 4px;
    left: 4px;
    border: 4px double #fff;
  }
  .classy04_item__story h3 {
    width: 162px;
    margin: 0 auto 40px;
  }
  .classy04_item__story ul li:not(:first-child) {
    margin-top: 45px;
  }
  .classy04_item__story ul li .-img {
    width: 100%;
  }
  .classy04_item__story ul li .-txt {
    width: 100%;
    color: #fff;
  }
  .classy04_item__story ul li .-txt h4 {
    font-size: 21px;
    line-height: 1.6;
    margin: 10px 0;
    letter-spacing: 0.03em;
  }
  .classy04_item__story ul li .-txt p {
    font-size: 15px;
    line-height: 1.6;
  }
  .classy04_item__story ul li.--ctrtxt .-txt {
    width: 100%;
  }
  .classy04_item__story ul li.--ctrtxt .-img {
    width: 100%;
    text-align: center;
  }
  .classy04_item__story ul li.--ctrtxt .-img img {
    width: 90%;
  }
  .classy04_item__suitimg {
    margin: 60px 0 0 calc(50% - 50vw);
    width: 100vw;
  }
  .classy04_item__style {
    margin: 50px auto 0;
    padding: 25px 10px;
  }
  .classy04_item__style h4 {
    width: 156px;
    margin: 0 auto 15px;
  }
  .classy04_item__style h3 {
    font-size: 23px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
  .classy04_item__data {
    margin-top: 50px;
  }
  .classy04_item__data h3 {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 15px;
  }
  .classy04_item__data h3::before {
    content: "";
    display: block;
    width: calc(100% - 160px);
    height: 1px;
    position: absolute;
    top: 18px;
    right: 0;
    background: #000;
  }
  .classy04_item__data h3 span {
    display: inline-block;
    width: 144px;
  }
  .classy04_item__data .-data {
    font-size: 15px;
    margin-bottom: 40px;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: left;
  }
  .classy04_item__data .-data span {
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  .classy04_item__data .-data span small {
    font-size: 12px;
  }
  .classy04_item__data .-img {
    margin-bottom: 40px;
  }
  .classy04_item__data .-txt {
    font-size: 15px;
    font-weight: bold;
  }
  .classy04_fair {
    margin-top: 70px;
    margin-bottom: 100px;
  }
  .classy04_fair__box {
    margin: 0 auto;
    background: #00263A;
    color: #fff;
    padding: 30px 15px 30px;
  }
  .classy04_fair__box h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
  }
  .classy04_fair__box h2 span {
    font-size: 23px;
    line-height: 1.2;
  }
  .classy04_fair__box h2 small {
    margin-top: 15px;
    display: block;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .classy04_fair__box h2 small.-sub {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .classy04_fair__btn a {
    margin-top: 20px;
  }
  .classy04_fair__btmbtn {
    width: 90%;
    margin: 80px auto 0;
  }
  .classy04_fair__btmbtn a {
    line-height: 1.2;
    padding: 5px 0;
    text-align: center;
  }
  .classy04_tab .--act {
    opacity: 0.5;
    pointer-events: none;
  }
  .classy04_tab.--last {
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f1ee), color-stop(45%, #f4f1ee), color-stop(45%, transparent), to(transparent));
    background: linear-gradient(180deg, #f4f1ee 0%, #f4f1ee 45%, transparent 45%, transparent 100%);
  }
  .classy04_tab.--last .classy04_tab__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .classy04_tab.--last a {
    display: block;
    width: calc((100% - 15px) / 2);
  }
  .classy04_tab.--last a .-img {
    position: relative;
  }
  .classy04_tab.--last a .-img__close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
  .classy04_tab.--last a .-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 0;
  }
  .classy04_tab.--last a .-eng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .classy04_tab.--last a .-eng img {
    width: 21px;
  }
  .classy04_tab.--last a .-eng span {
    width: calc(100% - 21px);
    padding-left: 5px;
    font-size: 13px;
    color: #969c8c;
    font-style: italic;
  }
  .classy04_totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
  }
  .classy04_totop img {
    width: 48px;
    height: auto;
  }
  .modaal-close {
    display: none;
  }
  .modaal-container {
    background: #EAECE9;
  }
  .modaal-container .modaal-content-container {
    padding: 100px 20px;
  }
  .modaal {
    color: #000;
    position: relative;
  }
  .modaal__btn {
    position: absolute;
    top: -60px;
    right: 0;
    display: block;
    width: 35px;
    height: 35px;
    background: url(/ex/img/free/ss25-madeinusa/btn.svg) no-repeat;
    background-size: contain;
  }
  .modaal__img {
    width: 100%;
    margin-bottom: 10px;
  }
  .modaal__img img {
    width: 100%;
    height: auto;
  }
  .modaal__txt table {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    font-family: "Proxima Nova", sans-serif;
    border-spacing: 0;
  }
  .modaal__txt th,
  .modaal__txt td {
    /* padding: .75em 0; */
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    width: 100%;
  }
  .modaal__txt th a {
    padding: 0.75em 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    color: #000;
  }
  .modaal__txt th {
    text-align: left;
  }
  .modaal__txt td {
    text-align: right;
  }
  .modaal__txt .classy04_tax_flex {
    width: 100%;
  }
  .modaal__txt .classy04_tax {
    margin-bottom: 20px !important;
    font-size: 11px;
  }
  .modaal__txt__p {
    font-size: 11px;
  }
}