@charset "UTF-8";

/* -----------------------------------------------
 *  	         base style setting
 * ----------------------------------------------- */


/* =========== font =========== */
@font-face {
  font-family: "Quickpen";
  src: url("../font/Quickpen/2F7BEE_0_0.eot?#iefix");
  src: url("../font/Quickpen/2F7BEE_0_0.eot?#iefix") format("eot"), url("../font/Quickpen/2F7BEE_0_0.woff2") format("woff2"), url("../font/Quickpen/2F7BEE_0_0.woff") format("woff");
}


/* =========== base =========== */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  /*position: relative;*/
  top: -24px;
  margin: 0;
  padding: 0;
  color: #444;
  word-wrap: break-word;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.6;

  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media only screen and (max-width: 48em) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
}

ul,
input {
  padding: 0;
}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
th,
td {
  box-sizing: border-box;
}

article,
aside,
figure,
figcaption,
details,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

img {
	width: 100%;
	border: none;
	vertical-align: middle;
}

@media only screen and (max-width: 30em) {
  br.del-sp {
    display: none;
  }
}

.inc_svg-logo {
  display: none;
}



/* =========== youtube setting =========== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.19%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* =========== pageBase =========== */
.page-base {
  position: relative;
  min-width: 320px;
  width: 100%;
}
@media only screen and (min-width: 54.0625em) {
  .page-base {
    z-index: 1;
  }
}
@media only screen and (max-width: 54em) {
  .page-base {
    z-index: 2;
  }
}
@media only screen and (max-width: 54em) and (max-width: 48em) {
  .page-base {
    z-index: 3;
  }
}
@media only screen and (max-width: 54em) and (max-width: 48em) and (max-width: 30em) {
  .page-base {
    z-index: 4;
  }
}


/* =========== wrapper =========== */
.wrapper {
  position: relative;
  margin: auto;
  margin-bottom: -1px;
  padding-bottom: 1%;
  max-width: 1024px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 66.5625em) {
  .wrapper {
    margin: 0 2%;
    width: 96%;
  }
}
@media only screen and (max-width: 30em) {
  .wrapper {
    margin: auto;
    width: 100%;
  }
}
.wrapper.content-block_inner {
  padding-top: 0;
}



/* =========== mainArea =========== */
/*.main-area [class*=_block] {
  padding-top: 60px;
}
@media only screen and (max-width: 48em) {
  .main-area [class*=_block] {
    padding-top: 5%;
  }
}*/



/* =========== gothic(font setting) =========== */
.gothic {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}


/* =========== box-link =========== */
.box-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  background-color: transparent;
}

/* = javascript = */
.js_hover-blur {
  transition: all 0.15s linear 0s;
}
.js_hover-blur header {
  transition: all 0.15s linear 0s;
}
.js_hover-blur >img {
  transition: all 0.15s linear 0s;
}
.js_hover-blur:hover >img {
         opacity: 0;
  -ms-filter: "alpha(opacity=0)";
      filter: alpha(opacity=0);
  zoom: 1;

  -khtml-opacity: 0;
    -moz-opacity: 0;
}
.js_hover-blur:hover header {
         opacity: 1;
  -ms-filter: "alpha(opacity=100)";
      filter: alpha(opacity=100);
  zoom: 1;

  -khtml-opacity: 1;
    -moz-opacity: 1;
}


/* =========== text_box =========== */
.text_box{
  background-color: #f5f5f5;
  padding: 10px;
  width: 50%;
  margin: auto;
  color: #fff;
}
.text_box-border{
  border: double;
}
.text_box-border h3{
  color: #444;
  text-align: center;
  margin: 20px 0 10px 0;
}
.text_box-border p{
  color: #444;
  text-align: center;
  margin: 10px 0 20px 0;
}
@media only screen and (max-width: 30em) {
.text_box{
  width: 95%;
} 
.text_box-border{
  padding: 0 10px;
} 
}



/* -----------------------------------------------
 *  	         header setting
 * ----------------------------------------------- */


