@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;800&display=swap');
:root {
    /* color */
    --black: #000;
    --gray: #f2f2f2;
    --red: #df7076;
    --color1: #ee183a;
    --color2: #ffacb9;
    --color3: #262626;
    --color4: #404040;
    --color5: #f2f2f2;
    --color6: #a11028;

    /* font */
    --en : "Cal Sans", sans-serif;
    --jp : 'Noto Sans JP', sans-serif;
}
::selection {
    background: var(--color1);
    color: white;
}
::-moz-selection {
    background: var(--color1);
    color: white;
}
html{
    font-size: 10px;
    scroll-behavior: smooth;
}
img{
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    image-rendering: -webkit-optimize-contrast;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
body {
    font-size: 1.6rem;
    font-family: var(--jp);
    font-weight: 500;
    color: var(--black);
    animation: fadeIn 4s forwards;
}
a{
    text-decoration: none;
    color: initial;
    transition: 0.4s all;
    word-break: break-all;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.base-width {
    width: calc(100% - 9rem);
    max-width: 110rem;
    margin: 0 auto
}
@media screen and (max-width: 1023px) {
    .base-width {
        width:calc(100% - 6rem)
    }
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
}
main{
    padding-top: 88px;
    overflow: hidden;
}
@media screen and (max-width: 1180px) {
    main{
        padding-top: 70px;
    }
}
@media screen and (max-width: 450px) {
    main{
        padding-top: 60px;
    }
}
/* header */
.header {
    position: fixed;
    left: 0;
    width: 100%;
    height: 88px;
    z-index: 100;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center
}
.header .base-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box
}
@media screen and (max-width: 1023px) {
    .header {
        height:70px
    }
}
@media screen and (max-width: 599px) {
    .header {
        height:60px
    }
}
.header__logo {
    line-height: 0;
    margin: 2px 0 0
}
.header__logo img {
    max-width: 117px
}
.header__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.4rem;
    font-weight: 700
}
.header__nav a {
    display: block;
    line-height: 1;
    padding: 1.2rem 0 1.4rem;
    transition: .2s
}
.header__nav a:hover {
    color: var(--site-color-key)
}
.header__nav>li {
    margin: 0 0 0 1.8rem
}
.header__nav__drop {
    position: relative;
    cursor: pointer
}
.header__nav__drop span {
    display: flex;
    align-items: center;
    gap: 0 .4rem;
    padding: 1.2rem 0 1.4rem;
    transition: .2s
}
.header__nav__drop span:hover {
    color: var(--site-color-key)
}
.header__nav__drop span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: .5rem .4rem 0;
    border-color: rgba(0,0,0,0);
    border-top-color: currentColor;
    border-style: solid
}
.header__nav__drop ul {
    position: absolute;
    top: 100%;
    left: 50%;
    width: max-content;
    padding: .5rem 2rem;
    background-color: var(--site-color-key);
    transform: translateX(-50%);
    transition: .2s;
    font-size: 1.2rem;
    border-radius: 1rem;
    opacity: 0;
    pointer-events: none
}
.header__nav__drop ul a {
    padding: 1.4rem 1.6rem 1.5rem 0;
    color: #fff;
}
.header__nav__drop ul a:hover {
    color: #fff;
    opacity: .7
}
.header__nav__drop ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(255,255,255,.2)
}
.header__nav__drop:hover ul {
    opacity: 1;
    pointer-events: all
}
.header__nav__cv {
    margin: 0 0 0 2.8rem
}
.header__nav__cv a {
    position: relative;
    padding: 1.2rem 2.8rem 1.4rem;
    background: var(--color1);
    color: #fff;
    border-radius: 10rem;
    transition: .2s;
    overflow: hidden
}
.header__nav__cv a .text {
    position: relative;
    z-index: 2
}
.header__nav__cv a::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -1px -1px -1px auto;
    width: 0;
    background-color: rgba(0,128,255,.07);
    transition: .26s cubic-bezier(0.05, 0.92, 0.21, 0.97);
    transition-property: width,left,right;
    transition-timing-function: cubic-bezier(0.17, 0.79, 0.36, 1)
}
.header__nav__cv a:hover {
    color: #fff;
}
.header__nav__cv a:hover::before {
    width: calc(100% + 2px);
    right: auto;
    left: max(-0.078125vw,-1px)
}
@media screen and (max-width: 1023px) {
    .header__nav {
        display:none
    }
}
.header__entry {
    position: relative;
    z-index: 104;
    flex: 1
}
.header__entry a {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    width: max-content;
    height: 80px;
    padding: 0 48px;
    margin: 0 18px 0 auto;
    background-color: #fff;
    border-radius: 10rem;
    font-family: var(--site-font-barlow);
    font-size: 24px;
    font-weight: 500
}
@media screen and (max-width: 1023px) {
    .header__entry a {
        font-size:20px;
        height: 60px;
        padding: 0 32px
    }
}
@media screen and (max-width: 599px) {
    .header__entry a {
        font-size:18px;
        height: 50px;
        padding: 0 26px;
        margin: 0 10px 0 auto
    }
}
.gnav__btn {
    display: none;
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 103
}
.gnav__btn span {
    display: block;
    position: absolute;
    inset: 50% 0 0 50%;
    width: 38px;
    height: 3px;
    margin: -1.5px 0 0 -19px;
    background-color: var(--black);
    transition: .3s
}
.gnav__btn span:nth-child(1) {
    margin-top: -12px
}
.gnav__btn span:nth-child(3) {
    margin-top: 9px
}
.gnav__btn.active span {
    background-color: #fff;
}
.gnav__btn.active span:nth-child(1),.gnav__btn.active span:nth-child(3) {
    opacity: 0
}
.gnav__btn.active span:nth-child(2) {
    transform: rotate(-45deg)
}
.gnav__btn.active span:nth-child(4) {
    transform: rotate(45deg)
}
@media screen and (max-width: 1023px) {
    .gnav__btn {
        display:block
    }
}
.gnav {
    pointer-events: none;
    position: fixed;
    inset: 0;
    opacity: 0;
    transition: .3s
}
.gnav__mask {
    position: absolute;
    inset: 0;
    background-color: var(--color1);
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(circle at 90px 50%, black 100%, rgba(0, 0, 0, 0) 0%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 0%;
    will-change: contents;
    z-index: 101
}
.gnav.active {
    opacity: 1;
    pointer-events: all;
    transition: .3s
}
.gnav.active .gnav__mask {
    pointer-events: all;
    -webkit-mask-size: 260%;
    mask-size: 260%
}
.gnav__container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}
.gnav__container::-webkit-scrollbar,.gnav__container::-webkit-scrollbar {
    display: none
}
.gnav__list {
    flex: 1;
    padding: 162px 60px 80px 72px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: max-content max-content max-content max-content;
    gap: 0 32px
}
.gnav__list li{
    text-align: center;
    margin-bottom: 3.2rem;
}
.gnav__list li:nth-child(1) img{
    max-width: 200px;
}
.gnav__list a {
    color: #fff;
    font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
    .gnav__list {
        padding:142px 50px 62px;
        display: block !important;
    }
    .gnav__list__item {
        order: initial;
    }
    .gnav__right {
        width: 44%;
        padding: 142px 67px 80px 50px;
        box-sizing: border-box
    }
}
@media screen and (max-width: 767px) {
    .gnav__container {
        display:block
    }
    .gnav__right {
        width: 100%;
        padding: 62px 50px 50px
    }
}
@media screen and (max-width: 599px) {
    .gnav__container {
        display:block;
        padding: 0 !important
    }
    .gnav__list {
        flex-grow: 1;
        padding: 100px 24px 56px;
        display: block
    }
    .gnav__list__item:not(:last-child) {
        margin: 0 0 36px;
        padding: 0 0 36px
    }
    .gnav__list__item:nth-child(4) {
        margin: 0 0 36px;
        padding: 0 0 36px
    }
    .gnav__list__item:last-child {
        border-bottom: none
    }
    .gnav__list__item__title {
        font-size: 27px
    }
    .gnav__list__item__title small {
        font-size: 13px;
        margin: 10px 0 0
    }
    .gnav__list__item__list {
        margin: 26px 0 0;
        display: flex;
        flex-wrap: wrap;
        gap: 1.3em 1.3em;
        font-size: 16px;
        letter-spacing: 0
    }
    .gnav__list__item__list li a {
        font-size: 15px
    }
    .gnav__list__item__list li a::before {
        top: 12px
    }
    .gnav__right {
        flex-shrink: 0;
        width: 100%;
        padding: 42px 64px 80px;
        box-sizing: border-box
    }
    .gnav .case__search__list a {
        font-size: 12px
    }
}
h2{
    font-size: 5.6rem;
    font-family: var(--en);
    color: var(--color1);
    margin-bottom: 3.2rem;
    line-height: 1.2;
}
h2 span.jp{
    font-family: var(--jp);
    font-weight: 900;
    display: block;
    font-size: 2rem;
    color: var(--black);
    margin-bottom: 0.8rem;
}
h2.white,
h2.white span.jp{
    color: #fff;
}
.site__section__sub-block__link {
    grid-column: 3 / span 8;
    display: flex;
    justify-content: center;
    gap: 1.6rem;
    margin-top: 4rem;
}
.site__section__sub-block__link .site__btn {
    flex: 1;
    text-align: center;
    max-width: 35.6rem;
}
.site__btn .inner {
    position: relative;
    display: block;
    padding: 2.4rem 0 2.5rem;
    border: 2px solid;
    border-radius: 100rem;
    background: #fff;
    overflow: hidden;
}
.white .site__btn .inner{
    background: none;
    border: 2px solid #fff;
    color: #fff;
}
.site__btn .text {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.06em;
    transition: .2s;
    z-index: 2;
    text-align: center;
}
.site__btn .text::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -1px -1px -1px auto;
    width: 0;
    background-color: rgba(255, 0, 0, 0.07);
    transition: .26s cubic-bezier(0.05, 0.92, 0.21, 0.97);
    transition-property: width,left,right;
    transition-timing-function: cubic-bezier(0.17, 0.79, 0.36, 1)
}
.site__btn:hover .inner .text::before {
    width: calc(100% + 2px);
    right: auto;
    left: max(-0.078125vw,-1px)
}
@keyframes arrowMove {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(1rem);
        opacity: 0;
    }
    51% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.site__btn:hover .inner::after {
    animation: arrowMove .3s
}
.site__btn .inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3rem;
    width: 3.5rem;
    margin: -1.75rem 0 0;
    aspect-ratio: 1 / 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/arrow.svg);
    z-index: 2;
}
.white .site__btn .inner::after{
    background-image: url(../img/arrow-white.png);
    width: 2rem;
    background-size: contain;
    top: 60%;
}
.site__btn:hover .inner .text::before {
    width: calc(100% + 2px);
    right: auto;
    left: max(-0.078125vw,-1px);
}
.site__btn:hover .inner::after {
    animation: arrowMove .3s;
}
@media screen and (max-width: 1023px) {
    .site__btn .inner {
        padding: 2rem 0;
    }
    .site__btn .text {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 4rem;
        margin-block: 1rem;
    }
    h2 span.jp {
        font-size: 1.6rem;
        margin-bottom: 0.4rem;
    }
}
/* news */
#news{
    padding: 10rem 0;
}
#news h4{
    font-size: 4.8rem;
    text-align: center;
    font-weight: 900;
    margin-bottom: 5rem;
}
#news .news_list{
    display: flex;
    flex-wrap: wrap;
    gap: 1.6%;
    row-gap: 7rem;
}
#news .news_list li{
    width: calc(96.73% / 3);
}
#news .news_list li a .thumbnail,
.news__cont__item .news__cont__item__pic{
    overflow: hidden;
    border: 1px solid #ccc;
}
#news .news_list li a .thumbnail img,
.news__cont__item .news__cont__item__pic img{
    width: 100%;
    transition: 0.4s all;
}
#news .news_list li:hover a .thumbnail img,
.news__cont__item:hover .news__cont__item__pic img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#news .news_list li a .flex{
    display: flex;
    gap: 16px;
    margin: 8px 0 10px;
}
#news .news_list li a .news__cont__item__date{
    font-size: 1.2rem;
}
#news .news_list li a .news__cont__item__category{
    font-size: 1.2rem;
    color: var(--color1);
}
#news .news_list li a .ttl{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
}
#news .news_list li:hover a .ttl,
.news__cont__item:hover .news__cont__item__title{
    color: var(--color1);
}
@media screen and (max-width: 1023px) {
    #news .news_list li {
        width: calc(90% / 3);
    }
    #news .news_list li a .ttl {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 727px) {
    #news {
        padding: 6rem 0;
    }
    #news .news_list{
        gap: 5%;
        row-gap: 4rem;
    }
    #news .news_list li {
        width: 100%;
    }
    #news h4{
        font-size: 3.2rem;
        margin-bottom: 3.2rem;
    }
}
/* shop */
#shop{
    padding: 10rem 0;
        background-image: url(../img/shop-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#shop .site__pro__title .logo{
    text-align: center;
    display: block;
}
#shop .site__pro__title .logo img{
    max-width: 400px;
}
@media screen and (max-width: 1023px) {
    #shop {
        padding: 8rem 0;
    }
    #shop h2{
        font-size: initial;
    }
    #shop .site__pro__title .logo img {
        max-width: 250px;
    }
}
@media screen and (max-width: 599px) {
#news .news_list li a .flex{
    margin: 8px 0 10px;
}
#news .news_list li a .news__cont__item__date,
#news .news_list li a .news__cont__item__category{
    font-size: 10px;
}
}
/* footer */
footer .mainMenu{
    background: var(--color1);
    padding: 8rem 0;
}
footer .mainMenu h1{
    max-width: 250px;
    margin-bottom: 4rem;
}
footer .mainMenu .menu{
    display: flex;
    gap: 2.4rem;
}
footer .mainMenu .menu li a{
    color: #fff;
}
footer .subMenu{
    background: var(--color6);
    padding: 3.2rem 0;
}
footer .subMenu .base-width{
    display: flex;
    justify-content: space-between;
}
footer .subMenu .menu{
    display: flex;
    gap: 2.4rem;
}
footer .subMenu .menu li a{
    color: #fff;
    font-size: 1.4rem;
}
footer .subMenu p{
    font-size: 1rem;
    color: #fff;
}
footer .mainMenu .menu li a:hover,
footer .subMenu .menu li a:hover{
    opacity: 0.5;
}
@media screen and (max-width: 1023px) {
    footer .subMenu p {
        margin: 0 auto;
    }
    footer .subMenu {
        padding: 1.6rem 0;
    }
}