@charset "utf-8";

/* CSS Document */

/*
  font-family: 'Hannari',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
  font-family: 'Cinzel',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
*/


/**********************
ベース
**********************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic",Meiryo,sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #4d5055;
/*
  font-family: "Yu Gothic UI","Meiryo UI","Yu Gothic""メイリオ",sans-serif;
  font-family: "Hiragino Mincho ProN","游明朝",YuMincho,serif;
*/
}



@media screen and (max-width:834px) {
  body{
    font-size:calc(9px + 1vw);
    -webkit-tap-highlight-color:transparent;
  }
}

a {
  color: #e46e93 ;
  text-decoration: underline;
  transition:all 0.2s ease;
}

a:visited{
}
a:hover,
a:active {
  color: ;
  text-decoration: none;
}

img:not(.mce-img) {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* = Selected Text
----------------------------------------------- */
::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}

::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}


/**********************
layout
**********************/

/***********
common
************/

.relative {  position: relative !important; }

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { display: block; margin-left:auto; margin-right:auto; }

.textAlign-center {  text-align: center !important; }
.textAlign-right  {  text-align: right !important; }
.textAlign-left   {  text-align: left !important; }

.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

.l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
.l-bottom-xsmall-p  {  padding-bottom: 10px !important; }
.l-bottom-small-p   {  padding-bottom: 15px !important; }
.l-bottom-p         {  padding-bottom: 20px !important; }
.l-bottom-large-p   {  padding-bottom: 30px !important; }
.l-bottom-xlarge-p  {  padding-bottom: 50px !important; }
.l-bottom-xxlarge-p {  padding-bottom: 80px !important; }

.l-top-xxsmall-p {  padding-top: 5px  !important; }
.l-top-xsmall-p  {  padding-top: 10px !important; }
.l-top-small-p   {  padding-top: 15px !important; }
.l-top-p         {  padding-top: 20px !important; }
.l-top-large-p   {  padding-top: 30px !important; }
.l-top-xlarge-p  {  padding-top: 50px !important; }
.l-top-xxlarge-p {  padding-top: 80px !important; }


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

  .l-bottom-xxsmall {  margin-bottom: 5px  !important; }
  .l-bottom-xsmall  {  margin-bottom: 7px !important; }
  .l-bottom-small   {  margin-bottom: 10px !important; }
  .l-bottom         {  margin-bottom: 15px !important; }
  .l-bottom-large   {  margin-bottom: 20px !important; }
  .l-bottom-xlarge  {  margin-bottom: 30px !important; }
  .l-bottom-xxlarge {  margin-bottom: 40px !important; }

  .l-top-xxsmall {  margin-top: 5px  !important; }
  .l-top-xsmall  {  margin-top: 7px !important; }
  .l-top-small   {  margin-top: 10px !important; }
  .l-top         {  margin-top: 15px !important; }
  .l-top-large   {  margin-top: 20px !important; }
  .l-top-xlarge  {  margin-top: 30px !important; }
  .l-top-xxlarge {  margin-top: 40px !important; }

  .l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
  .l-bottom-xsmall-p  {  padding-bottom: 7px !important; }
  .l-bottom-small-p   {  padding-bottom: 10px !important; }
  .l-bottom-p         {  padding-bottom: 15px !important; }
  .l-bottom-large-p   {  padding-bottom: 20px !important; }
  .l-bottom-xlarge-p  {  padding-bottom: 30px !important; }
  .l-bottom-xxlarge-p {  padding-bottom: 40px !important; }

  .l-top-xxsmall-p {  padding-top: 5px  !important; }
  .l-top-xsmall-p  {  padding-top: 7px !important; }
  .l-top-small-p   {  padding-top: 10px !important; }
  .l-top-p         {  padding-top: 15px !important; }
  .l-top-large-p   {  padding-top: 20px !important; }
  .l-top-xlarge-p  {  padding-top: 30px !important; }
  .l-top-xxlarge-p {  padding-top: 40px !important; }

}

/***********
column
************/

.l-firstColumn{
  width: 68%;
  float: left;
}

.l-secondColumn{
  width: 25%;
  float: right;
}

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

  .l-firstColumn{
    width: auto;
    float: none;
  }

  .l-secondColumn{
    width: auto;
    float: none;
  }

}

/***********
base
************/

.l-wrapper{
  max-width: 2000px;
  margin: 0 auto;
  overflow: hidden;
}

