@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow: auto;
  font-family: sans-serif;
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  overflow: hidden;
  margin: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0px;
  text-align: left;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.5px;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: #222;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #222;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  figcaption {
    font-size: 1.4rem;
  }
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

#map, #movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 56.25% */
}

#map iframe, #movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map img {
  max-width: none;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

dt {
  font-weight: bold;
  line-height: 1.5;
}

dd {
  margin-bottom: 1.5rem;
  margin-left: 0;
  line-height: 1.5;
}
dd p {
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 1.5;
}
dd li {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  dd {
    margin-top: 5px;
    border-bottom: 1px solid #b1b1b1;
    padding-left: 1em;
    padding-bottom: 1.3rem;
  }
  dd p:first-child {
    margin-top: 0;
  }
  dd li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  dl {
    position: relative;
  }
  dt {
    position: absolute;
  }
  dd {
    padding-left: 10em;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #b1b1b1;
    line-height: 1.5;
  }
}
.content {
  width: auto;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .content {
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content.con-w-m {
    max-width: 1020px;
  }
  .content.con-w-s {
    max-width: 788px;
  }
  .content.con-w-ss {
    max-width: 600px;
  }
}

.cf::after {
  content: "";
  clear: both;
  display: table;
}

::-moz-selection {
  background: #caf8f6; /* Firefox */
}

::selection {
  background: #caf8f6; /* Safari */
}

.sp-dn, .pc-db {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-dn, .pc-db {
    display: block;
  }
  .pc-dn, .sp-db {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .sp-s-dn {
    display: block;
  }
  .sp-s-db {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sp-s-dn {
    display: none;
  }
  .sp-s-db {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .col3 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .col3 li, .col3 figure {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 33.3%;
  }
}

@media screen and (min-width: 768px) {
  .col2 {
    margin-left: -40px;
  }
  .col2 .box1 {
    float: left;
    width: 50%;
    padding-left: 40px;
  }
  .col2 .box2 {
    float: left;
    width: 50%;
    padding-left: 40px;
  }
}

.col3-2 {
  margin-left: -15px;
}
.col3-2 .box1 figure {
  float: left;
  width: 50%;
  padding-left: 15px;
}
.col3-2 .box2 figure {
  float: left;
  width: 50%;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .col3-2 .box1 figure {
    width: 33.3333333333%;
    float: left;
    padding-left: 20px;
  }
  .col3-2 .box2 {
    padding-left: 33.3333333333%;
  }
  .col3-2 .box2 figure {
    width: 50%;
    float: laft;
    padding-top: 20px;
    padding-left: 20px;
  }
}

/* OPEN / CLOSE BTNS */
@media screen and (max-width: 768px) {
  .pushbar.opened {
    display: block;
  }
  html.pushbar_locked {
    overflow: hidden;
    touch-action: none;
  }
  .pushbar_locked .pushbar_main_content.pushbar_blur {
    filter: blur(10px);
  }
  .pushbar {
    z-index: 1000;
    position: fixed;
    will-change: transform;
    overflow-y: auto;
    transition: transform 0.5s ease;
    will-change: transform;
    background: #fff;
  }
  .pushbar_overlay {
    z-index: -999;
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    will-change: opacity;
    transition: opacity 0.5s ease;
    opacity: 0;
    will-change: opacity;
    background: #666;
  }
  html.pushbar_locked .pushbar_overlay {
    opacity: 0.4;
    z-index: 999;
    transition: opacity 0.5s ease;
  }
  .pushbar.from_right {
    top: 0;
    right: 0;
    width: 256px;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    transform: translateZ(0) translateX(100%);
  }
  .pushbar.from_top {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    transform: translateZ(0) translateY(-100%);
  }
  .pushbar.from_bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    transform: translateZ(0) translateY(100%);
  }
  .pushbar.opened {
    transform: translateX(0px) translateY(0px);
  }
}
.pushbar_main_content {
  visibility: hidden;
  opacity: 0;
}

.pace-running {
  background: #008b9e;
}

.pace-running.pace-done {
  background: #fff;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 180px;
  background: url(/img/logo-load.png) center 0 no-repeat;
  background-size: contain;
  overflow: hidden;
}

.pace .pace-progress {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transform: translate3d(0, 0, 0);
  display: block;
  position: absolute;
  right: 100%;
  margin-right: 0;
  width: 100%;
  top: 0;
  left: 0;
  height: 160px;
  font-size: 16px;
  background: rgba(0, 139, 158, 0.8);
  color: #fff;
  line-height: 320px;
  font-family: "Questrial", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 2.5em;
  text-align: right;
  left: 50%;
  margin-left: -1.25em;
  top: 0;
  height: 180px;
}

@media all and (-ms-high-contrast: none) {
  .pace .pace-progress:after {
    display: none;
  }
}
.pace .pace-progress[data-progress-text="1%"]:after {
  top: 1%;
}

.pace .pace-progress[data-progress-text="2%"]:after {
  top: 2%;
}

.pace .pace-progress[data-progress-text="3%"]:after {
  top: 3%;
}

.pace .pace-progress[data-progress-text="4%"]:after {
  top: 4%;
}

.pace .pace-progress[data-progress-text="5%"]:after {
  top: 5%;
}

.pace .pace-progress[data-progress-text="6%"]:after {
  top: 6%;
}

.pace .pace-progress[data-progress-text="7%"]:after {
  top: 7%;
}

.pace .pace-progress[data-progress-text="8%"]:after {
  top: 8%;
}

.pace .pace-progress[data-progress-text="9%"]:after {
  top: 9%;
}

.pace .pace-progress[data-progress-text="10%"]:after {
  top: 10%;
}

.pace .pace-progress[data-progress-text="11%"]:after {
  top: 11%;
}

.pace .pace-progress[data-progress-text="12%"]:after {
  top: 12%;
}

.pace .pace-progress[data-progress-text="13%"]:after {
  top: 13%;
}

.pace .pace-progress[data-progress-text="14%"]:after {
  top: 14%;
}

.pace .pace-progress[data-progress-text="15%"]:after {
  top: 15%;
}

.pace .pace-progress[data-progress-text="16%"]:after {
  top: 16%;
}

.pace .pace-progress[data-progress-text="17%"]:after {
  top: 17%;
}

.pace .pace-progress[data-progress-text="18%"]:after {
  top: 18%;
}

.pace .pace-progress[data-progress-text="19%"]:after {
  top: 19%;
}

.pace .pace-progress[data-progress-text="20%"]:after {
  top: 20%;
}

.pace .pace-progress[data-progress-text="21%"]:after {
  top: 21%;
}

.pace .pace-progress[data-progress-text="22%"]:after {
  top: 22%;
}

.pace .pace-progress[data-progress-text="23%"]:after {
  top: 23%;
}

.pace .pace-progress[data-progress-text="24%"]:after {
  top: 24%;
}

.pace .pace-progress[data-progress-text="25%"]:after {
  top: 25%;
}

.pace .pace-progress[data-progress-text="26%"]:after {
  top: 26%;
}

.pace .pace-progress[data-progress-text="27%"]:after {
  top: 27%;
}

.pace .pace-progress[data-progress-text="28%"]:after {
  top: 28%;
}

.pace .pace-progress[data-progress-text="29%"]:after {
  top: 29%;
}

.pace .pace-progress[data-progress-text="30%"]:after {
  top: 30%;
}

.pace .pace-progress[data-progress-text="31%"]:after {
  top: 31%;
}

.pace .pace-progress[data-progress-text="32%"]:after {
  top: 32%;
}

.pace .pace-progress[data-progress-text="33%"]:after {
  top: 33%;
}

.pace .pace-progress[data-progress-text="34%"]:after {
  top: 34%;
}

.pace .pace-progress[data-progress-text="35%"]:after {
  top: 35%;
}

.pace .pace-progress[data-progress-text="36%"]:after {
  top: 36%;
}

.pace .pace-progress[data-progress-text="37%"]:after {
  top: 37%;
}

.pace .pace-progress[data-progress-text="38%"]:after {
  top: 38%;
}

.pace .pace-progress[data-progress-text="39%"]:after {
  top: 39%;
}

.pace .pace-progress[data-progress-text="40%"]:after {
  top: 40%;
}

.pace .pace-progress[data-progress-text="41%"]:after {
  top: 41%;
}

.pace .pace-progress[data-progress-text="42%"]:after {
  top: 42%;
}

.pace .pace-progress[data-progress-text="43%"]:after {
  top: 43%;
}

.pace .pace-progress[data-progress-text="44%"]:after {
  top: 44%;
}

.pace .pace-progress[data-progress-text="45%"]:after {
  top: 45%;
}

.pace .pace-progress[data-progress-text="46%"]:after {
  top: 46%;
}

.pace .pace-progress[data-progress-text="47%"]:after {
  top: 47%;
}

.pace .pace-progress[data-progress-text="48%"]:after {
  top: 48%;
}

.pace .pace-progress[data-progress-text="49%"]:after {
  top: 49%;
}

.pace .pace-progress[data-progress-text="50%"]:after {
  top: 50%;
}

.pace .pace-progress[data-progress-text="51%"]:after {
  top: 51%;
}

.pace .pace-progress[data-progress-text="52%"]:after {
  top: 52%;
}

.pace .pace-progress[data-progress-text="53%"]:after {
  top: 53%;
}

.pace .pace-progress[data-progress-text="54%"]:after {
  top: 54%;
}

.pace .pace-progress[data-progress-text="55%"]:after {
  top: 55%;
}

.pace .pace-progress[data-progress-text="56%"]:after {
  top: 56%;
}

.pace .pace-progress[data-progress-text="57%"]:after {
  top: 57%;
}

.pace .pace-progress[data-progress-text="58%"]:after {
  top: 58%;
}

.pace .pace-progress[data-progress-text="59%"]:after {
  top: 59%;
}

.pace .pace-progress[data-progress-text="60%"]:after {
  top: 60%;
}

.pace .pace-progress[data-progress-text="61%"]:after {
  top: 61%;
}

.pace .pace-progress[data-progress-text="62%"]:after {
  top: 62%;
}

.pace .pace-progress[data-progress-text="63%"]:after {
  top: 63%;
}

.pace .pace-progress[data-progress-text="64%"]:after {
  top: 64%;
}

.pace .pace-progress[data-progress-text="65%"]:after {
  top: 65%;
}

.pace .pace-progress[data-progress-text="66%"]:after {
  top: 66%;
}

.pace .pace-progress[data-progress-text="67%"]:after {
  top: 67%;
}

.pace .pace-progress[data-progress-text="68%"]:after {
  top: 68%;
}

.pace .pace-progress[data-progress-text="69%"]:after {
  top: 69%;
}

.pace .pace-progress[data-progress-text="70%"]:after {
  top: 70%;
}

.pace .pace-progress[data-progress-text="71%"]:after {
  top: 71%;
}

.pace .pace-progress[data-progress-text="72%"]:after {
  top: 72%;
}

.pace .pace-progress[data-progress-text="73%"]:after {
  top: 73%;
}

.pace .pace-progress[data-progress-text="74%"]:after {
  top: 74%;
}

.pace .pace-progress[data-progress-text="75%"]:after {
  top: 75%;
}

.pace .pace-progress[data-progress-text="76%"]:after {
  top: 76%;
}

.pace .pace-progress[data-progress-text="77%"]:after {
  top: 77%;
}

.pace .pace-progress[data-progress-text="78%"]:after {
  top: 78%;
}

.pace .pace-progress[data-progress-text="79%"]:after {
  top: 79%;
}

.pace .pace-progress[data-progress-text="80%"]:after {
  top: 80%;
}

.pace .pace-progress[data-progress-text="81%"]:after {
  top: 81%;
}

.pace .pace-progress[data-progress-text="82%"]:after {
  top: 82%;
}

.pace .pace-progress[data-progress-text="83%"]:after {
  top: 83%;
}

.pace .pace-progress[data-progress-text="84%"]:after {
  top: 84%;
}

.pace .pace-progress[data-progress-text="85%"]:after {
  top: 85%;
}

.pace .pace-progress[data-progress-text="86%"]:after {
  top: 86%;
}

.pace .pace-progress[data-progress-text="87%"]:after {
  top: 87%;
}

.pace .pace-progress[data-progress-text="88%"]:after {
  top: 88%;
}

.pace .pace-progress[data-progress-text="89%"]:after {
  top: 89%;
}

.pace .pace-progress[data-progress-text="90%"]:after {
  top: 90%;
}

.pace .pace-progress[data-progress-text="91%"]:after {
  top: 91%;
}

.pace .pace-progress[data-progress-text="92%"]:after {
  top: 92%;
}

.pace .pace-progress[data-progress-text="93%"]:after {
  top: 93%;
}

.pace .pace-progress[data-progress-text="94%"]:after {
  top: 94%;
}

.pace .pace-progress[data-progress-text="95%"]:after {
  top: 95%;
}

.pace .pace-progress[data-progress-text="96%"]:after {
  top: 96%;
}

.pace .pace-progress[data-progress-text="97%"]:after {
  top: 97%;
}

.pace .pace-progress[data-progress-text="98%"]:after {
  top: 98%;
}

.pace .pace-progress[data-progress-text="99%"]:after {
  top: 99%;
}

.pace .pace-progress[data-progress-text="100%"]:after {
  top: 100%;
}

.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 160px;
  z-index: 2001;
}

.pace.pace-inactive {
  display: none;
}

.ani-tit {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s ease-out 0.5s;
}

.pace-done .ani-tit {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.ani-lead1 {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out 0.8s;
}

.pace-done .ani-lead1 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.ani-lead2 {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out 1s;
}

.pace-done .ani-lead2 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.delighter.slide-l {
  transition: all 0.8s ease-out;
  transform: translateX(-20px);
  visibility: hidden;
  opacity: 0;
}
.delighter.slide-l.started {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.delighter.slide-r {
  transition: all 0.8s ease-out;
  transform: translateX(20px);
  visibility: hidden;
  opacity: 0;
}
.delighter.slide-r.started {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.delighter.fade {
  transition: all 0.8s ease-out;
  opacity: 0;
}
.delighter.fade.started {
  opacity: 1;
}

.delighter.each .each1 {
  transition: all 0.8s ease-out;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
}
.delighter.each .each2 {
  transition: all 0.8s ease-out 0.2s;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
}
.delighter.each .each3 {
  transition: all 0.8s ease-out 0.4s;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
}
.delighter.each .each4 {
  transition: all 0.8s ease-out 0.6s;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
}
.delighter.each.started .each1, .delighter.each.started .each2, .delighter.each.started .each3, .delighter.each.started .each4 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.delighter.each-r .each1 {
  transition: all 0.8s ease-out;
  transform: translatex(20px);
  visibility: hidden;
  opacity: 0;
}
.delighter.each-r .each2 {
  transition: all 0.8s ease-out 0.2s;
  transform: translatex(20px);
  visibility: hidden;
  opacity: 0;
}
.delighter.each-r .each3 {
  transition: all 0.8s ease-out 0.4s;
  transform: translatex(20px);
  visibility: hidden;
  opacity: 0;
}
.delighter.each-r .each4 {
  transition: all 0.8s ease-out 0.6s;
  transform: translatex(20px);
  visibility: hidden;
  opacity: 0;
}
.delighter.each-r.started .each1, .delighter.each-r.started .each2, .delighter.each-r.started .each3, .delighter.each-r.started .each4 {
  transform: translatex(0);
  opacity: 1;
  visibility: visible;
}

.btn-link {
  text-align: center;
  display: block;
  margin: auto;
  width: 140px;
  position: relative;
  z-index: 10;
}
.btn-link:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.btn-link a, .btn-link button {
  display: block;
  color: #fff;
  padding: 10px;
  position: relative;
  letter-spacing: 2px;
  line-height: 1.2;
  border: none;
  background: none;
  width: 100%;
}
.btn-link a:before, .btn-link button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.6s;
  background: linear-gradient(-90deg, #00c6b8, #008b9e);
}
.btn-link a:hover:before, .btn-link button:hover:before {
  opacity: 0;
}
.btn-link a:after, .btn-link button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background: linear-gradient(-90deg, #008b9e, #00c6b8);
}
.p-thanks .btn-link, .p-404 .btn-link {
  width: 220px;
}

.link-text {
  color: #008b9e;
  text-decoration: underline;
}
.link-text:hover {
  text-decoration: none;
  color: #008b9e;
}

.link-blank {
  position: relative;
  padding-right: 2.1rem;
}
.link-blank:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: 2px;
  top: 1px;
  background: url(/img/ico-blank.svg);
}

@media all and (-ms-high-contrast: none) {
  .btn-link a.en {
    padding-top: 10px;
  }
}
.en {
  font-family: "Questrial", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tit-page .en {
  margin: 0;
  font-size: 3rem;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tit-page .ja {
  padding-left: 0.3rem;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 3px;
}

.tit-section {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #008b9e;
  letter-spacing: 2px;
  text-align: center;
}

.tit-section2 {
  margin-bottom: 30px;
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #008b9e;
  letter-spacing: 2px;
}
.tit-section2 span {
  position: relative;
  padding: 0 30px;
  display: inline-block;
}
.tit-section2 span:before {
  position: absolute;
  content: "/";
  top: 50%;
  margin-top: -1rem;
  color: #008b9e;
  left: 0;
}
.tit-section2 span:after {
  position: absolute;
  content: "/";
  top: 50%;
  margin-top: -1rem;
  color: #008b9e;
  right: 0;
}

.copy-header, .copy:after {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}

.copy {
  position: relative;
}
.copy:after {
  position: absolute;
  right: 5px;
  bottom: -1.5rem;
  color: #999;
}
.copy.sand:after {
  content: "Photo : ©SANDWICH.Inc";
}
.copy.sand2:after {
  content: "Photo : ©SANDWICH.Inc(2枚目除く)";
}
.copy.sand-m:after {
  content: "Movie : ©SANDWICH.Inc";
}
.copy.omote:after {
  content: "Photo : ©Nobutada OMOTE | SANDWICH";
}
.copy.kojima:after {
  content: "Photo : ©Yosuke Kojima";
}
.copy.louvre:after {
  content: "©Pyramide du Louvre, arch. I. M. Pei, musée du Louvre\aRemerciements : Musée du Louvre / 協力：ルーヴル美術館";
  white-space: pre;
  bottom: auto;
  top: -80px;
  line-height: 1.3;
  right: auto;
  left: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .copy.louvre:after {
    top: -76px;
  }
}

.lead-box {
  padding: 40px 15px 50px;
  color: #008b9e;
}
.lead-box .tit-section {
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 4px;
}
.lead-box .tit-section.sty2 {
  letter-spacing: 2px;
}
.lead-box p {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 2;
}
.lead-box.sty2 p {
  color: #222;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 600px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.lead-box.sty3 p {
  color: #222;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 600px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .tit-page .en {
    font-size: 3.6rem;
  }
  .tit-page .ja {
    font-size: 1.4rem;
  }
  .tit-section {
    font-size: 2.4rem;
  }
  .tit-section2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .tit-section2 span:before {
    margin-top: -1.2rem;
  }
  .tit-section2 span:after {
    margin-top: -1.2rem;
  }
  .copy-header, .copy:after {
    font-size: 1.1rem;
  }
  .lead-box {
    padding: 90px 20px 80px;
    text-align: center;
  }
  .lead-box p {
    font-size: 1.8rem;
  }
  .lead-box.sty2 p {
    font-size: 1.5rem;
  }
  .lead-box.sty3 {
    padding: 60px 20px 45px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .lead-box.sty3 p {
    font-size: 1.5rem;
  }
}
#g-header {
  position: relative;
}

#g-box {
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: 0.3s;
}
#g-box.sty2 {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #e6e6e6;
}

#logo {
  float: left;
  width: 220px;
  margin-bottom: 0;
}
#logo a {
  display: block;
}
.sty2 #logo a {
  background: url(/img/logo2.svg) center center no-repeat;
}
.sty2 #logo img {
  opacity: 0;
}

