@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

html {
  overflow-y: scroll;
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #5b312f;
  line-height: 1.8;
  letter-spacing: 0.08em;
  background: #fff4f1;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Helvetica, "Helvetica Neue", Arial, sans-serif;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p, pre, blockquote, ul, ol, dl, dt, dd, hr, form, input {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 767px) {
  img {
    image-rendering: auto;
  }
}

em {
  font-style: normal;
}

li {
  list-style-type: none;
}

.sp,
.sp_flex,
.sp_inline,
.tab {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .sp_flex {
    display: flex !important;
  }
}
@media (max-width: 1000px) {
  .tab {
    display: block !important;
  }
}
.mt00 {
  margin-top: 0 !important;
}

/* link
----------------------------------------------------*/
a:link {
  color: #000000;
  text-decoration: underline;
}

a:visited {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

/* rollover
----------------------------------------------------*/
.hov {
  transition: opacity 0.2s linear;
}

.hov:hover {
  opacity: 0.6;
}

/* fadeup
----------------------------------------------------*/
.fadeup {
  position: relative;
  transform-origin: center center;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s ease-out;
}

.fadeup.is-enter {
  transform: translateY(0);
  opacity: 1;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
p.sp_menu {
  display: none;
}
@media (max-width: 767px) {
  p.sp_menu {
    display: block;
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 71;
    text-align: center;
    line-height: 1;
    padding: 15px;
  }
  p.sp_menu.on {
    background: none;
  }
  p.sp_menu a {
    display: block;
  }
  p.sp_menu .menu-trigger,
p.sp_menu .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  p.sp_menu .menu-trigger {
    position: relative;
    width: 33px;
    height: 20px;
  }
  p.sp_menu .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e8766f;
  }
  p.sp_menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  p.sp_menu .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  p.sp_menu .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  p.sp_menu .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  p.sp_menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  p.sp_menu .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 9999;
}

.loading_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  -webkit-animation: lodanimetion 1500ms ease-out forwards infinite;
  animation: lodanimetion 1500ms ease-out forwards infinite;
}

@-webkit-keyframes lodanimetion {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes lodanimetion {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
}
#sp-logo {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 118px;
}

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 70;
  transition: top 0.5s;
  height: 116px;
  background: #FFF;
}
@media (max-width: 767px) {
  #header {
    top: 0;
    height: 60px;
  }
}
#header.top {
  top: -116px;
}
@media (max-width: 767px) {
  #header.top {
    top: 0;
    background: none;
  }
}
#header.fixed {
  top: 0;
}
#header .header-area {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
@media (max-width: 767px) {
  #header .header-area {
    display: none;
    height: 100vh;
    border-bottom: none;
    top: 0;
    padding: 60px 15px 19px 15px;
    box-sizing: border-box;
    background: #FFF;
    overflow: auto;
    position: relative;
  }
}
#header #logo {
  line-height: 1;
  width: 161px;
}
@media (max-width: 767px) {
  #header #logo {
    width: 140px;
    margin: 0 auto 20px auto;
  }
}
#header #logo a {
  display: block;
}
#header nav {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #header nav {
    display: block;
  }
}