.l-base {
  width: auto;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-base-wide {
  width: auto;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-base-small {
  width: auto;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.l-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-block-small {
  padding-top: 60px;
  padding-bottom: 70px;
}
.l-block-small-top {
  padding-top: 60px;
}

.l-block-top {
  padding-top: 100px;
}

.l-block-bottom {
  padding-bottom: 100px;
}

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

  .l-base {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base-wide {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base-small {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .l-base:not(.l-base-noOffset),
  .l-base-wide:not(.l-base-noOffset),
  .l-base-small:not(.l-base-noOffset){
    padding-left: 4%;
    padding-right: 4%;
  }

  .l-base-wide .l-base,
  .l-base-wide .l-base-small,
  .l-base .l-base-small {
    padding-left: 0;
    padding-right: 0;
  }

  .l-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-block-top {
    padding-top: 60px;
  }

  .l-block-bottom {
    padding-bottom: 60px;
  }


  .l-block-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .l-block-small-top {
    padding-top: 20px;
  }

}

/***********
table
************/

.l-table-normal {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.l-table-normal th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 108%;
  padding: 20px 3%;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.7;
}

.l-table-normal td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 108%;
  padding: 20px 3%;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.7;
}

.l-table-normal-white{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.l-table-normal-white th{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.l-table-normal-white td{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*cell size*/

.l-cell-quarter {
  width: 25%;
}

.l-cell-trisect {
  width: 33.3%;
}

.l-cell-half {
  width: 50%;
}

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

  .l-table-normal{
  }
  .l-table-normal th{
    font-size: 93%;
    padding: 15px 8px;
    line-height: 1.5;
  }
  .l-table-normal td{
    font-size: 93%;
    padding: 15px 8px;
    line-height: 1.5;
  }

  /*スマホ時、縦組みになる*/
  .l-table-normal-sp,
  .l-table-normal-sp thead,
  .l-table-normal-sp tbody,
  .l-table-normal-sp tr,
  .l-table-normal-sp th,
  .l-table-normal-sp td {
    display: block;
    width: 100% !important;
    border: none;
  }
  .l-table-normal-sp th,
  .l-table-normal-sp td {
    border: none;
    font-size: 1.08rem;
  }
  .l-table-normal-sp thead th {
    text-align: center;
    padding: 5px 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .l-table-normal-sp tbody th {
    text-align: left;
    padding: 5px 8px;
    font-weight: bold;
  }
  .l-table-normal-sp tbody td {
    padding: 8px 0px 15px 0;
    font-size: 0.85rem;
  }

}

/***********
module-bgColor
************/

.l-bgColor01{
  background-color: #edf0f4;
}
.l-bgColor02{
  background-color: #fff0f0;
}
.l-bgColor03{
  background: linear-gradient(to left, #fff 0%,#fff0f0 20%,#fff0f0 80%, #fff 100%);
}
.l-bgColor04{
  background: linear-gradient(to left, #fff 0%,#ede8cf 20%,#ede8cf 80%, #fff 100%);
}
.l-bgColor05{
  background: linear-gradient(to left, #fff 0%,#fafafa 20%,#fafafa 80%, #fff 100%);
}

/**********************
module
**********************/

/***********
module-contents
************/

.is-waitLoad{
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}
body.is-loaded .is-waitLoad{
  opacity: 1;
}

/***********
module-zoom
************/

.zoomHover{
  overflow: hidden;
  z-index: 2;
  position: relative;

}
.zoomHover img{
  transform:scale(1) ;
  transition:all 0.5s ease;
}
a .zoomHover:hover img,
a.zoomHover:hover img{
  transform:scale(1.1) ;
}

/***********
module-text
************/

.textMain{
  font-size: 124%;
  line-height: 2;
}

.textLead{
  font-size: 116%;
  text-align: center;
  line-height: 2;
  padding-bottom: 30px;
}

.text-underLine{
  background: linear-gradient(to bottom, rgba(228, 110, 147, 0) 0%,rgba(228, 110, 147, 0) 74%,rgba(228, 110, 147, 0.5) 75%, rgba(228, 110, 147, 0.6) 100%);
  color: #;
}

.text-small{
}

.text-large{
}

.text-accent{
  color: #e46e93;
}

.text-caution{
  color: #e00;
}

.text-icon{
  display: inline-block;
  background-color: #e46e93;
  color: #fff;
  padding: 0.15em 0.8em;
  margin: 0 0.2em;
  border-radius: 3px;
}

.list-dot {}

.list-dot li {
  font-size: 124%;
  line-height: 2;
  margin-left: 1em;
}

.list-dot li::before {
  content: "・";
  margin-left: -1em;
}

.list-asterisk {}

.list-asterisk li {
  font-size: 124%;
  line-height: 2;
  margin-left: 1em;
}

.list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.list-number {
  padding-left: 2em;
}

.list-number li {
  font-size: 124%;
  line-height: 2;
  list-style: decimal;
}

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

  .textMain{
    font-size: 124%;
    line-height: 1.7;
  }


  .textLead{
    font-size: 93%;
    line-height: 1.7;
    padding-bottom: 20px;
  }


  .list-dot {}

  .list-dot li {
    font-size: 124%;
    line-height: 1.7;
    margin-left: 1em;
  }

  .list-dot li::before {
    content: "・";
    margin-left: -1em;
  }

  .list-asterisk {}

  .list-asterisk li {
    font-size: 124%;
    line-height: 1.7;
    margin-left: 1em;
  }

  .list-asterisk li::before {
    content: "※";
    margin-left: -1em;
  }

  .list-number {
    padding-left: 2em;
  }

  .list-number li {
    font-size: 124%;
    line-height: 1.7;
    list-style: decimal;
  }

}

/***********
module-btn
************/

.linkWrap{
  padding: 20px 0 20px;
  text-align: center;
}

.btn {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  font-family: 'Cinzel',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
  padding: 12px 20px 12px 20px;
  font-size: 147%;
  color: #4d5055;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  border: 1px solid #4d5055;
  transition: all 0.3s ease;
  position: relative;
}

.btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4d5055;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.2s ease;
  transform-origin: right top;
  transform: scaleX(0);
}
.btn:hover::before {
  transform-origin: left top;
  transform: scaleX(1);
}

.btn span {
  position: relative;
  transition: all 0.2s ease;
}
.btn:hover span {
  color: #fff;
}

.btn-small {
  max-width: 260px;
  padding: 10px 20px 10px 20px;
  font-size: 131%;
}

.btn-large {
}

.btn-block {
}

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

  .btn {
    max-width: 280px;
    padding: 10px 10px 10px 10px;
    font-size: 116%;
    letter-spacing: 0.05em;
  }

  .btn-small {
    max-width: 280px;
    padding: 10px 10px 10px 10px;
    font-size: 116%;
    letter-spacing: 0.05em;
  }

}

/***********
module-header
************/

.header {
  padding: 15px 0 5px;
}

.header-inner {
  position: relative;
}

.header-logo {
  width: 240px;
  text-align: center;
  position: relative;
  z-index: 999;
}
.header-logo img{
  width: 240px;
  height: 80px;
}
.header-logo a{
  display: block;
  color: #4d5055;
  text-decoration: none;
}
.header-logo-title{
  display: block;
  font-weight: normal;
  font-family: "Hiragino Mincho ProN","游明朝",YuMincho,serif;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 8px;
}

.header-link {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.header-link li{
  width: 8em;
  position: relative;
  overflow: hidden;
}
.header-link li::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewY(-35deg);
  transform-origin: left top;
}
.header-link li a{
  display: block;
  text-align: center;
  padding: 10px 0 6px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.header-link li a:hover{
  background-color: rgba(255, 255, 255, 0.1);
}
.header-link li i{
  font-size: 20px;
}
.header-link li span{
  display: block;
  font-size: 100%;
}

.header-link li.header-link-bookmark {
  background-color: #e46e93;
}
.header-link li.header-link-mypage {
  background-color: #90b45c;
}

.header-news{
  overflow: hidden;
}
.header-news-block {
  width: 560px;
  position: absolute;
  left: 520px;
  top: 0;
  height: 44px;
  padding: 8px 10px 0 45px;
  background-color: #f6f6f6;
  border-radius: 8px;
  font-family: 'Hannari',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
  font-size: 108%;
}
.header-news-block::before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e64f";
  position: absolute;
  color: #e46e93;
  font-size: 22px;
  position: absolute;
  left: 10px;
  top: 8px;
}
.header-news-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../../img/line01.png);
  position: absolute;
  left: 0;
  bottom: 5px;
}

.header-news-slider{
}
.header-news-slider li{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-news-slider li a{
  color: #4d5055;
  text-decoration: none;
}
.header-news-slider li a:hover{
  color: #e46e93;
}


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

  .header-logo {
    width: 180px;
  }
  .header-logo img{
    width: 180px;
    height: 60px;
  }
  .header-logo-title{
    font-size: 10px;
    padding-bottom: 2px;
  }

  .header-news-block {
    width: 360px;
    left:320px;
  }

  .header-link li{
    width: 8em;
  }
  .header-link li a{
    padding: 8px 0 5px;
  }
  .header-link li a:hover{
  }
  .header-link li i{
    font-size: 18px;
  }
  .header-link li span{
    font-size: 93%;
  }

}

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

  .header {
    padding: 0;
  }

  .header-logo{
    padding: 5px 0 5px 4%;
  }
  .header-logo {
    width: 140px;
  }
  .header-logo img{
    width: 120px;
    height: 40px;
  }
  .header-logo-title{
    font-size: 9px;
    padding-bottom: 4px;
  }


  .header-link {
/*    position: fixed; */
    right: 46px;
    top: 0;
    display: flex;
    z-index: 999;
  }
  .header-link li{
    width: 46px;
  }
  .header-link li::before{
    transform: skewY(-35deg);
    transform-origin: left top;
  }
  .header-link li a{
    height: 44px;
    padding: 10px 0 0 0;
  }
  .header-link li a:hover{
  }
  .header-link li i{
    font-size: 22px;
  }
  .header-link li span{
    display: none;
  }

  .header-link li.header-link-bookmark {
    background-color: #e46e93;
  }
  .header-link li.header-link-mypage {
    background-color: #90b45c;
  }

  .header-news{
    padding: 0 4% 10px;
  }

  .header-news-block {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    height: 36px;
    padding: 8px 10px 0 38px;
    border-radius: 8px;
    font-size: 11px;
    font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic",Meiryo,sans-serif;
  }
  .header-news-block::before {
    font-size: 18px;
    left: 8px;
    top: 8px;
  }

}

/***********
module-navi
************/

.navi {
  margin-top: -35px;
  padding-bottom: 30px;
  position: relative;
  z-index: 998;
}

.navi-list {
  display: flex;
  justify-content: flex-end;
  font-feature-settings: "palt";
}

.navi-list > li {
  position: relative;
}
.navi-list > li:not(:first-child) {
  margin-left: 30px;
}
.navi-list > li > a {
  display: block;
  color: #4d5055;
  text-decoration: none;
  font-size: 108%;
  padding: 5px 0;
  letter-spacing: 0.05em;
  position: relative;
}
.navi-list > li::before {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #e46e93;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: all 0.3s ease;
}
.navi-list > li:hover::before {
  transform: scaleX(1);
}

.navi-list > li.has-child > a {
  padding-right: 1.2em;
}
.navi-list > li.has-child > a::after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e64b";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  padding-top: 0.8em;
}

/*
child
*/

.navi-list ul.navi-list-child{
  min-width: 200px;
  position: absolute;
  left: -20px;
  top: 100%;
  background-color: #4d5055;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.navi-list li:hover ul.navi-list-child{
  visibility: visible;
  opacity: 1;
}

.navi-list ul.navi-list-child > li{
  transition: all 0.3s ease;
  position: relative;
}
.navi-list ul.navi-list-child > li:not(:last-child){
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navi-list ul.navi-list-child > li > a{
  display: block;
  padding: 0.8em 30px 0.8em 20px;
  color: #fff;
  font-size: 100%;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.05em;
}
.navi-list ul.navi-list-child > li > a::before{
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e649";
  position: absolute;
  right: 10px;
  top: 1.6em;
  font-size: 10px;
  transform: scale(0.8);
  opacity: 0.5;
}
.navi-list ul.navi-list-child > li:hover{
  background-color: #000;
}

/*
grandChild
*/


.navi-list ul.navi-list-grandChild{
  min-width: 200px;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #4d5055;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.navi-list ul.navi-list-child > li:hover ul.navi-list-grandChild{
  visibility: visible;
  opacity: 1;
}

.navi-list ul.navi-list-grandChild > li{
  transition: all 0.3s ease;
  position: relative;
}
.navi-list ul.navi-list-grandChild > li:not(:last-child){
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navi-list ul.navi-list-grandChild > li > a{
  display: block;
  padding: 0.8em 30px 0.8em 20px;
  color: #fff;
  font-size: 100%;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.05em;
}
.navi-list ul.navi-list-grandChild > li > a::before{
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e649";
  position: absolute;
  right: 10px;
  top: 1.6em;
  font-size: 10px;
  transform: scale(0.8);
  opacity: 0.5;
}
.navi-list ul.navi-list-grandChild > li:hover{
  background-color: #000;
}


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

  .navi {
    margin-top: 5px;
    padding-bottom: 25px;
  }

  .navi-list{
    justify-content: center;
  }
  .navi-list > li:not(:first-child) {
    margin-left: 20px;
  }

}

/***********
module-mainVisual
************/

.mainVisual {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.mainVisual-bottom{
  margin-bottom: 30px;
}

.mainVisual-slider{
  display: flex;
}


/*
shop slider
*/

.mainVisual-slider-shop .slick-slide li {
}

.mainVisual-slider-shop .slick-slide li img {
  width: auto;
  max-width: 100%;
  max-height: 800px;
  margin: 0 auto;
  border-radius: 24px;
}


/*
slick
*/

.mainVisual .slick-slide{
  border-radius: 24px;
  overflow: hidden;
}
.mainVisual .slick-slide li {
  vertical-align: bottom;
}
.mainVisual .slick-active{
  opacity: 1;
}

.mainVisual .slick-dots{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 0 5px;
}
.mainVisual .slick-dots button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #ddd;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-bottom: 0;
  border-radius: 50%;
  text-indent: -99999px;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.mainVisual .slick-dots .slick-active button{
  background-color: #e46e93;
}


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

  .mainVisual {
    margin-bottom: 20px;
  }

}

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

  .mainVisual {
    margin-bottom: 10px;
  }
  .mainVisual-bottom{
    margin-bottom: 20px;
  }

  .mainVisual-high img {
    width: 100%;
    height: 80vmin;
    object-fit: cover;
  }

  .mainVisual .slick-slide{
    border-radius: 8px;
  }

  .mainVisual .slick-dots li{
    height: 10px;
    overflow: hidden;
  }

  .mainVisual .slick-dots button{
    width: 4px;
    height: 4px;
    margin: 0 3px;
  }

  /*
  shop slider
  */

  .mainVisual-slider-shop .slick-slide li {
  }

  .mainVisual-slider-shop .slick-slide li img {
    border-radius: 8px;
  }


}




/***********
module-barTitle
************/

.barTitle {
  background-color: #64C4DB;
  color: #fff;
  font-family: 'Hannari',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
  font-weight: normal;
  font-size: 200%;
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 10px 0 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.barTitle-fixSize{
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.barTitle::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  right: 50%;
  top: 0;
  transform: skewX(-60deg);
}
.barTitle span{
  position: relative;
}
.barTitle small {
  display: inline-block;
  font-family: 'Cinzel',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
  font-size: 70%;
  position: relative;
  padding-left: 1em;
}
.barTitle small::before {
  content: "-";
  padding-right: 0.2em;
}
.barTitle small::after {
  content: "-";
  padding-left: 0.2em;
}

.barTitle-pink{
  background-color: #e46e93;
}
.barTitle-green{
  background-color: #90b45c;
}

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

  .barTitle {
    font-size: 139%;
    padding: 5px 0 8px;
    margin-bottom: 20px;
  }
  .barTitle-fixSize{
    max-width: 100%;
  }
  .barTitle small {
    display: block;
    font-size: 70%;
    padding-left: 0;
    padding-top: 0.5em;
  }

}

/***********
module-title
************/

.title {
  font-size: 185%;
  font-family: 'Hannari',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
  font-weight: normal;
  padding: 2px 0 2px 20px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 20px;
}
.title::before{
  content: "";
  display: block;
  width: 0px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0.2em;
  border-left: 3px double #4d5055;
}
.title-pink::before {
  border-color: #e46e93;
}
.title-green::before {
  border-color: #90b45c;
}


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

  .title {
    font-size: 139%;
    padding: 2px 0 2px 15px;
    margin-bottom: 20px;
  }

}

/***********
module-heading
************/

.heading {
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}
.heading::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #4d5055;
  margin: 10px auto 0;
}
.heading span {
  display: block;
  font-family: 'Hannari',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
  font-size: 250%;
  letter-spacing: 0.05em;
}
.heading small {
  display: block;
  font-family: 'Cinzel',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
  font-size: 200%;
  padding-top: 0.3em;
  letter-spacing: 0.15em;
}

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

  .heading {
    margin-bottom: 10px;
  }
  .heading::after {
    height: 10px;
    margin: 4px auto 0;
  }
  .heading span {
    font-size: 170%;
  }
  .heading small {
    font-size: 93%;
    line-height: 1;
  }

}