#btn-burger {
  float: right;
  width: 22px;
  padding: 5px 0;
  margin-bottom: 0;
}
.sty2 #btn-burger {
  background: url(/img/ico-menu2.svg) center center no-repeat;
}
.sty2 #btn-burger img {
  opacity: 0;
}

#g-nav {
  text-align: center;
}
#g-nav a {
  display: block;
  color: #fff;
  font-weight: bold;
}
#g-nav a:hover {
  color: #fff;
}
.sty2 #g-nav a {
  color: #222;
}
.sty2 #g-nav a:hover {
  color: #222;
}
#g-nav .link-home {
  display: none;
}
.sty2 #g-nav .parent {
  color: #222;
}

#menu-sp {
  background: rgba(0, 139, 158, 0.8);
  margin: auto;
  padding-right: 1.5rem;
  padding-left: 10px;
  text-align: center;
  overflow-y: initial;
}
#menu-sp.opened:before {
  overflow: auto;
  position: absolute;
  content: "";
  left: -80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 100vh 0;
  border-color: transparent rgba(0, 139, 158, 0.8) transparent transparent;
}
#menu-sp #g-nav {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
  -ms-overflow-style: none;
}
#menu-sp #g-nav::-webkit-scrollbar {
  display: none;
}
#menu-sp #g-nav a {
  line-height: 1.2;
}
#menu-sp .link-home {
  display: block;
}
#menu-sp li {
  color: #fff;
  font-weight: bold;
  padding-top: 20px;
  font-size: 1.7rem;
}
#menu-sp li ul {
  margin-left: 1em;
  margin-bottom: 10px;
}
#menu-sp li li {
  font-size: 1.5rem;
}