/* =========== cloneHeader =========== */
/* スクロールがメインビジュアルの高さを超えたら表示される */
.clone-header {
  position: fixed;
  top: -80px;
  z-index: 9800;
  visibility: hidden;
  width: 100%;
}
.clone-header .header-box-outer {
  position: relative;
  /*z-index: 9800;*/
  padding: 13px 2%;
/*  outline: 1px solid rgba(0, 0, 0, 0.1);*/
  background-color: #fff;
}
.clone-header .header-box-outer .svg_header-logo {
  fill: #000;
}
.clone-header .header-box-outer .header-box_link a {
  color: #000;
}
.clone-header .header-box-outer .header-box_tel {
  color: #000;
}
.clone-header .header-box-outer .header-box-right {
  margin-right: 0;
}
.clone-header .header-box-outer .nav-trigger {
  display: none;
  width: 15%;
  background-color: #222;
}
@media only screen and (max-width: 48em) {
  .clone-header .header-box-outer {
    padding: 2% !important;
  }
  .clone-header .header-box-outer .nav-trigger {
  display: block;
  width: 15%;
  background-color: #222;
}
}
.clone-header .header-nav {
  position: fixed;
  top: 0;
  bottom: auto;
  /*z-index: 8000;*/
  margin-top: -64px;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: margin-top, padding-bottom;
}
.clone-header .header-nav .js_has-child >a:after {
  background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-down-black.png") !important;
}
.clone-header .header-nav.js_is-hover {
  margin-top: 70px;
  padding-bottom: 100px;
}
.clone-header .header-nav .subnav {
  bottom: auto;
}
.clone-header .header-nav .nav_item >a {
  color: #000 !important;

}
.clone-header .header-nav .nav_item.js_is-cloned {
  display: none;
}
@media only screen and (max-width: 48em) {
  .clone-header .header-nav .nav_item.js_is-cloned {
    display: block;
  }
}
.clone-header .header-nav >ul {
 /* background-color: #fff !important;*/
 background-color: transparent;
}
@media only screen and (max-width: 48em) {
  .clone-header .header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    overflow: scroll;
    box-sizing: border-box;
    margin-top: 0;
    padding: 2%;
    width: 70%;
    height: 100%;
    background-color: #fff;
  }
  .clone-header .header-nav.js_is-active {
    z-index: 9500;
  }
  .clone-header .header-nav .close-btn {
    position: absolute;
    right: 2%;
    width: 38px;
    height: 38px;
    background: transparent url("/bridal/osaka/jacksongarden/common/img/icon_close-btn.png") center center no-repeat;
    background-size: 17px 17px;
    cursor: pointer;
  }
  .clone-header .header-nav >ul {
    margin-top: 40px;
  }
  .clone-header .header-nav li {
    display: block;
    list-style-type: none;
    text-align: left;
  }
  .clone-header .header-nav li a {
    display: block;
    color: #444;
    text-decoration: none;
  }
  .clone-header .header-nav .nav_item {
    position: relative;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .clone-header .header-nav .nav_item.js_has-child >a:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    margin: auto;
    width: 10px;
    height: 6px;
    background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-down-black.png");
    background-size: cover;
    content: "";
  }
  .clone-header .header-nav .nav_item.js_is-active >a:after {
    background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-up-black.png") !important;
  }
  .clone-header .header-nav .nav_item >a {
    position: relative;
    line-height: 3.2;
  }
  .clone-header .header-nav .subnav {
    display: none;
    padding: 2%;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #fff;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  }
  .clone-header .header-nav .subnav_item {
    padding-left: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .clone-header .header-nav .subnav_item >a {
    line-height: 3;
  }
}




/*================= スマホ時　ドロップダウンメニュー =================*/
.header-nav_inner_2 .subnav {
  display: none;/*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  top: 63px;
  left: 0;
}
.header-nav_inner_2 .nav_item:hover .subnav {
  display: block;/*Gナビメニューにホバーしたら表示*/
}
.header-nav_inner_2 .subnav_item {
/*  background-color: #fff;*/
  height: 40px;
  transition: all .3s;
  position: relative;
}
.header-nav_inner_2 .subnav_item:not(:first-child)::before{
  content: "";
  width: 100%;
/*  height: 1px;
  background-color: #000;*/
  position: absolute;
  top: 0;
  left: 0;
}
.header-nav_inner_2 .subnav_item:hover {
  background-color: #000;
}
.header-nav_inner_2 .subnav_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.header-nav_inner_2 .subnav_item a::before {
/*
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  */
}




/* =========== headerArea =========== */
/*-width100%とpositon:relativeの付与-*/
  .header-area {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 30em) {
	.header-area {
    position: relative !important;
  }
}

/*- ここからは【type-a】のスタイル -*/
@media only screen and (max-width: 30em) {
  .header-area.type-a .mainvisual {
    /*padding-top: 140%;*/
    height: 100vh;
    width: 100%;
  }
}
.header-area.type-a .header-title-box {
  height: 160px;
}
@media only screen and (max-width: 30em) {
  .header-area.type-a .header-title-box {
    height: 200px;
  }
}
.header-area.type-a .header-title {
  padding: 0 5%;
  font-weight: normal;
  font-size: 100px;
  font-size: 10.0rem;
  letter-spacing: 5px;
  font-family: 'Akshar', sans-serif;
  line-height: 100px;
}

@media only screen and (max-width: 30em) {
  .header-area.type-a .header-title {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 50px;
  }
}
.header-area.type-a .header-nav {
  top: 85px;
  bottom: auto;
}
.header-area.type-a .header-nav >ul {
  /*
  border-color: rgba(255, 255, 255, 0.3);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;*/
  background-color: transparent;
}
.header-area.type-a .header-nav >ul a {
  color: #fff;
}
.header-area.type-a .header-nav .subnav {
  bottom: auto;
}


.header-area.type-a .header-nav_1 {
  top: 85px;
  bottom: auto;
}
.header-area.type-a .header-nav_1 >ul {
/*  border-color: rgba(255, 255, 255, 0.3);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;*/
  background-color: transparent;
}
.header-area.type-a .header-nav_1 >ul a {
  color: #fff;
}
.header-area.type-a .header-nav_1 .subnav {
  bottom: auto;
}




/*- ここからは【type-b】のスタイル -*/
.header-area.type-b .header-nav_1 {
  top: 85px;
  bottom: auto;
}
@media only screen and (max-width: 30em) {
  .header-area.type-b .mainvisual {
    padding-top: 100%;
    width: 100%;
  }
}
.header-area.type-b .header-title-box {
  height: 160px;
}
@media only screen and (max-width: 30em) {
  .header-area.type-b .header-title-box {
    height: 200px;
  }
}
.header-area.type-b .header-title {
  padding: 0 5%;
  font-weight: normal;
  font-size: 100px;
  font-size: 10.0rem;
  letter-spacing: 5px;
  font-family: 'Akshar', sans-serif;
  line-height: 100px;
}
@media only screen and (max-width: 30em) {
  .header-area.type-b .header-title {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 50px;
  }
}
.header-area.type-b .header-nav {
  top: 85px;
  bottom: auto;
}
.header-area.type-b .header-nav >ul {
  /*
  border-color: rgba(255, 255, 255, 0.3);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
    */
  background-color: transparent;
}
.header-area.type-b .header-nav_1 >ul a {
  color: #fff !important;
}

.header-area.type-b .header-nav .nav_item.js_has-child >a:after {
  background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-down-white.png");
  background-size: contain;
}
.header-area.type-b .header-nav .subnav {
  bottom: auto;
}

/*- ここからは【type-c,type-d】のスタイル- */
.header-area.type-c .header-box-outer,
.header-area.type-d .header-box-outer {
  position: relative;
}
.header-area.type-c .svg_header-logo,
.header-area.type-d .svg_header-logo {
  fill: #000;
}
.header-area.type-c .header-box_tel,
.header-area.type-d .header-box_tel {
  color: #000;
}
.header-area.type-c .header-box_link a,
.header-area.type-d .header-box_link a {
  color: #000;
}
.header-area.type-c .header-nav,
.header-area.type-d .header-nav {
  position: relative;
}
.header-area.type-c .header-nav >ul,
.header-area.type-d .header-nav >ul {
/*  border-color: rgba(0, 0, 0, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: transparent;*/
}
.header-area.type-c .header-nav >ul >a,
.header-area.type-d .header-nav >ul >a {
  color: #000;
}
.header-area.type-c .header-nav .nav_item.js_has-child >a:after,
.header-area.type-d .header-nav .nav_item.js_has-child >a:after {
  background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-up-black.png");
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-area.type-c .header-nav .subnav,
.header-area.type-d .header-nav .subnav {
  bottom: auto;
}
@media only screen and (max-width: 48em) {
  .header-area.type-c .header-nav,
  .header-area.type-d .header-nav {
    display: none;
  }
}
.header-area.type-c .header-title-box,
.header-area.type-d .header-title-box {
  position: relative;
  padding-top: 8%;
  height: auto;
}
@media only screen and (max-width: 48em) {
  .header-area.type-c .nav-trigger,
  .header-area.type-d .nav-trigger {
    background-image: url("/bridal/osaka/jacksongarden/common/img/icon_trigger-black.png");
  }
}




/* =========== GUEST／ACCESS =========== */
/*-【type-d】-*/
.header-area.type-d .header-title {
  color: #000;
  font-weight: normal;
  font-size: 45px;
  font-size: 4.5rem;
  font-family: 'Akshar', sans-serif;
  letter-spacing: .4rem;
}
@media only screen and (max-width: 48em) {
  .header-area.type-d .header-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/*-【type-d】-*/
.header-area.type-d .header-sub-title {
  margin-bottom: 4%;
  color: #444;
  text-align: center;
  letter-spacing: 0.2rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.75em) {
  .header-area.type-d .header-sub-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}




/* =========== mainVisual =========== */
/* = mainvisual = */
.mainvisual {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
/*  background-color: #000;*/
}
.mainvisual:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
/*　background: url("/bridal/osaka/jacksongarden/common/img/mainvisual_bg-img.png") left top no-repeat;*/
  background-color: rgba(0, 0, 0, 0.25);
  background-size: contain;
  content: "";
}

/*@media screen and (max-width: 1200px) {
	.mainvisual {
	height: 100vh;
  }
}*/
@media only screen and (max-width: 30em) {
  .mainvisual {
    position: relative !important;
    padding-top: 149.33333%;
    width: 100%;
  }
  .mainvisual:after {
    background-color: rgba(0, 0, 0, 0.15);

  }
}

/* = mainvisual_movie-outer = */
.mainvisual_movie-outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}
.mainvisual_movie-outer:after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.0); /* movieを何色でどれだけ透けさせるか */
  content: "";
}

