@charset "UTF-8";
/* CSS Document */

/*---------------------
トップページ共通
---------------------*/
.btn-area{
    margin-top: 40px;
}
.link{
    display: block;
}
.link img{
    transition: .4s;
}
.link:hover{
    opacity: 0.8;
}
.link:hover img{
    transform:scale(1.2,1.2);
}

/*---------------------
スライダー
---------------------*/

.swiper-container{
  width: 90vw;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
}
.swiper-wrapper{
    padding-bottom: 20px;
}
.swiper-pagination-bullets{
    bottom: auto!important;
}
.swiper-slide{
    opacity: .5;
}
.swiper-slide.swiper-slide-active{
    opacity: 1;
}
.slider-img{
    overflow: hidden;
}
.slider-img img{
    width: 100%;
}
@media screen and (max-width:900px) {
    .swiper-container {
      margin-top: 30px;
      margin-right: 0;
      width: 97vw;
    }
}
@media screen and (max-width:479px) {
    .swiper-container {
      margin-top: 30px;
      margin-right: 0;
      width: 93vw;
    }
}
/*---------------------
スクロールダウン
---------------------*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  right:3%;
  bottom:8%;
    /*全体の高さ*/
  height:80px;
  z-index: 100;
  mix-blend-mode:difference;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left:-10px;
  top: -80px;
    /*テキストの形状*/
  color: #ffffff;
  font-family: 'Noto Serif JP',serif;
  font-size: 1.5rem;
  font-weight: bolder;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 40px;
  background: #ffffff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 2s ease-in-out infinite;
  opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:40px;
    opacity: 1;
  }
  100%{
    height:0;
    top:80px;
    opacity: 0;
  }
}

@media screen and (max-width:900px) {
    .scrolldown1 {
      bottom: 10%;
    }
}
@media screen and (max-width:479px) {
    .scrolldown1 {
      right: 5%;
      bottom: 5%;
    }
}


