/*
Theme Name: フェニックス・シーガイア・リゾート
Version: 1.0
Author:Seiki Nishijima

  $Id: style.css,v1.0 $
*/
/*===========================================================================
-----------------------------------------------------------------------------
  共通 変数　ここから
-----------------------------------------------------------------------------
===========================================================================*/
:root {
  --color-moji: #707070;
  --color-title: #080808;
  --color-milk: #fff;
  --color-vanilla: #FFFBF2;

  --color-mango: #F8AE06;
  --color-muscat: #A2D172;
  --color-plum: #539AA7;
  --color-peach: #F89FAD;

  --color-muscat-half: #ddeecc;
  --color-plum-half: #c1dadf;
  --color-peach-half: #fcdce1;/*
  --color-mango-half: #F8AE065C;
  --color-muscat-half: #A2D1725C;
  --color-plum-half: #539AA75C;
  --color-peach-half: #F89FAD5C;*/
  --font-noto: "Noto Sans JP", sans-serif;
  --font-eiji: "Caveat", cursive;
  --size-: 16px;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  :root {
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
html {
  -webkit-text-size-adjust: none;
  overscroll-behavior: none;
}
body {
  padding: 0 0 0 0;
  margin: 0 auto;
  text-align:center;
  background: var(--color-milk);
  color: var(--color-moji);
  font-size: 16px;
}
#background {
  padding: 0 0 0 0;
  margin:0px auto;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  body {
    font-size: 14px;
  }
}
/*-----------------------------------*/
#background a {
  text-decoration: none;
  color: var(--color-moji);
}
#background a[href^="tel:"] {
  pointer-events: none;
}
#background img {
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
#background .pcNone {
  display: none;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background a[href^="tel:"] {
    pointer-events: auto;
  }
  #background .spNone {
    display: none;
  }
  #background .pcNone {
    display: initial;
  }
}
/*------------------------------------
  共通レイアウト設定　ここから
-------------------------------------*/
#background header ,
#background footer ,
#background article {
  margin: 0 0 0 0;
  text-align: center;
  width: 100%;
  z-index: 50;
}
#background section {
  margin:0 auto 0 auto;
  text-align:center;
  width: 92vw;
  max-width: 1340px;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background section {
    width: 86vw;
  }
}
/*===========================================================================

  共通飾り設定　ここから

===========================================================================*/
/*------------------------------------
  共通 タイトル 設定　ここから
-------------------------------------*/
#background h3 {
  display: block;
  position: relative;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  padding-bottom: calc(0.5em + 3px);
  padding-left: 0.2em;
}
#background h3:before {
  content: "";
  display: block;
  width: 7em;
  height: 3px;
  background: var(--color-mango);
  position: absolute;
  bottom: 0;
  left: calc(50% - 3.5em);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background h3 {
    font-size: 16px;
  }
}
/*------------------------------------
  共通 ボタン設定　ここから
-------------------------------------*/
#background .more {
  display: block;
  text-align: center;
}
#background .more a {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  color: var(--color-moji);
  font-size: 15px;
  line-height: 1em;
  padding-bottom: calc(0.5em + 2px);
}
#background .more a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-moji);
  position: absolute;
  left: 0;
  bottom: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .more a {
    font-size: 13px;
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通ヘッダ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background header {
  position: static;
}
#background header section {
  max-width: 100%;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
#background header section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(20px);
}
#background header h1 {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  margin: auto 0;
  left: calc(50vw - 75px);
}
#background header .sp-header {
  display: none;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header h1 {
    padding: 10px 15px;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    margin: auto 0;
    left: 0;
    position: relative;
  }
}
/*------------------------------------
  宿泊予約 設定　ここから
-------------------------------------*/
#background header .reserve {
  margin: 0 0 0 auto;
}
#background header .reserve > a {
  display: flex;
  padding: 30px 60px;
  background: var(--color-mango);
  color: var(--color-title);
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}
#background header .reserve > a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(./images/reserve01.svg) no-repeat 50% 50%;
  background-size: content;
  margin: auto 0.5em auto 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header .reserve {
    margin-right: 70px;
  }
  #background header .reserve > a {
    display: flex;
    height: 100%;
    padding: 20px 15px 20px 44px;
    font-size: 14px;
    line-height: 1.4em;
  }
  #background header .reserve > a:before {
    position: absolute;
    left: 12px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
}
/*===========================================================================

  メニューレイアウト設定　ここから

===========================================================================*/
#background header .main-menu {
  display: none;
  display: block;
  position: fixed;
  opacity: 0;
  left: -101vw;
  top: 84px;
  height: calc(100vh - 84px);
  width: 90vw;
  max-width: 430px;
  background: rgba(8, 8, 8, 0.6);
  padding: 35px 55px;
  transition: all 0.5s ease;
}
#background header .main-menu.open {
  display: block;
  opacity: 1;
  left: 0;
  z-index: 10;
}
#background header .main-menu .menu-inner {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
}
#background header .main-menu .menu-inner::-webkit-scrollbar {
  display: none;
}
#background header .navi-mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: transparent;
  left: 0;
  top: 0;
  z-index: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header .main-menu {
    left: auto;
    right: -101vw;
    top: 62px;
    height: calc(100vh - 62px);
    width: 100%;
    max-width: initial;
    max-width: auto;
    padding: 0;
  }
  #background header .main-menu.open {
    left: auto;
    right: 0;
  }
  #background header .main-menu .menu-inner {
    width: 86%;
    max-width: 420px;
    height: calc(100% - 122px);
    margin: 30px auto;
  }
}
/*------------------------------------
  PCメニュー設定　ここから
-------------------------------------*/
#background header .main-menu .menu-set {
  margin-bottom: 30px;
}
#background header .main-menu .menu-set > li {
  padding: 30px 0;
  border-bottom: 2px solid var(--color-milk);
  font-size: 18px;
  line-height: 1em;
  text-align: center;
}
#background header .main-menu .menu-set > li a {
  color: var(--color-milk);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header .main-menu .menu-set {
    margin-bottom: 20px;
  }
  #background header .main-menu .menu-set > li {
    padding: 20px 0;
    font-size: 16px;
  }
}
/*-----------------------------------*/
#background header .main-menu .menu-set + p {
  text-align: center;
  margin-bottom: 30px;
}
#background header .main-menu .menu-set + p > a {
  display: block;
  margin: auto;
  max-width: 210px;
  padding: 10px 35px;
  background: var(--color-milk);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header .main-menu .menu-set + p {
    margin-bottom: 20px;
  }
  #background header .main-menu .menu-set + p > a {
    max-width: 120px;
    padding: 5px 15px;
  }
}
/*-----------------------------------*/
#background header .main-menu .sns-set {
  display: flex;
}
#background header .main-menu .sns-set > li {
  width: 20%;
  max-width: 50px;
  margin: auto;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header .main-menu .sns-set {
    width: 80%;
    margin: 0 auto;
  }
  #background header .main-menu .sns-set > li {
    width: 18%;
  }
}
/*===========================================================================

  メニュー挙動 設定　ここから

===========================================================================*/
#background header p.menu {
  display: block;
  padding: 18px;
  position: fixed;
  top: 0;
  left: 20px;
  z-index: 999;
  transition: all 0.5s ease;
}
#background header p.menu a {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 22px;
  position: relative;
  text-align: center;
  font-size: 0;
  font-weight: 900;
  line-height: 0em;
  letter-spacing: 0;
}
#background header p.menu em {
  position: static;
  display: block;
  letter-spacing: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 200;
  line-height: 1em;
  padding-top: 1em;
}
#background header p.menu a em:before ,
#background header p.menu a:after ,
#background header p.menu a:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-moji);
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
#background header p.menu a:after {
  top: 2px;
}
#background header p.menu a:before {
  top: 24px;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 970px) {
  #background header p.menu {
    display: block;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header p.menu {
    padding: 18px;
    top: 0;
    left: auto;
    right: 0;
  }
  #background header p.menu a {
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 18px;
  }
  #background header p.menu em {
    padding-top: 0.5em;
    font-size: 9px;/*
    color: var(--color-milk);*/
  }
  #background header p.menu a em:before ,
  #background header p.menu a:after ,
  #background header p.menu a:before {/*
    background: var(--color-milk);*/
    top: calc(50% - 5.5px);
  }
  #background header p.menu a:after {
    top: 2px;
  }
  #background header p.menu a:before {
    top: 18px;
  }
}
/*-----------------------------------*/
#background header p.menu.open a:after ,
#background header p.menu.open a:before {
  top: 45%;
}
#background header p.menu.open a em:before {
  filter: Alpha(opacity=0);
  opacity: 0;}
