@charset "Shift_JIS";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@200;300;400;500;700&display=swap');
@import url("all.css");
html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -webkit-tab-size: 4;
  tab-size: 4;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  color: #000;
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
}
img {
  max-width: 100%;
}
/*===============================

共通

================================*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.br_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
}
.br_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
}
.flex {
  display: flex;
}
/*
調整
================================*/
.adjustment {
  margin-top: 50px;
}
/*===============================

スライダー

================================*/
.slide_pc {
  position: relative;
  overflow: hidden;
}
.slide_pc img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .slide_pc {
    display: none;
  }
}
hr {
  height: 1px;
  border: none;
  border-top: 1px #ea359a dotted;
  margin: 15px 0px 5px 0px;
}
main {
  margin: 0px auto;
  padding: 0px;
  background: url(../img/bg_wrapper.jpg) center top repeat-y;
}
#wrapper {
  width: 100%;
  overflow-x: hidden !important;
}
#side {
  margin: 0px auto;
  padding: 0px;
  background: url(../img/bg-side.png) center top no-repeat;
}
#container {
  height: 539px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.syncer-brcb {
  width: 1060px;
  margin: 0px auto;
  padding-top: 20px;
  overflow: hidden;
  list-style-type: none;
}
.syncer-brcb li {
  float: left;
  font-weight: 700;
}
.syncer-brcb li a {
  color: #00b0ee;
}
.syncer-brcb li:after {
  content: ">";
  padding: 0 8px;
  font-weight: 400;
}
.syncer-brcb li:last-child:after {
  content: none;
}
@media screen and (max-width: 599px) {
  .syncer-brcb {
    width: 95%;
    margin: auto;
    padding: 10px 0 5px;
    font-size: 1.2rem;
  }
}
/* ========== header ========== */
header {
  width: 100%;
}
.header-wrapper {
  width: 1025px;
  margin: 0px auto;
  padding: 0px;
}
.header-wrapper h1 {
  margin: 0px auto;
  padding: 45px 180px 0px 0px;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
}
/* ========== footer ========== */
footer {
  width: 100%;
  background: url(../img/footer-bg.png) left top repeat;
  margin: 0px;
  padding: 25px 0px;
  text-align: center;
}
.copyright {
  margin: 0px;
  padding-top: 20px;
  color: #fff;
  font-size: 15px;
}
.copyright a{
	color: white
}
@media screen and (max-width: 599px) {
  footer {
    width: auto;
    padding: 10px 0 0 0;
    background: #fff
  }
  footer img {
    width: 100%;
  }
  footer p {
    padding: 0 10px;
    font-size: 10px
  }
  footer a {
    color: #fff
  }
  .copyright {
    margin-top: 10px;
    margin-bottom: 60px;
    background: #000;
    padding: 10px;
    color: #fff;
    font-size: 12px;
  }
}
.footer_nav {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 40px;
  padding: 0 3px;
  background: url(../img/footer-nav.png) left top repeat-x;
  background-size: 100%;
  z-index: 100;
}
.footer_nav ul {
  display: flex;
  width: 100%;
}
.footer_nav li {
  width: 33.3333333333%;
}
.bar {
  width: 100%;
  height: 15px;
  background: url(../img/footer-bg.png) left top repeat;
}
/* ========== nav ========== */

