@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

html {
    font-size: 62.5%;

}

/*========= レイアウトのためのCSS ===============*/
body {
    width: 100%;
    font-size: clamp(0.8rem, 1.2vw + 1rem, 1.5rem);
    text-align: center;
    font-family: "Sawarabi Gothic", sans-serif;
    color: #FFFFFF;
    line-height: 1.4;
}

.sawarabi-gothic-regular {
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
}

a:hover,
a:active {
    text-decoration: none;
}

.shadow {
    box-shadow: 10px 10px 10px 3px rgba(102, 51, 0, 0.59);
    /* 画像の影 */
}

.span {
    display: block;
}


/*エリア全体を中央寄せ*/
.wrapper {
    overflow: hidden;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

h1 {
    text-align: center;
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 30px 0;
}

p {
    font-size: clamp(0.5rem, 1vw + 0.55rem, 1.8rem);
    line-height: 1.6;
    text-align: center;
    padding: 5px;
    word-wrap: break-word;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}




/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position: relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    width: 100%;
    height: auto;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/

}


.slider-item {
    width: 100%;
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/

    height: auto;
    /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/

}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;
    /*矢印の色*/
    border-right: 2px solid #ccc;
    /*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: 2%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: 2%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 10px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}

/* みぎよせ */
.parcent_l {
    margin-left: 50%;
}

.pixel_l {
    margin-left: 500px;
}

/* ひだりよせ */
.parcent_r {
    margin-right: 30%;
}

.pixel_r {
    margin-right: 500px;
}

.text {
    z-index: 2;
    margin: 0;
    /* 見出しのマージンを消しておく */
    position: absolute;
    /* 絶対配置で画像の中央に配置 */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #FFF;
    font-weight: 800;
    font-size: 30px;
    font-family: Georgia, Times, 'Times New Roman', serif;
}

.one-calm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.one-calm li {
    width: 100%;
    /*←画像を横に4つ並べる場合*/
    padding: 30px;
    /*←画像の左右に5pxの余白を入れる場合*/
    box-sizing: border-box;
}

.one-calm li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
}

.two-calm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.two-calm li {
    width: calc(100%/2);
    /*←画像を横に4つ並べる場合*/
    padding: 0px;
    /*←画像の左右に5pxの余白を入れる場合*/
    box-sizing: border-box;
}

.two-calm li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
}

.two-calms {
    display: flex;
    flex-wrap: wrap;
}

.two-calms li {
    width: calc(100%/3);
    /*←画像を横に4つ並べる場合*/
    padding: 0px;
    /*←画像の左右に5pxの余白を入れる場合*/
    box-sizing: border-box;
}

.two-calms li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
}

.four-calm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.four-calm li {
    width: calc(100%/4);
    /*←画像を横に4つ並べる場合*/
    padding: 0 5px;
    /*←画像の左右に5pxの余白を入れる場合*/
    box-sizing: border-box;
}

.four-calm li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    height: auto;
    /*画像の縦横比を維持 */
}


.container {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.container>img {
    width: 200px;
    margin: 15px;
}

.container2 {
    width: 800px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.container2>img {
    width: 200px;
    margin: 15px;
}

/*==================================================
ふわっ
===================================*/

.wataame {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.fade_on {
    opacity: 1;
}

/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger {
    opacity: 0;
    transition: 5.0s;
}

.div {
    transition: all 0.8s ease;
    -webkit-transition: -webkit-transform 0.8s;
}


/* box-shadowとdrop-shadow */
.box-and-drop .box-shadow {
    box-shadow: 10px 10px 5px 0 rgb(61, 61, 63, 0.5);
}

.box-and-drop .drop-shadow {
    filter: drop-shadow(10px 10px 5px rgb(61, 61, 63, 0.5));
    transform: translateZ(0);
}

/* ぼかしから出現 */
.blur {
    animation-name: blurAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
    }

    to {
        filter: blur(0);
        transform: scale(1);
    }
}

.nega_m {
    margin-top: 80%;
    /* 上方向にネガティブマージンを取る */
}

.posi_m {
    margin-top: -80%;
    /* 上方向にネガティブマージンを取る */
}

.posi_m2 {
    margin-top: -20%;
    /* 上方向にネガティブマージンを取る */
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

/* ボタン共通設定 */
.btn03 {
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 5px;
    border: none;
    outline: none;
    width: 80%;
    /*アニメーションの指定*/
    transition: all 0.1s ease;
    -webkit-transition: -webkit-transform 0.1s;
    transform: translateZ(0);
}

/*hoverをした後のボタンの形状*/
.btn03:hover {
    border-color: transparent !important;
}

/*ボタンの中のテキスト*/
.btn03 span {
    position: relative;
    z-index: 2;
    /*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
    display: block;
    padding: 5px;
    background: #c30d23;
    border-radius: 5px;
    color: #FFF;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s;
}

/*== 右下に押し込まれる（立体が平面に） */

/*影の設定*/
.pushright:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 4px;
    /*影の形状*/
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #333;
}

/*hoverの際にX・Y軸に4pxずらす*/
.pushright:hover span {
    background-color: #333;
    color: #fff;
    transform: translate(4px, 4px);
}


/*矢印が右に移動する*/
.btnarrow4 {
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding: 0 20px;
    color: #000000;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.btnarrow4::before {
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: -8px;
    left: 15%;
    /*下線の形状*/
    width: 85%;
    height: 1px;
    background: #000000;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: translateZ(0);
}

.btnarrow4::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: -3px;
    right: 0;
    /*矢印の形状*/
    width: 15px;
    height: 1px;
    background: #000000;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before {
    left: 20%;
}

.btnarrow4:hover::after {
    right: -5%;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex>p {
    width: 49%;
}

.ex {
    display: flex;
    align-items: center;

    justify-content: space-between;
}

/*トップに戻るボタン
------------------------------- */
html {
    scroll-behavior: smooth;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #f8f8ff;
    border: solid 0px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

/*==================================================
スライダーのためのcss
===================================*/
.slider3 img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider3 .slick-slide {
    margin: 0px;
    /*スライド左右の余白調整*/
}