.gmenu {
  display: flex;
}
@media (max-width: 767px) {
  .gmenu {
    display: block;
  }
}
.gmenu li {
  line-height: 1;
}
@media (max-width: 1200px) {
  .gmenu li {
    margin: 0;
  }
}
.gmenu li a {
  display: block;
  text-align: center;
  padding: 31px 28px;
}
.gmenu li a img {
  transition: opacity 0.2s;
}
.gmenu li a:hover img {
  opacity: 0.6;
}
.gmenu li a span {
  display: block;
  margin: 0 0 15px 0;
}
@media (max-width: 1000px) {
  .gmenu li a {
    padding: 33px 10px;
  }
}
@media (max-width: 767px) {
  .gmenu li a {
    padding: 25px 0;
  }
}
.gmenu li.sub a.sub-a {
  position: relative;
}
.gmenu li.sub a.sub-a::before {
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .gmenu li.sub a.sub-a::before {
    display: none;
  }
}
.gmenu li.sub a.sub-a::after {
  content: "";
  position: absolute;
  right: calc(50% - 90px);
  top: 33px;
}
@media (max-width: 767px) {
  .gmenu li.sub a.sub-a {
    overflow: hidden;
  }
  .gmenu li.sub a.sub-a::after {
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent #e8766f #e8766f transparent;
    transform: rotate(45deg) translateY(-50%);
  }
}
.gmenu li.sub a.sub-a:hover::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #fcdfd7;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
}
@media (max-width: 767px) {
  .gmenu li.sub a.sub-a:hover::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .gmenu li.sub.on a.sub-a::after {
    border-color: #e8766f transparent transparent #e8766f;
    top: 45px;
  }
}
.gmenu li.sub a.current::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #e8766f;
  border-radius: 3px;
  bottom: 12px;
  left: 0;
  top: inherit;
}
.gmenu li.sub .child {
  position: absolute;
  left: 0;
  top: 116px;
  width: 100%;
  background: #fcdfd7;
  display: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .gmenu li.sub .child {
    position: static;
    background: #fff4f1;
    border: 2px solid #ef7972;
    border-radius: 10px;
    padding: 20px 25px;
    box-sizing: border-box;
  }
}
.gmenu li.sub .child01 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gmenu li.sub .child01 {
    display: block;
    padding: 0;
  }
}
.gmenu li.sub .child01 h2 {
  color: #e8766f;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .gmenu li.sub .child01 h2 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
  }
  .gmenu li.sub .child01 h2 span {
    background: url("../images/common/sub-title.png") repeat-x 0 bottom;
    background-size: 5px auto;
    padding-bottom: 5px;
  }
}
.gmenu li.sub .child01 ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .gmenu li.sub .child01 ul {
    display: block;
  }
  .gmenu li.sub .child01 ul.sp-gmenu-title {
    margin-bottom: 20px;
  }
  .gmenu li.sub .child01 ul.sp-gmenu-title li {
    font-weight: bold;
    font-size: 13px;
  }
}
.gmenu li.sub .child01 ul li {
  margin: 0 13px 13px 0;
  width: 270px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .gmenu li.sub .child01 ul li {
    width: auto;
    margin: 0 0 15px 0;
    font-size: 12px;
  }
  .gmenu li.sub .child01 ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.gmenu li.sub .child01 ul li.section {
  letter-spacing: -0.15em;
}
@media (max-width: 767px) {
  .gmenu li.sub .child01 ul li.section {
    letter-spacing: 0.08em;
  }
}
.gmenu li.sub .child01 ul li a {
  background: #FFF;
  text-decoration: none;
  padding: 0 10px 0 10px;
  display: flex;
  align-items: center;
  text-align: left;
  color: #5b312f;
  border-radius: 4px;
  border: 1px solid #fcdfd7;
  transition: border 0.2s;
}
@media (max-width: 767px) {
  .gmenu li.sub .child01 ul li a {
    background: none;
    padding: 0;
    display: block;
    border: none;
    border-radius: 0;
    position: relative;
  }
  .gmenu li.sub .child01 ul li a::after {
    content: "";
    width: 4px;
    height: 4px;
    border: 1.5px solid;
    border-color: #e8766f #e8766f transparent transparent;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
  }
}
.gmenu li.sub .child01 ul li a:hover {
  border: 1px solid #e8766f;
}
@media (max-width: 767px) {
  .gmenu li.sub .child01 ul li a:hover {
    border: none;
  }
}
.gmenu li.sub .child01 ul li a figure {
  width: 70px;
}
@media (max-width: 767px) {
  .gmenu li.sub .child01 ul li a figure {
    display: none;
  }
}
.gmenu li.sub .child01 ul li a figure img {
  opacity: 1 !important;
}
.gmenu li.sub .child01 ul li a span {
  display: block;
  font-size: 75%;
  margin: 0;
}
.gmenu li.sub .child02 {
  width: 884px;
  border-right: 1px solid #f8bead;
}
@media (max-width: 767px) {
  .gmenu li.sub .child02 {
    width: auto;
    border-right: none;
  }
}
.gmenu li.sub .child03 {
  width: 270px;
  padding-left: 13px;
}
@media (max-width: 767px) {
  .gmenu li.sub .child03 {
    width: auto;
    padding: 0;
    margin: 30px 0 0 0;
  }
}

.title01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .title01 {
    margin: 50px 0 30px 0;
  }
}
.title01::before {
  content: "";
  display: block;
  background: #e8766f;
  height: 3px;
  border-radius: 2px;
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .title01::before {
    height: 3px;
    border-radius: 2px;
    width: 25px;
    margin-right: 10px;
  }
}
.title01::after {
  content: "";
  display: block;
  background: #e8766f;
  height: 3px;
  border-radius: 2px;
  width: 40px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .title01::after {
    height: 3px;
    border-radius: 2px;
    width: 25px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .lineup-ttl-sp img {
    width: 90px;
  }
  .point-ttl-sp img {
    width: 70px;
  }
  .online-ttl-sp img {
    width: 175px;
  }
  .sns-ttl-sp img {
    width: 120px;
  }
}
.btn {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: 13px;
    margin: 30px 0 60px 0;
  }
}
.btn.mb00 {
  margin-bottom: 0;
}
.btn a {
  color: #ef7972;
  text-decoration: none;
  box-shadow: 0 0 15px 0 rgba(156, 100, 100, 0.1);
  display: block;
  line-height: 68px;
  border: 1px solid #ef7972;
  border-radius: 35px;
  margin: 0 auto;
  background: #FFF;
  padding: 0 60px;
  display: inline-block;
  transition: background 0.2s;
}
@media (max-width: 767px) {
  .btn a {
    line-height: 40px;
    border-radius: 20px;
    padding: 0 30px;
  }
}
.btn a:hover {
  background: #fffafa;
}

