@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
/******common**************************************/
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
html, body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, hr, table, tr, th, td, tbody, tfoot, thead, img, iframe.span, strong, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, var, b, i, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-style: normal;
  list-style: none;
  border: none;
  font-size: 100%;
}
html {
  background: #FFF;
}
body {}
#cWrap {
  width: 100%;
}
img {
  vertical-align: top;
}
a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
hr {
  clear: both;
  margin: 1.5em 0;
  border-top: 1px solid transparent;
  height: 1px;
  background: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
hr.dot {
  border-top: 1px dotted #939393;
}
mark {
  background: #e94f0c;
  font-size: 85%;
  font-weight: bold;
  color: #FFF;
  padding: 0 4px;
}
mark.mark02 {
  background-color: #f4f1ed !important;
  color: #dc0000 !important;
  border: 1px solid #e1dad1;
}
strong {
  font-weight: 700;
}
#wrap {
  background: #fff;
}
/*--------------------------------------------------------------------------
  pagetop
---------------------------------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 35px;
  right: 10px;
  z-index: 1000;
  font-size: 0;
  display: none;
}
#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  position: relative;
  border-radius: 50%;
  background: rgba(108, 168, 213, 0.8);
}
#pagetop a::before {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  color: #FFF;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pagetop a:hover {
  display: block;
  width: 70px;
  height: 70px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  position: relative;
  background: rgba(108, 168, 213, 0.9);
}
#pagetop a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 750px) { /*sp*/
  #pagetop {
    position: fixed;
    bottom: 30px;
    right: 5px;
    z-index: 1000;
    display: none;
  }
  #pagetop a {
    display: block;
    width: 44px;
    height: 44px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    position: relative;
  }
}
/**clearfix**************************/
.noneclear {
  clear: none !important;
}
.clear {
  clear: both;
}
.cf, #header, #hNavi li, #sizeChanger dl, #gNavi, #gNavi .gNavi-low ul, #cWrap, #fNavi nav ul {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  display: table;
}
* html .cf, * html #header, * html #hNavi li, * html #sizeChanger dl, * html #gNavi, * html #gNavi .gNavi-low ul, * html #cWrap, * html #fNavi nav ul {
  height: 1%;
}
.cf, #header, #hNavi li, #sizeChanger dl, #gNavi, #gNavi .gNavi-low ul, #cWrap, #fNavi nav ul {
  display: block;
  zoom: 1;
} /**/
#contents {
  margin: 30px auto;
  padding: 0;
  text-align: left;
  /*background: url(/cmn/img/contents-bg.gif) left top repeat-y;*/
  width: 100%;
}
@media screen and (max-width: 750px) { /*sp*/
  #contents {
    width: 100%;
  }
}
@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */
  #contents {
    width: 100%;
  }
}
@media screen and (min-width:1241px) and (max-width:1440px) { /* tb + pc narrow */
  #contents {
    width: 1240px;
  }
}
@media screen and (min-width:1441px) { /* pc wide */
  #contents {
    width: 1240px;
  }
}
article a {
  color: #24936e;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
article a:hover {
  color: #50b848;
  text-decoration: underline;
}
article .alink-black a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
article .alink-black a:visited {
  color: #000;
}
article .alink-black a:hover {
  color: #000;
  text-decoration: underline;
}
article h3.h3none {
  border: none;
  padding: 0;
}
article .ttl {
  clear: both;
  border-left: none;
  border-bottom: none;
  background: #f4f1ed;
  padding: 5px 0 5px 13px;
  font-weight: bold;
  margin: 1em 0;
}
article .ttl:first-child {
  margin: 0 0 1em 0;
}
article p, article ul, article ol, article li, article dl, article table {
  margin-bottom: 1em;
}
article p:last-child, article ul:last-child, article ol:last-child, article dl:last-child, article table:last-child {
  margin-bottom: 0;
}
#contents {
  min-height: 1%;
}
#contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*\*/
* html #contents {
  height: 1%;
}
#contents {
  display: block;
}
/****************************************
 singleLpベース
*****************************************/
body {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow-y: hidden;
  overflow-x: hidden;
}
body.is-tb {
  min-width: auto;
}
#sidebar {
  display: none;
}
#cWrap {
  background: none;
  margin-top: 0;
  margin-bottom: -30px;
}
@media only screen and (max-width: 1240px) {
  #cWrap {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  #cWrap {
    margin-top: 51px !important;
    margin-bottom: -10px;
  }
}
#contents {
  background: none;
  margin-top: 0;
}
#h1Wrap {
  display: none;
}
.column2.column2Box {
  width: 730px;
}
#article .contentsWrap .column2 .l-block {
  width: 55%;
}
#article .contentsWrap .column2 .r-block {
  width: 50%;
}
.fig-l {
  float: left;
  width: 40%;
  margin: 0 4em 2em 0;
}
.fig-r {
  float: right;
  width: 40%;
  margin: 0 0 2em 2em;
}
svg:not(:root) {
  overflow: hidden;
}
/* .header-inner-----------------------------*/
.header-inner {
  min-width: 1240px;
  width: auto;
  margin: 0 auto;
  clear: both;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .header-inner {
    min-width: initial;
  }
}
/* .gnav
-----------------------------*/
.gnav {
  display: -webkit-flex; /* Safari */
  display: flex;
  margin: 0 20px 0 0;
  padding: 0;
  align-items: center;
}
.gnav li {
  padding: 23px 1em 0 1em;
  position: relative;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.gnav li:last-child {
  padding: 20px 0 0 25px !important;
}
.gnav li a {
  /*	display: block;*/
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  /*	line-height: 1.33;*/
  line-height: 4.0;
  letter-spacing: 0.25em;
  position: relative;
  z-index: 1;
  height: 80px;
  opacity: 0;
  display: none;
}
.gnav li a:hover {
  opacity: 0;
}
.gnav li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5dbb5;
  position: absolute;
  left: 0;
  bottom: 32px;
  transform: scale(0, 1);
  transform-origin: center center;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.gnav li a:hover::after {
  transform: scale(1, 1);
}
#ivory_cobalt .gnav li.cabin a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5dbb5;
  position: absolute;
  left: 0;
  bottom: 25px;
  transform: scale(1, 1);
}
#contents-header .gnav li.btn-reserve a::after {

  display: none;
}
/* header------------------------------------*/
#header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 1999;
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-20px);
  pointer-events: none;
}
@media screen and (max-width: 1240px) { /*スマホヘッダー切換*/
  #header {
    display: none;
  }
}
#header.show {
  opacity: 1;
  pointer-events: auto;
  z-index: 2001;
  transform: translateY(0);
}
#header .header-inner {
  background: none;
  color: #fff;
  /*	padding: 30px 45px;*/
  padding: 0 0 0 30px;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  -webkit-align-items: center; /* Safari */
  align-items: center;
}
#header .gnav li.btn-reserve a {
  background: none;
  box-sizing: border-box;
  margin-right: 0;
  display: block;
  margin-top: -20px;
  margin-bottom: -20px;
  margin: -20px 2rem -20px 0;
  /*  padding: 0 2em 0 2em;*/
}
#header .logo {
  display: none;
}
#header .logo img {
  width: 200px;
  height: auto;
}
#contents-header.show #header .logo {
  display: block;
}
#contents-header {
  width: 100%;
  height: 80px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  /*background-color: #fffdf4;*/
  background: rgba(255, 253, 244, 0.7);
  backdrop-filter: blur(6px);
}
#contents-header .gnav li.btn-reserve a {
  background: rgba(126, 96, 16, 0.8); /*subcolor*/
  box-sizing: border-box;
  margin-right: 0;
  display: block;
  margin-top: -20px;
  /*margin-bottom: -20px;*/
  padding: 10px 2em 0 2em;
}
#contents-header .gnav li.btn-reserve a:hover {
  background: rgba(178, 147, 21, 0.5); /*#B29315*/
  background: #B29315;
}
#contents-header.show .gnav li a {
  opacity: 1;
  display: block;
  font-weight: bold;
}
#contents-header.show .gnav li a:hover {
  opacity: 1;
}
#contents-header.show .gnav li a::after {
  opacity: 1;
}
@media screen and (max-width: 1240px) { /*スマホヘッダー切換*/
  #contents-header {
    display: none;
  }
}
#contents-header.show {
  opacity: 1;
  z-index: 2002;
}
#contents-header .header-inner {
  height: 100%;
  background: none;
  color: #000;
  padding: 0 0 0 30px;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  -webkit-align-items: center; /* Safari */
  align-items: center;
}
#contents-header .logo {
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(20px);
}
#contents-header .logo img {
  width: 160px;
  height: auto;
}
#contents-header.show .logo {
  transform: translateY(0px);
}
#contents-header .gnav {
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(20px);
}
#contents-header.show .gnav {
  transform: translateY(0px);
}
#contents-header .gnav li:not(:last-child)::after {
  background-color: black;
  opacity: 0.15;
}
#contents-header .gnav li a {
  color: #000;
}
#contents-header .gnav li a::after {
  background-color: #6ca8d5;
}
.logo > a {
  transition: all 0.3s;
  display: block;
}
#tpl-mv-header .logo img {
  width: auto;
}
#tpl-mv-header .logo img.only-message {
  display: none;
}
body.message #tpl-mv-header .logo img {
  display: none;
}
body.message #tpl-mv-header .logo img.only-message {
  display: block;
}
@media screen and (min-width:1241px) { /* pc wide */
  #header {
    width: 100%;
    height: 80px;
  }
}
/* #sp-header
----------------------------*/
#sp-header {
  position: fixed;
  z-index: 9999;
  height: 51px;
  /*background-color: #fffdf4;*/
  background: rgba(255, 253, 244, 0.6);
  width: 100%;
}
@media screen and (min-width: 1241px) { /*スマホヘッダー切換*/
  #sp-header {
    display: none;
  }
}
#sp-header .sp-header-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-align-items: center; /* Safari */
  align-items: center;
}
#sp-header .logo {
  width: 100px;
  margin-left: 15px;
}
#sp-header .logo a {
  width: 100px;
  height: 50px;
}
#sp-header .logo img {
  width: 100px;
  height: auto;
  padding-top: 10px;
}
#sp-header .sp-nav-btn {
  position: absolute;
  width: 58px;
  height: 100%;
  top: -8px;
  right: 0;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-align-items: center; /* Safari */
  align-items: center;
}
#sp-header .sp-nav-btn-inner {
  position: relative;
  width: 18px;
  height: 14px;
}
#sp-header .sp-nav-btn-inner .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  /*	background-color: #999999;*/
}
#sp-header .sp-nav-btn-inner .line:nth-child(2) {
  top: 6px;
}
#sp-header .sp-nav-btn-inner .line:nth-child(3) {
  top: 12px;
}
#sp-header .sp-nav-btn-inner .line:nth-of-type(1) {
  animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(6px) rotate(45deg);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#sp-header .sp-nav-btn-inner .line:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
