@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/
 @font-face {
    font-family: "epson";
    src: url("../font/epson/epson.eot");
    src: url("../font/epson/epson.eot?#iefix") format("embedded-opentype"),
        url("../font/epson/epson.woff2") format("woff2"),
        url("../font/epson/epson.woff") format("woff"),
        url("../font/epson/epson.otf") format("opentype"),
        url("../font/epson/epson.ttf") format("truetype"),
        url("../font/epson/epson.svg") format("svg");
}

.epson {
    font-family: 'epson', sans-serif;
}

.notoSan {
    font-family: "Noto Sans JP", sans-serif;
}

.yuji {
    font-family: "Yuji Boku", serif;
    font-weight: bold;
}

body {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

body.fixed {
    overflow: hidden;
}

.inner {
    padding: 0 30px;
    width: 100%;
    max-width: 1008px;
    margin: 0 auto;
}

/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 12px;
    color: red;
}

/* HEADER */
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 523px;
    z-index: 12;
}

#header .inner {
    padding: 0;
}

#header .wrapHeader {
    position: relative;
    z-index: 2;
    padding: 36px 50px;
}

#header .wrapHeader::-webkit-scrollbar {
    display: none;
}

#header .wrapHeader .headerBar {}

#header .wrapHeader .headerBar .logo {
    width: 222px;
    margin-bottom: 23px;
}

#header .wrapHeader .headerBar .logo a {
    display: block;
}

#header .wrapHeader .headerBar .logo a img {
    width: 100%;
}

#header .wrapHeader .mainMenu {
    width: 48%;
    padding: 0 3px;
    margin-bottom: 19px;
}

#header .wrapHeader .mainMenu .menu {
    /* min-height: 33.4vh; */
    overflow-y: auto;
    max-height: 42vh;
}
#header .wrapHeader .mainMenu .menu::-webkit-scrollbar {
    display: none;
}
#header .wrapHeader .mainMenu .menu li {
    margin-bottom: 5px;
}

#header .wrapHeader .mainMenu .menu li:last-child {
    margin-bottom: 0;
}

#header .wrapHeader .mainMenu .menu li a {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

#header .wrapHeader .wrapLang {
    background: #000000;
    position: relative;
    left: -50px;
    min-width: 47.6%;
    width: fit-content;
    max-width: 60%;
    padding: 1px 15px 3px 51px;
}

#header .wrapHeader .wrapLang .langBox {
    position: relative;
}

#header .gt_container-p2jy29 .gt_switcher {
    width: 100%;
}

#header .wrapHeader .wrapLang .langBox a {
    display: flex;
    align-items: center;
    border: none;
    font-size: 19px;
    color: #ffffff;
    font-family: 'epson', sans-serif;
    padding: 0 32px 0 0px;
    width: auto;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    line-height: 1.5;
}

#header .wrapHeader .wrapLang .langBox .langToggle .langArrow {
    transition: transform 0.3s ease;
}

#header .wrapHeader .wrapLang .langBox.open .langToggle .langArrow {
    transform: rotate(180deg);
}

#header .wrapHeader .wrapLang .langBox .langIcon {
    width: 21px;
}

#header .wrapHeader .wrapLang .langBox .langIcon img {
    width: 100%;
}

#header .wrapHeader .wrapLang .langBox .langText {
    display: block;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 20px 0 6px;
}

#header .wrapHeader .wrapLang .langBox .langArrow {
    width: 17px;
    line-height: 0;
}

#header .wrapHeader .wrapLang .langBox .langArrow img {
    width: 100%;
}

#header .gt_switcher {
    width: 100%;
}

#header .gt_switcher .gt_selected,
#header .gt_switcher .gt_selected a:hover,
#header .gt_switcher .gt_option a:hover {
    background: transparent;
    border: none;
}

#header .gt_switcher .gt_selected a:after {
    content: "";
    position: absolute;
    background: url('../images/common/icon-arrow.png')no-repeat;
    background-size: 100%;
    width: 17px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#header .gt_switcher a .txtImage {
    width: 21px;
    margin-right: 4px;
    display: inline-block;
    transform: translateY(0px);
}

#header .gt_switcher a .txtImage img {
    width: 100%;
    height: 100%;
    opacity: 1;
}