#background header p.menu.open a:after {
  transform: rotate(30deg);}
#background header p.menu.open a:before {
  transform: rotate(-30deg);}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header p.menu.open {
    filter: none;
  }
  #background header p.menu.open em {
    color: var(--color-moji);
  }
  #background header p.menu.open a em:before ,
  #background header p.menu.open a:after ,
  #background header p.menu.open a:before {
    background: var(--color-moji);
  }
  #background header p.menu.open a:after ,
  #background header p.menu.open a:before {
    top: 35%;
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通フッター設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background footer {
  background: var(--color-mango);
  color: var(--color-milk);
  padding: 35px 0 20px;
}

#background footer address {
  display: block;
  width: 180px;
  padding: 15px;
  background: var(--color-milk);
  margin: auto;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background footer {
    padding: 15px 0 25px;
  }
  #background footer address {
    width: 120px;
    padding: 5px 15px;
  }
}

/*===========================================================================
-----------------------------------------------------------------------------
  ローディング画面 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #nowLoading {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: var(--color-milk);
  background-image: url(./images/logo.png) ;
  background-size: 200px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0;
  left: 0;
  z-index: 9999;
}

/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
    #background #nowLoading {
    background-size: 33vw auto;
    }
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通 ページネーション設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*===========================================================================
-----------------------------------------------------------------------------
  404ページ 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}


/*===========================================================================
-----------------------------------------------------------------------------
  メインビジュアル 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background article#main-visual section {
  background: black;
  width: 100vw;
  height: 100vh;
  max-width: initial;
  max-width: auto;
  overflow: hidden;
  margin-bottom: 100px;
}
#background #main-visual .youtube-set {
  width: 178vh;
  height: 100vh;
  position: absolute;
  left: calc(50% - 89vh);
  top: 0;
}/*
#background #main-visual .youtube-set:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}*/
/* 画面幅が178vhより広い場合に調整 */
@media (min-aspect-ratio: 16/9) {
  #background #main-visual .youtube-set {
    width: 100vw;
    height: calc(100vw * 9 / 16); /* アスペクト比を維持 */
    top: calc(50% - (100vw * 9 / 32)); /* 高さを調整 */
    left: 0;
  }
}
#background #main-visual .youtube-set.pc-movie {
  display: block;
}
#background #main-visual .youtube-set.sp-movie {
  display: none;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background article#main-visual section {
    margin-bottom: 60px;
  }
  #background #main-visual .youtube-set.pc-movie {
    display: none;
  }
  #background #main-visual .youtube-set.sp-movie {
    display: block;
  }
}
/*===========================================================================

  メッセージ 設定　ここから

===========================================================================*/
#background #message section {
  display: flex;
  margin-bottom: 200px;
}
#background #message .title-set {
  width: calc(42% - 40px);
  max-width: 490px;
  margin: 0 auto auto 0;
}
#background #message .text-set {
  width: calc(57% - 40px);
  max-width: 600px;
  margin: 0 0 auto auto;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1380px) {
  #background #message .title-set {
    width: calc(50% - 20px);
  }
  #background #message .text-set {
    width: calc(50% - 20px);
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1150px) {
  #background #message section {
    display: block;
    margin-bottom: 120px;
  }
  #background #message .title-set ,
  #background #message .text-set {
    width: 490px;
    margin: 0 auto 80px;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #message section {
    margin-bottom: 90px;
  }
  #background #message .title-set ,
  #background #message .text-set {
    width: 100%;
    max-width: 490px;
    margin-bottom: 40px;
  }
}