/***********
module-headline
************/

.headline{
  font-family: 'Hannari',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
  font-weight: normal;
  text-align: center;
  font-size: 250%;
  line-height: 1.3;
}

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

  .headline{
    font-size: 170%;
  }

}

/***********
module-seek
************/

.seek{
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
.seek::before,
.seek::after{
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 30px;
}

.seek::before{
  left: 0;
  background: linear-gradient(to right, rgba(255, 240, 240, 0) 20%, #fff0f0 100%);
}
.seek::after{
  right: 0;
  background: linear-gradient(to right, #f0ebd2 0%, rgba(240, 235, 210, 0) 80%);
}



.seek-container {
  display: flex;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  justify-content: center;
  overflow: hidden;
}
.seek-block {
  width: 50%;
}

.seek-item {
  padding-bottom: 60px;
}

.seek-title {
  border-left: 3px double #90b45c;
  padding-left: 20px;
  white-space: nowrap;
}
.seek-title span {
  font-size: 162%;
  display: block;
}
.seek-title small {
  display: block;
  font-family: 'Cinzel',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
  font-size: 124%;
  font-weight: normal;
  letter-spacing: 0.15em;
}
.seek-title small::before {
  content: "-";
  padding-right: 0.21em;
}


.seek-box {
  padding-left: 50px;
}
.seek-box-block {
}
.seek-box-heding {
  width: 150px;
  float: left;
}
.seek-box-inner {
  padding-left: 150px;
}


.seek-type {
  display: flex;
  flex-wrap: wrap;
  max-width: 540px;
  padding-top: 50px;
}
.seek-type li {
  width: 50%;
}
.seek-type li:nth-child(2n) {
  transform: translateY(-50px);
}
.seek-type li a{
  display: block;
}

.seek-type-img {
  position: relative;
}
.seek-type-img::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.seek-type-img:hover::before{
  opacity: 0;
}

.seek-color {
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
}
.seek-color li{
  width: 15.66666%;
  margin-left: 1%;
  margin-bottom: 2%;
}

.seek-trigger{
  display: none;
}


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

  .seek{
    margin-top: 0px;
  }
  .seek::before,
  .seek::after{
    display: none;
  }

  .seek-container {
    display: block;
  }
  .seek-block {
    width: auto;
  }
  .seek-block.seek-block-shop{
    background-color: #fdf1f1;
    padding-top: 15px;
  }
  .seek-block.seek-block-item{
    background-color: rgba(240, 235, 210, 0.5);
    padding-top: 15px;
  }
  .seek-block.seek-block-shop > .heading{
  }

  .seek-type {
    margin-left: auto;
    margin-right: auto;
  }

  .seek-color {
    max-width: 100%;
    margin-left: -2px;
  }
  .seek-color li{
    width: 60px;
    margin-left: 2px;
    margin-bottom: 2px;
  }

}

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

  .seek-item {
    padding: 0 4% 10px;
  }

  .seek-title {
    border-left: 3px double #90b45c;
    padding-left: 15px;
    margin-left: 0;
  }
  .seek-title span {
    font-size: 124%;
  }
  .seek-title small {
    font-size: 93%;
    line-height: 1.1;
  }

  .seek-box {
    padding-left: 0;
  }
  .seek-box-block {
  }
  .seek-box-heding {
    width: auto;
    float: none;
  }
  .seek-box-inner {
    padding-top: 10px;
    padding-left: 0;
  }

  .seek-type {
    padding: 30px 0 0 ;
  }
  .seek-type li:nth-child(2n) {
    transform: translateY(-40px);
  }

  .seek-color {
    max-width: 400px;
    margin-left: -1%;
  }
  .seek-color li{
    width: 15.66666%;
    margin-left: 1%;
    margin-bottom: 1%;
  }


  .seek-trigger{
    display: block;
    padding: 10px 4% 25px;
  }

  .seek-trigger-btn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #aaa;
    background: #fff;
    box-shadow: none;
    padding: 12px 0;
    position: relative;
  }
  .seek-trigger-btn::before,
  .seek-trigger-btn::after{
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 20px;
    top: 50%;
    background-color: #4d5055;
  }

  .seek-trigger-open::after{
    transform: rotate(90deg);
  }


  .seek-more {
    display: none;
  }


  .seek-sp-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
}

