@charset "utf-8";

#toppage #wrap {
  background-position: left top;
}

@media screen and (max-width: 480px) {
  #toppage #wrap {
    padding-top: 0;
  }
}

/*
====================================================
■ hero-head (movie)
====================================================
*/

.hero-head {
  /*
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    */
  width: 768px;
  /*width: 100%;*/
  /*height: 100vh;*/
  /*60vh*/
  /*padding-top: 59px;*/
  /*
    overflow: hidden;
    */
  margin: 5px auto 0;
}

.hero-head video {
  background: url("/video_bg.jpg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-attachment: scroll;
  background-size: auto;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  width: 100%;
  /*
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    */
  z-index: 1;
}

@media screen and (max-width: 480px) {
  /*768*/
  .sp {
    display: initial !important;
  }
  .pc {
    display: none !important;
  }
  .hero-head {
    position: relative;
    top: 0; /*20px*/
    left: 0;
    z-index: 1;
    width: 100%;
    /*    height: calc(56.25vw + 0px);*/
    overflow: hidden;
    padding-top: 0;
  }
  .hero-head video {
    /*
        background: url('/images/video_bg.jpg') no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-attachment: scroll;
        background-size: auto;
        background-attachment: fixed;
        background-position: center top;
        background-size: cover;
        */
    width: 100%;
    height: auto;
    /*
        object-fit: cover;
        object-position: 50% 0%;
        */
    z-index: 1;
  }
}

/*
====================================================
■ Mmenu (動画下メニュー)
====================================================
*/

.Mmenu {
  width: 100%;
  background: #333333;
  margin-bottom: 5%;
  padding: 5px 0 0 0;
}

.Mmenu ul {
  display: flex;
  justify-content: space-between;
}

.Mmenu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.Mmenu li a {
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  overflow: hidden;
  box-sizing: border-box;
}

/*.Mmenu li:nth-child(-n+6) a {
    border-bottom: 1px solid #fff;
}

.Mmenu li:nth-child(6) a {
    border-right: none;
}*/

.Mmenu li a img {
  display: block;
  height: 28px;
  width: auto;
  margin: 4px auto 2px;
}

@media screen and (max-width: 768px) {
  .Mmenu li a img {
    max-width: 38px;
  }
  .Mmenu li a {
    height: 50px;
    font-size: 0.9rem;
  }
}

/*Mmenu途中固定*/

.is-fixed_mm {
  position: fixed;
  top: 80px;
  /*left:50%;
  margin-left:-384px;
  width: 100%;*/
  z-index: 100;
  max-width: 768px;
}

@media screen and (max-width: 480px) {
  .is-fixed_mm {
    top: 110px;
  }
}

/*
====================================================
■ top slide (Flexslider)
====================================================
*/

.flexslider .slides > li {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow-x: hidden;
  position: fixed;
  width: 100%;
  z-index: 0;
}

.flexslider-container,
.flexslider .slides,
.flex-viewport {
  height: 100%;
}

html,
body {
  min-height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
}

ul.slides {
  margin: 0;
  padding: 0;
}

.flexslider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0px;
  overflow: hidden;
  position: fixed;
}

/*under contents*/

#flexwrap {
  /*background-color: rgba(255,255,255,1);
position: relative;
 z-index: 90;
 width: 100%;
overflow: hidden;
margin-top: 75%;*/
  /*background-color: #fff;*/
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 100;
}

/*
#toppage .flexslider {
margin:50px 0 0 0;
border:0;
}*/

/*under contents*/

/*#flexwrap{
background-color: rgba(255,255,255,1);
position: relative;
 z-index: 90;
 width: 100%;
overflow: hidden;
 }*/

/*
====================================================
■ Cover
====================================================
*/

#cover {
  background: center top;
  padding: 5% 0 15px;
}

#cover .slider .slick-slide:not(.slick-center) img,
#banner .slider .slick-slide:not(.slick-center) img {
  opacity: 1;
  transform: scale(1);
}
#cover img,
#banner img {
  max-width: 768px;
}