#sp-header .sp-nav-btn-inner .line:nth-of-type(3) {
  animation: menu-bar02 .75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-6px) rotate(-45deg);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#sp-header .sp-nav-btn.active .sp-nav-btn-inner .line:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(45deg);
  }
}
#sp-header .sp-nav-btn.active .sp-nav-btn-inner .line:nth-of-type(2) {
  opacity: 0;
}
#sp-header .sp-nav-btn.active .sp-nav-btn-inner .line:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-45deg);
  }
}
/* #sp-nav
----------------------------*/
#sp-nav {
  opacity: 0;
  pointer-events: none;
  transition: all 0.75s;
  position: fixed;
  z-index: 9998;
  /*background-color: white;*/
  width: 100%;
  padding: 0 20px 0;
  overflow-y: scroll;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}
#sp-nav.show {
  opacity: 1;
  pointer-events: auto;
}
#sp-nav ul {
  margin-bottom: 35px;
  padding-top: 65px;
}
#sp-nav ul li:not(:last-child) {
  border-bottom: 1px solid #F2F2F2;
}
#sp-nav ul li a {
  color: inherit;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.3em;
  padding: 20px 10px;
  display: block;
  position: relative;
}
#sp-nav ul li a::before, #sp-nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
}
#sp-nav ul li a::before {
  width: 13px;
  height: 1px;
  top: 33px;
  right: 10px;
  background-color: #333;
  transform-origin: left center;
}
#sp-nav ul li a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 0 6px;
  border-color: transparent transparent transparent #333333;
  top: 30px;
  right: 10px;
  transform-origin: right bottom;
}
#sp-nav .sp-nav-close {
  display: inline-block;
  float: right;
  padding-bottom: 50px;
}
#sp-nav .sp-nav-close-mark {
  font-size: 13px;
  color: #999999;
  padding-right: 5px;
}
#sp-nav .sp-nav-close-text {
  color: inherit;
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}
/* footer------------------------------------*/
#footer {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 60px;
  color: #FFF;
  padding-top: 25px;
  background: #34434c;
}
#footer .footer-inner {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) { /*sp*/
  #footer {
    padding-top: 15px;
  }
}
#footer .copyright {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) { /*sp*/
  #footer .copyright {
    float: none;
    height: auto;
    line-height: normal;
    text-align: center;
    width: 100%;
  }
}
.maxw100 {
  max-width: 100%;
  height: auto;
}

/****************************************
 下層
*****************************************/
#mv-cabin {
  box-sizing: border-box;
  z-index: 1;
  background: linear-gradient(135deg, rgba(25, 176, 255, 0.2), rgba(25, 51, 122, 0.5)), url("/lp/ivory_cobalt/img/mv-bg-pc.jpg");
/*  background: url("/lp/ivory_cobalt/img/mv-bg-pc.jpg");*/
  position: relative;
  overflow: hidden;
  transition: filter .2s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
  margin-top: 80px;
}
#mv-cabin .mv-inner {
  width: 1240px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.is-sp #mv-cabin {
  position: static;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#mv-cabin.hide {
  z-index: 1;
}
#ivory_cobalt .anc-area {
  width: 100%;
  margin: 1em auto 0 auto;
  padding: 0;
}
#ivory_cobalt .anc-area ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#ivory_cobalt .anc-area ul > li {
  width: 225px;
  margin-bottom: 0;
}
#ivory_cobalt .anc-area a {
  display: block;
  font-size: 15px;
  padding: 0.25em 0;
}
#ivory_cobalt .anc-area a:hover {
  text-decoration: none;
  background: rgb(255, 255, 255, 0.3);
}
#ivory_cobalt #ancPhoto figure {
  margin-bottom: 40px;
  background: #6ca8d5;
}
#ivory_cobalt #ancPhoto figure > a:hover span.zoom-icon, #ivory_cobalt #ancPhoto figure a img:hover, figure a img.hover-opacity:hover {
  opacity: 0.7;
}
#ivory_cobalt #ancPhoto figure a img {
  max-width: 100%;
}
#ivory_cobalt #ancPhoto figcaption {
  line-height: 1.4;
  font-weight: 600;
}

#ivory_cobalt #ancPhoto figure > a {
  display: block;
  position: relative;
}
#ivory_cobalt #ancPhoto figure > a span.zoom-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  min-height: auto;
  background: #6ca8d5;
  pointer-events: painted;
}
#ivory_cobalt #ancPhoto figure > a span.zoom-icon:after, #ivory_cobalt #ancPhoto figure > a span.zoom-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1rem;
  height: 1px;
  background-color: #fff;
}
#ivory_cobalt #ancPhoto figure > a span.zoom-icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 750px) { /*sp*/
  #ancPhoto {
    margin-top: 0;
  }
  #mv-cabin {
    margin-top: 51px;
    height: 300px;
  background: linear-gradient(135deg, rgba(25, 176, 255, 0.2), rgba(25, 51, 122, 0.5)), url("/lp/ivory_cobalt/img/mv-bg-sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  }
  #mv-cabin .mv-inner {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
  }
  #ivory_cobalt .mv-inner h1.title {
    /*font-size: 5vw;
    letter-spacing: 0.15em;
    font-weight: bold;*/
  }
  #ivory_cobalt .mv-inner h1 span {
    /*font-size: 0.8rem;
    display: block;*/
  }
  #ivory_cobalt .mv-inner h1.title img {
   width: 250px;
   height: auto;
   filter: drop-shadow(4px 4px 4px #3338da);
  }
  .cabin-photo figure img {
    /*width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-top: -30px;*/
  }
  #ivory_cobalt .anc-area a.btn-line {
    font-size: 0.8rem;
    padding: 0.25em 0;
    max-width: 100%;
    width: 100%;
  }
  #ivory_cobalt .anc-area {
    width: 100vw;
    max-width: 100%;
    margin: 1em auto 0 auto;
    padding: 0;
  }
  #ivory_cobalt .anc-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #ivory_cobalt .anc-area ul > li {
    margin: 0 auto 10px auto;
    width: calc(50% - 10px);
  }
  #ivory_cobalt .anc-area ul > li:first-child {
    margin-right: 0;
  }
  #ivory_cobalt #ancPhoto figure {
    margin-bottom: 1em;
  }

} /*sp*/
@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */
  #ancPhoto {
    margin-top: 0;
  }
  #ivory_cobalt #mv-cabin {
    height: 500px;
    margin-top: 50px;
  background: linear-gradient(135deg, rgba(25, 176, 255, 0.2), rgba(25, 51, 122, 0.5)), url("/lp/ivory_cobalt/img/mv-bg-tb.jpg");
  transition: filter .2s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  }
  #ivory_cobalt .mv-inner {
    width: 100%;
    height: 500px;
    min-height: 500px;
  }
  #ivory_cobalt .mv-inner h1 {
    font-size: 50px;
    line-height: 1.8;
  }
  #ivory_cobalt .mv-inner h1.title img {
   width: 400px;
   height: auto;
   filter: drop-shadow(4px 4px 4px #3b849a);
  }
  #ivory_cobalt .anc-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #ivory_cobalt .anc-area ul > li {
    margin: 0 auto 15px auto;
    width: calc(20% - 10px);
    /*    min-width: 100%;*/
  }
  #ivory_cobalt .anc-area a.btn-line {
    font-size: 0.8rem;
    padding: 0.25em 0;
    max-width: 100%;
    width: 100%;
  }

} /*iPad*/