#title {
  padding: 116px 0 0 0;
}
@media (max-width: 767px) {
  #title {
    padding: 60px 0 0 0;
  }
}

.title-bg {
  background: url("../images/common/title-bg.svg") no-repeat center top;
  background-size: auto 100%;
  text-align: center;
  padding: 3.6% 0;
}
@media (max-width: 767px) {
  .title-bg {
    background: url("../images/common/title-bg-sp.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 10% 0;
  }
  .title-bg h1 {
    width: 60%;
    margin: 0 auto;
  }
}

.at {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  color: #e8766f;
  font-size: 12px;
}
@media (max-width: 767px) {
  .at {
    font-size: 9px;
    margin: 15px 10px;
  }
}

.use {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .use {
    text-align: left;
  }
}
.use dt {
  font-size: 18px;
  font-weight: 600;
  background: #fef7f5;
  border-radius: 5px;
  border: 1px solid #fae4de;
  box-sizing: border-box;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .use dt {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.use dt span {
  position: absolute;
  right: 15px;
  top: 11px;
  background: #ef7972;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .use dt span {
    right: 10px;
    top: 6px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
  }
}
.use dt span::after, .use dt span:before {
  content: "";
  position: absolute;
  right: 8px;
  width: 13px;
  height: 1px;
  background: #FFF;
  padding: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .use dt span::after, .use dt span:before {
    right: 7px;
    width: 10px;
  }
}
.use dt span::after {
  top: 50%;
  transform: rotate(0deg);
}
.use dt span:before {
  top: 50%;
  transform: rotate(90deg);
}
.use dt.active span::after {
  display: none;
}
.use dt.active span::before {
  top: 50%;
  transform: rotate(180deg);
}
.use dd {
  padding: 15px 20px;
  display: none;
}
@media (max-width: 767px) {
  .use dd {
    padding: 10px 7px;
    font-size: 12px;
  }
}

#footer {
  background: url("../images/common/footer.jpg") no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 17%;
  margin: 10px 0 0 0;
}
@media (max-width: 767px) {
  #footer {
    background: url("../images/common/footer-sp.jpg") no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 40%;
  }
}

.footer-at {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  color: #897f7e;
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer-at {
    font-size: 10px;
    margin: 0 20px;
  }
}

.footer-logo {
  text-align: center;
  margin: 30px 0 25px 0;
}
@media (max-width: 767px) {
  .footer-logo {
    margin: 60px 0 25px 0;
  }
  .footer-logo img {
    width: 25%;
  }
}

.copy {
  text-align: center;
  color: #cb7c76;
  font-size: 11px;
}
@media (max-width: 767px) {
  .copy {
    font-size: 8px;
  }
}