/*
====================================================
■ MAIN CONTENA (news)
====================================================
*/

#hotline_con {
  display: block;
  margin: 0 auto 10px;
  overflow: hidden;
  width: 97%;
  padding: 0.5%;
  color: #8c6700;
  background: #fff;
  position: relative;
  display: table;
}

#hotline_con .hotline_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  display: table-cell;
  width: 120px;
  text-align: center;
}

#hotline_con #TextMarquee {
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.5%;
  display: table-cell;
}

@media screen and (max-width: 1024px) {
  #hotline_con .hotline_ttl {
    font-size: 1.4rem;
    width: 90px;
  }
  #hotline_con #TextMarquee {
    font-size: 1.3rem;
  }
}

/*
====================================================
■ MAIN CONTENA (news)
====================================================
*/

#news_con {
  display: block;
  margin: 20px auto;
  overflow: hidden;
  /*width: 96%;
    padding: 1%;
    color: #8c6700;*/
  background: url(/img/bg_splash.png) no-repeat -60px -45px, #fff;
  position: relative;
}

#news_con .moreBtn a {
  border: 1px solid #000;
  color: #000;
}

#news_con .newslist {
  /*leftbox*/
  float: left;
  width: 29%;
  padding-right: 1%;
  min-height: 600px;
  vertical-align: top;
}

#news_con .newstopic {
  /*rightbox*/
  float: left;
  width: 70%;
  min-height: 600px;
  vertical-align: top;
}

#news_con .subtitle {
  /*color: #8c6700;
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 0;
    background: none;*/
}

ul#news_headline {
  /*float: left;*/
  width: 100%;
  /*margin: 100px 0px 0 0;*/
  padding: 0;
}

ul#news_headline li {
  /*display: inline-block;*/
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  font-size: 1.5rem;
  text-indent: 1%;
  cursor: pointer;
  text-align: left;
}

ul#news_headline li a {
  color: #000;
}
ul#news_headline li.current {
  background-color: rgba(255, 255, 255, 0.4);
}

ul#news_story {
  float: right;
  width: 70%;
  padding: 0;
}

ul#news_story li {
  display: none;
  vertical-align: top;
  padding: 1%;
  z-index: 2;
}

ul#news_story li.current {
  display: block;
}

.news {
  overflow: hidden;
}

.news .subtitle {
  color: #fff;
}

.news .subtitle span {
  color: #849fb4;
  margin: 5px 0 -5px 0;
}

.news {
  display: table;
  width: 100%;
}

.news .ph {
  display: table-cell;
  padding: 0 2%;
  width: 36%;
  margin-bottom: 10px;
}

.news article {
  display: block;
  float: none;
  margin: auto;
  width: 96%;
}

.news article a {
  color: #000;
}

.news article h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.news article .day {
  font-size: 1.4rem;
}

.news article .comment {
  margin-top: 15px;
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  #news_con {
    /*padding: 2% 1% 4%;*/
  }
  ul#news_headline {
    width: 100%;
    display: block;
  }
  ul#news_headline li {
    text-indent: 1%;
    font-size: 1.4rem;
  }
  ul#news_story {
    width: 100%;
    display: block;
  }
  ul#news_story li {
    display: none;
    vertical-align: top;
    padding: 1%;
    z-index: 2;
  }
  .news .ph {
    display: block;
    margin: 2% 0 1%;
    width: 100%;
  }
  .news article h3 {
    line-height: 1.6;
  }
  .news article .comment {
    font-size: 1.3rem;
  }
}

/*
====================================================
■ schedule
====================================================
*/

#schedule {
  margin: 20px auto 40px;
  text-align: center;
}

#schedule ul {
  margin: 0 auto;
}

#schedule ul li {
  width: 33.233%;
  /*19.6*/
  margin: 0.1%;
  /*0.2*/
  overflow: hidden;
  float: left;
}

#schedule ul li a article {
  display: block;
  position: relative;
  color: #000;
}

#schedule li article {
  line-height: 1.5;
}