/***********
module-homeRecommend
************/

.homeRecommend{
  position: relative;
}
.homeRecommend-slider{
  display: flex;
}
.homeRecommend li{
  padding: 0 5px;
}
.homeRecommend li a{
  display: block;
  color: #4d5055;
  text-decoration: none;
  width: 260px;
}

.homeRecommend-img {
}
.homeRecommend-img img {
}
.homeRecommend-inner {
  background-color: #fff;
  padding: 20px 20px 30px;
}
.homeRecommend-title {
  font-size: 116%;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 15px;
}
.homeRecommend-summary {
  font-size: 93%;
}

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

  .homeRecommend{
  }
  .homeRecommend-slider{
    display: block;
  }
  .homeRecommend li{
    padding: 0 0 10px 0;
  }
  .homeRecommend li a{
    display: flex;
    width: 100%;
    padding: 5px;
    background-color: #fff;
  }

  .homeRecommend-img {
    width: 45%;
    height: 100%;
  }
  .homeRecommend-inner {
    flex: 1;
    padding: 5px 10px 5px 10px;
  }
  .homeRecommend-title {
    font-size: 116%;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 5px;
  }
  .homeRecommend-summary {
    font-size: 77%;
    line-height: 1.3;
  }


}



/***********
module-homeCatalog
************/

