@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
html {
  font-size: 62.5%; }

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #727171;
  letter-spacing: 0.1rem;
  width: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0; }

body * {
  margin: 0;
  box-sizing: border-box;
  border: none; }

a {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #727171;
  letter-spacing: 0.1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.2s ease; }

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  transition: 0.2s; }

p {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #727171;
  letter-spacing: 0.1rem; }

img {
  max-width: 100%;
  display: block;
  object-fit: cover; }

.re {
  position: relative;
  top: 0; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.pc {
  display: block; }

.sp {
  display: none; }

.content {
  width: 86%;
  max-width: 1714px;
  margin: auto; }

.sub-content {
  width: 86%;
  max-width: 1550px;
  margin: auto; }

.ten {
  font-family: ten-mincho,sans-serif; }

.red {
  font-family: 'Red Hat Display', sans-serif; }

.infant {
  font-family: 'Cormorant Infant',sans-serif; }

.mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; }

.smfon {
  font-size: 2rem;
  letter-spacing: 0.3rem; }

.iv1 {
  opacity: 0; }

.parallax {
  position: relative;
  overflow: hidden; }
  .parallax img {
    width: 110%;
    position: absolute;
    transition: all 1s cubic-bezier(0.04, 0.25, 0.4, 1.01); }

header {
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  background: #fff; }
  header .content {
    width: calc(100% - 160px);
    max-width: 1840px;
    height: 80px;
    margin: 0 auto; }
  header .logo {
    width: 290px; }
  header ul {
    height: 100%;
}
    header ul li {
      height: 100%; }
header ul li.site {
    border-right: solid 1px #BD936D;
}
      header ul li.site a {
        padding: 0 30px 0 50px;
        /*border-right: solid 1px #BD936D; */}
        header ul li.site a.ft {
          border-left: solid 1px #BD936D; }
      header ul li:nth-of-type(3), header ul li:nth-of-type(4) {
        width: 100px;
        border-right: solid 1px #BD936D; }
        header ul li:nth-of-type(3) a, header ul li:nth-of-type(4) a {
          width: 100%; }
      header ul li:nth-of-type(5), header ul li:nth-of-type(6) {
        padding: 0 0 0 40px; }
        header ul li:nth-of-type(5) p.red, header ul li:nth-of-type(6) p.red {
          padding: 0 24px 0 0;
          font-size: 1.4rem; }
        header ul li:nth-of-type(5) .twitter, header ul li:nth-of-type(6) .twitter {
          margin: 0 15px 0 0; }
      header ul li a {
        height: 100%;
        display: inline-flex;
        font-size: 1.8rem;
        font-weight: 600;
        color: #BE9662;
        justify-content: center;
        align-items: center; }
        header ul li a svg.site {
          width: 12px;
          height: 12px;
          margin: 0 0 0 20px; }
          header ul li a svg.site rect {
            stroke: #BE9662; }
        header ul li a svg.tel {
          width: 24px;
          height: 24px; }
          header ul li a svg.tel path {
            stroke: #BE9662; }
        header ul li a img.line {
          width: 32px; }
        header ul li a img.sns {
          width: 32px; }
header ul li:nth-of-type(4) a:not(.scroll) {
    display: none;
}
.spShareLink {
    display: none;
}

.cam-indu {
  width: 650px;
  height: 240px;
  position: fixed;
  z-index: 4;
  right: 0;
  bottom: -30px;
  background: #D4CDB9;
    transition: all 0.8s;
}
  .cam-indu .close {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 6px;
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    cursor: pointer; }
    .cam-indu .close img {
      width: 100%; }
  .cam-indu .flex {
    width: 100%; }
  .cam-indu .txtArea {
    padding: 0 0 0 32px; }
    .cam-indu .txtArea h2 {
      margin: 0 0 24px;
      font-size: 3rem;
      font-weight: 700;
      line-height: 4.6rem;
      color: #FFFF00; }
      .cam-indu .txtArea h2 span {
        width: 230px;
        margin: 0 0 20px;
        display: block; }
    .cam-indu .txtArea .txtWh {
      display: flex;
      font-size: 2rem;
      color: #fff;
      letter-spacing: 0.1rem;
      justify-content: flex-start;
      align-items: center; }
      .cam-indu .txtArea .txtWh img {
        width: 30px;
        height: 8px;
        margin: 0 0 0 4px; }
  .cam-indu img {
    width: 180px; }
  .cam-indu.fadeIn {
    opacity: 1;
      bottom: 0;
}
  .cam-indu.not {
    display: none; }

/*.cam-indu.fadeIn {
  animation: cam 0.8s ease forwards; }*/

@keyframes cam {
  0% {
    bottom: -30px;
    opacity: 0; }
  100% {
    bottom: 0;
    opacity: 1; } }
.scMv {
  width: 100%;
  height: 100vh; }
  .scMv .grand-open {
    width: 40vw;
    position: absolute;
    z-index: 2;
    top: 140px;
    left: 9%; }
  .scMv .mvimg {
    width: calc(100% - 80px);
    max-width: 1840px;
    margin: 0 0 0 auto;
    position: relative;
    top: 0; }
    .scMv .mvimg .imgarea {
      height: 92vh;
      background: url("../img/mv.png") no-repeat center center/cover;
      background-attachment: fixed; }
  .scMv p {
    font-size: 2rem;
    height: 8vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #87AF98;
    letter-spacing: 0.3rem; }
  .scMv .sidetxt {
    position: absolute;
    top: 37%;
    left: -58px;
    font-size: 1.3rem;
    letter-spacing: 0.5rem;
    writing-mode: vertical-rl;
    text-orientation: sideways; }

.scConcept {
  width: 100%;
  padding: 255px 0 550px;
  position: relative;
  top: 0;
  background: url(../img/concept_bg.jpg) no-repeat top center/cover;
  text-align: center; }
  .scConcept .smfon {
    margin: 0 0 342px;
    font-size: 2rem;
    text-align: left;
    letter-spacing: 0.3rem; }
  .scConcept .imgpara {
    position: absolute;
    z-index: 0; }
    .scConcept .imgpara.ft {
      width: 800px;
      height: 480px;
      right: 0; }
      .scConcept .imgpara.ft img {
        top: -40px; }
    .scConcept .imgpara.sd {
      width: 500px;
      height: 750px;
      bottom: 1100px;
      left: 0; }
    .scConcept .imgpara.td {
      width: 600px;
      height: 800px;
      right: 0;
      bottom: 275px; }
    .scConcept .imgpara.four {
      width: 600px;
      height: 400px;
      bottom: 146px; }
  .scConcept .txtCont {
    width: 100%;
    position: relative;
    z-index: 1; }
    .scConcept .txtCont h1 {
      margin: 0 auto 24px;
      font-size: 7rem;
      line-height: 1.3;
      letter-spacing: 0.4rem; }
    .scConcept .txtCont .sub-ttl {
      margin: 0 auto 206px;
      position: relative;
      top: 0;
      font-size: 2.8rem;
      line-height: 4rem;
      letter-spacing: 0.5rem; }
      .scConcept .txtCont .according:before {
        width: 90px;
        height: 1px;
        margin: auto;
        position: absolute;
        top: 150px;
        right: 0;
        left: 0;
        background: #808080;
        content: ""; }
    .scConcept .txtCont h2 {
      margin: 0 auto 56px;
      font-size: 2.4rem;
      line-height: 2;
      letter-spacing: 0.2rem; }
    .scConcept .txtCont p {
      margin: 0 auto 60px;
      font-size: 1.6rem;
      line-height: 2.5; }
    .scConcept .txtCont .according {
      width: 400px;
        position: relative;
      margin: 0 auto 94px; }

.scConcept .ft.fadeIn {
  animation: fade1 0.8s ease forwards; }

@keyframes fade1 {
  0% {
    top: 100px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
.scConcept .sd.fadeIn {
  animation: fade2 0.8s ease forwards; }

@keyframes fade2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.scConcept .td.fadeIn {
  animation: fade3 0.8s ease forwards; }

@keyframes fade3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.scConcept .four.fadeIn {
  animation: fade4 0.8s ease forwards; }

@keyframes fade4 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.scFaci {
  width: 100%;
  margin: 0 auto 134px;
  padding: 180px 0 80px; }
  .scFaci .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    border: solid 40px #87AF98;
    background: url("../img/sq.png") repeat top center; }
/*.scFaci .spaceArea .flex {
    align-items: center;
}
.scFaci .spaceArea .flex.sd .imgArea {
    position: relative;
}*/
  .scFaci .spaceArea .flex .imgArea {
    width: 1060px;
    position: absolute;
    top: 0;
    left: 0; }
.slick-dotted.slick-slider {
    margin: 0;
}
    .scFaci .spaceArea .flex .imgArea::before {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      top: -20px;
      left: 20px;
      border: solid 3px #E8E9D1;
      content: ""; }
    .scFaci .spaceArea .flex .imgArea::after {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 20px;
      left: -20px;
      background: url("../img/space_bg_01.svg") no-repeat top center/100%;
      content: ""; }
#slider .slick-dots {
    display: flex!important;
    justify-content: flex-end;
    column-gap: min(1.8vw, 16px);
    position: absolute;
    bottom: -60px;
}
#slider .slick-dots li {
    margin: 0;
}
#slider .slick-dots li button:before {
    background: #D9D9D9;
}
#slider .slick-dots li.slick-active button:before {
    background: #727171;
}
  .scFaci .spaceArea .flex .txtArea {
    width: 500px; }
    .scFaci .spaceArea .flex .txtArea h3 {
      margin: 0 auto min(2.5vw, 50px);
      position: relative;
      top: 0;
      font-size: min(1.25vw,2.6rem);
      line-height: 2.3;
      letter-spacing: 0.5rem;
      display: inline-block; }
      .scFaci .spaceArea .flex .txtArea h3::before {
        width: 100%;
        height: 20px;
        position: absolute;
        top: min(2.6vw, 52px);
        background: url("../img/dot.png") repeat-x top left/100%;
        content: ""; }
      .scFaci .spaceArea .flex .txtArea h3::after {
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: -15px;
        left: 0;
        background: url("../img/dot.png") repeat-x top left/100%;
        content: ""; }
    .scFaci .spaceArea .flex .txtArea .subttl {
      margin: 0 0 min(0.8vw, 40px);
      font-size: 1.4rem;
      letter-spacing: 0.2rem; }
    .scFaci .spaceArea .flex .txtArea p {
        font-size: clamp(1.2rem, 1.05vw, 1.6rem);
      line-height: 2.5;
      text-align: justify; }
  .scFaci .spaceArea .flex.ft {
    margin: 0 auto min(13vw, 90px); }
    .scFaci .spaceArea .flex.ft .txtArea {
      width: calc(100% - 714px); }
      .scFaci .spaceArea .flex.ft .txtArea h2 {
        width: 500px;
        margin: 0 0 76px; }
      .scFaci .spaceArea .flex.ft .txtArea p {
        font-size: 1.6rem;
        line-height: 4.2rem; }
    .scFaci .spaceArea .flex.ft img {
      width: 714px; }
  .scFaci .spaceArea .flex.sd {
    width: 100%;
    margin: 0 auto min(9vw, 180px); }
    .scFaci .spaceArea .flex.sd .txtArea {
      margin: min(4vw, 100px) 0 5vw auto;
      position: relative;
      /*left: -44px; */}
.scFaci .spaceArea .txtArea .en-ttl {
    width: min(34vw, 590px);
    margin-bottom: min(2vw, 60px);
}
      .scFaci .spaceArea .flex.sd .txtArea .en-ttl {
        /*width: 550px;*/
        position: relative;
        left: -110px; }
  .scFaci .spaceArea .flex.td {
    width: 100%; }
    .scFaci .spaceArea .flex.td .en-ttl {
      /*width: 590px;*/
      position: relative;
      left: -32px; }

    .scFaci .spaceArea .flex.td .imgArea {
      right: 0;
      left: auto; }
      .scFaci .spaceArea .flex.td .imgArea::before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: -20px;
        left: -20px;
        border: solid 3px #D8E6DD;
        content: ""; }
      .scFaci .spaceArea .flex.td .imgArea::after {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 20px;
        left: 20px;
        background: url("../img/space_bg_02.svg") no-repeat top center/100%;
        content: ""; }
    .scFaci .spaceArea .flex.td .txtArea {
      width: min(32%,508px);
      margin: 100px auto 178px 0;
      position: relative;
      z-index: 1;
      left: 40px; }
      .scFaci .spaceArea .flex.td .txtArea p {
        width: min(95%, 450px); }
      .scFaci .spaceArea .flex.td .txtArea h3::before {
        background: url("../img/dot_02.png") repeat-x top left/100%; }
      .scFaci .spaceArea .flex.td .txtArea h3::after {
        background: url("../img/dot_02.png") repeat-x top left/100%; }
  .scFaci .slideArea {
    width: 100%;
    position: relative;
    z-index: 3;
    overflow: hidden; }
  .scFaci .loop {
    width: 100vw;
    height: 400px;
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .scFaci .loop .slide {
      display: flex;
      -webkit-animation: loop-slide 40s infinite linear;
      animation: loop-slide 40s infinite linear; }
      .scFaci .loop .slide img {
          max-width: 100vw;
        width: 580px;
        height: 400px;
        margin: 0 2px;
        -o-object-fit: cover;
        object-fit: cover; }
  .scFaci .heartArea h2 {
    width: 420px;
    margin: 0 auto 120px; }
  .scFaci .heartArea ul {
    width: 100%;
    align-items: flex-start; }
    .scFaci .heartArea ul li {
      width: 48%;
      margin: 0 0 60px; }
      .scFaci .heartArea ul li h3 {
        margin: 0 auto 60px;
        position: relative;
        top: 0;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 3.4rem;
        color: #C9ACC4;
        text-align: center; }
        .scFaci .heartArea ul li h3::before {
          width: 100%;
          height: 60px;
          position: absolute;
          right: 0;
          bottom: -42px;
          left: 0;
          background: url("../img/comment.svg") no-repeat top center/100%;
          content: ""; }
      .scFaci .heartArea ul li .flex {
        width: 100%;
        align-items: flex-start; }
      .scFaci .heartArea ul li .flex > img {
        width: 380px; }
        .scFaci .heartArea ul li img.sdgs {
          width: 100%;
          margin: 6px 0 0 0; }
      .scFaci .heartArea ul li .txtArea {
        width: calc(100% - 380px);
        padding: 0 0 0 36px; }
      .scFaci .heartArea ul li p {
        line-height: 2.8rem; }
      .scFaci .heartArea ul li:nth-of-type(2) h3 {
        color: #6E8066; }
        .scFaci .heartArea ul li:nth-of-type(2) h3::before {
          background: url("../img/comment_02.svg") no-repeat top center/100%; }
      .scFaci .heartArea ul li:nth-of-type(3) h3 {
        color: #DA7E58; }
        .scFaci .heartArea ul li:nth-of-type(3) h3::before {
          background: url("../img/comment_03.svg") no-repeat top center/100%; }
      .scFaci .heartArea ul li:nth-of-type(4) h3 {
        color: #7182BD; }
        .scFaci .heartArea ul li:nth-of-type(4) h3::before {
          background: url("../img/comment_04.svg") no-repeat top center/100%; }

.scCampaign {
  width: 100%;
  margin: 0 auto 152px;
  background: #D4CDB9; }
  .scCampaign::before {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 0;
    top: 30px;
    background: rgba(255, 255, 255, 0.4);
    content: ""; }
  .scCampaign::after {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 0;
    bottom: 30px;
    background: rgba(255, 255, 255, 0.4);
    content: ""; }
  .scCampaign .flex {
    margin: 0 auto min(5vw, 36px);
    align-items: flex-start; }
  .scCampaign .txtArea {
    width: 64%;
    max-width: 990px;
    padding: 100px 0 0 0;
    text-align: center; }
    .scCampaign .txtArea .cinema {
      width: 28%;
      position: absolute;
      z-index: 2;
      top: 60px;
      right: -3%; }
    .scCampaign .txtArea .grand-open {
      text-align: center; }
      .scCampaign .txtArea .grand-open .red {
        margin: 0 auto 20px;
        font-size: 1.8rem;
        color: #fff; }
      .scCampaign .txtArea .grand-open img {
        width: 410px;
        margin: auto; }
    .scCampaign .txtArea h2 {
      padding: 24px 40px;
      display: inline-block;
      font-size: 4.2rem;
      font-weight: 700;
      line-height: 7rem;
      color: #fff;
      text-align: center;
      letter-spacing: 0.2rem; }
      .scCampaign .txtArea h2::before {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-top: dotted 4px #fff;
        content: ""; }
      .scCampaign .txtArea h2::after {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: dotted 4px #fff;
        content: ""; }
    .scCampaign .txtArea img.campaign {
        width: 100%;
      height: 300px;
      position: relative;
        margin-top: -30px;
}
  .scCampaign .imgArea {
    width: 36%;
    max-width: 640px;
    position: relative;
    z-index: 1; }
  .scCampaign .boxArea {
    width: 100%;
    margin: 0 auto 26px;
    padding: 25px 30px;
    position: relative;
    top: 0;
    border-radius: 6px;
    background: rgba(255,255,255,1);
    justify-content: space-between;
    align-items: center; }
    .scCampaign .boxArea .benefits {
      width: 40%; }
    .scCampaign .boxArea p {
      max-width: 58%;
      font-size: min(1.1vw, 2.2rem);
      line-height: 2.1;
        font-feature-settings: "palt";
      color: #93CDC3;
      text-align: justify; }
  .scCampaign p.btm {
    padding: 0 0 60px;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff; }

.scPoint {
  width: 100%;
    margin-bottom: min(5vw,40px);
}
  .scPoint ul {
    margin: 0 auto 20px;
    align-items: flex-start; }
    .scPoint ul li {
      width: 500px; }
      .scPoint ul li img {
        margin: 0 auto 50px; }
      .scPoint ul li h2 {
        width: 240px;
        margin: 0 auto 30px; }
        .scPoint ul li h2 img {
          width: 100%;
          margin: 0 auto; }
      .scPoint ul li:nth-of-type(2) h2 {
        width: 182px; }
      .scPoint ul li:nth-of-type(3) h2 {
        width: 250px; }
.scPoint .small {
        text-align: right;
        font-size: clamp(0.8rem, 1vw, 1.2rem);
    }

.scAccess {
  width: 100%;
  padding: 0 0 292px;
  position: relative;
  top: 0; }
  .scAccess .content {
    width: 86%;
    max-width: 1524px; }
  .scAccess .img {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
    .scAccess .flex .txtArea {
      width: calc(100% - 560px);
      }
      .scAccess .flex .txtArea h2 {
        margin: 0 0 84px; }
      .scAccess .flex .txtArea .logo {
          width: min(100%, 430px);
        margin: 0 0 30px;
     }
      .scAccess .flex .txtArea p {
        margin: 0 0 20px;
        font-size: 1.6rem;
        letter-spacing: 0.3rem; }
        .scAccess .flex .txtArea p img {
          width: 16px;
          margin: 0 10px 0 2px;
          position: relative;
          top: -3px;
          display: inline-block; }
          .scAccess .flex .txtArea p img.car {
            width: 20px;
            margin: 0 6px 0 0;
            top: -7px; }
      .scAccess .flex .txtArea .accessway p {
        margin: 0;
        font-size: 1.3rem;
        line-height: 3rem;
        letter-spacing: 0.2rem; }
    .scAccess .flex iframe {
      width: min(50vw, 560px);
      height: 360px; }

#scContact {
  width: 100%;
  padding: 86px 0 56px;
  background: #87AF98;
  text-align: center; }
  #scContact h2 {
    margin: 0 auto 36px;
    color: #fff; }
  #scContact p.top {
    margin: 0 auto 68px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff; }
  #scContact p.btm {
    font-size: 1.4rem;
    line-height: 3rem;
    color: #fff; }
  #scContact ul {
    width: 100%;
    margin: 0 auto 46px;
    justify-content: center;
    column-gap: 40px; }
    #scContact ul li {
      width: 500px; }
      #scContact ul li a {
        width: 100%;
        height: 210px;
        position: relative;
        top: 0;
        display: inline-flex;
        background: #fff;
        justify-content: center;
        align-items: center;
        column-gap: min(3vw, 18px); }
        #scContact ul li a:after {
          width: calc(100% - 20px);
          height: calc(100% - 20px);
          position: absolute;
          border: solid 2px #87AF98;
          content: ""; }
        #scContact ul li a p {
          font-size: min(1.8vw, 2rem);
          font-weight: 600;
          color: #87AF98; }
        #scContact ul li a svg {
          width: 22px;
          /*position: absolute;*/
          top: 44%;
          right: 86px; }
      #scContact ul li:last-of-type a {
        height: 100px;
        justify-content: flex-start;
        padding-left: min(5.5vw, 80px); }
        #scContact ul li:last-of-type a.line {
          margin: 0 0 10px; }
        #scContact ul li:last-of-type a img {
          width: 50px; }
        #scContact ul li:last-of-type a svg {
          width: 24px;
          /*position: absolute;*/
          top: 34%;
          right: auto;
          left: 92px; }
        #scContact ul li:last-of-type a:after {
          display: none; }
        #scContact ul li:last-of-type a .red {
          font-weight: 400;
          letter-spacing: 0.2rem; }