/* PC wrapLang dropdown */
#header .wrapHeader .wrapLang.pc .langBox .langDropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: -51px;
    width: calc(100% + 66px);
    background: #000000;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 100;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#header .wrapHeader .wrapLang.pc .langBox .langDropdown .langItem a {
    display: flex;
    align-items: center;
    padding: 7px 5px 7px 51px;
    transition: background 0.2s ease;
}

#header .wrapHeader .wrapLang.pc .langBox .langDropdown .langItem a:hover,
#header .wrapHeader .wrapLang.pc .langBox .langDropdown .langItem.active a {
    background: rgba(255, 255, 255, 0.12);
}

#header .wrapHeader .wrapLang.pc .langBox .langDropdown .langItem .langIcon {
    width: 21px;
    flex-shrink: 0;
}

#header .wrapHeader .wrapLang.pc .langBox .langDropdown .langItem .langText {
    margin: 0 0 0 6px;
    font-size: 15px;
}

/* @keyframes dropdownFadeIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
} */

#header .gt_option {
    background: transparent;
    border: transparent;
    width: 100%;
}

#header .gt_option::-webkit-scrollbar {
    display: none;
}

#header .wrapHeader .wrapLang .langBox .gt_option a {
    padding-right: 0;
    display: block;
}

#header .gt_switcher .gt_option a.gt_current {
    display: none !important;
}

/* CONTENT */
.main {
    /* height: 100vh; */
    position: relative;
}

.main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40.8%;
    height: 180%;
    min-width: 522px;
    background: url(../images/common/bg-main.png) no-repeat top center / 100%;
    /* clip-path: polygon(0 0, 100% 0px, 134px 100%, 0px 100%); */
}

.main .wrapMain {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.main .wrapMain .mainPhoto {
    height: 100%;
}

.main .wrapMain .mainPhoto img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1280/892;
    min-height: 760px;
    max-height: 952px;
}

.main .wrapMain .wrapSidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 523px;
    height: 100%;
    z-index: 10;
}

.main .wrapMain .wrapCatchphrase {
    width: 209px;
    position: absolute;
    top: 46.5%;
    transform: translateY(-50%);
    right: 116px;
}

.main .wrapMain .wrapCatchphrase img {
    width: 100%;
}

.linkMain {
    position: fixed;
    top: 125px;
    right: -4px;
    width: 80px;
    width: clamp(50px, 7.2vw, 79.6px);
    z-index: 19;
}

.linkMain a {
    display: block;
}

.linkMain a img {
    width: 100%;
}

.linkMain a img.linkMainHover {
    display: none;
}

/* MAIN SLASH*/
.mainSlash {}

.mainSlash .wrapMain .mainPhoto {
    clip-path: none;
}

.mainSlash .wrapMain .mainPhoto img {
    aspect-ratio: 1280 / 643;
}

body:has(.mainSlash) #header {
    width: 383px;
}

body:has(.mainSlash) #header:after {
    background-image: url('../images/common/bg-main-slash.png');
}

body:has(.mainSlash) #header .wrapHeader .headerBar .logo {
    width: 89px;
}

body:has(.mainSlash) #header .wrapHeader .mainMenu {
    width: 65%;
}

body:has(.mainSlash) #header .wrapHeader .wrapLang {
    left: -50px;
    min-width: 70.9%;
    max-width: 71%;
}

body:has(.mainSlash) .mainSlash .wrapMain .mainPhoto img {
    aspect-ratio: 1280 / 643;
    min-height: 643px;
}

/* content */
#content {
    width: 100%;
}

.bgRainBow,
.bgDiamond,
.bgTriangle {
    position: relative;
}

.bgRainBow:after {
    content: "";
    position: absolute;
    background: url('../images/common/bg-rain-bow.svg') no-repeat;
    background-size: 100%;
    width: 495px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.bgDiamond:before {
    content: "";
    position: absolute;
    background: url('../images/common/bg-diamond.svg') no-repeat;
    background-size: 100%;
    width: 38.7%;
    width: 495px;
    height: 525px;
    bottom: -69px;
    left: -158px;
    z-index: -1;
}

.bgTriangle:after {
    content: "";
    position: absolute;
    background: url('../images/common/bg-triangle.svg') no-repeat;
    background-size: 100%;
    width: 58.8%;
    height: 59%;
    bottom: -22.7%;
    right: 0;
    z-index: -1;
}

.btnLink {
    width: fit-content;
    min-width: 286px;
    margin: 0 0 0 auto;
}

.btnLink a {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background: #000000;
    padding: 9px 25px 12px 26px;
    letter-spacing: 0px;
}

.btnLink a .txtBtnLink {
    position: relative;
    padding: 0 66px 0 0;
    display: inline-block;
}

.btnLink a .txtBtnLink:after {
    content: "";
    position: absolute;
    background: url('../images/common/icon-arrow-btn.png') no-repeat;
    background-size: 100%;
    width: 39px;
    height: 23px;
    top: 61%;
    transform: translateY(-50%);
    right: 0;
}

/* FOOTER */
#footer {
    width: 100%;
    background: #e9e9e9;
    padding: 17px 0 32px;
}