@media screen and (min-width:1241px) and (max-width:1440px) { /* tb + pc narrow */
  #ivory_cobalt .mv-inner h1 {
    font-size: 65px;
    line-height: 1.8;
  }
  #ivory_cobalt .mv-inner h1.title img {
   width: 400px;
   height: auto;
   filter: drop-shadow(4px 4px 4px #3b849a);
  }
  #ivory_cobalt .anc-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #ivory_cobalt .anc-area ul > li {
    margin: 0 auto 15px auto;
    width: calc(20% - 15px);
  }
  #ivory_cobalt .anc-area a.btn-line {
    font-size: 0.8rem;
    padding: 0.25em 0;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width:1441px) { /* pc wide */
  #ivory_cobalt .anc-area {
    max-width: 1240px;
  }
  #ivory_cobalt .mv-inner h1 {
    /*font-size: 65px;*/
  }
  #ivory_cobalt .mv-inner h1.title img {
   width: 400px;
   height: auto;
   filter: drop-shadow(4px 4px 4px #3b849a);
  }
}
｝ h1.singleLp {
 /* width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 0;*/
}
h1.singleLp > img {
 /* width: 100%;
  height: auto;*/
}
h1.singleLp > img.only-pc {
 /* display: block;*/
}
.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media screen and (max-width: 750px) { /*Sp*/
  #cWrap > #contents > #article {
    padding-top: 0 !important;
  }

  h1.singleLp > img.only-pc {
   /* display: none;*/
  }
  h1.singleLp > img.only-sp {
   /* display: block;
    width: 100%;
    height: auto;*/
  }
  .column2.column2Box {
    width: 100%;
  }
  h1.singleLp > img {
    /*max-height: 170px;*/
  }
}
@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */
  body.singleLp #contents {
    margin: 0 auto;
    width: 100% !important;
  }
  #article {
    width: 100%;
  }
  .mv-inner {
    /*position: relative;
    z-index: 1;
    box-sizing: border-box;
    color: #fff;
    margin: 0 auto;
    text-align: center;*/
  }
  h1.singleLp > img {
   /* max-height: 256px;*/
  }
}
/****************************************
 文字サイズ
*****************************************/
body.singleLp #contents {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 100%;
  /*  letter-spacing: 1px;*/
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  color: #34434c;
}
#contents p {
  line-height: 1.9;
  font-size: 16px;
}
#contents #ancFare P {
  letter-spacing: 0.1em;
}
#contents p.txt-big02 {
  font-size: 140%;
}
@media screen and (max-width: 1240px) {
  #contents p {
    line-height: 1.9;
    font-size: 100%;
  }
}
body.singleLp #contents article p.txt-small {
  line-height: 1.9;
  font-size: 100%;
}
body.singleLp #contents article p.txt-small02 {
  line-height: 1.9;
  font-size: 90%;
}
body.singleLp #contents article p.txt-small03 {
  line-height: 1.9;
  font-size: 80%;
}
body.singleLp #contents article p.txt-small04 {
  line-height: 1.9;
  font-size: 70%;
}
#article h2.singleLp {
  background: none;
  font-size: 40px;
  text-align: center;
  margin-bottom: 2.5em;
  border-bottom: none;
  font-weight: 500;
}
#article #link hr {
  margin-bottom: 60px;
}
#article #link h2.singleLp {
  background: none;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
  border-bottom: none;
  font-weight: 500;
}
#article h2.h2-concept.singleLp {
  margin-bottom: 0.5em !important;
  font-size: 26px;
}
#article h2.singleLp span {
  display: block;
  font-size: 12px;
  color: #71a28b;
}
#article h2.singleLp span.comingsoon {
  display: block;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0;
  margin-top: 1em;
}
#article .cabin-mv h2.singleLp span {
 /* display: block;
  font-weight: 600; 
  padding-top: 10px;*/
}
#article .cabin-mv h2.singleLp span.txt-small {
 /* display: block;
  padding-top: 0;*/
}
#article h3 {
  clear: both;
  border-left: 4px solid #71a28b;
  padding: 0 0 0 15px;
  font-size: 125%;
  margin: 2em 0 1em 0;
  font-weight: 900;
}
#article h3.singleLp {
  background: none;
  padding: 0 0 5px 0;
  margin-bottom: 1.5em;
  letter-spacing: 0.3em;
  border-bottom: 1px dashed #71a28b;
  border-left: none;
  font-size: 24px;
}
#ivory_cobalt #article h3.singleLp {
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  /*  border-bottom: 1px dashed #71a28b;*/
  border-top: 1px dashed #00713c;
  border-bottom: 1px dashed #00713c;
  border-left: none;
  font-size: 30px;
  padding-top: 0.25em;
  padding-left: 0.5em;
  background: #fff;
}
#ivory_cobalt #article h4 {
  margin-bottom: 0.5em;
  letter-spacing: 0.2em;
  font-size: 22px;
  color: #00713c;
}
#article h3.singleLp span {
  color: #e5dbb5;
  display: block;
}
#article h3.singleLp span.subtitle {
  color: #71a28b;
  display: inline-block;
  letter-spacing: 0.15em;
  font-size: 15px;
  padding-left: 1em;
  font-weight: 600;
}
#article h3.singleLp span.txt-small03 {
  font-size: 12px;
}
#article h3.doc {
  border-left: none;
  border-bottom: none;
  padding: 0;
  margin-top: 0;
}
#article h3.doc img.ico {
  margin-right: 0.8em;
}
#contents p.title01, .title01 {
  font-size: 36px;
  letter-spacing: 0.15em;
  margin-bottom: 60px;
}
#contents p.title02, .title02 {
  font-size: 24px;
  line-height: 2.0;
}
#contents p.title03, .title03 {
  font-size: 26px;
}
#contents p.basetxt01, .basetxt01 {
  font-size: 17px;
  letter-spacing: 0.15em;
  line-height: 2.6;
}
#contents p.basetxt02, .basetxt02 {
  font-size: 17px;
  letter-spacing: 0.15em;
  line-height: 2.6;
}
#contents p.message {
  font-size: 25px;
  letter-spacing: 0.15em;
  line-height: 2.1;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) { /*sp*/
#contents p.message {
  font-size: 17px;
  letter-spacing: 0.07em;
  line-height: 1.9;
  text-align: left;
  margin-bottom: 20px;
}
  #contents p.txt-big02 {
    font-size: 3.5vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    /*  font-weight: normal;*/
  }
  #ivory_cobalt #article h3.singleLp {
    font-size: 21px;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
  #article h3.singleLp span.subtitle {
    font-size: 13px;
    letter-spacing: 0.1em;
    padding-left: 0;
    display: block;
  }
  article#article h2.singleLp {
    letter-spacing: 0.3em;
    font-size: 4.6vw !important;
    font-weight: bold;
  }
  article#article #link h2.singleLp {
    letter-spacing: 0.2em;
    font-size: 4.4vw !important;
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 1.3;
  }
  article#article h2.singleLp span {
    letter-spacing: 0.3em;
    font-size: 10px;
    margin-top: -10px;
  }
  article#article #link h2.singleLp span {
    letter-spacing: 0.2em;
    font-size: 10px;
    margin-top: 0;
  }
  article#article #link hr {
    margin-bottom: 40px;
  }
  /*#article .cabin-mv h2.singleLp span.txt-small {}*/

  #article h3.singleLp {
    background: none;
    margin-bottom: 1.5em;
    letter-spacing: 0.3em;
    border-bottom: 1px dashed #71a28b;
    font-size: 3.6vw;
  }
  #ivory_cobalt #article h4 {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #contents p.title01, .title01 {
    font-size: 4.6vw;
    line-height: 1.9;
  }
  #contents p.title02, .title02 {
    font-size: 4.1vw;
    letter-spacing: 0.09em;
  }
  #contents p.title03, .title03 {}
  #contents p.basetxt01, .basetxt01 {
    font-size: 3.6vw;
    letter-spacing: 0.09em;
    line-height: 1.9;
  }
} /**/
#article .cabin-mv ul {
 /* position: absolute;
  right: 50px;
  bottom: 50px;
  display: flex;*/
}