/*------------------------------------
  タイトルセット設定　ここから
-------------------------------------*/
#background #message .title-set h2 {
  font-size: 33px;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
#background #message .title-set h2 small {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 40px;
}
#background #message .title-set .youtube-box {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
}
#background #message .title-set .youtube-box > iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #message .title-set h2 {
    font-size: 24px;
    margin-bottom: 40px;
    letter-spacing: 0;
    text-align: center;
  }
  #background #message .title-set h2 small {
    display: none;/*
    font-size: 14px;
    margin-bottom: 20px;*/
  }
  #background #message .title-set .youtube-box {
    display: none;
  }
}


/*------------------------------------
  テキストセット設定　ここから
-------------------------------------*/
#background #message .text-set p {
  line-height: 2em;
  margin-bottom: 40px;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #message .text-set p {
    margin-bottom: 20px;
    text-align: center;
  }
}
/*===========================================================================

  メッセージ アコーディオン設定　ここから

===========================================================================*/
#background #message .message-text .view-text + .more ,
#background #message .message-text .view-text + .more2 {
  display: none;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #message .message-text .view-text {
    max-height: 20em;/*
    height: 20em;*/
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
  }
  #background #message .message-text .view-text:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 30%, rgba(255,255,255,1));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 30%, rgba(255,255,255,1));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1));
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
  }
  #background #message .message-text .view-text + .more ,
  #background #message .message-text .view-text + .more2 {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #background #message .message-text .view-text + .more2 a {
    display: inline-block;
    padding: 15px 40px;
    background: var(--color-milk);
    font-size: 13px;
    line-height: 1em;
    border: 1px solid var(--color-title);
    color: var(--color-title);
  }
  #background #message .message-text .view-text + .more a:before {/*
    background: var(--color-plum);*/
    background: var(--color-mango);
  }

