html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: black;
    font-family: Noto Sans JP, sans-serif;
    font-style: normal;
    letter-spacing: 0.05em;
    font-weight: 400;
    position: relative;
    background-color: #E6E1DA;
    overflow-x: hidden;
    max-width: 100%;
}

* {
    position: relative;
}

a {
    text-decoration: none;
    display: contents;
    color: inherit;
}

.contents_wrap a{
    color: blue;
}

p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    color: inherit;
    border: none;
}

img {
    vertical-align: bottom;
    object-fit: cover;
}

div:has(> img) {
    position: relative;
    overflow: hidden;
}

.img>img {
    width: 100%;
    height: 100%;
}

input {
    padding: 0;
}

dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sp {
    display: none !important;
}

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

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

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

.posi-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* フォントサイズ */
.f-10 {
    font-size: clamp(10px, 0.69444vw, 22px);
    /* 10px to 22px */
}

.f-12 {
    font-size: clamp(10px, 0.83333vw, 22px);
    /* 12px to 22px */
}

.f-14 {
    font-size: clamp(10px, 0.97222vw, 24px);
    /* 14px to 24px */
}

.f-16 {
    font-size: clamp(10px, 1.11111vw, 26px);
    /* 16px to 26px */
}

.f-18 {
    font-size: clamp(10px, 1.25vw, 28px);
    /* 18px to 28px */
}

.f-20 {
    font-size: clamp(10px, 1.38889vw, 30px);
    /* 20px to 30px */
}

.f-22 {
    font-size: clamp(10px, 1.52778vw, 30px);
    /* 22px to 30px */
}

.f-24 {
    font-size: clamp(10px, 1.66667vw, 34px);
    /* 24px to 34px */
}

.f-26 {
    font-size: clamp(10px, 1.80556vw, 36px);
    /* 26px to 36px */
}

.f-28 {
    font-size: clamp(10px, 1.94444vw, 38px);
    /* 28px to 38px */
}

.f-30 {
    font-size: clamp(10px, 2.08333vw, 40px);
    /* 30px to 40px */
}

.f-32 {
    font-size: clamp(10px, 2.22222vw, 42px);
    /* 32px to 42px */
}

.f-36 {
    font-size: clamp(10px, 2.5vw, 46px);
    /* 36px to 46px */
}

.f-40 {
    font-size: clamp(10px, 2.77778vw, 50px);
    /* 40px to 50px */
}

.f-45 {
    font-size: clamp(10px, 3.125vw, 55px);
    /* 45px to 55px */
}

.f-50 {
    font-size: clamp(10px, 3.47222vw, 70px);
    /* 50px to 70px */
}

.f-60 {
    font-size: clamp(10px, 4.16667vw, 70px);
    /* 60px to 70px */
}

.f-65 {
    font-size: clamp(10px, 4.51389vw, 70px);
    /* 65px to 70px */
}

@media (max-width: 768px) {
    .f-10 {
        font-size: 10px;
    }

    .f-12 {
        font-size: 2.7vw;
    }

    .f-14 {
        font-size: 3vw;
    }

    .f-16 {
        font-size: 3.3vw;
    }

    .f-18 {
        font-size: 3.3vw;
    }

    .f-20 {
        font-size: 4vw;
    }

    .f-22 {
        font-size: 4.1vw;
    }

    .f-24 {
        font-size: 4.2vw;
    }

    .f-26 {
        font-size: 4.6vw;
    }

    .f-28 {
        font-size: 4.8vw;
    }

    .f-30 {
        font-size: 5vw;
    }

    .f-32 {
        font-size: 5.2vw;
    }

    .f-36 {
        font-size: 5.8vw;
    }

    .f-40 {
        font-size: 6vw;
    }

    .f-45 {
        font-size: clamp(10px, 12vw, 55px);
    }

    .f-50 {
        font-size: 9vw;
    }

    .f-60 {
        font-size: 12vw;
    }
    .f-65 {
        font-size: 9vw;
    }
}


/* -----------------------------------------------
マージン
----------------------------------------------- */
.mb-10 {
    margin-bottom: 0.7812vw;
}

.mb-20 {
    margin-bottom: 1.4285vw;
}

.mb-30 {
    margin-bottom: 2.1428vw;
}

.mb-40 {
    margin-bottom: 2.8571vw;
}

.mb-50 {
    margin-bottom: 3.5714vw;
}

.mb-60 {
    margin-bottom: 4.2857vw;
}

.mb-70 {
    margin-bottom: 5vw;
}

.mb-80 {
    margin-bottom: 5.7142vw;
}

.mb-100 {
    margin-bottom: 7.1428vw;
}

@media (max-width: 768px) {
    .mb-10 {
        margin-bottom: 1.812vw;
    }

    .mb-20 {
        margin-bottom: 4vw;
    }

    .mb-30 {
        margin-bottom: 8vw;
    }

    .mb-40 {
        margin-bottom: 11vw;
    }

    .mb-50 {
        margin-bottom: 15vw;
    }

    .mb-60 {
        margin-bottom: 9vw;
    }

    .mb-70 {
        margin-bottom: 12vw;
    }

    .mb-80 {
        margin-bottom: 50px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }
}