/* = mainvisual_movie = */
.mainvisual_movie {
  display: block;
  margin-left: -10%;
  max-width: 120%;
  width: 120%;
  height: auto;
}
@media only screen and (max-width: 48em) {
  .mainvisual_movie {
    margin-left: -25%;
    margin: 0;
    max-width: 150%;
    width: 100%;
    height: auto;
  }
}

/* = mainvisual_bg-img = */
.mainvisual_bg-img {
/*  position: relative;*/
  top: 0;
  min-height: 100vh;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mainvisual_bg-img >img {
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .mainvisual_bg-img {
    min-height: 450px;
  }
}
@media only screen and (max-width: 30em) {
  .mainvisual_bg-img {
    position: absolute;
    min-height: 0;
    height: 100%;
    background-size: cover;
  }
  .mainvisual_bg-img >img {
    display: none;
  }
}

/* = mainvisual_sp-img = */
.mainvisual_sp-img {
  display: none;
}
@media only screen and (max-width: 30em) {
  .mainvisual_sp-img {
    display: block;
  }
  .mainvisual_sp-img img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
}



/* =========== header-title =========== */
/* = header-title-box = */
.header-title-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 55%;
}

/* = header-title-box-top = */
.header-title-box-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 50%;
}

/* = header-title = */
.header-title {
  color: #fff;
  text-align: center;
}

/* = header-title-img = */
.header-title_img {
  display: block;
  margin: auto;
  max-width: 522px;
  width: 100%;
}
@media only screen and (max-width: 54em) {
  .header-title_img {
    max-width: 391.5px;
  }
}
@media only screen and (max-width: 48em) {
  .header-title_img {
    max-width: 261px;
  }
}

/* = header-title-box-bottom = */
.header-title-box-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 10;
}
.header-title-box-bottom .btn {
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .header-title-box-bottom .btn {
    display: block;
  }
}
.header-title-box-bottom .btn a {
  width: 200px;
}
.header-title-box-bottom .btn a:after {
  background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-right-black.png");
}


/* = header-sub-title = */
.header-sub-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0 5%;
}
/* = afternoon tea = */
h1.header-sub-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0 5%;
}
@media only screen and (max-width: 54em) {
  .header-sub-title {
    font-size: 15px;
    font-size: 1.5rem;
  }
  h1.header-sub-title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .header-sub-title {
    font-size: 15px;
    font-size: 1.5rem;
  }
  h1.header-sub-title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}



/* =========== headerBox =========== */
/* = header-box-outer = */
.header-box-outer {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  width: 100%;
}
.header-box-outer:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .header-box-outer {
    top: 0;
    z-index: 9000;
    padding: 2%;
  }
  .header-box-outer .header-box_link,
  .header-box-outer .header-box_tel {
    display: none;
  }
  .header-box-outer .btn a:after {
    display: none;
  }
}