/*-----------------------------------*/
  #background #message .message-text.open .view-text {
    max-height: 200em;/*
    height: auto;*/
  }
  #background #message .message-text.open .view-text:before {
    height: 0.1px;
  }
  #background #message .message-text.open .view-text + .more ,
  #background #message .message-text.open .view-text + .more2 {
    display: none;
  }


}

/*===========================================================================
-----------------------------------------------------------------------------
  コンテンツメニュー 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #contents-menu nav {
  border-bottom: 1px solid var(--color-title);
  margin-bottom: 150px;
}
#background #contents-menu ul {
  display: flex;
  justify-content: center;
}
#background #contents-menu ul li {
  margin: 0;
  padding: 0 40px 30px;
  font-size: 18px;
  line-height: 1em;
}
#background #contents-menu ul li a {
  display: block;
  position: relative;
  padding-bottom: calc(10px + 0.5em);
}
#background #contents-menu ul li a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-mango);
  position: absolute;
  left: calc(50% - 5px);
  bottom: 0;
}
#background #contents-menu ul li.menu02 a:before {
  background-color: var(--color-muscat);
}
#background #contents-menu ul li.menu03 a:before {
  background-color: var(--color-plum);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #contents-menu nav {
    display: none;
  }
}

/*===========================================================================
-----------------------------------------------------------------------------
  3つの人生のご馳走(PC) 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .renewal-pcarea ,
#background .renewal-sparea {
  max-width: initial;
  max-width: auto;
  width: 100%;
}
#background .renewal-sparea {
  display: none;
}
#background .renewal-pcarea h3 {
  margin-bottom: 160px;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .renewal-pcarea {
    display: none;
  }
  #background .renewal-sparea {
    display: block;
  }
  #background #renewal h3 {
    margin-bottom: 60px;
  }
}
/*------------------------------------
  人生セット 設定　ここから
-------------------------------------*/
#background .renewal-pcarea .renewal-life {
  width: 100%;
  margin: 0;
  margin-bottom: 160px;
  position: relative;
}
#background .renewal-pcarea .renewal-life .bg-collage {
  width: 70%;
  height: 70%;
  min-width: calc(370px + 5vw);
  background: var(--color-muscat-half);
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 0;
}
#background .renewal-pcarea .renewal-life .life-set {
  display: flex;
  width: 95vw;
  max-width: calc(50vw + 670px);
  position: relative;
  margin: 0 auto 0 0;
  z-index: 10;
}
#background .renewal-pcarea .renewal-life .life-set > figure {
  width: 74%;
  max-width: calc(100% - 350px);
  margin: 0 auto auto 0;
}
#background .renewal-pcarea .renewal-life .life-set > .text-set {
  width: calc(26% - 50px);
  min-width: 300px;
  margin: auto 0 0 auto;
}
#background .renewal-pcarea .renewal-life .life-set .text-box {
  width: 100%;
  position: relative;
  padding: 0 30px 0.1px;
}
#background .renewal-pcarea .renewal-life .life-set .text-box:before {
  content: "";
  width: 100%;
  height: calc(100% - 34px);
  background: var(--color-milk);
  position: absolute;
  left: 0;
  bottom: 0;
}
#background #renewal .life-set .text-box h4 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color: var(--color-title);
  margin-top: -0.5em;
  margin-bottom: 30px;
}
#background #renewal .life-set .text-box p {
  margin-bottom: 30px;
  position: relative;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*------------------------------------
  パターン 設定　ここから