.mr-10 {
    margin-right: 0.7812vw;
}

.mr-20 {
    margin-right: 1.4285vw;
}

.mr-30 {
    margin-right: 2.1428vw;
}

/* -----------------------------------------------
line-hight
----------------------------------------------- */
.lh1 {
    line-height: 1;
}

.lh1\.25 {
    line-height: 1.25;
}

.lh1\.5 {
    line-height: 1.5;
}

.lh1\.75 {
    line-height: 1.75;
}

.lh2 {
    line-height: 2;
}

/* -----------------------------------------------
letter-spacing
----------------------------------------------- */

.ls-0\.05 {
    letter-spacing: -0.05em;
}

.ls0 {
    letter-spacing: 0;
}

.ls0\.05 {
    letter-spacing: 0.05em;
}

.ls0\.1 {
    letter-spacing: 0.1em;
}

.ls0\.2 {
    letter-spacing: 0.2em;
}


/* -----------------------------------------------
文字太さ
----------------------------------------------- */
.fb {
    font-weight: 700;
}

.fsb {
    font-weight: 600;
}

.fm {
    font-weight: 500;
}

.fr {
    font-weight: 400;
}

.fl {
    font-weight: 300;
}

/* -----------------------------------------------
文字位置
----------------------------------------------- */
.tc {
    text-align: center;
}

.tr {
    text-align: end;
}

.tl {
    text-align: left;
}

.tj {
    text-align: justify;
}

/* -----------------------------------------------
縦書き
----------------------------------------------- */
.ver {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;

    &.ver_part {
        text-orientation: sideways;
    }
}

/* -----------------------------------------------
要素の位置指定
----------------------------------------------- */
.mc {
    margin: auto;
}

.mxc {
    margin-left: auto;
    margin-right: auto;
}

.myc {
    margin-top: auto;
    margin-bottom: auto;
}

.mr {
    margin-left: auto;
    margin-right: 0;
}

.ml {
    margin-left: 0;
    margin-right: auto;
}

/* -----------------------------------------------
文字色
----------------------------------------------- */
.grey {
    color: #43484E;
}

.smogrey {
    color: #AAAAAA;
}

.black {
    color: black;
}

.white {
    color: white;
}

.blue {
    color: #0072F1;
}

.brown {
    color: #905A5A;
}

.red {
    color: #C43232;
}

/* -----------------------------------------------
display要素
----------------------------------------------- */
.block {
    display: block;
}

/* -----------------------------------------------
  position要素
  ----------------------------------------------- */
.relative {
    position: relative;
}

/* -----------------------------------------------
  font種類
  ----------------------------------------------- */

.inter {
    font-family: "Inter", sans-serif;
}

.meiryo {
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

/* -----------------------------------------------
コンテンツ幅
----------------------------------------------- */
.default_width {
    margin-left: calc(100/1440 * 100vw);
    margin-right: calc(100/1440 * 100vw);
}

@media screen and (max-width: 768px) {
    .default_width {
        margin-left: calc(13/390 * 100vw);
        margin-right: calc(13/390 * 100vw);
    }
}

.default_padding {
    padding-left: calc(100/1440 * 100vw);
    padding-right: calc(100/1440 * 100vw);
}

@media screen and (max-width: 768px) {
    .default_padding {
        padding-left: calc(25/390 * 100vw);
        padding-right: calc(25/390 * 100vw);
    }
}


/* -----------------------------------------------
object-fit
----------------------------------------------- */

.fit-contain {
    object-fit: contain;
}

.fit-cover {
    object-fit: cover;
}


/* -----------------------------------------------
共通パーツ
----------------------------------------------- */
.link_tag {
    border-radius: 60px;
    width: fit-content;
    padding: 0em 1em;
    background-color: white;
    border: 1px solid black;
    margin-right: 5px;
    margin-bottom: 10px;
}

.link_tag.target {
    background-color:  black;
    color: white;
}
.page_subtitle{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 0.5em;
}
.page-title{
    font-size: clamp(10px, 7.63889vw, 110px);
    letter-spacing: 0.05em;
    font-family: "Inter", sans-serif;
  }
.rotateX{
    display: block;
    position: relative;
    transition: transform 0.3s;
    width: fit-content;
}
.rotateX::after {
    content: attr(data-text);
    position: absolute;
    top: 110%;
    left: 0;
}
.rotateX:hover {
    transform: translateY(-110%);
}
.hoverBlack{
    color: black;
    transition: 0.3s;
}
.hoverBlack:hover{
    background-color: black;
    color: white;
}
.hoverImage img{
    transition:all 0.3s;
}
.hoverImage:hover img{
    transform: scale(1.03) translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .page-title {
        font-size: clamp(10px, 13.63889vw, 110px);
    }

}

/* -----------------------------------------------
  ヘッダー
  ----------------------------------------------- */
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}


/* -----------------------------------------------
footerセクション
----------------------------------------------- */