footer {
  padding: 32px 0; }
  footer .content .flex li p.red {
    margin: 0 25px 0 0;
    font-size: 1.4rem; }
  footer .content .flex li img {
    width: 32px; }
  footer .content .flex li a {
    font-size: 1.4rem; }
    footer .content .flex li a.twitter {
      margin: 0 15px 0 0; }
  footer .content .flex li .cpr {
    font-size: 1.4rem; }
  footer .content .leftArea {
}
footer .content .leftArea .logo {
    width: min(38%, 250px);
}
    footer .content .leftArea .snsArea {
      width: min(23vw, 370px); }
  footer .content .rightArea {
    width: 512px; }

#sc5contents {
    margin-bottom: min(18vw, 130px);
}
#sc5contents .img5contentsHead {
    width: 60%;
}
.contentsRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: min(6vw, 70px) 2.3%;
    margin-top: min(6vw, 80px);
}
.contentsRow > div {
    width: 31.8%;
}
.contentsRow dl {
    margin-top: min(3vw, 30px);
}
.contentsRow dt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: clamp(1.5rem, 1.8vw, 2.2rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    position: relative;
    margin-bottom: min(3vw, 25px);
}
.contentsRow dt div {
    width: 75%;
    text-align: center;
}
.contentsRow dt span:not(.red) {
    color: #87AF98;
}
.contentsRow dt .red {
    display: block;
    font-size: clamp(0.8rem, 1vw, 1.2rem);
    line-height: 1;
    font-weight: 300;
    margin-top: 0.8em;
}
.contentsRow dd {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
}
.spFixBtn {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #BB9362;
    background: #FFF;
    border: 1px solid #BB9362;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 10px;
    z-index: 5;
}
.spFixBtn::after {
    content: "";
    width: 8px;
    height: 8px;
    background: url("../img/icon-link.svg") no-repeat center center / contain;
    position: absolute;
    top: calc(50% - 4px);
    right: 7%;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@media screen and (max-width: 1900px) {
  .scFaci .spaceArea .flex .imgArea {
    width: 62%; 
    }

  .scFaci .spaceArea .flex.sd .txtArea {
    width: 32%;
    }
    .scFaci .spaceArea .flex.sd .txtArea, .scFaci .spaceArea .flex.td .txtArea {
      margin-top: 4vw;
      }

  #scContact ul li {
    /*width: calc(97%/3);*/ }
    #scContact ul li img {
      width: 500px; }

  .scPoint ul li {
    width: 30.333333%; }

  .scConcept .imgpara.four img {
    top: 120px; } }