-------------------------------------*/
#background .renewal-pcarea .renewal-life.life01 {
  z-index: 3;
}
#background .renewal-pcarea .renewal-life.life02 {
  z-index: 2;
}
#background .renewal-pcarea .renewal-life.life03 {
  z-index: 1;
}
#background .renewal-pcarea .renewal-life.life02 .life-set {
  margin: 0 0 0 auto;
}
#background .renewal-pcarea .renewal-life.life02 .life-set > figure {
  margin: 0 0 auto auto;
  order: 2;
}
#background .renewal-pcarea .renewal-life.life02 .life-set > .text-set {
  margin: auto auto 0 0;
  order: 1;
}
/*-----------------------------------*/
#background .renewal-pcarea .renewal-life.life02 .bg-collage {
  width: 47%;
  height: calc(100% + 400px);
  background-color: var(--color-peach-half);
  top: -350px;
  right: auto;
  left: 0;
}
#background .renewal-pcarea .renewal-life.life03 .bg-collage {
  width: 38%;
  height: calc(100% + 400px);
  background-color: var(--color-plum-half);
  top: -350px;
}

/*===========================================================================

  3つの人生のご馳走(SP) 設定　ここから

===========================================================================*/
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
#background .renewal-sparea .life-set {
  width: 100%;
  padding: 0 8vw 60px;
  position: relative;
}
#background .renewal-sparea .life-set:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 42vw);
  background: var(--color-muscat-half);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -10;
}
#background #renewal .renewal-sparea figure {
  margin: 0;
}
#background #renewal .renewal-sparea .text-set {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  background: var(--color-milk);
}
#background #renewal .renewal-sparea .text-set h4 {
  font-size: 24px;
  margin: 0 auto 20px;
  color: var(--color-title);
  text-align: center;
}
#background #renewal .renewal-sparea .text-set p {
  margin: 0 auto 20px;
}
#background #renewal .renewal-sparea .text-set p.more {
  font-size: 12px;
  margin: auto auto 0;
}
/*------------------------------------
  カラバリ 設定　ここから
-------------------------------------*/
#background .renewal-sparea .life-set.life02:before {
  background: var(--color-peach-half);
}
#background .renewal-sparea .life-set.life03:before {
  background: var(--color-plum-half);
}
/*------------------------------------
  スライダーコントロール 設定　ここから
-------------------------------------*/
  #background #renewal .renewal-slider button.slick-arrow {
    display: block;
    width: 8vw;
    height: 100%;
    border: none;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    overflow: hidden;
    text-align: left;
    text-indent: -10em;
  }
  #background #renewal .renewal-slider button.slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  #background #renewal .renewal-slider button.slick-arrow:before {
    content: "";
    display: block;
    width: 4vw;
    height: 8vw;
    background: url(./images/icon01.svg) no-repeat 50% 50%;
    position: absolute;
    left: calc(50% - 2vw);
    top: calc(50% - 4vw);
    transform: scaleX(-1);
  }
  #background #renewal .renewal-slider button.slick-arrow.slick-next:before {
    transform: scaleX(1);
  }

}

