/*#region var*/
:root {
    --pxunit: .83rem;
    --headerH: 11rem;
    --fontB: 'Noto Sans JP';
    --fontP: 'Poppins';
    --fontR: 'Raleway';
    --fontDIN: 'DIN 2014';
    --bg-white-color: #FFF;
    --bg-grey-color: #F7F7F7;
    --bg-black-color: #000000;
    --bg-pink-color: #F88569;
    --bg-red-color: #EF4444;
    --bg-main-linear: linear-gradient(90deg, #D2C0FC 0%, #FA8160 100%);
}

/*#endregion var*/
* {
    box-sizing: border-box;
    color: var(--bg-black-color);
    font-family: var(--fontB);
    font-weight: 400;
    line-height: 1.6;
}

html {
    font-size: .625vw;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    html {
        font-size: 2.5vw;
    }
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.hx1 {
    content: "";
    height: var(--pxunit);
}

.hx2 {
    content: "";
    height: calc(var(--pxunit)*2);
}

.hx3 {
    content: "";
    height: calc(var(--pxunit)*3);
}

.hx4 {
    content: "";
    height: calc(var(--pxunit)*4);
}

.hx5 {
    content: "";
    height: calc(var(--pxunit)*5);
}

.hx6 {
    content: "";
    height: calc(var(--pxunit)*6);
}

.hx7 {
    content: "";
    height: calc(var(--pxunit)*7);
}

.hx8 {
    content: "";
    height: calc(var(--pxunit)*8);
}

.hx9 {
    content: "";
    height: calc(var(--pxunit)*9);
}

.hx10 {
    content: "";
    height: calc(var(--pxunit)*10);
}

.hx11 {
    content: "";
    height: calc(var(--pxunit)*11);
}

.hx12 {
    content: "";
    height: calc(var(--pxunit)*12);
}

.hx13 {
    content: "";
    height: calc(var(--pxunit)*13);
}

.hx14 {
    content: "";
    height: calc(var(--pxunit)*14);
}

.hx15 {
    content: "";
    height: calc(var(--pxunit)*15);
}

.hx16 {
    content: "";
    height: calc(var(--pxunit)*16);
}

.hx17 {
    content: "";
    height: calc(var(--pxunit)*17);
}

.hx18 {
    content: "";
    height: calc(var(--pxunit)*18);
}

.hx19 {
    content: "";
    height: calc(var(--pxunit)*19);
}

.hx20 {
    content: "";
    height: calc(var(--pxunit)*20);
}

/*#endregion var*/

/*#region RESET*/
html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

input {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input:hover,
input:focus,
input:active {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #333333;
}

input::-moz-placeholder {
    color: #333333;
}

input:-ms-input-placeholder {
    color: #333333;
}

input:-moz-placeholder {
    color: #333333;
}

textarea::-webkit-input-placeholder {
    color: #333333;
}

textarea::-moz-placeholder {
    color: #333333;
}

textarea:-ms-input-placeholder {
    color: #333333;
}

textarea:-moz-placeholder {
    color: #333333;
}

button:focus {
    outline: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style-type: none;
}

img {
    border: 0px;
}

.clearfix {
    clear: both;
    overflow: hidden;
}

/*#endregion RESET*/

/*#region pspander*/
.pspander_header {
    cursor: pointer;
}

.pspander_opened {
    display: block;
}

.pspander_closed {
    display: none;
}

.pspander.pst_show .pspander_opened {
    display: none;
}

.pspander.pst_show .pspander_closed {
    display: block;
}

.pspander_collapse {
    display: none;
}

/*#endregion pspander*/
/*#region ANIMATION*/
/*#region opacity animation*/
.js_opac {
    opacity: 0;
    transition: all .6s;
    transition-delay: .3s;
}

.js_opac.on {
    opacity: 1;
}

/*#endregion opacity animation*/
/*#region spin animation*/
/* spin1 */
@keyframes spin1 {
    0% {
        transform: rotate(0deg)translate3d(7px, 0, 0);
    }

    100% {
        transform: rotate(360deg)translate3d(7px, 0, 0);
    }
}

/* spin2 */
@keyframes spin2 {
    0% {
        transform: rotate(0deg)translate3d(5px, 0, 0);
    }

    100% {
        transform: rotate(360deg)translate3d(5px, 0, 0);
    }
}

/* spin3 */
@keyframes spin3 {
    0% {
        transform: rotate(0deg)translate3d(6px, 0, 0);
    }

    100% {
        transform: rotate(360deg)translate3d(6px, 0, 0);
    }
}

/* spin4 */
@keyframes spin4 {
    0% {
        transform: rotate(0deg)translate3d(3px, 0, 0);
    }

    100% {
        transform: rotate(-360deg)translate3d(3px, 0, 0);
    }
}

/* spin5 */
@keyframes spin5 {
    0% {
        transform: rotate(0deg)translate3d(2px, 0, 0);
    }

    100% {
        transform: rotate(-360deg)translate3d(2px, 0, 0);
    }
}

.circleWrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.c_pos01 {
    top: 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin1 5s linear infinite;
    -moz-animation: spin1 5s linear infinite;
    -ms-animation: spin1 5s linear infinite;
    -o-animation: spin1 5s linear infinite;
    animation: spin1 5s linear infinite;
    /*  	animation: bo-co1 10s infinite;
        -webkit-animation: bo-co1 10s infinite; */
}

.c_pos02 {
    top: 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin2 4s linear infinite;
    -moz-animation: spi2 4s linear infinite;
    -ms-animation: spin2 4s linear infinite;
    -o-animation: spin2 4s linear infinite;
    animation: spin2 4s linear infinite;
    /* 	animation: bo-co2 9s infinite;
        -webkit-animation: bo-co2 9s infinite; */
}

.c_pos03 {
    top: 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin3 7s linear infinite;
    -moz-animation: spi3 7s linear infinite;
    -ms-animation: spin3 7s linear infinite;
    -o-animation: spin3 7s linear infinite;
    animation: spin3 7s linear infinite;
    /* 	animation: bo-co3 11s infinite;
        -webkit-animation: bo-co3 11s infinite; */
}

.c_pos04 {
    top: 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin4 7s linear infinite;
    -moz-animation: spi4 7s linear infinite;
    -ms-animation: spin4 7s linear infinite;
    -o-animation: spin4 7s linear infinite;
    animation: spin4 7s linear infinite;
    /* 	animation: bo-co1 12s infinite;
        -webkit-animation: bo-co1 12s infinite; */
}

.c_pos05 {
    top: 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin5 8s linear infinite;
    -moz-animation: spi5 8s linear infinite;
    -ms-animation: spin5 8s linear infinite;
    -o-animation: spin5 8s linear infinite;
    animation: spin5 8s linear infinite;
    /* 	animation: bo-co2 10s infinite;
        -webkit-animation: bo-co2 10s infinite; */
}

/*#endregion spn animation*/
/*#region rotate animation*/
.rot360 {
    transform: rotate(0deg);
    animation: anim_rotate360 10s linear infinite;
}

@keyframes anim_rotate360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*#endregion rotate animation*/
/*#region clip-left-right animation*/
.panir3 {
    display: inline-block;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}

.panir3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.panil3 {
    display: inline-block;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}

.panil3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

/*#endregion clip-left-right animation*/
/*#region pani text rising animation*/
.pani4 {
    display: flex;
    overflow: hidden;
}

.pani4 span {
    display: block;
    transform: translateY(100%);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: transparent;
}

.pani4.on span {
    color: #222;
    transform: translateY(0);
}

.pani4 span:nth-child(0) {
    transition-delay: 0ms;
}

.pani4 span:nth-child(1) {
    transition-delay: 80ms;
}

.pani4 span:nth-child(2) {
    transition-delay: 160ms;
}

.pani4 span:nth-child(3) {
    transition-delay: 240ms;
}

.pani4 span:nth-child(4) {
    transition-delay: 320ms;
}

.pani4 span:nth-child(5) {
    transition-delay: 400ms;
}

.pani4 span:nth-child(6) {
    transition-delay: 480ms;
}

.pani4 span:nth-child(7) {
    transition-delay: 560ms;
}

.pani4 span:nth-child(8) {
    transition-delay: 640ms;
}

.pani4 span:nth-child(9) {
    transition-delay: 720ms;
}

.pani4 span:nth-child(10) {
    transition-delay: 800ms;
}

.pani4 span:nth-child(11) {
    transition-delay: 880ms;
}

.pani4 span:nth-child(12) {
    transition-delay: 960ms;
}

.pani4 span:nth-child(13) {
    transition-delay: 1040ms;
}

.pani4 span:nth-child(14) {
    transition-delay: 1120ms;
}

.pani4 span:nth-child(15) {
    transition-delay: 1200ms;
}

.pani4 span:nth-child(16) {
    transition-delay: 1280ms;
}

.pani4 span:nth-child(17) {
    transition-delay: 1360ms;
}

.pani4 span:nth-child(18) {
    transition-delay: 1440ms;
}

.pani4 span:nth-child(19) {
    transition-delay: 1520ms;
}

.pani4 span:nth-child(19) {
    transition-delay: 1600ms;
}

/*endregion pani text rising animation*/
/*#region evelit animaiton*/
.initani {
    overflow: hidden;
    position: relative;
}

.initani::before,
.initani::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.initani_bw::before {
    background-color: #2b3f6c;
}

.initani_bw::after {
    background-color: #fff;
}

.initani.initani_ww::before {
    background-color: #fff;
}

.initani.initani_ww::after {
    background-color: #fff;
}

.initani.initani_wb::before {
    background-color: #fff;
}

.initani.initani_wb::after {
    background-color: #2b3f6c;
}

.initani.initani_wbk::before {
    background-color: #fff;
}

.initani.initani_wbk::after {
    background-color: #1A1A1A;
}

.initani.initani_bkw::before {
    background-color: #1A1A1A;
}

.initani.initani_bkw::after {
    background-color: #fff;
}

.initani.initani_bg::before {
    background-color: #2b3f6c;
}

.initani.initani_bg::after {
    background-color: #DEE9EC;
}

.initani.initani_bc::before {
    background-color: #2b3f6c;
}

.initani.initani_bc::after {
    background-color: #E9F9FA;
}

.initani.initani_wg::before {
    background-color: #fff;
}

.initani.initani_wg::after {
    background-color: #A9CD36;
}

.initani.initani_wy::before {
    background-color: #fff;
}

.initani.initani_wy::after {
    background-color: #A9CD36;
}

.initani.initani_wc::before {
    background-color: #fff;
}

.initani.initani_wc::after {
    background-color: #E9F9FA;
}

.initani.initani_tw::before {
    background-color: transparent;
}

.initani.initani_tw::after {
    background-color: #fff;
}

.initani.initani_tb::before {
    background-color: transparent;
}

.initani.initani_tb::after {
    background-color: #2b3f6c;
}

.initani::before {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.initani::after {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0) translateX(0);
    -ms-transform: scaleX(0) translateX(0);
    transform: scaleX(0) translateX(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.anistart::before {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.anistart::after {
    -webkit-transform: scaleX(1) translateX(101%);
    -ms-transform: scaleX(1) translateX(101%);
    transform: scaleX(1) translateX(101%);
}

/*#endregion evelit animaiton*/
/*region coiran animation*/
@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -o-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -moz-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }

    5% {
        opacity: 1
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transformm: scale(1);
    }
}

/*endregion coiran animation*/
/*#region io animation*/
.pioup {
    -webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, -webkit-transform 1.0s ease 0s;
    transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, transform 1.0s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.pioup.on {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
}

/*#endregion io animation*/
/*#endregion ANIMATION*/

/*#region COMMON*/
.pmh_anchor {
    transform: translateY(-100px);
    content: "";
    width: 100%;
    height: 0;
}

.jp_wbr {
    word-break: keep-all;
}

.disb_sp {
    display: none !important;
}

.disb_pc {
    display: block !important;
}

/*#endregion COMMON*/


/*#region pg specials*/
.font-white {
    color: var(--bg-white-color) !important;
}

.bg-white {
    background-color: var(--bg-white-color) !important;
}

.display-flex {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.justify-content-between {
    display: flex;
    justify-content: space-between;
}

.justify-content-end {
    display: flex;
    justify-content: flex-end;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.justify-content-start {
    display: flex;
    justify-content: flex-start;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-baseline {
    align-items: baseline;
}

.align-center {
    align-items: center;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-flex-end {
    display: flex;
    justify-content: flex-end;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.row_reverse {
    flex-direction: row-reverse;
}

.w_50 {
    width: 50%;
}

.w_45 {
    width: 45%;
}

.w_48 {
    width: 48%;
}

.w_60 {
    width: 60%;
}

.w_35 {
    width: 35%;
}

.w_25 {
    width: 25%;
}

.w_100 {
    width: 100%;
}

.w_70 {
    width: 70%;
}

img {
    object-fit: cover;
    margin: 0;
    padding: 0;
}

.sp_break {
    display: none !important;
}

.tb_break {
    display: none !important;
}

@media (max-width: 768px) {
    .tb_hide {
        display: none !important;
    }

    .tb_break {
        display: block !important;
    }
}

@media (max-width: 450px) {
    .sp_hide {
        display: none !important;
    }

    .sp_break {
        display: block !important;
    }
}

/*#region HEADER*/
header {
    margin: 0;
    padding: 0 3.5rem;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    height: var(--headerH);
    background-color: var(--bg-white-color);
    z-index: 111;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.header_set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header_logo {
    display: flex;
    width: 6rem;
    font-weight: bold;
}

.header_logo svg {
    width: 100%;
}

.header_logo span {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-left: 2rem;
    border-left: 1px solid #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header_menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.headmenu_a {
    position: relative;
    height: var(--headerH);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .1s;
    padding: 0 1.7rem;
}

.headmenu_shape {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headmenu_uline {
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    background-color: var(--bg-black-color);
    width: 0;
    transition: all .3s;
}

.headmenu_a:hover .headmenu_uline {
    width: 100%;
}

.headmenu_a .headmenu_cap {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--bg-black-color);
}

.headmenu_a.entry_btn {
    padding: 0;
}

.headmenu_a.contact_btn .headmenu_cap,
.headmenu_a.entry_btn .headmenu_cap {
    width: 14rem;
    padding: .7rem 0;
    border: 2px solid var(--bg-black-color);
    transition: all .4s;
}

.headmenu_a.contact_btn:hover .headmenu_cap {
    background-color: var(--bg-black-color);
    color: var(--bg-white-color);
}

.headmenu_a.entry_btn .headmenu_cap {
    background-color: var(--bg-black-color);
    color: var(--bg-white-color);
}

.headmenu_a.entry_btn:hover .headmenu_cap {
    background-color: var(--bg-white-color);
    color: var(--bg-black-color);
}

.hamburger_set {
    display: none;
    min-height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 10px;
    position: relative;
    z-index: 130;
}

.hamburger_set a {
    color: #000;
}

.hamburger_btn {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    padding: 0px;
    width: 32px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hamburger_btn span {
    background: #000;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 0px;
    margin: 0px 1px 4px 1px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hamburger_btn span:last-child {
    margin-bottom: 0px;
}

.hamburger_btn span:nth-child(2) {
    width: 23px;
}

.hamburger_btn span:nth-child(3) {
    width: 15px;
}

.hamburger_btn.pst_open span:nth-child(1),
.hamburger_btn.pst_open span:nth-child(3) {
    transform: translate(0px, 7px) rotate(-45deg) scalex(1);
    margin-bottom: 0px;
}

.hamburger_btn.pst_open span:nth-child(2) {
    height: 0;
    margin-bottom: 0px;
    width: 0px;
}

.hamburger_btn.pst_open span:nth-child(3) {
    transform: translate(0px, 5px) rotate(45deg) scalex(1);
    width: 30px;
}

.hide-scroll {
    overflow: hidden !important;
}

/*#endregion HEADER*/

/* -----------img animation---------- */
.animated_img {
    position: relative;
    overflow: hidden;
}

.animated_img:hover::before,
.animated_img:hover::after {
    translate: 0% 0%;
}

.animated_img::before {
    background: rgba(255, 255, 255, .3);
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    transition: all .4s cubic-bezier(0.46, 0.16, 0.24, 0.77);
    width: 101%;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
    top: 0;
    translate: 100% -100%;
    z-index: 99;
}

.animated_img::after {
    background: rgba(255, 255, 255, .3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s cubic-bezier(0.46, 0.16, 0.24, 0.77);
    width: 101%;
    bottom: 0;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    right: 0;
    translate: -100% 100%;
    z-index: 99;
}

/* -----------brush animation---------- */
.brush.on {
    animation: brush01 2.4s 0.2s steps(22) forwards;
}

.brush {
    -webkit-mask: url("../img/brush.png");
    mask: url("../img/brush.png");
    -webkit-mask-size: 2500% 100%;
    mask-size: 2500% 100%;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
}

@keyframes brush01 {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    100% {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

/* -------fade up animation----- */
.fade_y {
    transform: translate(0, 2rem);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.53, 0.2, 0.25, 1), transform 0.8s cubic-bezier(0.53, 0.2, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.53, 0.2, 0.25, 1);
    transition-delay: 0.06s
}

.fade_y.on {
    opacity: 1;
    transform: translate(0, 0rem);
    --webkit-transform: translate(0, 0rem);
}

/* -------inview animation------ */
[data-inview] {
    mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
    -webkit-mask-size: 250% 100%;
    mask-size: 250% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    opacity: 0
}

[data-inview].inview,
[data-inview] * {
    transition: opacity 2.5s, -webkit-mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 2.5s, mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 2.5s, mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    opacity: 1;
}


/* -------text blur animation------ */
.animation_txt span {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.animation_txt>span {
    display: block;
    color: var(--bg-white-color);
}

/* -----------page common style---------- */
.wrapper {
    padding-top: var(--headerH);
    background-color: var(--bg-blue-color);
    opacity: 0;
}

.container {
    width: 100%;
    padding: 0 18rem;
}

.l-inner,
.m-inner,
.s-inner {
    display: flex;
    flex-direction: column;
}

.l-inner {
    gap: 6.6rem;
}

.m-inner {
    gap: 5rem;
}

.s-inner {
    gap: 4rem;
}

.pg__fv {
    position: relative;
}

.pg__ttl {
    width: fit-content;
    position: absolute;
    bottom: 4rem;
    left: 18rem;
    font-size: 7.5rem;
    font-family: var(--fontP);
    font-weight: 500;
    line-height: 1.2;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(270deg, #D2C0FC 0%, #FA8160 50%, #000 0);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    color: transparent;
}

.pg__ttl.on {
    animation: grad-anim .5s cubic-bezier(.2, .6, .2, 1) forwards;
    animation-delay: .3s;
}

@keyframes grad-anim {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: 0%;
    }
}

.jp__ttl {
    width: fit-content;
    font-size: 5.3rem;
    font-family: var(--fontB);
    font-weight: 400;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(270deg, #D2C0FC 0%, #FA8160 50%, #000 0);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    color: transparent;
}

.pg__img {
    display: flex;
    width: 100%;
    height: 42rem;
    overflow: hidden;
}

.pg__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blk__ttl h1 {
    display: inline-block;
    font-size: 8rem;
    font-family: var(--fontP);
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(270deg, #D2C0FC 0%, #FA8160 50%, #000 0);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    color: transparent;
    line-height: 1.3;
}

.blk__ttl p {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.blk__ttl .txt {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(270deg, #D2C0FC 0%, #FA8160 50%, #000 0);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    color: transparent;
}

.blk__ttl .circle {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--bg-pink-color);
}

@media (max-width: 991px) {
    .container {
        padding: 0 15rem;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 2.5rem;
    }

    .l-inner {
        gap: 3rem;
    }

    .m-inner {
        gap: 2.5rem;
    }

    .s-inner {
        gap: 1.5rem;
    }

    .pg__ttl {
        bottom: 1.5rem;
        left: 2.5rem;
        font-size: 3rem;
    }

    .jp__ttl {
        font-size: 2rem;
    }

    .pg__img {
        height: 12rem;
    }

    .blk__ttl h1 {
        font-size: 3rem;
    }

    .blk__ttl p {
        gap: .6rem;
    }

    .blk__ttl .txt {
        font-size: .9rem;
    }

    .blk__ttl .circle {
        width: .6rem;
        height: .6rem;
    }
}

@media (max-width: 450px) {
    .container {
        padding: 0 15px;
    }

    .l-inner {
        gap: 35px;
    }

    .m-inner {
        gap: 30px;
    }

    .s-inner {
        gap: 20px;
    }

    .pg__ttl {
        bottom: 15px;
        left: 15px;
        font-size: 36px;
    }

    .jp__ttl {
        font-size: 27px;
    }

    .pg__img {
        height: 17rem;
    }

    .blk__ttl h1 {
        font-size: 36px;
    }

    .blk__ttl p {
        gap: 6px;
    }

    .blk__ttl .txt {
        font-size: 14px;
    }

    .blk__ttl .circle {
        width: 8px;
        height: 8px;
    }
}

.more__btn {
    position: relative;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 1.5rem 2.5rem;
    border: 2px solid var(--bg-black-color);
    margin: 0 auto;
    transition: border-color .3s;
}

.more__btn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: width .3s;
    background-image: linear-gradient(90deg, #D2C0FC 0%, #FA8160 100%);
    z-index: -1;
}

.more__btn .txt {
    font-size: 2rem;
    font-weight: bold;
    transition: color .3s;
}

.more__btn .shape {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--bg-black-color);
    transition: transform .3s, color .3s;
}

.more__btn:hover {
    border-color: #D2C0FC;
}

.more__btn:hover::before {
    width: 100%;
}

.more__btn:hover .txt {
    color: var(--bg-white-color);
}

.more__btn:hover .shape {
    background-color: var(--bg-white-color);
    transform: scale(1.5);
}

@media (max-width: 768px) {
    .more__btn {
        gap: 1rem;
        padding: .8rem 2rem;
    }

    .more__btn .txt {
        font-size: 1rem;
    }

    .more__btn .shape {
        width: .6rem;
        height: .6rem;
    }
}

@media (max-width: 450px) {
    .more__btn {
        gap: 15px;
        padding: 12px 25px;
    }

    .more__btn .txt {
        font-size: 15px;
    }

    .more__btn .shape {
        width: 10px;
        height: 10px;
    }
}

.js_bg {
    position: relative;
    background-image: var(--bg-main-linear);
    overflow: hidden;
}

.js_bg::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: var(--bg-url);
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    opacity: 0;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: opacity 0.6s, -webkit-transform 1.2s cubic-bezier(0, 0.54, 0, 1);
    transition: opacity 0.6s, -webkit-transform 1.2s cubic-bezier(0, 0.54, 0, 1);
    -o-transition: opacity 0.6s, transform 1.2s cubic-bezier(0, 0.54, 0, 1);
    transition: opacity 0.6s, transform 1.2s cubic-bezier(0, 0.54, 0, 1);
    transition: opacity 0.6s, transform 1.2s cubic-bezier(0, 0.54, 0, 1), -webkit-transform 1.2s cubic-bezier(0, 0.54, 0, 1);
    transition-delay: .1s;
}

.js_bg.on::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.js_bg img {
    opacity: 0;
    visibility: hidden;
}

.white-color {
    color: var(--bg-white-color);
}


/* ---------Home page style-------- */
.banner {
    position: relative;
    height: calc(100vh - var(--headerH));
}

.banner__bg {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.banner__bg-img {
    display: flex;
    width: 33.333%;
    height: 50%;
}

.banner__bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner__ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 2rem;
    transform: translate(-50%, -50%);
}

.banner__ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(270deg, #D2C0FC 0%, #FA8160 100%);
    transition: width .4s;
}

.banner__ttl.on::before {
    width: 100%;
}

.banner__ttl h1 {
    position: relative;
    white-space: nowrap;
    font-size: 5.3rem;
    font-weight: bold;
    color: var(--bg-white-color);
    line-height: 1.2;
    z-index: 1;
    opacity: 0;
    transform: scale(2.5);
    filter: blur(5px);
}

.banner__ttl.on h1 {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out, filter 0.1s ease-out;
    transition-delay: .6s;
}

@media (max-width: 768px) {
    .banner__ttl h1 {
        font-size: 2rem;
    }

    .banner__ttl {
        padding-left: 1rem;
    }

    .banner__bg-img {
        width: 50%;
        height: 33.33%;
    }
}

@media (max-width: 450px) {
    .banner__ttl h1 {
        text-align: center;
        font-size: 32px;
    }

    .banner__ttl {
        padding-left: 10px;
    }
}

.about__content {
    display: flex;
    justify-content: space-between;
}

.about__txt {
    width: 45%;
}

.about__txt p {
    font-size: 2rem;
    line-height: 1.8;
}

.about__btm {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.about__btm h3 {
    font-size: 3rem;
    font-weight: bold;
}

.about__btm-wrapper {
    display: flex;
    gap: 3rem;
}

.about__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    padding: 2rem;
    background-color: #FDE6CE33;
}

.about__item span {
    font-size: 3.3rem;
    font-family: var(--fontP);
    color: var(--bg-pink-color);
}

.about__item p {
    font-size: 1.8rem;
}

@media (max-width: 768px) {
    .about__txt {
        width: 47%;
    }

    .about__txt p {
        font-size: 1rem;
    }

    .about__btm {
        gap: 1.5rem;
    }

    .about__btm h3 {
        font-size: 1.5rem;
    }

    .about__btm-wrapper {
        gap: 1rem;
    }

    .about__item {
        gap: .8rem;
        padding: 1rem;
    }

    .about__item span {
        font-size: 1.7rem;
    }

    .about__item p {
        font-size: .8rem;
    }
}

@media (max-width: 450px) {
    .about__content {
        flex-direction: column;
        gap: 20px;
    }

    .about__txt {
        width: 100%;
    }

    .about__txt p {
        font-size: 15px;
    }

    .about__btm {
        gap: 15px;
    }

    .about__btm h3 {
        font-size: 22px;
    }

    .about__btm-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .about__item {
        gap: 10px;
        padding: 20px;
    }

    .about__item span {
        font-size: 20px;
    }

    .about__item p {
        font-size: 15px;
    }
}

.sec__service {
    background-color: var(--bg-black-color);
}

.service__content {
    display: flex;
    flex-direction: column;
    gap: 8rem;
}

.service__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3.5rem;
}

.service__img {
    position: relative;
    display: flex;
    width: calc(56% + 18rem);
    margin-right: -18rem;
}

.service__item:last-child .service__img {
    margin-right: 0;
    margin-left: -18rem;
}

.service__img img {
    width: 100%;
}

.service__item:last-child .service__img span {
    font-size: 8rem;
    font-family: var(--fontDIN);
    font-weight: bold;
    line-height: 1;
    color: var(--bg-white-color);
}

.service__txt {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3.33rem;
}

.service__txt>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17rem;
    font-family: var(--fontDIN);
    font-weight: bold;
    color: #00000010;
    z-index: 1;
}

.service__item .service__txt svg {
    width: 6rem;
}

.service__txt h3 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 3.3rem;
}

.service__txt h3 span {
    color: var(--bg-white-color);
}

.service__txt p {
    font-size: 1.9rem;
}

@media (max-width: 768px) {
    .service__content {
        gap: 3rem;
    }

    .service__item {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .service__txt {
        flex: none;
        width: 100%;
        gap: 1rem;
    }

    .service__item .service__txt svg {
        width: 3rem;
    }

    .service__txt>span {
        font-size: 6rem;
    }

    .service__txt h3 {
        gap: .8rem;
        font-size: 1.7rem;
    }

    .service__txt p {
        font-size: .9rem;
    }

    .service__img {
        width: 100%;
        margin-right: 0;
    }

    .service__item:last-child .service__img {
        margin-left: 0;
    }
}

@media (max-width: 450px) {
    .service__content {
        gap: 30px;
    }

    .service__item {
        gap: 10px;
    }

    .service__txt {
        gap: 10px;
    }

    .service__item .service__txt svg {
        width: 45px;
    }

    .service__txt h3 {
        gap: 10px;
        font-size: 20px;
    }

    .service__txt p {
        font-size: 14px;
    }

    .service__txt>span {
        font-size: 100px;
    }
}

.swiper {
    overflow: visible;
}

.ambassador__content {
    width: 100%;
}

.ambassador__list {
    display: flex;
    gap: 9.5%;
}

.ambassador__item {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    width: 27%;
    padding: 0 1.7rem;
}

.ambassador__order {
    position: absolute;
    top: -2rem;
    left: 0;
    font-size: 8rem;
    font-family: var(--fontDIN);
    font-weight: 600;
    line-height: 1;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #d2c0fd, #fa8160 50%, #000 0);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    color: transparent;
    transition: background-position .4s cubic-bezier(.2, .6, .2, 1);
    z-index: 10;
}

.ambassador__order.on {
    background-position: 0%;
}

.ambassador__img {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}

.imageGradient__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #d2c0fd, #fa8160);
    opacity: .5;
    pointer-events: none;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform;
}

.ambassador__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ambassador__name {
    font-size: 2.5rem;
    font-weight: bold;
}

.ambassador__category {
    font-size: 1.7rem;
    color: var(--bg-pink-color);
}

.swiper-scrollbar {
    position: static !important;
    margin: 20px 0;
}

.swiper-scrollbar-drag {
    background: linear-gradient(270deg, #D2C0FC 0%, #FA8160 100%) !important;
}

@media (max-width: 768px) {
    .ambassador__item {
        width: calc(calc(100% - 2rem)/3);
        padding: 0;
        gap: .6rem;
    }

    .ambassador__order {
        top: -1rem;
        font-size: 3.3rem;
        line-height: .9;
    }

    .ambassador__name {
        font-size: 1.1rem;
    }

    .ambassador__category {
        font-size: .9rem;
    }
}

@media (max-width: 450px) {
    .ambassador__content {
        width: 100%;
    }

    .ambassador__item {
        margin: 0 auto;
        width: 100%;
        padding: 0 2.5%;
        padding: 0;
        gap: 5px;
    }

    .ambassador__order {
        font-size: 64px;
    }

    .ambassador__name {
        font-size: 19px;
    }

    .ambassador__category {
        font-size: 15px;
    }
}

.sec__event {
    background-color: #F8856912;
}

.event__content {
    display: flex;
    justify-content: center;
    padding: 5rem 0;
}


.event__content h1 {
    font-size: 6rem;
    font-family: var(--fontR);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(270deg, #D2C0FC, #FA8160, #D2C0FC);
    /* Repeat start color for smooth loop */
    background-size: 200% 100%;
    /* Important for smooth animation */
    letter-spacing: 2.5rem;
    animation: textFlow 4s linear infinite;
}

@keyframes textFlow {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}


@media (max-width: 768px) {
    .event__content {
        padding: 40px 0;
    }

    .event__content h1 {
        font-size: 3rem;
        letter-spacing: 1rem;
    }
}

@media (max-width: 450px) {
    .event__content h1 {
        font-size: 32px;
        letter-spacing: 8px;
    }
}

.news__inner {
    display: flex;
    gap: 6rem;
}

.news__left {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.news__content {
    flex: 1;
}

.news__left .more__btn {
    margin: 0;
}

@media (max-width: 768px) {
    .news__inner {
        flex-direction: column;
        gap: 2.5rem;
    }

    .news__content {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .news__inner {
        gap: 30px;
    }
}

.sec__message {
    background: linear-gradient(270deg, #D2C0FC 0%, #FA8160 100%);
}

.message_inner {
    display: flex;
    justify-content: space-between;
}

.message__content {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    width: 46%;
}

.message__txt {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
}

.message__content h1 {
    font-size: 5.3rem;
    font-family: var(--fontP);
    font-weight: bold;
    line-height: 1.2;
    color: var(--bg-white-color);
}

.messgae__ttl {
    font-size: 2.7rem;
    color: var(--bg-white-color);
}

.message__des {
    font-size: 1.8rem;
    line-height: 1.8;
    color: var(--bg-white-color);
}

.representor__name {
    font-size: 2em;
    text-align: right;
    color: var(--bg-white-color);
}

.message__img {
    display: flex;
    width: 43%;
    border-radius: 0 8rem 0 8rem;
    overflow: hidden;
}

.message__img img {
    width: 100%;
}

@media (max-width: 768px) {
    .message_inner {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .message__img {
        width: 70%;
        margin: 0 auto;
        border-radius: 0 4rem 0 4rem;
    }

    .message__content {
        width: 100%;
        gap: 2rem;
    }

    .message__content h1 {
        font-size: 2.5rem;
    }

    .message__txt {
        gap: 1.5rem;
    }

    .messgae__ttl {
        font-size: 1.4rem;
    }

    .message__des {
        font-size: .9rem;
    }

    .representor__name {
        font-size: 1rem;
    }
}

@media (max-width: 450px) {
    .sec__message {
        background: linear-gradient(#D2C0FC 0%, #FA8160 100%);
    }

    .message_inner {
        gap: 20px;
    }

    .message__img {
        width: 100%;
    }

    .message__content {
        gap: 15px;
    }

    .message__content h1 {
        font-size: 32px;
    }

    .message__txt {
        gap: 15px;
    }

    .messgae__ttl {
        font-size: 20px;
    }

    .message__des {
        font-size: 15px;
    }

    .representor__name {
        font-size: 16px;
    }
}

.liver__content {
    width: 100%;
}

.liver__list {
    width: 100%;
    display: flex;
    gap: 3.3rem;
}

.liver__item {
    position: relative;
    width: calc(calc(100% - 10rem)/4);
    aspect-ratio: 320/507;
    border-radius: .7rem;
    overflow: hidden;
}

.liver__thumb {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

/* .liver__thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-image: var(--bg-main-linear);
} */

.liver__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.liver__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
}

.liver__name {
    display: inline-block;
    font-size: 1.4rem;
    padding: .8rem 1.5rem;
    border-radius: .5rem;
    background-color: var(--bg-white-color);
}

.tiktok__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: .5rem;
    background-color: var(--bg-white-color);
}

.tiktok__icon:hover {
    opacity: .8;
}

.tiktok__icon svg {
    width: 2.5rem;
}

.sec__liver .more__btn {
    margin: 0;
    margin-left: auto;
}

@media (max-width: 768px) {
    .liver__list {
        gap: 0;
    }

    .liver__item {
        width: auto;
        border-radius: .4rem;
    }

    .liver__meta {
        padding: .8rem;
    }

    .liver__name {
        font-size: .7rem;
        padding: .5rem 1rem;
        border-radius: .3rem;
    }

    .tiktok__icon {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: .3rem;
    }

    .tiktok__icon svg {
        width: 1.5rem;
    }
}

@media (max-width: 450px) {
    .liver__item {
        border-radius: 5px;
    }

    .liver__meta {
        padding: 10px;
    }

    .liver__name {
        font-size: 12px;
        padding: 7px 12px;
        border-radius: 3px;
    }

    .tiktok__icon {
        width: 40px;
        height: 40px;
        border-radius: 3px;
    }

    .tiktok__icon svg {
        width: 25px;
    }
}

.faq__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.faq__item {
    position: relative;
    border: 2px solid var(--bg-black-color);
    cursor: pointer;
    padding: 0 2rem;
}

.faq__item-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.faq__border-top,
.faq__border-left,
.faq__border-right,
.faq__border-bottom {
    position: absolute;
    background: linear-gradient(270deg, #D2C0FC 0%, #FA8160 100%);
    z-index: 10;
    transition: all .5s;
}

.faq__border-top {
    top: -2px;
    left: -2px;
    width: 0;
    height: 2px;
}

.faq__border-bottom {
    bottom: -2px;
    left: -2px;
    width: 0;
    height: 2px;
}

.faq__border-left {
    top: -2px;
    left: -2px;
    width: 2px;
    height: 0;
}

.faq__border-right {
    top: -2px;
    right: -2px;
    width: 2px;
    height: 0;
}

.faq__item:hover .faq__border-top,
.faq__item:hover .faq__border-bottom {
    width: calc(100% + 4px);
}

.faq__item:hover .faq__border-right,
.faq__item:hover .faq__border-left {
    height: calc(100% + 4px);
}

.faq__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}

.faq__main {
    display: flex;
    gap: 1rem;
}

.faq__heading {
    font-size: 2rem;
    font-family: var(--fontP);
    font-weight: bold;
    color: var(--bg-pink-color);
}

.faq__title {
    font-size: 2rem;
    font-weight: bold;
}

.faq__icon {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
}

.faq__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background-color: var(--bg-black-color);
}

.faq__item.open .faq__icon::after {
    transform: translateY(150%);
}

.faq__icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    transform: translateX(-50%);
    background-color: var(--bg-black-color);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.faq__btm {
    height: 0;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.faq__btm p {
    padding: 2rem 0;
    font-size: 1.8rem;
    border-top: 1px solid var(--bg-black-color);
}

@media (max-width: 768px) {
    .faq__item {
        padding: 0 1.2rem;
    }

    .faq__top {
        padding: 1.2rem 0;
    }

    .faq__main {
        gap: .6rem;
    }

    .faq__heading {
        font-size: 1rem;
    }

    .faq__title {
        font-size: 1rem;
    }

    .faq__icon {
        width: 1rem;
        height: 1rem;
    }

    .faq__btm p {
        font-size: .8rem;
        padding: 1.2rem 0;
    }
}

@media (max-width: 450px) {
    .faq__item {
        padding: 0 15px;
    }

    .faq__top {
        padding: 15px 0;
    }

    .faq__main {
        gap: .6rem;
    }

    .faq__heading {
        font-size: 16px;
    }

    .faq__title {
        font-size: 16px;
    }

    .faq__icon {
        width: 15px;
        height: 15px;
    }

    .faq__btm p {
        font-size: 14px;
        padding: 15px 0;
    }
}

.entry__inner {
    position: relative;
    height: 35rem;
}

.entry__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.entry__bg #entryCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry__link {
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.entry__ttl {
    text-align: center;
}

.entry__ttl-letter {
    font-size: 8rem;
    font-family: var(--fontP);
    font-weight: bold;
    line-height: 1.5;
    color: var(--bg-white-color);
    transition: padding .2s cubic-bezier(.2, .6, .2, 1);
}

.entry__link p {
    font-size: 3rem;
    color: var(--bg-white-color);
}

.entry__link:hover .entry__ttl-letter {
    padding: 0 1rem;
}

@media (max-width: 768px) {
    .entry__inner {
        height: 15rem;
    }

    .entry__link {
        gap: 1rem;
    }

    .entry__ttl-letter {
        font-size: 3rem;
    }

    .entry__link p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .entry__inner {
        height: 240px;
    }

    .entry__link {
        gap: 20px;
    }

    .entry__ttl-letter {
        font-size: 48px;
    }

    .entry__link p {
        font-size: 18px;
    }

    .entry__link:hover .entry__ttl-letter {
        padding: 0 10px;
    }
}




/* ---------Ambassador page style-------- */
.talent_inner {
    display: flex;
    flex-direction: column;
    gap: 10rem;
}

.talent__group {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.talent__category,
.talent__category-list {
    width: 100%;
}

.talent__category-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.2rem 2.2rem;
    padding-bottom: 5rem;
}

.talent__category-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 999px;
    border: 2px solid var(--bg-black-color);
    padding: 1rem 2.7rem;
    line-height: 1;
    transition: all .4s;
}

.talent__category-link:hover {
    background-color: var(--bg-black-color);
    color: var(--bg-white-color);
}

.talent__category-link.active {
    background-color: var(--bg-black-color);
    color: var(--bg-white-color);
}

.talent__category-link.active:hover {
    background-color: var(--bg-white-color);
    color: var(--bg-black-color);
}

.talent__ttl {
    width: fit-content;
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 1.5;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(270deg, #d2c0fd, #fa8160 50%, #000 0);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    color: transparent;
    transition: background-position .6s cubic-bezier(.2, .6, .2, 1);
    z-index: 10;
}

.talent__ttl.on {
    background-position: 0%;
}

.talent__content {
    width: 100%;
}

.talent__list {
    width: 100%;
    display: flex;
    gap: 3.33rem;
}

.talent__item {
    text-align: center;
    width: calc(calc(100% - 6.66rem)/3);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    padding: 0 1.7rem;
    overflow: hidden;
}

.talent___img {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}

.talent___img img {
    width: 100%;
}

.talent__order {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8rem;
    font-family: var(--fontDIN);
    font-weight: 600;
    line-height: 1;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #d2c0fd, #fa8160 50%, #000 0);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    color: transparent;
    transition: background-position .4s cubic-bezier(.2, .6, .2, 1);
    z-index: 10;
}

.talent__order.on {
    background-position: 0;
}

.talent___name {
    font-size: 2.5rem;
    font-weight: bold;
}

.talent___category {
    font-size: 1.8rem;
    color: var(--bg-pink-color);
    line-height: 1;
}

@media (max-width: 768px) {
    .talent_inner {
        gap: 4rem;
    }

    .talent__group {
        gap: 2rem;
    }

    .talent__category-list {
        gap: .6rem 1rem;
        padding-bottom: 1.5rem;
    }

    .talent__category-link {
        font-size: .8rem;
        padding: .5rem 1.5rem;
    }

    .talent__list {
        gap: 1rem;
    }

    .talent__ttl {
        font-size: 1.5rem;
    }

    .talent__item {
        width: calc(calc(100% - 2rem)/3);
        padding: 0;
        gap: .6rem;
    }

    .talent__order {
        font-size: 3.3rem;
        line-height: .9;
    }

    .talent___name {
        font-size: 1.1rem;
    }

    .talent___category {
        font-size: .9rem;
    }
}

@media (max-width: 450px) {
    .talent_inner {
        gap: 40px;
    }

    .talent__category-list {
        gap: 8px 10px;
    }

    .archive__talent .talent__list {
        flex-wrap: wrap !important;
        justify-content: space-between;
        gap: 20px 0;
        padding: 20px 0;
    }

    .archive__talent .talent__item {
        width: 48%;
        margin: 0;
    }

    .talent__category-link {
        font-size: 14px;
        padding: 8px 20px;
    }

    .talent__group {
        gap: 30px;
    }

    .talent__content {
        width: 100%;
    }

    .talent__list {
        width: 100%;
        gap: 0;
    }

    .talent__ttl {
        font-size: 22px;
    }

    .talent__item {
        margin: 0 auto;
        padding: 0 2.5%;
        padding: 0;
        gap: 5px;
    }

    .talent__order {
        font-size: 64px;
    }

    .talent___name {
        font-size: 18px;
    }

    .talent___category {
        font-size: 14px;
    }
}

.ambassador__inquiry {
    border-top: 1px solid #CCCCCC;
}

.inquiry__inner {
    display: flex;
    justify-content: space-between;
}

.inquiry__item {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding: 0 13rem;
    border-left: 1px solid #CCCCCC;
}

.inquiry__bgTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 15rem;
    font-weight: bold;
    color: #00000007;
    line-height: 1.2;
}

.inquiry__ttl h5 {
    font-size: 2rem;
}

.inquiry__ttl h2 {
    font-size: 4rem;
    font-weight: bold;
}

.inquiry__item p {
    font-size: 1.7rem;
}

.inquiry__btn {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1.5rem 2.5rem;
    border: 1px solid var(--bg-black-color);
}

.inquiry__btn .txt {
    font-size: 2.5rem;
    font-weight: bold;
}

.inquiry__btn .shape {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: var(--bg-black-color);
    border-radius: 50%;
}

@media (max-width: 768px) {
    .inquiry__item {
        padding: 0 1.5rem;
        gap: 2rem;
    }

    .inquiry__ttl h5 {
        font-size: 1rem;
    }

    .inquiry__ttl h2 {
        font-size: 1.6rem;
    }

    .inquiry__item p {
        font-size: .7rem;
    }

    .inquiry__bgTxt {
        font-size: 3.5rem;
    }

    .inquiry__btn {
        gap: 1rem;
        padding: .7rem 1rem;
    }

    .inquiry__btn .txt {
        font-size: .8rem;
    }

    .inquiry__btn .shape {
        width: .6rem;
        height: .6rem;
    }
}

@media (max-width: 450px) {
    .inquiry__inner {
        flex-direction: column;
        gap: 30px;
        padding: 0 15px;
    }

    .inquiry__item {
        width: 100%;
        gap: 25px;
        padding: 0;
        border: unset;
    }

    .inquiry__item:first-child {
        padding-bottom: 40px;
        border-bottom: 1px solid #CCCCCC;
    }

    .inquiry__ttl h5 {
        font-size: 15px;
    }

    .inquiry__ttl h2 {
        font-size: 24px;
    }

    .inquiry__item p {
        font-size: 14px;
    }

    .inquiry__bgTxt {
        font-size: 7rem;
    }

    .inquiry__btn {
        gap: 15px;
        padding: 12px 20px;
    }

    .inquiry__btn .txt {
        font-size: 16px;
    }

    .inquiry__btn .shape {
        width: 8px;
        height: 8px;
    }
}


/* ---------Event page style-------- */
.pg__event .event__bd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

@media (max-width: 450px) {
    .pg__event .event__bd {
        height: 50vh;
    }
}

/* ---------News page style-------- */
.news__category-list,
.event__category-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.news__category-list li,
.event__category-list li {
    flex: 1;
}

.news__category,
.event__category {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: var(--fontP);
    font-weight: 600;
    padding: 1rem 0;
    border: 2px solid var(--bg-black-color);
    transition: all .4s;
    border-radius: 9999px;
}

.news__category.active,
.event__category.active {
    background-color: var(--bg-black-color);
    color: var(--bg-white-color);
}

.news__category.active:hover,
.event__category.active:hover {
    background-color: var(--bg-white-color);
    color: var(--bg-black-color);
}

.event__category {
    font-family: var(--fontB);
}

.news__category:hover,
.event__category:hover {
    background-color: var(--bg-black-color);
    color: var(--bg-white-color);
}

.post__list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.post__link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4rem;
    padding: 3rem 0;
    border-bottom: 1px solid #D6D6D6;
    padding-right: 6rem;
    transition: padding .3s cubic-bezier(.2, .6, .2, 1), padding .3s cubic-bezier(.2, .6, .2, 1);
}

.post__thumb {
    position: relative;
    display: flex;
    width: 35rem;
    height: 21rem;
    overflow: hidden;
}

.post__thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-main-linear);
    opacity: 0;
    transition: all .3s;
}

.post__link:hover .post__thumb::before {
    opacity: .7;
}

.post__thumb::after {
    border-radius: .5rem;
    color: transparent;
    content: 'READ MORE';
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    letter-spacing: .3rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    opacity: 0;
}

.post__link:hover .post__thumb::after {
    opacity: 1;
}

.post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post__txt {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.post__meta {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.post__item time,
.post__item span {
    font-size: 1.5rem;
    font-family: var(--fontP);
    text-transform: uppercase;
}

.post__item time {
    color: #919191;
}

.post__category {
    display: flex;
    justify-content: center;
    width: 9rem;
    background-color: var(--bg-black-color);
    color: var(--bg-white-color);
}

.post__content {
    font-size: 1.8rem;
}

.post__link svg {
    position: absolute;
    right: 0;
    width: 2.5rem;
}

.post__link:hover svg {
    animation: arrow-right 0.5s ease-in-out;
}

@keyframes arrow-right {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    50% {
        opacity: 0;
        transform: translate3d(10px, 0, 0);
    }

    50.1% {
        opacity: 0;
        transform: translate3d(-10px, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 768px) {

    .news__category-list,
    .event__category-list {
        gap: .6rem;
    }

    .news__category,
    .event__category {
        font-size: .9rem;
        padding: .3rem 0;
    }

    .post__link {
        gap: .5rem 1rem;
        padding: 1.3rem 0;
        padding-right: 3rem;
    }

    .post__thumb {
        width: 37%;
        height: 8rem;
    }

    .post__txt {
        gap: 1.5rem;
    }

    .post__meta {
        gap: 1rem;
    }

    .post__item time,
    .post__item span {
        font-size: .7rem;
    }

    .post__category {
        width: 5rem;
    }

    .post__content {
        font-size: .9rem;
    }

    .post__link svg {
        width: 1.3rem;
    }
}

@media (max-width: 450px) {

    .news__category-list,
    .event__category-list {
        flex-direction: column;
        gap: 10px;
    }

    .news__category,
    .event__category {
        font-size: 15px;
        padding: 6px 0;
    }

    .news__category-list li,
    .event__category-list li {
        width: 100%;
    }

    .post__link {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 25px 0;
    }

    .post__thumb {
        width: 100%;
        height: 20rem;
    }

    .post__txt {
        gap: 10px;
    }

    .post__meta {
        gap: 10px;
    }

    .post__item time,
    .post__item span {
        font-size: 13px;
    }

    .post__category {
        width: 80px;
    }

    .post__content {
        font-size: 14px;
    }

    .post__link svg {
        display: none;
    }
}


/* ---------Company page style-------- */
.philosophy__content {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.philosophy__item {
    display: flex;
    justify-content: space-between;
}

.philosophy__ttl,
.philosophy__txt {
    width: 50%;
}

.philosophy__ttl {
    font-size: 3.5rem;
    font-family: var(--fontP);
    color: var(--bg-pink-color);
}

.philosophy__txt {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.philosophy__txt span {
    font-size: 2rem;
}

.philosophy__txt h3 {
    font-size: 3rem;
}

.philosophy__txt p {
    font-size: 2rem;
}

.philosophy__item:last-child {
    flex-direction: column;
    gap: 5rem;
}

.philosophy__des {
    display: flex;
    flex-wrap: wrap;
    gap: 3.3rem;
}

.philosophy__des .philosophy__txt {
    width: calc(50% - 1.7rem);
    padding: 3.3rem 1.7rem;
    border: 1px solid var(--bg-black-color);
}

@media (max-width: 768px) {
    .philosophy__content {
        gap: 2rem;
    }

    .philosophy__item {
        flex-direction: column;
        gap: 1rem;
    }

    .philosophy__ttl {
        width: 100%;
        font-size: 2rem;
    }

    .philosophy__txt {
        width: 100%;
        gap: 1rem;
    }

    .philosophy__txt span {
        font-size: 1.2rem;
    }

    .philosophy__txt h3 {
        font-size: 1.3rem;
    }

    .philosophy__txt p {
        font-size: 1rem;
    }

    .philosophy__item:last-child {
        gap: 1rem;
    }

    .philosophy__des {
        gap: 1.5rem 1rem;
    }

    .philosophy__des .philosophy__txt {
        width: calc(50% - .5rem);
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 450px) {
    .philosophy__content {
        gap: 30px;
    }

    .philosophy__item {
        gap: 1rem;
    }

    .philosophy__ttl {
        font-size: 26px;
    }

    .philosophy__txt {
        gap: 10px;
    }

    .philosophy__txt span {
        font-size: 16px;
    }

    .philosophy__txt h3 {
        font-size: 18px;
    }

    .philosophy__txt p {
        font-size: 15px;
    }

    .philosophy__item:last-child {
        gap: 10px;
    }

    .philosophy__des {
        flex-direction: column;
        gap: 20px;
    }

    .philosophy__des .philosophy__txt {
        width: 100%;
    }
}

.outline__table {
    display: flex;
    flex-direction: column;
}

.table__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.4rem 1.7rem;
    border-bottom: 1px solid var(--bg-black-color);
    margin: 0;
}

.outline__table dt,
.outline__table dd {
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
}

.outline__table dt {
    width: 30rem;
}

.outline__table dd {
    flex: 1;
}

@media (max-width: 768px) {
    .table__row {
        padding: 1.5rem 0;
    }

    .outline__table dt,
    .outline__table dd {
        font-size: .8rem;
    }

    .outline__table dt {
        width: 10rem;
    }
}

@media (max-width: 450px) {
    .table__row {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        padding: 15px 0;
    }

    .outline__table dt,
    .outline__table dd {
        font-size: 14px;
    }

    .outline__table dt {
        width: 100%;
        font-size: 15px;
        font-weight: bold;
    }
}



/* -----------Contact page style---------- */
.contact_hd {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.contact_hd p {
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
}

.contact_nav {
    display: flex;
    gap: 4rem;
}

.contact_nav-btn {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    font-size: 2rem;
    font-weight: 500;
    border: 2px solid var(--bg-black-color);
    border-radius: 9999px;
    transition: all .4s;
}

.contact_nav-btn.active {
    background-color: var(--bg-black-color);
    color: var(--bg-white-color);
}

.contact_nav-btn.active:hover {
    color: var(--bg-black-color);
    background-color: var(--bg-white-color);
}

.contact_nav-btn:hover {
    background-color: var(--bg-black-color);
    color: var(--bg-white-color);
}

.contact_form {
    width: 78%;
    margin: 0 auto;
}

.form_field {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 3rem;
}

.form_field.multi_field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.form_field.flex-start {
    align-items: flex-start;
}

.field_control {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 3.5rem;
}

.field_control textarea {
    height: 20rem;
    outline: none;
}

.field_cap {
    display: flex;
    align-items: center;
    gap: .8rem;
    width: 27%;
    font-size: 1.7rem;
    color: #303030;
    font-weight: 600;
}

.field_cap span {
    font-size: 1.5rem;
    padding: 0 .3rem;
    color: var(--bg-white-color);
    background-color: var(--bg-red-color);
    border-radius: .3rem;
}

input[type=text],
input[type=email],
textarea,
select {
    width: 100%;
    border: 1px solid #E2E2E2;
    padding: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6;
    line-height: 1;
    outline: none;
    border-radius: .4rem;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
    border-color: var(--bg-black-color);
}

textarea::placeholder,
input::placeholder {
    color: #D6D6D6;
}

input[type=checkbox] {
    margin: 0;
}

.privacy_agree {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 5rem 0;
}

.privacy_agree input {
    width: 15px;
    height: 15px;
    margin-top: .6rem;
}

.privacy_agree label {
    cursor: pointer;
    font-size: 1.7rem;
    color: #303030;
}

.privacy_agree a {
    text-decoration: underline;
    color: #303030;
}

.contact_btn {
    text-align: center;
}

.contact_btn input[type=submit] {
    position: relative;
    width: 35rem;
    height: 7rem;
    background-color: var(--bg-black-color);
    border: 1px solid var(--bg-black-color);
    font-weight: bold;
    font-size: 1.7rem;
    color: var(--bg-white-color);
    cursor: pointer;
    border-radius: .3rem;
}

.contact_btn input[type=submit]:hover {
    background-color: var(--bg-white-color);
    color: var(--bg-black-color);
}

.radio_btn {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.radio_btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio_btn span {
    font-size: 1.7rem;
    color: #303030;
}

.checkmark {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    width: 2rem;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #BABABA;
}

.radio_btn input:checked~.checkmark {
    background-color: transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio_btn input:checked~.checkmark:after {
    display: block;
}

.radio_btn .checkmark:after {
    width: .9rem;
    height: .9rem;
    background-color: var(--bg-black-color);
    border-radius: 50%;
}

@media (max-width: 768px) {
    .contact_hd {
        gap: 2.5rem;
    }

    .contact_hd p {
        font-size: .9rem;
    }

    .contact_nav {
        gap: 1rem;
    }

    .contact_nav-btn {
        font-size: .9rem;
        padding: .5rem 0;
    }

    .contact_form {
        width: 100%;
    }

    .form_field {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
        margin-bottom: 1.5rem;
    }

    .form_field.multi_field {
        gap: .7rem;
    }

    .field_cap {
        width: 100%;
        font-size: .85rem;
        gap: .4rem;
    }

    .field_cap span {
        font-size: .75rem;
        padding: 0 .2rem;
        border-radius: .2rem;
    }

    .field_control {
        width: 100%;
        gap: .5rem 1.3rem;
    }

    input[type=text],
    input[type=email],
    textarea,
    select {
        font-size: .8rem;
        padding: .6rem .8rem;
        border-radius: .2rem;
    }

    .field_control textarea {
        height: 10rem;
    }

    .contact_btn input[type=submit] {
        width: 17rem;
        height: 3.5rem;
        font-size: .9rem;
        border-radius: 2px;
    }

    .radio_btn {
        gap: .3rem;
    }

    .field_control span {
        font-size: .8rem;
    }

    .checkmark {
        width: 1rem;
        height: 1rem;
    }

    .radio_btn .checkmark:after {
        width: .5rem;
        height: .5rem;
    }

    .privacy_agree {
        margin: 3rem 0;
        gap: .5rem;
    }

    .privacy_agree label {
        font-size: .8rem;
    }

    .privacy_agree input {
        margin-top: .2rem;
    }
}

@media (max-width: 450px) {
    .contact_hd {
        gap: 25px;
    }

    .contact_hd p {
        font-size: 15px;
    }

    .contact_nav {
        flex-direction: column;
        gap: 10px;
    }

    .contact_nav-btn {
        font-size: 15px;
        padding: 8px 0;
    }

    .form_field {
        margin-bottom: 18px;
    }

    .form_field.multi_field {
        gap: 8px;
    }

    .field_cap {
        font-size: 15px;
    }

    .field_cap span {
        font-size: 13px;
        padding: 0 3px;
        border-radius: 4px;
    }

    .field_control {
        width: 100%;
        gap: 5px;
    }

    input[type=text],
    input[type=email],
    textarea,
    select {
        font-size: 14px;
        padding: 12px;
    }

    .field_control span {
        font-size: 15px;
    }

    .field_control textarea {
        height: 160px;
    }

    .radio_btn {
        gap: 5px;
    }

    .checkmark {
        width: 16px;
        height: 16px;
    }

    .radio_btn .checkmark:after {
        width: 8px;
        height: 8px;
    }

    .privacy_agree {
        margin: 40px 0;
        gap: 6px;
    }

    .privacy_agree label {
        font-size: 15px;
    }

    .privacy_agree input {
        margin-top: 4px
    }

    .contact_btn input[type=submit] {
        width: 100%;
        height: 60px;
        font-size: 15px;
        border-radius: 3px;
    }
}

/* ---------Strength page style-------- */
.strength__content {
    display: flex;
    flex-direction: column;
    gap: 8rem;
}

.strength__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3.5rem;
}

.strength__img {
    position: relative;
    display: flex;
    width: calc(56% + 18rem);
    margin-right: -18rem;
}

.strength__item:last-child .strength__img {
    margin-right: 0;
    margin-left: -18rem;
}

.strength__img img {
    width: 100%;
}

.strength__img div {
    position: absolute;
    top: 9rem;
    left: 8.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19rem;
    height: 19rem;
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.2;
    background-color: var(--bg-pink-color);
    color: var(--bg-white-color);
    border-radius: 50%;
    transform: scale(.8) translateY(10px);
    opacity: 0;
    transition: transform .5s cubic-bezier(0, 0.54, 0, 1), opacity .5s cubic-bezier(0, 0.54, 0, 1);
    transition-delay: .6s;
}

.strength__img.on div {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.strength__item:last-child .strength__img div {
    top: 3rem;
    left: 24rem;
    flex-direction: column;
    align-items: center;
    font-size: 2.5rem;
    line-height: 1;
}

.strength__item:last-child .strength__img span {
    font-size: 8rem;
    font-family: var(--fontDIN);
    font-weight: bold;
    line-height: 1;
    color: var(--bg-white-color);
}

.strength__txt {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3.33rem;
}

.strength__txt span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17rem;
    font-family: var(--fontDIN);
    font-weight: bold;
    color: #00000010;
    z-index: 1;
}

.strength__item:first-child .strength__txt svg {
    width: 16rem;
}

.strength__item:last-child .strength__txt svg {
    width: 12.5rem;
}

.strength__txt h3 {
    font-size: 3.3rem;
}

.strength__txt p {
    font-size: 1.8rem;
}

@media (max-width: 768px) {
    .strength__content {
        gap: 3rem;
    }

    .strength__item {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .strength__txt {
        gap: 1rem;
    }

    .strength__item:first-child .strength__txt svg {
        width: 5rem;
    }

    .strength__item:last-child .strength__txt svg {
        width: 4rem;
    }

    .strength__txt span {
        font-size: 6rem;
    }

    .strength__txt h3 {
        font-size: 1.7rem;
    }

    .strength__txt p {
        font-size: .9rem;
    }

    .strength__img div {
        top: 4rem;
        left: 4rem;
        width: 6rem;
        height: 6rem;
        font-size: 1.5rem;
    }

    .strength__item:last-child .strength__img div {
        left: 10rem;
    }

    .strength__img {
        width: 100%;
        margin-right: 0;
    }

    .strength__item:last-child .strength__img {
        margin-left: 0;
    }

    .strength__txt h3 br {
        display: none;
    }

    .strength__item:last-child .strength__img div {
        font-size: 1.2rem;
    }

    .strength__item:last-child .strength__img span {
        font-size: 3.3rem;
    }
}

@media (max-width: 768px) {
    .strength__content {
        gap: 30px;
    }

    .strength__item {
        gap: 10px;
    }

    .strength__txt {
        gap: 10px;
    }

    .strength__item:first-child .strength__txt svg {
        width: 80px;
    }

    .strength__item:last-child .strength__txt svg {
        width: 60px;
    }

    .strength__txt h3 {
        font-size: 20px;
    }

    .strength__txt p {
        font-size: 14px;
    }

    .strength__txt span {
        font-size: 100px;
    }

    .strength__img div {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }

    .strength__item:last-child .strength__img div {
        font-size: 14px;
    }

    .strength__item:last-child .strength__img span {
        font-size: 40px;
    }
}


/* ---------Present page style-------- */
.present__item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.present__item h3 {
    font-size: 3rem;
    font-weight: bold;
}

.present__item p {
    font-size: 1.8rem;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .present__item {
        gap: 1rem;
    }

    .present__item h3 {
        font-size: 1.5rem;
    }

    .present__item p {
        font-size: .9rem;
    }
}

@media (max-width: 450px) {
    .present__item {
        gap: 12px;
    }

    .present__item h3 {
        font-size: 20px;
    }

    .present__item p {
        font-size: 15px;
    }
}


/* ---------Privacy page style-------- */
.privacy__item h3 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.privacy__item li,
.privacy__item p {
    font-size: 1.8rem;
    line-height: 1.8;
}

.privacy__item ol {
    margin: 0;
    padding: 0;
    padding-left: 2rem;
}

@media (max-width: 768px) {
    .privacy__item h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .privacy__item li,
    .privacy__item p {
        font-size: .9rem;
    }

    .privacy__item ol {
        margin: 0;
        padding: 0;
        padding-left: 1rem;
    }
}

@media (max-width: 768px) {
    .privacy__item h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .privacy__item li,
    .privacy__item p {
        font-size: 15px;
    }

    .privacy__item ol {
        margin: 0;
        padding: 0;
        padding-left: 15px;
    }
}


/* ---------Ambassador detail page style-------- */
.ambassador__detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7rem;
}

.ambassador__detail-ttl {
    display: inline-block;
    font-size: 8rem;
    font-family: var(--fontP);
    font-weight: 600;
    line-height: 1;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(270deg, #D2C0FC 0%, #FA8160 50%, #000 0);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    transition: background-position .4s cubic-bezier(.2, .6, .2, 1);
    color: transparent;
}

.ambassador__detail-ttl.on {
    background-position: 100%;
}

.ambassador__detail-bd {
    position: relative;
    width: 100%;
    padding: 2px;
    background-image: linear-gradient(90deg, #d2c0fd, #fa8160);
    border-radius: 2rem;
}

.ambassador__detail-contents {
    padding: 7rem 5rem;
    background-color: var(--bg-white-color);
    border-radius: 2rem;
}

.ambassador__detail-content {
    display: flex;
    justify-content: space-between;
}

.ambassador__thumb {
    width: 45%;
    aspect-ratio: 4/6;
    display: flex;
    overflow: hidden;
}

.ambassador__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.ambassador__profile {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    width: 49%;
}

.ambassador__en-name {
    font-size: 1.8rem;
    font-family: var(--fontP);
    font-weight: 600;
}

.ambassador__jp-name {
    position: relative;
    font-size: 4rem;
    font-weight: 600;
}

.ambassador__jp-name::after {
    background-image: -webkit-linear-gradient(left, #d2c0fd, #fa8160);
    background-image: linear-gradient(90deg, #d2c0fd, #fa8160);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.ambassador__detail-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
}

.ambassador__room-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 2.7rem;
    border-radius: 100px;
    overflow: hidden;
}

.ambassador__room-link .txt {
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    white-space: nowrap;
    z-index: 10;
}

.ambassador__room-link svg {
    position: relative;
    width: 1.8rem;
    z-index: 10;
}

.ambassador__room-link::before {
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), linear-gradient(110deg, #d2c0fd, #fa8160);
    background-origin: border-box;
    border: 2px solid transparent;
    border-radius: 100px;
    -webkit-box-shadow: inset 2px 1000px 1px #fff;
    box-shadow: inset 2px 1000px 1px #fff;
    content: "";
    height: calc(100% - 4px);
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 4px);
}

.ambassador__room-bg {
    background-image: linear-gradient(90deg, #d2c0fd, #fa8160);
    border-radius: 100px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.2, .6, .2, 1);
    transition: -webkit-transform .3s cubic-bezier(.2, .6, .2, 1);
    transition: transform .3s cubic-bezier(.2, .6, .2, 1);
    transition: transform .3s cubic-bezier(.2, .6, .2, 1), -webkit-transform .3s cubic-bezier(.2, .6, .2, 1);
    width: 100%;
}


.ambassador__room-link:hover .ambassador__room-bg {
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}


.ambassador__social-link {
    display: flex;
    width: 6rem;
    transition: opacity .3s;
}

.ambassador__social-link:hover {
    opacity: .7;
}

.ambassador__social-link img {
    width: 100%;
}


.ambassador__skill,
.ambassador__message {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.ambassador__skill-ttl,
.ambassador__message-ttl {
    font-size: 2.5rem;
    font-weight: 600;
}

.ambassador__skill-ttl {
    position: relative;
}

.ambassador__skill-ttl::before {
    background-image: -webkit-linear-gradient(left, #d2c0fd, #fa8160);
    background-image: linear-gradient(90deg, #d2c0fd, #fa8160);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.ambassador__skill-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.ambassador__skill-label {
    font-size: 2rem;
}

.ambassador__message-content {
    padding: 2px;
    background-image: -webkit-linear-gradient(left, #d2c0fd, #fa8160);
    background-image: linear-gradient(90deg, #d2c0fd, #fa8160);
}

.ambassador__message-txt {
    padding: 2.5rem;
    font-size: 2rem;
    background-color: #FFF;
    line-height: 2;
    font-weight: 500;
}

@media (max-width: 768px) {
    .ambassador__detail {
        gap: 3.5rem;
    }

    .ambassador__detail-ttl {
        font-size: 4rem;
    }

    .ambassador__detail-bd {
        border-radius: 1.5rem;
    }

    .ambassador__detail-contents {
        border-radius: 1.5rem;
        padding: 3rem 2rem;
    }

    .ambassador__detail-content {
        flex-direction: column;
        gap: 1.5rem;
    }

    .ambassador__thumb,
    .ambassador__profile {
        width: 100%;
    }

    .ambassador__thumb {
        aspect-ratio: 5/5;
    }

    .ambassador__profile {
        gap: 2rem;
    }

    .ambassador__en-name {
        font-size: 1rem;
    }

    .ambassador__jp-name {
        font-size: 2rem;
    }

    .ambassador__detail-links {
        gap: 1rem;
    }

    .ambassador__room-link {
        gap: .6rem;
        padding: .7rem 1.7rem;
    }

    .ambassador__room-link .txt {
        font-size: .9rem;
    }

    .ambassador__room-link svg {
        width: 1rem;
    }

    .ambassador__social-link {
        width: 3rem;
    }

    .ambassador__skill,
    .ambassador__message {
        gap: 1rem;
    }

    .ambassador__skill-ttl,
    .ambassador__message-ttl {
        font-size: 1.5rem;
    }

    .ambassador__skill-list {
        gap: 6px 8px;
    }

    .ambassador__skill-label {
        font-size: 1rem;
    }

    .ambassador__message-txt {
        padding: 1.5rem;
        font-size: 1rem;
    }
}


@media (max-width: 450px) {
    .ambassador__detail {
        gap: 35px;
    }

    .ambassador__detail-ttl {
        font-size: 42px;
    }

    .ambassador__detail-bd {
        border-radius: 15px;
    }

    .ambassador__detail-contents {
        border-radius: 15px;
        padding: 30px 20px;
    }

    .ambassador__detail-content {
        flex-direction: column;
        gap: 15px;
    }

    .ambassador__profile {
        gap: 25px;
    }

    .ambassador__en-name {
        font-size: 15px;
    }

    .ambassador__jp-name {
        font-size: 26px;
    }

    .ambassador__detail-links {
        gap: 10px;
    }

    .ambassador__room-link {
        gap: 6px;
        padding: 8px 17px;
    }

    .ambassador__room-link .txt {
        font-size: 13px;
    }

    .ambassador__room-link svg {
        width: 13px;
    }

    .ambassador__social-link {
        width: 35px;
    }

    .ambassador__skill,
    .ambassador__message {
        gap: 10px;
    }

    .ambassador__skill-ttl,
    .ambassador__message-ttl {
        font-size: 18px;
    }

    .ambassador__skill-list {
        gap: 6px 8px;
    }

    .ambassador__skill-label {
        font-size: 15px;
    }

    .ambassador__message-txt {
        padding: 15px;
        font-size: 14px;
    }
}

/* ----------Single page style-------- */
.pgsingle {
    background-color: #efebe4;
    padding: 40px 0;
}

.pgsingle .content {
    max-width: 900px;
    margin: 0 auto;
}

.pgsingle .breadcrumb {
    width: 100%;
}

.pgsingle .breadcrumb ul {
    display: flex;
    align-items: center;
}

.pgsingle .breadcrumb ul li:last-child {
    opacity: .75;
}

.pgsingle .breadcrumb a {
    display: flex;
    align-items: center;
    gap: 3px;
}

.pgsingle .breadcrumb a span {
    font-size: 13px;
    line-height: 1;
}

.pgsingle .breadcrumb svg {
    width: 18px;
    height: 18px;
}

.pgsingle .breadcrumb ul>span {
    display: flex;
    line-height: 1;
    height: 6px;
    opacity: 0.75;
    transform: rotate(45deg);
    width: 6px;
    border-right: 1px solid;
    border-top: 1px solid;
    margin: 0 9px 0 7px;
    margin-top: 2px;
}

.pgsingle .article {
    background-color: #FFF;
    padding: 30px;
    margin: 40px 0;
    border-radius: 10px;
}

.article .article_header {
    display: flex;
    align-items: center;
}

.article .article_header time {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    border-right: 2px solid #030303;
    text-align: center;
}

.article_header time>span {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.article_header time div {
    white-space: nowrap;
}

.article_header time div span {
    font-size: 24px;
    font-weight: 600;
}

.article .article_header h1 {
    font-weight: 600;
    font-size: 26px;
    margin-left: 30px;
}

.article .article_meta {
    display: flex;
    align-items: center;
}

.article .article_meta a {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}

.article .article_meta span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-family: var(--fontP);
    text-transform: uppercase;
}

.article .article_image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.article .article_image img {
    width: 100%;
}

.article main strong {
    font-weight: 700;
}

.article main h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 6px solid var(--bg-pink-color);
    display: inline-block;
}

.article main h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 6px solid var(--bg-pink-color);
    display: inline-block;
}

.article main h3 {
    font-size: 21px;
    padding-left: 20px;
    font-weight: 700;
    line-height: 1.3;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid var(--bg-pink-color);
}

.article main h4 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 4px solid var(--bg-pink-color);
}

.article main h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 3px solid var(--bg-pink-color);
}

.article main h6 {
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 3px solid var(--bg-pink-color);
}

.article main hr {
    width: 100%;
    margin: 0;
    border-top: 1px solid var(--bg-black-color);
    margin: 20px 0;
    margin-top: 40px;
}

.article main p {
    font-size: 15px;
    line-height: 1.6;
    margin: 20px 0;
}

.article main ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 20px 0;
}

.article main ul li {
    font-size: 16px;
    line-height: 1.6;
    list-style-type: disc;
}

.article main img {
    width: 100%;
    margin: 0 auto;
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
}

.article main blockquote {
    background-color: #f5f8fa;
    margin: 0;
    padding: 25px 30px;
}

.article main blockquote p {
    margin: 0;
    font-size: 16px;
}

.article main a {
    font-size: 15px;
    color: var(--bg-blue-color);
    text-decoration: underline;
}

@media (max-width: 991px) {
    .article main h2.title strong:first-child {
        font-size: 26px;
    }

    .pgsingle .content {
        margin: 0 4vw;
    }

    .pgsingle .article {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .pgsingle .breadcrumb {
        display: none;
    }

    .article .article_header {
        flex-direction: column;
        align-items: flex-start;
    }

    .article .article_header time {
        flex-direction: row;
        border: none;
        border-bottom: 2px solid #030303;
        width: 100%;
        padding-bottom: 10px;
    }

    .article .article_header h1 {
        margin: 0;
        padding-top: 10px;
    }

    .article_header time>span {
        font-size: 18px;
        font-weight: 600;
    }

    .article_header time div span {
        font-size: 18px;
        line-height: 1.6;
    }

    .article_header span:after {
        content: ".";
        font-size: 18px;
        line-height: 1.6;
        font-weight: 600;
    }

    .article_header time div :nth-child(2) {
        display: none;
    }

    .article main h1 {
        font-size: 30px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .article main h2 {
        font-size: 26px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .article main h3 {
        font-size: 20px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .article main h4 {
        font-size: 19px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .article main h5 {
        font-size: 17px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .article main blockquote {
        padding: 20px 30px;
    }
}

@media (max-width: 676px) {
    .pgsingle .article {
        padding: 40px 20px;
    }

    .article .article_header h1 {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media (max-width: 450px) {
    .pgsingle {
        padding-top: 20px;
    }

    .pgsingle .article {
        padding: 30px 20px;
    }

    .article_header time div span,
    .article_header time>span {
        font-size: 15px;
    }

    .article .article_meta {
        margin-top: 20px;
    }

    .article .article_meta span {
        font-size: 16px;
    }

    .pgsingle .content {
        margin: 0 15px;
    }

    .article main figure.post-image {
        width: 100%;
    }

    .article .article_header h1 {
        font-size: 21px;
    }

    .article main h1 {
        font-size: 24px;
    }

    .article main h2 {
        font-size: 22px;
    }

    .article main h3 {
        font-size: 20px;
    }

    .article main h4 {
        font-size: 18px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .article main h5 {
        font-size: 16px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .article main p {
        font-size: 14px;
    }

    .article main ul li {
        font-size: 15px;
        line-height: 2;
    }

    .article main hr {
        margin: 15px 0;
        margin-bottom: 30px;
    }

    .article main blockquote {
        padding: 20px 15px;
    }

    .article main blockquote p {
        font-size: 15px;
    }
}




/* ---------page thanks style---------- */
.thanks {
    background-color: var(--bg-lightblue-color);
}

.page_thanks {
    background-color: var(--bg-lightblue-color);
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thanks_content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.thanks_content h3 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.thanks_content h2 {
    font-size: 3rem;
    font-weight: 700;

}

.thanks_content a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    padding: 2rem 8rem;
    background-image: var(--bg-main-linear);
    font-size: 2rem;
    font-weight: 700;
    color: var(--bg-white-color);
    border-radius: 99999px;
    margin-top: 5rem;
}

.thanks_content a:hover {
    opacity: .8;
}

@media (max-width: 768px) {
    .thanks_content {
        gap: 20px;
        padding: 0 20px;
    }

    .thanks_content h2 {
        font-size: 1.5rem;
    }

    .thanks_content h3 {
        font-size: 1.5rem;
    }

    .thanks_content a {
        margin-top: 20px;
        padding: 15px 70px;
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .thanks_content h2 {
        font-size: 18px;
    }

    .thanks_content h3 {
        font-size: 20px;
    }

    .thanks_content a {
        font-size: 15px;
        padding: 15px 65px;
    }
}


/* -----------Footer style------------ */
footer {
    background-color: var(--bg-black-color);
}

.footer__wrapper {
    display: flex;
    flex-direction: column;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    padding: 5rem 0;
    border-bottom: 1px solid #FFFFFF20;
}

.footer__logo {
    display: flex;
    width: 6rem;
    font-weight: bold;
    color: var(--bg-white-color);
}

.footer__logo svg {
    width: 100%;
}

.footer__menu {
    display: flex;
    align-items: center;
    gap: 3.5rem;
}

.footer__link {
    position: relative;
    font-size: 1.7rem;
    font-weight: bold;
    color: var(--bg-white-color);
}

.footer__link::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: var(--bg-white-color);
    transition: all .4s;
}

.footer__link:hover::before {
    width: 100%;
}

.footer__btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.5rem 0;
}

.footer__btm p {
    font-size: 1.8rem;
    font-family: var(--fontP);
    color: var(--bg-white-color);
}

.footer__btm div {
    display: flex;
    gap: 2rem;
}

.footer__btm a {
    font-size: 1.3rem;
    color: var(--bg-white-color);
}

.footer__btm a:last-child {
    font-weight: bold;
}

@media (max-width: 768px) {
    .footer__content {
        padding: 3rem 0;
    }

    .footer__menu {
        gap: 1.5rem;
    }

    .footer__logo {
        width: 3.5rem;
    }

    .footer__link {
        font-size: .8rem;
    }

    .footer__btm {
        padding: 1.8rem 0;
    }

    .footer__btm p {
        font-size: .9rem;
    }

    .footer__btm div {
        gap: 1rem;
    }

    .footer__btm a {
        font-size: .65rem;
    }
}

@media (max-width: 450px) {
    .footer__content {
        padding: 30px 0;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer__logo {
        width: 60px;
    }

    .footer__menu {
        flex-direction: column;
        gap: 15px;
    }

    .footer__link {
        font-size: 15px;
    }

    .footer__btm {
        flex-direction: column;
        gap: 5px;
        padding: 20px 0;
    }

    .footer__btm p {
        font-size: 13px;
    }

    .footer__btm div {
        gap: 20px;
    }

    .footer__btm a {
        font-size: 12px;
    }
}


/* --------wp navigation style------ */
.pagination_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
}

.wp-pagenavi {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 1px solid var(--bg-black-color);
    font-size: 1.5rem;
    font-weight: bold;
}

.wp-pagenavi a.previouspostslink {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi span {
    color: var(--colorY);
    background-color: transparent;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: var(--bg-black-color);
}

.wp-pagenavi span.current {
    background-color: var(--bg-black-color);
    color: #fff;
    border-color: var(--bg-black-color);
}

@media(min-width:0px) and (max-width:767px) {
    .pagination_wrap {
        padding-top: 20px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .wp-pagenavi a.previouspostslink {
        width: 28px;
    }

    .wp-pagenavi a.nextpostslink {
        width: 28px;
    }
}

/* ----------loading style--------- */
.loading {
    height: 120%;
    left: -10%;
    position: fixed;
    top: -10%;
    width: 120%;
    will-change: transform;
    z-index: 99999;
}

.loading:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media(max-width: 780px) {
    .loading:before {
        background-image: -webkit-linear-gradient(140deg, #fa8160, #d2c0fd 60%);
        background-image: linear-gradient(310deg, #fa8160, #d2c0fd 60%)
    }
}

@media(min-width: 781px) {
    .loading:before {
        background-image: -webkit-linear-gradient(200deg, #fa8160, #d2c0fd 55%);
        background-image: linear-gradient(-110deg, #fa8160, #d2c0fd 55%)
    }
}

.loading__wrap {
    height: 100%;
    width: 100%
}

.loading__inner,
.loading__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative
}

.loading__inner {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 180px
}

.loading__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 22px
}

@media only screen and (max-width: 780px)and (max-width:480px) {
    .loading__icon {
        width: 20px
    }
}

.loading__svg {
    display: block;
    width: 100%
}

.loading__path {
    fill: #fff
}

.loading__image {
    display: flex;
    margin: 0 0 0 12px;
    position: relative;
    width: 90px
}

.loading__image img {
    width: 100%;
}

@media only screen and (max-width: 780px)and (max-width:480px) {
    .loading__image {
        margin: 0 0 0 14px;
        width: 70px
    }
}

.loading__dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    left: 100%;
    position: absolute
}

.loading__dot {
    background-color: #fff;
    margin: 0 0 0 4px;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: opacity .2s cubic-bezier(.2, .6, .2, 1), -webkit-transform .3s cubic-bezier(.2, .6, .2, 1);
    transition: opacity .2s cubic-bezier(.2, .6, .2, 1), -webkit-transform .3s cubic-bezier(.2, .6, .2, 1);
    transition: transform .3s cubic-bezier(.2, .6, .2, 1), opacity .2s cubic-bezier(.2, .6, .2, 1);
    transition: transform .3s cubic-bezier(.2, .6, .2, 1), opacity .2s cubic-bezier(.2, .6, .2, 1), -webkit-transform .3s cubic-bezier(.2, .6, .2, 1)
}

@media(max-width: 780px) {
    .loading__dot {
        height: 4px;
        width: 3px
    }
}

@media(min-width: 781px) {
    .loading__dot {
        height: 6px;
        width: 4px
    }
}

.loading__dot.is-active {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}