#schedule li article h3 {
  /*名前*/
  font-size: 2rem;
  font-weight: bold;
  /*  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);*/
}

#schedule li article h3 span {
  /*年齢*/
  font-size: 1.6rem;
}

#schedule li article .bodysize {
  /*サイズ*/
  font-size: 1.4rem;
}
#schedule li article .time {
  /*出勤時間*/
  background: none;
  color: #000;
}
#schedule .slick-dots li {
  width: auto;
  float: none;
  margin: 0 5px;
}

@media screen and (max-width: 1024px) {
}
/*
@media screen and (max-width: 1024px) {
    #schedule li .caption_bg {
        height: 80px;
    }
}*/

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

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

/*
====================================================
■ ranking
====================================================
*/

#ranking {
  margin: 20px auto;
  text-align: center;
}

/*swiper ver*/

#ranking .swiper-container {
  max-width: 1200px;
  width: 96%;
  height: auto;
  padding: 3% 2%;
}

#ranking .swiper-pagination-bullet-active {
  background: #000;
}
#ranking_sld > div {
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
}

#ranking_sld .caption_bg {
  height: 7vw;
}

#ranking_sld > div article {
  bottom: 0px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 8px;
  z-index: 5;
  text-align: left;
  font-weight: bold;
  color: #fff;
  background: rgba(1, 1, 1, 0.5);
}

#ranking_sld > div article h3 {
  /*名前*/
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 1);*/
}

#ranking_sld > div article h3 span {
  /*年齢*/
  font-size: 1.6rem;
}

#ranking_sld > div article .bodysize {
  /*サイズ*/
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
}
#ranking_sld > div .caption_bg {
  /*height: 120px;*/
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

/*矢印アイコンを画像に変更*/

.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  opacity: 0.8;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}
.swiper-button-prev {
  /* 矢印アイコンの設定 */
  background: url(/img/slide_prev.png) no-repeat center !important;
  background-size: 50px 50px !important; /* ここでサイズ */
}

.swiper-button-next {
  /* 矢印アイコンの設定 */
  background: url(/img/slide_next.png) no-repeat center !important;
  background-size: 50px 50px !important; /* ここでサイズ */
}

@media screen and (max-width: 1024px) {
  #ranking_sld > div .caption_bg {
    height: 90px;
  }
  #ranking_sld > div article h3 {
    /*名前*/
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  #ranking_sld > div .caption_bg {
    height: 80px;
  }
}

/*slick ver ※not use*/

#ranking ul {
  margin: 20px auto 20px;
  /*max-width: 94%;*/
  max-width: 80%; /*1200px*/
}

#ranking ul li {
  /*width: 20%;*/
  /*19.6*/
  margin-bottom: 25px;
  /*0.2*/
  overflow: hidden;
  float: left;
}

#ranking ul li.slick-slide {
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
}

#ranking ul li a {
  display: block;
  position: relative;
}

#ranking li article {
  bottom: 0px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 8px;
  z-index: 5;
  color: #a7046c;
  text-align: left;
  font-weight: bold;
  /*color:#fff;*/
}

#ranking li article h3 {
  /*名前*/
  font-size: 2vw;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

#ranking li article h3 span {
  /*年齢*/
  font-size: 1.6rem;
}

#ranking li article .bodysize {
  /*サイズ*/
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
}
#ranking li .caption_bg {
  height: 120px;
}

#ranking li article .waittime {
  /*待ち時間*/
  font-size: 1.3rem;
  line-height: 0.8;
}

#ranking li article .waittime span {
  /*待ち時間（分）*/
  color: #d9af22;
  /*#ff0064*/
  font-size: 3.4rem;
  font-family: "Pinyon Script", cursive;
  font-weight: 700;
  text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.8);
}

#ranking .slick-dots li {
  width: auto;
  float: none;
  margin: 0 5px;
}