/*===========================================================================
-----------------------------------------------------------------------------
  過ごしかた 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #enjoy {
  margin-bottom: 160px;
  padding-top: 160px;
}
#background #enjoy:before {
  content: "";
  width: 100%;
  height: calc(100% - 400px);
  background: var(--color-vanilla);
  position: absolute;
  left: 0;
  top: 0;
}
#background #enjoy h3 {
  margin-bottom: 40px;
}
#background #enjoy h3 + p {
  line-height: 2em;
  text-align: center;
  margin-bottom: 90px;
}
#background #enjoy .enjoy-area {
  display: flex;
  flex-wrap: wrap;
}
#background #enjoy .enjoy-area .enjoy-set {
  width: calc(33.33% - 36px);
  margin: 0 auto;
  border-radius: 0 0 12px 12px;
  background: var(--color-milk);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.16));
  display: flex;
  flex-direction: column;
}
#background #enjoy .enjoy-area .enjoy-set.enjoy01 {
  margin-left: 0;
}
#background #enjoy .enjoy-area .enjoy-set.enjoy03 {
  margin-right: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1100px) {
  #background #enjoy .enjoy-area {
    display: block;
  }
  #background #enjoy .enjoy-area .enjoy-set {
    width: 80%;
    max-width: 700px;
  }
  #background #enjoy .enjoy-area .enjoy-set.enjoy01 ,
  #background #enjoy .enjoy-area .enjoy-set.enjoy02 ,
  #background #enjoy .enjoy-area .enjoy-set.enjoy03 {
    margin: 0 auto 60px;
  }
  #background #enjoy .enjoy-area .enjoy-set.enjoy03 {
    margin-bottom: 0;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #enjoy {
    margin-bottom: 90px;
    padding-top: 90px;
  }
  #background #enjoy:before {
    height: 50%;
  }
  #background #enjoy h3 {
    margin-bottom: 20px;
  }
  #background #enjoy h3 + p {/*
    text-align: left;*/
    margin-bottom: 60px;
  }
  #background #enjoy .enjoy-area .enjoy-set {
    width: 100%;
  }
}
/*------------------------------------
  スライダーコントロール設定　ここから
-------------------------------------*/
#background #enjoy .enjoy-slider button.slick-arrow {
  display: block;
  width: 25%;
  height: 100%;
  border: none;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
  text-align: left;
  text-indent: -10em;
}
#background #enjoy .enjoy-slider button.slick-arrow.slick-next {
  left: auto;
  right: 0;
}
#background #enjoy .enjoy-slider ul.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 15;
}
#background #enjoy .enjoy-slider ul.slick-dots > li {
  margin: 0 4px 4px;
}
#background #enjoy .enjoy-slider ul.slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  border: none;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -10em;
  background: var(--color-milk);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.10));
}
#background #enjoy .enjoy-slider ul.slick-dots .slick-active button {
  background: var(--color-muscat);
}
#background #enjoy .enjoy02 .enjoy-slider ul.slick-dots .slick-active button {
  background: var(--color-peach);
}
#background #enjoy .enjoy03 .enjoy-slider ul.slick-dots .slick-active button {
  background: var(--color-plum);
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #enjoy .enjoy-slider ul.slick-dots > li {
    margin: 0 3px 3px;
  }
  #background #enjoy .enjoy-slider ul.slick-dots button {
    width: 6px;
    height: 6px;
  }
}
/*------------------------------------
  中身レイアウト 設定　ここから
-------------------------------------*/
#background #enjoy .enjoy-slider {
  margin: 0;
}
#background #enjoy .enjoy-set .text-set {
  padding: 30px 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#background #enjoy .enjoy-set .text-set h4 {
  display: block;
  font-size: 36px;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0;
  font-family: var(--font-eiji);
  color: var(--color-title);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#background #enjoy .enjoy-set .text-set h4:before {
  content: "";
  display: block;
  width: 60px;
  height: 20px;
  background: radial-gradient(circle, var(--color-muscat) 36%, transparent 36%);
  background-size: 20px 20px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}
