@charset "UTF-8";
@import url('./sanitize.css');
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}
html {
    font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP',"游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff
}

*,:after,:before {
    box-sizing: border-box
}
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0
}
ul {
    list-style: none
}
a:active,
a:hover,
a:link,
a:visited {
    color: #0d75a5;
    text-decoration: none
}
.pc-only {
    display: block
}
.sp-only {
    display: none
}
.pc-center {
    text-align: center
}
@media screen and (max-width:420px) {
    .pc-only {
        display: none
    }
    .sp-only {
        display: block
    }
    .pc-center {
        text-align: left
    }
}

.grecaptcha-badge {
    margin-bottom:110px;
}

/* 共通設定 */
.mgt05 {
    margin-top: 5px !important
}
.mgt10 {
    margin-top: 10px !important
}
.mgt20 {
    margin-top: 20px !important
}
.mgt30 {
    margin-top: 30px !important
}
.mgt40 {
    margin-top: 40px !important
}
.mgt60 {
    margin-top: 60px !important
}
.mgt80 {
    margin-top: 5pc !important
}
.w6em {
    width: 6em;
    text-align: center
}
.f14 {
    font-size: 1.4rem
}
.f16 {
    font-size: 1.6rem
}
.f18 {
    font-size: 1.8rem
}
.f20 {
    font-size: 2rem
}
.f24 {
    font-size: 2.4rem
}
.f26 {
    font-size: 2.6rem
}
.f30 {
    font-size: 3rem
}
.f34 {
    font-size: 3.4rem
}
.futo {
    font-weight: 600
}
.txt-gold {
    color: #ae7a2b
}
.txt-blue {
    color: #005982
}
.center {
    text-align: center
}
.right {
    text-align: right
}
.left {
    text-align: left
}
.min{
    font-family: 'Noto Serif JP', serif;
}
.nw{
    white-space:nowrap
}

/* 共通パーツ */
.wrapper{
    background-color:#F7F7F7;
    padding:120px 0 0 0;
}
.wrapper-inner{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}
@media(max-width: 768px){
    .wrapper{
        padding:120px 16px 0 16px;
    }
}
main{
    position:relative;
}
.fixed{
    position: fixed;
    top: 0;
}
.heading{
    font-size:4.8rem;
    font-weight:bold;
    padding-bottom:1rem;
    position:relative;
}
.heading::after{
    content:"";
    width:100%;
    max-width:600px;
    border-bottom:1px solid #7367A7;
    position:absolute;
    bottom:0;
    left:0;
}
@media(max-width: 768px){
    .heading{
        font-size:2.8rem;
    }
    .heading::after{
        width:60%;
    }
}
.col2{
    display: flex;
    flex-direction: row;
}
.insertimage{
    width:100%;
    height:600px;
}
.insertimage01{
    background:url(/img/insertimage01.png) no-repeat center;
    background-size:cover;
}
.insertimage02{
    background:url(/img/insertimage02.png) no-repeat center;
    background-size:cover;
}

@media(max-width: 768px){
    .insertimage{
        width:100%;
        height:250px;
    }
}
/* ボタンデザイン */
.area-button{
    width:100%;
    text-align:center;
    padding:60px 0;
}

a.button-a{
    display:block;
    background-color:#000;
    padding:20px 40px;
    max-width:300px;
    margin:0 auto;
    color:#fff;
    border-radius:8px;
    box-shadow: 2px 2px 4px #333;
    transition:all .2s;
    position:relative;
}
a.button-a::after{
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    content: '\f054';
    position:absolute;
    right:1.5rem;
}
a.button-a:hover{
    background-color:#7367a7;
}

/* ブローバルナビゲーション */
.global-navi{
    position:fixed;
    z-index:99;
    background-color:#fff;
    right:30px;
    top:30px;
    max-width:1200px;
    padding:0 60px;
    border-radius:60px;
    box-shadow:2px 2px 8px #999;
}

.gmenu{
    display:flex;   
}
.gmenu-item{
    display:block;
    position:relative;
}
.gmenu-item a{
    display:block;
    color:#7367A7;
    font-weight:bold;
    padding:10px 20px 30px 20px;
    transition:all .2s;
}
.gmenu-item a:hover{
    opacity:0.8;
}