@media (max-width: 767px) {
  p.sp_menu {
    background: #f49993;
  }
  p.sp_menu.on {
    background: none;
  }
  p.sp_menu .menu-trigger span {
    background-color: #FFF;
  }
  p.sp_menu .menu-trigger.active span:nth-of-type(1) {
    background: #f49993;
  }
  p.sp_menu .menu-trigger.active span:nth-of-type(3) {
    background: #f49993;
  }
}

.main {
  position: relative;
}
@media (max-width: 767px) {
  .main {
    background: #f49993;
  }
}
.main li {
  position: absolute;
  top: 0;
}
.main li:nth-child(1) {
  position: relative;
  z-index: 54;
}
.main .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 71px;
  height: 71px;
  text-indent: -9999px;
  z-index: 54;
  margin-top: -31px;
}
@media (max-width: 767px) {
  .main .bx-controls-direction a {
    display: none;
  }
}
.main .bx-controls-direction a:hover {
  opacity: 0.7;
}
.main .bx-prev {
  left: 20px;
  background: url("../images/top/main-left.png") no-repeat 0 0;
  background-size: 71px auto;
}
.main .bx-next {
  right: 20px;
  background: url("../images/top/main-right.png") no-repeat 0 0;
  background-size: 71px auto;
}
.main .bx-pager {
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 56;
}
@media (max-width: 767px) {
  .main .bx-pager {
    right: 10px;
  }
}
.main .bx-pager .bx-pager-item,
.main .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: middle;
}
.main .bx-pager.bx-default-pager a {
  background: #FFF;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  border-radius: 7px;
  outline: 0;
}
@media (max-width: 767px) {
  .main .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 5px;
  }
}
.main .bx-pager.bx-default-pager a.active {
  background: #e8766f;
}

.top-gmenu {
  position: relative;
  background: #fff9f7;
}
@media (max-width: 767px) {
  .top-gmenu {
    display: none;
  }
}
.top-gmenu .gmenu {
  justify-content: center;
}
.top-gmenu .gmenu li {
  margin-left: 0;
}

#banner {
  text-align: center;
  padding: 50px;
  background: linear-gradient(#fff9f7, #fff4f1);
}
@media (max-width: 767px) {
  #banner {
    padding: 40px 10px;
  }
}
#banner span {
  display: block;
  font-size: 14px;
  max-width: 740px;
  margin: 10px auto 0 auto;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  #banner span {
    font-size: 11px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}

#lineup {
  background: url("../images/common/bg01.png") repeat center top;
  padding: 1px 0 100px 0;
}
@media (max-width: 767px) {
  #lineup {
    background: url("../images/common/bg01-sp.png") repeat center top;
    background-size: 100% auto;
    padding: 1px 0 30px 0;
  }
}

.lineup-txt {
  background: #ffffff;
  max-width: 750px;
  margin: 40px auto;
  padding: 9px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .lineup-txt {
    padding: 5px;
    max-width: 65%;
  }
}

.lineup-txt02 {
  border: 2px solid #d58f8a;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .lineup-txt02 {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
}

.lineup-txt03 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .lineup-txt03 {
    display: block;
    margin-bottom: 10px;
  }
  .lineup-txt03 img {
    max-height: 17px;
    width: auto;
  }
}
.lineup-txt03::after {
  content: "";
  display: block;
  background: #e8766f;
  width: 1px;
  height: 23px;
  margin: 0 40px;
}
@media (max-width: 767px) {
  .lineup-txt03::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .lineup-txt04 img {
    max-height: 11px;
    width: auto;
  }
}

.lineup-title {
  max-width: 1200px;
  margin: 0 auto 45px auto;
}
@media (max-width: 767px) {
  .lineup-title {
    margin-left: 0;
    width: 65%;
  }
  .lineup-title.style-ttl-sp {
    width: 70%;
  }
}