/*---------------------
コンセプト
---------------------*/
.concept-area {
  margin-top: 100px;
}
.concept-area .sec-ttl-area {
  display: inline-block;
  text-align: center;
  margin-left: 5%;
  margin-bottom: 0;
}
.concept-box {
  background-image: url(../images/top/concept_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.concept-text {
  margin: 100px;
}
.concept-ttl {
  font-size: 2.5rem;
  font-family: 'Noto Serif JP',serif;
  font-weight: 700;
  padding: 10px 0;
}
.concept-text img {
  margin: 50px 30px 50px 200px;
}
@media screen and (max-width:900px){
  .concept-text {
    margin: 3%;
  }
  .concept-photo {
    width: 50%;
  }
  .concept-area .sec-ttl-area {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width:479px) {
  .concept-area .sec-ttl-area {
    display: block!important;
  }
  .concept-box {
    background-image: url(../images/top/concept_back-sp.jpg);
  }
  .concept-photo {
    width: 100%;
  }
  .concept-text img {
    width: 40%;
    margin-left: 170px;
  }
}

/*---------------------
  おすすめ
---------------------*/
.pickup-area {
  background-image: url(../images/top/osusume_back.jpg);
  background-size: cover;
  width: 100vw;
  height: 1600px;
  margin-top: 50px;
  padding: 0!important;
  position: relative;
}
.pickup-box {
  max-width: 1200px;
  position: relative;
  height: 1600px;
}
.pickup-area .big-ttl {
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #ffffff;
  font-size: 13rem;
}
.pickup-area .small-ttl {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  color: #003066;
  font-size: 3.2rem;
  font-weight: bold;
  font-style: italic;
}
.pickup-ttl {
  display: inline-block;
  color: #2d2d2d;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: solid 1px #2d2d2d;
  padding-bottom: 5px;
  margin-bottom: 15px;
  width: 450px;
}
.fondant .pickup_text {
  background-color: rgba(251, 182, 124, 0.25);
  width: 70%;
  padding: 150px 90px 50px;
  position: absolute;
  top: 25%;
  left: 0;
}
.fondant .pickup-photo {
  position: absolute;
  top: 14%;
  right: 0;
}

.fondant .pickup-kazari {
  position: absolute;
  top: 21%;
  left: 0;
  /*opacity: 0.7;*/
}
.creampuff .pickup_text {
  background-color: rgba(251, 182, 124, 0.25);
  width: 70%;
  padding: 150px 100px 50px 210px;
  position: absolute;
  top: 68%;
  right: 0;
}
.creampuff .pickup-photo {
  position: absolute;
  top: 55%;
  left: 0;
}
.creampuff .pickup-kazari {
  position: absolute;
  top: 69%;
  right: 0;
  /*opacity: 0.7;*/
}
/*--------丸型ボタン--------*/
.en_btn_text {
  text-align: center;
  padding: 60px 0;
  font-family: 'Noto Serif JP',serif;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}
.fondant .en_btn .en_btn_text {

    transition: .4s;
    width: 150px;
    height: 150px;
    background: #003066;
    position: absolute;
    top: 44%;
    left: 47%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    border-radius: 100px;
}
.creampuff .en_btn .en_btn_text {
    transition: .4s;
    width: 150px;
    height: 150px;
    background: #003066;
    position: absolute;
    top: 86%;
    left: 88%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    border-radius: 100px;
}
.en_btn .en_btn_text:hover{
    background:#ffffff;
    color: #003066;
    border: solid 1px #003066;
    box-sizing: border-box;
    opacity: 1;
}
@media screen and (max-width:1200px) {
  .fondant .pickup-photo {
    width: 50%;
  }
  .fondant .pickup_text {
    width: 55%;
  }
  .creampuff .pickup-photo {
    width: 50%;
  }
  .fondant .pickup_text {
    width: 58%;
    padding-left: 90px;
  }
  .pickup-ttl {
    width: 330px;
  }
}
@media screen and (max-width:900px) {
  .fondant .pickup-photo {
    top: 11%;
  }
  .creampuff .pickup-photo {
    top: 53%;
  }
  .fondant .pickup_text {
    width: 75%;
  }
  .creampuff .pickup_text {
    padding-left: 170px;
    padding-right: 60px;
    width: 77%;
    top: 71%;
  }
  .fondant .en_btn .en_btn_text {
    left: 60%;
  }
  .creampuff .en_btn .en_btn_text {
    left: 17%;
    top: 87%;
  }
}
@media screen and (max-width:700px) {
  .fondant .en_btn .en_btn_text {
    left: 77%;
  }
  .creampuff .en_btn .en_btn_text {
    left: 5%;
  }
  .fondant .pickup_text {
    width: 92%;
  }
  .creampuff .pickup_text {
    padding-left: 145px;
    width: 92%;
  }
}
@media screen and (max-width:554px) {
  .fondant .pickup_text {
    padding-top: 80px;
  }
  .creampuff .pickup_text {
    padding-top: 80px;
  }
}
@media screen and (max-width:479px) {
  .concept-area .big-ttl,.pickup-area .big-ttl {
    font-size: 9rem!important;
  }
  .concept-area .small-ttl,.pickup-area  {
    font-size: 2.5rem!important;
  }
  .pickup-area .small-ttl {
    top: 25px;
    font-size: 2.5rem;
  }

  .pickup-area {
    background-image: url(../images/top/osusume_back-sp.jpg)
  }
  .fondant .pickup-photo {
    width: 80%;
    top: 7%;
  }
  .creampuff .pickup-photo {
    width: 80%;
    top: 56%;

  }
  .fondant .pickup-kazari{
    top: 24%;
  }
  .creampuff .pickup_text {
    padding: 120px 25px 50px 25px;
  }
  .fondant .pickup_text {
    padding: 105px 45px 50px 40px;
  }
  .fondant .en_btn .en_btn_text {
    width: 120px;
    height: 120px;
    top: 48%;
    left: 67%;
  }
  .creampuff .en_btn .en_btn_text {
    width: 120px;
    height: 120px;
    top: 92%;
  }
  .en_btn_text {
    padding: 48px 0;
    font-size: 1.5rem;
  }
  .creampuff .pickup-kazari {
    top: 71%;
  }
  .onlineshop_baner {
    margin-top: 15px!important;
  }
  .pickup-area .small-ttl {
    padding: 0;
  }
}
@media screen and (max-width:394px) {
  .fondant .pickup_text {
    top: 18%;
  }
  .pickup-ttl {
    font-size: 2rem;
    width: 200px;
  }
  .fondant .pickup-kazari {
    top: 19%;
  }
  .fondant .en_btn .en_btn_text {
    top: 45%;
    left: 54%;
  }
  .creampuff .pickup_text {
    top: 67%;
  }
  .creampuff .en_btn .en_btn_text {
    top: 90%;
    left: 0%;
  }
  .creampuff .pickup-kazari {
    top: 70%;
  }
}

/*---------------------
メニュー
---------------------*/
.menu-area .sec-ttl-area {
  display: inline;
  text-align: center;
  margin: 0 auto;
}
.menu-area .sec-ttl {
  line-height: 3rem;
  margin-top: 80px;
  margin-bottom: 50px;
}
.menu-box {
  max-width: 1200px;
}
.menu-box .flex {
  justify-content: center!important;
}
.menu_btn {
  width: 25%;
  margin: 25px;
  text-align: center;
  font-size: 2.6rem;
  color: #003066;
}
.menu_btn img {
  width: 100%;
}
@media screen and (max-width:479px)  {
  .menu_btn img {
    width: 80%;
  }
  .menu-box {
    text-align: center;
  }
  .menu_btn {
    margin: 0;
  }
  .menu_btn h3{
    margin-bottom:40px;
    font-size: 2rem;
  }
}
/*---------------------
オンラインショップ
---------------------*/
.online-area {
  background-image: url(../images/top/online_sns_back.jpg);
  background-size: cover;
  width: 100vw;
  height: 1540px;
  margin-top: 50px;
  padding: 0!important;
  position: relative;
}

.online-area .big-ttl {
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #fee9d7;
  font-size: 13rem;
}
.online-area .small-ttl {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  color: #003066;
  font-size: 3.2rem;
  font-weight: bold;
}
.onlineshop_baner {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.baner {
  padding-top: 200px;
}
.onlineshop_baner .pconly {
  margin: 0 auto!important;
}
@media screen and (max-width:990px) {
  .online-area .big-ttl {
    font-size: 9rem;
  }
}

@media screen and (max-width:720px) {
  .onlineshop_baner{
    margin-top: 80px;
  }
}
@media screen and (max-width:479px)  {
  .baner {
    padding-top: 185px;
  }
  .online-area .small-ttl {
    font-size: 2.5rem;
  }
}

/*---------------------
SNS
---------------------*/

.sns-area {
  display: block;
  margin-top: 200px;
}
.online-area .wrap {
  text-align: center;
}
.online-area .sec-ttl {
  margin: 0 auto 50px auto;
}
.sns-area .btn {
  width: 260px!important;
}
.insta-image {
  width: 85%;
}
.attend {
    font-size: 1.7rem;
    color: #003066;
    text-align: center;
}
.attend span {
    color: red;
}
@media screen and (max-width:995px) {
  .online-area {
    height: 2400px;
  }
  .sns-area .flex {
    display: block!important;
  }
  .sns-area {
    margin-top: 480px;
  }
}
@media screen and (max-width:800px) {
  .sns-area {
    margin-top: 520px;
  }
}
@media screen and (max-width:479px) {
  .online-area {
    background-image: url(../images/top/online_sns_back-sp.jpg);
    background-size: cover;
  }
  .online-area{
    height: 2000px;
  }
  .sec-ttl-area {
    margin-bottom: 50px;
  }
  .sns-area {
    margin-top: 100px;
  }
  .online-area .sec-ttl {
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width:375px) {
  .sns-area {
    margin-top: 100px;
  }
}
/*---------------------
ショップインフォメーション
---------------------*/

.info-area .sec-ttl-area {
  display: inline;
  text-align: center;
  margin: 0 auto;
}
.info-area .sec-ttl {
  line-height: 3rem;
  margin: 80px auto 100px auto;
}
.info-text {
  width: 40%;
  margin: 20px 50px;
}

.info-text h3 {
  font-size: 3rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  font-family: 'Noto Serif JP',serif;
}
.infomations {
  padding: 10px 30px;
  border-bottom: solid 1px #b4b4b4;
}
.infomations p {
  display: inline-block;
}
.infomations p:last-child {
  float: right;
}
.info-box {
  margin-top: 50px;
}
.recruit-box {
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}
.recruit-box img {
  margin: 0 auto;
}
.fukidashi {
  margin-right: 30px;
  max-width: 300px;
}
.map {
  text-align: center;
  margin-top: 50px;
}
.videobox  {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.videobox video {
    width: 90%;
    height: auto;
    margin: 80px auto;
}
@media screen and (max-width:900px) {
  .info-text {
    width: 40%;
    margin: 0 30px;
  }
  .info-box .flex {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .info-text {
    width: 100%;
    margin: 0;
  }
  .shop1 {
    width: 100%;
  }
  .shop2 {
    width: 100%;
  }
  .info-text h3 {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .info-area .sec-ttl {
    margin-bottom: 80px;
  }
  .fukidashi {
    width: 50%;
    margin-bottom: 30px;
  }
  .box2 {
    margin: 0!important;
    width: 100%!important;
  }

}
@media screen and (max-width:479px) {
  .info-text {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .infomations {
    padding: 10px 0;
  }
  .info-text h3 {
    margin-bottom: 25px;
    font-size: 2.3rem;
  }
  .info-area .sec-ttl {
    margin-bottom: 50px;
  }
  .shop1 {
    width: auto;
  }
  .concept-ttl {
    width: 100%;
  }
    .videobox video {
    margin: 40px auto;
}
}
@media screen and (max-width:380px) {
  .concept-ttl {
    font-size: 2rem;
  }
  .info-box .flex {
    width: 100%;
  }
}

@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px){
    .talent-box ul .talent-item{
        width: 46%;
        margin-right: 8%;
    }
    .talent-box ul .talent-item:nth-child(2n){
        margin-right: 0;
    }
    .talent-img img{
        height: 44vw;
    }
    .article-item{
        width: 100%;
        margin-right: 0;
    }
    .news-img{
        width: 15%;
    }
    .detail{
        width: 83%;
    }
    .article-item{
        margin-bottom: 30px;
    }
    .article-item .day{
        width: 20%;
    }
    .article-item .tag-list{
        width: 78%;
    }
    .movie-item{
        width: 100%;
        margin-bottom: 30px;
    }
    .movie-item:last-of-type{
        margin-bottom: 0;
    }

}
@media screen and (max-width:479px){
    .swiper-button-next:after,
    .swiper-button-prev:after{
        width: 30px;
    }
    .swiper-button-next{
        right: 10%;
    }
    .swiper-button-prev{
        left: 10%;
    }
    .talent-img img{
        height: 56vw;
    }
    .talent-img{
        margin-bottom: 15px;
    }
    .talent-name{
        margin-bottom: 10px;
        font-size: 2rem;
    }
    .snsbox li img{
        width: 25px;
    }
    .snsbox li{
        margin-right: 5px;
    }
    .talent-name span{
        font-size: 1.2rem;
    }
    .talent-box ul .talent-item{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .news-ttl,
    .article-ttl{
        font-size: 1.8rem;
        margin-top: -2px;
    }
    .news-img,
    .left-block .news-img{
        width: 26%;
    }
    .detail,
    .left-block .detail{
        width: 72%;
    }
    .label{
        margin-bottom: 5px;
    }
    .article-item:last-of-type{
        margin-bottom: 0;
    }
    .news-box .news-item li:last-of-type a{
        margin-bottom: 0;
    }
    .news-box .news-item a{
        padding-right: 20px;
        align-items: center;
    }
    .news-box .label{
        display: block;
    }
    .day{
        margin-bottom: 5px;
    }
    .news-box .tag-list{
        margin-left: 0;
    }
    .label{
        display: block;
    }
    .article-img{
        margin-bottom: 10px;
    }
    .tag-list li{
        font-size: 1.2rem;
        margin:0 2px 2px 0;
    }
    .article-item .day{
        width: 100%;
    }
    .article-item .tag-list{
        width: 100%;
    }
    .tag-list{
        margin-left: 0;
    }
}
@media screen and (max-width:375px){

    .news-ttl,
    .article-ttl{
        font-size: 1.6rem;
    }
    .tag-list{
        margin-left: 0;
    }


}