.homeCatalog{
  position: relative;
}

.homeCatalog-slider{
  display: flex;
}

.homeCatalog-slider li{
  padding: 0 5px;
}
.homeCatalog-slider li a{
  display: block;
  width: 200px;
}

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

  .homeCatalog{
    position: relative;
    margin-left: -6%;
    margin-right: -6%;
  }

  .homeCatalog-slider li{
    padding: 0 1px;
  }
  .homeCatalog-slider li a{
    width: 100px;
  }

}

/***********
module-homeBrand
************/

/* スライダーバージョン

.homeBrand{
  position: relative;
}

.homeBrand-slider{
  display: flex;
}

.homeBrand-slider li{
  padding: 0 5px;
}
.homeBrand-slider li a{
  display: block;
  width: 200px;
}

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

  .homeBrand{
    position: relative;
    margin-left: -6%;
    margin-right: -6%;
  }

  .homeBrand-slider li{
    padding: 0 1px;
  }
  .homeBrand-slider li a{
    width: 180px;
  }

}

*/


/***********
module-homeBrands
************/


.homeBrands{
  position: relative;
}

.homeBrands-list{
}

.homeBrands-list li{
  padding-bottom: 5px;
}
.homeBrands-list li a{
  display: block;
}

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

/***********
module-slick-arrows
************/

.slick-arrows{
  position: relative;
}

.slick-arrows .slick-prev,
.slick-arrows .slick-next{
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 9999;
  cursor: pointer;
}
.slick-arrows .slick-prev{
  left: 10px;
}
.slick-arrows .slick-next{
  right: 10px;
}

.slick-arrows .slick-prev span,
.slick-arrows .slick-next span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.slick-arrows .slick-prev span{
  transform: rotate(-135deg)
}
.slick-arrows .slick-next span{
  transform: rotate(45deg)
}

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

  .slick-arrows .slick-prev,
  .slick-arrows .slick-next{
    width: 30px;
  }
  .slick-arrows .slick-prev{
    left: 0px;
  }
  .slick-arrows .slick-next{
    right: 0px;
  }

  .slick-arrows .slick-prev span,
  .slick-arrows .slick-next span{
    width: 10px;
    height: 10px;
  }

}



.slick-control{
  position: relative;
}
.slick-control .slick-dots{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.slick-control .slick-dots button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #ddd;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  text-indent: -99999px;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-control .slick-dots .slick-active button{
  background-color: #e46e93;
}

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

  .slick-control .slick-dots button{
    width: 4px;
    height: 4px;
    margin: 0 3px;
  }

}

/***********
module-mapSeek
************/

@media screen and (min-width:835px) {

  .mapSeek{
    position: relative;
    z-index: 9;
  }

  .mapSeek-block{
    width: 400px;
    height: 400px;
    background: url(../../img/japan.png) no-repeat 0 0 ;
    margin: 0 auto;
    position: relative;
  }
  .mapSeek-list {
  }
  .mapSeek-list > li {
    position: absolute;
  }
  .mapSeek-list > li > span:hover {
    text-decoration: underline;
  }
  .mapSeek-trigger{
    position: relative;
    display: block;
    padding: 5px 22px 5px 12px;
    background-color: #fff;
    font-size: 100%;
    font-weight: 600;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 10;
  }
  .mapSeek-trigger::after {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e64b";
    position: absolute;
    right: 0.5em;
    top: 1.2em;
    font-size: 10px;
  }


  .mapSeek-list > li > span.is-active{
    border-bottom: 1px solid #fff;
  }
  .mapSeek-list > li > span.is-active + .mapSeek-box{
    z-index: 99;
  }


  .mapSeek-box{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
  }

  .mapSeek-list li ul {
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -1px;
    white-space: nowrap;
    background-color: #fff;
    color: #fff;
    padding: 10px 5px 10px 15px;
    border: 1px solid #ddd;
    border-top: none;
  }
  .mapSeek-list li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  .mapSeek-list li ul li {
    padding-right: 1em;
  }
  .mapSeek-list li ul a {
    color: #4d5055;
    text-decoration: none;
  }
  .mapSeek-list li ul a:hover {
    text-decoration: underline;
  }


  .mapSeek-list > li.mapSeek-area01{
    position: absolute;
    left: 120px;
    top: 60px;
  }
  .mapSeek-list > li.mapSeek-area02{
    position: absolute;
    left: 280px;
    top: 220px;
  }
  .mapSeek-list > li.mapSeek-area03{
    position: absolute;
    left: 200px;
    top: 320px;
  }
  .mapSeek-list > li.mapSeek-area04{
    position: absolute;
    left: 160px;
    top: 160px;
  }
  .mapSeek-list > li.mapSeek-area05{
    position: absolute;
    left: 130px;
    top: 250px;
  }
  .mapSeek-list > li.mapSeek-area06{
    position: absolute;
    left: 20px;
    top: 240px;
  }
  .mapSeek-list > li.mapSeek-area07{
    position: absolute;
    left: 100px;
    top: 340px;
  }
  .mapSeek-list > li.mapSeek-area08{
    position: absolute;
    left: -20px;
    top: 380px;
  }
}


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

  .mapSeek{
    margin-top: -10px;
  }

  .mapSeek-block{
  }
  .mapSeek-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1vw;
  }
  .mapSeek-list > li {
    width: 25%;
    padding-left: 1vw;
    padding-bottom: 1vw;
  }
  .mapSeek-list > li > span:hover {
    text-decoration: underline;
  }
  .mapSeek-trigger{
    position: relative;
    display: block;
    padding: 1em 0 1.5em 0;
    background-color: #fff;
    font-size: 93%;
    text-align: center;
    font-weight: 600;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 10;
    white-space: nowrap;
  }
  .mapSeek-trigger::after {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e64b";
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -0.5em;
    font-size: 8px;
    opacity: 0.5;
  }

  .mapSeek-list > li.is-active{
    z-index: 99;
  }

  .mapSeek-box{
    display: none;
    width: 100vw;
    padding: 5px 4vw;
    box-sizing: border-box;
    z-index: 9;
  }
  .mapSeek-list > li:nth-child(1n) .mapSeek-box{
    transform: translateX(-4vw);
  }
  .mapSeek-list > li:nth-child(2n) .mapSeek-box{
    transform: translateX(-27vw);
  }
  .mapSeek-list > li:nth-child(3n) .mapSeek-box{
    transform: translateX(-50vw);
  }
  .mapSeek-list > li:nth-child(4n) .mapSeek-box{
    transform: translateX(-73.5vw);
  }


  .mapSeek-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
  }
  .mapSeek-list ul li {
    width: 24%;
    margin-left: 1%;
    margin-bottom: 1%;
    position: relative;
    background-color: #e46e93;
    border-radius: 8px;
    overflow: hidden;
  }
  .mapSeek-list ul li::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.1;
    position: absolute;
    right: 50%;
    top: 0;
    transform: skewX(-60deg);
    pointer-events: none;
  }
  .mapSeek-list ul li a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;

  }

}