@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */
#contents p.message {
  font-size: 20px;
  margin-bottom: 30px;
}
  #contents p.title01, .title01 {
    font-size: 3.5vw; /*16px*/
    line-height: 1.8;
  }
  #contents p.title02, .title02 {
    font-size: 2.5vw;
    line-height: 1.8;
  }
  #article h2.singleLp {
    font-size: 3.5vw;
  }
  #article #link h2.singleLp {
    font-size: 3.5vw;
    margin-bottom: 30px;
  }
  #article h3.singleLp {
    background: none;
    margin-bottom: 1.5em;
    letter-spacing: 0.3em;
    border-bottom: 1px dashed #71a28b;
    font-size: 2.3vw;
  }
  #contents p.basetxt01, .basetxt01 {
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 2.6;
  }
}
/****************************************
 ボタン
*****************************************/
.btn-line {
  /*margin-right: 15px;*/
  border-radius: 2px;
  /*display: block;*/
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 130%;
  background-color: #71a28b;
  text-align: center;
  width: inherit;
  /*min-width: 250px;*/
  padding: 16px 40px;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
}
.btn-line:before, .btn-line:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #71a28b;
  top: 0;
  pointer-events: none;
}
.btn-line:before {
  left: 0;
  width: 0;
  height: 2px;
}
.btn-line:after {
  right: 0;
  width: 2px;
  height: 0;
}
.btn-line:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #71a28b;
}
a.btn-line:hover {
  text-decoration: none !important;
}
.btn-line:hover:before {
  width: 100%;
  transition: width 0.2s 0.2s;
}
.btn-line:hover:after {
  height: 100%;
  transition: height 0.1s 0.4s;
}
.btn-line:hover > span:before {
  width: 100%;
  transition: width 0.2s 0.5s;
}
.btn-line:hover > span:after {
  height: 100%;
  transition: height 0.1s 0.7s;
}
.btn-line > span:before, .btn-line > span:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #71a28b;
  bottom: 0;
  pointer-events: none;
}
.btn-line > span:before {
  right: 0;
  width: 0;
  height: 2px;
}
.btn-line > span:after {
  left: 0;
  width: 2px;
  height: 0;
}
.btn-arrow-btm {
  position: relative;
}
.btn-arrow-btm > i {
  content: "";
  position: absolute;
  bottom: 40%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  margin-bottom: 0;
  box-sizing: border-box;
}
.btn-arrow-btm:hover > i {
  color: #71a28b;
  border-top: 2px solid #71a28b;
  border-right: 2px solid #71a28b;
}

/*スマホボタン*/
@media screen and (max-width: 750px) { /*sp*/
  .btn-line {
    margin-right: 0;
    font-size: 115%;
    width: 80vw;
    max-width: 500px;
    padding: 1.0em 0.5em;
    line-height: 1.5;
    font-weight: bold;
  }
  #link .btn-line {
    margin-right: 0;
    font-size: 100%;
    /*width: 80vw;*/
    max-width: 500px;
    padding: 0.5em 1em 0.75em 1em;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0;
  }
  #cabin-link .btn-line, #ancFare .btn-line {
    margin-right: 0;
    font-size: 17px;
    width: 90%;
    max-width: 90%;
    padding: 0.5em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: bold;
  }
  .btn-line-cabin {
    padding: 0.75em 0;
    width: 70vw;
    font-size: 14px;
    border: 1px solid #fff;
  }
}
.btn-arrow-r {
  position: relative;
}
.btn-arrow-r > i {
  color: #FFF;
  /*  position: relative;*/
  margin-left: 40px;
  margin-top: 5px;
  position: absolute;
  bottom: 50%;
  right: 12px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-bottom: -4px;
}
.btn-arrow-r:hover > i {
  color: #81702b;
  border-top: 2px solid #81702b;
  border-right: 2px solid #81702b;
}
#main-nav a:hover .btn-arrow-r > i {
  color: #81702b;
  border-top: 2px solid #81702b;
  border-right: 2px solid #81702b;
}
.btn-window > span > i {
  content: '';
  display: inline-block;
  background-image: url("/lp/ivory_cobalt/img/ico-window-w.png");
  width: 12px;
  height: 12px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -5px;
}
.btn-window:hover > span > i {
  background-image: url("/lp/ivory_cobalt/img/ico-window-shibushi.png");
}
.btn-window-oita > span > i {
  content: '';
  display: inline-block;
  background-image: url("/lp/ivory_cobalt/img/ico-window-w.png");
  width: 12px;
  height: 12px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -5px;
}
.btn-window-oita:hover > span > i {
  background-image: url("/lp/ivory_cobalt/img/ico-window-oita.png");
}
.btn-window-beppu > span > i {
  content: '';
  display: inline-block;
  background-image: url("/lp/ivory_cobalt/img/ico-window-w.png");
  width: 12px;
  height: 12px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 30px;
}
.btn-window-beppu:hover > span > i {
  background-image: url("/lp/ivory_cobalt/img/ico-window-beppu.png");
}
#reservation .btn-window > span > i {
  margin-top: -5px;
}
.horizontal-line {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align: center;
}
.horizontal-line:before, .horizontal-line:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.horizontal-line:before {
  left: 0;
}
.horizontal-line:after {
  right: 0;
}
#article p > a.pdf {
  background: url(/cmn/img/ico/ico-pdf.gif) right 50% no-repeat;
  padding: 0 15px 0 0;
  margin-right: 3px;
}
#article p > a.window {
  background: url("/lp/ivory_cobalt/img/ico-window-green.gif") right 50% no-repeat;
  padding: 0 15px 0 0;
  margin-right: 3px;
}
/****************************************
 レイアウト・色
*****************************************/
.bg00 {
  background: #fff; /*white*/
}
.bg01 {
  background: #fef9f9; /*palepink*/
}
.bg02 {
  background: #fffdf4; /*cream*/
}
.bg03 {
  background: #f3f9f9; /*paleblue*/
}
.bg04 {
  background: #c6a20f; /*gold link*/
}
.bg05 {
  background: #dfece6;
}
.bg06 {
  background: #fff6d8; /*paleorange*/
}
.bg-main-color {
  background: #71a28b;
  /*background: linear-gradient(120deg, #4a3814, #291c01);*/
  color: #fff;
}
.bg-sub-color {
  background: #7e5a10; /*sub*/
}
.txtcolorwhite {
  color: #fff !important; /*black*/
}
.txtcolor00 {
  color: #131313 !important; /*black*/
}
.txtcolor01 {
  color: #5d5d5d !important; /*gray*/
}
.txtcolor02 {
  color: #24936e !important; /*pale gold*/
}
.txtcolor03 {
  color: #71a28b !important; /*shibushi red*/
}
.txtcolor04 {
  color: #81702b !important; /*oita yellow*/
}
.txtcolor05 {
  color: #71a28b !important; /*main green*/
}
.txtcolor06 {
  color: #00713c !important; /*strong green*/
}
.contentsWrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media screen and (max-width: 750px) { /*sp*/
  .contentsWrap > .inner {
    width: calc(100% - 2em);
    margin: 0 auto 0 auto;
    padding: 2em 0 2em 0;
  }
  .contentsWrap > .fullinner {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 3.5rem 0 1em 0;
  }
}
@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */
  .contentsWrap > .inner {
    width: calc(100% - 2em);
    margin: 0 auto 0 auto;
    padding: 2.5em 0 5em 0;
  }
  .contentsWrap > .fullinner {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 5em 0 5em 0;
  }
  #link .btn-line {
    font-size: 100%;
    padding: 0.75em 1.5em;
    letter-spacing: 0;
  }
}
@media screen and (min-width:1241px) and (max-width:1440px) { /* tb + pc narrow */
  .contentsWrap > .inner {
    width: calc(100% - 2em);
    margin: 0 auto 0 auto;
    padding: 50px 1em 60px 1em;
    max-width: 1240px;
  }
  .contentsWrap > .fullinner {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 60px 0 60px 0;
  }
  #link .btn-line {
    font-size: 100%;
    padding: 0.75em 1.5em;
    letter-spacing: 0;
  }
}
@media screen and (min-width:1441px) { /* pc wide */
  .contentsWrap > .inner {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 70px 1em 100px 1em;
    max-width: 1240px;
  }
  .contentsWrap > .fullinner {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 60px 0 60px 0;
  }
}
.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 > div, .col2 > li, .col2 > figure {
  width: 46%;
  margin-right: 2%;
}
#ivory_cobalt .col2 > div, #ivory_cobalt .col2 > li, #ivory_cobalt .col2 > figure {
  margin-right: 0;
}
.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col3 > li, .col3 > div, .col3 > figure {
  width: 30%;
  text-align: left;
  padding: 0;
  font-size: 100%;
}
.col3::after {
  content: "";
  display: block;
  width: 30%;
  /*    min-width: 140px;*/
}
.col3 > li a {
  display: block;
}
.col3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.col3-c > li, .col3-c > div, .col3-c > figure {
  width: 30%;
  text-align: left;
  padding: 0;
  font-size: 100%;
}
.col3-c > li a {
  display: block;
}
.col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col4.item3 {
  justify-content: center;
}
.col4 > li, .col4 > div, .col4 > figure {
  width: 24%;
  text-align: left;
  padding: 0;
  font-size: 100%;
}
.col4::after {
  content: "";
  display: block;
  width: 24%;
  /*    min-width: 140px;*/
}
.col4::before {
  content: "";
  display: block;
  width: 24%;
  /*    min-width: 140px;*/
  order: 1;
}
.col4 > li a {
  display: block;
}
.col4.item3 > figure:nth-child(1) {
  margin-right: 24px;
}
.col4.item3 > figure:nth-child(2) {
  margin-right: 24px;
}
.col2 > div:nth-child(even), .col2 > figure:nth-child(even), .col3 > div:nth-child(2), .col3 > figure:nth-child(2), .col4 > div:nth-child(2), .col4 > figure:nth-child(2) {
  transition-delay: 0.3s;
}
.col3 > div:nth-child(3), .col3 > figure:nth-child(3), .col4 > div:nth-child(3), .col4 > figure:nth-child(3) {
  transition-delay: 0.6s;
}
.col4 > div:nth-child(4), .col4 > figure:nth-child(4) {
  transition-delay: 0.9s;
}
.col2 > div img, .col2 > li img, .col2 > figure img, .col3 > div img, .col3 > li img, .col3 > figure img, .col3-c > li img, .col3-c > figure img, .col4 > div img, .col4 > li img, .col4 > figure img {
  max-width: 100%;
  height: auto;
}
figcaption {
  margin-bottom: 1.0em;
  font-size: 15px;
}
.figcaption-small {
  text-align: center;
  margin: 1em 0 1em 0;
}
.figcaption-big {
  font-weight: 400;
  margin: 1em 0 0 0;
  text-align: center;
}
@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */
  .col4.item3 > figure:nth-child(1) {
    margin-right: 10px;
  }
  .col4.item3 > figure:nth-child(2) {
    margin-right: 10px;
  }
  .figcaption-big {
    font-weight: 400;
    margin: 0.5em 0 0 0;
  }
  .li0m.txt-small02.mar10t.only-pc-c-txt {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 750px) { /* SP */
  figcaption {
    margin-bottom: 1.0em;
    font-size: 12px;
    letter-spacing: 0.09em;
  }
  .col3 {
    /*    flex-direction: column;*/
  }
  .col3 > li, .col3 > div, .col3 > figure {
    width: calc(50% - 10px);
  }
  .col3-c {
    margin-bottom: 20px;
  }
  .col3-c > li, .col3-c > div, .col3-c > figure {
    /*width: calc(50% - 10px);*/
  }
  .col3-c > figure img {
    width: 100%;
    max-width: 375px;
  }
  .col4.item3 > figure:nth-child(1) {
    margin-right: 10px;
  }
  .col4.item3 > figure:nth-child(2) {
    margin-right: 10px;
  }
  .col2 > div, .col2 > li, .col2 > figure {
    width: 46%;
    margin-right: 0;
  }
  .figcaption-big {
    font-weight: 400;
    margin: 0.5em 0 0 0;
  }
  #article .cabin-mv ul {
   /* max-width: 500px;
    width: 80vw;
    position: static;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    align-content: center;*/
  }

  #article .cabin-mv ul li {
   /* width: 100%;
    margin-bottom: 15px;*/
  }
  body.singleLp #contents article .box-redline p.txt-red02 {
    font-size: 100%;
  }
}
.box-whitebg p {
  margin: 0;
  padding: 0;
}
.br10 {
  border-radius: 3%;
}
#article a.window {
  background: none;
}
/**/