.gmenu-item01 a{
    background:url(/img/menu-about.png) no-repeat bottom center;
}
.gmenu-item02 a{
    background:url(/img/menu-news.png) no-repeat bottom center;
}
.gmenu-item03 a{
    background:url(/img/menu-store.png) no-repeat bottom center;
}
.gmenu-item04 a{
    background:url(/img/menu-menu.png) no-repeat bottom center;
}
.gmenu-item05 a{
    background:url(/img/menu-franchise.png) no-repeat bottom center;
}
.gmenu-item06 a{
    background:url(/img/menu-recruit.png) no-repeat bottom center;
}
.gmenu-item07 a{
    background:url(/img/menu-contact.png) no-repeat bottom center;
}
.gmenu-item08 a{
    background:url(/img/menu-agri.png) no-repeat bottom center;
}
@media(max-width: 768px){
    .global-navi{
        position:fixed;
        z-index:99;
        background-color:#fff;
        right:0;
        top:0;
        width:100%;
        height:100vh;
        max-width:auto;
        padding:80px 30px 0 30px;
        border-radius:0;
        overflow-y:auto;
    }
    .gmenu{
        display:block;   
    }
    .gmenu-item a{
        padding:20px 20px 20px 10px;
        transition:all .2s;
        border-bottom:1px dashed #d3cfe4;
    }
    .gmenu-item01 a{
        background:url(/img/menu-about.png) no-repeat center right;
    }
    .gmenu-item02 a{
        background:url(/img/menu-news.png) no-repeat center right;
    }
    .gmenu-item03 a{
        background:url(/img/menu-store.png) no-repeat center right;
    }
    .gmenu-item04 a{
        background:url(/img/menu-menu.png) no-repeat center right;
    }
    .gmenu-item05 a{
        background:url(/img/menu-franchise.png) no-repeat center right;
    }
    .gmenu-item06 a{
        background:url(/img/menu-recruit.png) no-repeat center right;
    }
    .gmenu-item07 a{
        background:url(/img/menu-contact.png) no-repeat center right;
    }
    .gmenu-item08 a{
        background:url(/img/menu-agri.png) no-repeat center right;
    }
    .sub-logo{
        width: 40%;
        position: absolute;
        top: 20px;
        left: 10px;
    }
    .sub-logo img{
        width:100%;
    }
}

/*ボタン全体の形状*/
.openbtn{
    /*はじめは非表示に*/
	display: none;
    /*ボタンの位置*/
	position:fixed;
	top:37px;
	right: 10px;
	z-index: 999;
    /*ボタンの形状*/
	background:#7367a7;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 30px;
    transition: all .5s;
}
@media(max-width: 768px){
    .openbtn{
        /*はじめは非表示に*/
        display: block;
        top:20px;
    }
    .global-navi{
        display:block;
        visibility: hidden;
        opacity:0;
        transition:all .5s;
    }
    .panelactive .global-navi{
        display:block;
        visibility:visible;
        opacity:1;
        transition:all .5s;
    }
    
}
/*ボタンのアイコン設定*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*.doneクラスがついたヘッダー*/
#header.dnone {
	opacity: 0;/*透過0にして非表示に*/
    transition:all 0.5s;
}
#logostart.dnone {
	opacity: 0;/*透過0にして非表示に*/
    transition:all 0.5s;
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#header.dnone.panelactive {
	opacity: 1;/*不透明にして出現*/
}
/* PC-header */
.main_img_wrap{
    width:100%;
    height: calc( var(--vh) * 100 );
    background-size:cover;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position:fixed;
    z-index:-1;
    background-attachment: fixed;
}
.main_imgBox {
    height: calc( var(--vh) * 100 );
    overflow: hidden;
    position: relative;
}
.main_img01{
    background:url(/img/back01.png);
}
.main_img02{
    /* background:url(/img/back02.png); */
}
.main_img02 video{
    width:100%;
}
.main_img03{
    background:url(/img/back03.png);
}
.main_img04{
    background:url(/img/back02.png);
    /* background:url(/img/back04.png); */
}
.main_img05{
    background:url(/img/back05.jpg);
}
.main_img {	
    z-index:10;	
    opacity: 0;	
    width: 100%;	
    height: calc( var(--vh) * 100 );	
    background-position: center center;	
    background-repeat: no-repeat;	
    background-size: cover;	
    position: absolute;	
    left: 0;	
    top: 0;	
    -webkit-animation: anime 40s 0s infinite;	
    animation: anime 40s 0s infinite;	
}
.main_img:nth-of-type(2) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s; }

