@charset "utf-8";
/* CSS Document */
/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.article-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 100px 15px;
  position: relative;
}
.article-inner[data-type="wide"] {
  max-width: 1230px;
  margin: 0 auto;
  padding: 100px 15px;
}
.main-article {
  max-width: 1024px;
  margin: 0 auto;
  padding: 70px 0;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
.m-nav-breadcrumb a, .m-nav-breadcrumb-sub a, .m-nav-breadcrumb-ctg a {
  color: #d1d1d1;
}
.disable {
  pointer-events: none;
  background: #ccc;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .t-mode-rwd .l-content-body[data-type="full"] .l-content-main {
    padding: 0 !important;
  }
  .l-footer {
    margin-top: -1px;
  }
  .article-inner {
    padding: 80px 25px;
  }
}
/* Bottom Erea */
.btm-link-btn {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.btm-link-btn > li {
  width: 50%;
  padding-left: 20px;
}
.btm-link-btn a {
  color: #ccc;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 20px;
  display: inline-block;
}
.btm-link-btn a::after {
  width: 5px;
  height: 9px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 16px;
  background-position: -30px -10px;
  background-image: url(/resource/img/icn_sprite.svg);
  content: '';
}
.copyright {
  text-align: center;
  color: #ccc;
  font-size: 1.4rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .btm-link-btn {
    flex-direction: column;
    margin-left: 0;
  }
  .btm-link-btn > li {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .btm-link-btn > li:first-child {
    margin-top: 0;
  }
  .btm-link-btn a {
    padding: 20px;
  }
  .copyright {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .t-mode-rwd .l-footer {
    padding-left: 0;
  }
  .t-mode-rwd .l-content {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-content {
    padding: 0;
  }
  .l-content-body {
    margin: 0;
    padding: 0;
  }
  /*
	.l-content-head {
    max-width: 1040px;
		margin: 0 auto;
	}
	*/
  .l-content-related[data-type="full"] {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 15px 100px;
  }
  /*
  .t-mode-rwd[data-type="simple"] .l-content {
    margin-top: -110px;
  }
  */
  .l-footer {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-head {
    padding: 10px;
    position: relative;
    z-index: 5;
  }
  .l-content-body {
    padding: 0;
    margin-top: 0;
  }
  .l-content-main {
    margin: 0;
  }
  .article-inner {
    padding: 60px 10px;
  }
  .main-article {
    padding: 20px 0 30px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
  .l-footer {
    position: relative;
    z-index: 50;
  }
}
/* Section Color */
.l-content-head {
  background-color: #1e1e1e;
}
section {
  background-color: #fff;
  color: #333;
}
section[data-type="white"] {
  background-color: #fff;
  color: #333;
}
section[data-type="black"] {
  background-color: #1e1e1e;
  color: #ccc;
}
section[data-type="gray"] {
  background-color: #f2f2f2;
  color: #333;
}
section.introduction {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(45, 45, 45, 0.4);
}
/* Hdg-Sec-Lv2 */
.hdg-sec-lv2 {
  margin: 0 0 30px;
  display: flex;
  align-items: baseline;
}
.hdg-sec-lv2.a-ac {
  justify-content: center;
}
.hdg-sec-lv2.a-ar {
  justify-content: end;
  flex-direction: row-reverse;
}
section[data-type="black"] .hdg-sec-lv2 {
  color: #fff;
}
.hdg-sec-lv2 > h2 {
  font-family: alternate-gothic-no-3-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14.5rem;
  line-height: 1;
  padding-right: 30px;
}
.hdg-sec-lv2 > h2[data-type="jpn"] {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", Meiryo, "sans-serif";
  font-weight: 500;
  font-style: normal;
  font-size: 9.5rem;
  line-height: 1;
}
.hdg-sec-lv2[data-type="ceremony"] > h2 {
  font-size: 13rem;
}
.hdg-sec-lv2.a-ar > h2 {
  padding-right: 0;
  padding-left: 30px;
}
.hdg-sec-lv2 > p {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  margin-top: 0;
}
.hdg-sec-lv2 + * {
  margin-top: 0;
}
.hdg-sec-lv2 + .hdg-sec-lv3 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hdg-sec-lv2 > h2 {
    font-size: 14.5vw;
  }
  .hdg-sec-lv2[data-type="ceremony"] > h2 {
    font-size: 12.5vw;
  }
  .hdg-sec-lv2 > p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv2 {
    margin: 0 0 20px;
    flex-direction: column !important;
    align-items: flex-start;
  }
  .hdg-sec-lv2[data-type="small"] {
    align-items: center;
  }
  .hdg-sec-lv2 > h2 {
    font-size: 7.8rem;
    padding: 0 !important;
  }
  .hdg-sec-lv2 > h2[data-type="jpn"] {
    font-size: 6rem;
  }
  .hdg-sec-lv2[data-type="ceremony"] > h2 {
    font-size: 7rem;
  }
  .hdg-sec-lv2[data-type="small"] > h2 {
    font-size: 5.6rem;
  }
  .hdg-sec-lv2 > p {
    font-size: 2.9rem;
    padding: 0;
    margin-bottom: 15px;
  }
}
/* Hdg-Sec-Lv3 */
.hdg-sec-lv3 {
  margin: 80px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdg-sec-lv3 > h3 {
  font-family: alternate-gothic-no-3-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  color: #666;
  line-height: 1;
}
.hdg-sec-lv3 > h3[data-type="jpn"] {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", Meiryo, "sans-serif";
  font-weight: 500;
  font-style: normal;
  font-size: 6rem;
  color: #666;
  line-height: 1;
}
.hdg-sec-lv3::after {
  content: '';
  width: auto;
  min-width: 30%;
  margin-left: 15px;
  height: 2px;
  background: #666;
  flex-shrink: 2;
}
.hdg-sec-lv3 + * {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv3 {
    margin: 80px 0 30px;
  }
  .hdg-sec-lv3 > h3 {
    font-size: 5.5rem;
  }
  .hdg-sec-lv3 > h3[data-type="jpn"] {
    font-size: 4rem;
  }
  .hdg-sec-lv3::after {
    min-width: 12%;
  }
}
/* Hdg-Sec-Lv4 */
.hdg-sec-lv4 {
  margin: 50px 0 25px;
}
.hdg-sec-lv4 > h4 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #666;
}
.hdg-sec-lv4 + * {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv4 {
    margin: 40px 0 15px;
  }
  .hdg-sec-lv4 > h4 {
    font-size: 1.8rem;
  }
}
/* Main Visual */
.mv {
  background: transparent;
}
.main-visual {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  z-index: -1000;
}
.mv_back_01 {
  width: 50%;
  height: 100%;
  background: url("../img/img_mv_back_01.jpg") 30% center;
  background-size: cover;
}
.mv_back_02 {
  width: 50%;
  height: 100%;
  background: url("../img/img_mv_back_02.jpg") 100% center;
  background-size: cover;
}
.mv > h1 {
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.mv > h1 img {
  width: 100%;
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .mv > h1 {
    padding: 20px 0;
  }
}
/* Section Lead Text */
.m-section-lead {
  color: #707070;
  font-size: 3.0rem;
  text-align: center;
}
.m-section-lead > *:first-child {
  margin-top: 0;
}
.m-section-lead[data-type="l-line"] {
  padding: 0 0 0 20px;
  font-size: 2.0rem;
  border-left: 1px solid #707070;
  text-align: left;
}
.m-section-lead[data-type="r-line"] {
  padding: 0 20px 0 0;
  font-size: 2.0rem;
  border-right: 1px solid #707070;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .m-section-lead {
    font-size: 1.8rem;
  }
  .m-section-lead[data-type="l-line"] {
    padding: 0;
    font-size: 1.5rem;
    border-left: none;
  }
  .m-section-lead[data-type="r-line"] {
    padding: 0;
    font-size: 1.5rem;
    border-right: none;
    text-align: left;
  }
}
/* Photo List */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.photo-wrap {
  display: flex;
  overflow: hidden;
  padding-bottom: 100px
}
.m-flex-photo {
  display: flex;
  animation: infinity-scroll-left 120s infinite linear 0.5s both;
}
.m-flex-photo > li {
  width: calc(100vw / 6);
  padding-left: 20px;
}
.m-flex-photo > li img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-flex-photo > li {
    width: calc(100vw / 4);
  }
  .photo-wrap {
    padding-bottom: 80px
  }
}
@media screen and (max-width: 767px) {
  .m-flex-photo > li {
    width: calc(100vw / 3);
    padding-left: 10px;
  }
  .photo-wrap {
    padding-bottom: 60px
  }
}
/* App Flex */
.m-flex-app {
  display: flex;
  align-items: center;
  margin: 30px auto 0;
  max-width: 620px;
}
.m-flex-app_img {
  width: 220px;
  padding-right: 40px;
}
.m-flex-app_content {
  width: 400px;
}
.m-flex-app_content > *:first-child {
  margin-top: 0 !important;
}
.m-flex-app_content > div {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-flex-app_content > div > a {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .m-flex-app {
    margin: 30px 0 0;
    max-width: auto;
    justify-content: center;
    flex-direction: column;
  }
  .m-flex-app_img {
    width: 40%;
    padding-right: 10px;
    margin-bottom: 40px;
  }
  .m-flex-app_content {
    width: 80%;
  }
  .m-flex-app_content > div {
    margin-top: 20px;
  }
  .m-flex-app_content > div > a {
    padding-right: 0;
  }
}
/* Map */
.sec-map {
  background: url("../img/img_map_bg.svg");
  background-size: cover;
}
.m-map-flex {
  display: flex;
  align-items: flex-start;
}
.m-map-flex > .m-section-lead {
  width: 60%;
  height: auto;
  margin: 0;
  padding-right: 20px;
}
.m-map-flex > .m-map-flex_img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .m-map-flex {
    flex-direction: column;
  }
  .m-map-flex > .m-section-lead {
    width: 100%;
    padding-right: 0;
  }
  .m-map-flex > .m-map-flex_img {
    width: 100%;
    margin-top: 30px;
  }
}
/* Route */
.modelroute p {
  font-size: 2.3rem;
  font-weight: bold;
  height: 50px;
  text-align: center;
  color: #666;
}
.hdg-sec-time {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.hdg-sec-time > h3 {
  font-family: alternate-gothic-no-3-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  color: #666;
  line-height: 1;
}
.hdg-sec-time > p {
  margin-left: 40px;
}
span .hdg-sec-time {
  text-align: center;
  display: block;
  margin: 50px 0 70px;
}
.shop {
  border: 1px solid #000;
  padding: 40px 20px;
  position: relative;
}
.shop div {
  background: #000;
  color: #FFF;
  padding: 10px;
  text-align: center;
  position: absolute;
  width: 100px;
  top: -20px;
}
.route {
  padding-left: 80px;
}
.route_way {
  padding: 50px 0 50px 30px;
  border-left: 4px solid gray;
  line-height: 3;
}
.route_way span {
  font-size: 1.8rem;
  margin-left: 15px;
  line-height: 4;
}
.route_way img {
  height: 80px;
}
.m-media-l__body .stampget {
  color: #990000;
}
@media screen and (max-width: 767px) {
  .modelroute p {
    font-size: 1.8rem;
  }
  .hdg-sec-time {
    margin: 0 20px;
  }
  .hdg-sec-time > h3 {
    font-size: 5.5rem;
  }
  .route {
    height: 100px;
  }
  .route_way {
    height: 100px;
    border-left: 2px solid gray;
    padding: 20px 10px;
  }
  .route_way span {
    font-size: 1.5rem;
    margin-left: 10px;
  }
  .route_way img {
    height: 50px;
  }
}
/* Button Color */
.m-btn-l.red {
  background: #990000;
}
/* Background Color */
*[data-type="bg-white"] {
  background-color: #fff;
}
/* notice */
.m-box-notice-ttl {
  font-size: 4.0rem;
  font-weight: 600;
  color: #990000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-box-notice-ttl {
    font-size: 2.8rem;
  }
}
/* Table */
.m-tbl thead th.l-line {
  border-left: 1px solid #fff;
}
.m-tbl.r-line tbody tr > th {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.m-tbl.r-line tbody tr > td {
  border-right: 1px solid #ccc;
}
.m-tbl td[data-type="bg-gray"] {
  background-color: #ddd;
}