@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */
  .col3-c {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1241px) and (max-width:1440px) { /* tb + pc narrow */
  .col3-c {
    margin-bottom: 40px;
  }
}
/****************************************
sns
****************************************/
@media screen and (min-width: 1441px) {
  #sns > .contentsWrap > .inner {
    padding: 30px 0 30px 0 !important;
  }
}
#sns .sns-list {
  max-width: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0 auto;
}
#sns .sns-list li {
  margin-bottom: 0 !important;
}
#sns .sns-list a {
  display: block;
  padding: 10px;
}
#sns .sns-list a:hover {
  opacity: 0.7;
}
#sns .sns-list img {
  width: 35px;
  height: auto;
  border: 0;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/****************************************
dl setting
****************************************/
dl {
  line-height: 2.5em;
  clear: both;
  margin-bottom: 2em;
  position: relative;
  line-height: 1.6;
}
dt {
  float: left;
  padding: 1.0rem 0 1.0rem 0;
}
dd {
  padding: 1.0rem 0 1.0rem 12em;
  position: relative;
}
dd::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px dashed #71a28b;
  left: 0;
  top: 0;
}
dd:last-child::after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px dashed #71a28b;
  left: 0;
  bottom: -0.25rem;
}
dd + dd::before {
  border-top: none;
}
@media screen and (max-width: 750px) { /*sp*/
  dt {
    /*width: 100%;*/
    font-weight: 400;
    /*padding: 1.0rem 0 0.5rem 0;*/
  }
  dd {
    /*padding: 1.0rem 0 1.0rem 0;*/
  }
}
/****************************************
 table setting
*****************************************/
table {
  width: 100%;
  border: 1px solid #797962;
  border-collapse: collapse;
}
th {
  padding: 0.75rem;
  border: 1px solid #797962;
  background: #d2e2db;
  font-weight: 700;
  vertical-align: top;
  text-align: center;
}
th.th-bg1 {
  background: #c1dbcf;
}
td {
  padding: 0.75rem;
  border: 1px solid #797962;
  vertical-align: top;
  background: #FFF;
}
.tbl-fee th {
  padding: 5px 2px 5px 5px;
}
.tbl-fee td {
  padding: 5px 2px;
}
@media screen and (max-width: 1000px) {
  table.tbl-fee {
    font-size: 90%;
  }
  .tbl-fee th {
    letter-spacing: 0;
    padding: 5px;
  }
  .tbl-fee td {
    letter-spacing: 0;
    padding: 5px;
  }
  #article .tbl-scrollWrap {
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
} /*max-width 1000*/
td.td-c {
  text-align: center;
}
td.td-r {
  text-align: center;
}
th.em-cell-t, td.em-cell-t {
  border-top: 6px solid #ffa600 !important;
}
th.em-cell-r, td.em-cell-r {
  border-right: 4px solid #ffa600 !important;
}
th.em-cell-b, td.em-cell-b {
  border-bottom: 6px solid #ffa600 !important;
}
th.em-cell-l, td.em-cell-l {
  border-left: 4px solid #ffa600 !important;
}
table.table-fare {
  color: #220c00;
  letter-spacing: 0.1em;
}
table.table-fare th.dashedr, table.table-fare td.dashedr {
  border-right: 1px dashed #ccc !important;
}
table.table-fare th.dashedb, table.table-fare td.dashedb {
  border-bottom: 1px dashed #ccc !important;
  border-collapse: separate;
  border-spacing: 0px;
}
table.table-fare th.dashedl, table.table-fare td.dashedl {
  border-left: 1px dashed #ccc !important;
}
table.table-fare th.dashedt-none, table.table-fare td.dashedt-none {
  border-top: none !important;
}
table.table-fare th.dashedb-none, table.table-fare td.dashedb-none {
  border-bottom: none !important;
}
table.table-fare th.dashedt, table.table-fare td.dashedt {
  border-top: 1px dashed #ccc !important;
  border-collapse: separate;
  border-spacing: 0px;
}
table.table-fare div.solid-border-t {
  border-top: 1px solid #797962 !important;
  padding-top: 0;
}
table.table-fare div.dashed-border-t {
  border-top: 1px dashed #797962 !important;
  padding-top: 0;
}
@media screen and (max-width: 750px) { /* SP */
  #article .col2 .tbl-scrollWrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.underline01 {
  border-bottom: solid 2px #87CEFA;
}
.underline02 {
  border-bottom: solid 2px #dc0000;
}
.underline03 {
  border-bottom: solid 2px #999999;
}
.accordionWrap {
  margin-bottom: 1em;
}
.accordion-ttl {
  background: url("/lp/ivory_cobalt/img/ico-plus.gif") 15px 50% no-repeat #ffffff;
  padding: 10px 5px 8px 57px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 1em;
  color: #24936e;
  border-radius: 6px;
}
.accordion-ttl:hover {
  color: #50b848;
}
.accordion-active {
  background: url("/lp/ivory_cobalt/img/ico-minus.gif") 15px 50% no-repeat #ffffff;
  padding: 10px 5px 8px 57px;
  margin-bottom: 0;
  margin-top: 1em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion {
  display: none;
  background: #ffffff;
  padding: 1.5em 3em 2em 3em;
  margin-bottom: 2em;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
img.bnrImg {
  margin-bottom: 0.5em;
  border-radius: 6px;
}
/****************************************
history
****************************************/
.history1, .history2 {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (min-width:1441px) { /* pc wide */
  .col2 > div {
    margin: 0 auto 1em auto;
  }
  .history1, .history2 {
    position: relative;
    height: 275px;
  }

  .history1 > div {
    position: absolute;
    top: 0;
    left: 540px;
    width: 580px;
  }
  .history1 > figure {
    position: absolute;
    top: 0;
    left: 0;
  }
  .history2 > div {
    position: absolute;
    top: 60px;
    right: 650px;
    text-align: right;
  }
  .history2 > figure {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */
  #whatsnew li::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: auto;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    color: #71a28b;
    border-top: 2px solid #71a28b;
    border-right: 2px solid #71a28b;
    content: "";
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.15s ease-in-out;
  }
  .col2 > div, .col2 > li {
    width: 50%;
  }
  .col2 > div img, .col2 > li img {
    /*    width: 90%;*/
    text-align: center;
  }
  .photoTate {
    width: 210px;
    height: 254px;
    margin: 0.5em 0 0.25em 0;
  }
  #timeline > .timelinePhoto {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
    justify-content: space-around;
  }
  #timeline > .timelinePhoto img {
    width: 30%;
    height: auto;
    margin-bottom: 1.0em;
  }
  body.singleLp #contents article .cbp_tmtimeline > li .cbp_tmlabel p.tm-just {
    width: 100%;
  }
  body.singleLp #contents article .cbp_tmtimeline > li .cbp_tmlabel p.tm-span {
    width: 100%;
  }
  .interview-box {
    margin: 0 2em 2em 0;
  }
  .staff-box {
    padding: 1em;
  }
  table {
    width: 100%;
  }
  img.bnrImg {
    margin-bottom: 1em;
    border-radius: 6px;
    width: 100%;
    height: auto;
  }
  body.singleLp #contents article p.examplebox {
    border: 2px solid #fff;
    background: #fff;
    padding: 15px 15px 15px 15px;
    margin-bottom: 1em;
    border-radius: 4px;
  }
  .col2.staff-box > div:first-child {
    margin-right: 2em;
  }
  .col2.staff-box > div {
    width: calc((100vw - 8em)/2);
  }
  .col2.staff-box > div > img {
    max-width: 100% !important;
    height: auto;
  }
  .fig-r {
    margin: 0 0 0 1em;
  }
}
@media screen and (max-width: 750px) { /* SP */
  .accordion {
    padding: 1em;
  }
  #contents p.accordion-ttl {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .accordion-ttl {
    background: url("/lp/ivory_cobalt/img/ico-plus.gif") 15px 15px no-repeat #ffffff;
  }
  .accordion-ttl:hover {
    color: #50b848;
  }
  .accordion-active {
    background: url("/lp/ivory_cobalt/img/ico-minus.gif") 15px 15px no-repeat #ffffff;
  }
  .col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .history2 {
    flex-direction: column-reverse; /* 縦並び逆順 */
  }
  .col2 > div, .col2 > li, .col2 > figure {
    width: calc(50% - 10px);
    text-align: left;
    max-width: 600px;
    margin: 0 0 2em 0;
    display: block;
  }
  #top .col2 > div, #top .col2 > li, #top .col2 > figure {
    width: 100%;
    text-align: left;
    max-width: 600px;
    margin: 0 auto 2em auto;
    display: block;
  }
  #top .col2 > figure {
    text-align: center;
  }
}
@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */
  .accordion {
    padding: 1.5em 1em 1em 3em;
  }
  .col2 > div {
    max-width: 600px;
    margin: 0 auto 3em auto;
    display: block;
    width: 46%;
  }
  .col2 > figure {
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }
}
.col2.staff-box > div {
  text-align: center;
}
.col2.staff-box > div > p {
  text-align: left;
}
.col2.staff-box > div > img {
  max-width: 100% !important;
  height: auto;
  margin: 0 auto 1em auto;
  text-align: center;
}
.interview-box {
  width: 100%;
  float: none;
  margin: 0 auto 2em auto;
}
.staff-box {
  background: #ffdebc;
  padding: 1em;
  border-radius: 6px;
  text-align: center;
}
.fig-r {
  float: none;
  width: 100%;
  margin: 2em auto 2em auto;
  text-align: center;
}
table {
  width: 100%;
}
.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col3 > li {
  margin-bottom: 0;
}
.col3 > li > img {
  width: 100%;
  height: auto;
  max-height: 63px;
  max-width: 103px;
}
.col3 > li > p {
  display: none;
}
.col3-c > li {
  margin-bottom: 0;
}
.col3-c > li > img {
  width: 100%;
  height: auto;
  max-height: 63px;
  max-width: 103px;
}
.col3-c > li > p {
  display: none;
}
.col4 > li {
  margin-bottom: 0;
}
.col4 > li > img {
  width: 100%;
  height: auto;
  max-height: 63px;
  max-width: 103px;
}
.col4 > li > p {
  display: none;
}
.box-whitebg {
  padding: 0.75em;
  border: 1px solid #87CEFA;
}
img.bnrImg {
  margin-bottom: 0.5em;
  border-radius: 0.25em;
  max-width: 100% !important;
}
body.singleLp #contents article p.examplebox {
  border: 1px solid #fff;
  background: #fff;
  padding: 0.25em 0.25em 0.25em 2em;
  margin: 1em 0 1.5em 0;
  border-radius: 2px;
}
/****************************************
 only pc/tb/sp
*****************************************/
@media screen and (max-width: 750px) { /* SP */
  .only-pc {
    display: none !important;
  }
  .only-pctb {
    display: none !important;
  }
  .only-pc-c-txt {
    text-align: left !important;
  }
  .only-tb {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  .only-spi {
    display: inline-block !important;
  }
}
@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */
  .only-tb {
    display: block !important;
  }
  .only-tbi {
    display: inline-block !important;
  }
  .only-pctb {
    display: block !important;
  }
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: none !important;
  }
  .scroll-hint-icon-wrap {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width:1241px) { /* pc wide */
  .only-pc {
    display: block !important;
  }
  .only-pctb {
    display: block !important;
  }
  .only-pci {
    display: inline-block !important;
  }
  .only-pc-c-txt {
    text-align: center;
  }
  .only-sp {
    display: none !important;
  }
  .only-tb {
    display: none !important;
  }
  .scroll-hint-icon-wrap {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/****************btn***********************/
body.singleLp #contents article p#otoiawase {
  line-height: 2;
}
#otoiawase img.ico {
  width: 24px;
  height: 24px;
}
.btn, a.btn, button.btn {
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.75rem 1rem 0.75rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-fukanzu {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em 0.25em 1.5em;
  margin-top: 0.5em;
  margin-right: 0.5em;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #71a28b;
  border-radius: 2px;
  border: 2px solid #71a28b;
  font-weight: 900;
  font-size: 13px;
  background: #71a28b;
  color: #fff;
  text-decoration: none;
}
a.btn-fukanzu > i {
  content: "";
  position: absolute;
  top: 35%;
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-bottom: 0;
  box-sizing: border-box;
}
a.btn-fukanzu:hover {
  background: #fff;
  color: #71a28b;
  text-decoration: none;
}
a.btn-fukanzu:hover > i {
  border-top: 2px solid #71a28b;
  border-right: 2px solid #71a28b;
}
.tab li.select, .tab2 li.select {
  opacity: 1.0;
}

.ancbtn, a.ancbtn {
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.75rem 0 0.75rem 2.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  font-size: 13px;
}
a.btn-sp {
  position: relative;
  color: #fff !important;
  background: url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21;
  -webkit-box-shadow: 0 5px 0 #ef7a00;
  box-shadow: 0 5px 0 #ef7a00;
  margin: 0.5em auto 1em auto;
  width: calc(100% - 8em);
}
a.btn-sp span {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;
  color: #ef7a00;
  border-radius: 4px;
  background: #fff;
}
a.btn-sp:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ef7a00;
  -webkit-box-shadow: 0 2px 0 #ef7a00;
  box-shadow: 0 2px 0 #ef7a00;
}
a.btn-sp:hover:before {
  left: 2rem;
}
a.btn-plan {
  position: relative;
  color: #fff !important;
  background: url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21;
  -webkit-box-shadow: 0 5px 0 #ef7a00;
  box-shadow: 0 5px 0 #ef7a00;
  margin: 0.5em auto 1em 1em;
  width: 70%;
}
a.btn-plan-s {
  position: relative;
  color: #fff !important;
  background: url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21;
  -webkit-box-shadow: 0 5px 0 #ef7a00;
  box-shadow: 0 5px 0 #ef7a00;
  margin: 0.5em auto 1em 1em;
  width: 70%;
  padding: 0.5em 0.25em;
}
a.btn-plan span, a.btn-plan-s span {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;
  color: #ef7a00;
  border-radius: 4px;
  background: #fff;
}
a.btn-plan:hover, a.btn-plan-s:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ef7a00;
  -webkit-box-shadow: 0 2px 0 #ef7a00;
  box-shadow: 0 2px 0 #ef7a00;
}
a.btn-plan:hover:before, a.btn-plan-s:hover:before {
  left: 2rem;
}
.anclist2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 4em;
}
.anclist2 li {
  width: 24%;
}
.anclist2 li a img.ico {
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anclist2 li {
  margin-left: 0;
  margin-right: 0;
}
.anclist2 li a {
  letter-spacing: 0;
  color: #fff;
}
.anclist2 li a::before {
  content: url("/lp/ivory_cobalt/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1.0em;
  left: 1.0em;
}
.anclist3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.anclist3 li {
  width: 45%;
}
.anclist3 li a img.ico {
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anclist3 li:nth-child(1) {
  margin-left: 0;
  letter-spacing: 0;
}
.anclist3 li:nth-child(1) a::before {
  content: url("/lp/sfa/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 1em;
}
.anclist3 li:nth-child(2) a::before {
  content: url("/lp/sfa/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 1em;
}
.anclist3 li:nth-child(3) a::before {
  content: url("/lp/sfa/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 1em;
}
a.btn-anc {
  position: relative;
  color: #fff;
  background: #f09739;
  -webkit-box-shadow: 0 5px 0 #ef7a00;
  box-shadow: 0 5px 0 #ef7a00;
  margin: 0;
  width: 85%;
}
a.btn-anc:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ef7a00;
  -webkit-box-shadow: 0 2px 0 #ef7a00;
  box-shadow: 0 2px 0 #ef7a00;
}
@media screen and (max-width: 750px) { /* SP */
  body.singleLp #contents article .thumbnail > p {
    font-size: 16px;
  }
  .thumbnail > img {
    max-width: 120px;
    height: 80px;
  }
  .btn, a.btn, button.btn {
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.75rem 1rem 0.75rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.3rem;
  }
  a.btn.btn-plan {
    position: relative;
    color: #fff !important;
    background: url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21;
    -webkit-box-shadow: 0 5px 0 #ef7a00;
    box-shadow: 0 5px 0 #ef7a00;
    margin: 0.5em auto 0.25em auto;
    width: calc(100% - 4.5em);
  }
  a.btn.btn-plan-s {
    position: relative;
    color: #fff !important;
    background: url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21;
    -webkit-box-shadow: 0 5px 0 #ef7a00;
    box-shadow: 0 5px 0 #ef7a00;
    margin: 0.5em auto 0.25em auto;
    width: calc(100% - 4.5em);
    padding: 0.25em 0.5em;
  }
  .btn, .ancbtn, a.ancbtn {
    text-align: left;
  }
  a.btn-anc {
    position: relative;
    color: #fff;
    background: #f09739;
    -webkit-box-shadow: 0 1px 0 #ef7a00;
    box-shadow: 0 1px 0 #ef7a00;
    /*width: 83%;*/
    width: calc(100% - 4em);
    padding: 0.75em 0 0.75em 2.9em;
    margin-bottom: 0.2em;
  }
  a.btn-anc:hover {
    color: #fff;
    background: #ef7a00;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-bottom: none;
    margin-bottom: 0.5em;
  }
  .anclist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2em;
  }
  .anclist li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .anclist li:nth-child(1) {
    margin-left: 0;
  }
  .anclist li a::after {
    content: url("/lp/sfa/img/ico-arrow1-w.png");
    display: inline-block;
    width: 35px;
    height: 43px;
    position: absolute;
    top: 1.25em;
    right: 0;
    color: #fff;
  }
  .anclist li:nth-child(1):hover a::before {
    content: url("/lp/sfa/img/ico-anc01.svg");
    display: inline-block;
    width: 35px;
    height: 43px;
    position: absolute;
    top: 0.75em;
    left: 0.5em;
  }
  .anclist li:nth-child(2):hover a::before {
    content: url("/lp/sfa/img/ico-anc02.svg");
    display: inline-block;
    width: 30px;
    height: 43px;
    position: absolute;
    top: 0.75em;
    left: 1em;
  }
  .anclist li:nth-child(3):hover a::before {
    content: url("/lp/sfa/img/ico-anc03.svg");
    display: inline-block;
    width: 40px;
    height: 43px;
    position: absolute;
    top: 0.75em;
    left: 0.75em;
  }
  .anclist2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2em;
  }
  .anclist2 li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .anclist2 li {
    margin-left: 0;
  }
  .anclist2 li a::before {
    content: url("/lp/ivory_cobalt/img/ico-arrow1-w.png");
    display: inline-block;
    width: 35px;
    height: 43px;
    position: absolute;
    top: 1em;
    left: 1em;
  }
  .anclist3 {
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
  }
  .anclist3 li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .anclist3 li:nth-child(1) {
    margin-left: 0;
  }
  .feeplan {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .feeplan li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .feeplan li a img.ico {
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.7rem);
    left: 1.5rem;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .travelplan {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .travelplan li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .travelplan li a img.ico {
    line-height: 1;
    position: absolute;
    top: calc(50% - 0.7rem);
    left: 1.5rem;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #article .youtubelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #article .youtubelist .youtube {
    margin-bottom: 0;
  }
  #article .youtubelist li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  #article .youtubelist li img {
    margin-bottom: 0.5em;
  }
  #article .youtubelist li:nth-child(1) {
    margin-bottom: 2em;
  }
  .otokuplanlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .otokuplanlist li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .otokuplanlist li img {
    margin-bottom: 0.5em;
  }
  .otokuplanlist li:nth-child(1) {
    margin-bottom: 2em;
  }
  .bnr_hover a .bnrtxt {
    top: 10%;
  }
  .bnr_hover a {
    max-width: 100%;
    height: 18em;
  }
  #article .bnr_hover p.maintxt {
    text-shadow: 2px 4px 6px #004b83;
    margin-bottom: 0.5em;
    width: 98%;
    line-height: 1.4;
  }
  #article .bnr_hover p.subtxt {
    margin-bottom: 0;
    margin-bottom: 1em;
    letter-spacing: 0;
    width: 98%;
    line-height: 1.4;
  }
}
@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */
  .ancbtn, a.ancbtn {}
  .anclist2 li {
    width: 48%;
  }
  .bnr_hover a {
    max-width: 100%;
  }
  #article .bnr_hover p.maintxt {
    text-shadow: 2px 4px 6px #004b83;
    margin-bottom: 0.5em;
    width: 98%;
    line-height: 1.4;
  }
  .bnr_hover .subtxt {
    margin-bottom: 2em;
  }
  .col3 > li img, .col4 > li img {
    /*width: 50%;
    height: auto;*/
  }
  .col3-c > li img, .col3-c > figure img {
    /*width: 50%;
    height: auto;*/
  }
  a.btn-plan-s {
    position: relative;
    color: #fff !important;
    background: url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21;
    -webkit-box-shadow: 0 5px 0 #ef7a00;
    box-shadow: 0 5px 0 #ef7a00;
    margin: 0.5em auto 1em 1em;
    width: 90%;
    padding: 0.5em 0.25em;
  }
}
.bnr-area {
  text-align: center;
  margin-bottom: 3.0em;
}
.bnr-area img {
  max-width: 100%;
}
.bnr-area a {
  display: block;
}
.bnr-area a:hover {
  opacity: 0.8;
}
/*--------------------------------------
ハンバーガーメニュー
---------------------------------------*/
@media screen and (max-width: 1240px) { /* SP スマホヘッダー切換*/
  header {
    box-sizing: border-box;
  }
  .box {
    background-color: #eee;
    height: 500px;
  }
  .spnavi {
    position: fixed;
    right: -350px;
    top: 0;
    width: 350px;
    height: 100vh;
    padding-top: 40px;
  /*background-color: #fffdf4;*/
  background: rgba(255, 253, 244, 0.95);
  backdrop-filter: blur(8px);
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 10px;
    top: 2px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .spnavi__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .spnavi__item {
    text-align: left;
    padding: 20px 20px 0 20px;
  }
  .spnavi__item a {
    display: block;
    padding: 2px 0 18px 4px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #6ca8d5;
    letter-spacing: 0.07em;
  }
    .spnavi__item a span.window {
        margin-left: 5px;
    }
  #ivory_cobalt .spnavi__item.cabin a {
    color: #ffc74f;
  }
  .spnavi__item a:hover {
    color: #6ca8d5;
  }
  .hamburger__line {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 1px;
    background-color: #34434c;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 14px;
  }
  .hamburger__line--2 {
    top: 20px;
  }
  .hamburger__line--3 {
    top: 26px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  .nav-open .spnavi {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
  #spnavi-online, #spnavi-guide, #spnavi-otoiawase {}
  #spnavi-faq a, #spnavi-corporate a, #spnavi-login a {
    display: inline-block;
    position: relative;
  }
  #spnavi-faq a:before, #spnavi-corporate a:before, #spnavi-login a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2d2";
    position: absolute;
    font-size: 0.8em;
    right: -1.5em;
    top: 0.8em;
    color: #ffffff;
    font-weight: 300;
  }
}
/*====================================================================
.imgBox
====================================================================*/
.imgBox {
  text-align: center;
  margin: 50px 0;
}
.imgBox img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.photoframe1 {
  padding: 9px 9px 9px 9px;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: #BBBCBB 0 0 3px 0;
  transform: rotate(-4deg);
}
.photoframe2 {
  padding: 9px 9px 9px 9px;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: #BBBCBB 0 0 3px 0;
  transform: rotate(5deg);
}
.photoframe3 {
  padding: 9px 9px 9px 9px;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: #BBBCBB 0 0 3px 0;
  transform: rotate(-8deg);
}
.photoframe4 {
  padding: 9px 9px 9px 9px;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: #BBBCBB 0 0 3px 0;
  transform: rotate(1deg);
}
.maxw90 {
  max-width: 90% !important;
}
.maxw80 {
  max-width: 80% !important;
}
/*====================================================================
.txtBox
====================================================================*/
.txtBox {
  text-align: center;
}
.txtBox p {
  font-size: 60px;
  font-weight: bold;
  padding: 2em 0;
  margin: 0;
}
/*====================================================================
inview
====================================================================*/
.content {
  overflow-x: hidden;
}
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 200px);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_left {
  opacity: 0;
  transform: translate(-200px, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(200px, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* fade up */
.fade-type-up {
  transform: translateY(50px);
  opacity: 0; }

.fade-type-up.show {
  transition: .6s;
  transform: translateY(0);
  opacity: 1; }

.show .fade-type-up {
  transition: .6s;
  transform: translateY(0);
  opacity: 1; }

.show .fade-type-up:nth-child(1) {
  transition-delay: .2s; }
.show .fade-type-up:nth-child(2) {
  transition-delay: .4s; }
.show .fade-type-up:nth-child(3) {
  transition-delay: .6s; }
.show .fade-type-up:nth-child(4) {
  transition-delay: .8s; }
.show .fade-type-up:nth-child(5) {
  transition-delay: 1.0s; }
.show .fade-type-up:nth-child(6) {
  transition-delay: 1.2s; }
.show .fade-type-up:nth-child(7) {
  transition-delay: 1.4s; }
.show .fade-type-up:nth-child(8) {
  transition-delay: 1.6s; }
.show .fade-type-up:nth-child(9) {
  transition-delay: 1.8s; }
.show .fade-type-up:nth-child(10) {
  transition-delay: 2.0s; }
.show .fade-type-up:nth-child(11) {
  transition-delay: 2.2s; }
.show .fade-type-up:nth-child(12) {
  transition-delay: 2.4s; }
.show .fade-type-up:nth-child(13) {
  transition-delay: 2.6s; }
.show .fade-type-up:nth-child(14) {
  transition-delay: 2.8s; }
.show .fade-type-up:nth-child(15) {
  transition-delay: 3.0s; }
.show .fade-type-up:nth-child(16) {
  transition-delay: 3.2s; }
.show .fade-type-up:nth-child(17) {
  transition-delay: 3.4s; }
.show .fade-type-up:nth-child(18) {
  transition-delay: 3.6s; }
.show .fade-type-up:nth-child(19) {
  transition-delay: 3.8s; }
.show .fade-type-up:nth-child(20) {
  transition-delay: 4.0s; }
.show .fade-type-up:nth-child(21) {
  transition-delay: 4.2s; }
.show .fade-type-up:nth-child(22) {
  transition-delay: 4.4s; }
.show .fade-type-up:nth-child(23) {
  transition-delay: 4.6s; }
.show .fade-type-up:nth-child(24) {
  transition-delay: 4.8s; }

.scroll-fadein-up {
  opacity: 0;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.scroll-fadein-up.show {
  opacity: 1;
  transform: translateY(0);
}
.scroll-fadein-up.show2 {
  opacity: 1 !important;
}
.scroll-fadein-slow {
  transition-property: all;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
}
.scroll-fadein-slow.show {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}
.scroll-fadein-veryslow {
  transition-property: all;
  transition-duration: 4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
}
.scroll-fadein-veryslow.show {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}
@media screen and (-ms-high-contrast: none) { /*IE11*/
  .scroll-fadein-slow {
    transition-property: all;
    transition-duration: 4s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
  }
  .scroll-fadein-slow.show {
    opacity: 1;
  }
  .scroll-fadein-veryslow {
    transition-property: all;
    transition-duration: 4s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
  }
  .scroll-fadein-veryslow.show {
    opacity: 1;
  }
}
/* スライドイン */
.scroll-slidein-right.show {
  animation: slideInR 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideInR {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.scroll-slidein-left.show {
  animation: slideInL 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slideInL {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
/* ズームイン */
.scroll-zoomin.show {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* 文字が滑らかに表示される */
.scroll-smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  height: 40px;
  margin-top: 15px;
}
.scroll-smooth.show {
  clip-path: inset(0);
}
@media screen and (-ms-high-contrast: none) { /*IE11*/
  .gnav li a {
    font-size: 17px !important;
  }
  #ivory_cobalt .anc-area a {
    display: block;
    font-size: 16px !important;
    padding: 1em 0;
  }
}
.ls0 {
  letter-spacing: 0 !important;
}
.ls-small {
  letter-spacing: 0.1em !important;
}
.lh-1 {
  line-height: 1 !important;
}
#ivory_cobalt #cboxCurrent {
  display: none !important;
}
.preload-img {
  display: none;
}
#mv {
  width: 100vw;
  padding: 0;
}
.is-sp #mv {
  position: static;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#mv.hide {
  z-index: 1;
}
.mv-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.is-sp .mv-wrap {
  min-width: initial;
}
@media screen and (max-width: 750px) { /*sp*/
  .mv-inner {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;*/
  }

  .mv-inner.mv-loading {
    height: 100vh;
  }
}
@media screen and (min-width: 751px) { /*pc+tb*/
  .mv-inner {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;*/
  }
}
.mv-loading {
  height: 100vh;
  opacity: 0;
  transition: opacity 1s;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
}
.mv-loading.show {
  opacity: 1;
  background: #fff;
  z-index: 1000;
}
.mv-loading-inner {
  position: relative;
  width: 500px;
  height: 100vh;
}
.mv-loading img {
  position: absolute;
  /*top: 0;
  bottom: 0;*/
  top: 40%;
  margin: auto;
}

@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */

  .mv-loading-inner {
    position: relative;
    width: 200px;
    height: 100vh;
  }
  .mv-loading img {
    width: 200px;
    position: absolute;
    top: 40%;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .mv-loading-inner {
    width: 60vw;
  }
  .mv-loading img {
    width: 100%;
    top: 35%;
  }
}
.mv-loading-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: scale(1, 1);
  transform-origin: right center;
  transition-property: transform;
  transition-duration: 1.5s;
}
.mv-loading .mv-loading-inner.close::after {
  transform: scale(0, 1);
}
.mv-logo {
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
}
.mv-logo.show {
  opacity: 1;
}
.mv-logo img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.is-sp .mv-logo img {
  /*width: 84.5%;
  top: auto;
  bottom: 27px;*/
}
@media screen and (max-width: 750px) { /*sp*/
  .mv-slide {
    /*opacity: 0;
    transition: opacity 2s;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;*/
  }
  .logoimg {
    animation: fadein-keyframes 2s ease 0s 1 forwards;
  }
}
@media screen and (min-width: 751px) { /*pc+tb*/
  .mv-slide {
    /*opacity: 0;
    transition: opacity 2s;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;*/
  }
}
.mv-slide.show {
  /*opacity: 1;*/
}
#contents {
  position: relative;
  z-index: 997;
  /*opacity: 0;*/
}
#contents.show {
  display: block;
  opacity: 1;
}
.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition-property: all;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.scroll-fade.show {
  opacity: 1;
  transform: translateY(0);
}
.fadeout {
  animation: fadein-keyframes 3s ease 0s 1 forwards;
}
@keyframes fadein-keyframes {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**************************************************/
@media screen and (max-width: 750px) { /*sp*/
}
@media screen and (min-width:751px) and (max-width:1240px) { /* iPad */
}
@media screen and (min-width:1241px) and (max-width:1440px) { /* tb + pc narrow */
}
@media screen and (min-width:1441px) { /* pc wide */
}