#sp-close {
  width: 22px;
  position: absolute;
  right: 9px;
  top: 15px;
  z-index: 2;
}

#g-content {
  height: 340px;
  overflow: hidden;
  position: relative;
  min-height: 350px;
}
#g-content:after {
  position: absolute;
  content: "";
  z-index: 3;
  width: 0;
  height: 0;
  bottom: 0;
  border-style: solid;
  border-width: 350px 0 0 280px;
  border-color: transparent transparent transparent rgba(5, 77, 119, 0.6);
}
#g-content:before {
  position: absolute;
  content: "";
  z-index: 4;
  width: 0;
  height: 0;
  top: 0;
  border-style: solid;
  border-width: 320px 435px 0 0;
  border-color: rgba(9, 156, 136, 0.5) transparent transparent transparent;
}
#g-content .bg img {
  width: inherit;
  height: inherit;
  position: absolute;
  max-width: inherit;
}
#g-content .tit-page {
  position: absolute;
  top: 160px;
  left: 40px;
  z-index: 5;
  color: #fff;
}
#g-content .copy-header {
  position: absolute;
  z-index: 9;
  right: 5px;
  bottom: 5px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
.p-404 #g-content .bg, .p-privacy #g-content .bg {
  background: #9ae8e3;
}

@media screen and (min-width: 768px) {
  #g-box {
    padding: 5px 10px 0;
  }
  #btn-burger {
    display: none;
  }
  #g-nav {
    display: block;
    float: right;
    padding-top: 8px;
  }
  #g-nav li {
    display: inline-block;
    padding-right: 10px;
  }
  #g-nav a {
    padding: 0 10px 10px;
    letter-spacing: 0px;
  }
  #g-nav .parents {
    position: relative;
    color: #fff;
    font-weight: bold;
  }
  .sty2 #g-nav .parents {
    color: #222;
  }
  #g-nav .parents span {
    display: block;
    padding: 0 10px 10px;
    letter-spacing: 0px;
  }
  #g-nav .parents span:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 3px 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.4s ease;
  }
  .sty2 #g-nav .parents span:after {
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
  }
  #g-nav .parents.active span:after {
    margin-bottom: 0;
    transform: rotate(-135deg);
  }
  #g-nav .children {
    position: absolute;
    top: 40px;
    left: calc(-50% - 0.4rem);
    width: 200px;
    padding: 10px 0;
    background: rgba(0, 139, 158, 0.9);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease;
  }
  #g-nav .children li {
    padding-right: 0;
    display: block;
    line-height: 1.2;
  }
  #g-nav .children:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 139, 158, 0.8);
  }
  #g-nav .children a {
    padding: 10px;
  }
  .sty2 #g-nav .children a {
    color: #fff;
  }
  #g-nav li:hover .children {
    top: 34px;
    visibility: visible;
    opacity: 1;
  }
  #menu-sp {
    display: none;
  }
  #g-content {
    height: 440px;
  }
  #g-content:after {
    border-width: 420px 0 0 400px;
  }
  #g-content:before {
    border-width: 380px 750px 0 0;
  }
  #g-content .tit-page {
    top: 200px;
  }
}
@media all and (-ms-high-contrast: none) {
  #g-box {
    padding: 5px 10px 0;
  }
  #btn-burger {
    display: none;
  }
  #g-nav {
    display: block;
    float: right;
    padding-top: 8px;
  }
  #g-nav li {
    display: inline-block;
    padding-right: 0px;
  }
  #g-nav a {
    padding: 0 10px 10px;
    letter-spacing: 0px;
    font-size: 1.4rem;
  }
  #g-nav .parents {
    position: relative;
    color: #fff;
    font-weight: bold;
  }
  .sty2 #g-nav .parents {
    color: #222;
  }
  #g-nav .parents span {
    display: block;
    padding: 0 0px 10px 10px;
    letter-spacing: 0px;
    font-size: 1.4rem;
  }
  #g-nav .parents span:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 3px 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.4s ease;
  }
  .sty2 #g-nav .parents span:after {
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
  }
  #g-nav .parents.active span:after {
    margin-bottom: 0;
    transform: rotate(-135deg);
  }
  #g-nav .children {
    position: absolute;
    top: 40px;
    left: calc(-50% + 0.7rem);
    width: 160px;
    padding: 10px 0;
    background: rgba(0, 139, 158, 0.9);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease;
  }
  #g-nav .children li {
    padding-right: 0;
    display: block;
    line-height: 1.2;
  }
  #g-nav .children:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 139, 158, 0.8);
  }
  #g-nav .children a {
    padding: 10px;
  }
  .sty2 #g-nav .children a {
    color: #fff;
  }
  #g-nav li:hover .children {
    top: 34px;
    visibility: visible;
    opacity: 1;
  }
  #menu-sp {
    display: none;
  }
}
#gotop {
  position: absolute;
  right: 10px;
  width: 42px;
  top: -50px;
}