@media screen and (max-width: 1800px) {
  .scFaci .spaceArea .flex.ft .txtArea {
    width: 660px; }
  .scFaci .spaceArea .flex.ft img {
    width: calc(100% - 660px); }
  .scFaci .spaceArea .flex.ft h2 img {
    width: 100%; }

  .scFaci .heartArea ul li .flex > img {
    width: calc(100% - 326px); }
  .scFaci .heartArea ul li .txtArea {
    width: 326px;
    padding: 0 0 0 20px; }
    .scFaci .heartArea ul li .txtArea h3 {
      margin: 0 auto 38px;
      font-size: 1.8rem;
      line-height: 2.8rem; }
      .scFaci .heartArea ul li .txtArea h3::before {
        bottom: -42px; }

    .scFaci .spaceArea .flex.sd {
        margin: 0 auto 7vw;
    }
  /*.scCampaign .boxArea p {
    font-size: 2rem;
   }*/
}
@media screen and (max-width: 1550px) {
  header ul {
  }
    header ul li a {
      font-size: 1.4rem; }
    header ul li.site a {
      padding: 0 20px 0 30px; }
    header ul li:nth-of-type(3), header ul li:nth-of-type(4) {
      width: 70px;
      border-right: solid 1px #BD936D; }
    header ul li:nth-of-type(5), header ul li:nth-of-type(6) {
      padding: 0 0 0 20px; }

  .cam-indu {
    width: 450px;
    height: 160px; }
    .cam-indu .txtArea {
      width: calc(100% - 120px);
      padding: 0 0 0 20px; }
      .cam-indu .txtArea h2 {
        margin: 0 0 14px;
        font-size: 2rem;
        font-weight: 700;
        line-height: 3rem;
        color: #FFFF00; }
        .cam-indu .txtArea h2 span {
          margin: 0 0 12px; }
          .cam-indu .txtArea h2 span img {
            width: 180px; }
      .cam-indu .txtArea .txtWh {
        font-size: 1.4rem;
        line-height: 2rem; }
        .cam-indu .txtArea .txtWh img {
          width: 26px; }
    .cam-indu img {
      width: 120px; }

  .scConcept .imgpara.ft {
    width: 600px; }
  .scConcept .imgpara.sd {
    width: 340px; }
  .scConcept .imgpara.td {
    width: 380px; }
  .scConcept .imgpara.four {
    width: 420px; }

  /*.scFaci .spaceArea .flex.sd .txtArea {
    width: 32%; }

  .scFaci .spaceArea .flex .imgArea {
    width: 64%; }*/

  #scContact ul li {
    width: min(45%, 500px); }
    #scContact ul li a {
      height: 180px; }
    #scContact ul li:last-of-type a {
      height: 80px; }
      #scContact ul li:last-of-type a.line {
        margin: 0 0 20px; }

  .scPoint ul li {
    width: 29.333333%; }

  .scCampaign .txtArea h2 {
    padding: 11px 30px;
    font-size: 3.2rem;
    line-height: 6rem; }

    .scFaci .spaceArea .flex .txtArea h3 {
        font-size: 1.23vw;
    }
  #scContact ul li {
    /*a p {
      font-size: 1.8rem;
    }*/ }

  #scContact ul li:last-of-type a svg {
    left: 42px; }

  footer .content .leftArea {
    width: 56%; }

  footer .content .rightArea {
    width: 480px; } }