#background #enjoy .enjoy-set .text-set h4 > small {
  display: block;
  font-size: 15px;
  padding-top: 1em;
  font-family: none;
  color: var(--color-moji);
  letter-spacing: 0.2em;
}
#background #enjoy .enjoy-set .text-set p {
  margin: 0 0 30px;
}
#background #enjoy .enjoy-set .text-set p.more {
  margin: auto 0 0;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1100px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #enjoy .enjoy-set .text-set {
    padding: 20px 30px 30px;
  }
  #background #enjoy .enjoy-set .text-set h4 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  #background #enjoy .enjoy-set .text-set h4:before {
    width: 45px;
    height: 15px;
    background-size: 15px 15px;
    left: calc(50% - 22.5px);
  }
  #background #enjoy .enjoy-set .text-set h4 > small {
    font-size: 12px;
  }
  #background #enjoy .enjoy-set .text-set p {
    margin: 0 0 30px;
  }
  #background #enjoy .enjoy-set .text-set p.more {
    margin: auto 0 0;
  }
}
/*------------------------------------
  カラバリ 設定　ここから
-------------------------------------*/
#background #enjoy .enjoy-set.enjoy02 .text-set h4:before {
  background: radial-gradient(circle, var(--color-peach) 36%, transparent 36%);
  background-size: 20px 20px;
}
#background #enjoy .enjoy-set.enjoy03 .text-set h4:before {
  background: radial-gradient(circle, var(--color-plum) 36%, transparent 36%);
  background-size: 20px 20px;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #enjoy .enjoy-set.enjoy02 .text-set h4:before ,
  #background #enjoy .enjoy-set.enjoy03 .text-set h4:before {
    background-size: 15px 15px;
  }
}
/*-----------------------------------*/
#background #enjoy .enjoy-set.enjoy01 .more a:before {
  background: var(--color-muscat);
}
#background #enjoy .enjoy-set.enjoy02 .more a:before {
  background: var(--color-peach);
}
#background #enjoy .enjoy-set.enjoy03 .more a:before {
  background: var(--color-plum);
}
/*===========================================================================
-----------------------------------------------------------------------------
  キャンペーン設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #campaign {
  margin-bottom: 160px;
  padding: 160px 0;
  background: var(--color-vanilla);
}
#background #campaign h3 {
  margin-bottom: 40px;
}
#background #campaign h3 + p {
  line-height: 2em;
  text-align: center;
  margin-bottom: 90px;
}
#background #campaign .campaign-slider {
  background: var(--color-milk);
  border: 1px solid var(--color-moji);
  padding: 30px 80px;
}
#background #campaign .item-set {
  display: flex;
  align-items: stretch;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1100px) {
  #background #campaign .campaign-slider {
    width: 80%;
    max-width: 740px;
    margin: 0 auto;
  }
  #background #campaign .item-set {
    display: block;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #campaign {
    margin-bottom: 90px;
    padding: 90px 0;
  }
  #background #campaign section {
    width: 100%;
  }
  #background #campaign h3 {
    margin-bottom: 20px;
  }
  #background #campaign h3 + p {/*
    text-align: left;*/
    width: 86vw;
    margin: 0 auto 40px;
  }
  #background #campaign .campaign-slider {
    width: 100%;
    padding: 10px 5vw 20px;
    border: none;
    border-top: 2px solid var(--color-title);
    border-bottom: 2px solid var(--color-title);
  }
  #background #campaign .item-set {
    display: block;
  }
}