/***********
module-search
************/

.search {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 12px;
}
.search-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
}
.search-item {
  flex: 1;
}
.search-item-cross {
  width: 50px;
  font-size: 20px;
  text-align: center;
}
.search-item-submit {
  width: 100px;
  padding-left: 15px;
}

.search-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  background: url(../../img/select_arrow.png) no-repeat right center ;
  background-color: #fff;
  font-size: 16px;
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic",Meiryo,sans-serif;
  height: 46px;
  line-height: 46px;
  width: 100%;
  padding: 0 20px 0 10px;
}
.search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic",Meiryo,sans-serif;
  height: 46px;
  line-height: 46px;
  width: 100%;
  padding: 0 20px 0 10px;
}
.search-submit-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: none;
  width: 100%;
  background: #4d5055;
  color: #fff;
  height: 46px;
  font-size: 16px;
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,"Yu Gothic",Meiryo,sans-serif;
  letter-spacing: 0.2em;
  cursor: pointer;
}
.search-submit-btn span {
  position: relative;
}
.search-submit-btn::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  right: 50%;
  top: 0;
  transform: skewX(-60deg);
}

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

  .search {
    max-width: 100%;
    padding: 0 0;
  }
  .search-item-cross {
    width: 40px;
    font-size: 16px;
  }
  .search-item-submit {
    width: 6em;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
  }

  .search-select {
  }
  .search-input {
  }
  .search-submit-btn {
    letter-spacing: 0.1em;
  }

}

/***********
module-homeEvent
************/

.homeEvent{
}

.homeEvent-cat{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}
.homeEvent-cat li{
  font-weight: bold;
  font-size: 124%;
  padding: 5px 0;
  margin: 0 0.8em;
  position: relative;
  cursor: pointer;
}

.homeEvent-cat li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e46e93;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: all 0.3s ease;
}
.homeEvent-cat li.is-active{
  color: #e46e93;
}
.homeEvent-cat li.is-active::before,
.homeEvent-cat li:hover::before {
  transform: scaleX(1);
}


.homeEvent-slider{
  display: flex;
  padding-bottom: 50px;
}
.homeEvent-slider li{
  padding: 0 5px;
}
.homeEvent-slider li a{
  display: block;
  width: 320px;
  color: #4d5055;
  text-decoration: none;
  background-color: #f6f6f6;
}

.homeEvent-slider-area {
  background-color: #e46e93;
  color: #fff;
  font-weight: normal;
  font-size: 116%;
  text-align: center;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.homeEvent-slider-area span {
  position: relative;
}
.homeEvent-slider-area::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  right: 50%;
  top: 0;
  transform: skewX(-60deg);
}


.homeEvent-slider-img{
}
.homeEvent-slider-inner {
  padding: 20px 15px;
  text-align: center;
}

.homeEvent-slider-title {
  font-size: 139%;
  line-height: 1.4;
}
.homeEvent-slider-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #4d5055;
  margin: 20px auto;
}
.homeEvent-slider-shop {
  font-size: 116%;
  font-weight: 600;
}
.homeEvent-slider-schedule {
  display: block;
  padding-top: 15px;
  font-weight: 600;
}

.homeEvent-slider .slick-slide:nth-child(2n) a{
  background-color: #fdf1f1;
}
.homeEvent-slider .slick-slide:nth-child(2n+1) a{
  background-color: #f0e4f0;
}
.homeEvent-slider .slick-slide:nth-child(2n) .homeEvent-slider-title{
  color: #e46e93;
}
.homeEvent-slider .slick-slide:nth-child(2n+1) .homeEvent-slider-title{
  color: #9e378c;
}

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

  .homeEvent{
  }


  .homeEvent-cat{
    padding-bottom: 20px;
  }
  .homeEvent-cat li{
    font-size: 100%;
    padding: 3px 0;
    margin: 0 0.5em 0.5em;
    cursor: pointer;
  }


  .homeEvent-slider{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    padding: 0 2px 30px;
  }
  .homeEvent-slider li{
    width: 50%;
    padding: 0 2px 4px;
  }
  .homeEvent-slider li a{
    display: block;
    width: 100%;
    background-color: #fdf1f1;
  }

  .homeEvent-slider-area {
    font-size: 93%;
    padding: 2px 0;
  }

  .homeEvent-slider-img{
  }
  .homeEvent-slider-inner {
    padding: 10px 8px;
    text-align: left;
    font-feature-settings: "palt";
  }

  .homeEvent-slider-title {
    font-size: 100%;
    line-height: 1.3;
    color: #e46e93;
    padding-bottom: 5px;
  }
  .homeEvent-slider-title::after {
    display: none;
  }
  .homeEvent-slider-shop {
    font-size: 77%;
    font-weight: 600;
  }
  .homeEvent-slider-schedule {
    font-size: 77%;
    padding-top: 2px;
  }