@media screen and (max-width: 1400px) {
  /*.scFaci .spaceArea .flex .imgArea {
    width: 47%; }*/

  .scFaci .spaceArea .flex .txtArea h3 {
    font-size: 1.22vw;
   }

  .scFaci .spaceArea .flex.ft .txtArea {
    width: calc(100% - 400px);
    padding: 0 24px 0 0; }

  .scFaci .spaceArea .flex.ft img {
    width: 400px; }

  .scFaci .spaceArea .flex.sd .txtArea {
    width: 33%;
    margin: 2.5vw 0 min(6vw, 90px) auto; }

  .scFaci .spaceArea .flex.td .txtArea {
    margin: 2.5vw auto 158px 0; }

  #scContact ul li a svg {
    right: 12%; }

  .scConcept {
    padding: 255px 0 450px; } }
@media screen and (max-width: 1300px) {
  header ul {
}
    header ul li.site a {
      padding: 0 10px 0 20px; }
    header ul li a svg.site {
      margin: 0 0 0 10px; }
    header ul li:nth-of-type(5) p.red, header ul li:nth-of-type(6) p.red {
      padding: 0 16px 0 0;
      font-size: 1.2rem; }

  header .logo {
    width: 175px; }
    header .logo a {
      font-size: 1.3rem; }

  header .content {
    height: 90px; }

  .scMv .grand-open {
    width: 600px;
    top: 220px;
    left: 160px; }

  /*.scFaci .spaceArea .flex .imgArea {
    width: 58%; }*/
    .scFaci .spaceArea .flex .imgArea::before {
      top: -10px;
      left: 10px; }
    .scFaci .spaceArea .flex .imgArea::after {
      top: 10px;
      left: -10px; }

  .scFaci .spaceArea .flex .txtArea h3 {
    font-size: min(1.25vw, 2.1rem);
    letter-spacing: 0.4rem; }
  /*.scFaci .spaceArea .flex .txtArea p {
    line-height: 3.8rem; }*/
  .scFaci .spaceArea .flex .txtArea .subttl {
    margin: 0 0 min(3vw, 20px); }

  /*.scFaci .spaceArea .flex.sd .txtArea {
    width: 42%;
    margin: 30px 0 150px auto;
    padding: 0;
    left: 0; }*/
    .scFaci .spaceArea .flex.sd .txtArea .en-ttl {
      left: -100px; }
    /*.scFaci .spaceArea .flex.sd .txtArea .cont {
      padding-left: 46px; }*/

    #slider .slick-dots {
        bottom: min(-3.5vw, -40px);
    }
  .scFaci .spaceArea .flex.td .en-ttl {
    left: 0; }
  .scFaci .spaceArea .flex.td .imgArea::before {
    top: -10px;
    left: -10px; }
  .scFaci .spaceArea .flex.td .imgArea::after {
    top: 10px;
    left: 10px; }

  .scFaci .spaceArea .flex.td .txtArea {
    left: 0; }
    .scFaci .spaceArea .flex.td .txtArea p {
        width: 100%;
    }
    .scCampaign .boxArea .benefits {
        width: 37%;
    }
  .scCampaign .boxArea p {
    font-size: 1.2vw;
      max-width: 63%;
 }

  .scCampaign .txtArea img.campaign {
    height: auto;
    width: min(100%, 740px);
    left: -25px;
    margin: -70px 0 -50px; }

  footer .content .logo a {
    font-size: 1.4rem; }
  footer .content .leftArea {
    width: 50%; }
    footer .content .leftArea .snsArea {
      width: 54%; }
      footer .content .leftArea .snsArea p.red {
        margin: 0 15px 0 0; }
  footer .content .rightArea {
    width: 42%; }

  .scPoint ul li h2 {
    margin: 0 auto 30px; }
    .scPoint ul li h2 img {
      margin: 0 auto; }

  .scCampaign .imgArea {
    width: min(39%, 440px); }

  .scCampaign .txtArea {
    width: min(61%, 710px); }

  #campaign .content {
    width: 89%; }

   }