#footer .inner {}

#footer .wrapFooter {}

#footer .wrapFooter .logo {
    width: 74px;
    margin: 0 auto 23px;
}

#footer .wrapFooter .logo a {
    display: block;
}

#footer .wrapFooter .logo a img {
    width: 100%;
}

#footer .wrapFooter .ftMenu {}

#footer .wrapFooter .ftMenu .menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 444px;
    width: 100%;
    margin: 0 auto 58px;
    gap: 5px 18px;
}

#footer .wrapFooter .ftMenu .menu li {}

#footer .wrapFooter .ftMenu .menu li a {
    font-size: 18px;
    font-weight: normal;
    display: block;
    color: #211815;
    text-align: center;
}

#footer .wrapFooter #copyright {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #211815;
}

@media (min-width: 1281px) {
    body:not(:has(.mainSlash)) .main .wrapMain .mainPhoto img {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    }
}

@media (max-width: 1100px) and (min-width: 769px) {
    #header .wrapHeader .headerBar .logo {
        width: clamp(120px, 20.1vw, 222px);
    }

    .main .wrapMain .wrapCatchphrase {
        width: clamp(170px, 18.9vw, 209px);
    }
}
@media (max-width: 1050px) and (min-width: 769px) {
    .btnLink {
        min-width: clamp(256px, 27.2vw, 286px);
    }
    .btnLink a {
        padding: 9px 19px 12px 32px;
        font-size: clamp(20px, 2.8vw, 30px);
    }

    .btnLink a .txtBtnLink {
        padding: 0 clamp(30px, 5.8vw, 60px) 0 0;
    }
}

/* SHOW HIDE PC SP */
@media (min-width: 769px) {
    .sp {
        display: none;
    }

    .hover:hover {
        opacity: 0.7;
    }

    #header .wrapHeader .mainMenu {
        display: block !important;
    }

    #header .wrapHeader .mainMenu .menu li a:hover {
        color: #fa0000;
    }

    #header .wrapHeader .wrapLang .langBox a:hover {
        color: #f5e5bd;
    }

    .linkMain a:hover img.linkMainHover {
        display: block;
    }
    .linkMain a:hover .linkMainImg img {
        display: none;
    }
    .btnLink a:hover {
        background: #bb452e;
    }

    #footer .wrapFooter .ftMenu .menu li a:hover {
        color: #fa0000;
    }
    
}