/*
  .homeEvent{
  }

  .homeEvent-cat{
    padding-bottom: 20px;
  }
  .homeEvent-cat li{
    font-size: 100%;
    padding: 3px 0;
    margin: 0 0.5em 0.5em;
    cursor: pointer;
  }

  .homeEvent-slider{
    display: block;
    padding-bottom: 00px;
  }
  .homeEvent-slider li{
    margin-bottom: 10px;
    width: 100%;
  }
  .homeEvent-slider li a{
    width: 100%;
    padding: 5px;
    display: flex;
    position: relative;
  }

  .homeEvent-slider-area {
    font-size: 77%;
    padding: 2px 3px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
  }
  .homeEvent-slider-area span {
    position: relative;
  }
  .homeEvent-slider-area::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.1;
    position: absolute;
    right: 50%;
    top: 0;
    transform: skewX(-60deg);
  }


  .homeEvent-slider-img{
    width: 45%;
  }
  .homeEvent-slider-inner {
    flex: 1;
    padding: 5px 10px 5px 10px;
    text-align: left;
    letter-spacing: 0;
  }

  .homeEvent-slider-title {
    font-size: 100%;
    line-height: 1.3;
    padding-bottom: 5px;
  }
  .homeEvent-slider-title::after {
    display: none;
  }
  .homeEvent-slider-shop {
    font-size: 83%;
    font-weight: 500;
    line-height: 1.3;
  }
  .homeEvent-slider-schedule {
    font-size: 83%;
    font-weight: 500;
    line-height: 1.3;
    padding-top: 3px;
  }

  .homeEvent-slider li:nth-child(2n) a{
    background-color: #fdf1f1;
  }
  .homeEvent-slider li:nth-child(2n+1) a{
    background-color: #f0e4f0;
  }
  .homeEvent-slider li:nth-child(2n) .homeEvent-slider-title{
    color: #e46e93;
  }
  .homeEvent-slider li:nth-child(2n+1) .homeEvent-slider-title{
    color: #9e378c;
  }
*/

}

/***********
module-homeItem
************/

.homeItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.homeItem li {
  width: 16.66666%;
}
.homeItem a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
}
.homeItem a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.5s ease ;
}


.homeItem-img {
}
.homeItem-img {
  text-align: center;
  transition: transform 0.5s ease ;
}

.homeItem-img img{
  width: 16.66666vw;
  height: 26vw;
  object-fit: cover;
  object-position: center top;
}

.homeItem-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
}
.homeItem-title {
  padding: 0 15px;
  text-align: center;
  font-size: 116%;
  font-family: "Hiragino Mincho ProN","游明朝",YuMincho,serif;
  opacity: 0;
  transition: opacity 0.5s ease ;
}
.homeItem a:hover::before {
  opacity: 0.5;
}
.homeItem a:hover .homeItem-img {
  transform: scale(1.05);
}
.homeItem a:hover .homeItem-title {
  opacity: 1;
}


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

  .homeItem li {
    width: 25%;
  }
  .homeItem-title {
    padding: 0 10px;
    font-size: 100%;
  }



  .homeItem-img img{
    width: 25vw;
    height: 40vw;
  }

}

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

  .homeItem li {
    width: 33.3333%;
  }
  .homeItem-title {
    padding: 0 5px;
    font-size: 85%;
  }

  .homeItem-img img{
    width: 33.3333vw;
    height: 52vw;
  }


}


/***********
module-homeSpecial
************/

.homeSpecial{
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.homeSpecial::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #edf0f4;
  position: absolute;
  left: 0;
  top: 30px;
}

.homeSpecial-slider{
  display: flex;
  padding-top: 30px;
  padding-bottom: 50px;
}
.homeSpecial-slider li{
  padding: 0 5px;
}
.homeSpecial-slider li a{
  display: block;
  width: 520px;
  color: #4d5055;
  text-decoration: none;
  background-color: #f6f6f6;
}

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

  .homeSpecial{
    padding-bottom: 20px;
  }
  .homeSpecial::before{
    top: 1.5em;
  }

  .homeSpecial-slider{
    display: block;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .homeSpecial-slider li{
    padding: 1px 0;
    text-align: center;
  }
  .homeSpecial-slider li a{
    width: 280px;
    margin: 0 auto;
  }

}

/***********
module-homeSection
************/

.homeSection{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.homeSection::after{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  top: 0;
}
.homeSection-item {
  width: 44%;
}

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

  .homeSection{
    display: block;
    max-width: 834px;
    margin: 0 auto;
  }
  .homeSection::after{
    display: none;
  }
  .homeSection-item {
    width: auto;
  }
  .homeSection-item:not(:last-child) {
    padding-bottom: 20px;
  }

}

/***********
module-homeReview
************/

.homeReview {
  border-top: 1px dashed #ddd;
  padding-bottom: 20px;
}
.homeReview li {
  border-bottom: 1px dashed #ddd;
  padding: 25px 0;
}

.homeReview-title {
  font-size: 139%;
  color: #e46e93;
  line-height: 1.4;
  padding-bottom: 20px;
}

.homeReview-score {
  display: flex;
  padding-bottom: 15px;
}
.homeReview-score-item {
  font-size: 124%;
  width: 6em;
  margin-right: 5px;
}
.homeReview-score-item dt {
  font-size: 85%;
  text-align: center;
  background-color: #fdf1f1;
  color: #e46e93;
  padding: 2px 0;
  letter-spacing: 0.05em;
}
.homeReview-score-item dd {
  padding: 5px 0;
  text-align: center;
  letter-spacing: 0.15em;
}

.scoreStar {
  color: #ccc;
}
.scoreStar.is-active{
  color: #e46e93;
}
.scoreStar.is-half{
  color: #e46e93;
  background: -webkit-linear-gradient(0deg, #e46e93 0, #e46e93 49%, #ccc 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.homeReview-text {
  font-size: 108%;
  line-height: 1.7;
}
.homeReview-data {
  padding-top: 15px;
  font-size: 108%;
  line-height: 1.7;
}

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

  .homeReview {
    padding-bottom: 10px;
  }
  .homeReview li {
    padding: 20px 0;
  }

  .homeReview-title {
    font-size: 116%;
    line-height: 1.4;
    padding-bottom: 15px;
  }

  .homeReview-score {
    padding-bottom: 10px;
  }
  .homeReview-score-item {
    font-size: 100%;
    width: 5em;
    margin-right: 5px;
  }
  .homeReview-score-item dt {
    font-size: 85%;
    letter-spacing: 0.0em;
  }
  .homeReview-score-item dd {
    padding: 5px 0;
    letter-spacing: 0.0em;
    font-size: 85%;
  }

  .homeReview-text {
    font-size: 93%;
    line-height: 1.5;
  }
  .homeReview-data {
    padding-top: 10px;
    font-size: 77%;
    line-height: 1.5;
  }

}

/***********
module-homeNews
************/