nav.main-nav {
  width: 1066px;
  margin: 0px auto;
  padding:10px 0 5px;
}
nav.main-nav ul {
  width: 1142px;
  margin: 0px auto;
  padding: 0px;
}
nav.main-nav li {
  float: left;
  margin-bottom: -10px;
}
.open {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  font-weight: 500;
  z-index: 100;
  box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.3);
}
.open span {
  display: block;
  padding: 5px 0 0;
  color: #00b0ee;
  font-size: 2.2rem;
}
/* ========== contents ========== */
.contents {
  margin: 0px auto;
  padding: 0px;
  position: relative;
  display: table;
}
.main-contents {
  width: 1065px;
  margin: 0px auto;
  padding: 0px;
}
@media screen and (max-width: 599px) {
  .main-contents {
    width: 100%;
  }
}
.left-contents {
  display: table-cell;
  vertical-align: top;
  width: 660px;
  margin: 0px;
  padding-top: 10px;
}
.right-contents {
  display: table-cell;
  vertical-align: top;
  width: 405px;
  margin: 0px;
  padding-top: 10px;
}
@media screen and (max-width: 599px) {
  .left-contents {
    display: block;
    width: 100%;
    margin: 0px;
    padding-top: 10px;
  }
  .right-contents {
    display: block;
    width: 100%;
    margin: 0px;
    padding-top: 10px;
  }
  .right-contents .ttl {
    width: 320px;
    margin: auto;
  }
  .right-contents .ttl img {
    width: 100%;
    height: auto;
  }
}
.sub-contents {
  width: 1055px;
  margin: 0px auto;
  padding: 0px;
}
.sub-contents ul {
  display: flex;
}
/* ========== diary ========== */
.diary {
  width: 330px;
  margin: 0px auto;
  padding-top: 10px;
}
.diary p {
  width: 300px;
  margin: 0px auto;
  padding: 15px 0px 0px 10px;
}
/* ========== newface ========== */
.newface {
  width: 724px;
  height: 816px;
  margin: auto;
  background: url(../img/newface.png) no-repeat;
}
.newface ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 165px 0px 0px 55px;
}
.newface .detail {
  width: 156px;
  height: 307px;
  margin: 0px 4px 8px 0px;
  padding: 0px;
  background: url(../img/newface-detail.png) no-repeat;
  text-align: center;
}
.newface .image {
  width: 120px;
  margin: auto;
  padding-top: 15px;
}
.newface .image img {
  margin: auto;
  border: 1px solid #d5cbaf;
}
.newface .name {
  margin: 0px;
  padding-top: 12px;
  color: #00b0ee;
  font-size: 15px;
  font-weight: bold;
}
.newface .name img {
  margin-right: 5px
}
.newface .size {
  margin: 0px;
  padding: 10px 0px 5px 0px;
  font-size: 13px;
  font-weight: bold;
}
.newface .icon {
  width: 115px;
  margin: auto;
  padding: 4px 0px 8px 0px;
}
.newface .day {
  width: 121px;
  height: 30px;
  margin: 0px auto;
  padding: 0px;
  background: url(../img/newface-day.png) no-repeat;
}
.newface .day p {
  margin: 0px;
  padding-top: 7px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #9c7507;
  text-align: center;
}
.newface-bg {
  width: 724px;
  height: 400px;
  margin: 0px auto;
  margin-top: 10px;
  padding: 0px;
  background: url(../img/newface-bg.png) no-repeat;
}
.newface-bg .area2 {
  margin: 0px;
  padding: 50px 10px 0px 150px;
}
.newface-bg .box2 {
  width: 550px;
  height: 320px;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}