#ranking .slick-slide {
  transition: 0.3s ease;
  transform: scale(0.85);
  transform-origin: 60% 50%; /*100% 50%*/
}
#ranking .slick-current {
  transform: scale(1);
  transform-origin: 50% 50%;
}
#ranking .slick-current + .slick-slide {
  transform-origin: 40% 50%; /*0% 50%*/
  transform-style: preserve-3d;
}

@media screen and (max-width: 1024px) {
  #ranking ul {
    max-width: 90%;
  }
  #ranking ul li {
    width: 33.333%;
  }
  #ranking li article h3 {
    /*名前*/
    font-size: 2.2rem;
  }
  #ranking li article .bodysize {
    /*サイズ*/
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1024px) {
  #ranking li .caption_bg {
    height: 90px;
  }
}

@media screen and (max-width: 768px) {
  #ranking ul {
    max-width: 98%;
  }
}

@media screen and (max-width: 480px) {
  #ranking ul li {
    width: 50%;
  }
  #ranking li article .waittime span {
    font-size: 2.4rem;
  }
  #ranking li article .types p {
    /*タイプ*/
    font-size: 1rem;
  }
  #ranking li .caption_bg {
    height: 80px;
  }
}

/*
====================================================
■ play
====================================================
*/

#play {
  margin: 30px auto;
  text-align: center;
}

#play .moreBtn a {
  background: #beefff;
  border: 1px solid #c22047;
}

#play .moreBtn a:hover {
  background: #c22047;
}

/*
====================================================
■ newface
====================================================
*/

#newface {
  margin: 20px auto 40px;
  text-align: center;
}

#newface ul {
  margin: 0 auto;
}

#newface ul li {
  width: 33.133%;
  /*19.6*/
  margin: 0.1%;
  /*0.2*/
  overflow: hidden;
  float: left;
}

#newface ul li a article {
  display: block;
  position: relative;
  color: #000;
}

#newface li article {
  line-height: 1.5;
}

#newface li article h3 {
  /*名前*/
  font-size: 2rem;
  font-weight: bold;
}

#newface li article h3 span {
  /*年齢*/
  font-size: 1.6rem;
}

#newface li article .bodysize {
  /*サイズ*/
  font-size: 1.4rem;
}

#newface .slick-dots li {
  width: auto;
  float: none;
  margin: 0 5px;
}

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

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

/*
====================================================
■ BOTTOM CONTENA    ※NOT USE
====================================================
*/

#bottom_con {
  display: table;
  margin: 20px auto;
  padding: 0 1%;
  table-layout: fixed;
  width: 98%;
  text-align: center;
  display: none;
}

#bottom_con .moreBtn a {
  border: 1px solid #000;
  color: #000;
}

#bottom_con .block {
  /*box*/
  vertical-align: top;
  position: relative;
  line-height: 1.4;
  display: block;
  height: auto;
  margin-bottom: 10px;
  padding: 60px 1% 2% 0;
}

#bottom_con .block:first-child {
  display: none;
  background: url(/img/bg_block01.jpg) repeat;
}

#bottom_con .block:nth-child(2) {
  display: none;
  background: url(/img/bg_block02.jpg) repeat;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding-right: 1%;
  padding-left: 1%;
}

#bottom_con .block:nth-child(3) {
  /*background: url(/img/bg_block03.jpg) repeat;*/
  background: #fff;
  margin: 30px auto;
  padding: 0;
  width: 75%;
  border-top: 100px solid #333;
  border-left: 20px solid #333;
  border-right: 20px solid #333;
  border-bottom: 100px solid #333;
  box-shadow: 0px 0px 0px 5px #eee, 0px 0px 10px 10px rgba(33, 33, 33, 0.4);
  border-radius: 40px;
}

#bottom_con .block:nth-child(3) .b_title2 img {
  display: none;
}

#bottom_con .block:nth-child(4) {
  background: #fff;
  /*
    background: url(/img/bg_block04.jpg) repeat;
    border-left: 1px solid #fff;
    */
}

#bottom_con .block:first-child,
#bottom_con .block:nth-child(2),
#bottom_con .block:nth-child(3),
#bottom_con .block:nth-child(4) {
  /*width: 99%;*/
}

.b_title img {
  height: 50px;
  width: auto;
}

.b_title2 img {
  height: 70px;
  width: auto;
}

/*
====================================================
■ TWITTER
====================================================
*/

.tw .subtitle {
  padding: 5px;
}

.tw {
  /*overflow: auto;
height: 300px;*/
}

@media screen and (max-width: 768px) {
  .tw {
    -webkit-overflow-scrolling: touch；;
  }
}

/*
====================================================
■ Review
====================================================
*/

.review ul {
  width: 98%;
  margin: auto;
}

.review li {
  text-align: left;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  overflow: hidden;
}

.review li .ph {
  float: left;
  margin: 0 2% 1% 0;
  width: 35%;
}

.review li article {
}

.review li article h3 {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.5;
}

.review li article h3 span {
  font-size: 1.8rem;
}

.review li article h4 {
  font-weight: bold;
  font-size: 1.7rem;
}

.review li article h4 span {
  font-size: 1.3rem;
  display: block;
}

.review li article h4 span:after {
  font-size: 1.1rem;
  content: "UPDATE";
  margin-left: 5px;
}

.review li article h4::after {
  font-size: 1.4rem;
  content: "様の投稿";
}

.review li article .comment {
  margin-top: 15px;
  text-align: left;
  font-size: 1.5rem;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .review li article h3 {
    font-size: 2rem;
  }
  .review li article h3 span {
    font-size: 1.6rem;
  }
  .review li article .comment {
    font-size: 1.3rem;
  }
}

/*
====================================================
■ DIARY
====================================================
*/

.diary iframe {
  width: 94%;
  margin: auto;
  min-height: 360px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .diary {
    margin-top: 20px;
  }
  .diary iframe {
    width: 98%;
    margin: auto 1%;
  }
}

/*
====================================================
■ DELIINFO
====================================================
*/

.deliinfo {
  width: 96%;
  margin: auto;
}

.deliinfo ul {
  padding: 2%;
}

.deliinfo ul li h4 {
  font-size: 1.7rem;
  color: #8c6700;
  font-weight: bold;
  border-left: 5px solid #8c6700;
  padding-left: 10px;
  margin-bottom: 10px;
}

.deliinfo ul li {
  font-size: 1.4rem;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  text-align: left;
  overflow: hidden;
}

.deliinfo ul li .ph {
  float: left;
  margin: 0 1% 1% 0;
  width: 36%;
}

.deliinfo ul li .comment {
  display: block;
  overflow: hidden;
}

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

/*
  ====================================================
  ■ FUZOKUCOLUMN
  ====================================================
  */

#column_con {
  display: block;
  margin: 20px auto 40px;
  overflow: hidden;
  position: relative;
}

#column_con ul#news_headline {
  /*float: left;*/
  margin: auto;
  padding: 0;
}

#column_con ul#news_headline li {
  /*display: inline-block;*/
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  font-size: 1.6rem;
  text-indent: 0.5%;
  cursor: pointer;
  text-align: left;
  position: relative;
}
#column_con ul#news_headline li .title {
  width: 74%;
  display: inline-block;
}
#column_con ul#news_headline li .title a {
  color: #222;
}
#column_con ul#news_headline li .moreBtn a {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100px;
  width: 25%;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
}
#column_con ul#news_headline li .moreBtn a::after {
  display: none;
}

@media screen and (max-width: 768px) {
  #column_con ul#news_headline {
    width: 96%;
  }
  #column_con ul#news_headline li {
    font-size: 1.4rem;
  }
  #column_con ul#news_headline li .moreBtn a {
    font-size: 1.2rem;
  }
}

/*
====================================================
■ BANNER
====================================================
*/

#banner {
  margin: 25px auto;
  /*width: 96%;*/
}

#banner ul {
}

#banner ul li {
  /*float: left;
    width: calc(97% / 3);
    padding: 0.5%;
    text-align: center;*/
}

@media screen and (max-width: 480px) {
  #banner ul li {
    /*  width: calc(98% / 2);*/
  }
}