.homeNews {
  padding-bottom: 20px;
  border-top: 1px dashed #ddd;
}
.homeNews li {
  border-bottom: 1px dashed #ddd;
}
.homeNews a {
  display: block;
  padding: 12px 0;
  color: #4d5055;
  text-decoration: none;
}

.homeNews-time {
  display: inline-block;
  padding-right: 1em;
  color: #90b45c;
  font-weight: bold;
  font-size: 108%;
}
.homeNews-cat {
  display: inline-block;
  color: #fff;
  background-color: #90b45c;
  padding: 0 0.8em;
}
.homeNews-title {
  flex: 1;
  font-size: 116%;
  padding-top: 5px;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}
.homeNews-title:hover {
  color: #90b45c;
  text-decoration: underline;
  text-decoration-color: #90b45c;
}

.homeNews-special {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  text-align: center;
}

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

  .homeNews {
    padding-bottom: 10px;
  }
  .homeNews li {
  }
  .homeNews a {
    padding: 15px 0;
  }

  .homeNews-time {
    padding-right: 1em;
    font-size: 85%;
  }
  .homeNews-cat {
    font-size: 85%;
    padding: 0 0.8em;
  }
  .homeNews-title {
    font-size: 108%;
    line-height: 1.3;
  }
  .homeNews-title:hover {
  }

  .homeNews-special {
    padding-top: 30px;
    text-align: center;
  }

}

/***********
module-footer
************/

.footer{
  background-color: #fdf1f1;
  text-align: center;
  padding: 80px 0 40px;
}

.footer-logo{
  padding-bottom: 60px;
}
.footer-logo img{
  width: 240px;
  height: 120px;
}


.footer-navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-navi li {
  white-space: nowrap;
}
.footer-navi li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  padding: 0 1em;
}
.footer-navi a {
  color: #4d5055;
  text-decoration: none;
  font-size: 108%;
}
.footer-navi a:hover {
  color: #e46e93;
}


.footer-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}
.footer-sns li {
  padding: 0 10px;
}
.footer-sns a {
  font-size: 24px;
  color: #4d5055;
  text-decoration: none;
}

.footer-copyright {
  display: block;
  padding-top: 80px;
  font-size: 93%;
}

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

  .footer{
    padding: 30px 0 30px;
  }

  .footer-logo{
    padding-bottom: 30px;
  }
  .footer-logo img{
    width: 120px;
    height: 40px;
  }


  .footer-navi {
    justify-content: flex-start;
    border-top: 1px solid #ddd;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .footer-navi li {
    width: 50%;
    white-space: nowrap;
    box-shadow: 1px 1px 0 #ddd;
  }
  .footer-navi li:not(:last-child)::after {
    display: none;
  }
  .footer-navi a {
    display: block;
    padding: 10px 0;
    font-size: 85%;
    font-feature-settings: "palt";
  }

  .footer-sns {
    padding-top: 30px;
  }
  .footer-sns li {
    padding: 0 6px;
  }
  .footer-sns a {
    font-size: 18px;
  }

  .footer-copyright {
    padding-top: 50px;
    font-size: 77%;
  }

}

/***********
module-mobile
************/

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

  .mobile{
    position: fixed;
    width: 280px;
    height: 100vh;
    z-index: 9998;
    right: -280px;
    top: 0;
    opacity: 0;
    transition:all 0.3s ease;
    background-color: #000;
    overflow: auto;
    padding-bottom: 100px;
    -webkit-overflow-scrolling: touch;
  }

  .is-mobile-open .mobile{
    opacity: 1;
    right: 0;
  }

  .mobile-close{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition:all 0.2s ease;
    z-index: -1;
  }
  .is-mobile-open .mobile-close{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    z-index: 9990;
  }

  .mobile-trigger {
    position: fixed;
    right: 0;
    top: 0;
    width: 46px;
    height: 44px;
    z-index: 9999;
    cursor: pointer;
    background: none;
    background-color: #fff;
    border: none;
    transition:all 0.3s ease;
  }
  .is-mobile-open .mobile-trigger{
    opacity: 1;
    right: 280px;
    background: none;
  }
  .mobile-btn {
    display: block;
    position: relative;
    width: 46px;
    height: 44px;
    cursor: pointer;
    background: none;
    border: none;
    transition: all .3s;
  }
  .mobile-btn span {
    display: inline-block;
    position: absolute;
    left: 25%;
    width: 50%;
    height: 3px;
    border-radius: 3px;
    background-color: #e46e93;
    transition: all .3s;
  }
  .mobile-btn span:nth-of-type(1) {
    top: 12px;
  }
  .mobile-btn span:nth-of-type(2) {
    top: 20px;
  }
  .mobile-btn span:nth-of-type(3) {
    top: 28px;
  }

  .is-mobile-open .mobile-btn span {
    background-color: #fff;
  }

  .mobile-btn.is-active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-135deg);
  }

  .mobile-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  .mobile-btn.is-active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(135deg);
  }

}



/***********
module-mobileNavi
************/

.mobileNavi-list {
}

.mobileNavi-list > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobileNavi-list > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 30px 12px 20px;
  position: relative;
}

.mobileNavi-list > li > a::after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e649";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 10px;
  opacity: 0.7;
}

/*
child
*/

.mobileNavi-list ul.mobileNavi-list-child{
  background-color: #4d5055;
  display: none;
}

.mobileNavi-list ul.mobileNavi-list-child > li{
  transition: all 0.3s ease;
  position: relative;
}
.mobileNavi-list ul.mobileNavi-list-child > li:not(:last-child){
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobileNavi-list ul.mobileNavi-list-child > li > a{
  display: block;
  padding: 0.8em 30px 0.8em 30px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.05em;
}
.mobileNavi-list ul.mobileNavi-list-child > li > a::before{
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e649";
  position: absolute;
  right: 10px;
  top: 2em;
  font-size: 10px;
  opacity: 0.7;
}

/*
grandChild
*/

.mobileNavi-list ul.mobileNavi-list-grandChild{
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}

.mobileNavi-list ul.mobileNavi-list-grandChild > li{
  position: relative;
}

.mobileNavi-list ul.mobileNavi-list-grandChild > li:not(:last-child){
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobileNavi-list ul.mobileNavi-list-grandChild > li > a{
  display: block;
  padding: 0.8em 30px 0.8em 40px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.05em;
}
.mobileNavi-list ul.mobileNavi-list-grandChild > li > a::before{
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e649";
  position: absolute;
  right: 10px;
  top: 2em;
  font-size: 10px;
  opacity: 0.7;
}

/***********
module-xxxxx
************/




/**********************
status
**********************/

.is-hide {
  display: none;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline {
  display: inline;
}

.is-sp-inline {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}


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

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline {
    display: inline;
  }

  .is-pc-inline {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

}