@media screen and (max-width: 1200px) {
  .scFaci .heartArea ul li .txtArea h3 {
    margin: 0 auto 24px;
    font-size: 1.4rem;
    line-height: 2.8rem; }

  .scFaci .heartArea ul li .flex > img {
    width: 50%; }

  .scFaci .heartArea ul li .txtArea {
    width: 50%;
    padding: 0 0 0 16px; }

  /*.scFaci .spaceArea .flex .imgArea {
    width: 50%; }

  .scFaci .spaceArea .flex.sd .txtArea {
    width: 50%; }*/

}
@media screen and (max-width: 1150px) {
  header ul li.site a {
    padding: 0 10px 0 12px;
    font-size: 1.2rem; }
  header ul li a img.line {
    width: 30px; }
  header ul li a img.sns {
    width: 26px; }
  header ul li a svg.tel {
    width: 20px;
    height: 20px; }
  header ul li:nth-of-type(3), header ul li:nth-of-type(4) {
    width: 60px; } }
@media screen and (max-width: 1100px) {
  .scCampaign .boxArea p {

     }

  footer .content .leftArea .snsArea p.red {
    margin: 0 10px 0 0; }

  footer .content .flex li img {
    width: 24px; } }
@media screen and (max-width: 1000px) {
  header ul {
   }
    header ul li.site a {
      padding: 0 10px 0 12px;
      font-size: 1rem; }
    header ul li a img.line {
      width: 20px; }
    header ul li a img.sns {
      width: 16px; }
    header ul li:nth-of-type(3), header ul li:nth-of-type(4) {
      width: 40px; }
    header ul li:nth-of-type(5), header ul li:nth-of-type(6) {
      padding: 0 0 0 10px; }
      header ul li:nth-of-type(5) p.red, header ul li:nth-of-type(6) p.red {
        padding: 0 10px 0 0;
        font-size: 1rem; }

    header .logo a {
      font-size: 1rem; }

  footer .content .logo a {
    font-size: 1rem; }

  footer .content .flex li img {
    width: 20px; }

  footer .content .leftArea .snsArea p.red {
    margin: 0 5px 0 0;
    font-size: 1rem; }

  footer .content .flex li a {
    font-size: 1rem; }

  footer .content .flex li .cpr {
    font-size: 1rem; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .flex {
    display: block; }

  p {
    font-size: 2rem;
    line-height: 4.4rem; }

  .smfon {
    font-size: 2.4rem; }

  header {
   }
    header .flex {
      display: flex; }
    header .content {
        width: 84%;
        height: 60px;
    }
    header ul li a img.sns {
        width: 18px;
    }
    main {
        margin-top: 40px;
    }

  .cam-indu {
    display: none; }

  .scMv p.ten {
    height: 6vh;
    display: flex;
    font-size: 3.4vw;
    letter-spacing: 0.2rem;
    align-items: center;
    justify-content: center; }
  .scMv .sidetxt {
    left: 10px;
    font-size: 1.4rem;
    color: #fff; }
  .scMv .grand-open {
    width: 90%;
    top: 110px;
    left: 7%; }
  .scMv .mvimg {
    width: 100%; }
    .scMv .mvimg .imgarea {
      height: 94vh;
      margin: 0;
      top: 0;
      background: url(../img/mv_sp.png) no-repeat top center/cover; }

  .scConcept {
    padding: 135px 0 400px; }
    .scConcept .smfon {
      margin: 0 0 186px;
      font-size: 2.4rem;
      letter-spacing: 0.2rem; }
    .scConcept .imgpara.ft {
      width: 450px;
      height: 270px; }
      .scConcept .imgpara.ft img {
        top: 0; }
    .scConcept .imgpara.sd {
      width: 300px;
      height: 410px;
      bottom: 860px; }
    .scConcept .imgpara.td {
      width: 350px;
      height: 480px;
      bottom: 600px; }
    .scConcept .imgpara.four {
      width: 350px;
      height: 230px;
      bottom: 140px;
      left: 10%; }
      .scConcept .imgpara.four img {
        height: 300px;
        top: 0; }
    .scConcept .txtCont .according {
      width: 60%;
      margin: 0 auto 74px; }
    .scConcept .txtCont p {
      margin: 0 auto 50px;
      font-size: 2rem;
      line-height: 4.8rem; }
      .scConcept .txtCont p:nth-of-type(1) {
        margin: 0 auto 745px; }
    .scConcept .txtCont .sub-ttl {
      margin: 0 auto 124px;
      font-size: 2.8rem;
      letter-spacing: 0.3rem; }
      .scConcept .txtCont .according:before {
        width: 74px;
        height: 1px;
        top: 110px; }

  .scFaci {
    margin: 0 auto 100px;
    padding: 114px 0 15px; }
    .scFaci .spaceArea .flex .imgArea {
      width: 100%;
      margin: 0 auto 52px;
      position: relative;
      top: 0; }
    .scFaci .bg {
      border: solid 16px #87AF98; }
    .scFaci .spaceArea .flex .txtArea h3 {
      font-size: 2.6rem;
      letter-spacing: 0.4rem; }
    .scFaci .spaceArea .flex.ft .txtArea {
      width: 100%;
      padding: 0; }
      .scFaci .spaceArea .flex.ft .txtArea h2 {
        width: 500px;
        margin: 0 0 40px; }
      .scFaci .spaceArea .flex.ft .txtArea p {
        margin: 0 auto 20px;
        font-size: 2rem;
        line-height: 4.4rem; }
    .scFaci .spaceArea .flex.ft img {
      width: 80%;
      margin: auto; }
    .scFaci .spaceArea .flex.sd {
      margin: 0 auto 65px; }
      .scFaci .spaceArea .flex.sd .txtArea {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        left: 0; }
        .scFaci .spaceArea .flex.sd .txtArea .en-ttl {
          width: 414px;
          margin: 0 0 min(3vw, 30px);
          left: -38px; }
    .scFaci .spaceArea .flex.td .txtArea {
      width: 100%;
      margin: 0 auto min(13vw, 72px);
      left: 0; }
      .scFaci .spaceArea .flex.td .txtArea p {
        width: 100%; }

    .scFaci .spaceArea .flex .txtArea h3::before, .scFaci .spaceArea .flex .txtArea h3::after {
        background-repeat: repeat-x!important;
        background-size: 85vw!important;
    }
  .scFaci .spaceArea .flex .txtArea h3::before {
      top: 7vw;
    }
    .scFaci .spaceArea .flex.sd .txtArea h3::before {
    width: 19em; }
  .scFaci .spaceArea .flex.sd .txtArea h3::after {
    width: 16.2em; }
    .scFaci .spaceArea .flex.td .txtArea h3::before {
        width: 16em;
    }

  .scFaci .loop {
    height: 280px;
    margin: 0 auto; }
    .scFaci .loop .slide img {
      width: 406px;
      height: 280px; }
  .scFaci .heartArea h2 {
    width: 454px;
    margin: 0 auto 56px; }
  .scFaci .heartArea ul li {
    width: 100%; }
    .scFaci .heartArea ul li .flex {
      width: 100%;
      margin: 0 0 60px;
      display: flex;
      align-items: flex-start; }
      .scFaci .heartArea ul li .flex > img {
        width: 304px;
        height: 180px; }
    .scFaci .heartArea ul li h3::before {
      width: 400px;
      height: 60px;
      margin: auto;
      right: 0;
      bottom: -42px;
      left: 0; }
    .scFaci .heartArea ul li .txtArea {
      width: calc(100% - 310px); }
      .scFaci .heartArea ul li .txtArea img.sdgs {
        width: 100%;
        height: auto; }
  .scFaci .spaceArea .flex.td .en-ttl {
    width: 382px;
    margin: 0 0 min(3vw, 30px);
    left: -38px; }

  .scPoint ul {
      width: 74%;
    margin: 0 auto min(8vw, 30px);
    }
    .scPoint ul li {
      width: 100%;
      margin: 0 auto 80px; }
    .scPoint ul li:last-of-type {
        margin-bottom: 0;
    }
      .scPoint ul li img {
        height: 350px;
        margin: 0 auto 42px; }
      .scPoint ul li h2 img {
        width: 100%;
        height: auto;
        margin: 0 auto; }
      .scPoint ul li p {
        line-height: 4rem; }
    

  .scCampaign {
    margin: 0 auto 76px; }
    .scCampaign::before {
      height: 5px;
      top: 20px; }
    .scCampaign::after {
      height: 5px;
      bottom: 20px; }
    .scCampaign .txtArea {
      width: 100%; }
      .scCampaign .txtArea h2 {
        margin: 0 auto 30px;
        padding: 20px 30px;
        font-size: 3.2rem; }
      .scCampaign .txtArea .cinema {
        width: 204px; }
    .scCampaign .boxArea {
      padding: 54px 40px 40px; }
      .scCampaign .boxArea p {
        max-width: 100%;
        font-size: 2rem;
        font-weight: 700;
       }
      .scCampaign .boxArea .sm-txt {
        width: 440px;
        margin: auto;
        padding: 4px 36px;
        position: absolute;
        top: -22px;
        right: 0;
        left: 0;
        color: #FFF;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 3.6rem;
        background: #93CDC3;
        text-align: center; }
      .scCampaign .boxArea .benefits {
        width: 276px;
        margin: 0 0 50px; }
    .scCampaign p.btm {
      padding: 0 0 40px;
      font-size: 1.8rem;
      line-height: 3rem; }
    .scCampaign .imgArea {
      width: 48%;
      position: absolute;
      top: 74px;
      right: 30px; }

  .scAccess {
    padding: 0 0 130px; }
    .scAccess .flex {
      display: flex;
      justify-content: flex-start;
      align-items: baseline; }
      .scAccess .flex.sp {
        align-items: baseline; }
      .scAccess .flex .txtArea {
        width: 100%;
        margin: 0 auto 50px;
        padding: 0; }
        .scAccess .flex .txtArea .logo {
         }
        .scAccess .flex .txtArea h2 {
          margin: 0 0 65px; }
        .scAccess .flex .txtArea p {
          margin: 0 0 30px;
          font-size: 2.2rem; }
        .scAccess .flex .txtArea .accessway p {
          font-size: 2.2rem;
          line-height: 4rem; }
        .scAccess .flex .txtArea img.car {
          width: 24px;
          margin: 0 10px 0 0; }
      .scAccess .flex iframe {
        width: 100%;
        height: 350px; }
    .scAccess .img {
      overflow: hidden; }
      .scAccess .img img {
        width: 140%; }

  #scContact p.top {
    margin: 0 auto 40px;
    font-size: 2.2rem;
    line-height: 4rem; }
  #scContact ul li {
    width: 100%;
    margin: 0 auto 30px; }
    #scContact ul li a {
      height: 200px; }
      #scContact ul li a p {
        font-size: 2.4rem; }
    #scContact ul li:last-of-type a {
      height: 100px;
      padding-left: 20vw; }
      #scContact ul li:last-of-type a.line {
        margin: 0 0 30px; }
      #scContact ul li:last-of-type a .red {
        font-size: 2.6rem; }
  #scContact p.btm {
    font-size: 2rem;
    line-height: 4rem;
    color: #fff; }

  #scContact ul li:last-of-type a svg {
    width: 30px;
    left: 26%; }

  #scContact ul li:last-of-type a.line img {
    /*width: 50px;
    height: 50px;*/ }

  footer {
    padding: 30px 0; }
    footer .content .leftArea {
      width: 100%;
      display: block; }
      footer .content .leftArea .flex {
        display: flex; }
      footer .content .leftArea .logo {
        margin: 0 auto min(7vw, 50px);
        text-align: center; }
        footer .content .leftArea .logo a {
          font-size: 2.5rem; }
      footer .content .leftArea .snsArea {
        width: 70%;
        margin: 0 auto 36px;
        display: flex; }
        footer .content .leftArea .snsArea p.red {
          margin: 0 28px 0 0;
          font-size: 3vw; }
        footer .content .leftArea .snsArea img {
          width: 36px; }
        footer .content .leftArea .snsArea a.twitter {
          margin: 0 30px 0 0; }
    footer .content .rightArea {
      width: 100%;
      display: flex; }
      footer .content .rightArea li a {
        font-size: 3vw; }


  .scFaci .spaceArea .flex.sd .txtArea .cont {
    padding-left: 0; } }