.newface-bg .detail2 {
  margin: 0px;
  padding: 0px;
  color: #000;
}
.newface-bg .title {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.newface-bg .title p {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  color: #ff4879;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}
.newface-bg .come {
  margin: 0px;
  padding: 7px 0px 0px 7px;
  color: #000;
  font-size: 13px;
  line-height: 1.8em;
}
.newface-bg .image {
  float: left;
  margin-right: 10px;
  padding: 0px;
}
.newface-bg .image img {
  border: 1px solid #ffaac8;
}
@media screen and (max-width: 599px) {
  .newface {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 5px;
    background: none;
  }
  .newface ul {
    padding: 10px 0 0;
  }
  .newface .detail {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0 0 10px;
    background: url(../img/newface-detail-sp.png) no-repeat;
    border-radius: 10px;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  }
  .newface .image {
    position: relative;
    width: 95%;
    margin: auto;
    padding: 10px 5px 5px;
  }
  .newface .image img {
    margin: auto;
    border: 0
  }
  .newface .image .icon_s {
    position: absolute;
    right: 7px;
    bottom: 7px;
  }
  .newface .name {
    padding: 0;
    color: #00b0ee;
    font-size: 14px;
    font-weight: bold;
  }
  .newface .name img {
    display: block;
    margin-left: 0;
  }
  .newface .size {
    margin: 0px;
    padding: 5px 0px 5px 0px;
    font-size: 10px;
    font-weight: 500;
  }
  .newface .icon {
    width: 80%;
    height: 20px;
    margin: auto;
    padding: 0px 0px 4px 0px;
  }
  .newface .icon img {
    width: 100%;
  }
  .newface .day {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 25px;
    margin: 0px auto;
    padding: 0px;
    background: url(../img/newface-day.png) no-repeat;
    background-size: cover;
  }
  .newface .day p {
    margin: 0px;
    padding-top: 0px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #9c7507;
    text-align: center;
  }
  .newface-bg {
    width: 724px;
    height: 400px;
    margin: 0px auto;
    margin-top: 10px;
    padding: 0px;
    background: url(../img/newface-bg.png) no-repeat;
  }
  .newface_btn {
    width: 200px;
    margin: auto;
    padding: 10px 0 0;
  }
}
/* ========== banner ========== */
.banner {
  display: flex;
  justify-content: center;
  width: 1066px;
  margin: 0px auto;
  padding-top: 15px;
}
.banner p {
  width: 529px;
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .banner {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0px auto;
    padding: 0 0 15px;
  }
  .banner p {
    width: 100%;
    margin: 5px;
  }
}
.banner_sp {
  width: 95%;
  margin: auto;
  padding: 10px 0 0;
}
/* ========== today ========== */
.today {
  position: relative;
  width: 1034px;
  height: 110px;
  margin: 0px auto;
  margin-top: 20px;
  padding: 0px;
  background: url(../img/today-tit.png) no-repeat;
}
.today p {
  position: absolute;
  top: 26px;
  right: 30px;
}
.today-iframe {
  width: 1033px;
  margin: 0px auto;
  padding: 0px;
}
/* ========== pickupevent ========== */
.pickupevent {
  margin-top: 0px;
  padding: 0px;
}
/* ========== info ========== */
.info {
  width: 653px;
  height: 409px;
  margin-top: 0px;
  padding: 0px;
  background: url(../img/info-event.png) no-repeat;
}
.info .area {
  margin: 0px;
  padding: 110px 10px 0px 20px;
}
.info .box {
  width: 609px;
  height: 265px;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}
.info .detail {
  margin: 0px;
  padding: 0px;
  color: #000;
}
.info .title {
  width: 100%;
  height: 41px;
  margin: 0px;
  padding: 0px;
  background: url(../img/info-title.png) no-repeat;
}
.info .title p {
  margin: 0px;
  padding: 14px 0px 0px 45px;
  color: #ff4879;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}
.info .come {
  margin: 0px;
  padding: 7px 0px 0px 7px;
  color: #fff;
  font-size: 13px;
	word-break: break-all;
  line-height: 2em;
}
.info .image {
  float: left;
  margin-right: 10px;
  padding: 0px;
}
.info .image img {
  max-width: 200px;
  border: 1px solid #ffaac8;
}
@media screen and (max-width: 599px) {
  .info {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 86%;
    background: url(../img/info-event-sp.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .info .area {
    position: absolute;
    top: 28%;
    left: 4%;
    margin: 0px;
    padding: 0px;
  }
  .info .box {
    width: 95%;
    height: 230px;
    padding: 0px;
    overflow: auto;
  }
  .info .image {
    float: left;
    margin-right: 10px;
    padding: 0px;
  }
  .info .image img {
    max-width: 120px;
    border: 1px solid #ffaac8;
  }
}
/* ========== mailmagazine ========== */
.mailmagazine {
  width: 780px;
  height: 203px;
  margin-top: 20px;
  padding-left: 20px;
  background: url(../img/mailmagazine.png) no-repeat;
}
.mailmagazine p {
  margin: 0px;
  padding-top: 160px;
  font-size: 12px;
}
.mailmagazine-form {
  width: 250px;
  height: 25px;
  background: #000;
  color: #fff;
  border: 1px solid #9c8450;
}
.mailmagazine-sent {
  width: 70px;
  padding: 5px;
  border: 1px solid #aaa;
}
/* ========== coverevent ========== */
.cover-event {
  margin: 0px;
  padding-top: 20px;
}
/* ========== schedule ========== */
.schedule-top {
  width: 1033px;
  height: 25px;
  margin: 0px auto;
  padding: 0px;
  background: url(../img/today-top.png) no-repeat;
}
.schedule-bottom {
  width: 1033px;
  height: 24px;
  margin: 0px auto;
  padding: 0px;
  background: url(../img/today-bottom.png) no-repeat;
}
.schedule {
  width: 1033px;
  margin: 0px auto;
  padding: 0px;
  background: url(../img/today-bg.png) repeat-y;
}
.schedule ul {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
	margin-left: 50px;
  gap: 15px;
}

.schedule li {
  width: calc((100% - 45px) / 4);
}
.schedule .detail {
  width: 100%;
  padding: 15px;
  background: url(../img/schedule-detail2.png) repeat-y;
	background-size: 100%;
  text-align: center;
	border-radius: 10px;
  box-sizing: border-box;
	box-shadow: 0 2px 8px rgba(174, 130, 72, 0.55);
}
.schedule .image {
  position: relative;
  width: 100%;
  margin: auto;
}
.schedule .image .icon_s {
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.schedule .image .icon_s img{
	border: 0
}
.schedule .image img {
  margin: auto;
  border: 1px solid #d5cbaf;
}
.schedule .nexttime {
	height: 25px;
  color: #f00;
  font-size: 17px;
  font-weight: bold;text-align: left
}
.schedule .name {
  width: 155px;
  margin: auto;
  padding-top: 12px;
  color: #00b0ee;
  font-size: 17px;
  font-weight: bold;
}
.schedule .size {
  margin: 0px;
  padding: 10px 0px 5px 0px;
  font-size: 14px;
  font-weight: bold;
}
.schedule .icon {
  width: 115px;
	height: 27px;
  margin: auto;
  padding: 4px 0px 8px 0px;
}
.schedule .day {
  display: inline-block;
	width: 100%;
  padding: 5px 5px 8px;
  border-radius: 50px; /* 完全に丸い角 */
  
  /* フォント設定 */
  color: #9c7507;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  
  /* 背景のグラデーション（上から下へ） */
  background: linear-gradient(to bottom, #ffffff 0%, #fdf6d3 100%);
  
  /* 枠線（画像にある薄いエッジを再現） */
  border: 1px solid #eee4bc;
  
  /* 影（柔らかいドロップシャドウ） */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.schedule .day p{
	
white-space: nowrap;       /* A 改行させない */
  overflow: hidden;          /* B はみ出た部分を隠す */
  text-overflow: ellipsis;   /* C はみ出た末尾を「…」にする */
  text-align: center;
	
}
@media screen and (max-width: 599px) {
  .schedule {
    width: 100%;
    margin: 0px auto;
    padding: 5px 0 0;
    background: none;
  }
  .schedule ul {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0px auto;
    padding: 0px 3px;
  }
  .schedule li {
    width: calc(100% / 3);
    padding: 0 0 2px;
  }
  .schedule .detail {
    width: auto;
    height: auto;
    margin: 3px;
    padding: 10px 0;
    background: url(../img/newface-detail-sp.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.3);
  }
  .schedule .image {
    width: 95%;
    height: auto;
    margin: auto;
    padding: 0 6px;
  }
  .schedule .image img {
    width: auto;
    height: auto;
    margin: auto;
    border: 1px solid #d5cbaf;
  }
  .schedule .name {
    width: auto;
    padding-top: 5px;
    font-size: 13px;
  }
  .schedule .size {
    width: 100%;
    padding: 5px 0px 5px 0px;
    font-size: 10px;
    font-weight: 500;
  }
  .schedule .icon {
    width: 80%;
    height: 20px;
    margin: auto;
    padding: 0px 0px 4px 0px;
  }
  .schedule .day {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 25px;
    margin: 0px auto;
    padding: 0px;
    background: url(../img/newface-day.png) no-repeat;
    background-size: cover;
  }
  .schedule .day p {
    margin: 0px;
    padding-top: 0px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #9c7507;
    text-align: center;
  }
}
.schedule2 {
  width: 653px;
  margin: 0px auto;
  padding: 0px;
}
.schedule2 .box {
  width: 630px;
  margin: 0px auto;
  padding: 10px 0px 0px 0px;
}
.schedule2 .detail {
  float: left;
  width: 151px;
  height: 284px;
  margin: 0px 2px 4px 0px;
  padding: 0px;
  background: url(../img/listwaku_girls.gif) no-repeat;
  text-align: center;
}
.schedule2 .image {
  margin: 0px;
  padding-top: 15px;
}
.schedule2 .image img {
  border: 1px solid #d5cbaf;
}
.schedule2 .name {
  margin: 0px;
  padding-top: 3px;
  color: #00b0ee;
  font-size: 15px;
  font-weight: bold;
}
.schedule2 .size {
  margin: 0px;
  padding: 3px 0px 5px 0px;
  font-size: 13px;
  font-weight: bold;
}
.schedule2 .icon {
  margin: 0px;
  padding: 2px 0px 4px 0px;
}
.schedule2 .day {
  width: 121px;
  height: 30px;
  margin: 0px auto;
  padding: 0px;
  background: url(../img/schedule-day.png) no-repeat;
}
.schedule2 .day p {
  margin: 0px;
  padding: 7px 4px 0px 0px;
  color: #9c7507;
  font-weight: bold;
}
.schedule3 {
  width: 760px;
  margin: 0px auto;
  padding: 0px;
}
.schedule3 .box {
  width: 760px;
  margin: 0px auto;
  padding: 10px 0px 0px 0px;
}
.schedule3 .detail {
  float: left;
  width: 151px;
  height: 284px;
  margin: 0px 0px 4px 0px;
  padding: 0px;
  background: url(../img/listwaku_girls.gif) no-repeat;
  text-align: center;
}
.schedule3 .image {
  margin: 0px;
  padding-top: 15px;
}
.schedule3 .image img {
  border: 1px solid #d5cbaf;
}
.schedule3 .name {
  margin: 0px;
  padding-top: 3px;
  color: #00b0ee;
  font-size: 15px;
  font-weight: bold;
}
.schedule3 .size {
  margin: 0px;
  padding: 3px 0px 5px 0px;
  font-size: 13px;
  font-weight: bold;
}
.schedule3 .icon {
  margin: 0px;
  padding: 2px 0px 4px 0px;
}
.schedule3 .day {
  width: 121px;
  height: 30px;
  margin: 0px auto;
  padding: 0px;
  background: url(../img/schedule-day.png) no-repeat;
}
.schedule3 .day p {
  margin: 0px;
  padding: 7px 4px 0px 0px;
  color: #9c7507;
  font-weight: bold;
}
.shimaiten {
  width: 1034px;
  margin: auto;
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .shimaiten {
    width: 100%;
  }
}
/* ========== index ========== */
.index-h1 h1 {
  background: #000;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.index {
  height: 900px;
  margin: 0px auto;
  padding: 0px;
  background: url(../img/index.jpg) center top no-repeat;
  text-align: center;
}
.index .text {
  padding-top: 650px;
}
.index .enter {
  padding-top: 585px;
}
.index_sp {
  display: none
}
@media screen and (max-width: 599px) {
  .index {
    display: none
  }
  .index_sp {
    display: block
  }
  .index_sp img {
    width: 100%
  }
  .index_sp .inner {
    padding: 15px 10px;
    background: #f9f8ee;
    border-top: 4px solid #00c4ff
  }
  .index_sp .enter {
    width: 100%;
    padding-bottom: 8px
  }
  .index_sp .exit {
    width: 110px;
    margin-left: auto
  }
  .index_sp .text {
    position: absolute;
    left: 35px;
    bottom: 10px;
    font-size: 10px;
    line-height: 1.1;
    text-shadow:
      #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  }
  .index_text-bottom {
    display: none
  }
}
@media screen and (max-width: 1024px) {
  .sp-none {
    display: none;
  }
  .index_banner img {
    width: 100%
  }
}
@media screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
  .index_banner {
    padding: 20px;
    background: #fffff0
  }
}
/* ========== guide ========== */
.guide-step {
  padding: 5px;
  text-align: center;
}
.guide-text {
  font-size: 15px;
  padding: 15px;
  background: #222;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  line-height: 1.8em;
}
.guide-text a {
  color: #ff00ff;
}
.guide-text span {
  color: #00ffff;
  font-size: 16px;
}
.guide-text .staff {
  color: #00ff00;
  font-size: 18px;
}
/* ========== discount ========== */
.discount-text {
  line-height: 2em;
}
.discount-banner {
  text-align: center;
}
/* ========== pagetop ========== */
.page-top {
  width: 1050px;
  margin: 0ox auto;
  margin-bottom: -15px;
  padding-top: 20px;
  text-align: right;
}
/* ========== profile ========== */
.profile {
  width: 800px;
  margin: 0px auto;
  padding: 0px;
}
.profile_left {
  float: left;
  width: 330px;
  margin: 0px;
  padding: 0px;
}
.profile_right {
  float: right;
  width: 470px;
  margin: 0px;
  padding: 0px;
}
.profile_photo {
  width: 300px;
  padding: 10px;
  background: #292f33;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.profile_photo img {
  border: 1px solid #aa3cad;
}
.photo_s {
  float: left;
  margin: 10px 0px 0px 2px;
  border: 1px solid #aa3cad;
}
.profile_name_age {
  margin: 0px;
  padding: 0px;
  width: 470px;
  height: 51px;
  margin: 0px;
  padding: 0px;
  background: url("../img/profile_name_age.png") no-repeat;
}
.profile_name_age .left {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 300px;
}
.profile_name_age .left p {
  margin: 0px;
  padding: 18px 0px 0px 60px;
  color: #fff;
  font-size: 25px;
}
.profile_name_age .right {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 170px;
}
.profile_name_age .right p {
  margin: 0px;
  padding: 18px 0px 0px 55px;
  color: #ff6a72;
  font-size: 25px;
}
.profile_size {
  margin: 0px;
  padding: 0px;
  width: 470px;
  height: 43px;
  margin: 0px;
  padding: 0px;
  background: url("../img/profile_size.png") no-repeat;
}
.profile_size .left {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 300px;
}
.profile_size .left p {
  margin: 0px;
  padding: 15px 0px 0px 58px;
  color: #fff;
  font-size: 18px;
}
.profile_size .right {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 170px;
}
.profile_size .right p {
  margin: 0px;
  padding: 24px 0px 0px 50px;
  color: #fff;
  font-size: 13px;
}
.profile-come {
  margin: 0px;
  padding: 15px;
  line-height: 1.8em;
}
.profile_contents {
  width: 460px;
  height: 31px;
  margin: 5px 0px 0px 5px;
  padding: 0px 0px 0px 30px;
  background: url("../img/profile_contents_bg.gif") no-repeat;
  font-size: 14px;
}
.profile_contents-left {
  float: left;
  width: 160px;
  color: #f27fd0;
  margin: 0px;
  padding-top: 7px;
}
.profile_contents-right {
  float: left;
  color: #fff;
  margin: 0px;
  padding-top: 7px;
}
.profile_ok {
  float: left;
  width: 97px;
  height: 19px;
  margin: 0px 0px 3px 3px;
  padding-top: 5px;
  text-align: center;
  background: url("../img/profile_ok.gif") no-repeat;
  font-size: 10px;
  color: #000;
}
.profile_ng {
  float: left;
  width: 97px;
  height: 19px;
  margin: 0px 0px 3px 3px;
  padding-top: 5px;
  text-align: center;
  background: url("../img/profile_ng.gif") no-repeat;
  font-size: 10px;
  color: #444;
}
.profile_sp {
  float: left;
  width: 97px;
  height: 19px;
  margin: 0px 0px 3px 3px;
  padding-top: 5px;
  text-align: center;
  background: url("../img/profile_sp.gif") no-repeat;
  font-size: 10px;
  color: #fff;
}
/* ========== map ========== */
.map {
  width: 800px;
  margin: 0px;
  padding: 0px;
}
.map .left {
  float: left;
  width: 288px;
  margin: 0px;
  padding: 0px;
}
.map .right {
  float: right;
  width: 512px;
  margin: 0px;
  padding: 0px;
}
/* ========== recruit ========== */
.recruit-tit {
  margin-top: -5px;
  padding-left: 6px;
}
.recruit-text {
  padding: 10px;
  font-size: 13px;
  line-height: 1.8em;
}
.recruit-tab td {
  padding: 5px;
}
/* ========== card ========== */
.card-text {
  padding: 15px;
  line-height: 2em;
}
.card-text .color01 {
  color: #ff0000;
  font-size: 15px;
}
.card-text .color02 {
  color: #00ff00;
}
.couse-list {
  width: 800px;
  padding: 20px 0px 50px 0px;
  background: #111;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
}
/* 点滅 */
.blinking {
  font-size: 16px;
  -webkit-animation: blink 1.0s ease-in-out infinite alternate;
  -moz-animation: blink 1.0s ease-in-out infinite alternate;
  animation: blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.button-wrapper {
  width: 700px;
  margin: 0px auto;
  padding: 0;
}
.button-wrapper-large {
  width: 700px;
  margin: 0 auto;
  padding: 0;
  height: 80px;
}
.button-wrapper .box {
  float: left;
  width: 350px;
  margin: 0px;
  padding: 0px;
}
.coder {
  border-spacing: 0;
  width: 100%;
}
.coder th, .coder td {
  width: 14%;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #000;
  text-align: center;
}
.coder th {
  background: #fdcbff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  color: #7c0276;
}
.coder th:last-child, .coder td:last-child {
  border-right: none;
  x
}
.coder tr:last-child td {
  border-bottom: none;
}
.coder-wrapper {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 1px #ccc;
  border: 1px solid #ccc;
  width: 800px;
  overflow: hidden;
}
p.marquee {
  -webkit-animation-name: marqueeAnimation;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marqueeAnimation;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marqueeAnimation;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marqueeAnimation;
  -o-animation-timing-function: linear;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  animation-name: marqueeAnimation;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  white-space: nowrap;
}
@-webkit-keyframes marqueeAnimation {
  0% {
    text-indent: 100%;
  }
  100% {
    text-indent: -50%;
  }
}
@-ms-keyframes marqueeAnimation {
  0% {
    text-indent: 100%;
  }
  100% {
    text-indent: -50%;
  }
}
@-moz-keyframes marqueeAnimation {
  0% {
    text-indent: 100%;
  }
  100% {
    text-indent: -50%;
  }
}
@-o-keyframes marqueeAnimation {
  0% {
    text-indent: 100%;
  }
  100% {
    text-indent: -50%;
  }
}
@keyframes marqueeAnimation {
  0% {
    text-indent: 100%;
  }
  100% {
    text-indent: -50%;
  }
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  color: #0073d5;
}
#page-top a {
  background: #0073d5;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #fff;
  color: #0073d5;
}

.covergirl {
  position: relative;
  width: 320px;
  margin-top: 6px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  top: 0px;
  left: 0px;
}
.covergirl-name {
  position: absolute;
  width: 278px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 40px;
  color: #fff;
  background: rgba(0, 0, 0, .6);
}
.covergirl-name p {
  width: 260px;
  margin: 0px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  line-height: 1.5em;
}
.covergirl-name span {
  color: #00ffff;
  font-size: 16px;
}
.frame {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.photo-diary {
  overflow: auto;
  width: 320px;
  height: 615px;
  margin-top: 35px;
  -webkit-overflow-scrolling: touch;
}
.photo-diary iframe {
  width: 100%;
  border: none;
}
.banner-mg {
  margin-top: 15px;
}
	.banner-mg img{
		width: 320px
	}
@media screen and (max-width: 599px) {
.banner-mg {
	width: 95%;
	margin: auto;
  margin-top: 10px;
  margin-bottom: 15px;
}
	.banner-mg img{
		width: 100%
	}
}
.movie {
  position: relative;
  overflow: hidden;
  width: 420px;
  height: 252px;
  margin: auto;
}
.movie .frame {
  position: absolute;
  width: 420px;
  top: 0;
  left: 0;
  z-index: 2;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .movie {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 60%;
  }
  .movie .frame {
    position: absolute;
    width: 95%;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 2
  }
}
.movie .frame img {
  width: 100%
}
.movie-click {
  width: 300px;
  margin: auto;
}
@media screen and (max-width: 599px) {
	.movie-click {
  margin-top: -15px;
		margin-bottom: 15px;
}
}
.heaven_movie {
	display: flex;
	justify-content: center;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .heaven_movie {
    overflow: hidden;
    position: absolute;
    width: 95%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
  }
}
.lovehotel {
  width: 468px;
  margin: auto;
  padding: 10px 0 0
}
@media screen and (max-width: 599px) {
  .lovehotel {
    width: 95%;
  }
}
.diary_widget {
  width: 880px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .diary_widget {
    width: 100%;
  }
  .diary_widget .ttl {
    width: 250px;
    margin: 20px 0 0;
  }
}
.widget {
  width: 1050px;
  margin: auto;
  padding: 25px 0 0;
}
.widget ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget li {
  width: calc(100% / 3);
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .widget {
    width: 100%;
  }
  .widget li {
    width: calc(100% / 1);
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
  }
}
.diary_banner {
  max-width: 1050px;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .diary_banner {
    flex-wrap: wrap;
  }
}
.diary_banner img {
  width: 98%;
  margin: auto
}
.vanilla {
  width: 340px;
  margin: auto;
  padding: 0 0 25px;
}
.diary_sp {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 105%;
  background: url(../img/diary-bg.png) no-repeat;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.diary_sp iframe {
  position: absolute;
  width: 90%;
  margin: auto;
  top: 22%;
  left: 0;
  right: 0
}
.nav__footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 0 3px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
.nav__footer ul {
  display: flex;
  width: 100%;
}
.nav__footer li {
  width: 33.3333333333%;
}
.nav__footer .space {
  display: block;
  width: auto;
  margin: 8px 3px 0px 3px;
}
.btn, a.btn, button.btn {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn_custom01, .btn_custom02, .btn_custom03 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}
a.btn_custom01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border: 2px solid #000;
  border-radius: inherit;
  background-color: #da5d7e;
}
a.btn_custom02:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border: 2px solid #000;
  border-radius: inherit;
  background-color: #0095ce;
}
a.btn_custom03:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border: 2px solid #000;
  border-radius: inherit;
  background-color: #ccc100;
}
a.btn_custom01:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1rem;
  margin: 0;
  padding: 0;
  content: "\f06b";
}
a.btn_custom02:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1rem;
  margin: 0;
  padding: 0;
  content: "\f073";
}
a.btn_custom03:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1rem;
  margin: 0;
  padding: 0;
  content: "\f3cd";
}
.btn_custom01_front, .btn_custom02_front, .btn_custom03_front {
  position: relative;
  display: block;
  padding: 5px 5px 5px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
}
.bg_color01 {
  background-color: #ff8caa;
}
.bg_color02 {
  background-color: #16b5f2;
}
.bg_color03 {
  background-color: #fff100;
}
.nav {
  position: fixed;
  top: 5px;
  right: 10px;
  display: block;
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 0;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
  background-color: #00b0ee;
  animation: border-transform 7s linear infinite;
  transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
.header {
  position: fixed;
  width: 100%;
  height: 52px;
  z-index: 10001;
}
/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  clear: both;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  z-index: 1
}
/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.menu ul {
  width: 95%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 30px;
  text-align: center;
}
.menu li {
  width: calc(100% / 3);
  margin-bottom: -10px;
}
.menu-btn:checked ~ .menu a, .menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.menu .shopname {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center
}
.menu .opne {
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center
}
.menu .tel {
  color: #00b0ee;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}
.menu .logo {
  width: 200px;
  margin: auto;
  padding: 10px 0 0;
}
.menu-btn {
  display: none;
}
.menu-icon {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 3
}
.navicon {
  background: #fff;
  display: block;
  height: 2px;
  width: 30px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before, .navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
  top: 9px;
}
.navicon:after {
  bottom: 9px;
}
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}
.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}


.top_linkbanner{
	max-width: 640px;
	margin: auto;
}
.top_linkbanner img{
	width: auto;
	margin: auto
}