/* STYLE MOBILE */
@media (max-width: 768px) {
    .hover:hover {
        opacity: 1;
    }

    .pc {
        display: none;
    }

    .inner {
        width: 100%;
        padding: 0 4%;
    }

    /* MENU */
    .boxMenuSp {
        position: relative;
        z-index: 9;
        width: clamp(52px, 11.5vw, 60px);
    }

    .hamburger {
        width: 100%;
        height: clamp(52px, 11.5vw, 60px);
        padding: 0 13px;
        z-index: 9991;
        background: #000000;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 1px;
        border-radius: 0 0 0 3px;
    }

    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background: #ffffff;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        margin-bottom: 5px;
    }

    .hamburger span:nth-child(2) {
        opacity: 1
    }

    .hamburger span:nth-child(3) {
        margin-top: 5px;
    }

    .hamburger.open span:nth-child(1) {
        margin-bottom: -2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open span:nth-child(3) {
        margin-top: -2px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* HEADER */
    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: initial;
        z-index: 20;
    }

    #header:after {
        display: none;
    }

    #header .inner {
        padding: 0 0 0 2.9%;
    }

    #header .wrapHeader {
        height: initial;
        overflow-y: initial;
        padding: 0;
    }

    #header .wrapHeader .headerBar {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    #header .wrapHeader .headerBar .logo {
        margin: 13px 0 0;
        width: clamp(35px, 7.8vw, 70px);
    }

    #header .wrapHeader .headerBar .logo a {
        display: block;
    }

    #header .wrapHeader .headerBar .logo a img {
        width: 100%;
    }

    #header .wrapHeader .mainMenu {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        display: none;
        position: fixed;
        top: 0;
        background: #bb452e;
        left: 0;
        height: 100vh;
        padding: 90px 4% 60px;
    }

    #header .wrapHeader .mainMenu .menu {
        height: 100%;
        overflow-y: auto;
        min-height: initial;
        max-height: initial;
    }

    #header .wrapHeader .mainMenu .menu li {
        margin-bottom: 15px;
    }

    #header .wrapHeader .mainMenu .menu li:last-child {
        margin-bottom: 0;
    }

    #header .wrapHeader .mainMenu .menu li a {
        font-size: clamp(24px, 5.3vw, 28px);
        text-align: center;
        display: block;
        color: #ffffff;
    }

    #header .wrapHeader .wrapLang {
        position: initial;
        width: 100%;
        padding: 8px 11px 9px;
        border-radius: 3px 0 0 3px;
        min-width: 100%;
        max-width: 100%;
    }

    #header .wrapHeader .wrapLang .langBox {
        position: relative;
    }

    #header .wrapHeader .wrapLang .langBox a {
        justify-content: space-between;
        font-size: 0;
        line-height: 0;
        padding: 0;
        display: block;
    }

    #header .gt_switcher a .txtImage {
        width: clamp(14px, 3.1vw, 18px);
        transform: translateY(0px);
    }

    #header .wrapHeader .wrapLang .langBox .langToggle .langArrow {
        transition: transform 0.3s ease;
    }

    #header .wrapHeader .wrapLang .langBox.open .langToggle .langArrow {
        transform: rotate(180deg);
    }

    #header .wrapHeader .wrapLang .langBox .langIcon {
        width: clamp(14px, 3.1vw, 18px);
    }

    #header .wrapHeader .wrapLang .langBox .langIcon img {
        width: 100%;
    }

    #header .wrapHeader .wrapLang .langBox .langText {
        display: block;
        font-size: 17px;
        color: #ffffff;
        font-weight: bold;
        margin: 0 20px 0 6px;
    }

    #header .wrapHeader .wrapLang .langBox .langArrow {
        width: 13px;
        width: clamp(13px, 2.8vw, 15px);
        line-height: 0;
    }

    #header .wrapHeader .wrapLang .langBox .langArrow img {
        width: 100%;
    }

    #header .gt_switcher .gt_selected a:after {
        width: clamp(12px, 2.7vw, 15px);
        height: clamp(9px, 1vw, 12px);
        top: 54%;
    }

    /* SP wrapLang dropdown */
    #header .wrapHeader .wrapLang .langBox .langDropdown {
        position: absolute;
        top: calc(100% + 1px);
        left: -11px;
        width: calc(100% + 22px);
        background: #000000;
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        z-index: 100;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }



    #header .wrapHeader .wrapLang .langBox .langDropdown .langItem a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 9px 11px;
        line-height: 1;
        transition: background 0.2s ease;
    }

    #header .wrapHeader .wrapLang .langBox .langDropdown .langItem a:hover,
    #header .wrapHeader .wrapLang .langBox .langDropdown .langItem.active a {
        background: rgba(255, 255, 255, 0.12);
    }

    #header .wrapHeader .wrapLang .langBox .langDropdown .langItem .langIcon {
        width: 14px;
        flex-shrink: 0;
    }

    #header .wrapHeader .wrapLang .langBox .langDropdown .langItem .langText {
        font-size: 14px;
        margin: 0 0 0 6px;
    }

    #header .gt_option {
        padding: 4px 0 0;
    }

    #header .wrapHeader .wrapLang .langBox .gt_option a {
        padding: 0;
        margin-bottom: 6px;
    }

    #header .wrapHeader .wrapLang .langBox .gt_option a:last-child {
        margin-bottom: 0;
    }

    /* CONTENT */
    .main {
        position: relative;
    }

    .main:after {
        display: none;
    }

    .main:before {
        content: "";
        position: absolute;
        background: url('../images/common/main-before.png') no-repeat;
        background-size: 100%;
        top: 0;
        left: 0;
        width: clamp(176px, 39.2vw, 240px);
        height: clamp(383px, 85.1vw, 550px);
        z-index: 1;
    }

    .main .wrapMain {}

    .main .wrapMain .mainPhoto {}

    .main .wrapMain .mainPhoto img {
        aspect-ratio: 450/636;
        min-height: initial;
        max-height: initial;
        clip-path: none;
    }

    .main .wrapMain .wrapSidebar {
        position: absolute;
        top: 0;
        left: 0;
        width: 523px;
        height: 100%;
        z-index: 10;
    }

    .main .wrapMain .wrapCatchphrase {
        top: 27.2%;
        top: 36%;
        right: auto;
        left: 25px;
        width: clamp(111px, 24.7vw, 180px);
        z-index: 1;
        transform: none;
        top: clamp(55px, 12.3vw, 70px);
    }

    .main .wrapMain .wrapCatchphrase img {}

    .linkMain {
        right: 0;
        width: clamp(52px, 11.6vw, 60px);
        top: clamp(95px, 21vw, 180px);
    }

    .linkMain a {}

    .linkMain a img {}

    /* MAIN SLASH*/
    .mainSlash {}

    .mainSlash .wrapMain .mainPhoto {
        clip-path: none;
    }

    .mainSlash .wrapMain .mainPhoto img {
        aspect-ratio: 450/326;
    }

    body:has(.mainSlash) #header {
        width: 100%;
    }

    body:has(.mainSlash) #header .wrapHeader .headerBar .logo {
        width: clamp(35px, 7.8vw, 70px);
    }

    body:has(.mainSlash) #header .wrapHeader .mainMenu {
        width: 100%;
    }

    body:has(.mainSlash) #header .wrapHeader .wrapLang {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    body:has(.mainSlash) .mainSlash .wrapMain .mainPhoto img {
        aspect-ratio: 450/227;
        min-height: initial;
    }

    .bgRainBow:after {
        width: 63.9%;
        height: 100%;
        top: 30.1vw;
        right: -21.9vw;
    }

    .bgDiamond:before {
        width: 57.8%;
        height: 27%;
        bottom: 39.3vw;
        left: -20.7vw;
    }

    .bgTriangle:after {
        width: 54.8%;
        height: 59%;
        bottom: -78.7vw;
        right: 0;
    }

    /* BTN LINK */
    .btnLink {
        min-width: clamp(106px, 23.5vw, 140px);
    }

    .btnLink a {
        font-size: clamp(12px, 2.6vw, 16px);
        padding: clamp(3px, 0.6vw, 4px) clamp(10px, 2.2vw, 15px) clamp(4px, 0.8vw, 10px) clamp(11px, 2.4vw, 20px);
        letter-spacing: 0;
    }

    .btnLink a .txtBtnLink {
        padding: 0 clamp(24px, 5.3vw, 35px) 0 0;
    }

    .btnLink a .txtBtnLink:after {
        width: clamp(15px, 3.3vw, 20px);
        height: clamp(7px, 1.5vw, 9px);
        top: 53%;
    }

    /* FOOTER */
    #footer {
        padding: 33px 0 47px;
    }

    #footer .inner {}

    #footer .wrapFooter {}

    #footer .wrapFooter .logo {
        width: clamp(59px, 13.1vw, 70px);
        margin: 0 auto 21px;
    }

    #footer .wrapFooter .logo a {
        display: block;
    }

    #footer .wrapFooter .logo a img {
        width: 100%;
    }

    #footer .wrapFooter .ftMenu {}

    #footer .wrapFooter .ftMenu .menu {
        max-width: clamp(301px, 63vw, 370px);
        margin: 0 auto 24px;
        gap: 0px 7px;
    }

    #footer .wrapFooter .ftMenu .menu li {}

    #footer .wrapFooter .ftMenu .menu li a {
        font-size: 12px;
        font-size: clamp(12px, 2.6vw, 16px);
        letter-spacing: 0;
    }

    #footer .wrapFooter #copyright {
        font-size: clamp(12px, 2.6vw, 16px);
    }
}


/* lang(en) */
@media (min-width: 769px) {
    :lang(en) .btnLink a {
        font-size: 26px;
        letter-spacing: -2px;
    }

    :lang(en) #footer .wrapFooter .ftMenu .menu {
        max-width: 575px;
    }
}