.lineup-area {
  position: relative;
}
@media (max-width: 1300px) {
  .lineup-area {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .lineup-area {
    padding: 0 10px;
  }
}
.lineup-area .bx-wrapper {
  margin-top: -30px;
  margin: -30px auto 0 auto;
  position: relative;
}
.lineup-area .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 32%;
  outline: 0;
  width: 71px;
  height: 71px;
  text-indent: -9999px;
  z-index: 54;
}
@media (max-width: 767px) {
  .lineup-area .bx-wrapper .bx-controls-direction a {
    width: 45px;
    height: 43px;
    top: 48%;
  }
}
.lineup-area .bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.7;
}
.lineup-area .bx-wrapper .bx-prev {
  left: -20px;
  background: url("../images/top/left.png") no-repeat 0 0;
  background-size: 71px auto;
}
@media (max-width: 767px) {
  .lineup-area .bx-wrapper .bx-prev {
    background-size: 45px auto;
    left: 0;
  }
}
.lineup-area .bx-wrapper .bx-next {
  right: -30px;
  background: url("../images/top/right.png") no-repeat 0 0;
  background-size: 71px auto;
}
@media (max-width: 767px) {
  .lineup-area .bx-wrapper .bx-next {
    background-size: 45px auto;
    right: 0;
  }
}
.lineup-area li {
  padding: 30px 0 15px 20px;
}
@media (max-width: 767px) {
  .lineup-area li {
    padding: 30px 0 15px 0;
  }
}
.lineup-area li a {
  display: block;
  text-decoration: none;
}

.lineup-list {
  display: flex;
  justify-content: center;
}
.lineup-list li {
  max-width: 390px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1300px) {
  .lineup-list li {
    max-width: 320px;
  }
}
.lineup-list li h4 {
  color: #5b312f;
  font-size: 22px;
  line-height: 1.4;
  margin: 20px 0;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .lineup-list li h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .lineup-list li h4 {
    font-size: 15px;
    margin: 10px 0;
  }
  .lineup-list li h4.section {
    letter-spacing: 0;
    font-size: 13px;
  }
}
.lineup-list li h4 span {
  display: block;
  font-size: 87.5%;
}
.lineup-list .more {
  background: #ef7972;
  line-height: 42px;
  max-width: 160px;
  margin: 0 auto;
  border-radius: 21px;
  box-shadow: 0 0 15px 0 rgba(156, 100, 100, 0.1);
}
@media (max-width: 767px) {
  .lineup-list .more {
    line-height: 30px;
    max-width: 110px;
    border-radius: 15px;
  }
}
.lineup-list .more img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .lineup-list .more img {
    width: 30px;
  }
}

.lineup-slider-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 97px;
}
@media (max-width: 767px) {
  .lineup-slider-icon {
    width: 60px;
  }
}

.bath-title {
  max-width: 525px;
  margin: 0 auto;
  transform: translateX(40px) !important;
}
@media (max-width: 767px) {
  .bath-title {
    max-width: inherit;
    margin: 0;
    transform: none !important;
  }
}

.bath-list {
  margin: -30px 0 0 -100px;
}
@media (max-width: 767px) {
  .bath-list {
    justify-content: space-between;
    margin: -30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .bath-list li {
    max-width: calc(50% - 3px);
  }
}

#point {
  background: url("../images/top/point-bg02.jpg") no-repeat center bottom, url("../images/top/point-bg01.jpg") no-repeat center top, url("../images/top/point-bg.jpg") repeat-y center center;
  background-size: 100% auto, 100% auto, 100% auto;
}

.point-bg {
  position: relative;
  bottom: -1px;
  padding: 5% 0 10% 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .point-bg {
    padding: 5% 0 70px 0;
  }
}

.point-txt01 {
  text-align: center;
}
@media (max-width: 767px) {
  .point-txt01 img {
    width: 70px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mb20 {
    margin-bottom: 15px;
  }
}

.point-img01 {
  text-align: center;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .point-img01 {
    margin: 0 0;
  }
  .point-img01 img {
    width: 60%;
  }
}

.point-title01 {
  text-align: center;
  font-size: 28px;
  color: #e8766f;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .point-title01 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.point-title01::before {
  content: "";
  display: block;
  width: 2px;
  height: 35px;
  background-color: #e8766f;
  border-radius: 1px;
  transform: rotateZ(150deg);
  margin-right: 20px;
}
@media (max-width: 767px) {
  .point-title01::before {
    height: 25px;
    margin-right: 10px;
  }
}
.point-title01::after {
  content: "";
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  width: 2px;
  height: 35px;
  background-color: #e8766f;
  border-radius: 1px;
  transform: rotateZ(30deg);
  margin-left: 20px;
}
@media (max-width: 767px) {
  .point-title01::after {
    height: 25px;
    margin-left: 10px;
  }
}
.point-title01 span {
  font-size: 65%;
  margin: 0 0 0 5px;
  vertical-align: top;
}

.point-txt02 {
  text-align: center;
  margin: 15px 0 25px 0;
}
@media (max-width: 767px) {
  .point-txt02 img {
    width: 90%;
  }
}

.point-txt03 {
  text-align: center;
  font-size: 20px;
  color: #5b312f;
  margin: 25px 0 40px 0;
}
@media (max-width: 767px) {
  .point-txt03 {
    font-size: 13px;
    margin: 15px 0 20px 0;
    letter-spacing: 0;
  }
}
.point-txt03 .hoshitsu {
  color: #e8766f;
}
.point-txt03 .hosui {
  color: #71b6da;
}

.point-img02 {
  text-align: center;
}
@media (max-width: 767px) {
  .point-img02 img {
    width: 90%;
  }
}

.point-at {
  max-width: 763px;
  margin: 10px auto 0 auto;
  color: #897e7e;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .point-at {
    display: block;
    max-width: inherit;
    font-size: 10px;
    text-align: right;
    margin: 10px 20px;
    letter-spacing: 0;
  }
}

.point-title02 {
  text-align: center;
  color: #e8766f;
  font-size: 30px;
  display: flex;
  justify-content: center;
  margin: 90px 0 70px 0;
}
@media (max-width: 767px) {
  .point-title02 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 40px 0;
  }
}
.point-title02 .point-title02-icon01 {
  margin: -30px 0 0 0;
}
@media (max-width: 767px) {
  .point-title02 .point-title02-icon01 {
    margin: -15px -20px 0 0;
    width: 60px;
  }
}
.point-title02 .point-title02-icon02 {
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .point-title02 .point-title02-icon02 {
    margin: 50px 0 0 0;
    width: 40px;
  }
}

.bantou01 {
  background: #FFF;
  border-radius: 10px;
  max-width: 832px;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
  padding: 6px;
  position: relative;
}
@media (max-width: 767px) {
  .bantou01 {
    padding: 5px;
    border-radius: 5px;
    margin: 0 20px 10px 20px;
  }
}

.bantou02 {
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px 20px 40px 40px;
  border: 1px solid #fcead6;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .bantou02 {
    padding: 15px 15px 0 15px;
    border-radius: 5px;
    display: block;
  }
}

.bantou03 {
  margin: 0 0 0 30px;
  width: calc(76% - 45px);
}
@media (max-width: 767px) {
  .bantou03 {
    margin: 0;
    width: auto;
  }
}
.bantou03 .ruby {
  font-size: 10px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .bantou03 .ruby {
    font-size: 7px;
  }
}
.bantou03 h4 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bantou03 h4 {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bantou03 p {
    font-size: 12px;
  }
}

.bantou-img01 {
  width: 33.225%;
}
@media (max-width: 767px) {
  .bantou-img01 {
    width: 50%;
    margin: 30px auto 0 auto;
  }
}

.bantou-img02 {
  position: absolute;
  right: -40px;
  bottom: 7px;
}
@media (max-width: 767px) {
  .bantou-img02 {
    width: 40%;
    right: -15px;
    bottom: 6px;
  }
}

#online {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  #online {
    margin: 50px 0 0 0;
  }
}

.online-list {
  display: flex;
  justify-content: center;
  margin: 70px 0 100px 0;
}
@media (max-width: 767px) {
  .online-list {
    display: block;
    text-align: center;
    margin: 20px 0 70px 0;
  }
}
.online-list li {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .online-list li {
    width: 185px;
    margin: 0 auto 10px auto;
  }
}

#sns {
  max-width: 1200px;
  margin: 0 auto 10px auto;
  border-bottom: 1px solid #eecbc2;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #sns {
    padding-bottom: 90px;
    margin: 0 20px 10px 20px;
  }
}

.sns-list {
  display: flex;
  justify-content: center;
}
.sns-list li {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .sns-list li {
    width: 34px;
  }
}
/*# sourceMappingURL=style.css.map */