/*------------------------------------
  中身レイアウト 設定　ここから
-------------------------------------*/
#background #campaign .item-set figure ,
#background #campaign .item-set .text-box {
  display: block;
  width: calc(50% - 10px);
  margin: 0 auto 0 0;
}
#background #campaign .item-set .text-box {
  margin: 0 0 0 auto;
  border-top: 3px solid var(--color-title);
  border-bottom: 3px solid var(--color-title);
}
#background #campaign .item-set figure > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1100px) {
  #background #campaign .item-set figure ,
  #background #campaign .item-set .text-box {
    width: 100%;
  }
  #background #campaign .item-set figure {
    margin-bottom: 10px;
  }
  #background #campaign .item-set figure > img {
    height: auto;
    object-fit: unset;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #campaign .item-set .text-box {
    width: 80vw;
    border-top-width: 2px;
    border-bottom: none;
    margin: 0 auto;
    padding-bottom: 0.1px;
  }
}
/*-----------------------------------*/
#background #campaign .item-set .text-box h4 {
  border-bottom: 1px solid var(--color-title);
  padding-bottom: 30px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0;
  color: var(--color-title);
}
#background #campaign .item-set .text-box h4 > strong {
  display: inline-block;
  padding: 15px 30px;
  background: var(--color-peach);
  color: var(--color-milk);
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}
#background #campaign .item-set .text-box h4 > em {
  display: block;
  padding: 20px 0;
  font-size: 25px;
  line-height: 1.6em;
}
#background #campaign .item-set .text-box h4 > small {
  display: block;
  font-size: 16px;
}
#background #campaign .item-set .text-box p {
  width: 84%;
  margin: 0 auto 40px;
  font-size: 18px;
  color: var(--color-title);
}
#background #campaign .item-set .text-box p.more2 {
  text-align: center;
  margin: 0 auto 40px;
}
#background #campaign .item-set .text-box p.more2 a {
  display: inline-block;
  padding: 15px;
  font-size: 15px;
  line-height: 1em;
  border: 1px solid var(--color-title);
  color: var(--color-title);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #campaign .item-set .text-box h4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #background #campaign .item-set .text-box h4 > strong {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1em;
  }
  #background #campaign .item-set .text-box h4 > em {
    font-size: 16px;
  }
  #background #campaign .item-set .text-box h4 > small {
    font-size: 14px;
  }
  #background #campaign .item-set .text-box p {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 14px;
  }
  #background #campaign .item-set .text-box p.more2 {
    margin: 0 auto 20px;
  }
  #background #campaign .item-set .text-box p.more2 a {
    font-size: 13px;
  }
}
/*------------------------------------
  キャンペーン11用 設定　ここから
-------------------------------------*/
#background #campaign .item-set.campaing11 .text-box h4 > small {
  line-height: 2em;
}
#background #campaign .item-set.campaing11 figure > img {
  object-position: 100% 50%;
}


/*-----------------------------------*/

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*------------------------------------
  スライダーコントロール 設定　ここから
-------------------------------------*/
#background #campaign .campaign-slider button.slick-arrow {
  display: block;
  width: 80px;
  height: 100%;
  border: none;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
  text-align: left;
  text-indent: -10em;
}
#background #campaign .campaign-slider button.slick-arrow.slick-next {
  left: auto;
  right: 0;
}
#background #campaign .campaign-slider button.slick-arrow:before {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  background: url(./images/icon01.svg) no-repeat 50% 50%;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 30px);
  transform: scaleX(-1);
}
#background #campaign .campaign-slider button.slick-arrow.slick-next:before {
  transform: scaleX(1);
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #campaign .campaign-slider button.slick-arrow {
    width: 40px;
    height: 40px;
    left: calc(50% - 45px);
    top: auto;
    bottom: -50px;
  }
  #background #campaign .campaign-slider button.slick-arrow.slick-next {
    left: auto;
    right: calc(50% - 45px);
  }
  #background #campaign .campaign-slider button.slick-arrow:before {
    width: 14px;
    height: 14px;
    background: transparent;
    border-top: 3px solid var(--color-title);
    border-left: 3px solid var(--color-title);
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    transform: rotate(-45deg);
  }
  #background #campaign .campaign-slider button.slick-arrow.slick-next:before {
    transform: rotate(135deg);
  }
}

/*===========================================================================
-----------------------------------------------------------------------------
  ニュース 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #news {
  margin-bottom: 220px;
}
#background #news h3 {
  margin-bottom: 90px;
}
#background #news ul {
  max-width: 740px;
  margin: 0 auto;
}
#background #news ul li {/*
  display: flex;*/
  border-bottom: 1px solid var(--color-moji);
  padding: 15px 0;
  color: var(--color-title);
}
#background #news ul li a {
  display: flex;
}

#background #news ul li small {
  font-size: 1em;
  width: 10em;
  margin: 0;
}
#background #news ul li em {
  width: calc(100% - 10em);
  max-width:  calc(100% - 10em);
  margin: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #news {
    margin-bottom: 160px;
  }
  #background #news h3 {
    margin-bottom: 40px;
  }
  #background #news ul li ,
  #background #news ul li a {
    display: block;
  }

  #background #news ul li small {
    display: block;
    width: 100%;
    color: var(--color-moji);
    font-size: 14px;
  }
  #background #news ul li em {
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 1.6em;
  }
}
/*===========================================================================

  設定　ここから

===========================================================================*/


/*------------------------------------
  設定　ここから
-------------------------------------*/

/*-----------------------------------*/

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}