@media screen and (max-width: 650px) {
    .spNone {
        display: none!important;
    }
  p {
    font-size: 3vw;
    line-height: 3rem; }

    header .content {
        height: auto;
        width: 100%;
    }
    header .logo {
        display: flex;
        padding-left: 7vw;
    }
    header ul li:nth-of-type(3), header ul li:nth-of-type(4) {
      width: min(14vw, 50px); }
    header .linkarea {
        height: 46px;
    }
    header ul li:nth-of-type(3), header ul li:nth-of-type(4) {
        border-left: solid 1px #BD936D;
        border-right: none;
    }
    .spShareLink {
        display: flex;
        width: 100%;
        border-top: 1px solid #BD936D;
        border-bottom: 1px solid #BD936D;
        height: 38px;
    }
    .spShareLink li {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
    }
    .spShareLink li:last-child {
        border-left: 1px solid #BD936D;
    }
    .spShareLink a {
        column-gap: 10px;
    }
    header ul li:nth-of-type(4) a.scroll {
        display: none;
    }
    header ul li:nth-of-type(4) a:not(.scroll) {
        display: inline-flex;
    }
  .smfon {
    font-size: 4vw; }

  .scMv p {
    font-size: 3vw; }

  .scMv .sidetxt {
    font-size: 1.4vw; }

  .scConcept .imgpara.sd {
    width: 150px;
    height: 242px;
    bottom: 430px; }

  .scConcept .imgpara.td {
    width: 180px;
    height: 280px;
    bottom: 310px; }

  .scConcept .imgpara.four {
    width: 180px;
    height: 130px;
    bottom: 70px; }
    .scConcept .imgpara.four img {
      height: 130px; }

  .scConcept {
    padding: 75px 0 200px; }
    .scConcept .imgpara.ft {
      width: 250px;
      height: 300px; }
    .scConcept .smfon {
      margin: 0 0 146px;
      font-size: 3.2vw;
      letter-spacing: 0.3rem; }
    .scConcept .txtCont h1 {
      margin: 0 auto 24px;
      font-size: 9vw;
      letter-spacing: 0.1rem; }
    .scConcept .txtCont .sub-ttl {
      font-size: 4vw;
      letter-spacing: 0.2rem; }
    .scConcept .txtCont h2 {
      margin: 0 auto 30px;
      font-size: 3.3vw;

      letter-spacing: 0.2rem; }
    .scConcept .txtCont p {
      margin: 0 auto 28px;
      font-size: 3vw;
      line-height: 3.4rem; }
      .scConcept .txtCont p:nth-of-type(1) {
        margin: 0 auto 400px; }
    .scConcept .txtCont .sub-ttl {
      margin: 0 auto 90px; }
      .scConcept .txtCont .according:before {
        width: 54px;
        height: 1px;
        top: 70px; }

  .scFaci .spaceArea .flex.ft img {
    width: 90%; }

  .scFaci {
    margin: 0 auto 70px;
    padding: 84px 0 15px; }
    .scFaci .spaceArea .flex.ft .txtArea h2 {
      width: 90%; }
    .scFaci .spaceArea .flex.ft .txtArea p {
      margin: 0 auto 20px;
      font-size: 3vw;
      line-height: 2.8rem; }
    .scFaci .spaceArea .flex .txtArea h3 {
      margin: 0 auto 24px;
      font-size: 4vw;
      letter-spacing: 0.2rem; }
      .scFaci .spaceArea .flex .txtArea h3::before {
        top: min(8.5vw, 42px); }
      .scFaci .spaceArea .flex .txtArea h3::after {
        bottom: -15px; }
    .scFaci .spaceArea .flex .txtArea .en-ttl {
      width: 200px;
      left: calc(-3.1vw - 10px); }
    /*.scFaci .spaceArea .flex .txtArea p {
      line-height: 2.8rem; }*/
    .scFaci .spaceArea .flex .imgArea {
      width: 96%;
      margin: 0 auto min(8vw, 40px); }
    .scFaci .spaceArea .flex .imgArea::before , .scFaci .spaceArea .flex.td .imgArea::before {
        border-width: 1.5px;
    }
      .scFaci .spaceArea .flex .imgArea::before {
          height: 100%;
        top: -5px;
        left: 5px; }
      .scFaci .spaceArea .flex .imgArea::after {
        top: 5px;
        left: -5px; }
    .scFaci .spaceArea .flex.td .imgArea::before {
        top: -5px;
        left: -5px;
    }
    .scFaci .spaceArea .flex.td .imgArea::after {
        top: 5px;
        left: 5px;
    }
    .scFaci .spaceArea .flex.sd .txtArea .en-ttl {
      width: 220px;
      left: calc(-3.5vw - 10px); }

  .scFaci .loop {
    height: 140px;
    margin: 0 auto; }
    .scFaci .loop .slide img {
      width: 230px;
      height: 140px; }

  .scFaci .heartArea h2 {
    width: 80%;
    height: auto;
    margin: 0 auto 40px; }
  .scFaci .heartArea ul li {
    margin: 0 0 40px; }
    .scFaci .heartArea ul li h3 {
      margin: 0 auto 42px;
      font-size: 3.8vw;
      line-height: 2.5rem; }
      .scFaci .heartArea ul li h3::before {
        width: 70%;
        bottom: -46px; }
    .scFaci .heartArea ul li .flex {
      margin: 0 0 40px; }
      .scFaci .heartArea ul li .flex > img {
        width: 150px;
        height: 90px; }
      .scFaci .heartArea ul li .flex .txtArea {
        width: calc(100% - 150px);
        padding: 0 0 0 10px; }
    .scFaci .heartArea ul li p {
      line-height: 2.2rem; }

  .scPoint ul li {
    margin: 0 auto 40px; }
    .scPoint ul li h2 {
      width: 180px;
      margin: 0 auto 20px; }
    .scPoint ul li img {
      height: auto;
      margin: 0 auto 30px; }
    .scPoint ul li p {
      line-height: 2.5rem; }
    .scPoint ul li:nth-of-type(2) h2 {
      width: 142px; }
    .scPoint ul li:nth-of-type(3) h2 {
      width: 188px; }

  .scCampaign {
    margin: 0 auto 46px; }
    .scCampaign .boxArea .benefits {
      width: 47%;
      margin: 0 0 30px; }
    .scCampaign .imgArea {
      width: 44%;
      top: 50px;
      right: 6%; }
    .scCampaign .txtArea {
      padding: 60px 0 0 0; }
      .scCampaign .txtArea .grand-open img {
        width: 70%; }
      .scCampaign .txtArea .grand-open .red {
        margin: 0 auto 10px;
        font-size: 3vw; }
      .scCampaign .txtArea .cinema {
        width: 110px;
        top: 50px; }
      .scCampaign .txtArea h2 {
        width: 80%;
        margin: 5px auto 20px;
        padding: 4px 0;
        font-size: 4.8vw; }
        .scCampaign .txtArea h2::before {
          border-top: dotted 3px #fff; }
        .scCampaign .txtArea h2::after {
          border-top: dotted 3px #fff; }
      .scCampaign .txtArea img.campaign {
        left: 0;
        margin: -8vw 0 -4vw; }
    .scCampaign .boxArea {
      padding: 40px 18px 20px; }
      .scCampaign .boxArea p {
        width: 100%;
        font-size: 3vw;
          letter-spacing: 0.03em;
        }
      .scCampaign .boxArea .sm-txt {
        width: 78%;
        padding: 0px 4px;
        top: -12px;
        font-size: 3.6vw;
        line-height: 3rem; }
    .scCampaign p.btm {
      padding: 0 0 40px;
      font-size: 3vw;
      line-height: 2.5rem; }

  .scAccess {
    padding: 0 0 90px; }
    .scAccess .flex .txtArea {
      margin: 0 auto 30px; }
      .scAccess .flex .txtArea h2 {
        margin: 0 0 40px; }
      .scAccess .flex .txtArea p {
        margin: 0 0 10px;
        font-size: 3.4vw; }
      .scAccess .flex .txtArea .logo {
          width: 70%;
        margin: 0 0 20px;
         }
      .scAccess .flex .txtArea .accessway p {
        font-size: 3vw;
        line-height: 2rem; }
      .scAccess .flex .txtArea img.car {
        width: 20px;
        margin: 0 10px 0 0; }
    .scAccess .flex iframe {
        height: 55vw;
        margin: 0 auto;
    }

  #scContact {
    padding: 46px 0 36px; }
    #scContact h2 {
      margin: 0 auto 20px; }
    #scContact p.top {
      margin: 0 auto 30px;
      font-size: 3.2vw;
      line-height: 2.5rem; }
    #scContact ul {
      margin: 0 auto 26px; }
      #scContact ul li {
        margin: 0 auto 20px; }
        #scContact ul li a {
          height: 120px; }
          #scContact ul li a p {
            font-size: 3.4vw; }
          #scContact ul li a:after {
            width: calc(100% - 14px);
            height: calc(100% - 14px);
            border: solid 1px #87AF98; }
        #scContact ul li:last-of-type a {
          height: 70px;
          justify-content: center;
            padding: 0;
        }
          #scContact ul li:last-of-type a.line {
            margin: 0 0 20px; }
          #scContact ul li:last-of-type a img {
            width: 24px;
          }
          #scContact ul li:last-of-type a .red {
            font-size: 4vw; }
          #scContact ul li:last-of-type a svg {
            width: 22px;
            top: 30%;
            left: 20%; }
    #scContact ul li a svg {
        width: 13px;
    }
    #scContact p.btm {
      font-size: 3vw;
      line-height: 2.8rem; }
    

    footer {
        padding: 30px 0 55px;
    }
  footer .content .leftArea .logo {
      width: 65%;
    }
    footer .content .leftArea .logo a {
      font-size: 4.6vw; }
  footer .content .leftArea .snsArea {
    margin: 0 auto 26px;
    width: 100%;
    justify-content: center;
    column-gap: 20px; }
  footer .content .leftArea .snsArea p.red {
    margin: 0 15px 0 0;
    font-size: 3vw; }
  footer .content .leftArea .snsArea img {
    width: 24px; }
  footer .content .leftArea .snsArea a.twitter {
    margin: 0 16px 0 0; }

  .scFaci .spaceArea .flex .txtArea .subttl {
    font-size: 1.2rem; }

  .scFaci .spaceArea .flex.sd .txtArea, .scFaci .spaceArea .flex.td .txtArea {
    padding: 0 10px; }
    #sc5contents .img5contentsHead {
        width: 93%;
        padding: 0 10px;
    }
    .contentsRow {
        padding: 0 10%;
    }
    .contentsRow > div {
        width: 100%;
    }
    .contentsRow dt {
        justify-content: flex-start;
    }
    .contentsRow dt::before, .contentsRow dt::after {
        content: "";
        background: #72B297;
        width: 8px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 0;
        transition: all 0.2s;
    }
    .contentsRow dt::before {
        transform: rotate(90deg);
    }
    .contentsRow dt.open::before {
        transform: rotate(0);
    }
    .contentsRow dt img {
        width: 25px;
        margin-left: 3.2vw;
    }
    .contentsRow dt div {

    }
    .contentsRow dd {
        font-size: 1rem;
        display: none;
    }
    .spFixBtn {
        display: block;
    }
    #slider .slick-dots {
        bottom: -30px;
    }
    #slider .slick-dots li button:before {
        width: 7px;
        height: 7px;
    }
}
@media screen and (min-width: 1920px) {
  .scMv .grand-open {
    width: 750px;
    left: 13%; }

  .scFaci .spaceArea .flex .imgArea {
    width: 1000px; }

  .scFaci .spaceArea .flex .txtArea {
    width: 550px; } }
