@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400i|Noto+Sans+JP|Noto+Serif+JP');
body{
    font-family: "Noto Sans JP","Noto Sans Japanese","メイリオ",sans-serif;
    scroll-behavior: smooth;
}
.bg{
    background: #F1E5C7;
}
.bg_bk{
    background: #000000;
}
.bg_navy{
    background: #091138;
}
.bg_lnvay{
    background: #005BA9;
}
section,footer{
    max-width: 750px;
    margin: 0 auto;
}
.fullmg10{
    width: 90%;
    margin: 2vw auto;
    display: block;
}
.in_btn{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.full{
    width: 100%;
}
#top{
    background: #fff;
}
#top .wrap{
    padding: 0px 0 0px;
}
#top p{
    color: #111111;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    margin: 20px auto;
}

/* index */
.index{
    list-style: none;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    /* margin-block-start: 0em;
    margin-block-end: 0em; */
    padding-left: 20px;
    padding-right: 20px;
}
.index li{
    background: #fff;
    padding: 5px 25px;
    border: solid 2px #000;
    position: relative;
    margin: 10px 0;
    -moz-box-shadow: 3px 3px 0px 0px rgba(195, 193, 190, 0.8);
    -webkit-box-shadow: 3px 3px 0px 0px rgba(195, 193, 190, 0.8);
    -ms-box-shadow: 3px 3px 0px 0px rgba(195, 193, 190, 0.8);
    box-shadow: 3px 3px 0px 0px rgba(195, 193, 190, 0.8);
}
.fas{
    color: #898989;
    padding-left: 30px;
}
.fas:before{
    color: #000;
}
.index li a{
    color: #000;
}
/* 各セクションの見出し */
.title{
    /* font-family: ; */
    text-align: center;
}
.title h2{
    margin: 18px 0 5px;
    font-size: 25px;
}
.title p{
    margin: 5px 0 20px;
    font-size: 13px;
}
#access01{
    position: relative
}
#access01 .flex{
    position: absolute;
    width: 95%;
    left: 50%;
    bottom: 43%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    justify-content: center;
}
#access01 .flex a{
    display: block;
    padding: 10px;
}
#access01 .flex a img{
    margin: 0 auto;
}

#sale_btn{
    width: 100%;
}

#sale02 .wrap{
    padding: 0 !important;
    margin: -1% 0 0;
}

#line,#event{
    background: #fff;
}
#access{
    background: #005BA9;
}

.paddh10{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}
.paddw10{
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
    text-align: center;
}
.btn{
    max-width: 320px;
    width: calc(100% - 100px);
    text-align: center;
    margin: 10px auto;
    border-radius: 40px;
    font-size: 16px;
    line-height: 25px;
    display: block;
    padding: 8px 40px 8px;
    left: 0;
    bottom: 0;
    position: relative;
    text-align: center;
}
#insta .btn{
    /* width: 100%; */
    position: absolute;
    left: 50%;
    bottom: 14.5%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.applibtns{
    padding: 5px 10vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.applibtn{
    width: 50%;
    max-width: 150px;
    padding: 5px 0px;
}
.applibtn + .applibtn{
    padding-left: 20px;
}
.fas{
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(0%);
}
.share{
    position: relative;
    margin: 0px auto 20px;
}
.sns_set{
  margin: 0px auto;
  padding:  0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.twbtn img, .fbbtn img, .linebtn img{
  width: 100%;
}
.linebtn{
  display: block;
  width: 100%;
  font-size: 0;
}
.fbbtn{
    display: block;
    width: 100%;
    font-size: 0;
}
.twbtn{
  display: block;
  width: 100%;
  font-size: 0;
}

/* snsfollow */
.snsfollow{
    max-width: 500px;
    margin: 0 auto;
    padding: 40px 0;
}
.snsfollow .flex{
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
}
.snsfollow .flex a{
    max-width: 50px;
    width: 15%;
    padding: 0 2%;
}

.wrap{
    display: flex;
    align-items: center;
    /* height: 340px; */
    overflow: hidden;
    margin: 0 0 0px;
}
.slideanim{
    width: 100%;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 0px;
    animation: loop-slide 20s infinite linear 1s both;
}
.slideanim.count30{
    width: 850%;
    animation: loop-slide 30s infinite linear 1s both;
    margin: 5px 0;
}
.slideanim.count21{
    width: 280%;
    animation: loop-slide 21s infinite linear 1s both;
    margin: 5px 0;
}
.slideanim.count20{
    width: 360%;
    animation: loop-slide 20s infinite linear 3s both;
    margin: 20px 0;
}
.content {
    width: 125px;
    /* height: 300px; */
    margin: 0 3px;
}
.content img{
    width: 100vw;
    height: auto;
}
@keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}
#map{
    background: #005BA9;
    padding: 20px 0 0;
}
#map p{
    margin: 0 25px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.margincenter{
    width: 90%;
    margin: 20px auto 0;
    /* padding: 15px 0; */
    display: block;
}
.margincenter iframe{
    margin: 0px 0;
}

.linefriend{
    width: 100%;
}

.img_space{
    padding: 10px 0;
}
.img_space > img + img{
    padding-top: 20px;
}

/* footer */
footer{
    background: #005BA9;
    margin: 0px auto;
    padding: 0px 0 12px;
    width: 100%;
    margin: 0px auto 0;
}
footer p{
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
}
footer small{
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}

/* slider */
.swiper-container.slider2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px auto
}

.slider2 .swiper-slide {
    text-align: center;
    background-position: center;
    background-size: cover;
    max-width: 160px;
    max-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: contain;
    padding: 0 0px;
    margin: 0 -5px;
    /* box-shadow: 0 0 15px 0 #ddd */
}
.slider2 .swiper-slide-active{
    position: relative;
    /* top: -30px; */
    transition: all 300ms 0s ease;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 20px;
}
.swiper-button-next{
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 22px solid #fff;
}
.swiper-button-next::before{
    position: absolute;
    top: -22px;
    left: -21.5px;
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 20px solid #da0000;
}
.swiper-button-prev{
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 22px solid #fff;
}
.swiper-button-prev::before{
    position: absolute;
    top: -22px;
    left: 0.5px;
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 20px solid #da0000;
}

.swiper-container.slider3_5 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0px auto
}

.slider3_5 .swiper-slide {
    text-align: center;
    background-position: center;
    background-size: cover;
    max-width: 300px;
    /* max-height: 160px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: contain;
    padding: 0 0px;
    margin: 0 -5px;
    /* box-shadow: 0 0 15px 0 #ddd */
}
.slider3_5 .swiper-slide-active{
    position: relative;
    /* top: -30px; */
    transition: all 300ms 0s ease;
}

.slider5 .swiper-slide{
    max-width: 160px;
}

/* 1個の時中央に置きたい */
.mg_auto{
    margin: 0 auto !important;
}