/* = site-logo = */
.site-logo {
  /*float: left;*/
  max-width: 110px;
  max-height: 10px;
  width: 100%;
  color: #fff;
  margin: auto;
}
@media only screen and (max-width: 48em) {
  .site-logo {
    width: 45%;
    float: left;
    margin: 0;
  }
  .site-logo img {
    max-width: 240px;
  }
}
.svg_header-logo {
  display: block;
  max-height: 50px;
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
@media only screen and (max-width: 48em) {
  .svg_header-logo {
    max-height: 37px;
    width: 55%;
  }
}


/* = header-box-link = */
.header-box_link {
  display: inline-block;
  vertical-align: middle;
}
.header-box_link a {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.header-box_link a:hover {
  text-decoration: none;
}

/* = header-box-tel = */
.header-box_tel {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Oranienbaum";
  line-height: 1.72;
}



/* -----------------------------------------------
 *  	         nav setting
 * ----------------------------------------------- */



/* =========== nav-trigger =========== */
.nav-trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 15px;
  max-width: 64px;
  height: 100%;
  background: transparent url("/bridal/osaka/jacksongarden/common/img/icon_trigger.png") center center no-repeat;
  background-color: #009944;
  background-size: 32px;
  vertical-align: middle;
  text-align: center;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.nav-trigger:hover {
         opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
      filter: alpha(opacity=80);
  cursor: pointer;
  zoom: 1;

  -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
.nav-trigger img {
  display: inline-block;
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .nav-trigger {
    display: block;
    width: 15%;
    background-color: transparent;
  }
}




/* =========== nav-trigger2 =========== */
/*
.nav-trigger2 {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 15px;
  max-width: 64px;
  height: 100%;
  background: transparent url("/bridal/osaka/jacksongarden/common/img/icon_trigger.png") center center no-repeat;
  background-color: #009944;
  background-size: 32px;
  vertical-align: middle;
  text-align: center;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.nav-trigger2:hover {
         opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
      filter: alpha(opacity=80);
  cursor: pointer;
  zoom: 1;

  -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
.nav-trigger2 img {
  display: inline-block;
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .nav-trigger2 {
    display: block;
    width: 15%;
    background-color: transparent;
  }
}
*/




/* =========== header-nav =========== */
.header-nav {
  position: absolute;
  bottom: 0;
  z-index: 5000;
  width: 100%;
}
.header-nav >ul {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: 'Akshar', sans-serif;
  font-size: 1.1rem;
  line-height: 3.25;
}
.header-nav .header-nav_inner {
  position: relative;
  width: 100%;
  font-family: 'Akshar', sans-serif;
  letter-spacing: 2px;
  padding: 0 60px;
}
.header-nav .nav_item {
  display: inline-block;
  text-align: center;
}
.header-nav .nav_item2 {
  display: inline-block;
  text-align: center;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*
.header-nav .nav_item >a {
  display: block;
  padding: 0 60px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
*/
.header-nav .nav_item >a {
  display: block;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 3.25;
  letter-spacing: 2px;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}


.header-nav .nav_item2>a {
  display: block;
  padding: 0 25px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.header-nav .nav_item >a:hover {
         opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
      filter: alpha(opacity=60);
  zoom: 1;

  -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
}
/**.header-nav .nav_item.js_has-child >a:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 10px;
  height: 6px;
  background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-up-black.png");
  background-size: cover;
  content: "";
}*/
@media only screen and (max-width: 54em) {
  .header-nav .nav_item >a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .header-nav .header-nav_inner {
    padding: 0 30px;
  }
}



/* = subnav = */
.header-nav .subnav {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 2;
  display: none;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  list-style-type: none;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 54em) {
  .header-nav .subnav {
    padding: 2% 4%;
  }
}
.header-nav .subnav_item {
	display: inline-block;
	padding: 0 15px;
}
/*
.header-nav .subnav_item >a {
  display: block;
  color: #000000 !important;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
*/
.header-nav .subnav_item >a {
  display: block;
  color: #000000 !important;
  text-align: left;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 3.25;
  letter-spacing: 2px;
  font-family: 'Akshar', sans-serif;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.header-nav .subnav_item >a:hover {
         opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
      filter: alpha(opacity=60);
  zoom: 1;

  -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
}
@media only screen and (max-width: 48em) {
  .header-nav {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 9100;
    width: 60%;
    background-color: #009944;
  }
  .header-nav .js_close-btn {
    width: 50px;
    height: 50px;
  }
  .header-nav >ul {
    background-color: transparent;
  }
  .header-nav .nav_item {
    display: block;
  }
  .header-nav .nav_item a {
    color: #fff;
  }
  .header-nav .js_has-child:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-nav .subnav {
    position: relative;
    bottom: auto;
  }
}

.js_page-cover {
  position: fixed;
  z-index: 9500;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}






/* =========== header-nav =========== */

/* -----------------------------------------------
 *  	         header setting
 * ----------------------------------------------- */


/* =========== cloneHeader =========== */
/* スクロールがメインビジュアルの高さを超えたら表示される */

.clone-header .header-nav_1 {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 8000;
  margin-top: -64px;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: margin-top, padding-bottom;
}
.clone-header .header-nav_1 .js_has-child >a:after {
  background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-down-black.png") !important;
}
.clone-header .header-nav_1.js_is-hover {
  margin-top: 70px;
  padding-bottom: 100px;
}
.clone-header .header-nav_1 .subnav {
  bottom: auto;
}
.clone-header .header-nav_1 .nav_item >a {
  color: #000 !important;

}
.clone-header .header-nav_1 .nav_item.js_is-cloned {
  display: none;
}
@media only screen and (max-width: 48em) {
  .clone-header .header-nav_1 .nav_item.js_is-cloned {
    display: block;
  }
}
.clone-header .header-nav_1 >ul {
  background-color: #fff !important;
}
@media only screen and (max-width: 48em) {
  .clone-header .header-nav_1 {
    position: fixed;
    top: 0;
    right: -100%;
    overflow: scroll;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0 30px;
    width: 70%;
    height: 100%;
    background-color: #fff;
  }
  .clone-header .header-nav_1.js_is-active {
    z-index: 9500;
  }
  .clone-header .header-nav_1 .close-btn {
    position: absolute;
    right: 2%;
    width: 38px;
    height: 38px;
    background: transparent url(/bridal/common/img/icon_close-btn.png) center center no-repeat;
    background-size: 17px 17px;
    cursor: pointer;
  }
  .clone-header .header-nav_1 >ul {
    margin-top: 40px;
  }
  .clone-header .header-nav_1 li {
    display: block;
    list-style-type: none;
    text-align: left;
  }
  .clone-header .header-nav_1 li a {
    display: block;
    color: #444;
    text-decoration: none;
  }
  .clone-header .header-nav_1 .nav_item {
    position: relative;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .clone-header .header-nav_1 .nav_item.js_has-child >a:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    margin: auto;
    width: 10px;
    height: 6px;
    background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-down-black.png");
    background-size: cover;
    content: "";
  }
  .clone-header .header-nav_1 .nav_item.js_is-active >a:after {
    background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-up-black.png") !important;
  }
  .clone-header .header-nav_1 .nav_item >a {
    position: relative;
    line-height: 3.2;
  }
  .clone-header .header-nav_1 .subnav {
    padding: 2%;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #fff;
    font-family: 'Akshar', sans-serif;
    left: 0;
  }
  .clone-header .header-nav_1 .subnav_item {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .clone-header .header-nav_1 .subnav_item >a {
    line-height: 3;
  }
}





.header-nav_1 {
  position: absolute;
  bottom: auto;
  z-index: 5000;
  width: 100%;
}
.header-nav_1 >ul {
  background-color: transparent;
  text-align: center;
  font-size: 0;
}
.header-nav_1 .header-nav_inner_1 {
  position: relative;
  width: 100%;
  font-family: 'Akshar', sans-serif;
  letter-spacing: 2px;
/*  padding: 0 60px;*/
}
.header-nav_1 .header-nav_inner_2 {
  position: relative;
  width: 100%;
  font-family: 'Akshar', sans-serif;
  letter-spacing: 2px;
  left: 0;
}
.header-nav_1 .nav_item {
  display: inline-block;
  text-align: center;
}
/*
.header-nav_1 .nav_item2 {
  display: inline-block;
  text-align: center;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
*/
.header-nav_1 .nav_item >a {
  display: block;
  padding: 0 10px;
/*  color: #fff;*/
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
/*
.header-nav_1 .nav_item:first-child >a {
  font-size: 1.1rem;
  margin-right: 55px;
}
/*
.header-nav_1 .nav_item2>a {
  display: block;
  padding: 0 25px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
*/
.header-nav_1 .nav_item >a:hover {
         opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
      filter: alpha(opacity=60);
  zoom: 1;

  -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
}
/**.header-nav_1 .nav_item.js_has-child >a:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 10px;
  height: 6px;
  background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-up-black.png");
  background-size: cover;
  content: "";
}*/
@media only screen and (max-width: 54em) {
  .header-nav_1 .nav_item >a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}




/* = subnav（縦積み） = */
.header-nav_1 .subnav {
  position: absolute;
  bottom: 100%;
  z-index: 2;
  display: none;
  box-sizing: border-box;
  padding: 0;
  width: 190px;
  background-color: rgba(0, 0, 0, 0.5);
  list-style-type: none;
  bottom: auto;
}
@media only screen and (max-width: 54em) {
  .header-nav_1 .subnav {
    padding: 2% 4%;
  }
}
.header-nav_1 .subnav_item {
	display: block;
	padding: 0 5px;
}
.header-nav_1 .subnav_item >a {
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.header-nav_1 .subnav_item >a:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  zoom: 1;

  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}
@media only screen and (max-width: 48em) {
  .header-nav_1 {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 9100;
    width: 60%;
    background-color: #009944;
  }
  .header-nav_1 .js_close-btn {
    width: 50px;
    height: 50px;
  }
  .header-nav_1 >ul {
    background-color: transparent;
  }
  .header-nav_1 .nav_item {
    display: block;
  }
  .header-nav_1 .nav_item a {
    color: #000 !important;
  }
  .header-nav_1 .js_has-child:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-nav_1 .subnav {
    position: relative;
    bottom: auto;
  }

  .header-nav_1 .subnav_item >a {
    display: block;
    color: #000 !important;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 3.25;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity;
    text-align: left;
  }
}


/* = subnav（横並び） = */
/*
.header-nav_1 .subnav {
  position: absolute;
  bottom: 100%;
  z-index: 2;
  display: none;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  list-style-type: none;
  bottom: auto;
  left: 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 54em) {
  .header-nav_1 .subnav {
    padding: 2% 4%;
  }
}
.header-nav_1 .subnav_item {
	display: inline-block;
	padding: 0 15px;
}
.header-nav_1 .subnav_item >a {
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.header-nav_1 .subnav_item >a:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  zoom: 1;

  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}
@media only screen and (max-width: 48em) {
  .header-nav_1 {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 9100;
    width: 60%;
    background-color: #009944;
  }
  .header-nav_1 .js_close-btn {
    width: 50px;
    height: 50px;
  }
  .header-nav_1 >ul {
    background-color: transparent;
  }
  .header-nav_1 .nav_item {
    display: block;
  }
  .header-nav_1 .nav_item a {
    color: #000 !important;
  }
  .header-nav_1 .js_has-child:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-nav_1 .subnav {
    position: relative;
    bottom: auto;
  }

  .header-nav_1 .subnav_item >a {
    display: block;
    color: #000 !important;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 3.25;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity;
    text-align: left;
  }
}
*/

/* ----------------------------------------------------------------------
 *　　　　スクロールがメインビジュアルの高さを超えたら表示（すべて外に）
 * ---------------------------------------------------------------------- */
 
.header-box-outer .header-nav_inner{
  display: none;
 }   
#cloneHeaderBox .header-nav_inner{
  display: block;
  text-align: center !important;
 }
.contents_center{
  left: 40%;
 }
@media only screen and (max-width: 48em) {
.contents_center{
  display: none;
 }  
}

 .clone-header .header-nav {
  position: fixed;
  top: 20px;
  bottom: auto;
  z-index: 5000;
  margin-top: 0;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: margin-top, padding-bottom;
}
.clone-header .header-nav .js_has-child >a:after {
  background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-down-black.png") !important;
}
.clone-header .header-nav .js_is-hover {
  margin-top: 70px;
  padding-bottom: 100px;
}
.clone-header .header-nav .subnav {
  bottom: auto;
}
.clone-header .header-nav .nav_item >a {
  color: #000 !important;

}
.clone-header .header-nav_2 .nav_item.js_is-cloned {
  display: none;
}
@media only screen and (max-width: 48em) {
  .clone-header .header-nav .nav_item.js_is-cloned {
    display: block;
  }
}

@media only screen and (max-width: 48em) {
  .clone-header .header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    overflow: scroll;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0 30px;
    width: 70%;
    height: 100%;
    background-color: #fff;
  }
  .clone-header .header-nav .js_is-active {
    z-index: 9500;
  }
  .clone-header .header-nav .close-btn {
    position: absolute;
    right: 2%;
    width: 38px;
    height: 38px;
    background: transparent url("/bridal/osaka/jacksongarden/common/img/icon_btn-close-black.png") center center no-repeat;
    background-size: 17px 17px;
    cursor: pointer;
  }
  .clone-header .header-nav >ul {
    margin-top: 40px;
    text-align: center !important;
  }
  .clone-header .header-nav li {
    display: block;
    list-style-type: none;
    text-align: left;
  }
  .clone-header .header-nav li a {
    display: block;
    color: #444;
    text-decoration: none;
  }
  .clone-header .header-nav .nav_item {
    position: relative;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .clone-header .header-nav .nav_item.js_has-child >a:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    margin: auto;
    width: 10px;
    height: 6px;
    background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-down-black.png");
    background-size: cover;
    content: "";
  }
  .clone-header .header-nav .nav_item.js_is-active >a:after {
    background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-up-black.png") !important;
  }
  .clone-header .header-nav .nav_item >a {
    position: relative;
    line-height: 3.2;
  }
  .clone-header .header-nav .subnav {
    padding: 2%;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #fff;
    font-family: 'Akshar', sans-serif;
  }
  .clone-header .header-nav .subnav_item {
    padding-left: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .clone-header .header-nav .subnav_item >a {
    line-height: 3;
  }
}

.header-nav >ul {
/*  background-color: rgba(255, 255, 255, 0.9);*/
  font-size: 0;
}
.header-nav .header-nav_inner_1 {
  position: relative;
  width: 100%;
  font-family: 'Akshar', sans-serif;
  letter-spacing: 2px;
}
.header-nav .header-nav_inner_2 {
  position: relative;
  width: 100%;
  font-family: 'Akshar', sans-serif;
  letter-spacing: 2px;
  left: 0;
  line-height: 70px;
}
.header-nav .nav_item {
  display: inline-block;
  text-align: center;
}
.header-nav .nav_item >a {
  display: block;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}

.header-nav .nav_item >a:hover {
         opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
      filter: alpha(opacity=60);
  zoom: 1;

  -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
}

@media only screen and (max-width: 54em) {
  .header-nav .nav_item >a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}




/* ----------------------------------------------------------------------
 *　　　　スクロールがメインビジュアルの高さを超えたら表示（すべて外に）
 * ---------------------------------------------------------------------- */

/*
.header-nav_2{
  display: flex;
}*/
.header-box-outer .header-nav_inner_2{
  display: none;
 }   
#cloneHeaderBox .header-nav_inner_2{
  display: block;
  text-align: center !important;
 }
.contents_center{
  left: 40%;
 }
@media only screen and (max-width: 48em) {
.contents_center{
  display: none;
 }  
}

 .clone-header .header-nav_2 {
  position: fixed;
  /*top: 0;*/
  bottom: auto;
  z-index: 8000;
  margin-top: -60px;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: margin-top, padding-bottom;
}
.clone-header .header-nav_2 .js_has-child >a:after {
  background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-down-black.png") !important;
}
.clone-header .header-nav_2.js_is-hover {
  margin-top: 70px;
  padding-bottom: 100px;
}
.clone-header .header-nav_2 .subnav {
  bottom: auto;
}
.clone-header .header-nav_2 .nav_item >a {
  color: #000 !important;

}
.clone-header .header-nav_2 .nav_item.js_is-cloned {
  display: none;
}
@media only screen and (max-width: 48em) {
  .clone-header .header-nav_2 .nav_item.js_is-cloned {
    display: block;
  }
}

@media only screen and (max-width: 48em) {
  .clone-header .header-nav_2 {
    position: fixed;
    top: 0;
    right: -100%;
    overflow: scroll;
    box-sizing: border-box;
    margin-top: 0;
    padding: 0 30px;
    width: 70%;
    height: 100%;
    background-color: #fff;
  }
  .clone-header .header-nav_2.js_is-active {
    z-index: 9500;
  }
  .clone-header .header-nav_2 .close-btn {
    position: absolute;
    right: 2%;
    width: 38px;
    height: 38px;
    background: transparent url("/bridal/osaka/jacksongarden/common/img/icon_close-btn.png") center center no-repeat;
    background-size: 17px 17px;
    cursor: pointer;
  }
  .clone-header .header-nav_2 >ul {
    margin-top: 40px;
    text-align: center !important;
  }
  .clone-header .header-nav_2 li {
    display: block;
    list-style-type: none;
    text-align: left;
  }
  .clone-header .header-nav_2 li a {
    display: block;
    color: #444;
    text-decoration: none;
  }
  .clone-header .header-nav_2 .nav_item {
    position: relative;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .clone-header .header-nav_2 .nav_item.js_has-child >a:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    margin: auto;
    width: 10px;
    height: 6px;
    background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-down-black.png");
    background-size: cover;
    content: "";
  }
  .clone-header .header-nav_2 .nav_item.js_is-active >a:after {
    background-image: url("/bridal/osaka/jacksongarden/common/img/icon_arrow-up-black.png") !important;
  }
  .clone-header .header-nav_2 .nav_item >a {
    position: relative;
    line-height: 3.2;
  }
  .clone-header .header-nav_2 .subnav {
    padding: 2%;
    border-color: rgba(0, 0, 0, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #fff;
    font-family: 'Akshar', sans-serif;
  }
  .clone-header .header-nav_2 .subnav_item {
    padding-left: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .clone-header .header-nav_2 .subnav_item >a {
    line-height: 3;
  }
}

/*
.header-nav_2 {
  position: absolute;
  bottom: auto;
  z-index: 5000;
  width: 100%;
}*/
.header-nav_2 >ul {
/*  background-color: rgba(255, 255, 255, 0.9);*/
  font-size: 0;
}
.header-nav_2 .header-nav_inner_1 {
  position: relative;
  width: 100%;
  font-family: 'Akshar', sans-serif;
  letter-spacing: 2px;
  display: none;
}
.header-nav_2 .header-nav_inner_2 {
  position: relative;
  width: 100%;
  font-family: 'Akshar', sans-serif;
  letter-spacing: 2px;
  left: 0;
  line-height: 70px;
}
.header-nav_2 .nav_item {
  display: inline-block;
  text-align: center;
}
.header-nav_2 .nav_item >a {
  display: block;
  padding: 0 10px;
  color: #000;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}

.header-nav_2 .nav_item >a:hover {
         opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
      filter: alpha(opacity=60);
  zoom: 1;

  -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
}

@media only screen and (max-width: 54em) {
  .header-nav_2 .nav_item >a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}



/* = subnav（縦積み） = */
.header-nav_2 .subnav {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 100%;
  z-index: 2;
  display: none;
  box-sizing: border-box;
  padding: 0;
  width: 170px;
  background-color: rgba(0, 0, 0, 0.5);
  list-style-type: none;
}
@media only screen and (max-width: 54em) {
  .header-nav_2 .subnav {
    padding: 2% 4%;
  }
}
.header-nav_2 .subnav_item {
	display: block;
	padding: 0 15px;
}
.header-nav_2 .subnav_item >a {
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.header-nav_2 .subnav_item >a:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(opacity=60);
  zoom: 1;

  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}
@media only screen and (max-width: 48em) {
  .header-nav_2 {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 9100;
    width: 60%;
    background-color: #009944;
  }
  .header-nav_2 .js_close-btn {
    width: 50px;
    height: 50px;
  }
  .header-nav_2 >ul {
    background-color: transparent;
  }
  .header-nav_2 .nav_item {
    display: block;
  }
  .header-nav_2 .nav_item a {
    color: #000 !important;
  }
  .header-nav_2 .js_has-child:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-nav_2 .subnav {
    position: relative;
    bottom: auto;
  }

  .header-nav_2 .subnav_item >a {
    display: block;
    color: #000 !important;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 3.25;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity;
    text-align: left;
  }
}

/* = subnav（縦積み）end = */

/* ----------------------------------------------------------------------
 *　　　　スクロールがメインビジュアルの高さを超えたら表示（すべて外に）
 * ---------------------------------------------------------------------- *









/* ----------------------------------------------------------------------
 *　　　　　　　　　　　　ウエディング項目 ドロップダウン版
 * ---------------------------------------------------------------------- */
 @media only screen and (max-width: 48em) {
  .clone-header .header-box-outer {
    padding: 2%;
  }
  .clone-header .header-box-outer .nav-trigger5 {
    background-color: #fff;
    background-image: url("/bridal/osaka/jacksongarden/common/img/icon_trigger-black.png");
  }
}
@media only screen and (max-width: 48em) {
  .header-area.type-c .nav-trigger5,
  .header-area.type-d .nav-trigger5 {
    background-image: url("/bridal/osaka/jacksongarden/common/img/icon_trigger-black.png");
  }
}

.clone-header .header-box-outer .nav-trigger5 {
  display: block;
  width: 15%;
  background-color: #222;
}
@media only screen and (max-width: 48em) {
  .clone-header .header-box-outer {
    padding: 2%;
  }
  .clone-header .header-box-outer .nav-trigger5 {
    background-color: #fff;
    background-image: url("/bridal/osaka/jacksongarden/common/img/icon_trigger-black.png");
  }
}
/*-【c,d】-*/
@media only screen and (max-width: 48em) {
  .header-area.type-c .nav-trigger5,
  .header-area.type-d .nav-trigger5 {
    background-image: url("/bridal/osaka/jacksongarden/common/img/icon_trigger-black.png");
  }
}


/* -----------------------------------------------
 *  	         nav setting
 * ----------------------------------------------- */
/* = nav-trigger = */
.nav-trigger5 {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 15px;
  max-width: 64px;
  height: 100%;
  background: transparent url("/bridal/osaka/jacksongarden/common/img/icon_trigger.png") center center no-repeat;
  background-color: #222;
  background-size: 32px;
  vertical-align: middle;
  text-align: center;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.nav-trigger5:hover {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  cursor: pointer;
  zoom: 1;

  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
.nav-trigger5 img {
  display: inline-block;
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .nav-trigger5 {
    display: block;
    padding: 10px;
    width: 15%;
    background-color: transparent;
  }
}
/*/*
.header-area.type-b .header-nav5 >ul {
  background-color: transparent;
}
*/




/* =========== header-nav =========== */
/*
.header-nav5 {
  position: absolute;
  top: 10%;
  z-index: 5000;
  width: 100%;
}
.header-nav5 >ul {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 0;
}
.header-nav5 .header-nav_inner {
  position: relative;
  width: 100%;
  font-family: 'Akshar', sans-serif;
  letter-spacing: 2px;
  padding: 0 60px;
}
.header-nav5 .nav_item {
  display: inline-block;
  text-align: center;
}
.header-nav5 .nav_item >a {
  display: block;
  padding: 0 13px;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.header-nav5 .nav_item >a:hover {
         opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
      filter: alpha(opacity=60);
  zoom: 1;

  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}
.clone-header .header-nav5.js_is-hover {
  margin-top: 70px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 54em) {
  .header-nav5 .nav_item >a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .header-nav5 .header-nav_inner {
    padding: 0 30px;
  }
}
*/


/* = subnav = */
/*/*
.header-nav5 .subnav {
  position: absolute;
  left: 0;
  z-index: 2;
  display: none;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  list-style-type: none;
}
@media only screen and (max-width: 54em) {
  .header-nav5 .subnav {
    padding: 2% 4%;
  }
}
.header-nav5 .subnav_item {
	display: inline-block;
	padding: 0 15px;
}
.header-nav5 .subnav_item >a {
  display: block;
  color: #000000 !important;
  text-align: left;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 3.25;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.header-nav5 .subnav_item >a:hover {
         opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
      filter: alpha(opacity=60);
  zoom: 1;

  -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
}
@media only screen and (max-width: 48em) {
  .header-nav5 {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 9100;
    width: 60%;
    background-color: #009944;
  }
  .header-nav5 .js_close-btn {
    width: 50px;
    height: 50px;
  }
  .header-nav5 >ul {
    background-color: transparent;
  }
  .header-nav5 .nav_item {
    display: block;
  }
  .header-nav5 .nav_item a {
    color: #fff;
  }
  .header-nav5 .js_has-child:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header-nav5 .subnav {
    position: relative;
    bottom: auto;
  }
}
*/

.js_page-cover {
  position: fixed;
  z-index: 9500;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}



/* = header-box-right = */
.header-box-right5 {
  float: right;
  color: #fff;
  display: flex;
  margin-right: 50px;
}
.header-box-right5 .btn {
  display: inline-block;
  vertical-align: middle;
}
.header-box-right5 .btn a {
  width: 180px;
  line-height: 3;
  margin: auto 5px !important;
}
@media only screen and (max-width: 48em) {
  .header-box-right5 {
    margin-right: 64px;
  }
}
@media only screen and (max-width: 48em) {
  .header-box-right5 {
    margin-right: 15% !important;
  /*  width: 30%;*/
    text-align: right;
  }
  .header-box-right5 .btn {
    width: 100%;
  }
  .header-box-right5 .btn a {
  /*  margin: auto 5px !important;*/
    max-width: 100px;
  /*  width: 100%;*/
    line-height: 3.4;
  }
}



/* ----------------------------------------------------------------------
 *　　　　　　　　　　　　ウエディング項目 ドロップダウン版
 * ---------------------------------------------------------------------- */

/* =========== header-nav end =========== */

















/* =========== contentArea =========== */
.content-area {
  position: relative;
}
@media only screen and (max-width: 30em) {
  .content-area {
    margin-top: 0 !important;
  }
}



/* =========== mainArea =========== */
.main-area {
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 1px;
  padding-bottom: 1px;
}



/* =========== asideArea =========== */
.aside-area {
  position: relative;
  padding-top: 60px;
  background-color: #fff;
}
@media only screen and (max-width: 48em) {
  .aside-area {
    padding-top: 5%;
  }
}



/* -----------------------------------------------
 *  	         footer setting
 * ----------------------------------------------- */

 /* =========== footerArea =========== */
.footer-area {
  position: relative;
  z-index: 5000;
  background-color: #222;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

/* facebookIcon */
.map-area-box-left .btn a.facebookBtn {
	margin:0 0 0 10px;
	padding:0;
  width: auto;
  background-color:transparent;
}
.map-area-box-left .btn a.facebookBtn:after {
	background-image:none;
}
.map-area-box-left .btn a.facebookBtn img {
  width: 40px;
}
@media only screen and (max-width: 54em) {
  .map-area-box-left {
    position: relative;
    padding: 8%;
    width: 100%;
  }
  .map-area-box-left p {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .map-area-box-left .box-inner {
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
  }
  .map-area-box-left .btn {
    position: relative;
    margin: auto;
  }
  .map-area-box-left .btn a {
    width: 140px;
    background-color: #1f0000 !important;
  }
 
 /* facebookIcon */
.map-area-box-left .btn a.facebookBtn {
	margin:0 0 0 10px;
	padding:0;
  width: auto;
  background-color:transparent !important;
}
.map-area-box-left .btn a.facebookBtn img {
  width: 40px;
}
}



/* =========== footer-logo-area =========== */
.footer-logo-area {
  position: relative;
  margin: auto;
  padding: 30px 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #222;
}
@media only screen and (max-width: 48em) {
  .footer-logo-area {
    padding: 0;
  }
}
@media only screen and (max-width: 48em) {
  .footer-logo-area {
    border: none;
  }
}

/* = footer-logo-inner = */
.footer-logo-inner {
  position: relative;
  margin: auto;
  max-width: 1024px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}
.footer-logo-inner img {
  width: auto;
}
@media only screen and (max-width: 66.5625em) {
  .footer-logo-inner {
    margin: 0 2%;
    width: 96%;
  }
}
@media only screen and (max-width: 48em) {
  .footer-logo-inner {
    text-align: center;
  }
  .footer-logo-inner span {
    display: block;
    padding-top: 20px;
  }
  .footer-logo-inner img {
    padding-bottom: 20px;
  }
}

/* = footer-to-top = */
.footer-to-top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1024px;
  width: 24px;
  height: 24px;
  background: transparent url("/bridal/osaka/jacksongarden/common/img/icon_arrow-up-white.png") center center no-repeat;
  cursor: pointer;
}
@media only screen and (max-width: 48em) {
  .footer-to-top {
    position: relative;
    padding: 20px 0;
    width: 100%;
    border-color: rgba(255, 255, 255, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}



/* =========== wedding-space-area-area =========== */
.wedding-space-area {
  position: relative;
  margin-top: 40px;
  background-color: #222;
}
.wedding-space-area:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 100%;
  border-width: 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-left-width: 1px;
  border-left-style: solid;
  content: "";
}
.wedding-space-area li {
  list-style-type: none;
  line-height: 2.6;
}
.wedding-space-area .wedding-space-list {
  position: relative;
  margin: auto;
  max-width: 1024px;
  font-size: 0;
}
@media only screen and (max-width: 66.5625em) {
  .wedding-space-area .wedding-space-list {
    margin: 0 2%;
    width: 96%;
  }
}
.wedding-space-area .wedding-space-list:before {
  position: absolute;
  top: 0;
  left: 24%;
  width: 0;
  height: 100%;
  border-width: 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-left-width: 1px;
  border-left-style: solid;
  content: "";
}
.wedding-space-area .wedding-space-list:after {
  position: absolute;
  top: 0;
  right: 24%;
  width: 0;
  height: 100%;
  border-width: 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-left-width: 1px;
  border-left-style: solid;
  content: "";
}
.wedding-space-area .wedding-space-list >li {
  position: relative;
  display: inline-block ;
  margin-right: auto;
  margin-right: 2%;
  margin-left: 2%;
  width: 21%;
  color: #b69458;
  vertical-align: top;
  font-weight: bold;
  font-size: small;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 48.0625em) {
  .wedding-space-area .wedding-space-list >li {
    width: 21%;
  }
  .wedding-space-area .wedding-space-list >li:nth-child(n) {
    width: 22% ;
  }
  .wedding-space-area .wedding-space-list >li:nth-child(4n+1) {
    margin-left: 0;
  }
  .wedding-space-area .wedding-space-list >li:nth-child(4n+4) {
    margin-right: 0;
  }
}
.wedding-space-area .wedding-space-list >li span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
}
.wedding-space-area .child-list >li {
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
}
.wedding-space-area .grandson-list >li {
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
}
.wedding-space-area .grandson-list >li a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.15s linear;
}
.wedding-space-area .grandson-list >li a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 48em) {
  .wedding-space-area {
    margin-top: 0;
  }
  .wedding-space-area:after {
    border: none;
  }
  .wedding-space-area .wedding-space-list:before,
  .wedding-space-area .wedding-space-list:after {
    border: none;
  }
  .wedding-space-area .wedding-space-list >li {
    margin-top: -1px;
    width: 96%;
    border-color: rgba(255, 255, 255, 0.1);
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: 4;
  }
  .wedding-space-area .wedding-space-list >li span {
    position: relative;
    margin-bottom: 0;
  }
  .wedding-space-area .wedding-space-list >li span:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    background: transparent url("/bridal/osaka/jacksongarden/common/img/icon_plus.png") center center no-repeat;
    background-size: 50% 50%;
    content: "";
  }
  .wedding-space-area .wedding-space-list >li span +ul {
    display: none;
  }
  .wedding-space-area .wedding-space-list >li.js_is-active span:after {
    background: transparent url("/bridal/osaka/jacksongarden/common/img/icon_minus.png") center center no-repeat;
    background-size: 50% 50%;
  }
  .wedding-space-area .child-list >li {
    margin-bottom: 10px;
  }
  .wedding-space-area .grandson-list:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
  .wedding-space-area .grandson-list >li {
    float: left;
    margin-bottom: 4%;
    padding-right: 2%;
    width: 50%;
    line-height: 1.6;
  }
}



/* =========== footer-nav-area =========== */
.footer-nav-area {
  position: relative;
  margin-top: 40px;
  border-width: 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
}
@media only screen and (max-width: 54em) {
  .footer-nav-area {
    margin-top: 2%;
    border-top: none;
  }
}

/* = footer-nav-list = */
.footer-nav-list {
  position: relative;
  z-index: 2;
  margin: auto;
  max-width: 1024px;
  font-size: 0;
  font-size: 0rem;
}
@media only screen and (max-width: 66.5625em) {
  .footer-nav-list {
    margin: auto;
    width: 92%;
  }
}
@media only screen and (max-width: 54em) {
  .footer-nav-list:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
}

/* = footer-nav-item = */
.footer-nav-item {
  display: inline-block;
  margin-right: 40px;
  padding: 30px 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.footer-nav-item a {
  color: #fff;
  text-decoration: none;
}
.footer-nav-item:hover {
         opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
      filter: alpha(opacity=80);
  zoom: 1;

  -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
@media only screen and (max-width: 54em) {
  .footer-nav-item {
    display: block;
    float: left;
    margin-right: 0;
    padding: 2% 2% 2% 0;
    width: 50%;
  }
}



/* =========== footer-copyright =========== */
.footer-copyright {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  /*margin: auto;*/
  padding: 30px 100px 30px 0;
  /*max-width: 1024px;*/
  width: 100%;
  color: #878787;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #222;
}
@media only screen and (max-width: 54em) {
  .footer-copyright {
    position: relative;
    padding: 6% 4%;
    text-align: center;
  }
}


/* =========== ローディング画面 =========== */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #009944;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
/* アニメーション */
.spinner {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  top: 30%;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* =========== スクロールに合わせて画像の表示アニメーション =========== */
.selection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*gap: 50px;*/
}

.box {
  width: 100%;
  height: auto;
  animation: fadeIn linear both;
  animation-timeline: view();
  animation-range: entry 25% cover 50%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    clip-path: inset(45% 20% 45% 20%);
  }

  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}