.main_img:nth-of-type(3) {
    -webkit-animation-delay: 16s;
    animation-delay: 16s; }

.main_img:nth-of-type(4) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s; }

.main_img:nth-of-type(5) {
    -webkit-animation-delay: 32s;
    animation-delay: 32s;
}
@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.1);
                    z-index:9;
    }
    100% { opacity: 0 }
}
@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         -webkit-transform: scale(1.1);
            z-index:9;
    }
    100% { opacity: 0; }
}
@media(max-width: 768px){
    .main_img01{
        background-image:url(/img/back01.png);
    }
    .main_img02{
        /* background-image:url(/img/back02.png); */
    }
    .main_img02 video{
        width: auto;
        height:100vh;
    }
    .main_img03{
        background-image:url(/img/back03.png);
    }
    .main_img04{
        background-image:url(/img/back02.png);
        /* background-image:url(/img/back04.png); */
    }
    .main_img05{
        background-image:url(/img/back05-sp.jpg);
    }
}
.mv{
    background-attachment: fixed;
    background-size:cover;
    position:relative;
    min-width:768px;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
.logo{
    width:15%;
    max-width:180px;
    position:fixed;
    top:30px;
    left:60px;
    z-index:10;
}
@media(max-width: 768px){
    .logo{
        width:30%;
        max-width:180px;
        position:fixed;
        top:20px;
        left:20px;
        z-index:10;
    }  
}
.message{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc( var(--vh) * 100 );
}
@media(max-width: 768px){
    .mv{
        width:100%;
        min-width:auto;
    }
    .mv-message{
        width:80%;
    }
    .mv-message img{
        width:100%;
    }
}

/* トップページ｜お知らせ */
.sec-news{
    background:url(/img/sec-news.png) no-repeat top left;
}
.news-list li{
    margin-top:40px;
}
.news-link{
    display: flex;
    flex-direction: row;
    padding:30px 40px;
    border-radius:8px;
    background-color:#fff;
    box-shadow: 2px 2px 8px #ddd;
    transition: all .2s;
}
.news-date{
    display:block;
    font-family: 'Rubik', sans-serif;
    color:#7367a7;
    margin-right:40px;
    white-space: nowrap;
}
.news-link:hover{
    background-color:#D2CFE2;
}
@media(max-width: 768px){
    .sec-news{
        background-image:none;
        position:relative;
    }
    .sec-news::before{
        content: '';
        width: 100%;
        height: 200px;
        display: block;
        background: url(/img/sec-news-sp.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: -95px;
        transform: rotateZ(-10deg);
    }
    .news-list li{
        margin-top:24px;
    }
    .news-link{
        padding:20px 16px;
    }
    .news-date{
        margin-right:10px;
    }
    .news-link:hover{
        background-color:#D2CFE2;
    }
}
/* トップページ｜About */
.sec-about{
    background:url(/img/sec-about.png) no-repeat top left;
    padding-bottom:120px;
}
.about-inner{
    margin-top:60px;
    display: flex;
    flex-direction: row;
}
.about-pic{
    width:37.5%;
}
.about-pic picture img{
    width:100%;
}
.about-txt{
    width:62.5%;
    display:flex;
    align-items: center;
}
.about-txt p {
    width:100%;
    padding-left:140px;
    line-height:6rem;
}
@media(max-width: 768px){
    .about-inner{
        margin-top:30px;
        flex-direction: column;
    }
    .about-pic{
        width:100%;
    }
    .about-pic picture img{
        border-radius:8px;
    }
    .about-txt{
        width:100%;
        margin-top:40px;
    }
    .about-txt p {
        padding-left:0;
        line-height:4.5rem;
    }
    .sec-about{
        background-image:none;
        position:relative;
    }
    .sec-about::before{
        content: '';
        width: 100%;
        height: 200px;
        display: block;
        background: url(/img/sec-about-sp.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: -95px;
        transform: rotateZ(-10deg);
    }
}

/* トップページ｜店舗紹介 */
.sec-store{
    background:url(/img/sec-store.png) no-repeat top left;
    padding-bottom:120px;
}
.store-list{
    margin-top:60px;
    margin-bottom:60px;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
}
.store-link{
    display:block;
    width:350px;
    margin-right:60px;
    border-radius:16px;
    box-shadow:2px 2px 4px #D2CFE2;
    transition:all .2s;
}
.store-link:hover{
    background-color:#D2CFE2;
}
.store-link:hover picture img{
    transform: scale(1.1);
    transition: all 1s;
}
.store-item dt{
    overflow:hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.store-item dd{
    padding:20px;
    color:#000;
}
.store-item picture, .store-item picture img{
    width:350px;
    height:250px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    object-fit: cover;
}
.store-item picture{
    overflow: hidden;
}
.store-category, .store-category-detail{
    display:inline-block;
    margin-top:20px;
    margin-left:20px;
    font-size:1.4rem;
    background-color:#000;
    color:#fff;
    padding:0.25rem 2rem;
    border-radius:2rem;
}
.store-category02{
    background-color:#60568A;
}
.store-name{
    margin-top:.5rem;
    margin-left:20px;
    font-size:2.4rem;
    font-weight:bold;
    color:#000;
}
.store-address{
    margin-bottom:2rem;
}

@media(max-width: 768px){
    .store-list{
        overflow-x: auto;  /* 横スクロールの指定 */
        white-space: nowrap;  /* 横スクロールの指定 */
        overflow-scrolling: touch;  /* スクロールを滑らかにする */
        -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
    }
    .store-link{
        width:300px;
        margin-right:20px;
        border-radius:16px;
        box-shadow:2px 2px 4px #D2CFE2;
        transition:all .2s;
        margin-bottom:30px;
        background-color:#fff;
    }
    .store-item picture, .store-item picture img{
        width:100%;
        height:250px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        object-fit: cover;
    }
    .store-item picture{
        overflow: hidden;
    }
    .store-item dd p{
        word-break:break-all;
    }
    .sec-store{
        background-image:none;
        position:relative;
    }
    .sec-store::before{
        content: '';
        width: 100%;
        height: 200px;
        display: block;
        background: url(/img/sec-store-sp.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: -90px;
        transform: rotateZ(-10deg);
    }
}
/* トップページ｜メニュー */
.sec-menu{
    background:url(/img/sec-menu.png) no-repeat top left;
    padding-bottom:120px;
}
.menu-item{
    display: flex;
    flex-direction: row;
    margin-top:60px;
}
.menu-item02{
    flex-direction: row-reverse;
}
.menu-picture{
    width:400px;
}
.menu-item01 .menu-picture{
    margin-right:40px;
}
.menu-item02 .menu-picture{
    margin-left:40px;
}
.menu-heading{
    font-size:4.8rem;
    font-family: 'Yu Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.menu-txt{
    margin-top:40px;
}
@media(max-width: 768px){
    .menu-item{
        flex-direction: column-reverse;
    }
    .menu-picture{
        width:100%;
        margin-top:16px;
    }
    .menu-item01 .menu-picture{
        margin-right:0;
    }
    .menu-item02 .menu-picture{
        margin-left:0;
    }
    .menu-picture img{
        width:100%;
    }
    .menu-heading{
         font-size:3.6rem;
        font-family: 'Yu Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
    .menu-txt{
        margin-top:16px;
    }
    .sec-menu{
        background-image:none;
        position:relative;
    }
    .sec-menu::before{
        content: '';
        width: 100%;
        height: 200px;
        display: block;
        background: url(/img/sec-menu-sp.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: -95px;
        transform: rotateZ(-10deg);
    }
}
/* トップページ｜農業 */
.sec-agri{
    background:url(/img/sec-agriculture.png) no-repeat top left;
    padding-bottom:120px;
}
.agri-inner{
    margin-top:60px;
}
.agi-message{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:600px;
    background:url(/img/agri-img01.png) no-repeat center center;
    background-size:cover;
    font-size:3.6rem;
    font-weight:bold;
    font-family: 'Yu Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.agri-txt{
    text-align:center;
    margin-top:60px;
    margin-bottom:40px;
    line-height:2;
}
.agri-pic{
    display:inline-block;
    text-align:center;
    width:100%;
}

@media(max-width: 768px){
    .sec-agri{
        background-image:none;
        position:relative;
    }
    .agi-message{
        display:flex;
        justify-content: center;
        align-items: center;
        width:100%;
        height:260px;
        font-size:2.0rem;
        border-radius:8px;
    }
    .agri-pic img{
        width:100%;
    }
    .agri-txt{
        text-align:left;
    }
    .sec-agri::before{
        content: '';
        width: 100%;
        height: 200px;
        display: block;
        background: url(/img/title-agriculture.svg) no-repeat center center;
        background-size: contain;
        position: absolute;
        top: -120px;
        left:-30px;
        transform: rotateZ(-10deg);
    }
}
/* 画像ループ */
.sec-loop{
    background-color:#F7F7F7;
    width:100%;
    overflow:hidden;
    padding:60px 0 80px 0;
}
.loop{
    display: flex;
    align-items: center;
  　height: 600px; 
  　overflow: hidden;
}
.slideshow{
    display:flex;
    animation: loop-slide 60s infinite linear 1s both;
}
.slideshow li{
    width: 300px;
    height: 400px;
    display:block;
    margin-right:20px;
    border-radius:16px;
    overflow:hidden;
}
.slideshow li:nth-child(odd){
    transform:translateY(-40px);
}
@keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}

@media(max-width: 768px){
    .slideshow li{
        width: 150px;
        height: 200px;
        display:block;
        margin-right:20px;
    }
    .slideshow li img{
        width:100%;
    }
}

/* フランチャイズ募集バナー */
.insertimage03{
    background:url(/img/insertimage03.png) no-repeat;
    background-size:cover;
    height:532px;
}
.are-franchise{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:532px;
}
.area-franchise-center{
    padding-top:40px;
    width:700px;
}
.area-franchise-left{
    width:calc((100vw - 700px) / 2);
    height:532px;
    background:url(/img/insertimage03-left.png) no-repeat right top;
    background-size:cover;
}
.area-franchise-right{
    width:calc((100vw - 700px) / 2);
    height:532px;
    background:url(/img/insertimage03-right.png) no-repeat left top;
    background-size:cover;
}
.area-franchise-left picture img,
.area-franchise-right picture img {
    width:100%;
}

.franchise-heading{
    font-size:4.8rem;
    font-family: 'Yu Mincho', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color:#fff;
}
.franchise-txt{
    color:#fff;
    text-align:center;
    line-height:4.0rem;
}
@media(max-width: 768px){
    .area-franchise-center{
        width:100%;
        padding-left:20px;
        padding-right:20px;
    }
    .franchise-heading{
        font-size:2.8rem;
        text-align:center;
    }
    .franchise-txt{
        margin-top:20px;
        color:#fff;
        text-align:left;
        line-height:1.6;
    }
}

/* 関連コンテンツ */
.wrapper-kanren{
    padding-top:80px;
    background-color:#fff;

}
.sec-kanren{
    background:url(/img/back-togarashi.png) repeat;
    padding:140px;
}
.kanren-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.kanren-list li{
    display:block;
    width:480px;
    border-radius:16px;
    box-shadow:2px 2px 8px #ccc;
    margin-right:40px;
    background-color:#fff;
    transition:all .2s;
    overflow:hidden;
}
.kanren-list li:hover{
    background-color:#D2CFE2;
}
.kanren-item{
    display:block;
    width:100%;
}
.kanren-item picture{
    width:480px;
    height:300px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow:hidden;
}
.kanren-item picture img{
    width:480px;
    height:300px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    object-fit: cover;
}
.kanren-list li:hover .kanren-item picture img{
    transform: scale(1.1);
    transition: all 1s;
}
.kanren-title{
    font-size:2.4rem;
    font-weight:bold;
    color:#DC050C;
    margin-top:20px;
    padding-left:20px;
}
.kanren-item dd{
    line-height:1.4;
    padding:20px;
    color:#000;
}
@media(max-width: 768px){
    .sec-kanren{
        background:url(/img/back-togarashi.png) repeat;
        background-size:25%;
        padding:120px 10px 120px 0;
    }
    .kanren-list{
        justify-content: flex-start;
        overflow-x: auto;  /* 横スクロールの指定 */
        white-space: nowrap;  /* 横スクロールの指定 */
        overflow-scrolling: touch;  /* スクロールを滑らかにする */
        -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
        padding-left:10px;
        padding-bottom:20px;
    }
    .kanren-list li{
        display:block;
        width:300px;
        overflow:unset;
        margin-right:20px;
    }
    .kanren-item{
        width:300px;
    }
    .kanren-item picture{
        width:300px;
        height:300px;
    }
    .kanren-item picture img{
        width:100%;
    }
    .kanren-title, .kanren-item dd{
        white-space: normal;
    }
}

/* footer */
.footer-upper{
    width:100%;
    background-color:#7F74AE;
    display: flex;
}
.footer-upper02{
    background-color:#7A6EAB;
}
.footer-upper li{
    display:block;
    width:50%;
    position:relative;
}
.footer-upper li a{
    display:block;
    color:#fff;
    text-align:center;
    padding:30px;
}
.footer-upper li a:hover{
    opacity:0.8;
}
.footer-upper li::after{
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    content: '\f054';
    position:absolute;
    left:1.5rem;
    color:#fff;
    top:30px;
}
footer{
    margin-top:0;
    padding:0;
    background-color:#7367A7;
}
.footer-inner{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top:60px;
}
@media(max-width: 768px){
    .footer-inner{
        flex-direction: column;
    }
}
.footer-inner-left{
    text-align:center;
    width:50%;
}
.footer-inner-right{
    text-align:center;
    width:50%;
}
.footer-link{
    margin-top:20px;
}
.footer-link li{
    display:inline-block;
}
.footer-link li a{
    color:#fff;
}
.footer-link li:not(:last-child) a::after{
    content:"｜";
    padding:0 1rem;
    color:#3C3657;
}
.footer-button{
    margin-top:30px;
}
.footer-button .button-a{
    display:inline-block;
    width:300px;
}
.footer-button .button-a:first-child{
    margin-right:20px;
}
@media(max-width: 768px){
    .footer-inner-left{
        width:100%;
    }
    .footer-inner-right{
        width:100%;
    }
    .footer-button .button-a:first-child{
        margin-right:0;
        margin-bottom:20px;
    }
    .footer-link li{
        padding:1rem 0;
    }
}
.copy{
    background-color:#7367A7;
    text-align:center;
    padding-bottom:1rem;
}

/*トップへ戻るボタン*/
 
#topBtn {
    /*-----必須-----*/
    position: fixed;
    bottom: 20px;
    right: 20px;
     
    /*-----装飾-----*/
    width: 170px;
    height: 97px;
}
@media(max-width: 768px){
    #topBtn {
        /*-----必須-----*/
        position: fixed;
        bottom: 20px;
        right: 20px;
         
        /*-----装飾-----*/
        width: calc(170px / 1.5);
        height:  calc(97px / 1.5);
    }
    #topBtn img{
        width:100%;
    }
}


/* スクロールアニメーション */
.fade-in {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
  }
  
  .fade-in-up {
    transform: translate(0, 50px);
  }
  
  .fade-in-down {
    transform: translate(0, -50px);
  }
  
  .fade-in-left {
    transform: translate(-50px, 0);
  }
  
  .fade-in-right {
    transform: translate(50px, 0);
  }
  
  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }
