/* デスクトップ・タブレット横の設定
---------------------------------------------------------------------------*/
/* bodyブロックの設定
---------------------------------------------------------------------------*/
html, body {
    height: 100%
}
body {
    background: #FFF8EB;
    color: #411E0C;
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
}
#wrapper {
    text-align: center;
    min-height: 100%;
    margin: 0 auto;
    width: 100%;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}


/* メニューリスト
---------------------------------------------------------------------------*/
.menu-list {
    background: #411E0C;
    padding: 35px 5px 0px;
    z-index: 10;
}
.menu-list ul {}
.menu-list ul li {
    display: inline-block;
    background: #FFF8EB;
    border: 1px solid #FFF8EB;
    border-radius: 30px;
    margin: auto 10px;
    padding: 12px 30px;
    transition: all 0.3s ease-in-out;
}
.phone-menu {
    display: none;
}
.hamburger {
    display: none;
}
#nav-btn {
    display: none;
}


/* メニューリスト リンクエフェクトの設定
---------------------------------------------------------------------------*/
.wave a {
    text-decoration: none;
    position: relative;
    transition: .3s;
    color: #411E0C;
}
.wave a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    border-radius: 10px;
    background-color: tomato;
    transition: .3s;
    transform: translateX(-50%);
}
.wave a:hover {
    color: tomato;
}
.wave a:hover::after {
    width: 100%;
}
.wave {
    font-weight: 800;
    font-size: 20px;
}


/* メニューリスト 文字アニメーションの設定
---------------------------------------------------------------------------*/
@keyframes wave {
    100% {
        transform: translate3d(0, -8px, 0);
    }
}
.wave span {
    display: inline-block;
}
.wave:hover span {
    animation-name: wave;
    animation-duration: .2s;
    animation-direction: alternate;
    animation-iteration-count: 2;
}
.wave:hover span:nth-child(2) {
    animation-delay: .1s;
}
.wave:hover span:nth-child(3) {
    animation-delay: .17s;
}
.wave:hover span:nth-child(4) {
    animation-delay: .24s;
}
.wave:hover span:nth-child(5) {
    animation-delay: .31s;
}
.wave:hover span:nth-child(6) {
    animation-delay: .38s;
}
.wave:hover span:nth-child(7) {
    animation-delay: .45s;
}


/* メニューリスト うねうねの設定
---------------------------------------------------------------------------*/
html, body, #wrap {
    height: 250px;
}
#wrap {
    position: relative;
}
#svg-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
}
#svg-bg3 {
    margin-bottom: -86%;
    margin-top: -3%;
    z-index: -7;
}


/*リンクエフェクトの設定
---------------------------------------------------------------------------*/
.link a {
    text-decoration: none;
    position: relative;
    transition: .3s;
    color: #411E0C;
}
.link a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    border-radius: 10px;
    background-color: tomato;
    transition: .3s;
    transform: translateX(-50%);
}
.link a:hover {
    color: tomato;
}
.link a:hover::after {
    width: 100%;
}
a {
    color: #411E0C;
}
.br {
    display: none;
}



/*スライドショー
ここでは、16:9の画像比率（9÷16=0.5625）を読み込む指定を行なっています。
異なる画像比率にしたい場合、.slide-type1のpadding-topの数字を変更します。
---------------------------------------------------------------------------*/
/*スライドショーボックス*/
#main-box {
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: -4.5%;
    z-index: -6;
}
/*3枚の画像を囲むブロック*/
.slide-type1 {
    padding-top: 56.25%; /*アスペクト比*/
    position: relative;
}
/*３枚の画像の共通設定*/
.slide-type1 .slide {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s; /*ここの1s（＝1秒）を変更すると、フェードのスピードを変更できます。１枚が表示される時間はjsで指定できます。*/
}
/*以下は変更不要*/
.slide-type1 .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



/*現在表示されているスライドのみをクリック可能にする設定（変更不要）
---------------------------------------------------------------------------*/
.slide-type1 .slide {
    pointer-events: none; /* デフォルトでクリックを無効にする */
}



/*回転する円形のテキストアニメーション
---------------------------------------------------------------------------*/
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*サイズや場所の指定*/
.animation-text {
    position: absolute;
    z-index: 1;
    width: 40vw; /*画像の幅*/
    right: -9vw; /*右からの距離*/
    bottom: 10%;
}
.animation-text2 {
    position: absolute;
    z-index: 1;
    width: 30vw; /*画像の幅*/
    left: -8vw; /*右からの距離*/
    bottom: 67%;
}
/*アニメーションに関する指定*/
.spin {
    animation: spin 150s linear infinite; /*150s（150秒）が１回転する速度です。お好みで変更して下さい。*/
}



.phone-visual {
    display: none;
}