#g-footer {
  margin-top: 90px;
  position: relative;
}
#g-footer .wrapper {
  padding: 20px 0;
  background: #007f7a;
  color: #fff;
  text-align: center;
}
#g-footer .wrapper a {
  color: #fff;
}

#gf-info .logo {
  width: 90px;
  margin: 0 auto 1.4rem;
}
#gf-info .name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}
#gf-info address {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#gf-info li {
  display: inline-block;
  font-size: 1.2rem;
}
#gf-info li:first-child {
  padding-right: 20px;
}
#gf-info .sns-link {
  margin: 10px 0 0;
}
#gf-info .sns-link li:first-child {
  padding-right: 10px;
}
#gf-info .sns-link2 {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}
#gf-info .sns-link2 p {
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 1.3rem;
  padding-right: 15px;
  border-right: 1px solid #fff;
}
#gf-info .sns-link2 li {
  padding-left: 10px;
}
#gf-info .sns-link2 li:first-child {
  padding-right: 0;
  padding-left: 0;
}

#gf-nav {
  display: none;
}

#copyright {
  padding: 5px 0;
  text-align: center;
}
#copyright small {
  color: #007f7a;
  font-family: "Questrial", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  #g-footer .wrapper {
    text-align: left;
  }
  #g-footer .logo {
    width: 110px;
    margin: 0 0 1.4rem;
  }
  #g-footer .name {
    font-size: 1.8rem;
  }
  #g-footer address {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  #gf-info {
    float: left;
  }
  #gf-info ul {
    line-height: 1;
  }
  #gf-info .sns-link2 {
    justify-content: flex-start;
  }
  #gf-info .sns-link2 p {
    margin-left: -5px;
  }
  #gf-nav {
    float: right;
    display: block;
    padding-top: 2.8rem;
  }
  #gf-nav .inner {
    float: left;
    padding-left: 20px;
  }
  #gf-nav li {
    line-height: 1.5;
  }
  #gf-nav p, #gf-nav a {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1.5;
  }
  #gf-nav .children a {
    font-weight: normal;
  }
  #gf-nav .children a:before {
    content: "- ";
  }
  #copyright small {
    font-size: 1.2rem;
  }
}
main {
  overflow: hidden;
}

.box-bg {
  position: relative;
}
.box-bg:before {
  position: absolute;
  content: "";
  right: 0;
  top: -70px;
  width: 100%;
  height: 110%;
  z-index: -1;
  transform: skew(0deg, -20deg);
  transform-origin: right top;
  background: #f2fdf9;
}/*# sourceMappingURL=main.css.map */