/*カラムの設定
---------------------------------------------------------------------------*/
.column a {
    text-decoration: none;
}
.list-grid1 .list * {
    margin: 0;
    padding: 0;
}
/*ボックス１個あたり*/
.list-grid1 .list {
    display: grid;
    margin-bottom: 2rem; /*ボックスの下に空けるスペース*/
}
/*ボックス内のp要素*/
.list-grid1 .list p {
    font-size: 0.85rem; /*文字サイズを85%に*/
    line-height: 1.5; /*行間を狭くする*/
}
/*ボックス１個あたり*/
.list-grid1 .list {
    padding: 1rem; /*ボックス内の余白。１文字分。*/
    background: #fff; /*背景色*/
    grid-template-rows: auto 1fr auto; /*１つ目（この場合はfigure要素のサイズ）と「詳しくみる」ボタンの高さは自動に、２つ目（この場合はtextブロック））を残った幅で使う*/
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1); /*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
    text-align: left;
    border: 1.5px solid #f0e0bc;
    border-radius: 15px;
}
/*ボックス内のfigure画像*/
.list-grid1 .list figure {
    margin: -1rem; /*画像を枠いっぱいに表示させる為に上の「.list-grid1 .list」のpadding分をネガティブマーインで指定*/
    margin-bottom: 1rem; /*画像の下に空けるスペース*/
}
.list-grid1 .list figure img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}
.list-title {
    font-weight: 500;
}
.list-text {
    margin-top: 5px;
}
/*listブロック全体を囲むブロック*/
.list-grid1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /*3列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
    gap: 3vw; /*ブロックの間に空けるマージン的な指定*/
}
/*ボックス１個あたり*/
.list-grid1 .list {
    margin-bottom: 0; /*下に空けるスペースをなくす*/
}

/* ホバーアニメーションの設定 */
/* 擬似要素の共通スタイル */
.list {
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
.list::after, .list::before {
    background-color: tomato;
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transform-origin: center;
}
/* hover */
.list:hover::after, .list:hover::before {
    width: 100%;
    left: 0;
}



/* ふきだしの設定
---------------------------------------------------------------------------*/
.cp_tooltip {
    position: relative;
    display: inline-block;
}
.cp_tooltip .cp_tooltiptext {
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    visibility: hidden;
    width: auto;
    white-space: nowrap;
    padding: 10px 15px;
    transition: opacity 0.5s;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    color: #fef8ec;
    border-radius: 6px;
    background-color: #da5852;
}
.cp_tooltip .cp_tooltiptext::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    content: ' ';
    border: 5px solid transparent;
    border-top-color: #da5852;
}
.cp_tooltip:hover .cp_tooltiptext {
    visibility: visible;
    opacity: 1;
    left: -35px;
}
/* footerブロックの設定 */
.fab {
    font-size: 30px;
    margin: 5px 12px 15px;
    opacity: 0.75;
}
.copy-light {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 60px;
}
.footer {
    text-align: center;
    margin-bottom: 100px;
}
.footer a {
    text-decoration: none;
}
.fa-twitter {}
.fa-twitter:hover {
    color: #00acee;
    transition: .2s;
}
.fa-instagram {}
.fa-instagram:hover {
    color: #da3076;
    transition: .2s;
}
.fa-youtube {}
.fa-youtube:hover {
    color: #da1725;
    transition: .2s;
}
.fa-home {}
.fa-home:hover {
    color: #ff9900;
    transition: .2s;
}



/* imgのコピー禁止設定
---------------------------------------------------------------------------*/
img {
    pointer-events: none;
}
img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    user-select: none;
}
/* ローディングの設定 */
#loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffb429;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    z-index: 9999;
}
.loader, .loader:before, .loader:after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 70px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before, .loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
.completed {
    opacity: 0;
    visibility: hidden;
}






/* タブレット縦の設定
---------------------------------------------------------------------------*/
@media screen and (max-width : 1089px ){
      
      
      
}





/* スマホ横の設定
---------------------------------------------------------------------------*/
@media screen and (max-width: 896px) {
.menu-list {
    display: none
}
/*　ハンバーガーボタン
---------------------------------------------------------------------------*/
.phone-menu {
    display: block;
    width: 100%;
}
.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #fef8ec;
    border-radius: 6px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 10px;
}
.hamburger span:nth-child(2) {
     top: 20px;
}
.hamburger span:nth-child(3) {
    top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fef8ec;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-btn {
    display: block;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fef8ec;
    background: #411E0C;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.9s;
    width: 100%;
}
nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
}
nav.globalMenuSp ul li:first-child {
    margin-top: 15px;
}
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
    background: #fb8470;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #fef8ec;
    padding: 20px 0;
    text-decoration: none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
#svg-bg {
    margin-top: -30px;
}
#svg-bg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 2;
    left: 0;
    pointer-events: none;
}
    body a {
    position: relative;
}
#main-box {
    margin-top: -7%;
}
#svg-bg3 {
    margin-top: -4%;
    margin-bottom: -86%;
}
    .animation-text2 {
    bottom: 65%;
}
.br {
    display: block;
    margin-top: -10px;
}
      
      
}





/* スマホ縦の設定
---------------------------------------------------------------------------*/
@media screen and (max-width : 484px ){
/* bodyブロックの設定 */
.container {
    z-index: 0;
}
.web-visual {
    display: none;
}
.phone-visual {
    display: block;
    padding-top: 100%;
}
#svg-bg {
    margin-top: -45px;
}
#main-box {
    margin-top: -12%;
}
#svg-bg3 {
    display: block;
    margin-top: 0%;
    margin-bottom: -80%;
}
.animation-text {
    width: 70vw;
    right: -15vw;
    bottom: 10%;
}
.animation-text2 {
    width: 40vw;
    left: -10vw;
    bottom: 70%;
}
/*listブロック全体を囲むブロック*/
.list-grid1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /*3列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
    gap: 3vw; /*ブロックの間に空けるマージン的な指定*/
}
/*ボックス１個あたり*/
.list-grid1 .list {
    margin-bottom: 0; /*下に空けるスペースをなくす*/
}


}
