@charset "UTF-8";
/* Reset
-------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, form, label, button, article, aside, figcaption, figure, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-size: 0.875rem;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

article, aside, figcaption, figure, footer, header, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  height: auto;
  border: 0;
  vertical-align: bottom;
}

/* Base
-------------------- */
@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 100;
  src: local("HiraginoSans-W1"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 200;
  src: local("HiraginoSans-W2"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 300;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 400;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 500;
  src: local("HiraginoSans-W5"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 600;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 700;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 800;
  src: local("HiraginoSans-W7"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 900;
  src: local("HiraginoSans-W8"), local("Hiragino Sans");
}

body {
  background-color: #FFF;
  color: #000;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック Medium","Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
  text-align: left;
}

body.no-scroll {
  overflow: hidden;
}

p {
  line-height: 2.2;
}

a {
  color: #0033CC;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 960px) {
  a:hover {
    color: #999999;
  }
}

@media (min-width: 600px) {
  a[href^="tel:"]:not([class]) {
    color: #333;
    text-decoration: none;
  }
}

@media (min-width: 960px) {
  a[href^="tel:"]:hover:not([class]) {
    color: #333;
    text-decoration: none;
  }
}

/* Font Face
Noto Serif CJK JP
This Font Software is licensed under the SIL Open Font License, Version 1.1.
https://www.google.com/get/noto/
-------------------- */
@font-face {
  font-family: "Noto Sans Light";
  src: url("../fonts/NotoSans-Light.woff") format("woff"), url("../fonts/NotoSans-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans Regular";
  src: url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.ttf") format("truetype");
  font-display: swap;
}

/* header
-------------------- */
/* header */
.header {
  position: relative;
}

/* headerbar */
.headerbar {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header_whitecolor .headerbar {
  background-color: white;
}

.header_move .headerbar {
/*
  -webkit-transform: translate(0px, -57px);
  transform: translate(0px, -57px);
*/
}

.header_menuopen .headerbar {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media (min-width: 600px) {
  .headerbar {
    height: 72px;
  }
  .header_move .headerbar {
/*
    -webkit-transform: translate(0px, -73px);
    transform: translate(0px, -73px);
*/
  }
}

@media (min-width: 960px) {
  .headerbar,
  .header_move .headerbar,
  .header_menuopen .headerbar {
    -webkit-transform: none;
    transform: none;
  }
  .header_clearcolor .headerbar {
    background-color: rgba(255, 255, 255, 0);
  }
  .header_whitecolor .headerbar {
    background-color: white;
  }
}

/* headerlogo */
.headerlogo {
  position: absolute;
  top: 15px;
  left: 12px;
  width: 135px;
  height: 24px;
}

.headerlogo__svg {
  width: 135px;
  height: 24px;
}

@media (min-width: 600px) {
  .headerlogo {
    top: 16px;
    left: 20px;
    width: 180px;
    height: 32px;
  }
  .headerlogo__svg {
    width: 180px;
    height: 32px;
  }
}

/* headerbtn */
.headerbtn {
  position: fixed;
  z-index: 110;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header_move .headerbtn {
/*
  -webkit-transform: translate(0px, -61px);
  transform: translate(0px, -61px);
*/
}

.header_menuopen .headerbtn {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.headerbtn span {
  display: inline-block;
  position: absolute;
  left: 12px;
  width: 16px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}

.headerbtn span:nth-of-type(1) {
  top: 14px;
}

.headerbtn span:nth-of-type(2) {
  top: 19px;
}

.headerbtn span:nth-of-type(3) {
  bottom: 14px;
}

.header_menuopen .headerbtn span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.header_menuopen .headerbtn span:nth-of-type(2) {
  opacity: 0;
}

.header_menuopen .headerbtn span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

@media (min-width: 600px) {
  .headerbtn {
    top: 12px;
    right: 14px;
    width: 48px;
    height: 48px;
  }
  .header_move .headerbtn {
/*
    -webkit-transform: translate(0px, -73px);
    transform: translate(0px, -73px);
*/
  }
  .headerbtn span {
    left: 16px;
  }
  .headerbtn span:nth-of-type(1) {
    top: 17px;
  }
  .headerbtn span:nth-of-type(2) {
    top: 23px;
  }
  .headerbtn span:nth-of-type(3) {
    bottom: 17px;
  }
  .header_menuopen .headerbtn span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .header_menuopen .headerbtn span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
}

@media (min-width: 960px) {
  .headerbtn {
    -webkit-transition: background .5s;
    transition: background .5s;
  }
  .headerbtn:hover {
    background: rgba(200, 200, 200, 0.5);
  }
  .header_menuopen .headerbtn:hover {
    background: #FFF;
  }
  .headerbtn,
  .header_move .headerbtn,
  .header_menuopen .headerbtn {
    -webkit-transform: none;
    transform: none;
  }
}

/* headerfair */
.headerfair {
  display: none;
}

@media (min-width: 600px) {
  .headerfair {
    display: block;
    position: absolute;
    top: 12px;
    right: 76px;
    width: 200px;
    height: 48px;
  }
  .headerfair a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    border: 1px solid #ff6f0a;
    background: #ff6f0a;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    line-height: 44px;
  }
  .headerfair a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #FFF;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    margin: 0 0 2px 10px;
    vertical-align: middle;
  }
}

@media (min-width: 960px) {
  .headerfair a {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .headerfair a:hover {
    color: #ff6f0a;
    background: #FFF;
  }
  .headerfair a::after {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .headerfair a:hover::after {
    border-left-color: #ff6f0a;
  }
}

/* headermenu */
.headermenu {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  -webkit-animation: keyframe-fadein 1s;
  animation: keyframe-fadein 1s;
}

.header_menuopen .headermenu {
  display: block;
}

.headermenu__container {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding: 7% 0 40px;
}

.headermenu__logo {
  position: relative;
  width: 20%;
  margin-left: -12%;
  padding-top: 14%;
}

.headermenu__logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.headermenu__logosvg {
  width: 100%;
  height: 100%;
}

.headermenu__list {
  width: 100%;
  margin-top: 5%;
}

.headermenu__list li {
  position: relative;
}

.headermenu__list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 1px;
  background: #000;
}

.headermenu__list li::after {
  position: absolute;
  top: 22px;
  left: 14em;
  color: #999;
  font-size: 0.5rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
}

.headermenu__list.headermenu__list02 li::after {
  left: 22em;
}

.headermenu__list li:nth-child(1)::after {
  content: "CONCEPT";
}

.headermenu__list li:nth-child(2)::after {
  content: "CHAPEL";
}

.headermenu__list li:nth-child(3)::after {
  content: "SPACE";
}

.headermenu__list li:nth-child(4)::after {
  content: "CUISINE";
}

.headermenu__list li:nth-child(5)::after {
  content: "PLAN";
}

/*headermenu__list02*/

.headermenu__list.headermenu__list02 li:nth-child(1)::after {
  content: "REASON";
}

.headermenu__list.headermenu__list02 li:nth-child(2)::after {
  content: "CHAPEL";
}

.headermenu__list.headermenu__list02 li:nth-child(3)::after {
  content: "SPACE";
}

.headermenu__list.headermenu__list02 li:nth-child(4)::after {
  content: "CUISINE";
}

.headermenu__list.headermenu__list02 li:nth-child(5)::after {
  content: "WEDDING-CAKE";
}

.headermenu__list.headermenu__list02 li:nth-child(6)::after {
  content: "DRESS";
}

.headermenu__list.headermenu__list02 li:nth-child(7)::after {
  content: "PLAN";
}

.headermenu__list.headermenu__list02 li:nth-child(8)::after {
  content: "ACCESS";
}

.headermenu__list a {
  display: block;
  padding: 19px 0 19px;
  color: #000;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.headermenu__fair {
  margin-top: 8%;
  font-size: 0.875rem;
}

.headermenu__fair a {
  display: block;
  width: 100%;
  padding: 18px 0 18px 10px;
  border: 1px solid #ff6f0a;
  background: #ff6f0a;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}

.headermenu__fair a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #FFF;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  margin: 0 0 2px 10px;
  vertical-align: middle;
}

.headermenu__tel {
  margin-top: 10px;
  font-size: 1.125rem;
}

.headermenu__tel a {
  display: block;
  width: 100%;
  padding: 8px 10px;
  background: #EEE;
  color: #000;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
}

.headermenu__telsvg {
  width: 13px;
  width: 4.68vw;
  height: 20px;
  height: 7.2vw;
  margin: 0 10px 5px 0;
  vertical-align: middle;
}

@media (min-width: 600px) {
  .headermenu {
    width: 520px;
  }
  .headermenu__container {
    width: 300px;
    padding-top: 60px;
  }
  .headermenu__logo {
    width: auto;
    height: auto;
    margin-left: -20px;
    padding: 0;
  }
  .headermenu__logo a {
    position: static;
    width: auto;
    height: auto;
  }
  .headermenu__logosvg {
    width: 72px;
    height: 48px;
  }
  .headermenu__list {
    margin: 30px 0 0 0;
  }
  .headermenu__list li::after {
    top: 24px;
    left: 15em;
  }
  /*headermenu__list02*/
  .headermenu__list.headermenu__list02 li::after {
    left: 24em;
  }
  .headermenu__list a {
    padding: 21px 0 21px;
    font-size: 0.875rem;
  }
  .headermenu__fair {
    margin: 40px 0 0;
    font-size: 1rem;
  }
  .headermenu__fair a {
    padding: 20px 0 20px 10px;
  }
  .headermenu__fair a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #FFF;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    margin: 0 0 4px 15px;
  }
  .headermenu__tel {
    font-size: 1.25rem;
  }
  .headermenu__tel a {
    padding: 11px 10px;
  }
  .headermenu__telsvg {
    width: 21px;
    height: 32px;
  }
}

@media (min-width: 960px) {
  .header_menuopen .headermenu {
    width: 50%;
  }
  .headermenu__container {
    width: 60%;
  }
  .headermenu__list li::before,
  .headermenu__list a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .headermenu__list li:hover::before {
    width: 180px;
  }
  .headermenu__list a:hover {
    color: #999;
  }
  .headermenu__fair {
    font-size: 1.125rem;
  }
  .headermenu__fair a {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .headermenu__fair a:hover {
    color: #ff6f0a;
    background: #FFF;
  }
  .headermenu__fair a::after {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .headermenu__fair a:hover::after {
    border-left-color: #ff6f0a;
  }
  .headermenu__tel a {
    padding: 13px 10px;
  }
}

@media (min-width: 1280px) {
  .headermenu__container {
    width: 480px;
  }
  .headermenu__logo {
    position: absolute;
    top: 65px;
    left: 0;
    margin-left: 0;
  }
  .headermenu__logosvg {
    width: 84px;
    height: 56px;
  }
  .headermenu__list {
    margin: 0 0 0 190px;
    width:inherit;
  }
  .headermenu__list li::after {
    top: 29px;
  }
  .headermenu__list a {
    padding: 24px 0;
    font-size: 1rem;
  }
  .headermenu__fair {
    margin: 50px 0 0 190px;
  }
  .headermenu__tel {
    margin: 15px 0 0 190px;
  }
}

@media (min-height: 750px) {
  .header_menuopen .headermenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

/* overlay */
.overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.overlay_off {
  display: none;
}

/* noscroll ---------------- */
.noscroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* footer
-------------------- */
.footer {
  background: #f0f0f0;
}

.footer__container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .footer__container {
    width: 84%;
  }
}

@media (min-width: 1280px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
  }
}

@media (min-width: 1280px) {
  .footertxt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.footerinfo {
  padding-top: calc(3% + 35px);
}

.footerinfo p {
  line-height: 1.7;
}

.footerinfo a {
  color: #000;
  text-decoration: none;
}

.footerinfo__logo {
  padding-right: 5px;
}

.footerinfo__logosvg {
  width: 120px;
  height: 22px;
}

.footerinfo__tel {
  margin-top: 10px;
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.footerinfo__telsvg {
  width: 13px;
  height: 20px;
  margin: 0 10px 5px 0;
  vertical-align: middle;
}

.footerinfo__open {
  font-size: 0.75rem;
}

@media (min-width: 600px) {
  .footerinfo {
    text-align: left;
  }
  .footerinfo__logosvg {
    width: 180px;
    height: 32px;
  }
  .footerinfo__tel {
    margin-top: 25px;
    font-size: 1.375rem;
  }
  .footerinfo__telsvg {
    width: 18px;
    height: 27px;
  }
  .footerinfo__open {
    font-size: 0.875rem;
  }
}

@media (min-width: 1280px) {
  .footerinfo {
    padding-top: 0;
  }
}

.footerdata {
  margin-top: calc(2% + 20px);
  padding-top: 15px;
  border-top: 1px solid #333;
}

.footerdata p {
  line-height: 1.5;
}

.footerdata a {
  color: #000;
  text-decoration: none;
}

.footerdata__name {
  font-size: 1rem;
  font-family: "Noto Sans Regular", sans-serif;
}

.footerdata__namesmall {
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック Medium","Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
}

.footerdata__address {
  margin-top: 5px;
  font-size: 0.75rem;
}

.footerdata__address a {
  display: inline-block;
  margin-bottom: 1px;
  padding: 3px 5px;
  border: 1px solid #333;
  font-size: 0.5rem;
  line-height: 1;
}

.footerdata__fax {
  margin-top:3px;
  font-size: 0.75rem;
}

@media (min-width: 600px) {
  .footerdata {
    margin-top: 30px;
  }
  .footerdata__name {
    font-size: 1.125rem;
  }
  .footerdata__address {
    font-size: 0.875rem;
  }
  .footerdata__address a {
    font-size: 0.625rem;
  }
  .footerdata__fax {
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .footerdata__address a {
    -webkit-transition: background .5s;
    transition: background .5s;
  }
  .footerdata__address a:hover {
    background: #000;
    color: #FFF;
  }
}

@media (min-width: 1280px) {
  .footerdata {
    padding-top: 0;
    border-top: none;
  }
  .footerdata__fax {
    margin-top: 0;
  }
}

.footermenu {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: calc(3% + 30px);
  border-top: 1px solid #333;
  font-size: 0.75rem;
  line-height: 1.5;
}

.footermenu a {
  color: #000;
  text-decoration: none;
}

.footermenu__list_1, .footermenu__list_2 {
  float: left;
  width: 50%;
}

.footermenu__list_3 {
  clear: both;
  width: 100%;
}

.footermenu__list {
  font-size: 0.75rem;
}

.footermenu__list li {
  margin: 2px 0;
}

.footermenu__list a {
  display: block;
  padding: 3px 0;
}

.footermenu__mark_top {
  margin-top: 2em !important;
}

.footermenu__mark a {
  position: relative;
  padding-left: 20px;
}

.footermenu__mark a::before,
.footermenu__mark a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 8px;
  border: 1px solid #333;
  background: #f0f0f0;
}

.footermenu__mark a::before {
  top: calc(50% - 6px);
  left: 0;
}

.footermenu__mark a::after {
  top: calc(50% - 3px);
  left: 3px;
}

@media (min-width: 600px) {
  .footermenu__list_1, .footermenu__list_2, .footermenu__list_3 {
    clear: none;
    float: left;
    width: 33.33%;
  }
  .footermenu__list {
    font-size: 0.75rem;
  }
}

@media (min-width: 960px) {
  .footermenu a {
    -webkit-transition: color .5s;
    transition: color .5s;
  }
  .footermenu a:hover {
    color: #999;
  }
}

@media (min-width: 1280px) {
  .footermenu {
    width: 52%;
    max-width: 800px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
}

.footerbottom {
  padding: calc(3% + 20px) 0 calc(3% + 55px);
  background: #000;
  color: #FFF;
  font-size: 0.625rem;
}

.footerbottom a {
  color: #FFF;
  text-decoration: none;
}

@media (min-width: 600px) {
  .footerbottom {
    font-size: 0.75rem;
  }
}

@media (min-width: 960px) {
  .footerbottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 8%;
  }
  .footerbottom a {
    -webkit-transition: color .5s;
    transition: color .5s;
  }
  .footerbottom a:hover {
    color: #999;
  }
}

.footersns {
  text-align: center;
}

.footersns li {
  display: inline-block;
  margin: 0 6px;
}

.footersns__svg {
  fill: #FFF;
}

@media (min-width: 960px) {
  .footersns {
    width: 200px;
    text-align: left;
  }
  .footersns__svg {
    -webkit-transition: fill .5s;
    transition: fill .5s;
  }
  a:hover .footersns__svg {
    fill: #666;
  }
}

.footerlink {
  margin: 35px 8% 0;
  line-height: 1.3;
  text-align: center;
}

.footerlink li {
  display: inline-block;
  margin-top: 6px;
}

.footerlink li:first-child {
  margin-left: 1em;
}

.footerlink li:not(:last-child) {
  margin-right: 1em;
}

.footerlink li:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin-right: 1em;
}

@media (min-width: 600px) {
  .footerlink li:first-child {
    margin-left: 0;
  }
}

@media (min-width: 960px) {
  .footerlink {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 3em 0 0;
    text-align: right;
  }
  .footerlink li {
    margin-top: 0;
  }
}

.footercopyright {
  margin-top: 25px;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 960px) {
  .footercopyright {
    margin-top: 0;
    text-align: right;
  }
}

/* Layout 2column
-------------------- */
.layout2column__side {
  margin-top: calc(8% + 35px);
}

@media (min-width: 960px) {
  .layout2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 84%;
    max-width: 1200px;
    margin: -10px auto 0;
  }
  .layout2column__main {
    width: 70%;
  }
  .layout2column__side {
    width: 22%;
    margin-top: 0;
  }
}

/* main
-------------------- */
.main {
  padding-top: 56px;
  overflow: hidden;
  /* headerbar height */
}

@media (min-width: 600px) {
  .main {
    padding-top: 72px;
  }
}

.main_padding0 {
  padding-top: 0;
}

@media (min-width: 960px) {
  .main_paddingsp {
    padding-top: 0;
  }
}

/* side
-------------------- */
.sidemenu {
  margin: 35px 5% 0;
  padding: 5px 3%;
  border: 1px solid #CCC;
  border-radius: 4px;
  line-height: 1.5;
}

.sidemenu__title {
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
  font-size: 0.875rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}

.sidemenu__list li {
  position: relative;
  padding: 12px 20px 12px 0;
}

.sidemenu__list li:not(:first-child) {
  border-top: 1px solid #CCC;
}

.sidemenu__list a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sidemenu__list a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #000;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}

.sidemenu__select {
  padding: 20px 0;
  text-align: center;
}

.sidemenu__select select {
  width: 80%;
  padding: 5px;
}

@media (min-width: 600px) {
  .sidemenu {
    padding: 10px 3%;
  }
  .sidemenu__title {
    margin-bottom: 10px;
    font-size:1rem;
    text-align: left;
  }
  .sidemenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sidemenu__list li {
    width: 48.5%;
    padding: 8px 0 8px 15px;
  }
  .sidemenu__list li:not(:first-child) {
    border-top: none;
  }
  .sidemenu__list a::after {
    right: auto;
    left: 0;
    top: 12px;
  }
}

@media (min-width: 960px) {
  .sidemenu {
    margin: 45px 0 0;
    padding: 0;
    border: none;
  }
  .sidemenu__list {
    display: block;
  }
  .sidemenu__list li {
    width: 100%;
  }
  .sidemenu__list li:nth-child(3n+2):last-child {
    margin-right: 0;
  }
  .sidemenu__list .sidemenu__listtop {
    padding-left: 20px;
    font-size: 0.875rem;
  }
  .sidemenu__list .sidemenu__listtop_en {
    font-family: "Noto Sans Regular", sans-serif;
    letter-spacing: 0.1em;
  }
  .sidemenu__list .sidemenu__listtop a {
    color: #000;
    text-decoration: none;
  }
  .sidemenu__list .sidemenu__listtop a:hover {
    color: #999;
  }
  .sidemenu__list .sidemenu__listtop a::after {
    top: 13px;
  }
  .sidemenu__select {
    padding: 10px 0 0;
  }
  .sidemenu__select select {
    width: 100%;
  }
}

/* Container
-------------------- */
.container {
  position: relative;
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
}

.container-large {
  position: relative;
  width: 84%;
  max-width: 1600px;
  margin: 0 auto;
}

.container-medium {
  position: relative;
  width: 84%;
  max-width: 960px;
  margin: 0 auto;
}

.container-small {
  position: relative;
  width: 84%;
  max-width: 800px;
  margin: 0 auto;
}

.container-full {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 960px) {
  .layout2column .container {
    width: 100%;
  }
}

/* grid column base
-------------------- */
.column {
  display: block;
  min-height: 0%;
  /* ie flex-direction bug */
}

/* grid freesize
-------------------- */
/* row */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 600px) {
  .rowmd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 960px) {
  .rowlg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rowlg > .column > *:first-child {
    margin-top: 0;
  }
}

/* rowreverse */
.rowreverse.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media (min-width: 600px) {
  .rowreverse.rowmd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

@media (min-width: 960px) {
  .rowreverse.rowlg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

/* column */
.column_equally {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  /* 1 1 0 xie11 */
}

.column_equallymargin {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  /* 1 1 0 xie11 */
}

.row:not(.rowreverse) .column_equallymargin:not(:first-child) {
  margin-left: 5.2%;
}

.row.rowreverse .column_equallymargin:not(:last-child) {
  margin-left: 5.2%;
}

@media (min-width: 600px) {
  .rowmd:not(.rowreverse) .column_equallymargin:not(:first-child) {
    margin-left: 5.2%;
  }
  .rowmd.rowreverse .column_equallymargin:not(:last-child) {
    margin-left: 5.2%;
  }
}

@media (min-width: 960px) {
  .rowlg:not(.rowreverse) .column_equallymargin:not(:first-child) {
    margin-left: 5.2%;
  }
  .rowlg.rowreverse .column_equallymargin:not(:last-child) {
    margin-left: 5.2%;
  }
}

/* grid size
-------------------- */
/* rowsize */
.rowsize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rowsize .column {
  width: 100%;
}

.rowsize .column_1-2 {
  width: 48%;
}

@media (min-width: 600px) {
  .rowsize .column[class*="column_md"]:nth-child(n) {
    margin-right: 0;
  }
  .rowsize .column_md-1-2 {
    width: 48%;
  }
  .rowsize .column_md-1-3 {
    width: 30.66%;
  }
  .rowsize .column_md-1-3:nth-child(3n+2):last-child {
    margin-right: 34.66%;
  }
}

@media (min-width: 960px) {
  .rowsize .column[class*="column_lg"]:nth-child(n) {
    margin-right: 0;
  }
  .rowsize .column_lg-1-2 {
    width: 48%;
  }
  .rowsize .column_lg-1-3 {
    width: 30.66%;
  }
  .rowsize .column_lg-1-3:nth-child(3n+2):last-child {
    margin-right: 34.66%;
  }
  .rowsize .column_lg-2-3 {
    width: 65.32%;
  }
  .rowsize .column_lg-1-4 {
    width: 22%;
  }
  .rowsize .column_lg-1-4:nth-child(4n+2):last-child {
    margin-right: 52%;
  }
  .rowsize .column_lg-1-4:nth-child(4n+3):last-child {
    margin-right: 26%;
  }
  .rowsize .column[class*="column_lg"] > *:first-child {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .rowsize .column[class*="column_xl"]:nth-child(n) {
    margin-right: 0;
  }
  .rowsize .column_xl-1-2 {
    width: 48%;
  }
  .rowsize .column_xl-1-3 {
    width: 30.66%;
  }
  .rowsize .column_xl-1-3:nth-child(3n+2):last-child {
    margin-right: 34.66%;
  }
  .rowsize .column_xl-1-4 {
    width: 22%;
  }
  .rowsize .column_xl-1-4:nth-child(4n+2):last-child {
    margin-right: 52%;
  }
  .rowsize .column_xl-1-4:nth-child(4n+3):last-child {
    margin-right: 26%;
  }
}

/* Section
-------------------- */
/* section-large */
.section-large {
  margin-top: calc(8% + 35px);
}

@media (min-width: 960px) {
  .section-large {
    margin-top: 115px;
  }
}

@media (min-width: 1280px) {
  .section-large {
    margin-top: 130px;
  }
}

/* section-medium */
.section-medium {
  margin-top: calc(6% + 22px);
}

@media (min-width: 960px) {
  .section-medium {
    margin-top: 80px;
  }
}

/* section-small */
.section-small {
  margin-top: 35px;
}

@media (min-width: 600px) {
  .section-small {
    margin-top: 45px;
  }
}

@media (min-width: 960px) {
  .section-small {
    margin-top: 55px;
  }
}

/* Title
-------------------- */
.title1 {
  margin-bottom: 35px;
  font-size: 1.25rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

.title1__jp {
  font-size: 0.625rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Verdana, HiraginoCustom, 'Hiragino Kaku Gothic ProN', "游ゴシック Medium", "Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
  letter-spacing: 0.1em;
}

@media (min-width: 600px) {
  .title1 {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
  .title1__jp {
    font-size: 0.75rem;
  }
}

@media (min-width: 960px) {
  .title1 {
    margin-bottom: 50px;
  }
}

.title2 {
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

.title2::before, .title2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
}

.title2::before {
  top: 1px;
  border-bottom: 6px solid #333;
}

.title2::after {
  top: 11px;
  border-top: 6px solid #333;
}

.title2__en {
  font-size: 1rem;
  font-family: "Noto Sans Regular", sans-serif;
  font-weight:normal;
  letter-spacing: 0.2em;
}

.title2__ensmall {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}

@media (min-width: 600px) {
  .title2 {
    font-size: 1.125rem;
  }
  .title2::before {
    top: 4px;
  }
  .title2::after {
    top: 14px;
  }
  .title2__en {
    font-size: 1.25rem;
  }
  .title2__ensmall {
    margin-top:8px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

.title3 {
  line-height: 1.5;
  text-align: center;
}

.title3 span {
  display: inline-block;
  padding: 0 5px 7px;
  border-bottom: 1px solid #333;
}

@media (min-width: 600px) {
  .title3 {
    font-size: 1rem;
  }
}

.title4 {
  margin-bottom: 25px;
  padding: 0 1em;
  font-size: 1rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}

.title4_en {
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック Medium","Yu Gothic Medium","メイリオ",Meiryo,sans-serif;
  font-weight: normal;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
}

.title4::after {
  content: "";
  display: block;
  width: 4em;
  height: 1px;
  margin: 17px auto 0;
  background: #000;
}

.title4 br {
  display: none;
}

@media (min-width: 600px) {
  .title4 {
    margin-bottom: 35px;
    padding: 0;
    font-size: 1.125rem;
    text-align: left;
    line-height: 2;
  }
  .title4::after {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .title4 span {
    display: inline-block;
    padding-right: 20px;
  }
  .title4 br {
    display: inline;
  }
}

.title5 {
  padding: 15px 10px;
  background: #888;
  color: #FFF;
  font-size: 0.875rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 600px) {
  .title5 {
    padding: 15px;
    font-size: 1rem;
  }
}

.title6 {
  padding: 13px 10px;
  border: 1px solid #CCC;
  font-size: 0.875rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 600px) {
  .title6 {
    padding: 13px 15px;
  }
}

.title7 {
  padding: 0 0 8px 5px;
  border-bottom: 1px solid #000;
  font-size: 0.875rem;
  line-height: 1.5;
}

.title7_en {
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
}

.title8 {
  text-align: center;
}

.title8__num {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-family: 'Noto Sans Light', sans-serif;
}

.title8__txt1 {
  margin-bottom: 5px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.title8__txt1_en {
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
}

.title8__txt2 {
  font-size: 1.25rem;
  line-height: 1.5;
}

.title8__txt2_en {
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.1em;
}

@media (min-width: 1280px) {
  .title8__num {
    font-size: 3rem;
  }
}

.title9 {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  line-height: 1.8;
  white-space:nowrap;
  overflow: hidden;
}
.title9::after {
  content: "";
  display: inline-block;
  width: 75px;
  height: 1px;
  margin: -3px 0 0 1em;
  background: #000;
  vertical-align: middle;
}
.title9_md {
  font-size: 1.125rem;
}

@media (min-width: 600px) {
  .title9 {
    font-size: 1.25rem;
  }
  .title9_md {
    font-size: 1.125rem;
  }
  .title9::after {
    width: 150px;
    margin: -3px 0 0 1.8em;
  }
}

/* Catch
-------------------- */
.catch1 {
  font-size: 1rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.9;
  text-align: center;
}

@media (min-width: 600px) {
  .catch1 {
    font-size: 1.25rem;
  }
}

.catch2 {
  font-size: 1rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.9;
}

@media (min-width: 600px) {
  .catch2 {
    font-size: 1.125rem;
  }
}

@media (min-width: 1280px) {
  .catch2 {
    font-size: 1.25rem;
  }
}

/* Text
-------------------- */
.text1 {
  margin-top: 15px;
}

.text1 p {
  margin-top: 15px;
}

@media (min-width: 600px) {
  .text1 {
    margin-top: 20px;
  }
  .text1 p {
    margin-top: 20px;
  }
}

@media (min-width: 960px) {
  .text1 {
    margin-top: 30px;
  }
}

.text2 {
  font-size: 0.75rem;
}


/* Link
-------------------- */
/* link-txt1 */
.link-txt1 {
  display: inline-block;
}

.link-txt1::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #000;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  margin-left: 10px;
  margin-bottom: 0.3em;
  vertical-align: middle;
}

.link-txt1_tobottom::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 960px) {
  .link-txt1 {
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .link-txt1:hover {
    color: #999;
  }
  .link-txt1::after {
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .link-txt1:hover::after {
    border-left-color: #999;
  }
}

/* link-txt2 */
.link-txt2 {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.link-txt2::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #000;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  margin-left: 18px;
  margin-bottom: 0.3em;
  vertical-align: middle;
}

@media (min-width: 960px) {
  .link-txt2 {
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .link-txt2:hover {
    color: #999;
  }
  .link-txt2::after {
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .link-txt2:hover::after {
    border-left-color: #999;
  }
}

/* link-url */
.link-url {
  position: relative;
  padding-left: 20px;
}

.link-url::before, .link-url::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 8px;
  border: 1px solid #333;
  background: #fff;
}

.link-url::before {
  top: calc(50% - 6px);
  left: 0;
}

.link-url::after {
  top: calc(50% - 3px);
  left: 3px;
}

/* img hover */
@media (min-width: 960px) {
  .link-img {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
  .link-img:hover {
    opacity: 0.6;
  }
}

/* image
-------------------- */
/* 100% */
.img-full {
  width: 100%;
}

.img-fullmax {
  max-width: 100%;
}

/* img-fit */
.img-fit23,
.img-fit58 {
  position: relative;
}

.img-fit23__container,
.img-fit58__container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-fit23__img,
.img-fit58__img {
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .img-fit23__img,
  .img-fit58__img {
    display: inline-block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.img-fit23 {
  padding-top: 66.66%;
}

.img-fit58 {
  padding-top: 62.5%;
}

/* img-cut */
.img-cut {
  padding: 8px 0;
  text-align: center;
}

.img-cut img {
  width: 100%;
}

.img-cut img + img {
  margin-top: 10px;
}

.img-cut_tate img {
  width: 66.6%;
}

.img-cut_2imgtate img {
  width: calc(50% - 5px);
}

.img-cut_2imgtate img + img {
  margin-top: 0;
  margin-left: 10px;
}

@media (min-width: 600px) {
  .img-cut {
    width: 38.46%;
  }
  .img-cut_tate img {
    width: 100%;
  }
  .img-cut_right {
    float: right;
    margin-left: 25px;
  }
  .img-cut_left {
    float: right;
    margin-right: 25px;
  }
  .img-cut_2img, .img-cut_2imgtate {
    width: 100%;
  }
  .img-cut_2img img, .img-cut_2imgtate img {
    width: 38.46%;
  }
  .img-cut_2img img + img {
    margin-top: 0;
    margin-left: 10px;
  }
  .text1 .img-cut:first-child {
    margin-top: 0;
  }
}

@media (min-width: 960px) and (max-width: 1279.98px) {
  .halfbody .img-cut {
    width: 100%;
  }
  .halfbody .img-cut_right,
  .halfbody .img-cut_left {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .halfbody .img-cut_tate img {
    width: 66.6%;
  }
  .halfbody .text1 .img-cut:first-child {
    margin-top: 20px;
  }
}

/* img-sharp */
@media (min-width: 960px) {
  .img-sharp {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* List
-------------------- */
/* list1 */
.list1 {
  margin-top: 20px;
  list-style-type: disc;
  margin-left: 25px;
  line-height: 1.7;
}

.list1_nomark {
  list-style-type: none;
  margin-left: 0;
}

.list1 li:not(:first-child) {
  margin-top: 8px;
}

.list1 ul {
  list-style-type: circle;
  margin: 8px 0 0 20px;
}

.list1 ul ul {
  list-style-type: disc;
}

ol.list1 {
  list-style-type: decimal;
}

/* list2 */
.list2 {
  list-style-type: disc;
  margin-top: 20px;
  padding: 5% 0 5% 5%;
  background: #f0edeb;
  line-height: 1.7;
}

.list2 li {
  display: inline-block;
  min-width: 43%;
  margin-right: 4%;
}

.list2 li::before {
  content: "-";
  margin-right: 0.5em;
}

/* dl-list1 */
.dl-list1 {
  margin-top: 12px;
  line-height: 1.7;
}

.dl-list1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #333;
}

.dl-list1 dt {
  width: 30%;
  padding: 12px 0;
}

.dl-list1 dd {
  width: 70%;
  padding: 12px 0 12px 10px;
}

@media (min-width: 600px) {
  .dl-list1 {
    margin-top: 30px;
  }
  .dl-list1 dt {
    padding: 15px 0;
    font-size: 1rem;
  }
  .dl-list1 dd {
    padding: 15px 0 15px 10px;
  }
}

/* dl-list2 */
.dl-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  line-height: 1.7;
}

.dl-list2 dt,
.dl-list2 dd {
  padding: 12px 10px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.dl-list2 dt {
  width: 30%;
  background: #EEE;
}

.dl-list2 dd {
  width: 70%;
}

@media (min-width: 600px) {
  .dl-list2 {
    margin-top: 30px;
  }
}

/* Table
-------------------- */
/* table1 */
.table1 {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

.table1 th {
  border: solid 1px #CCC;
  margin:0;
  padding: 10px 5px;
  background: #EEE;
  line-height: 1.5;
}

.table1 td {
  border: solid 1px #CCC;
  margin:0;
  padding: 10px 5px;
  line-height: 1.5;
}


/* nav1 */
.nav1 {
  margin: calc(8% + 35px) -3% 0;
  padding: 20px 3% 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  line-height: 1.5;
}

.nav1 dt {
  padding: 0 0 15px;
  font-size: 0.875rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}

.nav1 li {
  position: relative;
  padding: 12px 20px 12px 0;
  border-top: 1px solid #CCC;
}

.nav1 a {
  display: block;
}

.nav1 a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #000;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}

@media (min-width: 600px) {
  .nav1 {
    margin: calc(8% + 35px) 0 0;
    padding: 20px 3% 15px;
  }
  .nav1 dt {
    font-size:1rem;
    text-align: left;
  }
  .nav1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0 0;
    border-top: 1px solid #CCC;
  }
  .nav1 li {
    width: 48.5%;
    padding: 8px 0 8px 15px;
    border-top: none;
  }
  .nav1 a::after {
    right: auto;
    left: 0;
    top: 12px;
  }
}

@media (min-width: 960px) {
  .nav1 {
    margin-top: 115px;
    padding: 30px 3% 25px;
  }
  .nav1 li {
    width: 31%;
  }
  .nav1 li:nth-child(3n+2):last-child {
    margin-right: 34.5%;
  }
}

@media (min-width: 1280px) {
  .nav1 {
    margin-top: 130px;
  }
}

/* nav2 */
.nav2 {
  text-align: center;
}

.nav2 li {
  display: inline-block;
  margin: 10px 0;
  padding: 0 10px;
}

.nav2 li + li {
  border-left: 1px solid #999;
}

/* nav3 */
.nav3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.nav3__container {
  display: table;
  width: 100%;
  height: 100%;
}

.nav3__container a {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.nav3__list {
  width: 25%;
  margin: 0 2.5%;
  padding: 0 2.5%;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

.nav3__prev, .nav3__next {
  position: relative;
  width: 35%;
}

.nav3__prev::before, .nav3__next::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
}

.nav3__prev::before {
  left: -15px;
  border-right: 4px solid #000;
}

.nav3__next::before {
  right: -15px;
  border-left: 4px solid #000;
}

@media (min-width: 600px) {
  .nav3 {
    font-size: 0.875rem;
  }
}

/* nav4 */
.nav4 {
  text-align: center;
}

.nav4__prev, .nav4__next, .nav4__page, .nav4__now {
  display: inline-block;
  margin-top: 20px;
  height: 30px;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}

.nav4__prev, .nav4__next {
  position: relative;
  color: #000;
}

.nav4__prev::before, .nav4__next::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
}

.nav4__prev {
  margin-right: 10px;
}

.nav4__prev::before {
  left: -15px;
  margin-right: 15px;
  border-right: 4px solid #000;
}

.nav4__next {
  margin-left: 10px;
}

.nav4__next::before {
  right: -15px;
  margin-left: 15px;
  border-left: 4px solid #000;
}

.nav4__now {
  width: 30px;
  background: #000;
  color: #FFF;
}

.nav4__page {
  width: 30px;
  background: #f0edeb;
  color: #000;
}

@media (min-width: 600px) {
  .nav4__page:hover {
    background: #000;
    color: #FFF;
  }
}

/* Button
-------------------- */
/* btn1 */
.btn1 {
  display: inline-block;
  margin-top: 5px;
  padding: 15px 5px 15px 15px;
  border: 1px solid #ff6f0a;
  background: #ff6f0a;
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}

.btn1::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #FFF;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  margin: 0 0 2px 10px;
  vertical-align: middle;
}

@media (min-width: 600px) {
  .btn1 {
    padding: 25px 5px 25px 15px;
    font-size: 1.25rem;
  }
  .btn1::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 8px solid #FFF;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    margin-left: 20px;
  }
}

@media (min-width: 960px) {
  .btn1 {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .btn1:hover {
    color: #ff6f0a;
    background: #FFF;
  }
  .btn1::after {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .btn1:hover::after {
    border-left-color: #ff6f0a;
  }
}

/* btn2 */
.btn2 {
  display: inline-block;
  min-width: 200px;
  margin-top: 15px;
  padding: 17px 5px 17px 15px;
  border: 1px solid #000;
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}

.btn2::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #000;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  margin: 0 0 2px 10px;
  vertical-align: middle;
}

@media (min-width: 960px) {
  .btn2 {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .btn2:hover {
    color: #FFF;
    background: #000;
  }
  .btn2::after {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .btn2:hover::after {
    border-left-color: #FFF;
  }
}

/* bnrarea */
.bnrarea01 .bnr {
  display: block;
  width: 89.6%;
  max-width: 670px;
  margin: 0 auto;
}
.bnrarea01 .bnr:not(:first-child) {
  margin-top: 20px;
}
.bnr.bnr01 {
  border: solid 1px #CCC;
}
@media (min-width: 960px) {
  .bnrarea01 .bnr {
    width: 60%;
    max-width: 960px;
  }
  .bnrarea01 .bnr:not(:first-child) {
    margin-top: 40px;
  }
}

/* form
-------------------- */
/* error */
#form-error-list {
  display: none;
  margin: 20px 0 25px;
  padding: 3%;
  border: 2px solid #FF9900;
  background: #FFEACA;
}

#form-error-list-item {
  margin-top: 10px;
  color: #FF3300;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
}

.form-error-style {
  background: #FFEACA !important;
}

.form-error-tip {
  margin: -2px 0;
}

.form-error-tip p {
  position: relative;
  padding-left: 25px;
  color: #FF3300;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
}

.form-error-tip p::before {
  content: "!";
  display: block;
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 0;
  width: 18px;
  color: #FFF;
  line-height: 17px;
  text-align: center;
}

.form-error-tip p::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #FF3300;
}

/* form-mark */
.form-mark1,
.form-mark2 {
  display: inline-block;
  margin: 0 0 2px 3px;
  padding: 2px 5px;
  border-radius: 2px;
  background: #FF6600;
  color: #FFF;
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

.form-mark2 {
  background: #999;
  color: #FFF;
}

@media (min-width: 960px) {
  .form-mark1,
  .form-mark2 {
    padding: 2px 8px;
    font-size: 0.7rem;
  }
}

/* form-example */
.form-example {
  color: #666;
  font-size: 0.75rem;
}

.form-example_block {
  display: block;
}

/* form-fieldgroup */
.form-fieldgroup {
  margin: 0 -5px 5px;
  padding: 0 5px;
}

/* form1 */
.form1 {
  margin: 0 auto;
  padding: 0 0 50px;
  font-size: 0.875rem;
  /* IE */
  /* Edge */
}

.form1 dl {
  margin: 10px 0 20px;
  border-bottom: 1px solid #CCC;
}

.form1 dt {
  padding: 17px 0 0;
  border-top: 1px solid #CCC;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

.form1 dd {
  margin: 5px 0 0;
  padding: 0 0 12px;
  line-height: 1.5;
}

.form1 p {
  margin: 0;
}

.form1 input[type="text"],
.form1 textarea {
  width: 100%;
  margin: 5px 0;
  padding: 10px 5px;
  font-size: 16px;
}

.form1 input::-webkit-input-placeholder,
.form1 textarea::-webkit-input-placeholder {
  color: #999;
}

.form1 input:-ms-input-placeholder,
.form1 textarea:-ms-input-placeholder {
  color: #999;
}

.form1 input::-ms-input-placeholder,
.form1 textarea::-ms-input-placeholder {
  color: #999;
}

.form1 input::placeholder,
.form1 textarea::placeholder {
  color: #999;
}

.form1 input:focus::-webkit-input-placeholder,
.form1 textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.form1 input:focus:-ms-input-placeholder,
.form1 textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.form1 input:focus::-ms-input-placeholder,
.form1 textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.form1 input:focus::placeholder,
.form1 textarea:focus::placeholder {
  color: transparent;
}

.form1 input:-ms-input-placeholder,
.form1 textarea:-ms-input-placeholder {
  color: #999;
}

.form1 input:focus:-ms-input-placeholder,
.form1 textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.form1 input::-ms-input-placeholder,
.form1 textarea::-ms-input-placeholder {
  color: #999;
}

.form1 input:focus::-ms-input-placeholder,
.form1 textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.form1 input.form-input-small[type="text"] {
  width: 4em;
}

.form1 textarea {
  height: 150px;
}

.form1 select {
  max-width: 100%;
  margin: 5px 0;
  padding: 10px 5px;
  font-size: 16px;
}

.form1 label {
  display: inline-block;
  cursor: pointer;
  margin: 5px 0;
  padding: 5px 13px 5px 8px;
  border: 1px solid #DDD;
  border-radius: 2px;
  background: #F6F6F6;
}

.form1 input[type="checkbox"],
.form1 input[type="radio"] {
  margin: 0 6px 2px 2px;
  vertical-align: middle;
}

.form1__privacy {
  margin: 10px 0 5px;
  padding: 15px 10px;
  background: #FFF;
  line-height: 1.5;
  text-align: center;
}

.form1__privacy p + p {
  margin-top: 10px;
}

.form1__btn {
  margin: 20px 0 calc(12% + 20px);
  text-align: center;
}

.form1__btn-submit {
  display: inline-block;
  width: 95%;
  margin: 0 auto 30px;
  padding: 17px 5% 17px 0;
  background: #ff6f0a;
  border: 1px solid #FFF;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-size: 1.25em;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
}

.form1__btn-submit svg {
  fill: #FFF;
  width: 22px;
  width: 4.5vw;
  height: 24px;
  height: 5vw;
  margin: 0 15px 5px;
  vertical-align: middle;
}

@media (min-width: 600px) {
  .form1 dl {
    border-bottom: 1px solid #999;
  }
  .form1 dt {
    clear: both;
    float: left;
    width: 240px;
    padding: 15px 10px 0;
    border-top: 1px solid #999;
  }
  .form1 dd {
    margin: 0 0 0 240px;
    padding: 10px;
    border-top: 1px solid #999;
  }
  .form1__btn {
    margin: 30px 0 0;
  }
  .form1__btn-submit {
    font-size: 1.5em;
    width: 400px;
    padding: 20px 20px 20px 0;
    line-height: 27px;
  }
  .form1__btn-submit svg {
    width: 24px;
    height: 27px;
  }
}

@media (min-width: 960px) {
  .form1__btn-submit:hover {
    background: #6A7992;
  }
}

/* youtube
-------------------- */
/* youtube */
.youtube {
  position: relative;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Box
-------------------- */

/* box01 */
.box01 {
  position: relative;
}

@media (min-width: 960px) {
  .box01__img {
    width: 92.5%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .box01__img_1200 {
    max-width: 1200px;
  }
}

/* box02 */
.box02 {
  position: relative;
}

.box02 .catch2 {
  margin-bottom: 15px;
}

.box02__header {
  margin: 0 8% calc(6% + 15px) ;
}

.box02__header .catch2 {
  text-align:center;
}

.box02__main {
  position: relative;
}

.box02__main img {
  width: 100%;
}

.box02__sub {
  position: relative;
}

/* type01 */
.box02_type01 .box02__main {
  width: 88%;
  margin-left: 6%;
}
.box02_type01 .box02__main.box02__main01 {
  width: 100%;
  margin-left: 0;
}
/* type04 */
.box02_type04 .box02__main {
  width: 100%;
}

/* subimg */
.box02__subimg {
  width: 88%;
  margin: 6% 0 0 6%;
}
.box02__subimg img {
  width: 100%;
}
.box02__subimg_img06a {
  overflow: hidden;
}
.box02__subimg_img06a img {
  margin: -25% 0;
}

/* box02__subtxt */
.box02__subtxt {
  margin: calc(6% + 15px) 8% 0;
}

@media (min-width: 600px) {
  /* type01 */
  .box02_type01 .box02__main {
    width: 70%;
    margin-left: 6%;
  }
  /* subimg */
  .box02__subimg_img03 {
    width: 50%;
    margin: -10% 0 0 auto;
  }
}
@media (min-width: 960px) {
  .box02__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position:relative;
    max-width: 1600px;
    margin: 0 auto;
  }
  .box02__header {
    margin:0 0 30px;
  }
  .box02__header .catch2 {
    text-align:left;
  }
  .box02__main {
    position:absolute;
    top:0;
    left:0;
    width: 50%;
    margin-top:30px;
    margin-bottom:30px;
  }

  /* type01 */
  .box02_type01 .box02__container {
    min-height: 50vw;
  }
  .box02_type01 .box02__header {
    margin-left: 61.25%;
    margin-right: 7.5%;
  }
  .box02_type01 .box02__main {
    left: 3.75%;
    width: 50%;
    margin: 0;
  }
  .box02_type01 .box02__main.box02__main01 {
    width: 50%;
  }
  .box02_type01 .box02__sub {
    width: 31.25%;
    margin-left: 61.25%;
  }

  /* type02 */
  .box02_type02 .box02__container {
    min-height:calc(53.75vw + 30px);
  }
  .box02_type02 .box02__header {
    margin-left: 7.5%;
    margin-right: 61.25%;
  }
  .box02_type02 .box02__main {
    left: 46.25%;
    width: 53.75%;
  }
  .box02_type02 .box02__sub {
    width: 31.25%;
    margin-left: 7.5%;
  }

  /* type03 */
  .box02_type03 .box02__container {
    min-height: 53.75vw;
  }
  .box02_type03 .box02__header {
    margin-left: 61.25%;
    margin-right: 7.5%;
  }
  .box02_type03 .box02__main {
    width: 53.75%;
  }
  .box02_type03 .box02__sub {
    width: 31.25%;
    margin-left: 61.25%;
  }

  /* type04 */
  .box02_type04 .box02__container {
    min-height: calc(50vw + 60px);
  }
  .box02_type04 .box02__header {
    margin-left: 61.25%;
    margin-right: 7.5%;
  }
  .box02_type04 .box02__main {
    left: 3.75%;
    width: 50%;
  }
  .box02_type04 .box02__sub {
    width: 31.25%;
    margin-left: 60%;
  }

  /* subimg */
  .box02__subtxt + .box02__subimg {
    margin-top:30px;
  }
  .box02__subimg_img01 {
    width: 100%;
    max-width: 330px;
    margin: 0;
  }
  .box02__subimg_img02a {
    width: 70%;
    margin:30px 0 0 auto;
    max-width: 300px;
  }
  .box02__subimg_img02b {
    width: 70%;
    margin: 30px 0 0 -5%;
    max-width: 300px;
  }
  .box02__subimg_img03 {
    width: 70%;
    max-width: 330px;
    margin: 0;
  }
  .box02__subimg_img04a {
    width: 70%;
    margin: 30px 0 0 0;
    max-width: 300px;
  }
  .box02__subimg_img04b {
    width: 70%;
    margin: 30px 5% 0 auto;
    max-width: 300px;
  }
  .box02__subimg_img05a {
    width: 70%;
    max-width: 300px;
    margin:0;
  }
  .box02__subimg_img05b {
    width: 70%;
    margin: 30px -5% 0 auto;
    max-width: 300px;
  }
  .box02__subimg_img06a {
    width: 40%;
    margin: 18% 0 0 -8%;
    max-width: 200px;
  }
  .box02__subimg_img06a img {
    margin: 0;
  }
  .box02__subimg_img06b {
    width: 60%;
    margin: -76% 3% 36% auto;
    max-width: 300px;
  }

  /* subtxt */
  .box02__subtxt {
    margin: 40px 0 0;
  }
  .box02__subtxt .box02__subtxt__txt01 {
    width: 67%;
  }
}

@media (min-width: 1600px) {
  .box02_type01 .box02__container {
    min-height:800px;
  }
  .box02_type02 .box02__container {
    min-height:890px;
  }
  .box02_type03 .box02__container {
    min-height:890px;
  }
  .box02_type04 .box02__container {
    min-height:890px;
  }
}

/* box03 */
.box03__img img{
  width:100%;
}
.box03__img_half img{
  width:50%;
}
.box03__txt{
  margin: calc(6% + 30px) 8% 0;
}
.box03__title{
  margin-bottom:25px;
  font-size:1.25rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
}
@media (min-width: 960px) {
  .box03 {
    display:flex;
    align-items: flex-end;
  }
  .box03_rightimg {
    flex-direction: row-reverse;
  }
  .box03__img{
    flex: 0 0 62.89%;
  }
  .box03__txt{
    flex: 0 0 25.75%;
    margin: 0 0 0 3.36%;
  }
  .box03_rightimg .box03__txt{
    margin: 0 3.36% 0 0;
  }
}
@media (min-width: 1430px) {
  .box03__img{
    flex: 0 0 calc(50% + 184px);
  }
  .box03__txt{
    flex: 0 0 368px;
    margin: 0 0 0 48px;
  }
  .box03_rightimg .box03__txt{
    margin: 0 48px 0 0;
  }
}

/* box04 */
.box04__img img {
  width:100%;
}

.box04__container {
  padding: calc(8% + 40px) 10%;
}

.box04__title {
  margin-bottom: 30px;
  font-size: 1.53rem;
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 600px) {
  .box04__title {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}

@media (min-width: 960px) {
  .box04 {
    position:relative;
    display:flex;
    align-items:top;
    max-width:1600px;
    margin:150px auto 250px;
  }
  .box04::after{
    content:"";
    display:block;
    position:absolute;
    z-index:-1;
    top:100px;
    right:0;
    width:53.75%;
    height:100%;
  }
  .box04__img {
    width: 50%;
  }
  .box04__container {
    width:50%;
    padding: 200px 6% 50px;
  }
  .box04__title {
    font-size: 3rem;
    text-align: left;
  }
}

/* box05 */
.box05{
  margin-top:calc(-8% - 40px);
  padding:0 10% calc(8% + 40px);
}
@media (min-width: 960px) {
  .box05 {
    display:flex;
    justify-content:space-between;
    width:94%;
    max-width:1200px;
    margin:0 auto;
    padding:0;
  }
  .box05__item{
    width:47%;
    margin-top:0;
  }
}

/* box06 */
.box06 {
  padding: 35px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.box06__img {
  width: 33.33%;
  margin: 0 auto;
  padding-top: 5px;
}

.box06__img img {
  width: 100%;
}

.box06__title {
  font-size: 1.125rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.box06__title:not(:first-child) {
  margin-top: 20px;
}

.box06__title span {
  display: block;
  margin-top: 5px;
  font-size: 0.5rem;
  font-family: "Noto Sans Regular", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}

.box06__txt {
  margin-top: 20px;
}

@media (min-width: 600px) {
  .box06 {
    position: relative;
    padding: 110px 0 50px;
  }
  .box06__img {
    float: right;
    width: 25%;
    margin: 0 0 0 5%;
  }
  .box06__title {
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 1.25rem;
    text-align: left;
  }
  .box06__title:not(:first-child) {
    margin-top: 0;
  }
  .box06__title span {
    display: inline-block;
    margin-left: 20px;
    font-size: 0.75rem;
  }
  .box06__txt {
    margin-top: 0;
  }
  .box06__txt::after {
    content: "";
    clear: both;
    display: table;
  }
}

/* box07 */
@media (min-width: 960px) {
  .box07 .column:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17em;
            flex: 0 0 17em;
    padding-top:12px;
  }
  .box07 .column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(96% - 17em);
            flex: 1 1 calc(96% - 17em);
    margin-left: 4%;
  }
  .box07 .title2{
    font-size:1rem;
  }
  .box07 .title2__ensmall{
    font-size:1rem;
  }
}
@media (min-width: 1280px) {
  .box07 .column:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
  .box07 .column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 74%;
            flex: 1 1 74%;
    margin-left: 4%;
  }
  .box07 .title2{
    font-size:1.125rem;
  }
  .box07 .title2__ensmall{
    font-size:1.125rem;
  }
}

/* box08 */
.box08.rowsize {
  margin-top: calc(-10% - 25px);
}

.box08__item {
  position: relative;
  margin-top: calc(10% + 25px);
}

.box08__item a {
  display:block;
  color: #000;
  text-decoration: none;
}

.box08__txt {
  margin-top: 25px;
}

.box08__en {
  margin-bottom: 10px;
  font-size: 0.625rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.1em;
}

.box08__title {
  font-size: 1.125rem;
  line-height: 1.5;
}

.box08__description {
  margin-top: 15px;
  line-height: 1.7;
}

.box08__btn {
  margin-top: 20px;
  text-align: center;
}

.box08__btn .btn2 {
  width: 90%;
}

.box08_small .box08__title {
  font-size: 0.875rem;
}

@media (max-width: 599.98px) {
  .box08_small {
    padding-top: 3%;
  }
  .box08_small .calendar1 {
    font-size: 0.875rem;
  }
  .box08_small.rowsize {
    margin-top: -25px;
  }
  .box08_small .box08__item {
    margin-top: 25px;
  }
  .box08_small .box08__item a {
    display: block;
    overflow: hidden;
  }
  .box08_small .box08__img {
    float: left;
    width: 48%;
  }
  .box08_small .box08__txt {
    margin: 0 0 0 calc(48% + 15px);
  }
  .box08_small .box08__en {
    padding-top: 5px;
  }
}

@media (min-width: 600px) {
  .box08__description {
    font-size: 0.875rem;
  }
}

@media (min-width: 600px) and (max-width: 1279.98px) {
  .box08_small .calendar1 {
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .box08.rowsize {
    margin-top: -95px;
  }
  .box08__item {
    margin-top: 95px;
  }
  .box08_small.rowsize {
    margin-top: -50px;
  }
  .box08_small .box08__item {
    margin-top: 50px;
  }
}

@media (min-width: 1280px) {
  .box08__txt {
    margin-top: 30px;
  }
  .box08__title {
    font-size: 1.125rem;
  }
  .box08__description {
    margin-top: 15px;
  }
  .box08__btn {
    margin-top: 20px;
  }
  .box08__btn .btn2 {
    width: 80%;
  }
  .box08_small .calendar1 {
    font-size: 1rem;
  }
  .box08_small .box08__txt {
    margin-top: 20px;
  }
}

/* box09 */
.box09 {
  padding: 25px 5%;
  background: #f0edeb;
}

.box09 p:first-child,
.box09 ul:first-child,
.box09 ol:first-child {
  margin-top: 0;
}

/* box10
-------------------- */
.box10 {
  margin-top: 45px;
}

.box10 + .box10 {
  padding-top: 45px;
  border-top: 1px solid #CCC;
}

.box10 .btn2 {
  width: 90%;
}

.box10 ul:first-child,
.box10 ol:first-child,
.box10 p:first-child {
  margin-top: 0;
}

@media (min-width: 600px) {
  .box10 {
    margin-top: 60px;
  }
  .box10 + .box10 {
    padding-top: 60px;
  }
  .box10 .btn2 {
    max-width: 360px;
  }
}

/* box11
-------------------- */
.box11 {
  position: relative;
}

.box11__img {
  margin-top: 30px;
}

.box11__txt {
  margin: 30px 8% 0;
}

.box11__txt .btn2 {
  width: 100%;
}

@media (min-width: 960px) {
  .box11__title .title8__num {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 20px;
  }
  .box11__title .title8__txt1 {
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 65%;
  }
  .box11__title .title8__txt2 {
    position: absolute;
    z-index: 10;
    top: 60px;
    left: 65%;
  }
  .box11__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
  }
  .box11__img {
    width: 60%;
  }
  .box11__txt {
    width: 30%;
    margin: 0 5%;
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .box11 {
    padding-top: 100px;
    border-top: 1px solid #CCC;
  }
  .title1 + .box11 {
    padding-top: 0;
    border-top: none;
  }
  .box11__title {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
  }
  .box11__title .title8__num {
    top: 0;
    left: 0;
    width: 14%;
    margin-top: calc(18% - 0.5em);
    text-align: center;
  }
  .box11__title .title8__txt1 {
    top: 0;
    left: 0;
    width: 14%;
    margin-top: calc(18% + 4em);
    text-align: center;
  }
  .box11__title .title8__txt2 {
    top: 0;
    left: 0;
    width: 14%;
    margin-top: calc(18% + 3.7em);
    text-align: center;
  }
  .box11__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .box11__img {
    width: 56%;
    margin-left: 14%;
  }
  .box11__txt {
    width: 20%;
    margin: 0 5%;
    padding-top: 0;
  }
}

/* box12
-------------------- */
.box12 {
  position: relative;
}
.box12__bg::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  background: #F0EDEB;
}
.box12__header {
  margin: calc(6% + 30px) 8%;
}
.box12__title {
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .box12__row {
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .box12__row-01 {
    align-items: flex-start;
  }
  .box12__header {
    margin: 100px auto 0;
  }
  .box12__row .box12__header {
    margin: auto;
  }
}

/* box13
-------------------- */
.box13 {
  position: relative;
}
.box13__bg::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  background: #F0EDEB;
}
.box13__txt {
  padding: 6.7%;
}
@media (min-width: 960px) {
  .box13__txt {
    padding: 0;
  }
}

/* Tag ------------------------- */
.tag1 {
  display: inline-block;
  padding: 5px;
  background: #ff6600;
  color: #FFF;
  font-size: 0.625rem;
  line-height: 1;
}

.tag1_black {
  background: #333;
}

@media (min-width: 600px) {
  .tag1 {
    font-size: 0.75rem;
  }
}

/* main header 1
-------------------- */
.mainheader1 {
  position: relative;
}

.mainheader1__img {
  position: relative;
  overflow: hidden;
  padding-top: 120%;
}

.mainheader1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mainheader1__txt {
  position: relative;
  width: 100%;
  margin-top: -3.3em;
  padding: 0 3%;
}

.mainheader1__title1 {
  font-size: 0.625rem;
  text-shadow: #FFF 1px 1px 10px, #FFF -1px 1px 10px, #FFF 1px -1px 10px, #FFF -1px -1px 10px;
  text-align: center;
  line-height: 1.5;
}

.mainheader1__title2 {
  margin-top: 8px;
  font-size: 1.5rem;
  text-shadow: #FFF 1px 1px 10px, #FFF -1px 1px 10px, #FFF 1px -1px 10px, #FFF -1px -1px 10px;
  text-align: center;
  line-height: 1.5;
}

.mainheader1__title2_en {
  font-size: 1.875rem;
  font-family: 'Noto Sans Light', sans-serif;
  line-height: 1.3;
}

.mainheader1__catch {
  margin-top: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.7;
}

@media (min-width: 600px) {
  .mainheader1__txt {
    position: absolute;
    z-index: 2;
    bottom: 7%;
    margin: 0;
  }
  .mainheader1__title1 {
    font-size: 0.875rem;
  }
  .mainheader1__title2 {
    font-size: 2.5rem;
  }
  .mainheader1__title2_en {
    margin: 0;
    font-size: 3rem;
  }
  .mainheader1__catch {
    font-size: 1rem;
    text-shadow: #FFF 1px 1px 10px, #FFF -1px 1px 10px, #FFF 1px -1px 10px, #FFF -1px -1px 10px;
  }
}

@media (min-width: 960px) {
  .mainheader1__title2 {
    font-size: 4vw;
  }
  .mainheader1__catch {
    margin-top: 15px;
  }
  .mainheader1__catch br {
    display: none;
  }
  .mainheader1__img {
    padding: 0;
  }
  .mainheader1__img img {
    position: static;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .mainheader1__img {
      height: 100vh;
    }
    .mainheader1__img img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }
}

@media (min-width: 1280px) {
  .mainheader1__title2 {
    font-size: 3.6rem;
  }
  .mainheader1__title2_en {
    font-size: 3.75rem;
  }
  .mainheader1__catch {
    margin-top: 20px;
    font-size: 1.125rem;
  }
}

/* main header 2
-------------------- */
.mainheader2 {
  margin: 20px 0 40px;
}

.mainheader2__title1 {
  padding: 0 3%;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.5;
}

.mainheader2__title1_en {
  font-family: 'Noto Sans Light', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.mainheader2__title2 {
  padding: 0 3%;
  margin-top: 10px;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.5;
}

.mainheader2__title2_en {
  font-size: 1.5rem;
  font-family: 'Noto Sans Light', sans-serif;
  line-height: 1.3;
}

.mainheader2__title2_en2 {
  font-size: 1.875rem;
  font-family: 'Noto Sans Light', sans-serif;
  line-height: 1.3;
}

.mainheader2__catch {
  margin-top: 10px;
  padding: 0 3%;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.7;
}

.mainheader2__catch2 {
  margin-top: 15px;
  padding: 0 3%;
  text-align: center;
  line-height: 1.7;
}

.mainheader2__description {
  padding: 0 8%;
  margin-top: 20px;
}

.mainheader2__description br {
  display: none;
}

.mainheader2__img {
  margin-top: 20px;
}

.mainheader2__img img {
  width: 100%;
}

@media (min-width: 600px) {
  .mainheader2 {
    margin: 30px 0 50px;
  }
  .mainheader2__title1 {
    font-size: 0.875rem;
  }
  .mainheader2__title2 {
    margin-top:15px;
    font-size: 2rem;
  }
  .mainheader2__title2_en {
    font-size: 2.5rem;
  }
  .mainheader2__title2_en2 {
    font-size: 2.5rem;
  }
  .mainheader2__catch {
    font-size: 1rem;
  }
  .mainheader2__catch2 {
    font-size: 1.125rem;
  }
  .mainheader2__description {
    text-align: center;
  }
  .mainheader2__description br {
    display: inline;
  }
  .mainheader2__img {
    margin-top: 40px;
  }
}

@media (min-width: 960px) {
  .mainheader2__title1, .mainheader2__title2, .mainheader2__catch, .mainheader2__description {
    padding: 0;
  }
  .halfbody .mainheader2__title1,
  .halfbody .mainheader2__title2 {
    text-align: left;
  }
  .mainheader2__title2_en2 {
    font-size: 3.75rem;
  }
  .mainheader2__img {
    margin-top: 50px;
    padding: 0;
  }
}

/* Gallery
-------------------- */

.gallery3 {
  position: relative;
}

.gallery3__prev, .gallery3__next {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 40px;
  height: 40px;
  margin-top: calc(33.3% - 20px);
}

.gallery3__prev {
  left: calc(6.35% - 20px);
}

.gallery3__next {
  right: calc(6.35% - 20px);
}

.gallery3__prev::after, .gallery3__next::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 4px;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
}

.gallery3__prev::after {
  left: 4px;
}

.gallery3__next::after {
  right: 4px;
}

.gallery3__prev::before, .gallery3__next::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.gallery3__prev::before {
  top: 16px;
  left: 18px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.gallery3__next::before {
  top: 16px;
  left: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gallery3__thumbs {
  margin: 3% 3% 0;
}

.gallery3__thumbs .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.gallery3__thumbs .swiper-slide {
  width: 19%;
  margin: 0 0.5%;
  opacity: 0.3;
}

.gallery3__thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

@media (min-width: 600px) {
  .gallery3__prev {
    left: 15px;
  }
  .gallery3__next {
    right: 15px;
  }
  .gallery3__prev::after, .gallery3__next::after {
    top: 0;
    width: 40px;
    height: 40px;
  }
  .gallery3__prev::after {
    left: 0;
  }
  .gallery3__next::after {
    right: 0;
  }
  .gallery3__prev::before, .gallery3__next::before {
    width: 10px;
    height: 10px;
  }
  .gallery3__prev::before {
    top: 16px;
    left: 17px;
  }
  .gallery3__next::before {
    top: 16px;
    left: 13px;
  }
  .gallery3__thumbs {
    margin: 3% 7.5% 0;
  }
}

@media (min-width: 960px) {
  .gallery3__thumbs {
    margin: 10px 0 0;
  }
  .gallery3__thumbs .swiper-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .gallery3__thumbs .swiper-slide {
    max-width: 100px;
    margin: 0 2px;
  }
}
.gallery4__slide {
  position: relative;
}
.gallery4__list {
  width: 74.6%;
  margin: 0 auto;
}
.gallery4 .swiper-container {
  padding-bottom: 30px;
}
.gallery4 .swiper-slide {
  overflow: hidden;
  position: relative;
  padding-top: 66.67%;
  margin-bottom: 20px;
}
.gallery4 .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery4 .swiper-slide.swiper-slide-tate01 img {
  height: 100%;
  width: auto;
  left: 27.8%;
}
.gallery4__prev, .gallery4__next {
  position: absolute;
  z-index: 2;
  top: calc(50% - 40px);
  width: 40px;
  height: 40px;
}
.gallery4__prev {
  cursor: pointer;
  left: calc(6.35% - 20px);
}
.gallery4__next {
  cursor: pointer;
  right: calc(6.35% - 20px);
}
.gallery4__prev::before, .gallery4__next::before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}
.gallery4__prev::before {
  top: 11px;
  left: 15px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.gallery4__next::before {
  top: 11px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gallery4 .swiper-pagination-bullet-active {
  background:#333;
}

@media (min-width: 960px) {
  .gallery4 {
    margin-bottom:-20px;
  }
  .gallery4__list {
    width: 56.25%;
     max-width:900px;
  }
  .gallery4__prev {
    left: calc(20% - 30px);
  }
  .gallery4__next {
    right: calc(20% - 30px);
  }
}

/* gallery5 */
.gallery5__slide{
  position: relative;
}
.gallery5 .swiper-container {
  padding-bottom: 60px;
}
.gallery5 .swiper-slide {
  overflow: hidden;
  position: relative;
  padding-top: 133.33%;
  margin-bottom: 20px;
}
.gallery5 .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery5__prev, .gallery5__next {
  display:none;
}
.gallery5__pagination{
  padding:0 3%;
}
.gallery5 .swiper-pagination-bullet-active {
  background:#333;
}
@media (min-width: 600px) {
  .gallery5{
    overflow:hidden;
  }
  .gallery5 .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    overflow: visible;
    z-index: 1;
  }
  .gallery5 .swiper-slide {
    width:66%;
    padding-top: 88%;
  }
  .gallery5__prev, .gallery5__next {
    display:block;
    position: absolute;
    z-index: 2;
    top: calc(50% - 40px);
    width: 40px;
    height: 40px;
  }
  .gallery5__prev {
    cursor: pointer;
    left: 2%;
  }
  .gallery5__next {
    cursor: pointer;
    right: 2%;
  }
  .gallery5__prev::before, .gallery5__next::before {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }
  .gallery5__prev::before {
    top: 11px;
    left: 15px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .gallery5__next::before {
    top: 11px;
    left: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (min-width: 960px) {
  .gallery5 .swiper-slide {
    width:450px;
    padding-top: 600px;
  }
  .gallery5__prev {
    left: 1%;
  }
  .gallery5__next {
    right: 1%;
  }
}

/* gallery6 */
.gallery6__slide{
  position: relative;
}
.gallery6 .swiper-container {
  padding-bottom: 10%;
}
.gallery6 .swiper-slide {
  overflow: hidden;
  position: relative;
  padding-top: 53.3%;
}
.gallery6 .swiper-slide img {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
}
.gallery6__pagination {
  padding:0 3%;
}
.gallery6 .swiper-pagination-bullet-active {
  background:#333;
}
@media (min-width: 600px) {
  .gallery6{
    overflow:hidden;
  }
  .gallery6 .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    overflow: visible;
    z-index: 1;
  }
  .gallery6 .swiper-slide {
    left: 6.28%;
    width: 43.75%;
    max-width: 700px;
    padding-top: 27.5%;
  }
  .gallery6 .swiper-slide img {
    width: 94.3%;
    left: 2.85%;
  }
}
@media (min-width: 1600px) {
  .gallery6 .swiper-slide {
    left: calc(94px + 50vw - 800px);
    padding-top: 440px;
  }
}


/* breadcrumb
-------------------- */
.breadcrumb {
  margin-top: calc(8% + 35px);
  border-top: 1px solid #CCC;
  background: #FFF;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: left;
}

.breadcrumb__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 94%;
  margin: 0 auto;
}

.breadcrumb li:last-child {
  overflow: hidden;
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb li:not(:first-child) {
  position: relative;
  padding-left: 15px;
}

.breadcrumb li:not(:first-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumb a {
  display: block;
  padding: 13px 0;
}

@media (min-width: 600px) {
  .breadcrumb {
    font-size: 0.75rem;
  }
  .breadcrumb li {
    padding: 2px 0;
  }
}

@media (min-width: 960px) {
  .breadcrumb{
    margin-top:130px;
  }
  .breadcrumb li {
    padding: 5px 0;
  }
}

/* pagemenu ------------------------- */
.pagemenu {
  margin: calc(8% + 35px) auto;
}

.pagemenu .title1 {
  text-align: center;
}

.pagemenu__list {
  margin-top: -10px;
  border-top: 1px solid #DDD;
}

.pagemenu li {
  border-bottom: 1px solid #DDD;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagemenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 2% 20px 2% 0;
  color: #000;
  text-decoration: none;
}

.pagemenu a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #000;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}

.pagemenu__img {
  display: block;
  width: 40%;
}

.pagemenu__img img {
  width: 100%;
}

.pagemenu__txt {
  display: block;
  width: 55%;
}

@media (min-width: 600px) {
  .pagemenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    margin-bottom: -30px;
    border-top: none;
  }
  .pagemenu li {
    width: 48%;
    margin-bottom: 30px;
    border-bottom: none;
  }
  .pagemenu a {
    display: block;
    padding: 0;
  }
  .pagemenu a::after {
    display: none;
  }
  .pagemenu__img {
    width: 100%;
  }
  .pagemenu__txt {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

@media (min-width: 960px) {
  .pagemenu {
    margin:120px auto;
  }
  .pagemenu li {
    width: 31.33%;
  }
  .pagemenu li:nth-child(3n+2):last-child {
    margin-right: 34.33%;
  }
  .pagemenu__txt {
    margin-top: 15px;
  }
}

@media (min-width: 1280px) {
  .pagemenu {
    margin:150px auto;
  }
  .pagemenu__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .pagemenu li {
    width: 23.5%;
  }
  .pagemenu li:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .pagemenu li:not(:nth-child(4n)):last-child {
    margin-right: 0;
  }
}

/* partsfair ---------- */
.partsfair2 {
  margin: calc(8% + 35px) -3% 0;
  padding: calc(5% + 10px) 5%;
  background: #f0edeb;
  text-align: center;
}

.partsfair2_white {
  background: #FFF;
}

.partsfair2_line {
  background: none;
  border: solid 1px #CCC;
}

.partsfair2__catch {
  margin-bottom: 10px;
  font-size: 0.75rem;
}

.partsfair2 .btn1 {
  width: 95%;
  max-width: 400px;
}

@media (min-width: 600px) {
  .partsfair2 {
    margin: calc(8% + 35px) 0;
  }
  .partsfair2__catch {
    font-size: 0.875rem;
  }
}


/* partsreport ---------- */
.partsreport {
  overflow: hidden;
  margin-top: calc(5% + 55px);
}

.partsreport_index {
  margin-top: 0;
  padding-top: calc(5% + 55px);
}

.partsreport .title1 {
  text-align: center;
}

.partsreport__slide {
  position: relative;
}

.partsreport__list {
  width: 74.6%;
  margin: 0 auto;
}

.partsreport .swiper-container {
  padding-bottom: 30px;
}

.partsreport__item a {
  display: block;
  color: #000;
  text-decoration: none;
}

.partsreport__img {
  overflow: hidden;
  position: relative;
  padding-top: 62.5%;
  margin-bottom: 20px;
}

.partsreport__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.partsreport__place {
  display: inline-block;
  padding: 0 5px 5px;
  border-bottom: 1px solid #000;
  font-size: 0.625rem;
}

.partsreport__name {
  margin-top: 12px;
  padding-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.7;
}

.partsreport__prev, .partsreport__next {
  position: absolute;
  z-index: 2;
  top: calc(23.3vw - 20px);
  width: 40px;
  height: 40px;
}

.partsreport__prev {
  left: calc(6.35% - 20px);
}

.partsreport__next {
  right: calc(6.35% - 20px);
}

.partsreport__prev::before, .partsreport__next::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

.partsreport__prev::before {
  top: 11px;
  left: 15px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.partsreport__next::before {
  top: 11px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.partsreport__more {
  margin: 30px 0 0;
  text-align: center;
}

.partsreport__more a {
  color: #000;
}

.partsreport .swiper-pagination-bullet-active {
  background:#333;
}

@media (min-width: 600px) {
  .partsreport__place {
    font-size: 0.75rem;
  }
  .partsreport .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    overflow: visible;
    z-index: 1;
  }
  .partsreport__prev, .partsreport__next {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.3);
  }
  .partsreport__prev {
    left: 20px;
  }
  .partsreport__next {
    right: 20px;
  }
  .partsreport__prev::before, .partsreport__next::before {
    width: 12px;
    height: 12px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .partsreport__prev::before {
    top: 14px;
    left: 17px;
  }
  .partsreport__next::before {
    top: 14px;
    left: 12px;
  }
  .partsreport__more {
    margin-top: 40px;
  }
}

@media (min-width: 960px) {
  .partsreport {
    margin-top: 130px;
  }
  .partsreport_index {
    margin-top: 0;
    padding-top: 100px;
  }
  .partsreport__slide {
    margin-top: 70px;
  }
  .partsreport__list {
    width: 640px;
  }
  .partsreport__item a {
    position: relative;
  }
  .partsreport__img {
    padding-top: 56.25%;
  }
  .partsreport__txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 260px;
    padding: 20px 15px 0 0;
    background: #FFF;
  }
  .partsreport__prev, .partsreport__next {
    top: 160px;
  }
  .partsreport__more {
    margin-top: 60px;
  }
}

/* gotop
-------------------- */
.gotop {
  position: fixed;
  z-index: 18;
  right: 20px;
  bottom: 30px;
  width: 40px;
  height: 40px;
}

.gotop_initial {
  opacity: 0;
}

.gotop_show, .gotop_hide {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.gotop_show {
  opacity: 1;
}

.gotop_hide {
  opacity: 0;
}

.gotop a {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 12px;
  background: rgba(60, 60, 60, 0.3);
  border-radius: 40px;
  text-align: center;
  -webkit-transition: padding-top 0.2s ease-in-out;
  transition: padding-top 0.2s ease-in-out;
}

.gotop svg {
  width: 10px;
  height: 12px;
  fill: #FFF;
}

@media (min-width: 960px) {
  .gotop a:hover {
    padding-top: 4px;
    background: rgba(0, 0, 0, 0.5);
  }
}

/* Calendar ------------------------- */
/* .calendar
-------------------- */
.calendar1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2em;
  padding: 0.5em 0 0.6em;
  background: #FFF;
  font-size: 1rem;
  font-family: 'Noto Sans Regular', sans-serif;
  text-align: center;
}

.calendar1__month {
  display: block;
  font-size: 0.75em;
}

.calendar1__day {
  display: block;
  font-size: 1.5em;
  line-height: 1.3;
}

.calendar1__year {
  display: block;
  font-size: 0.75em;
}

@media (min-width: 1280px) {
  .calendar1 {
    font-size: 1.2rem;
  }
}

/* Animation ------------------------- */
/* animation keyframe
-------------------- */
@-webkit-keyframes keyframe-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes keyframe-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes keyframe-zoomout {
  0% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes keyframe-zoomout {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes keyframe-zoomout2 {
  0% {
    -webkit-transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes keyframe-zoomout2 {
  0% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

/* Utilities ------------------------- */
/* clear
-------------------- */
.u-clear::after {
  content: "";
  display: table;
  clear: both;
}

/* hidden
-------------------- */
.u-over-hidden {
  overflow: hidden;
}

/* text-align
-------------------- */
.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

@media (min-width: 600px) {
  .u-text-md-left {
    text-align: left !important;
  }
  .u-text-md-center {
    text-align: center !important;
  }
  .u-text-md-right {
    text-align: right !important;
  }
}

@media (min-width: 960px) {
  .u-text-lg-left {
    text-align: left !important;
  }
  .u-text-lg-center {
    text-align: center !important;
  }
  .u-text-lg-right {
    text-align: right !important;
  }
}

/* text-transform
-------------------- */
/* font-bold */
.u-text-uppercase {
  text-transform: uppercase;
}

/* display
-------------------- */
.u-display-inlineblock {
  display: inline-block;
}

/* br display none
-------------------- */
.u-br-md br,
.u-br-lg br,
br.u-br-lg {
  display: none;
}

@media (min-width: 600px) {
  .u-br-md br {
    display: inline;
  }
  .u-broff-md br,
  br.u-broff-md {
    display: none;
  }
}

@media (min-width: 960px) {
  .u-br-lg br,
  br.u-br-lg {
    display: inline;
  }
  .u-broff-lg br,
  br.u-broff-lg {
    display: none;
  }
}

@media (min-width: 960px) {
  .u-nowrap-lg {
    white-space: nowrap;
  }
}


/* font
-------------------- */
/* font-size */
.u-font-small {
  font-size: 0.75rem;
}

.u-font-medium {
  font-size: 0.875rem;
}

.u-font-large {
  font-size:1.125rem;
}

@media (min-width: 600px) {
  .u-font-md-small {
    font-size: 0.75rem;
  }
  .u-font-md-medium {
    font-size: 0.875rem;
  }
  .u-font-md-large {
    font-size: 1.25rem;
  }
}

@media (min-width: 960px) {
  .u-font-lg-small {
    font-size: 0.75rem;
  }
  .u-font-lg-medium {
    font-size: 0.875rem;
  }
  .u-font-lg-large {
    font-size: 1.25rem;
  }
}

/* font-bold */
.u-font-bold {
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
}

/* indexPage
-------------------- */

/* hometop ---------- */
.hometop {
  overflow: hidden;
}

/* homemainvisual ---------- */
.homemainvisual {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  min-height: 75vw;
  background: #FFF;
}
.homemainvisual__img1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.hometop_flag3.hometop_flag2 .homemainvisual__img1 {
  -webkit-animation: keyframe-fadein 1s cubic-bezier(0.4, 0, 0.2, 0.9) both;
  animation: keyframe-fadein 1s cubic-bezier(0.4, 0, 0.2, 0.9) both;
}

@media (max-aspect-ratio: 16/9) , (min-width: 960px) {
  .homemainvisual {
    height: 100vh;
    min-height: 100px;
  }
}


/* homemainslide ---------- */
.homemainslide {
  width: 100%;
  height: 100%;
}
.homemainslide__item {
  overflow: hidden;
}
.homemainslide__item img {
  display: none;
}
.homemainslide__item_a {
  background: #FFF url(../images/home/main1a_pc1440.jpg) no-repeat center bottom/cover;
}
.homemainslide__item_b {
  background: #FFF url(../images/home/main1b_pc1440.jpg) no-repeat center bottom/cover;
}
.homemainslide__item_c {
  background: #FFF url(../images/home/main1c_pc1440.jpg) no-repeat center bottom/cover;
}

@supports (object-fit: cover) {
  .homemainslide__item {
    overflow: visible;
    background-image: none;
  }
  .homemainslide__item img {
    display: inline-block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .homemainslide__item_a img {
    object-position: 50% 80%;
  }
  .homemainslide__item_b img {
    object-position: 50% 100%;
  }
  .homemainslide__item_c img {
    object-position: 50% 50%;
  }
  .homemainslide__img {
    width: 100%;
    height: 100%;
  }
  .swiper-slide-active .homemainslide__img, .swiper-slide-duplicate-active .homemainslide__img, .swiper-slide-prev .homemainslide__img {
    -webkit-animation: keyframe-zoomout 10s linear 0s 1 normal both;
    animation: keyframe-zoomout 10s linear 0s 1 normal both;
  }
  .homemainslide__item_a.swiper-slide-active .homemainslide__img, .homemainslide__item_a.swiper-slide-duplicate-active .homemainslide__img, .homemainslide__item_a.swiper-slide-prev .homemainslide__img {
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }
  .homemainslide__item_b.swiper-slide-active .homemainslide__img, .homemainslide__item_b.swiper-slide-duplicate-active .homemainslide__img, .homemainslide__item_b.swiper-slide-prev .homemainslide__img {
    -webkit-transform-origin: 90% 90%;
    transform-origin: 90% 90%;
  }
  .homemainslide__item_c.swiper-slide-active .homemainslide__img, .homemainslide__item_c.swiper-slide-duplicate-active .homemainslide__img, .homemainslide__item_c.swiper-slide-prev .homemainslide__img {
    -webkit-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
  }
  @media (min-width: 960px) {
    .homemainslide__item_a img {
      object-position: 50% 80%;
    }
    .homemainslide__item_b img {
      object-position: 50% 60%;
    }
    .homemainslide__item_c img {
      object-position: 50% 90%;
    }
  }
}


/* homewelcome ---------- */
.homewelcome {
  position: absolute;
  z-index: 2;
  top: calc(50% - 64px);
  left: 0;
  width: 100%;
}
.homewelcome_container {
  max-width: 400px;
  margin:0 auto;
}
.homewelcome__svg {
  width: 100%;
  height: auto;
}
.homewelcome__svgpath {
  fill: #FFF;
  -webkit-animation: homewelcometext1 1s both;
  animation: homewelcometext1 1s both;
}
.homewelcome__svgpath01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.homewelcome__svgpath02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.homewelcome__svgpath03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.homewelcome__svgpath04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.homewelcome__svgpath05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.homewelcome__svgpath06 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.homewelcome__svgpath07 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.homewelcome__svgpath08 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.homewelcome__svgpath09 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.homewelcome__svgpath10 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.homewelcome__svgpath11 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.hometop_flag3.hometop_flag2 .homewelcome__svgpath {
  -webkit-animation: homewelcometext2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  animation: homewelcometext2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@media (min-width: 960px) {
  .homewelcome {
    top: calc(50% - 4vw);
  }
  .homewelcome__container {
    width: 30%;
    max-width: none;
  }
}

@-webkit-keyframes homewelcometext1 {
  0% {
    fill: #FFF;
    -webkit-transform: translate(40px, 0);
  }
  100% {
    fill: #000;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes homewelcometext1 {
  0% {
    fill: #FFF;
    -webkit-transform: translate(40px, 0);
  }
  100% {
    fill: #000;
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes homewelcometext2 {
  0% {
    fill: #000;
  }
  100% {
    fill: #FFF;
  }
}
@keyframes homewelcometext2 {
  0% {
    fill: #000;
  }
  100% {
    fill: #FFF;
  }
}

/* homeintro  ---------- */
.homeintro {
  margin-top: calc(5% + 30px);
}
.homeintro .catch1 {
  letter-spacing: 0.2em;
}
.homeintro__txt {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (min-width: 600px) {
  .homeintro__txt {
    margin-top: 50px;
    font-size: 1em;
    line-height: 2;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 960px) {
  .homeintro {
    margin-top: 140px;
  }
}


/* homefair  ----------- */
.homefair .text1 {
  margin: -30px 0 0;
  font-size: 0.75rem;
}

/* homereason ---------- */
.homereason {
  margin-bottom: 90px;
  padding-bottom: 60px;
  background: #f0edeb;
  text-align: center;
}
.homereason .title1 svg {
  display: block;
  margin: -40px auto 10px;
  width:80px;
  height:80px;
  filter: drop-shadow(2px 2px 4px #F0EDEB) drop-shadow(-2px -2px 4px #F0EDEB);
  stroke:rgba(255,255,255,0.3);
  stroke-width:1px;
}
.homereason__catch {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
  font-weight:bold;
}
.homereason__btn .btn2 {
  border: none;
}
.homereason__txt {
  display: none;
}

@media (min-width: 600px) {
  .homereason__catch {
    font-size: 1.125rem;
  }
}
@media (min-width: 960px) {
  .homereason {
    position: relative;
    width: 92.5%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .homereason__container {
    position: absolute;
    width: 360px;
    top: 0;
    left: calc(25% - 150px);
    padding-top: calc(25% - 180px);
  }
  .homereason__img img {
    width:108%;
  }
  .homereason .title1 {
    margin: 0 0 10%;
    font-size: 1.312rem;
    color: #FFF;
  }
  .homereason .title1 svg {
    filter: none;
    fill: #FFF;
    stroke-width: 0;
    margin: 0 auto 6%;
    width: 110px;
    height: 110px;
  }
  .homereason .title1::after {
    display: block;
    content: "";
    background: #FFF;
    width: 200px;
    height: 1px;
    margin: 7% auto 0;
  }
  .homereason__catch {
    margin: 0 0 8%;
    font-size: 1rem;
    font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
    color: #FFF;
  }
  .homereason__btn .btn2 {
    width: 100%;
    padding: 22px 5px 22px 15px;
    background: #FFF;
    font-size: 1rem;
  }
  .homereason__btn .btn2:hover {
    background: #000;
  }
  .homereason__txt {
    position: absolute;
    right: 3%;
    bottom: 30px;
    display: inline-block;
    font-family: "Noto Sans Regular", sans-serif;
    letter-spacing: 0.2em;
    color: #FFF;
  }
}
@media (min-width: 1280px) {
  .homereason__container {
    padding-top: calc(25% - 200px);
  }
  .homereason__img img {
    width:100%;
  }
}

/* homepickup -------- */
.homepickup {
  position: relative;
  margin-bottom: calc(5% + 55px);
}
.homepickup__img {
  position: relative;
  z-index: 2;
}
.homepickup__img img {
  width: 100%;
}
.homepickup__box {
  position: relative;
  z-index: 3;
  max-width: 500px;
  padding: 30px 30px 0;
  background: #fff;
}
.homepickup__namecrown {
  font-size: 0.75rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
  text-shadow: #FFF 1px 1px 5px, #FFF -1px 1px 5px, #FFF 1px -1px 5px, #FFF -1px -1px 5px, #FFF 1px 1px 5px, #FFF -1px 1px 5px, #FFF 1px -1px 5px, #FFF -1px -1px 5px;
}
.homepickup__name {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-shadow: #FFF -1px -1px 5px, #FFF 1px 1px 5px, #FFF -1px 1px 5px, #FFF 1px -1px 5px, #FFF -1px -1px 5px;
}
.homepickup__catch {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.homepickup__txt {
  margin-bottom: 20px;
  line-height: 1.8;
}
.homepickup__btn {
  text-align: right;
}

/* homechapel */
.homechapel::before {
  display: block;
  content: "";
  position: absolute;
  top: 45vw;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 45px);
  background: #F0EDEB;
}
.homechapel .homepickup__img {
  width: 88%;
  max-width: 845px;
}
.homechapel .homepickup__box {
  width: 80%;
  margin: -5% 6.7% 0 auto;
  padding-bottom: 30px;
}
.homechapel .homepickup__namecrown {
  margin-top: -70px;
}
/* homespace */
.homespace .homepickup__img {
  width: 88%;
  max-width: 845px;
  margin-right: 0;
  margin-left: auto;
}
.homespace .homepickup__box {
  width: 72%;
  margin: -5% auto 0 calc(8% - 30px);
}
.homespace .homepickup__name {
  margin-top: -45px;
}
/* homecuisine */
.homecuisine .homepickup__img {
  margin: 0 auto;
}
.homecuisine .homepickup__box {
  width: 86.6%;
  margin: -5% auto 0;
}
/* homedress */
.homedress::before {
  display: block;
  content: "";
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  height: calc(100% - 220px);
  background: #F4EFEF;
}
.homedress .homepickup__img {
  max-width: 845px;
  margin-right: 12%;
}
.homedress .homepickup__box {
  width: 80%;
  margin: -8% 0 0 auto;
}
.homedress .homepickup__catch {
  margin-bottom: 0.7em;
}
/* homeconcept */
.homeconcept .homepickup__box {
  width: 86.6%;
  margin: -5% auto 0;
  padding: 6% 3% 0;
  text-align: center;
}
.homeconcept .homepickup__catch {
  letter-spacing: 0.1em;
  font-feature-settings: normal;
}
.homeconcept .homepickup__catch2 {
  margin: 20px auto 10px;
  font-size: 0.5rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.1em;
}
.homeconcept .homepickup__txt {
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .homepickup {
    position: relative;
    margin:150px auto;
  }
  .homepickup__container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
  }
  .homepickup__img {
    width: 56.25%;
    max-width: 900px;
  }
  .homechapel .homepickup__img,
  .homespace .homepickup__img,
  .homedress .homepickup__img {
    max-width: none;
  }
  .homepickup__box {
    position: absolute;
    max-width: none;
    padding: 50px 60px;
  }
  .homepickup__namecrown {
    font-size: 1.125rem;
  }
  .homepickup__name {
    margin-bottom: 35px;
    font-size: 2rem;
  }
  .homepickup__catch {
    margin-bottom: 8px;
    font-size: 1.25rem;
  }
  .homepickup__txt {
    margin-bottom: 25px;
 }
  /* homechapel */
  .homechapel::before {
    width: 57.5%;
    height: 200%;
    top: -42%;
    left: 42.5%;
    margin: 0;
  }
  .homechapel .homepickup__img {
    width: 56.25%;
    margin: 0 auto 0 10%;
  }
  .homechapel .homepickup__box {
    bottom: 10%;
    left: calc(62.5% - 20px);
    width: 26.25%;
    min-width: 360px;
    margin: 0;
    padding-bottom: 50px;
  }
  .homechapel .homepickup__namecrown {
    margin-top: -115px;
  }
  /* homespace */
  .homespace .homepickup__img {
    width: 56.25%;
    margin: 0 5% 0 auto;
  }
  .homespace .homepickup__box {
    bottom: 10%;
    right: calc(61.25% - 60px);
    width: 26.25%;
    min-width: 360px;
    margin: 0;
    padding-bottom: 55px;
  }
  .homespace .homepickup__name {
    margin-top: -75px;
  }
  .homespace .homepickup__catch {
    margin-bottom: 12px;
  }
  /* homecuisine */
  .homecuisine {
    padding-top: 6.875%;
    max-width: 1600px;
  }
  .homecuisine::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 7.5%;
    width: 86.25%;
    height: 85%;
    background: #F4EFEF;
  }
  .homecuisine .homepickup__img {
    width: auto;
    margin: 0 18.75% 0 25%;
  }
  .homecuisine .homepickup__box {
    bottom: -9.6%;
    right: 59.375%;
    width: 28.125%;
    min-width: 360px;
    margin: 0;
  }
  .homecuisine .homepickup__name {
    margin-bottom: 15px;
  }
  .homecuisine .homepickup__catch {
    margin-bottom: 12px;
  }
  .homecuisine .homepickup__catch span {
    display: inline-block;
  }
  .homecuisine .homepickup__txt {
    margin-bottom: 30px;
  }
  /* homedress */
  .homedress::before {
    top: 14%;
    width: 66.25%;
    height: 150%;
  }
  .homedress .homepickup__img {
    width:52.5%;
    max-width: 840px;
    margin: 0;
  }
  .homedress .homepickup__box {
    display: flex;
    flex-wrap: wrap;
    top: 13%;
    left: 46.875%;
    width: 51.25%;
    margin: 0;
  }
  .homedress .homepickup__name {
    margin-bottom: 40px;
  }
  .homedress .homepickup__inbox:nth-child(1) {
    width: 300px;
  }
  .homedress .homepickup__inbox:nth-child(2) {
    width: 100%;
    max-width: 440px;
  }
  .homedress .homepickup__txt {
    margin-bottom: 38px;
    font-feature-settings: normal;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  /* homeconcept */
  .homeconcept {
    margin-bottom: 0;
  }
  .homeconcept::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 66.25%;
    height: 100%;
    background: #F4EFEF;
  }
  .homeconcept .homepickup__img {
    width: 71.125%;
    max-width: 1138px;
    margin: 0 0 0 auto;
  }
  .homeconcept .homepickup__box {
    position: relative;
    width: 43.75%;
    min-width: 500px;
    margin: -27.6% auto 0 0;
    padding: 7% 60px 100px 9%;
    text-align: left;
  }
  .homeconcept .homepickup__name,
  .homeconcept .homepickup__catch {
    display: inline-block;
    vertical-align:top;
  }
  .homeconcept .homepickup__catch {
    margin-left: 20px;
    letter-spacing: 0.15em;
  }
  .homeconcept .homepickup__catch2 {
    margin: 40px 0 30px;
    font-size:0.857em;
  }
  .homeconcept .homepickup__txt {
    max-width: 360px;
    margin-bottom: 50px;
    line-height: 2;
    letter-spacing: 0.05;
  }
}
@media (min-width: 1280px) {
  .homedress .homepickup__box {
    top: 26%;
    padding-top: 75px;
    padding-bottom: 80px;
  }
  .homedress .homepickup__inbox:nth-child(2) {
    width:calc(100% - 300px);
    max-width: 310px;
  }
}

/* homefeature ---------- */
.homefeature {
  position: relative;
  padding-bottom: 15px;
  background: #FFF;
}
.homefeature .title1 {
  margin-bottom: calc(5% + 55px);
}
.homefeature .title1::after {
  display: block;
  content: "";
  width: calc(100% - 6.5em);
  height: 1px;
  margin: -0.65em 0 0 auto;
  background: #000;
}
.homefeature__item {
  position: relative;
  padding-bottom: calc(2% + 10px);
}
.homefeature_movie::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 80%;
  background: #F0F0F0;
}
.homefeature__titlebox {
  position: relative;
}
.homefeature__title {
  position: relative;
  z-index: 2;
  bottom: 3%;
  font-size: 1.25rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.gift .homefeature__title {
  position: relative;
  z-index: 2;
  bottom: 3%;
  font-size: 1.25rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.homefeature__img {
  width: 66.66%;
}
.homefeature__img img {
  width: 100%;
}
.homefeature_plan .homefeature__img {
  margin: 0 0 0 auto;
}
.homefeature_plan .homefeature__title {
  left: calc(33.33% - 80px);
}
.homefeature_movie .homefeature__title {
  left: calc(66.66% - 30px);
}
.homefeature__detail {
  position: relative;
  z-index: 3;
  width: 75%;
  margin: 20px auto;
}
.homefeature__txt {
  line-height: 2;
}
.homefeature__btn a {
  margin-top: 5px;
  padding: 15px 0;
}
@media (min-width: 600px) {
  .homefeature__item {
    padding-bottom: calc(10% + 70px);
  }
  .homefeature__titlebox {
    margin-bottom: -25%;
  }
  .homefeature__img {
    width: 47.5%;
  }
  .homefeature_movie .homefeature__img {
    margin-right: 52.5%;
  }
  .homefeature__title {
    bottom: auto;
    font-size: 1.375rem;
  }
  .homefeature_plan .homefeature__title {
    top: 25%;
    left: 10%;
  }
  .homefeature_movie .homefeature__title {
    top: 30%;
    left: 55%;
  }
  .homefeature__detail {
    width: 35%;
  }
  .homefeature_plan .homefeature__detail {
    margin: 20px auto 0 10%;
  }
  .homefeature_movie .homefeature__detail {
    margin: 0 auto 0 55%;
  }
}
@media (min-width: 960px) {
  .homefeature .title1 {
    margin-bottom: 110px;
  }
  .homefeature {
    padding-top: 50px;
  }
  .homefeature__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 70%;
    max-width: 780px;
    margin: 0 auto;
  }
  .homefeature__item {
    width: 36.67%;
    padding-bottom: 0;
  }
  .homefeature_movie::before {
    display: none;
  }
  .homefeature__titlebox {
    margin-bottom: 0;
  }
  .homefeature_plan .homefeature__img, .homefeature_movie .homefeature__img {
    width: 100%;
  }
  .homefeature_plan .homefeature__title, .homefeature_movie .homefeature__title {
    position: absolute;
    top: auto;
    bottom: 12%;
    left: 0;
    margin-left: -25%;
    font-size: 1.25rem;
  }
  .homefeature_plan .homefeature__detail, .homefeature_movie .homefeature__detail {
    margin: 25px 0 0 -25%;
    width: 125%;
  }
  .homefeature__btn {
    margin-top: 15px;
    text-align: right;
  }
}

/* homecont01  ------- */
.homecont01 .column {
  padding-top: calc(5% + 55px);
}
.homecont01 .title1 {
  text-align: center;
}

/* homelist01 */
.homelist01__item {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
  line-height: 1.7;
}
.homelist01__item a,
.homelist01__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  text-decoration: none;
}
.homelist01__date {
  margin-bottom: 5px;
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Verdana, HiraginoCustom, 'Hiragino Kaku Gothic ProN', "游ゴシック", "Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
}
.homelist01__mark {
  display: inline-block;
  width: 60px;
  height: 14px;
  line-height: 14px;
  margin: 5px 0 5px 14px;
  text-align: center;
  font-size: 0.5625rem;
  font-weight: normal;
  font-family: "Noto Sans Regular";
  letter-spacing: 0.1em;
  color: #FFF;
}
.homelist01__mark:not(:empty) {
  background: #666;
}
.homelist01__name {
  width: 100%;
}
.homelist01__more {
  margin: 30px 0 0;
  text-align: center;
}

@media (min-width: 600px) {
  .homelist01__date {
    width: 8em;
  }
  .homelist01__mark {
    margin: 5px 0 0 -20px;
  }
  .homelist01__name {
    width: calc(100% - 8em);
  }
  .homelist01__mark + .homelist01__name {
    width: 100%;
  }
  .homelist01__more {
    margin-top: 40px;
  }
}
@media (min-width: 960px) {
  .homecont01 {
    margin: 90px auto 40px;
    border-top: solid 1px #000;
  }
  .homecont01 .title1 {
    text-align:left;
  }
  .homecont01 .column {
    width: 47.5%;
    padding-top: 150px;
  }
  .homelist01 {
    margin-top: 65px;
  }
  .homelist01__item {
    margin-top: 12px;
    padding-bottom: 8px;
  }
  .homelist01__item a {
    -webkit-transition: color .5s;
    transition: color .5s;
  }
  .homelist01__item a:hover {
    color: #999;
  }
  .homelist01__mark {
    height: 16px;
    line-height: 16px;
    margin: 4px 15px 0 0;
    font-size: 0.7rem;
  }
  .homelist01__mark + .homelist01__name {
    width: calc(100% - 8em - 80px);
  }
  .homelist01__more {
    margin-top: 50px;
  }
}

/* homecontact ---------- */
.homecontact {
  padding: calc(5% + 55px) 0;
  background: #FFF;
}
.homecontact__container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2px;
  border: 1px solid #333;
}
.homecontact__line {
  padding: 0 0 35px;
  border: 1px solid #333;
}
.homecontact__title {
  position: relative;
  margin-top: -0.55em;
  font-size: 1.25rem;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}
.homecontact__title span {
  display: inline-block;
  padding: 0 20px;
  background: #FFF;
}
.homecontact__catch {
  margin: 25px 5% 0;
  font-size: 0.75rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}
.homecontact__btn {
  margin: 5px 0 0;
  text-align: center;
}
.homecontact__btn .btn1 {
  width: 80%;
  max-width: 440px;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  .homecontact__line {
    padding-bottom: 70px;
  }
  .homecontact__title span {
    padding: 0 45px;
  }
  .homecontact__catch {
    margin-top: 60px;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 960px) {
  .homecontact {
    padding: 120px 0 150px;
  }
  .homecontact__title {
    font-size: 1.714em;
  }
  .homecontact__line {
    padding-bottom: 90px;
  }
  .homecontact__catch {
    margin-top: 80px;
    letter-spacing: 0.2em;
  }
  .homecontact__btn {
    margin: 10px 0 0;
  }
}

/* homebtmbnr ---------- */
.homebtmarea {
  width: 86%;
  margin: 0 auto calc(5% + 75px);
}
.homebtmarea__bnr {
  display: block;
  max-width: 640px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .homebtmarea {
    margin-bottom: 150px;
  }
  .homebtmarea__bnr {
    max-width: 840px;
  }
}

/* concept
-------------------- */
/* concept-intro */
.concept-intro.box12__bg::before {
  left: 0;
  bottom: 0;
  width: 66.6%;
  height: 88vw;
}
.concept-intro .box12__sub {
  margin-top: 25%;
}
@media (min-width: 960px) {
  .concept-intro {
    margin-top: -50px;
    padding-top: 10.625%;
  }
  .concept-intro.box12__bg::before {
    width: 50%;
    top: 0;
    bottom: 100px;
    height: auto;
  }
  .concept-intro .box12__row {
    justify-content: flex-end;
  }
  .concept-intro  .box12__header {
    margin: 0 7.5%;
  }
  .concept-intro .box12__sub {
    width: 56.25%;
    margin-top: 0;
  }
}

/* concept-slow */
.concept-slow .column_lg-1-3 {
  margin-top: calc(6% + 25px);
}
.concept-slow .title1__jp {
  letter-spacing: 0;
}
.concept-slow .title1 {
  margin: 5px 0 30px;
}
@media (min-width: 960px) {
  .concept-slow .column_lg-1-3 {
    width: 30%;
    margin-top: 80px;
  }
  .concept-slow .title1__jp {
    font-size: 1rem;
  }
  .concept-slow .title1 {
    margin-bottom: 35px;
    font-size: 1.31rem;
  }
}

/* concept-birth */
.concept-birth .box01__img {
  position: relative;
  width: 100%;
}
.concept-birth-imgtxt1 {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5%;
  font-size: 0.75rem;
  color: #FFF;
}
.concept-birth .catch1 {
  margin-bottom: 20px;
  letter-spacing: normal;
}
.concept-birth .catch1 rt {
  margin-bottom: 0.5em;
  transform: translateY(-0.5em);
  text-align: center;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0;
}
@media (min-width: 960px) {
  .concept-birth-imgtxt1 {
    font-size: 0.875rem;
  }
}

/* concept-collabo */
.concept-collabo .column {
  width: 80%;
  margin-top: calc(7% + 20px);
}
.concept-collabo .title9 {
  margin-bottom: calc(6% + 15px);
}
.concept-collabo .column .text1 {
  margin-top: 0.3em;
  font-size: 0.75rem;
}
.concept-collabo .column:nth-child(2) {
  margin-left: 20%;
}
.concept-collabo .column:nth-child(3) {
  margin-left: 10%;
}
.concept-collabo .column:nth-child(1) .text1 {
  margin-left: 10%;
}
.concept-collabo .column img {
  width: 100%;
}
@media (min-width: 960px) {
  .concept-collabo {
    width: 85%;
    max-width: 1360px;
    margin: 90px auto 100px;
  }
  .concept-collabo .column,
  .concept-collabo .column:nth-child(3) {
    width: auto;
    margin: 0;
  }
  .concept-collabo .column:nth-child(2){
    margin: 0;
  }
  .concept-collabo .title9 {
    margin-bottom: 60px;
  }
  .concept-collabo .column .text1 {
    font-size: 1rem;
  }
  .concept-collabo .column:nth-child(1) .text1 {
    margin-left: 0;
  }
}

/* concept-story */
.concept-story .rowlg {
  max-width: 600px;
  margin: 0 auto;
}
.concept-story .catch1 {
  font-size: 1.125rem;
  letter-spacing: normal;
}
.concept-story .column img {
  width: 94%;
  margin: calc(5% + 10px) 3% calc(4% + 5px);
}
@media (min-width: 960px) {
  .concept-story .catch1 {
    margin-bottom: -10px;
    font-size: 1.25rem;
  }
  .concept-story .rowlg {
    flex-wrap: wrap;
    align-items: center;
    max-width: none;
    margin-top: 20px;
  }
  .concept-story .column {
    width: 50%;
  }
  .concept-story .column img {
    width: 100%;
    margin: 0;
  }
  .concept-story .column.text1 {
    margin-top: 0;
    padding: 5% 8.2%;
  }
}

/* concept-cuisine */
.concept-cuisine .box01__img {
  position: relative;
  width: 100%;
}
.concept-cuisine-box1{
  width:84%;
  margin:0 auto;
}
.concept-cuisine-box1__img1,
.concept-cuisine-box1__img2{
  text-align:center;
}
.concept-cuisine-box1__img1 img{
  width:100%;
}
.concept-cuisine-box1__img2 img{
  width:100%;
}
@media (min-width: 600px) {
  .concept-cuisine-box1__img1,
  .concept-cuisine-box1__img2{
    width:50%;
    margin-left:auto;
    margin-right:auto;
  }
}
@media (min-width: 960px) {
  .concept-cuisine-box1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width:100%;
    max-width:1600px;
    margin:100px auto 0;
  }
  .concept-cuisine-box1__txt{
    width:38.75%;
    margin:0 3.75% 0 7.5%;
  }
  .concept-cuisine-box1__img1{
    width:60%;
    margin-left:0;
    margin-right:0;
  }
  .concept-cuisine-box1__img2{
    width:46.25%;
    margin:0 3.75% 0 0;
  }
}

/* concept-cuisine-prifex */
.concept-cuisine-prifex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:-5%;
}
.concept-cuisine-prifex figure {
  position: relative;
  width: 30.47%;
  margin-bottom: 5%;
}
.concept-cuisine-prifex figure:not(:first-child)::before {
  display: block;
  content: "+";
  position: absolute;
  right: 100%;
  top: calc(50% - 2vw);
  width: 14%;
  text-align: center;
  font-size: 4vw;
  font-family: 'Noto Sans Light', sans-serif;
}
.concept-cuisine-prifex figure img {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 960px) {
  .concept-cuisine-prifex figure {
    position: relative;
    width: 15.235%;
    margin-bottom: 0;
  }
  .concept-cuisine-prifex {
    margin: 30px 0;
  }
  .concept-cuisine-prifex figure:not(:first-child)::before {
    top: calc(50% - 10px);
    width:12%;
    font-size: 20px;
  } 
}

/* concept-cuisine-chef */
.concept-cuisine-chef{
  margin-bottom:50px;
}
.concept-cuisine-chef__img{
  width: 38%;
  margin: 30px auto 25px;
  text-align:center;
}
.concept-cuisine-chef__img img{
  width:100%;
}
@media (min-width: 600px) {
  .concept-cuisine-chef::after{
    content:"";
    display:table;
    clear:both;
  }
  .concept-cuisine-chef .title9{
    margin-bottom:30px;
  }
  .concept-cuisine-chef__img{
    float: left;
    width: 37.5%;
    max-width: 240px;
    margin: 0 5% 5px 0;
  }
}
@media (min-width: 960px) {
  .concept-cuisine-chef{
    padding:50px 8% 45px;
    background:#f0edeb;
  }
}

/* concept-beauty */
@media (min-width: 960px) {
  .concept-beauty {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .concept-beauty .box12__row {
    align-items: flex-start;
  }
  .concept-beauty .box12__header {
    width: 35%;
    margin: 20px 7.5% 0;
  }
  .concept-beauty .box12__sub {
    width: 50%;
  }
  .concept-beauty .title1 {
    margin-bottom: 60px;
    font-size: 1.25rem;
  }
}

/* chapel
-------------------- */
/* bg */
@media (min-width: 960px) {
  .chapel-bg1 {
    position: relative;
  }
  .chapel-bg1::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 12%;
    left: 0;
    width: 50%;
    height: 66%;
    background: #f0edeb;
  }
}

/* chapel-logomark */
.chapel-logomark::before {
  display: block;
  content: "";
  width: 46.6%;
  max-width: 400px;
  height: 1px;
  margin: 0 auto;
  background: #000;
}
.chapel-logomark__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 72%;
  max-width: 540px;
  margin: 0 auto;
  padding: 70px 0 45px;
}
.chapel-logomark__txt {
  margin: 0 auto 45px;
  line-break: strict;
}
.chapel-logomark__txt p{
  line-height: 1.78;
}
.chapel-logomark__txt figure {
  margin: 0 auto 35px;
  width: 62px;
}
.chapel-logomark__txt figure svg{
  height: 42px;
}
.chapel-logomark__img img {
  width: 100%;
}
@media (min-width: 960px) {
  .chapel-logomark__container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    width: 53%;
    min-width: 880px;
    padding: 140px 0;
  }
  .chapel-logomark__txt {
    width: 34%;
    margin: 0;
  }
  .chapel-logomark__txt p {
    line-height: 2;
  }
  .chapel-logomark__txt figure {
    margin: 0 0 30px;
    width: 86px;
  }
  .chapel-logomark__txt figure svg{
    height: 48px;
  }
  .chapel-logomark__img {
    width: 54.5%;
    margin: 0;
  }
}

/* chapel-style */
.chapel-style {
  background: #F0EDED;
  padding: 25px 0 80px;
  overflow:hidden;
}
.chapel-style .catch1 {
  margin: 40px 0 12px;
}
.chapel-style .catch1 + p{
  line-height: 1.78em;
}
.chapel-style__list dt {
  margin: 50px 0 25px;
  font-size: 0.9375rem;
}
.chapel-style__list dt::after {
  display: inline-block;
  content: "";
  width: 75px;
  height: 1px;
  margin:0 0 1px 28px;
  background: #000;
  vertical-align: middle;
}
.chapel-style__list dd {
  line-height: 1.78em;
}
@media (min-width: 960px) {
  .chapel-style {
    padding: 0 0 80px;
  }
  .chapel-style .catch1 {
    margin: 65px 0 15px;
    letter-spacing: 0;
  }
  .chapel-style__list {
    display: flex;
    justify-content: space-between;
    padding: 125px 0 60px;
  }
  .chapel-style__list dl {
    width: 30%;
  }
  .chapel-style__list dt {
    position: relative;
    text-align: center;
    font-size: 1.25rem;
  }
  .chapel-style__list dt::before {
    position: absolute;
    top: -95px;
    content: "";
    width: 50%;
    height: 1px;
    background: #333;
  }
  .chapel-style__list dl:nth-child(1) dt::before {
    left: 50%;
  }
  .chapel-style__list dl:nth-child(2) dt::before {
    left: -20%;
    width: 140%;
  }
  .chapel-style__list dl:nth-child(3) dt::before {
    left: 0;
  }
  .chapel-style__list dt::after {
    position: absolute;
    top: -95px;
    left: 50%;
    display: block;
    width: 1px;
    height: 42px;
    margin: 0;
  }
  .chapel-style__list dl:nth-child(2) dt::after {
    top: -133px;
    height: 80px;
  }
 .chapel-style__list dd {
    line-height: 2em;
  }
}

/* chapel-concept */
.chapel-concept {
  background: #EEEFE1;
}
.chapel-concept .box04__title {
  margin-top: -4.8em;
  font-family: "Noto Sans Regular", sans-serif;
}
@media (min-width: 600px) {
  .chapel-concept .box04__title {
    margin-top: -4.8em;
  }
}
@media (min-width: 960px) {
  .chapel-concept .box04::after{
    background: #EEEFE1;
  }
  .chapel-concept {
    background:transparent;
  }
  .chapel-concept .box04__title {
    position: relative;
    margin: 0 0 60px calc(-18% - 1.4em);
  }
  .chapel-concept__kakeru {
    padding-left: 1.3em;
  }
}

/* parts adjustment  */
@media (min-width: 960px) {
  .chapel-box01 {
    margin-bottom: 40px;
  }
}

.chapel-list1 dt {
  min-width: 7em;
}


/* space
-------------------- */
/* space-list */
.space-list {
  margin-top: -25px;
}
.space-list__item {
  margin-bottom: calc(5% + 20px);
}
.space-list__box {
  position: relative;
  width: 88%;
  max-width: 540px;
  margin: -13% auto 0 0;
  padding: 7% 8%;
  background: #FFF;
}
.space-list .space-list__item:nth-child(2) .space-list__box {
  margin: -13% 0 0 auto;
}
.space-list__item .title1 {
  margin-bottom: 10px;
  letter-spacing: 0;
}
.space-list__txt {
  line-height: 1.8;
}
.space-list__btn .btn2 {
  width:100%;
  padding: 12px 5px 12px 15px;
}
@media (min-width: 960px) {
  .space-list {
    margin-top: 90px;
    margin-bottom: 150px;
  }
  .space-list__item {
    position: relative;
    width: 92.5%;
    max-width: 1600px;
    margin: 60px auto 0;
  }
  .space-list__box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36.48%;
    min-width: 400px;
    margin: 0;
    padding: 3.6% 3.6% 0;
  }
  .space-list .space-list__item:nth-child(2) .space-list__box {
    margin: 0;
    left: auto;
    right: 0;
  }
  .space-list__box .title1 {
    margin-bottom: 17px;
  }
  .space-list__btn .btn2 {
    width: 280px;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* space-location */
.space-location {
  position: relative;
}
.space-location__txt {
  background: #F0EDEB;
  padding: calc(5% + 25px) 8% calc(5% + 45px);
}
.space-location .title9 {
  margin-bottom: 10px;
}
.space-location__catch1,
.space-location__txt .text1 p {
  line-height: 1.8;
}
.space-location__txt .text1 {
  max-width: 560px;
}
.space-location .catch1 {
  margin-bottom: 15px;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0;
}
@media (min-width: 960px) {
  .space-location {
    padding: 130px 0;
  }
  .space-location::after {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    width: 75%;
    height: 100%;
    background: #F0EDEB;
  }
  .space-location__container {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1600px;
    margin: 0 auto;
  }
  .space-location__img {
    width: 45%;
  }
  .space-location__txt {
    width: 42%;
    max-width: 560px;
    margin: 0 auto;
    padding: 3% 0 0;
    background: none;
  }
  .space-location__catch1,
  .space-location__txt .text1 p {
    line-height: 2;
  }
  .space-location .title9 {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
  .space-location .catch1 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .space-location__img {
    width: 50%;
  }
  .space-location__txt {
    width: 38%;
    max-width: 560px;
    padding: calc(15% - 80px) 0 0;
  }
  .space-location .title9 {
    font-size: 1.125rem;
    margin-bottom: 12%;
  }
  .space-location .catch1 {
    font-size: 1.25rem;
    line-height: 2;
    margin-bottom: 5%;
  }
}

/* space-facilities */
.space-facilities {
  padding-bottom: calc(5% + 20px);
}
.space-facilities .title9 {
  font-size: 1rem;
}
.space-facilities__container .column {
  margin-top: calc(6% + 10px);
}
.space-facilities__name {
  display: inline-block;
  margin: 25px 10px 0 0;
  vertical-align: text-bottom;
  font-size: 1.25rem;
  font-family: "Noto Sans Regular", sans-serif;
}
.space-facilities__namejp {
  display: inline-block;
  font-size: 0.625rem;
}
.space-facilities__txt {
  margin-top: 8px;
  line-height: 2;
}
@media (min-width: 600px) {
  .space-facilities__container .column {
    width: 44.44%;
    margin-top: 65px;
  }
  .space-facilities .title9 {
    font-size: 1.25rem;
  }
  .space-facilities__name {
    font-size: 1.5rem;
  }
  .space-facilities__namejp {
    font-size: 0.75rem;
  }
}
@media (min-width: 960px) {
  .space-facilities {
    margin-top: 120px;
    padding-bottom: 15px;
  }
  .space-facilities__container {
    width: 90%;
    margin: 0 auto;
  }
  .space-facilities__container .column {
    width: 44.44%;
  }
  .space-facilities .title9 {
    margin-bottom: 25px;
    font-size: 1.3125rem;
  }
  .space-facilities__name {
    margin-top: 35px;
    font-size: 1.4285rem;
  }
  .space-facilities__namejp {
    font-size: 0.75rem;
  }
  .space-facilities__txt {
    margin-top: 15px;
    line-height: 2;
  }
}

/* sophie
-------------------- */
/* bg */
@media (min-width: 960px) {
  .sophie-bg1 {
    position: relative;
    padding-bottom: 8%;
  }
  .sophie-bg1::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 18%;
    left: 0;
    width: 50%;
    height: 80%;
    background: #f0edeb;
  }
}

/* concept */
.sophie-concept {
  background: #F2E5E5;
}
.sophie-concept .box04__title {
  margin-top: -4.8em;
  font-family: "Noto Sans Regular", sans-serif;
}
@media (min-width: 600px) {
  .sophie-concept .box04__title {
    margin-top: -4.8em;
  }
}
@media (min-width: 960px) {
  .sophie-concept .box04::after{
    background: #F2E5E5;
  }
  .sophie-concept {
    background: transparent;
  }
  .sophie-concept .box04__title {
    position: relative;
    margin: 0 0 60px calc(-15% - 1.8em);
  }
  .sophie-concept__kakeru {
    padding-left: 3.2em;
  }
}

/* isabella
-------------------- */
/* bg */
@media (min-width: 960px) {
  .isabella-bg1 {
    position: relative;
    padding-bottom:10%;
  }
  .isabella-bg1::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 18%;
    left: 0;
    width: 50%;
    height: 82%;
    background: #f0edeb;
  }
}

/* concept */

.isabella-concept {
  background: #ede8dd;
}

.isabella-concept .box04__title {
  margin-top: -4.8em;
  font-family: "Noto Sans Regular", sans-serif;
}

@media (min-width: 600px) {
  .isabella-concept .box04__title {
    margin-top: -4.8em;
  }
}

@media (min-width: 960px) {
  .isabella-concept .box04::after{
    background: #ede8dd;
  }
  .isabella-concept {
    background: transparent;
  }
  .isabella-concept .box04__title {
    position: relative;
    margin: 0 0 60px calc(-15% - 1.4em);
  }
  .isabella-concept__kakeru {
    padding-left: 3.2em;
  }
}

/* canoviano
-------------------- */
/* bg */
@media (min-width: 960px) {
  .canoviano-bg1 {
    position: relative;
    padding-bottom:10%;
  }
  .canoviano-bg1::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 18%;
    left: 0;
    width: 50%;
    height: 81%;
    background: #f0edeb;
  }
}


/* dress
-------------------- */
/* dress-mainheader */
.dress-mainheader .mainheader2__title1,
.dress-mainheader .mainheader2__catch2 {
  color: #84754D;
}
.dress-mainheader .mainheader2__title2 img {
  width: 190px;
}
@media (min-width: 960px) {
  .dress-mainheader {
    margin-bottom: 100px;
  }
  .dress-mainheader .mainheader2__title2 {
    margin: 30px 0;
  }
  .dress-mainheader .mainheader2__title2 img {
    width: 390px;
  }
}

/* dress-concept */
.dress-concept {
  margin-top: 60px;
}
.dress-conceptimg {
  position: relative;
}
.dress-conceptimg.box12__bg::before {
  left: 0;
  top: 20.27%;
  bottom: 0;
  width: 84%;
}
.dress-conceptimg__img {
  padding: 0 0 16% 16%;
}
@media (min-width: 960px) {
  .dress-concept {
    margin-top: 100px;
  }
  .dress-conceptimg__img {
    padding: 0 0 100px 25%;
  }
  .dress-conceptimg.box12__bg::before {
    top: 100px;
    width: 75%;
  }
  .dress-concept .title1 {
    margin-bottom: 50px;
  }
}

/* dress-dress */
.dress-dress.box12__bg::before {
  left: 0;
  top: 0;
  bottom: 14.4vw;
  width: 100%;
}
.dress-dress .box12__img1 {
  width: 53.3%;
}
.dress-dress .box12__img2 {
  width: 36%;
  margin: -36.5% 5.3% 0 auto;
}
.dress-dress .box12__img3 {
  width: 48%;
  margin: -12.1% auto 0 5.3%;
}
@media (min-width: 960px) {
  .dress-dress.box12__bg::before {
    left: 50%;
    bottom: -230px;
    width: 50%;
  }
  .dress-dress .box12__row {
    margin-top: 120px;
  }
  .dress-dress .box12__header {
    width: 31.25%;
    margin: -30px 7.5% 0;
  }
  .dress-dress .box12__sub {
    width: 53.75%;
  }
  .dress-dress .box12__img1 {
    width: 58.14%;
  }
  .dress-dress .box12__img2 {
    width: 37.2%;
    margin: -44.18% 0 0 auto;
  }
  .dress-dress .box12__img3 {
    width: 41.86%;
    margin: -7% auto 0 16.28%;
  }
}
@media (min-width: 1600px) {
  .dress-dress.box12__bg::before {
    top: 700px;
  }
}

/* dress-closet */
@media (min-width: 960px) {
  .dress-closet .title1 {
    margin-bottom: 50px;
  }
}

/* dress-accessary */
.dress-accessary .box12__img1 {
  width: 76%;
}
.dress-accessary .box12__img2 {
  width: 64%;
  margin: 10.67% 10.7% 0 auto;
}
.dress-accessary .box12__img3 {
  width: 42.7%;
  margin: 8% 0 0 auto;
}
.dress-accessary .box12__img4 {
  width: 42.7%;
  margin: -41.3% auto 0 9.2%;
}
@media (min-width: 960px) {
  .dress-accessary .box12__row {
    margin-top: 100px;
    padding-top: 26.25%;
  }
  .dress-accessary .box12__header {
    width: 35%;
    min-width: 360px;
    max-width: 500px;
    margin-left: 7.5%;
  }
  .dress-accessary .box12__sub {
    width: 40%;
    margin: 0 7.5%;
  }
  .dress-accessary .box12__sub_inbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align:center;
  }
  .dress-accessary .box12__img1,
  .dress-accessary .box12__img2 {
    display: inline-block;
    width: 30%;
    margin: 0 10px;
  }
  .dress-accessary .box12__img3 {
    width: 46.875%;
    margin: 0 0 0 auto;
  }
  .dress-accessary .box12__img4 {
    width: 46.875%;
    margin: -43.75% auto 0 0;
  }
}

/* dress-shop */
.dress-shop {
  background: #F6F6F6 url(../images/dress/dress-shop-bg_sp.jpg) no-repeat center bottom/100% auto;
  margin-top: calc(9% + 40px);
  margin-bottom: -8%;
}
.dress-shop__container {
  width:86%;
  margin: 0 auto;
  padding: calc(7% + 25px) 0 calc(50% + 50px);
}
.dress-shop .title1{
  margin-bottom: 25px;
}
.dress-shop__item {
  margin-top: 25px;
}
.dress-shop__item  dt{
  margin: 0.5em 0 0;
}
.dress-shop__item  dd{
  margin: 0.5em 0 30px;
  line-height: 1.8;
}
@media (min-width: 960px) {
  .dress-shop .title1{
    margin-bottom: 46px;
  }
  .dress-shop .catch1 {
    font-size: 1rem;
  }
  .dress-shop__item {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .dress-shop__item dt{
    margin: 0;
    width: 130px;
    line-height: 1.8;
  }
  .dress-shop__item dd{
    margin: 0 0 28px;
    width: calc(100% - 130px);
  }
}
@media (min-width: 1280px) {
  .dress-shop {
    height: 900px;
    margin-top: 150px;
    background: #F6F6F6 url(../images/dress/dress-shop-bg_pc.jpg) no-repeat 50% center/auto 100%;
  }
  .dress-shop__container {
    width: 440px;
    margin: 0 0 0 calc(39% - 440px);
    padding: 160px 0 0;
  }
}

/* flower
-------------------- */
/* flower-mainheader */
.flower-mainheader {
  position: relative;
  padding-bottom: 17.3%;
}
.flower-mainheader__title {
  position: absolute;
  left: 6.6%;
  bottom: 4.6%;
  width: 86.6%;
}
@media (min-width: 960px) {
  .flower-mainheader {
    padding-bottom: 0;
  }
  .flower-mainheader__title {
    left: auto;
    right: 8.8%;
    top: 38%;
    width: 36.375%;
    max-width: 650px;
  }
}

/* flower-intro */
.flower-intro.box13__bg::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 55.5%;
}
.flower-intro .box13__sub {
  margin-top: -41%;
  background: #FFF;
}
.flower-intro .box13__img1 {
  margin: 0 26.67% 8% 6.7%;
}
.flower-intro .box13__img2 {
  margin: 0 0 0 54.6%;
}
.flower-intro .box13__img2 img {
  box-shadow: -11px 11px rgb(132,117,77,0.12);
}
.flower-intro .box13__img3 {
  margin: 1px 54.7% 8% 0;
}
.flower-intro .box13__img3 img {
  box-shadow: 11px 11px rgb(132,117,77,0.12);
}
@media (min-width: 960px) {
  .flower-intro.box13__bg::before {
    left: 50%;
    width: 50%;
    height: 82%;
  }
  .flower-intro  {
    padding: 130px 0 0;
  }
  .flower-intro .box13__header {
    width: 50%;
  }
  .flower-intro .box13__txt {
    width: 62.5%;
    min-width: 400px;
    margin: -8px auto 0 13.5%;
  }
  .flower-intro .box13__sub {
    width: 50%;
    margin-top: 0;
  }
  .flower-intro .box13__img1 {
    margin: 9% 25% 12.5%  12.5%;
  }
  .flower-intro .box13__img2 {
    margin: 0 45% 0 12.5%;
  }
  .flower-intro .box13__img2 img {
    box-shadow: 22px 22px rgb(132,117,77,0.12);
  }
  .flower-intro .box13__img3 {
    margin: 0 12.5% 12.75% 45%;
  }
  .flower-intro .box13__img3 img {
    box-shadow: -22px 22px rgb(132,117,77,0.12);
  }
  .flower-intro .box13__img4 {
    margin: 0 12.5% 0 25%;
  }
}

/* flower-accessories */
.flower-accessories {
  margin-top: calc(8% + 30px);
}
.flower-accessories.box13__bg::before {
  left: 0;
  top: 116vw;
  bottom: 17vw;
  width: 100%;
}
.flower-accessories .box13__title {
  width: 72%;
  margin: 0 4px 1px auto;
}
.flower-accessories .box13__img2 {
  margin: 6.6% 40.26% 9.3% 6.4%;
}
.flower-accessories .box13__img2 img {
  box-shadow: 11px 11px rgb(132,117,77,0.12);
}
.flower-accessories .box13__img4 {
  margin: 0 0 0 6.4%;
}
@media (min-width: 960px) {
  .flower-accessories {
    margin-top: 100px;
  }
  .flower-accessories.box13__bg::before {
    top: calc(25.4% - 100px);
    bottom: calc(33% - 100px);
    width: 50%;
  }
  .flower-accessories .box13__header {
    position: relative;
    z-index: 2;
    width: 52.5%;
    margin-left: -5.95%;
    padding-top: 140px;
  }
  .flower-accessories .box13__title {
    width: 83.3%;
    margin: 0 4px 1px auto;
  }
  .flower-accessories .box13__sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 52.5%;
  }
  .flower-accessories .box13__txt {
    width: 320px;
    margin: 45% auto 0 calc(42% - 160px);
  }
  .flower-accessories .box13__img1 {
    box-shadow: -22px 22px rgb(132,117,77,0.12);
  }
  .flower-accessories .box13__img2 {
    margin: 12.1% 40.26% 12% 13.6%;
  }
  .flower-accessories .box13__img2 img {
    box-shadow: none;
  }
  .flower-accessories .box13__img4 {
    margin: 0;
  }
}

/* flower-florist */
.flower-florist {
  margin-top: 8%;
}
.flower-florist .box13__header {
  position: relative;
  padding: 3% 0;
  background: #F0EDEB;
}
.flower-florist .box13__title {
  position: absolute;
  width: 43%;
  top: -7.6%;
  right: 6.7%;
}
.flower-florist .box13__sub {
  margin: 8% 6.7% 0;
}
@media (min-width: 960px) {
  .flower-florist {
    width: 85%;
    max-width: 1360px;
    margin: 70px auto 50px;
  }
  .flower-florist .box13__header {
    width: 57.35%;
    margin: 11% 0 0 -4.5%;
  }
  .flower-florist .box13__title {
    width: 55%;
    right: 0;
  }
  .flower-florist .box13__txt {
    margin: 13% auto 12% 18.2%;
  }
  .flower-florist .box13__sub {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 47.2%;
    margin: 0;
  }
}

/* flower-btmarea */
.flower-btmarea {
  padding: 5px  0 calc(4% + 10px);
}
.flower-btn01 {
  display: inline-block;
  border: solid 1px #84754D;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  padding: 11px 0 10px;
  text-decoration: none;
  transition: background-color 0.5s;
  font-size: 1rem;
  color: #84754D;
}
.flower-btn01 img {
  width: 132px;
  margin: 0 0.2em 1px 0;
  vertical-align: bottom;
}
@media (min-width: 960px) {
  .flower-btmarea {
    padding: 110px 0 0;
  }
  .flower-btn01 {
    padding: 20px 0;
    background: #FFF;
    border-width: 2px;
  }
  .flower-btn01 img {
    width: 264px;
  }
  .flower-btn01:hover {
    background: #84754D;
    color: #FFF;
  }
  .flower-btn01:hover img {
    filter: brightness(100);
  }
}

/* otherbrand
-------------------- */
.otherbrandphoto{
  margin-top: 22px;
}
.otherbrandphoto__item{
  margin-top:6%;
}
@media (min-width: 960px) {
  .otherbrandphoto{
    margin-top: 50px;
  }
  .otherbrandphoto__item{
    margin-top:4%;
  }
}

/* bestrate
-------------------- */
/* bestrate-intro */
.bestrate-intro .text1 {
  line-height: 1.6;
}
.bestrate-intro .em1 {
  font-size: 1rem;
  color: #FF6F0A;
}
@media (min-width: 960px) {
  .bestrate-intro .em1 {
    font-size: 1.125rem;
  }
}

/* bestrate-step */
.bestrate-step dl {
  margin-bottom: 3.3%;
  padding: 20px 25px;
  background: #F0EDEB;
}
.bestrate-step dt {
  float: left;
  width: 55px;
  padding: 5px 16px 5px 5px;
  border-right: solid 1px #000;
}
.bestrate-step-txt {
  display: flex;
  align-items: center;
  width: calc(100% - 55px);
  height: 55px;
  padding: 0 15px 0 25px;
  line-height: 1.7;
}
.bestrate-step-foot {
  clear: both;
  color: #FFF;
}
.bestrate-step-foot .btn1,
.bestrate-step-foot div {
  width: 100%;
  height: 40px;
  margin: 17px 0 0;
  padding: 0;
  line-height: 40px;
  text-align:center;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.bestrate-step-foot div {
  position: relative;
}
.bestrate-step-foot div::before {
  position: absolute;
  left: calc(50% - 8px);
  top: -16px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
}
.bestrate-step .column:nth-child(2) .bestrate-step-foot {
  background: #584C46;
}
.bestrate-step .column:nth-child(2) .bestrate-step-foot div::before {
  border-bottom-color: #584C46;
}
.bestrate-step .column:nth-child(3) .bestrate-step-foot {
  background: #826517;
}
.bestrate-step .column:nth-child(3) .bestrate-step-foot div::before {
  border-bottom-color: #826517;
}
@media (min-width: 960px) {
  .bestrate-step .column {
    width: 32.3%;
    margin: 0;
    padding: 20px;
  }
  .bestrate-step dt {
    float: none;
    width: 120px;
    margin: 0 auto;
    padding: 10px 39px 25px;
    border-right: none;
    border-bottom: solid 1px #000;
  }
  .bestrate-step-txt {
    width: 100%;
    height: 90px;
    padding: 0 20px;
    justify-content: center;
    text-align: center;
  }
  .bestrate-step-foot .btn1,
  .bestrate-step-foot div {
    height: 60px;
    margin: 0;
    line-height: 60px;
    font-size: 1rem;
  }
  .bestrate-step-foot div::before {
    left: calc(50% - 13px);
    top: -26px;
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-width: 13px;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
  }
}

/* bestrate-why */
@media (min-width: 960px) {
  .bestrate-why .column {
    width:46.875%;
  }
  .bestrate-why .title2{
    font-size:1rem;
  }
}
@media (min-width: 1280px) {
  .bestrate-why .title2{
    font-size:1.125rem;
  }
}
.bestrate-benefits__img img {
  width: 100%;
  height: 145px;
  object-fit: cover;
}
/* bestrate-benefits */
.bestrate-benefits .title5 {
  margin-bottom: 10px;
  padding: 10px;
  background: #584C46;
  font-weight: normal;
  color: #FEFEFE;
}
.bestrate-benefits .column.row {
  align-items: center;
  margin-top: 10px;
  padding: 4.7%;
  background: #F0EDEB;
}
.bestrate-benefits__img {
  width: 45%;
  margin-right: 4.7%;
}
.bestrate-benefits__txt {
  width: 53.3%;
}
.bestrate-benefits__txt p {
  line-height: 1.5;
  font-weight: bold;
}
.bestrate-benefits__txt .text2 {
  font-weight: normal;
}
@media (min-width: 960px) {
  .bestrate-benefits .title5 {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 1rem;
  }
  .bestrate-benefits .column.row {
    width: 49%;
    margin-top: 20px;
    padding: 30px 15px 30px 30px;
    background: #F0EDEB;
  }
  .bestrate-benefits__img {
    width: 51.2%;
    margin-right: 20px;
  }
  .bestrate-benefits__txt {
    width: 40%;
    font-size: 1rem;
  }
  .bestrate-benefits__txt p {
    line-height: 1.5;
  }
  .bestrate-benefits__txt p + p {
    margin-top: 5px;
  }
}

/* bestrate-reserve */
.bestrate-reserve .partsfair2 {
  margin: 35px auto 60px;
}
@media (min-width: 960px) {
  .bestrate-reserve .partsfair2 {
    margin-top: 50px;
  }
}
.bestrate-benefits .toku-ti-a {
    font-size: 0.8rem;
    color: #fff;
    background-color: #584C46;
    padding: 7px 8px 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.bestrate-benefits .toku-ti-b {
    font-size: 0.8rem;
    color: #fff;
    background-color: #826517;
    padding: 7px 8px 5px;
    margin-bottom: 10px;
    display: inline-block;
}
.bestrate-benefits .column.row {
    align-items: flex-start;
    }
@media screen and (max-width: 590px) {
.bestrate-benefits .row {
  display: block;
}
.bestrate-benefits__img {
    width: 100%;
  }
.bestrate-benefits__txt {
    width: 100%;
}
.bestrate-benefits .toku-ti-a,
.bestrate-benefits .toku-ti-b {
  margin-top: 10px;
}
.bestrate-benefits .column.row {
    align-items: center;
    margin-top: 20px;
    }
.bestrate-benefits__txt .text2 {
    margin-top: 10px;
}
}

/* propose
-------------------- */
/* propose-intro */
.propose-intro .box12__sub {
  position: relative;
  padding-top: calc(6% + 18px);
}
.propose-intro .box12__sub.box12__bg::before {
  top: 0;
  right: 0;
  bottom: 16vw;
  width: 66.67%;
}
.propose-intro__img1 {
  width: 68%;
  margin: 0 auto 5.3% 8%;
}
.propose-intro__img2 {
  width: 28%;
  margin: 0 8% 0 auto;
}
.propose-intro__img3 {
  width: 40%;
  margin: -18.67% auto 0 18.6%;
}
@media (min-width: 960px) {
  .propose-intro {
    margin-top: -50px;
    padding: 130px 0;
  }
  .propose-intro.box12__bg::before {
    top: -50px;
    right: 0;
    bottom: 0;
    width: 50%;
  }
  .propose-intro .box12__container {
    position: relative;
    width: 100%;
    max-width: 1600px;
    min-height: 35vw;
    margin: 0 auto;
  }
  .propose-intro .box12__header {
    width: 46.75%;
    margin: 0;
    padding: 0 7.5%;
  }
  .propose-intro .box12__sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 53.75%;
    margin: 0;
    padding-top: 0;
  }
  .propose-intro .box12__sub.box12__bg::before {
    display: none;
  }
  .propose-intro__img1 {
    width: 55.8%;
    margin: 0 auto 0 0;
  }
  .propose-intro__img2 {
    width: 24.41%;
    margin: -7% auto 0 60.46%;
  }
  .propose-intro__img3 {
    width: 34.88%;
    margin: -4.65% auto 0 20.93%;
  }
}
@media (min-width: 1600px) {
  .propose-intro .box12__container {
    min-height: 560px;
  }
}

/* propose-point */
.propose-point {
  padding-top: calc(80% + 5px);
  background: url(../images/propose/propose-point01_sp.jpg) no-repeat left top / 100% auto;
}
.propose-point02 {
  background-image: url(../images/propose/propose-point02_sp.jpg);
}
.propose-point03 {
  background-image: url(../images/propose/propose-point03_sp.jpg);
}
.propose-point__container {
  margin: 0 8%;
}
@media (min-width: 960px) {
  .propose-point {
    position:relative;
    display: flex;
    align-items: center;
    width: 92.5%;
    max-width: 1480px;
    margin: 0 auto 60px;
    padding-top: 0%;
    background:url(../images/propose/propose-point01_pc.jpg) no-repeat center center / 100% auto;
  }
  .propose-point::after {
    display: block;
    content: "";
    padding-top: 40%;
  }
  .propose-point02 {
    background: url(../images/propose/propose-point02_pc.jpg) no-repeat center bottom / 100% auto;
  }
  .propose-point03 {
    background-image: url(../images/propose/propose-point03_pc.jpg);
  }
  .propose-point__container {
    width: 44%;
    margin: 0 auto 0 6.25%;
    padding: 50px 0;
  }
  .propose-point02 .propose-point__container {
    width: 36%;
    max-width: 450px;
    margin: 0 6.25% 0 auto;
    color: #FFF;
  }
  .propose-point03 .propose-point__txt {
    width: 80%;
    max-width: 450px;
  }
}

/* propose-chapel */
.propose-chapel__container {
  margin-top: 30px;
  counter-reset: txtcount 0;
}
.propose-chapel__block figure {
  position: relative;
}
.propose-chapel__imgno {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #FFF;
}
.propose-chapel__txt {
  clear: both;
  margin: 20px 0;
}
.propose-chapel__txt li {
  margin-top: 10px;
  padding-left: 20px;
  line-height: 2;
}
.propose-chapel__txt li::before {
  display: inline-block;
  width: 20px;
  margin-left:-20px;
  counter-increment: txtcount 1;
  content: counter(txtcount) ".";
}
.propose-chapel__img01 {
  float: left;
  width: 46.03%;
  overflow: hidden;
}
.propose-chapel__img01 img {
  width: 110.3%;
  margin: -0% -5.15% 0%;/**/
}
.propose-chapel__img02 {
  width: 52.38%;
  margin: 0 0 1.59% auto;
}
.propose-chapel__img03 {
  width: 52.38%;
  margin: 0 0 0 auto;
}
.propose-chapel__img05 {
  float: left;
  width: 49.21%;
  margin: 1.58% 0 0 0;
}
.propose-chapel__img06 {
  width: 49.21%;
  margin: 1.58% 0 0 auto;
}
.propose-chapel__img07 {
  float: left;
  width: 60.32%;
}
.propose-chapel__img08 {
  width: 38.1%;
  margin: 0 0 1.87% auto;
}
.propose-chapel__img09 {
  width: 38.1%;
  margin : 0 0 1.87% auto;
}
.propose-chapel__img10 {
  width: 38.1%;
  margin: 0 0 0 auto;
}
.propose-chapel__img11 {
  width: 66.37%;
  margin: 0 auto 1.67% 0;
}
.propose-chapel__img12 {
  width: 66.37%;
  margin: 0 0 0 auto;
}
@media (min-width: 960px) {
  .propose-chapel__container {
    position: relative;
    justify-content: space-between;
    padding-top: 93%;
    max-width: 1200px;
    margin: 90px auto 110px;
  }
  .propose-chapel__block {
    width: 28%;
    margin: 0 0.5%;
  }
  .propose-chapel__imgno {
    font-size: 1.125rem;
    left: 18px;
    top: 18px;
  }
  .propose-chapel__txt {
    margin: 0;
  }
  .propose-chapel__txt li {
    margin-top: 20px;
  }
  .propose-chapel__block figure {
    position: absolute;
    left: 0;
    top: 0;
    float: none;
  }
  .propose-chapel__img01 {
    width: 28.75%;
    margin: 0;
  }
  .propose-chapel__img01 img {
    width: 100%;
    margin: auto;
  }
  .propose-chapel__img02 {
    width: 20%;
    margin: 0 auto 0 29.17%;
  }
  .propose-chapel__img03 {
    width: 20%;
    margin: 0 auto 0 49.584%;
  }
  .propose-chapel__img04 {
    width: 40.417%;
    margin: 13.75% auto 0 29.17%;
  }
  .propose-chapel__img05 {
    width: 30%;
    margin: 0 auto 0 70%;
  }
  .propose-chapel__img06 {
    width: 30%;
    margin: 20.41% auto 0 70%;
  }
  .propose-chapel__img07 {
    width: 39.167%;
    margin: 42.08% auto 0 0;
    overflow: hidden;
  }
  .propose-chapel__img07 img {
    margin: -5.1% 0;
  }
  .propose-chapel__img08 {
    width: 20%;
    margin: 42.08% auto 0 39.585%;
  }
  .propose-chapel__img09 {
    width: 20%;
    margin: 55.83% auto 0 39.585%;
  }
  .propose-chapel__img10 {
    width: 30%;
    margin: 69.58% auto 0 39.585%;
  }
  .propose-chapel__img11 {
    width: 40%;
    margin: 42.08% auto 0 60%;
    overflow: hidden;
  }
  .propose-chapel__img11 img {
    width: 101.56%;
    margin: 0 -0.78%;
  }
  .propose-chapel__img12 {
    width: 30%;
    margin: 69.58% auto 0 70%;
  }
}

/* propose-wedding */
.propose-wedding {
  position: relative;
  width: 100%;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  padding: calc(4% + 25px) 8%;
}
.propose-wedding::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  bottom: 3px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.propose-wedding__txttip {
  position: absolute;
  top: -50px;
  right: 7%;
  width: 125px;
  height: 125px;
  padding-top: 38px;
  border-radius: 200px;
  background: #C7E1EE;
  text-align: center;
  font-size: 0.69rem;
  line-height: 1.7;
  transform: rotate(13deg);
}
.propose-wedding__imgbox {
  position: relative;
  margin-top: 35px;
  padding-top: 91.42%;
}
.propose-wedding__imgbox figure {
  position: absolute;
  overflow: hidden;
}
.propose-wedding__img01 {
  width: 68.25%;
  left: 0;
  top: 0;
}
.propose-wedding__img02 {
  width: 30.16%;
  left: 69.84%;
  top: 0;
}
.propose-wedding__img02  img {
  width:100.7%;
  margin: 0 0.35%;
}
.propose-wedding__img03 {
  width: 31.74%;
  left: 0;
  top: 51.4%;
}
.propose-wedding__img04 {
  width: 31.74%;
  left: 0;
  top: 76.56%;
}
.propose-wedding__img03 img,
.propose-wedding__img04 img {
  width:100.3%;
  margin: 0 0.15%;
}
.propose-wedding__img05 {
  width: 66.67%;
  left: 33.49%;
  top: 51.4%;
}
@media (min-width: 960px) {
  .propose-wedding {
    width: 84%;
    padding: 60px 0;
  }
  .propose-wedding__txttip {
    right: 20px;
    font-size: 0.75rem;
  }
  .propose-wedding__header {
    position: absolute;
    left: 66.67%;
    top: 80px;
  }
  .propose-wedding .title1 {
    margin-bottom: -15px;
    font-size: 1.375rem;
  }
  .propose-wedding__imgbox {
    margin-top: 0;
    padding-top: 27.33%;
  }
  .propose-wedding__img01 {
    width: 41%;
  }
  .propose-wedding__img02 {
    width: 8%;
    left: 87%;
    top: 56.2%;
  }
  .propose-wedding__img02  img {
    width: 100%;
    margin: 0;
  }
  .propose-wedding__img03 {
    width: 20.25%;
    left: 41.41%;
    top: 0;
  }
  .propose-wedding__img04 {
    width: 20.25%;
    left: 41.41%;
    top: 50.75%;
  }
  .propose-wedding__img03 img,
  .propose-wedding__img04 img {
    width: 100%;
    margin: 0;
  }
  .propose-wedding__img05 {
    width: 18%;
    left: 66.67%;
    top: 56.2%;
  }
}
@media (min-width: 1280px) {
  .propose-wedding__txttip {
    width: 165px;
    height: 165px;
    right: 50px;
    top: -50px;
    padding-top: 53px;
    font-size: 0.875rem;
  }
  .propose-wedding .title1 {
    margin-bottom: -5px;
  }
}

/* propose-movie */
.propose-movie {
  padding: 1px 0 calc(8% + 35px);
  background: #F0EDEB;
}
.propose-movie__youtube-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px auto 35px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.propose-movie__youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 960px) {
  .propose-movie {
    padding-bottom: 130px;
  }
  .propose-movie__youtube {
    width: 640px;
    margin: 0 auto;
  }
}

/* propose-staff */
.propose-staff .box06 {
  padding: 50px 0 35px;
  border: none;
}
.propose-staff .box06__img {
  width: 57%;
  max-width: 460px;
}
.propose-staff__name {
  font-size: 1rem;
  text-align: right;
}
@media (min-width: 600px) {
  .propose-staff .box06  {
    padding: 70px 0 20px;
  }
  .propose-staff .box06__img {
    float: left;
    width: 30%;
    margin: 0;
  }
  .propose-staff .box06__txt {
    margin: -10px 0 0 37%;
  }
  .propose-staff__name {
    font-size: 1rem;
  }
}

/* propose-price */
.propose-price {
  padding: 20px;
  background: #F0EDEB;
  text-align: center;
}
.propose-price__txt1 {
  margin-top: 20px;
  font-size: 1.75rem;
  line-height: 1.5;
}
.propose-option {
  border: dotted 1px #000;
  padding: 20px;
}
.propose-option .title1 {
  margin-bottom: 20px;
  font-size: 1rem;
}
.propose-option .text2 {
  margin-top: 20px;
  font-size: 0.75rem;
  line-height: 1.7;
}
@media (min-width: 960px) {
  .propose-price {
    padding: 25px 0;
    text-align: left;
  }
  .propose-price .title3,
  .propose-price__txt1,
  .propose-price__txt2 {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    line-height: 1;
  }
  .propose-price .title3 {
    font-size: 1.125rem;
  }
  .propose-price .title3 span {
    margin-right: 65px;
    padding: 15px 100px;
    border-bottom: none;
    border-right: solid 1px #333;
  }
  .propose-price__txt1 {
    font-size: 2.25rem;
  }
  .propose-price__txt2 {
    margin: 10px 0 0 10px;;
  }
  .propose-option {
    padding: 25px;
  }
  .propose-include .list1 {
    margin-left: 35px;
  }
}

/* propose-message */
.propose-message {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding: calc(8% + 30px) 8%;
  background: #F0EDEB;
}
@media (min-width: 960px) {
  .propose-message {
    width: 84%;
    padding: 70px;
  }
  .propose-message p {
    line-height: 2.8;
  }
}

/* propose-contact */
.propose-contact {
  padding: 80px 0;
  background: url(../images/propose/propose-contact-bg_sp.jpg) no-repeat center center/ cover;
  text-align: center;
  color: #FFF;
}
.propose-contact-txt1 {
  text-align: left;
  padding: 0 13.35%;
}
.propose-contact__tel {
  display: inline-block;
  width: 40%;
  min-width: 250px;
  margin: 30px auto 10px;
  padding: 12px;
  background: #FFF;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.5rem;
  color: #000;
}
.propose-contact__tel span {
  font-size: 1.125rem;
}
.propose-contact-txt2 {
  font-size: 0.75rem;
  line-height: 1.7;
}
.propose-contact-txt2 i {
  display: none;
  font-style: normal;
}
.propose-contact__sns {
  width: 40%;
  min-width: 250px;
  margin: 20px auto;
}
.propose-contact__sns a {
  display: inline-block;
  width: 47%;
  padding: 10px 0 8px;
  background: #FFF;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.625rem;
  color: #000;
}
.propose-contact__sns svg {
  width: 100%;
  height: 20px;
  margin-bottom: 4px;
}
.propose-contact__snsfacebook {
  fill: #187BF2;
}
@media (min-width: 960px) {
  .propose-contact {
    margin: 130px 0 0;
    padding: 140px 0 0;
    height: 600px;
    background:url(../images/propose/propose-contact-bg_pc.jpg) no-repeat center center/ cover;
  }
  .propose-contact .title1 {
    margin-bottom:40px;
  }
  .propose-contact-txt1 {
    text-align: center;
  }
  .propose-contact__tel {
    width: auto;
    background: none;
    margin: 20px auto -5px;
    padding: 20px;
    font-size: 2.25rem;
    color: #FFF;
  }
  .propose-contact__tel:hover {
    color: #FFF;
  }
  .propose-contact__tel span{
    font-size: 1.125rem;
  }
  .propose-contact-txt2 i {
    display: inline;
  }
  .propose-contact__sns {
    width: 520px;
    margin: 30px auto 0;
    padding: 8px;
  }
  .propose-contact__sns a {
    width: 240px;
    padding: 16px 0 14px;
    font-size: 0.81rem;
    transition: background-color .5s, color .5s;
  }
  .propose-contact__sns svg {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin: 0 15px 2px 0;
    transition: fill .5s;
  }
  .propose-contact__sns a:hover {
    background: #000;
    color: #FFF;
  }
  .propose-contact__sns a:hover svg {
    fill: #FFF;
  }
}


/* photoPlan
-------------------- */

.wrapper-photo {
        -webkit-text-size-adjust: 100%;
        font-size: 15px;
        /*font-family: 'Noto Sans JP', sans-serif;*/
        font-family: 'Noto Serif JP', serif;
        color: #333;
        line-height: 1.8;
        letter-spacing: 0.5px;
        overflow: hidden;
    }
.wrapper-photo img {
        display: block;
        height: auto;
        max-width: 100%;
    }


.wrapper-photo a:hover {
  text-decoration: unset;
}
.wrapper-photo #slide-first .h1 {
  font-size: 60px;
  font-family: 'Noto Serif JP', serif;
  color: #9e8740;
}

.wrapper-photo h2 {
  font-size: 200%;
  font-family: 'EB Garamond', serif;
  color: #9e8740;
}

.wrapper-photo h3 {
  font-size: 140%;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
}

.wrapper-photo h4 {
  font-size: 120%;
  font-family: 'Noto Serif JP', serif;
}

.wrapper-photo h5 {
  font-size: 110%;
}

.wrapper-photo h6 {
  font-size: 100%;
}


.wrapper-photo .cont01-r {
  height: 800px;
  background: url("../images/photo/concept-ph.png")no-repeat;
  background-size: cover;
  background-position: center;
}
.wrapper-photo .cont01-l {
  padding: 100px 70px;
  background: url(../images/photo/concept-camera.png)no-repeat bottom right;

}
.wrapper-photo .cont01-l h2 {
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.wrapper-photo .cont02 {
  padding: 100px 0;
}
.wrapper-photo .cont02 {
  margin-bottom: 50px;
  text-align: center;
}
.wrapper-photo .point-column {
  position: relative;
  border: 1px solid #9e8740;
  padding: 20px;
  height: 100%;
}
.wrapper-photo .point-sholder {
  position: absolute;
  top: -32px;
  left: -30px;
}
.wrapper-photo .point {
  border-bottom: 1px solid #9e8740;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.wrapper-photo .point-column h3 {
  color: #9e8740;
  text-align: center;
  margin-bottom: 30px;
  height: 50px;
}
.wrapper-photo .point-cont {
  text-align: left;
}
.wrapper-photo .cont02 h2 {
  margin-bottom: 70px;
}
.wrapper-photo .cont03 {
  background-color: #f5ede8;
  padding: 70px;
}
.wrapper-photo .cont03 h2 {
  margin: 60px auto;
  text-align: center;
  letter-spacing: 2px;
}
.wrapper-photo .slider {
  margin: 0 100px;
}
.wrapper-photo .nav-ph {
  margin: 20px;
}
.wrapper-photo .slider-main {
  margin: 20px;
}
.wrapper-photo .slick-dots {
  display: none!important;
}
.wrapper-photo .slick-prev:before, .slick-next:before {
    color: #999;
  }
.wrapper-photo .cont04-inner {
  padding: 50px;
}
.wrapper-photo .cont04,
.wrapper-photo .cont05,
.wrapper-photo .cont06 {
  padding: 0 70px 0;
}
.wrapper-photo .cont05-inner {
  background: url("../images/photo/plan02.jpg")no-repeat center;
  height: 750px;
  position: relative;
  background-size: contain;
}
.wrapper-photo .cont06-inner {
  background: url("../images/photo/plan03.jpg")no-repeat center;
  background-size: contain;
  height: 700px;
  position: relative;
}
.wrapper-photo .cont07-inner {
  margin-top: 50px;
}
.wrapper-photo .cont04 h2{
  margin: 70px auto 0;
  text-align: center;
  letter-spacing: 2px;
}
.wrapper-photo .miavia-gallery img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover;
    margin: 0 auto;
}
.wrapper-photo .miavia-gallery {
  background-color: #ece8db;
}
.wrapper-photo .cont04 .location-exp,
.wrapper-photo .cont05 .location-exp,
.wrapper-photo .cont06 .location-exp {
  margin-top: 0px;
  background-color: #454545;
  color: #ddd1ad;
  font-size: 14px;
  width: 100%;
  padding: 20px 15px;
}

/*.wrapper-photo .cont05 .location-exp {
  margin-top: 0px;
  background-color: #454545;
  color: #ddd1ad;
  font-size: 14px;
  width: 350px;
  top: 5%;
  left: 0;
  padding: 20px;
}
.wrapper-photo .cont06 .location-exp {
  position: absolute;
  background-color: #454545;
  color: #ddd1ad;
  font-size: 14px;
  width: 350px;
  bottom: 0;
  right: 0;
  padding: 20px;
}*/
.wrapper-photo .location-exp h4 {
color: #fff;
width: 30%;
}
.wrapper-photo .location-line {
  border-bottom: 1px solid #ddd1ad;
  width: 100%;
}
.wrapper-photo .location-exp .d-flex {
  margin-bottom: 10px;
}
.wrapper-photo .address {
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif
}
.wrapper-photo .comming-s {
  background-color: rgba(255,255,255,.8);
  width: 400px;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
    position: relative;
    top: 30%;
}
.wrapper-photo .comming-s h4 {
  color: #9e8740;
  margin-bottom: 10px;
}

.wrapper-photo .contact {
  background: url("../images/photo/contact-bk.png")no-repeat top left,#f5ede8;
}
.wrapper-photo .contact02 {
  background: url("../images/photo/contact-bk.png")no-repeat top left,#efefef;
}
.wrapper-photo .con-attention {
  font-size: 14px;
  color: #9e8740;
  font-family: 'Noto Sans JP', sans-serif;
  padding-left: 30px;
}
.wrapper-photo .con-tit {
     padding-bottom: 20px;
     margin-left: 30px;
}
.wrapper-photo .contact-inner-l {
  background-color: #fff;
    padding: 30px;
    margin: 0 50px;
 font-family: 'Noto Sans JP', sans-serif;
}
.wrapper-photo .contact-inner-r {
  margin-right: 30px;
  font-size: 14px;
}
.wrapper-photo .contact-inner-l .tel:before {
  content: "\f3cd";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    padding-right: 10px;

}
.wrapper-photo .contact-inner-r img {
  margin: 10px auto;
}
.wrapper-photo .contact-inner {
  margin: 50px 70px;
  display: unset;
}
.contact-inner-l .tel {
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #9e8740;
}
.wrapper-photo .cont07 {
  padding: 70px 50px;
}
.wrapper-photo .plan-inner {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 50px 10px;
    /* margin: 30px 10px; */
    font-size: 14px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #ece8db;
}
.wrapper-photo .plan-inner h4 {
  color: #9e8740;
  font-size: 18px;
  margin-bottom: 20px;
}
.wrapper-photo .plan-inner-price {
  color: #9e8740;
  font-size: 18px;
}
.wrapper-photo .plan-inner-txt02 {
  padding-top: 50px;
  position: relative;
}
.wrapper-photo .plan-inner-txt02 .plan-inner-price {
  position: absolute;
  bottom: 0;
  right: 0;
}

.wrapper-photo .fz12 {
  font-size: 12px;
}
.wrapper-photo .cont07-ph {
  margin-bottom: 10px;
}
.wrapper-photo .cont07-ph02 img{
  width: auto;
    height: 300px;
    object-fit: cover;
}
.wrapper-photo .cont07-ph02 {
  padding-right: 30px;
}
.wrapper-photo .plan-inner-price {
  text-align: right;
}
.wrapper-photo .cont08-l {
  padding: 30px;
  background-color: #f5ede8;
  width: 60%;
}
.wrapper-photo .cont08-r img {
  width: 100%;
  height: 250px;
}
.wrapper-photo .cont08-inner {
  margin-bottom: 30px;
}
.wrapper-photo .cont08-l h3 {
  color: #9e8740;
  margin-bottom: 20px;
}
.wrapper-photo .plan-bottom img {
  margin: 0 auto;
}
.wrapper-photo .cont09 h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
}
.wrapper-photo .cont09 {
  font-family: 'Noto Sans JP', sans-serif;
}
.wrapper-photo .cont09 h2 {
  margin: 70px auto 50px;
  text-align: center;
  font-family: 'EB Garamond', serif;
}
.wrapper-photo .flow-inner {
  border: 1px solid #ccc;
  padding: 20px;
  height: 100%;
}
.wrapper-photo .insta {
   background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.wrapper-photo .insta:hover {
  background-color: #f5ede8;
}
.wrapper-photo .cont09 .col:after {
content: "\f105";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 15px;
    height: 24px;
    margin-top: -12px;
    color: #9e8740;
}
.wrapper-photo .cont09 .col:last-child:after {
  display: none;
}
.wrapper-photo .cont10 {
  padding: 70px 50px;
}
.wrapper-photo .cont10 h2 {
  margin-bottom: 40px;
  text-align: center;
  color:#9e8740;
  font-family: 'EB Garamond', serif;
}
.wrapper-photo .card-body img {
  height: 29px;
}

.wrapper-photo .card-header {
   background-color: #fff;
   border-bottom: none;
}

.wrapper-photo .card {
  border: none;
}
.wrapper-photo .card-body {
  border-bottom: 1px solid #ccc;
}
.wrapper-photo .cont10 .btn {
  padding: 0;
}
.wrapper-photo .cont11 {
  background-color: #e8f5f3;
  padding: 40px;
  margin-bottom: 70px;
}
.wrapper-photo .cont11-r img {
  margin: 10px auto;
}
.wrapper-photo .cont11-r p {
  margin: 10px auto;
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
    font-family: 'Noto Serif JP', serif;
}
.wrapper-photo .cont15 {
  background-color: #f5ede8;
  padding: 40px;
  margin-bottom: 70px;
}
.wrapper-photo .bt-insta {
  background-color: #9e8740;
  padding: 30px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    font-family: 'Noto Serif JP', serif;
}
.wrapper-photo .bt-insta:hover {
  background-color: #dbc683;
  }
.wrapper-photo .logo-mo {
  height: 60px;
}
.wrapper-photo .cont11-r {
  padding: 0 60px;
  font-family: 'Noto Sans JP', sans-serif;
}
.wrapper-photo .insta {
  box-shadow: 1px 1px 3px;
  padding: 20px;
  background-color: #fff;
}
.wrapper-photo .btn-link {
    font-weight: 400;
    color: #333;
}
.wrapper-photo a {
  color: #333;
}
.wrapper-photo .cont10 .accordion .card,
.wrapper-photo .accordion .card:not(:first-of-type):not(:last-of-type) {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.wrapper-photo .intro-arrow {
  margin-left: 30px;
}
.wrapper-photo .thumbnail .slick-slide {
    padding: 10px!important;
}
.wrapper-photo .point-column img {
  margin-bottom: 5px;
}
.wrapper-photo .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: #ece8db;
    }
.wrapper-photo .tab-content {
  background-color: #ece8db;
}
.wrapper-photo .contact-btn-area {
  margin: 40px auto 0;
}
.wrapper-photo .homecontact {
    padding: 80px 0 50px;
}
.wrapper-photo .cont08 h2 {
  margin-bottom: 50px;
  margin-top: 100px;
}
.wrapper-photo .cont08 .h2-l img {
  padding-top: 30px;
}
.vegas-slide-inner {
  background-position: top center;
}






















/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
/*.wrapper-photo #slide-first {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#000;
}*/

/* Loading画像中央配置　*/
/*.wrapper-photo #slide-first h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  /*position: unset;
    display: flex;
    justify-content: center;
    margin-top: 20%;
  font-size: 36px;
}*/
.wrapper-photo #slider {
    width: 100%;
    height: calc(100vh - 72px);
    animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  padding-top: -15%;
  animation-delay: 3s;
}

/*.wrapper-photo #slider::before {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align:center;
  background-color: #fff;
}*/
/*.wrapper-photo #slider h2 {
    position: absolute;
    top: 25%;
    right: 20%;
  }*/
/*.wrapper-photo .hero {
  height: 100vh;
  text-align: right;
  background: url("../images/photo/main-ph.png")no-repeat top left,#fff;
  background-size: cover;
}*/
.wrapper-photo #slider .container {
  position: relative;
  height: 100vh;
}
/*.wrapper-photo #slider h2 {
  position: absolute;
  top: 40%;
  right: 5%;
  
}*/

.wrapper-photo #slider h2 {
    position: absolute;
    display: flex;
    justify-content: center;
    margin-top: 5%;
    bottom: unset;
    left: 0;
}
.wrapper-photo .vegas-wrapper h2 img {
  width: 150px;
}

.wrapper-photo #slider .h1-sub {
    font-size: 28px;
    position: absolute;
    margin-top: 0;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    left: 90%;
    top: 10%;
}
.wrapper-photo #slider .h1-sub p{
  margin-top: 80px;
}
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 2s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}







/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.wrapper-photo .pc { display: block !important; }
.wrapper-photo .sp { display: none !important; }
.wrapper-photo .tb { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 590px) {
.wrapper-photo .pc { display: none !important; }
.wrapper-photo .tb { display: none !important; }
.wrapper-photo .sp { display: block !important; }
}
@media screen and (min-width:591px) and (max-width:1024px){
.wrapper-photo .pc { display: none !important; }
.wrapper-photo .tb { display: block !important; }
.wrapper-photo .sp { display: none !important; }
}























/* タブレット */
@media only screen and (min-width: 767px) and (max-width: 1025px) {
.wrapper-photo .hero {
    height: 600px;
  }
.wrapper-photo .hero .container {
    height: 600px;
  }
.cont01 .container {
    width: 100%;
}
.wrapper-photo .point-column h3 {
    font-size: 20px;
    line-height: 1.8;
    }
.wrapper-photo .cont03 {
    padding: 20px;
}
.wrapper-photo .container {
  width: 100%;
}
.wrapper-photo .cont03 {
    background-color: #f5ede8;
    padding: 20px;
}
.wrapper-photo .cont04, .wrapper-photo .cont05, .wrapper-photo .cont06 {
    padding: 0 20px 20px;
}
.wrapper-photo .cont04-inner,
.wrapper-photo .cont05-inner,
.wrapper-photo .cont06-inner {
  height: auto;
}
.wrapper-photo .cont06 .location-exp {
  width: 450px;
}
.wrapper-photo .contact {
  margin-top: 50px;
}
.wrapper-photo .cont07-ph02 img {
  height: auto;
}
.wrapper-photo .plan-inner-txt02 {
  padding-bottom: 50px;
}
.wrapper-photo .cont08-inner,
.wrapper-photo .cont08-inner02 {
  background-color: #f5ede8;
}
.wrapper-photo .cont11-r {
    padding: 0 20px;
    }
.wrapper-photo .slider {
    margin: 0 50px;
}
.wrapper-photo .thumbnail .slick-slide {
    padding: 10px!important;
}
.wrapper-photo #slide-first h1 {
display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 30px;
}
.wrapper-photo .hero h2 {
  position: unset;
  display: flex;
  justify-content: center;
  margin-top: 40%;
}
.wrapper-photo .hero .h1-sub {
    font-size: 22px;
    position: unset;
  display: flex;
  justify-content: center;
  margin-top: 30px;
    font-family: 'Noto Serif JP', serif;
    /* text-shadow: 1px 2px 4px #fff; */
}
.wrapper-photo .miavia-gallery img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
}
.wrapper-photo .cont06 .location-exp {
    width: 100%;
  }











}


/* スマホ */
@media screen and (max-width: 590px) {

.wrapper-photo .cont01-r {
    height: 0;
    }
.wrapper-photo .container {
    position: relative;
    width: 100%;
}
.wrapper-photo #slider .h1-sub {
    writing-mode: vertical-rl;
    left: 70%;
    top: 10%;
    line-height: 1.0;
}
.wrapper-photo .vegas-wrapper h2 img {
    width: 100px;
}
.wrapper-photo #slider h2 {
    bottom: 13%;
    left: 38%;
}
.wrapper-photo .cont02 .col-md-4 {
  margin-bottom: 60px;
}
.wrapper-photo .cont02 {
    margin-bottom: 0;
  }
.wrapper-photo .cont03 {
    padding: 15px;
}
.wrapper-photo .slider {
    margin: 0;
}
.wrapper-photo .cont03 h2 {
    margin: 30px auto;
    }
.wrapper-photo .thumbnail .slick-slide {
    padding: 10px!important;
}
.wrapper-photo .slider-main {
  margin: 0;
}
.wrapper-photo .cont04, .wrapper-photo .cont05, .wrapper-photo .cont06 {
  padding: 0 15px 30px;
}

.wrapper-photo .cont04, .wrapper-photo .cont05, .wrapper-photo .cont06 {
  background-position: top;
      border-bottom: 1px dotted #9e8740;
    margin-bottom: 20px;
}

.wrapper-photo .cont05 .location-exp {
  top: 50%;
}
.wrapper-photo .cont06-inner {
  height: 570px;
  background-position: top;

}
.wrapper-photo .comming-s {
    width: 80%;
    padding: 10px;
    top: 10%;
}
.wrapper-photo .cont04 h2 {
    margin: 70px auto 30px;
  }
.wrapper-photo .contact-inner-l {
  width: auto;
  margin-left: 0;
  margin: 15px;
  padding: 20px;
}
.wrapper-photo .contact {
  padding: 10px;
}
.wrapper-photo .con-attention {
  padding-left: 0;
}

.wrapper-photo .contact-inner-r {
    width: 100%;
    margin-right: 0;
  }
.wrapper-photo .insta {
  margin-top: 30px;
  margin: 15px;
}
.wrapper-photo .cont07 {
    padding: 50px 3px;
}
.wrapper-photo .cont07-ph02 img {
    height: auto;
}

.wrapper-photo .cont08-l {
  width: 100%;
}
.wrapper-photo .flow-inner {
    height: auto;
    margin-bottom: 30px;
}
.wrapper-photo .cont09 .col:after {
content: "\f105";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 98%;
    right: 0;
    left: 50%;
    width: 15px;
    height: 24px;
    margin-top: -12px;
    color: #9e8740;
    transform: rotate(90deg);
}
.wrapper-photo .cont10 {
    padding: 50px 0;
}
.wrapper-photo .cont10 img {
    width: 26px;
    height: 36px;
}
.wrapper-photo .card .btn {
  text-align: left;
}
.wrapper-photo .cont11 {
    padding: 20px;
  }
.wrapper-photo .cont11-l {
  margin-bottom: 30px;
}
.wrapper-photo .cont11-r {
    padding: 20px 20px 40px;
  }
.wrapper-photo .contact02 {
  margin-bottom: 30px;
}
.wrapper-photo .nav-tabs {
    border-bottom: none;
}
.wrapper-photo .cont04 .location-exp,
.wrapper-photo .cont05 .location-exp,
.wrapper-photo .cont06 .location-exp {
  bottom: 0;
}
.wrapper-photo .plan-inner-txt02 {
  padding: 20px 10px 50px!important;
  line-height: 2.2;
  }
.wrapper-photo .con-tit {
    margin-left: 20px;
    margin-right: 20px;
}
.wrapper-photo .cont01-l {
    padding: 100px 15px 0;
    }
.wrapper-photo .cont01-l {
    background: unset;
}
.wrapper-photo .cont01-l p {
  line-height: 1.8;
}
.wrapper-photo .cont08-r img {
    width: 100%;
    height: auto;
}
.wrapper-photo .cont07-ph02 {
    padding-right: 0;
}
.wrapper-photo .plan-inner {
  padding: 10px;
}
.wrapper-photo .plan-inner .col-md-6 {
  padding-right: 0;
  padding-left: 0;
}
.wrapper-photo .point-column {
  margin: 30px 10px;
}
.wrapper-photo .point-sp .slick-next {
    right: -2px;
}
.wrapper-photo .point-sp .slick-prev {
    left: -12px;
}
.wrapper-photo .point-sp .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.wrapper-photo .cont02 h2 {
    margin-bottom: 30px;
}
.wrapper-photo .point-column h3 {
    margin-bottom: 20px;
    font-size: 120%;
}
.wrapper-photo .slick-prev:before,
.wrapper-photo .slick-next:before {
    font-size: 30px;
    }
.wrapper-photo .nav-link {
    display: block;
    padding: 0.5rem 3px;
    font-size: 12px;
    letter-spacing: 0;
}
.cont08-inner p {
  line-height: 1.7;
}
.wrapper-photo .bt-insta {
    padding: 30px 10px;
  }
.wrapper-photo .wrapper-photo .hero h2 {
    position: absolute;
    top: 25%;
    right: 20%;
  }

.wrapper-photo #slide-first h1 {
 position: unset;
    display: flex;
    justify-content: center;
    margin-top: 45%;
  font-size: 22px;
  line-height: 1.8;
  /*
display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;*/

}
/*.wrapper-photo #slide-first h1 {
    position: absolute;
    top: 40%;
    left: 40%;
  }*/
.wrapper-photo .cont02 {
    padding: 50px 0 20px;
}
.wrapper-photo .miavia-gallery img {
    display: block;
    width: auto;
    height: 250px;
    object-fit: cover;
    margin: 0 auto;
}
.wrapper-photo .cont04-inner {
    padding: 20px 10px;
}
.location-exp p {
  line-height: 1.7;
}
.wrapper-photo .cont04 .location-exp, .wrapper-photo .cont05 .location-exp, .wrapper-photo .cont06 .location-exp {
  margin-top: 20px;
}

.wrapper-photo .slick-prev {
    left: -20px;
    z-index: 999;
}
.wrapper-photo .slick-next {
    right: -10px;
    z-index: 999;
}
.wrapper-photo .contact-btn-area {
    margin: 10px auto 20px;
}
.wrapper-photo .cont08 h2 {
    width: 90%;
}
.wrapper-photo .cont08-l h3 {
    margin-bottom: 10px;
}
.cont02 .container {
  margin-left: 0;
  margin-right: 0;
}
.wrapper-photo .point-sholder {
    left: -15px;
}
.wrapper-photo .point {
  padding-left: 20px;
}
.wrapper-photo .cont03 .container,
.wrapper-photo .cont04 .container,
.wrapper-photo .cont05 .container,
.wrapper-photo .cont06 .container,
.wrapper-photo .cont07 .container {
  padding-left: 0;
  padding-right: 0;
}
.plan-inner-txt02 svg {
    border: 1px solid #9e8740;
    padding: 2px;
    border-radius: 2px;
    width: 22px;
    height: 22px;
    color: #9e8740;
    background-color: #fff;
}
.cont08-inner02 p {
  line-height: 1.7;
}
.wrapper-photo .location-exp h4 {
    color: #fff;
    width: 70%;
}

}

















/* movie
-------------------- */
.movielist .box08__en {
  text-align: center;
}
.movielist .box08__title {
  text-align: center;
}

.movie {
  overflow: hidden;
  position: relative;
  padding-bottom: calc(8% + 35px);
}

.movie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 24%;
  background: #f0edeb;
}

.movie__txt {
  margin-top: 8%;
}

@media (min-width: 600px) {
  .movie__txt {
    margin-top: 50px;
  }
}

@media (min-width: 960px) {
  .movie::before {
    margin-top: 200px;
  }
	.movie__youtube {
    max-width: 720px;
    margin: 10px auto 0;
	}
}

.movie__youtube.top_youtube {
	width: 90%;
	max-width: 720px;
	margin: 50px auto 0;
}

/* .movie__youtube.top_youtube {
	width: 84%;
	max-width: 800px;
	margin: 100px auto 0;
} */

/* partyreport
-------------------- */

.partyreport-list {
  margin-top: calc(-10% - 5px + 40px);
}

.partyreport-list__item {
  margin-top: calc(10% + 5px);
}

.partyreport-list__item a {
  display: block;
  color: #000;
  text-decoration: none;
}

.partyreport-list__txt {
  position: relative;
  margin: -10% 15% 0 0;
  padding: 20px 15px 20px 0;
  background: #FFF;
}

.partyreport-list__place {
  display: inline-block;
  padding: 0 5px 5px;
  border-bottom: 1px solid #000;
  font-size: 0.625rem;
}

.partyreport-list__name {
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.7;
}

@media (min-width: 600px) {
  .partyreport-list__txt {
    padding: 30px 20px 20px 0;
  }
  .partyreport-list__place {
    font-size: 0.75rem;
  }
  .partyreport-list__name {
    font-size:1.125rem;
  }
}

@media (min-width: 960px) {
  .partyreport-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 155px;
  }
  .partyreport-list__item {
    width: 48%;
    margin-top: 60px;
    margin-bottom: -60px;
  }
  .partyreport-list__item:nth-child(2n) {
    margin-top: 120px;
  }
  .partyreport-list__item a {
    position: relative;
  }
  .partyreport-list__txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    max-width: 400px;
    margin: 0;
    padding: 3% 3% 0 0;
    background: #FFF;
  }
  .partyreport-list__place {
    font-size: 0.625rem;
  }
  .partyreport-list__name {
    margin-top: 8px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1280px) {
  .partyreport-list__txt {
    padding: 4% 4% 0 0;
  }
  .partyreport-list__place {
    font-size: 0.75rem;
  }
  .partyreport-list__name {
    margin-top: 12px;
    font-size: 1rem;
  }
}

/* partyreport-detail */
.partyreport__data{
  padding:5% 8% 6%;
  background:#f0edeb;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  font-size:0.875rem;
  line-height: 1.7;
}
.partyreport__data::before{
  content:"DATA";
  display:block;
  margin-bottom:5px;
  font-family: "Noto Sans Regular", sans-serif;
  letter-spacing: 0.2em;
  font-size:0.75rem;
  font-weight:normal;
}
.partyreport__body {
  margin-top: calc(8% + 15px);
  line-height: 2;
}
.partyreport__body::after {
  content: "";
  clear: both;
  display: table;
}
.partyreport__body img {
  max-width: 100%;
  margin: 3px 0;
}
@media (min-width: 600px) {
  .partyreport__data{
    position:relative;
    padding:30px 30px 30px calc(30px + 8em);
    font-size:1rem;
  }
  .partyreport__data::before{
    position:absolute;
    top:30px;
    left:40px;
    font-size:0.875rem;
  }
  .partyreport__body {
    margin-top: 50px;
  }
}
@media (min-width: 960px) {
  .partyreport__img{
    width: 84%;
    max-width:800px;
    margin:0 auto;
  }
  .partyreport__data{
    width: 84%;
    max-width:800px;
    margin:30px auto 0;
  }
}

/* blog
-------------------- */
.blog {
  position: relative;
  padding-top: 1px;
}

.blog__eyecatch {
  margin-bottom: -4em;
}

.blog__header {
  margin-top: 6.5em;
}

.blog__category {
  margin-bottom: 10px;
  font-size: 0.625rem;
  line-height: 1;
}

.blog__category a {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 7px;
  background: #666;
  color: #FFF;
  text-decoration: none;
}

.blog__title {
  font-size: 1.25rem;
  line-height: 1.5;
}

.blog__body {
  margin-top: 30px;
  line-height: 2;
}

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

.blog__body img {
  max-width: 100%;
  margin: 3px 0;
}

.box08__img .blog-nophoto{
  background:#EEE;
}

@media (min-width: 600px) {
  .blog {
    margin-top: 50px;
  }
  .blog__eyecatch {
    margin-bottom: 50px;
  }
  .blog__header {
    margin: 10px 0 0 7em;
    min-height: 6em;
  }
  .blog__header .calendar1 {
    font-size: 1.5rem;
  }
  .blog__eyecatch + .blog__header {
    margin: 0;
  }
  .blog__category {
    margin-bottom: 15px;
    font-size: 0.75rem;
  }
  .blog__category a {
    padding: 7px 10px;
  }
  .blog__title {
    font-size: 1.375rem;
  }
  .blog__body {
    margin-top: 50px;
  }
}

/* cuisine
-------------------- */
.cuisine {
  position: relative;
  padding-top: 1px;
}
@media screen and (min-width: 960px) {
  .cuisine.-background::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 50%;
    height: 50vw;
    max-height: 800px;
    background: #f0edeb;
  }
}
@media screen and (min-width: 960px) {
  .cuisine-bg1 {
    position: relative;
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 960px) {
  .cuisine-bg1::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 18%;
    left: 0;
    width: 50%;
    height: 82%;
    background: #f0edeb;
  }
}

.cuisinebox {
  position: relative;
}
.cuisinebox .catch2 {
  margin-bottom: 15px;
}
.cuisinebox__header {
  margin: 0 8% calc(6% + 15px);
}
@media screen and (min-width: 960px) {
  .cuisinebox__header {
    margin: 0 0 30px;
  }
}
.cuisinebox__header .catch2 {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .cuisinebox__header .catch2 {
    text-align: left;
  }
}
.cuisinebox__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .cuisinebox__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cuisinebox__main img {
  width: 100%;
}
.cuisinebox__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.cuisinebox__sub {
  position: relative;
}
.cuisinebox__subimg {
  width: 88%;
  margin: 6% 0 0 6%;
}
.cuisinebox__subimg img {
  width: 100%;
}
.cuisinebox__subtxt {
  margin: calc(6% + 15px) 8% 0;
}
@media screen and (min-width: 960px) {
  .cuisinebox__subtxt {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox__subtxt + .cuisinebox__subimg {
    margin-top: 30px;
  }
}
@media screen and (min-width: 600px) {
  .cuisinebox__subimg_img03 {
    width: 50%;
    margin: -10% 0 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox__subimg_img01 {
    width: 100%;
    max-width: 330px;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox__subimg_img02a {
    width: 70%;
    margin: 30px 0 0 auto;
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox__subimg_img02b {
    width: 70%;
    margin: 30px 0 0 -5%;
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox__subimg_img03 {
    width: 70%;
    max-width: 330px;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox__subimg_img04a {
    width: 70%;
    margin: 30px 0 0 0;
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox__subimg_img04b {
    width: 70%;
    margin: 30px 5% 0 auto;
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox_type01 .cuisinebox__header {
    margin-left: 61.25%;
    margin-right: 7.5%;
  }
}
.cuisinebox_type01 .cuisinebox__main {
  width: 88%;
  margin-left: 6%;
}
@media screen and (min-width: 600px) {
  .cuisinebox_type01 .cuisinebox__main {
    width: 70%;
    margin-left: 6%;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox_type01 .cuisinebox__main {
    left: 3.75%;
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox_type01 .cuisinebox__container {
    min-height: 50vw;
  }
}
@media screen and (min-width: 1600px) {
  .cuisinebox_type01 .cuisinebox__container {
    min-height: 800px;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox_type01 .cuisinebox__sub {
    width: 31.25%;
    margin-left: 61.25%;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox_type02 .cuisinebox__header {
    margin-left: 7.5%;
    margin-right: 61.25%;
  }
}
.cuisinebox_type02 .cuisinebox__main {
  width: 88%;
  margin-left: 6%;
}
@media screen and (min-width: 960px) {
  .cuisinebox_type02 .cuisinebox__main {
    left: 36.25%;
    width: 53.75%;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox_type02 .cuisinebox__container {
    min-height: 53.75vw;
  }
}
@media screen and (min-width: 1600px) {
  .cuisinebox_type02 .cuisinebox__container {
    min-height: 860px;
  }
}
@media screen and (min-width: 960px) {
  .cuisinebox_type02 .cuisinebox__sub {
    width: 31.25%;
    margin-left: 7.5%;
  }
}

@media screen and (min-width: 960px) {
  .cuisinestyle01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    width: 100%;
    max-width: 1600px;
  }
  .cuisinestyle01::after {
    content: "";
    display: table;
    clear: both;
  }
}
.cuisinestyle01__img {
  margin-top: 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 600px) {
  .cuisinestyle01__img {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .cuisinestyle01__img {
    width: 50%;
    text-align: center;
  }
}
.cuisinestyle01__img img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .cuisinestyle01__img img {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .cuisinestyle01__img img {
    width: 100%;
  }
}
.cuisinestyle01__txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 84%;
  margin: 30px 0 0;
}
@media screen and (min-width: 960px) {
  .cuisinestyle01__txt {
    width: 40%;
  }
}
@media screen and (min-width: 1280px) {
  .cuisinestyle01__txt {
    width: 35%;
    margin-top: 40px;
  }
}
.cuisinestyle01__txt.-profile {
  margin: auto;
  padding: 35px 0;
}
@media screen and (min-width: 960px) {
  .cuisinestyle01__txt.-profile {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}
.cuisinestyle01__txt.-profile h3 {
  margin-top: 0;
}
.cuisinestyle01__txt h3 {
  margin-top: 30px;
  line-height: 1.5;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (min-width: 600px) {
  .cuisinestyle01__txt h3 {
    text-align: left;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .cuisinestyle01__txt h3 {
    font-size: 1.375rem;
  }
}
.cuisinestyle01__txt h3 span {
  display: block;
  margin: 5px 0 0 20px;
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 0.5rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (min-width: 600px) {
  .cuisinestyle01__txt h3 span {
    display: inline-block;
  }
}
.cuisinestyle01__txt p {
  margin-top: 15px;
}
.cuisinestyle01__txt img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .cuisinestyle01__txt img {
    width: 80%;
  }
}

.cuisinestyle02 {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
.cuisinestyle02__title {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
.cuisinestyle02__title span {
  display: inline-block;
  padding: 0 10px 5px;
  border-bottom: 1px solid #333;
}
.cuisinestyle02__catch {
  margin-top: 20px;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.5;
}
.cuisinestyle02__text {
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .cuisinestyle02__text {
    text-align: center;
  }
}
.cuisinestyle02__text br {
  display: none;
}
@media screen and (min-width: 600px) {
  .cuisinestyle02__text br {
    display: inline;
  }
}
.cuisinestyle02__listwrap {
  margin-top: 30px;
  padding: 10px 20px;
  background: #f0edeb;
}
.cuisinestyle02__listwrap p {
  text-align: center;
  font-size: 1rem;
}
.cuisinestyle02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cuisinestyle02__list li {
  position: relative;
  width: 32%;
  margin-top: 2%;
  margin-left: 2%;
  line-height: 2;
}
.cuisinestyle02__list li:nth-child(3n+1) {
  margin-left: 0;
}
.cuisinestyle02__list li:not(:first-of-type)::before {
  content: "+";
  position: absolute;
  top: calc(50% - 10px);
  left: -10%;
  font-size: 20px;
}
.cuisinestyle02__list img {
  width: 100%;
}
.cuisinestyle02__txt {
  margin-top: 15px;
}
@media (min-width: 600px) {
  .cuisinestyle02__title {
    font-size: 1.25rem;
  }
  .cuisinestyle02__catch {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .cuisinestyle02__listwrap {
    padding: 30px 40px;
  }
  .cuisinestyle02__listwrap p br {
    display: none;
  }
  .cuisinestyle02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cuisinestyle02__list li {
    width: 32%;
    margin-top: 2%;
    margin-left: 2%;
  }
  .cuisinestyle02__list li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .cuisinestyle02 {
    width: 90%;
    max-width: 1360px;
  }
  .cuisinestyle02__title span {
    position: relative;
    padding: 0 1em;
    border-bottom: none;
  }
  .cuisinestyle02__title span::before,
.cuisinestyle02__title span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.75em;
    width: 3em;
    height: 1px;
    background: #333;
  }
  .cuisinestyle02__title span::before {
    left: -3em;
  }
  .cuisinestyle02__title span::after {
    right: -3em;
  }
  .cuisinestyle02__list li {
    margin-top: 1%;
    width: 15%;
    max-width: 318px;
  }
  .cuisinestyle02__list li:nth-child(n) {
    margin-left: 0;
  }
  .cuisinestyle02__list li:not(:nth-child(6n+1)) {
    margin-left: 2%;
  }
  .cuisinestyle02__list li:not(:first-of-type)::before {
    left: -10%;
  }
}
.cuisinebutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cuisinebutton__normal {
  display: inline-block;
  margin-top: 15px;
  padding: 17px 5px 17px 15px;
  width: 100%;
  min-width: 200px;
  max-width: 280px;
  border: 1px solid #000;
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 960px) {
  .cuisinebutton__normal {
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 280px;
  }
}
.cuisinebutton__normal::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #000;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  margin: 0 0 2px 10px;
  vertical-align: middle;
}

/* weddingcake
-------------------- */
.weddingcake {
  position: relative;
  padding-top: 1px;
}
@media screen and (min-width: 960px) {
  .weddingcake.-background::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 50%;
    height: 50vw;
    max-height: 800px;
    background: #f0edeb;
  }
}
@media screen and (min-width: 960px) {
  .weddingcake-bg1 {
    position: relative;
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 960px) {
  .weddingcake-bg1::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 16%;
    left: 0;
    width: 50%;
    height: 82%;
    background: #f0edeb;
  }
}
@media screen and (min-width: 960px) {
  .weddingcake-bg2 {
    position: relative;
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 960px) {
  .weddingcake-bg2::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 18%;
    right: 0;
    width: 50%;
    height: 82%;
    background: #f0edeb;
  }
}
@media screen and (min-width: 960px) {
  .weddingcake-bg3 {
    position: relative;
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 960px) {
  .weddingcake-bg3::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 18%;
    right: 0;
    width: 70%;
    height: 80%;
    background: #f0edeb;
  }
}
.weddingcake__examplewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 92.5%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .weddingcake__examplewrap {
    padding: 60px 0;
  }
}
@media screen and (min-width: 960px) {
  .weddingcake__examplewrap {
    padding: 120px 0;
  }
  .weddingcake__example:hover{
    opacity:0.7;
  }
}
.weddingcake__example {
  position: relative;
  margin-top: 5%;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .weddingcake__example {
    margin-top: 5%;
    width: 45%;
  }
  .weddingcake__example:nth-child(2n+1) {
    top: -60px;
  }
  .weddingcake__example:nth-child(2n+2) {
    top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .weddingcake__example {
    margin-top: 2.5%;
    width: 30%;
  }
  .weddingcake__example:nth-child(2n+1) {
    top: 0;
  }
  .weddingcake__example:nth-child(2n+2) {
    top: 0;
  }
  .weddingcake__example:nth-child(3n+1) {
    top: -120px;
  }
  .weddingcake__example:nth-child(3n+3) {
    top: 120px;
  }
}
.weddingcake__example img {
  width: 100%;
}
.weddingcake__exampletext {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6% 16%;
  background: rgba(255, 255, 255, 0.8);
}
.weddingcake__exampletext::after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #000;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    margin: 0 0 2px 10px;
    vertical-align: middle;
}

.weddingcakebox {
  position: relative;
}
.weddingcakebox .catch2 {
  margin-bottom: 15px;
}
.weddingcakebox__header {
  margin: 0 6% 0;
}
@media screen and (min-width: 960px) {
  .weddingcakebox__header {
    margin: 0 0 30px;
  }
}
.weddingcakebox__header .catch2 {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .weddingcakebox__header .catch2 {
    text-align: left;
  }
}
.weddingcakebox__main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .weddingcakebox__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.weddingcakebox__main img {
  width: 100%;
}
.weddingcakebox__mainimg {
  margin: 20px 0 0;
}
.weddingcakebox__mainimg + p {
  margin: 20px 0 0;
}
@media screen and (min-width: 960px) {
  .weddingcakebox__mainimg + p {
    margin-left: 18%;
  }
}
.weddingcakebox__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.weddingcakebox__sub {
  position: relative;
  margin: auto;
  width: 88%;
}
.weddingcakebox__subimg {
  width: 88%;
  margin: 6% 0 0 6%;
}
.weddingcakebox__subimg img {
  width: 100%;
}
.weddingcakebox__subtxt {
  margin: calc(6% + 15px) 0 0;
}
@media screen and (min-width: 960px) {
  .weddingcakebox__subtxt {
    margin: 200px 0 0;
  }
}
.weddingcakebox__subtxt + .weddingcakebox__subimg {
  margin: 0;
}
@media screen and (min-width: 960px) {
  .weddingcakebox__subtxt + .weddingcakebox__subimg {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .weddingcakebox__subimg_img01 {
    width: 100%;
    max-width: 330px;
    margin: 0;
  }
}
.weddingcakebox__subimg_img02a {
  margin: 20px 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .weddingcakebox__subimg_img02a {
    width: 80%;
    margin: 30px 0 0 0;
    max-width: 400px;
  }
}
.weddingcakebox__subimg_img02b {
  margin: 20px 0 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .weddingcakebox__subimg_img02b {
    width: 70%;
    margin: 30px 0 0 -5%;
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .weddingcakebox__subimg_img03 {
    width: 70%;
    max-width: 330px;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .weddingcakebox__subimg_img04a {
    width: 70%;
    margin: 30px 0 0 0;
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .weddingcakebox__subimg_img04b {
    width: 70%;
    margin: 30px 5% 0 auto;
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .weddingcakebox_type01 .weddingcakebox__header {
    margin-left: 61.25%;
    margin-right: 7.5%;
  }
}
.weddingcakebox_type01 .weddingcakebox__main {
  width: 88%;
  margin-left: 6%;
}
@media screen and (min-width: 600px) {
  .weddingcakebox_type01 .weddingcakebox__main {
    width: 88%;
    margin-left: 6%;
  }
}
@media screen and (min-width: 960px) {
  .weddingcakebox_type01 .weddingcakebox__main {
    left: 3.75%;
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .weddingcakebox_type01 .weddingcakebox__container {
    min-height: 50vw;
  }
}
@media screen and (min-width: 1600px) {
  .weddingcakebox_type01 .weddingcakebox__container {
    min-height: 800px;
  }
}
@media screen and (min-width: 960px) {
  .weddingcakebox_type01 .weddingcakebox__sub {
    width: 31.25%;
    margin-left: 61.25%;
  }
}
@media screen and (min-width: 960px) {
  .weddingcakebox_type02 .weddingcakebox__header {
    margin-left: 7.5%;
    margin-right: 61.25%;
  }
}
.weddingcakebox_type02 .weddingcakebox__main {
  width: 88%;
  margin-left: 6%;
}
@media screen and (min-width: 960px) {
  .weddingcakebox_type02 .weddingcakebox__main {
    left: 36.25%;
    width: 53.75%;
  }
}
@media screen and (min-width: 960px) {
  .weddingcakebox_type02 .weddingcakebox__container {
    min-height: 53.75vw;
  }
}
@media screen and (min-width: 1600px) {
  .weddingcakebox_type02 .weddingcakebox__container {
    min-height: 860px;
  }
}
@media screen and (min-width: 960px) {
  .weddingcakebox_type02 .weddingcakebox__sub {
    width: 31.25%;
    margin-left: 7.5%;
  }
}

@media screen and (min-width: 960px) {
  .weddingcakestyle01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    width: 100%;
    max-width: 1600px;
  }
  .weddingcakestyle01::after {
    content: "";
    display: table;
    clear: both;
  }
}
.weddingcakestyle01__img {
  margin-top: 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 600px) {
  .weddingcakestyle01__img {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .weddingcakestyle01__img {
    width: 50%;
    text-align: center;
  }
}
.weddingcakestyle01__img img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .weddingcakestyle01__img img {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .weddingcakestyle01__img img {
    width: 100%;
  }
}
.weddingcakestyle01__txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 84%;
  margin: 30px 0 0;
}
@media screen and (min-width: 960px) {
  .weddingcakestyle01__txt {
    width: 40%;
  }
}
@media screen and (min-width: 1280px) {
  .weddingcakestyle01__txt {
    width: 35%;
    margin-top: 40px;
  }
}
.weddingcakestyle01__txt.-profile {
  margin: auto;
  padding: 35px 0;
}
@media screen and (min-width: 960px) {
  .weddingcakestyle01__txt.-profile {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}
.weddingcakestyle01__txt.-profile h3 {
  margin-top: 0;
}
.weddingcakestyle01__txt h3 {
  margin-top: 30px;
  line-height: 1.5;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (min-width: 600px) {
  .weddingcakestyle01__txt h3 {
    text-align: left;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .weddingcakestyle01__txt h3 {
    font-size: 1.375rem;
  }
}
.weddingcakestyle01__txt h3 span {
  display: block;
  margin: 5px 0 0 20px;
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 0.5rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (min-width: 600px) {
  .weddingcakestyle01__txt h3 span {
    display: inline-block;
  }
}
.weddingcakestyle01__txt p {
  margin-top: 15px;
}
.weddingcakestyle01__txt img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .weddingcakestyle01__txt img {
    width: 80%;
  }
}

.weddingcakestyle02 {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
.weddingcakestyle02__title {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}
.weddingcakestyle02__title span {
  display: inline-block;
  padding: 0 10px 5px;
  border-bottom: 1px solid #333;
}
.weddingcakestyle02__catch {
  margin-top: 20px;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.5;
}
.weddingcakestyle02__text {
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .weddingcakestyle02__text {
    text-align: center;
  }
}
.weddingcakestyle02__text br {
  display: none;
}
@media screen and (min-width: 600px) {
  .weddingcakestyle02__text br {
    display: inline;
  }
}
.weddingcakestyle02__listwrap {
  margin-top: 30px;
  padding: 10px 20px;
  background: #f0edeb;
}
.weddingcakestyle02__listwrap p {
  text-align: center;
  font-size: 1rem;
}
.weddingcakestyle02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.weddingcakestyle02__list li {
  position: relative;
  width: 32%;
  margin-top: 2%;
  margin-left: 2%;
  line-height: 2;
}
.weddingcakestyle02__list li:nth-child(3n+1) {
  margin-left: 0;
}
.weddingcakestyle02__list li:not(:first-of-type)::before {
  content: "+";
  position: absolute;
  top: calc(50% - 10px);
  left: -10%;
  font-size: 20px;
}
.weddingcakestyle02__list img {
  width: 100%;
}
.weddingcakestyle02__txt {
  margin-top: 15px;
}
@media (min-width: 600px) {
  .weddingcakestyle02__title {
    font-size: 1.25rem;
  }
  .weddingcakestyle02__catch {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .weddingcakestyle02__listwrap {
    padding: 30px 40px;
  }
  .weddingcakestyle02__listwrap p br {
    display: none;
  }
  .weddingcakestyle02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .weddingcakestyle02__list li {
    width: 32%;
    margin-top: 2%;
    margin-left: 2%;
  }
  .weddingcakestyle02__list li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .weddingcakestyle02 {
    width: 90%;
    max-width: 1360px;
  }
  .weddingcakestyle02__title span {
    position: relative;
    padding: 0 1em;
    border-bottom: none;
  }
  .weddingcakestyle02__title span::before,
.weddingcakestyle02__title span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.75em;
    width: 3em;
    height: 1px;
    background: #333;
  }
  .weddingcakestyle02__title span::before {
    left: -3em;
  }
  .weddingcakestyle02__title span::after {
    right: -3em;
  }
  .weddingcakestyle02__list li {
    margin-top: 1%;
    width: 15%;
    max-width: 318px;
  }
  .weddingcakestyle02__list li:nth-child(n) {
    margin-left: 0;
  }
  .weddingcakestyle02__list li:not(:nth-child(6n+1)) {
    margin-left: 2%;
  }
  .weddingcakestyle02__list li:not(:first-of-type)::before {
    left: -10%;
  }
}

.cake-modal {
  margin:10px 4px;
}
.cake-modal .mfp-close{
  position:fixed;
  background:#000;
  color:#FFF !important;
  top:0;
  right:0;
  opacity:1 !important;
}
.cake-modal .mfp-close:active{
  top:0;
}
@media (max-width:599.99px){
  .mfp-arrow{
    display:none !important;
  }
}
@media (min-width:600px){
  .cake-modal {
    margin:30px 54px;
  }
}
@media (min-width:960px){
  .cake-modal {
    margin:0 auto;
    width: 80%;
    height: 80vh;
    overflow:hidden;
  }
  .cake-modal .mfp-close{
    background:transparent;
    top:calc(10vh - 40px);
    right:calc(10% - 40px);
  }
  .cake-modal .mfp-close:active{
    top:calc(10vh - 50px);
  }
  .mfp-arrow-left{
    left:calc(10% - 80px) !important;
  }
  .mfp-arrow-right{
    right:calc(10% - 80px) !important;
  }
}

/* cake-example */
.cake-example__img {
  padding: 0;
  width: 100%;
}
.cake-example__img img {
  width: 100%;
}

.cake-example__photo {
  float:left;
  margin-right:4%;
  padding: 8px 0 0;
  width: 50%;
}
.cake-example__photo_r{
  float:right;
  margin:0 0 0 4%;
}
.cake-example__photo img {
  width: 100%;
}

.cake-example__container {
  padding: 30px 3%;
  background: #FFF;
}

.cake-example__title {
  margin-bottom:-10px;
  padding:0 0 5px 5px;
  border-bottom:1px solid #333;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media (min-width: 600px) {
  .cake-example__title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {
  .cake-example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    position: relative;
    background:#FFF;
    width:100%;
    height:100%;
  }

  .cake-example__img {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow:hidden;
  }
  .cake-example__img p {
    width:100%;
    height:100%;
  }
  .cake-example__img img {
    width:150%;
    height:auto;
    margin-left:-25%;
  }
  @supports ( object-fit: cover ) {
    .cake-example__img img {
      width:100%;
      height:100%;
      margin:0;
      object-fit: cover;
    }
  }

  .cake-example__container {
    overflow-y:scroll;
    width: 50%;
    height:100%;
    margin-left:50%;
    padding:40px;
  }
  .cake-example__container .section-small{
    margin-top:35px;
  }

  .cake-example__title {
    margin-bottom: 20px;
    font-size: 1.75rem;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .cake-example__container {
    padding:50px;
  }
}

/* reason
-------------------- */
/* reasonheader */
.reasonheader {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.reasonheader__num {
  font-family: 'Times New Roman',serif;
  font-size: 4rem;
  text-align: center;
}

.reasonheader__catch {
  margin-top: 15px;
  margin-bottom: -10px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.7;
}

.reasonheader__title {
  margin-top: 15px;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 599.9px) {
  .reasonheader__catch br {
    display: none;
  }
}

@media (min-width: 600px) {
  .reasonheader {
    width: 84%;
  }
  .reasonheader__num {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 6rem;
  }
  .reasonheader__catch {
    margin-top: 0;
    margin-left: 90px;
    font-size: 1.125rem;
    text-align: left;
  }
  .reasonheader__title {
    margin-left: 90px;
    font-size: 2rem;
    text-align: left;
  }
}

@media (min-width: 960px) {
  .reasonheader__catch {
    margin-left: 0;
  }
  .reasonheader__title {
    margin-left: 0;
  }
}

@media (min-width: 1280px) {
  .reasonheader__num {
    font-size: 8rem;
  }
  .reasonheader__catch {
    font-size: 1.375rem;
  }
  .reasonheader__title {
    font-size: 2.75rem;
  }
}

/* reasonstyle01 */
.reasonstyle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reasonstyle01__img {
  margin-top: 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.reasonstyle01__img img {
  width: 100%;
}

.reasonstyle01 .reasonheader {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.reasonstyle01__txt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 84%;
  margin: 30px auto 0;
}

.reasonstyle01__txt p {
  margin-top: 15px;
}

.reasonstyle01 .btn2 {
  width: 90%;
  max-width: 360px;
}

@media (min-width: 600px) {
  .reasonstyle01__txt p {
    margin-top: 20px;
  }
}

@media (min-width: 960px) {
  .reasonstyle01 {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .reasonstyle01::after {
    content: "";
    display: table;
    clear: both;
  }
  .reasonstyle01__img {
    float: left;
    width: 50%;
    margin-top: 0;
    text-align: center;
  }
  .reasonstyle01_reverse .reasonstyle01__img {
    float: right;
  }
  .reasonstyle01__img img {
    width: 80%;
  }
  .reasonstyle01 .reasonheader, .reasonstyle01__txt {
    width: 40%;
    margin-left: 55%;
  }
  .reasonstyle01_reverse .reasonheader,
  .reasonstyle01_reverse .reasonstyle01__txt {
    width: 40%;
    margin-left: 5%;
  }
}

@media (min-width: 1280px) {
  .reasonstyle01__img img {
    width: 70%;
  }
  .reasonstyle01 .reasonheader, .reasonstyle01__txt {
    width: 35%;
    margin-top: 40px;
    margin-left: 57.5%;
  }
  .reasonstyle01_reverse .reasonheader,
  .reasonstyle01_reverse .reasonstyle01__txt {
    width: 35%;
    margin-left: 7.5%;
  }
}

/* reasonstyle02 */
.reasonstyle02 {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.reasonstyle02__title {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

.reasonstyle02__title span {
  display: inline-block;
  padding: 0 10px 5px;
  border-bottom: 1px solid #333;
}

.reasonstyle02__catch {
  margin-top: 20px;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.5;
}

.reasonstyle02__list li {
  margin-top: 40px;
  line-height: 2;
}

.reasonstyle02__list img {
  width: 100%;
}

.reasonstyle02__txt {
  margin-top: 15px;
}

@media (min-width: 600px) {
  .reasonstyle02__title {
    font-size: 1.25rem;
  }
  .reasonstyle02__catch {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .reasonstyle02__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reasonstyle02__list li {
    width: 48%;
  }
  .reasonstyle02__list li:nth-child(2n) {
    margin-left: 4%;
  }
}

@media (min-width: 960px) {
  .reasonstyle02 {
    width: 90%;
    max-width: 1360px;
  }
  .reasonstyle02__title span {
    position: relative;
    padding: 0 1em;
    border-bottom: none;
  }
  .reasonstyle02__title span::before,
  .reasonstyle02__title span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.75em;
    width: 3em;
    height: 1px;
    background: #333;
  }
  .reasonstyle02__title span::before {
    left: -3em;
  }
  .reasonstyle02__title span::after {
    right: -3em;
  }
  .reasonstyle02__list li {
    width: 23.4%;
    max-width: 318px;
    margin-top: 50px;
  }
  .reasonstyle02__list li:nth-child(n) {
    margin-left: 0;
  }
  .reasonstyle02__list li:not(:nth-child(4n+1)) {
    margin-left: 2%;
  }
}

/* reasonstyle03 */
.reasonstyle03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reasonstyle03__img {
  margin-top: 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.reasonstyle03__img img {
  width: 100%;
}

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

.reasonstyle03__img1 {
  width: 100%;
}

.reasonstyle03__img2, .reasonstyle03__img3 {
  float: left;
  width: 50%;
}

.reasonstyle03 .reasonheader {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.reasonstyle03__txt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 84%;
  margin: 30px auto 0;
}

.reasonstyle03__txt p {
  margin-top: 15px;
}

.reasonstyle03 .btn2 {
  width: 90%;
  max-width: 360px;
}

@media (min-width: 600px) {
  .reasonstyle03__txt p {
    margin-top: 20px;
  }
}

@media (min-width: 960px) {
  .reasonstyle03 {
    display: block;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .reasonstyle03__img {
    clear: both;
    margin-top: 0;
    padding-top: 60px;
  }
  .reasonstyle03__img1 {
    float: left;
    width: 66.66%;
  }
  .reasonstyle03__img2, .reasonstyle03__img3 {
    width: 33.33%;
  }
  .reasonstyle03__img3 {
    margin-top: -1px;
  }
  .reasonstyle03 .reasonheader {
    float: left;
    width: 44%;
    margin-left: 5%;
  }
  .reasonstyle03__txt {
    float: right;
    width: 44%;
    max-width: 800px;
    margin: 0 5% 0 0;
  }
  .reasonstyle03__txt p:first-child {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .reasonstyle03__img {
    padding-top: 80px;
  }
  .reasonstyle03 .reasonheader {
    width: 41%;
    margin-left: 8%;
  }
  .reasonstyle03__txt {
    width: 41%;
    margin: 0 8% 0 0;
  }
}

/* reasonstyle04 */
.reasonstyle04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reasonstyle04__img {
  margin-top: 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.reasonstyle04__img img {
  width: 100%;
}

.reasonstyle04 .reasonheader {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.reasonstyle04__txt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 84%;
  margin: 30px auto 0;
}

.reasonstyle04__txt p {
  margin-top: 15px;
}

.reasonstyle04 .btn2 {
  width: 90%;
  max-width: 360px;
}

@media (min-width: 600px) {
  .reasonstyle04__txt p {
    margin-top: 20px;
  }
}

@media (min-width: 960px) {
  .reasonstyle04 {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .reasonstyle04::after {
    content: "";
    display: table;
    clear: both;
  }
  .reasonstyle04__img {
    float: left;
    width: 50%;
    margin-top: 0;
    text-align: center;
  }
  .reasonstyle04 .reasonheader, .reasonstyle04__txt {
    width: 40%;
    margin-left: 55%;
  }
}

@media (min-width: 1280px) {
  .reasonstyle04 .reasonheader, .reasonstyle04__txt {
    width: 35%;
    margin-top: 40px;
    margin-left: 57.5%;
  }
}

/* reasonstyle05 */
.reasonstyle05 {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 10% 8%;
  background: #f0edeb;
}

.reasonstyle05__title {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

.reasonstyle05__title span {
  display: inline-block;
  padding: 0 5px 5px;
  border-bottom: 1px solid #333;
}

.reasonstyle05__img {
  margin-top: 30px;
  text-align: center;
}

.reasonstyle05__img img {
  width: 100%;
}

.reasonstyle05__txt {
  margin-top: 30px;
}

.reasonstyle05__txt p {
  margin-top: 15px;
}

.reasonstyle05 .btn2 {
  width: 90%;
  max-width: 360px;
}

@media (min-width: 600px) {
  .reasonstyle05::after {
    content: "";
    clear: both;
    display: table;
  }
  .reasonstyle05__title {
    font-size: 1.25rem;
  }
  .reasonstyle05__catch {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .reasonstyle05__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 40px;
  }
  .reasonstyle05__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-top: 0;
    margin-left: 5%;
  }
  .reasonstyle05__img img {
    width: 100%;
  }
  .reasonstyle05__txt {
    margin-top: -20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 65%;
            flex: 1 0 65%;
  }
  .reasonstyle05__txt p {
    margin-top: 20px;
  }
}

@media (min-width: 960px) {
  .reasonstyle05 {
    width: 90%;
    max-width: 1200px;
    padding: 5%;
  }
  .reasonstyle05__title span {
    position: relative;
    padding: 0 1em;
    border-bottom: none;
  }
  .reasonstyle05__title span::before,
  .reasonstyle05__title span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.75em;
    width: 3em;
    height: 1px;
    background: #333;
  }
  .reasonstyle05__title span::before {
    left: -3em;
  }
  .reasonstyle05__title span::after {
    right: -3em;
  }
  .reasonstyle05__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 360px;
  }
  .reasonstyle05__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
  }
}

@media (min-width: 1280px) {
  .reasonstyle05 {
    padding: 60px 80px;
  }
}

/* reasonstyle06 */
.reasonstyle06__img {
  margin-top: 30px;
}

.reasonstyle06__img img {
  width: 100%;
}

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

.reasonstyle06__img1 {
  float: right;
  width: 33.33%;
}

.reasonstyle06__img2 {
  float: left;
  width: 66.66%;
}

.reasonstyle06__img3 {
  float: right;
  width: 33.33%;
}

.reasonstyle06__txt {
  width: 84%;
  margin: 30px auto 0;
}

.reasonstyle06__txt p {
  margin-top: 15px;
}

.reasonstyle06 .btn2 {
  width: 90%;
  max-width: 360px;
}

@media (min-width: 600px) {
  .reasonstyle06__txt p {
    margin-top: 20px;
  }
}

@media (min-width: 960px) {
  .reasonstyle06 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .reasonstyle06__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
  .reasonstyle06__img1, .reasonstyle06__img2, .reasonstyle06__img3 {
    float: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
  }
  .reasonstyle06__txt {
    width: 90%;
    max-width: 960px;
    margin-top: 60px;
  }
}

@media (min-width: 1280px) {
  .reasonstyle06__txt {
    width: 85%;
  }
}

/* reasonstyle07 */
.reasonstyle07__img img {
  width: 100%;
}

.reasonstyle07__img1 {
  width: 84%;
}

.reasonstyle07__img2 {
  width: 84%;
  margin: 5% 0 0 16%;
}

.reasonstyle07__txt {
  width: 84%;
  margin: 40px auto 0;
}

.reasonstyle07__txt p {
  margin-top: 15px;
}

@media (min-width: 600px) {
  .reasonstyle07__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reasonstyle07__img1 {
    width: 48%;
  }
  .reasonstyle07__img2 {
    width: 48%;
    margin: 60px 0 0 4%;
  }
}

@media (min-width: 960px) {
  .reasonstyle07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  .reasonstyle07__img {
    width: 60%;
  }
  .reasonstyle07__txt {
    width: 30%;
    margin: 0 5%;
  }
}

@media (min-width: 1280px) {
  .reasonstyle07__img {
    width: 50%;
    margin-left: 7.5%;
  }
  .reasonstyle07__txt {
    width: 30%;
    margin: 0 7.5% 0 5%;
  }
}

/* reasonstyle08 */
.reasonstyle08 {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.reasonstyle08__item:not(:first-child) {
  margin-top: 50px;
}

.reasonstyle08__title {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

.reasonstyle08__title span {
  display: inline-block;
  padding: 0 10px 5px;
  border-bottom: 1px solid #333;
}

.reasonstyle08__img {
  margin-top: 30px;
}

.reasonstyle08__img img {
  width: 100%;
}

.reasonstyle08__txt {
  margin-top: 15px;
  line-height: 2;
}

@media (min-width: 600px) {
  .reasonstyle08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reasonstyle08__item {
    width: 48%;
  }
  .reasonstyle08__item:not(:first-child) {
    margin-top: 0;
  }
  .reasonstyle08__item:nth-child(2n) {
    margin-left: 4%;
  }
  .reasonstyle08__title {
    font-size: 1.25rem;
  }
  .reasonstyle08__img {
    margin-top: 40px;
  }
}

@media (min-width: 960px) {
  .reasonstyle08 {
    width: 85%;
    max-width: 1200px;
  }
  .reasonstyle08__item {
    width: 46.25%;
  }
  .reasonstyle08__item:nth-child(2n) {
    margin-top: 80px;
    margin-left: 7.5%;
  }
  .reasonstyle08__title span {
    position: relative;
    padding: 0 1em;
    border-bottom: none;
  }
  .reasonstyle08__title span::before,
  .reasonstyle08__title span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.75em;
    width: 3em;
    height: 1px;
    background: #333;
  }
  .reasonstyle08__title span::before {
    left: -3em;
  }
  .reasonstyle08__title span::after {
    right: -3em;
  }
  .reasonstyle08__img {
    margin-top: 50px;
  }
  .reasonstyle08__txt {
    margin-top: 20px;
  }
}

/* reasonthema */
@media (min-width: 960px) {
  .reasonthema {
    position: relative;
    margin-top: -50px;
    padding-top: 1px;
  }
  .reasonthema::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 50%;
    height: 50vw;
    max-height: 800px;
    background: #f0edeb;
  }
  .reasonthema .reasonheader__num {
    top: -50px;
    left: -120%;
  }
}

@media (min-width: 1280px) {
  .reasonthema .reasonheader__num {
    top: -60px;
    left: -140%;
  }
}

/* reasonlocation */
.reasonlocation {
  padding: calc(8% + 35px) 0;
  background: #f0edeb;
}

@media (min-width: 960px) {
  .reasonlocation {
    padding: 115px 0;
  }
  .reasonlocation .reasonheader__catch,
  .reasonlocation .reasonheader__title {
    margin-left: 90px;
  }
}

@media (min-width: 1280px) {
  .reasonlocation {
    padding: 130px 0;
  }
  .reasonlocation .reasonheader__catch,
  .reasonlocation .reasonheader__title {
    margin-left: 110px;
  }
}

/* reasoncuisine */
@media (min-width: 960px) {
  .reasoncuisine .reasonheader__num {
    top: -50px;
    left: -120%;
  }
}

@media (min-width: 1280px) {
  .reasoncuisine .reasonheader__num {
    top: -60px;
    left: -140%;
  }
}

/* reasoncake */
@media (min-width: 960px) {
  .reasoncake .reasonheader__catch,
  .reasoncake .reasonheader__title {
    margin-left: 90px;
  }
}

@media (min-width: 1280px) {
  .reasoncake .reasonheader__catch,
  .reasoncake .reasonheader__title {
    margin-left: 110px;
  }
}

/* reasondress */
@media (min-width: 960px) {
  .reasondress {
    position: relative;
    margin-top: 115px;
    padding-top: 1px;
  }
  .reasondress::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 50%;
    height: 50vw;
    max-height: 800px;
    background: #f0edeb;
  }
  .reasondress .reasonheader__num {
    top: -115px;
  }
}

@media (min-width: 1280px) {
  .reasondress {
    margin-top: 130px;
  }
  .reasondress .reasonheader__num {
    top: -130px;
  }
  .reasondress .reasonheader__catch {
    padding-top: 20px;
  }
}

/* reasonbaby */
@media (min-width: 960px) {
  .reasonbaby .reasonheader__num {
    top: -50px;
    left: -120%;
  }
}

@media (min-width: 1280px) {
  .reasonbaby .reasonheader__num {
    top: -60px;
    left: -140%;
  }
}

/* reasonevent */
.reasonevent {
  padding: calc(8% + 35px) 0;
  background: #f0edeb;
}

@media (min-width: 960px) {
  .reasonevent {
    padding: 115px 0;
  }
  .reasonevent .reasonheader__catch,
  .reasonevent .reasonheader__title {
    margin-left: 90px;
  }
}

@media (min-width: 1280px) {
  .reasonevent {
    padding: 130px 0;
  }
  .reasonevent .reasonheader__catch,
  .reasonevent .reasonheader__title {
    margin-left: 110px;
  }
}

/* reasonaward */
.reasonaward__item {
  padding: 50px 0;
  border-bottom: 1px solid #CCC;
}

.reasonaward__item:first-child {
  border-top: 1px solid #CCC;
}

.reasonaward__title {
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}

.reasonaward__title span {
  display: block;
  margin: 10px 0 0;
  font-size: 1.5rem;
}

.reasonaward__img {
  margin-top: 25px;
  text-align: center;
}

.reasonaward__img img {
  width: 50%;
  max-width: 200px;
}

.reasonaward__txt {
  margin-top: 25px;
}

.reasonaward__txt p {
  margin-top: 15px;
}

@media (min-width: 600px) {
  .reasonaward__item {
    padding: 60px 0;
  }
  .reasonaward__title {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.5;
  }
  .reasonaward__title span {
    display: inline-block;
    margin: 10px 0 0 28px;
    font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
    font-weight: bold;
    font-size: 1.75rem;
  }
  .reasonaward__img {
    margin-top: 30px;
  }
  .reasonaward__txt {
    margin-top: 30px;
  }
  .reasonaward__txt p {
    margin-top: 20px;
  }
}

@media (min-width: 960px) {
  .reasonaward__item {
    position: relative;
  }
  .reasonaward__img {
    position: absolute;
    top: 50px;
    left: 1%;
    width: 200px;
    margin: 0;
  }
  .reasonaward__img img {
    width: 200px;
  }
  .reasonaward__title {
    margin: 0 0 0 calc(200px + 6%);
    text-align: left;
  }
  .reasonaward__txt {
    margin: 0 0 0 calc(200px + 6%);
    text-align: left;
  }
}

/* topics
-------------------- */
.measuresimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -20px;
}

.measuresimg li {
  width: 33.33%;
  max-width: 140px;
  margin-top: 20px;
  font-size: 0.75rem;
  text-align: center;
}

.measuresimg img {
  width: 90%;
  max-width: 120px;
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  .measuresimg {
    margin-top: -30px;
  }
  .measuresimg li {
    width: 25%;
    max-width: 150px;
    margin-top: 30px;
  }
}

@media (min-width: 1280px) {
  .measuresimg li {
    width: 20%;
    max-width: 160px;
    font-size: 0.875rem;
  }
}

/* baby
-------------------- */
/* babyabout */
.babyabout {
  padding: 8%;
  background: #f0edeb;
}

.babyabout__img {
  text-align: center;
}

.babyabout__img img {
  width: 50%;
  max-width: 314px;
}

.babyabout__txt {
  margin-top: 30px;
}

.babyabout .catch2 {
  text-align: center;
}

@media (min-width: 960px) {
  .babyabout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 84%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 60px;
  }
  .babyabout__img {
    width: 157px;
  }
  .babyabout__img img {
    width: 100%;
  }
  .babyabout__txt {
    width: calc(100% - 207px);
    margin: 0 0 0 50px;
  }
  .babyabout .catch2 {
    margin: 0;
    text-align: left;
  }
}

/* babypoint */
.babypoint__header {
  margin: 0 8% calc(6% + 15px);
}

.babypoint__header .catch2 {
  text-align: center;
}

.babypoint__list {
  margin-top: 40px;
}

.babypoint__list h3 {
  padding: 0 0 8px 8px;
  border-bottom: 1px solid #333;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  font-size: 1rem;
}

@media (min-width: 960px) {
  .babypoint__header .catch2 {
    text-align: left;
  }
}

.babypoint01__main {
  margin-top: 40px;
}

.babypoint01__main img {
  width: 100%;
}

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

.babypoint01__mainimg1 {
  width: 100%;
}

.babypoint01__mainimg2, .babypoint01__mainimg3 {
  width: 88%;
  margin: 6% 6% 0;
}

@media (min-width: 600px) {
  .babypoint01__mainimg2 {
    float: left;
    width: 42%;
    margin: 6% 0 0 6%;
  }
  .babypoint01__mainimg3 {
    float: right;
    width: 42%;
    margin: 6% 6% 0 0;
  }
}

@media (min-width: 960px) {
  .babypoint01__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .babypoint01 .babypoint__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 84%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .babypoint01 .text1 {
    width: calc(60% - 40px);
  }
  .babypoint01 .babypoint__list {
    width: 40%;
    margin-left: 40px;
  }
  .babypoint01__main {
    margin: 0 auto 60px;
    width: 100%;
    max-width: 1600px;
  }
  .babypoint01__mainimg1 {
    float: left;
    width: 66.66%;
  }
  .babypoint01__mainimg2, .babypoint01__mainimg3 {
    float: left;
    width: 33.33%;
    margin: 0;
  }
}

.babypoint02 {
  padding: calc(8% + 20px) 0 calc(8% + 35px);
  background: #f0edeb;
}

.babypoint02__main {
  margin-top: 40px;
}

.babypoint02__main img {
  width: 100%;
}

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

.babypoint02__mainimg1 {
  width: 60%;
  margin: 0 0 6% 20%;
}

.babypoint02__mainimg2 {
  float: left;
  width: 42%;
  margin: 0 0 0 6%;
}

.babypoint02__mainimg3 {
  float: right;
  width: 42%;
  margin: 0 6% 0 0;
}

@media (min-width: 600px) {
  .babypoint02__mainimg1 {
    float: left;
    width: 56.9%;
    margin: 0 0 0 6%;
  }
  .babypoint02__mainimg2 {
    float: right;
    width: 27.1%;
    margin: 0 6% 0 0;
  }
  .babypoint02__mainimg3 {
    float: right;
    width: 27.1%;
    margin: 4% 6% 0 0;
  }
}

@media (min-width: 960px) {
  .babypoint02 {
    padding: 0;
  }
  .babypoint02__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    min-height: 45vw;
  }
  .babypoint02__main {
    position: absolute;
    top: 0;
    right: 0;
    width: 57.5%;
    margin: 0;
    padding-top: 57.5%;
  }
  .babypoint02 .babypoint__header {
    width: 36.125%;
    margin: 0 0 0 7.5%;
    padding: 60px 0;
  }
  .babypoint02 .text1 {
    margin-top: 0;
  }
  .babypoint02__mainimg1, .babypoint02__mainimg2, .babypoint02__mainimg3 {
    position: absolute;
    float: none;
    margin: 0;
  }
  .babypoint02__mainimg1 {
    top: 15%;
    left: 15%;
    width: 38%;
  }
  .babypoint02__mainimg2 {
    top: -5%;
    right: 3.75%;
    width: 27%;
  }
  .babypoint02__mainimg3 {
    top: 40%;
    left: 58%;
    width: 30%;
  }
}

@media (min-width: 1600px) {
  .babypoint02__container {
    min-height: 720px;
  }
}

.babypoint03__main {
  margin-top: 40px;
}

.babypoint03__main img {
  width: 100%;
}

.babypoint03__sub {
  width: 88%;
  margin: 6% 0 0 6%;
}

.babypoint03__sub img {
  width: 100%;
}

@media (min-width: 960px) {
  .babypoint03 {
    padding: 0;
  }
  .babypoint03__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    min-height: calc(53.75vw + 30px);
  }
  .babypoint03__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 53.75%;
    margin: 0;
  }
  .babypoint03 .babypoint__header {
    margin: 0 7.5% 0 61.25%;
  }
  .babypoint03 .text1 {
    margin-top: 0;
  }
  .babypoint03__sub {
    width: 31.25%;
    margin: 30px 0 0 61.25%;
  }
  .babypoint03__sub img {
    width: 70%;
  }
}

@media (min-width: 1600px) {
  .babypoint03__container {
    min-height: 890px;
  }
}

/* babyplanner */
.babyplanner01 {
  position: relative;
  margin-top: 50px;
}

.babyplanner01__main img {
  width: 100%;
}

.babyplanner01__sub {
  width: 88%;
  margin: 6% 0 0 6%;
}

.babyplanner01__catch {
  margin-top: 15px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.babyplanner01__name {
  margin-top: 15px;
  font-size: 1rem;
  font-family: Arial,"Hiragino Kaku Gothic ProN",HiraginoCustom,"游ゴシック","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
  text-align: right;
}

.babyplanner01__name span {
  display: inline-block;
}

@media (min-width: 600px) {
  .babyplanner01 {
    margin-top: 70px;
  }
  .babyplanner01__catch {
    font-size: 1.5rem;
  }
  .babyplanner01__name {
    font-size: 1.125rem;
  }
}

@media (min-width: 960px) {
  .babyplanner01 {
    margin-top: 60px;
  }
  .babyplanner01::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0edeb;
  }
  .babyplanner01__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    min-height: calc(35.83vw + 30px);
  }
  .babyplanner01__main {
    position: absolute;
    top: 0;
    left: 46.25%;
    width: 53.75%;
    margin: 0;
  }
  .babyplanner01__sub {
    width: 33.75%;
    margin: 0 0 0 7.5%;
  }
  .babyplanner01__catch {
    margin-top: 300px;
  }
  .babyplanner01__name {
    margin-top: 30px;
  }
}

@media (min-width: 1280px) {
  .babyplanner01__catch {
    font-size: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .babyplanner01__container {
    min-height: 645px;
  }
}

.babyplanner02 {
  margin-top: 50px;
}

.babyplanner02__main {
  width: 60%;
  margin: 30px auto 0;
}

.babyplanner02__main img {
  width: 100%;
}

.babyplanner02__sub {
  width: 88%;
  margin: 0 0 0 6%;
}

@media (min-width: 600px) {
  .babyplanner02 {
    margin-top: 70px;
  }
}

@media (min-width: 960px) {
  .babyplanner02 {
    margin-top: 250px;
  }
  .babyplanner02__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .babyplanner02__main {
    width: 30%;
    margin: 0 7.5% 0 0;
  }
  .babyplanner02__sub {
    width: 62.5%;
    margin: 0;
  }
  .babyplanner02 .text1,
  .babyplanner02 .catch2 {
    margin-top: 0;
  }
}

.babyplanner03__main {
  width: 88%;
  margin: 30px auto 0;
}

.babyplanner03__main img {
  width: 100%;
}

.babyplanner03__sub {
  width: 88%;
  margin: 50px 0 0 6%;
}

@media (min-width: 600px) {
  .babyplanner03__sub {
    margin-top: 70px;
  }
}

@media (min-width: 960px) {
  .babyplanner03 {
    margin-top: 100px;
  }
  .babyplanner03__container {
    position: relative;
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .babyplanner03__main {
    position: absolute;
    margin: 0;
  }
  .babyplanner03__main1 {
    width: 30%;
    top: 0;
    left: 62.5%;
  }
  .babyplanner03__main2 {
    width: 30%;
    top: 0;
    right: 0;
    padding-top: 23.75%;
  }
  .babyplanner03__sub {
    width: 55%;
    margin: 0;
  }
  .babyplanner03 .text1 {
    margin-top: 30px;
  }
  .babyplanner03 .text1:first-child,
  .babyplanner03 .text1:first-child .catch2 {
    margin-top: 0px;
  }
}

/* access
-------------------- */
.accesslist {
  position: relative;
}

.accesslist li {
  padding: 3%;
  border-radius: 4px;
  background: #f0edeb;
}

.accesslist img {
  width: 100%;
}

.accesslist__shinosaka, .accesslist__esaka {
  margin-bottom: 5%;
}

.accesslist__airplane, .accesslist__car {
  width: 47.5%;
}

.accesslist__car {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 600px) {
  .accesslist li {
    padding: 0;
  }
  .accesslist__shinosaka, .accesslist__esaka {
    width: 62.9%;
    margin-bottom: 0;
  }
  .accesslist__shinosaka {
    margin-bottom: 4%;
  }
  .accesslist__airplane, .accesslist__car {
    width: 34%;
  }
  .accesslist__airplane {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 960px) {
  .accesslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .accesslist li {
    padding: 0.5% 1%;
  }
  .accesslist__shinosaka {
    margin-bottom: 0;
    margin-right: 1.5%;
  }
  .accesslist__airplane, .accesslist__car {
    position: static;
    margin-left: 1.5%;
  }
}

@media (min-width: 1280px) {
  .accesslist li {
    padding: 1% 1.5%;
  }
}

.accesstohoroot__item {
  position: relative;
  margin-top: 30px;
}

.accesstohoroot__txt {
  padding: 0 0 0 32px;
  line-height: 1.7;
}

.accesstohoroot__item_full .accesstohoroot__txt {
  padding-left: 58px;
}

.accesstohoroot__num {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  width: 24px;
  line-height: 22px;
  text-align: center;
}

.accesstohoroot__num_5 {
  left: 26px;
}

.accesstohoroot__num::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #333;
}

.accesstohoroot__img {
  margin-top: 15px;
}

.accesstohoroot__item_full .accesstohoroot__img {
  overflow: hidden;
}

.accesstohoroot__item_full .accesstohoroot__img img {
  width: 190%;
  margin-left: -8%;
}

@media (min-width: 600px) {
  .accesstohoroot__item_full .accesstohoroot__img img {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 959.98px) {
  .accesstohoroot__item:not(.accesstohoroot__item_full) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .accesstohoroot__item:not(.accesstohoroot__item_full) .accesstohoroot__txt {
    width: 60%;
    margin-top: 10px;
    margin-right: 5%;
  }
  .accesstohoroot__item:not(.accesstohoroot__item_full) .accesstohoroot__img {
    width: 35%;
  }
}

@media (min-width: 960px) {
  .accesstohoroot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .accesstohoroot__item {
    margin-top: 40px;
  }
  .accesstohoroot__item:not(.accesstohoroot__item_full) {
    width: 30%;
  }
  .accesstohoroot__item_full {
    width: 100%;
  }
  .accesstohoroot__txt {
    font-size: 0.75rem;
  }
  .accesstohoroot__item:not(.accesstohoroot__item_full) .accesstohoroot__txt {
    padding-bottom: 72%;
  }
  .accesstohoroot__item:not(.accesstohoroot__item_full) .accesstohoroot__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

/* party
-------------------- */
.party-case {
  padding: calc(8% + 35px) 0;
  background: #f0edeb;
}

@media (min-width: 960px) {
  .party-case {
    padding: 115px 0;
  }
}

@media (min-width: 1280px) {
  .party-case {
    padding: 130px 0;
  }
}

.party-food__chef {
  margin-bottom: 30px;
}

.party-food__chef::after {
  content: "";
  clear: both;
  display: table;
}

.party-food__chefimg {
  float: right;
  width: 50%;
  margin-left: calc(3% + 10px);
  margin-top: 5px;
}

@media (min-width: 600px) {
  .party-food__chef::after {
    display: none;
  }
  .party-food__chefimg {
    width: 36%;
  }
  .party-food__menu {
    width: calc(100% - 36% - 3% - 10px);
  }
}

@media (min-width: 960px) {
  .party-food .gallery3 {
    width: 84%;
    max-width: 960px;
    margin: 0 auto;
  }
}

.party-contact {
  margin-bottom: calc(-8% - 35px);
  padding: calc(8% + 35px) 0;
  background: #f0edeb;
}

@media (min-width: 960px) {
  .party-contact {
    padding: 115px 0;
  }
}

@media (min-width: 1280px) {
  .party-contact {
    padding: 130px 0;
  }
}




/* ---------------------------------------
add 202108
--------------------------------------- */
/* partyreport__movie */
.partyreport__movie{
  position: relative;
  margin-top: calc(8% + 15px);
  padding-top: 52.875%;
}
.partyreport__movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 960px) {
  .partyreport__movie{
    margin-top: 50px;
  }
}

/* partyreport-detail-photobox */
#partyreport-detail-photobox{
	margin-top: calc(8% + 15px);
}
#partyreport-detail-photobox img{
	width:100%;
	height:auto;
	margin:0 0 1%;
	vertical-align:top;
}
.partyreport-detail-photobox-div{
	overflow:hidden;
}
.partyreport-detail-photobox-left{
	float:left;
	width:49.5%;
}
.partyreport-detail-photobox-right{
	float:right;
	width:49.5%;
}
.partyreport-detail-photobox-yoko{
	position:relative;
	margin:0 0 2%;
	padding-top:62.5%;
	overflow:hidden;
}
.partyreport-detail-photobox-yoko img{
	position:absolute;
	top:0; left:0;
}
.partyreport-detail-photobox-tate{
	position:relative;
	margin:0 0 2%;
	padding-top:127%;
	overflow:hidden;
}
.partyreport-detail-photobox-tate img{
	position:absolute;
	top:0; left:0;
}
@media (min-width: 960px) {
  #partyreport-detail-photobox{
    max-width:640px;
    margin:50px auto 0;
  }
  #partyreport-detail-photobox img{
    margin-bottom:4px;
  }
  .partyreport-detail-photobox-left{
    width:318px;
  }
  .partyreport-detail-photobox-right{
    width:318px;
  }
  .partyreport-detail-photobox-yoko{
    height:198px;
    margin:0 0 4px;
    padding-top:0;
  }
  .partyreport-detail-photobox-yoko img{
    position:static
  }
  .partyreport-detail-photobox-tate{
    height:400px;
    margin:0 0 4px;
    padding-top:0;
  }
  .partyreport-detail-photobox-tate img{
    position:static
  }
}

/* mia-via.fuwel.wedding
-------------------- */

@media (min-width: 960px) {
  .main + .pickups-original {
    margin-top: 75px;
  }
}

@media (min-width: 1280px) {
  .main + .pickups-original {
    margin-top: 90px;
  }
}

/* movable type
-------------------- */
.blog__body h1{
  font-size:2rem;
}
.blog__body h2{
  font-size:2rem;
}
.blog__body h3{
  font-size:1.75rem;
}
.blog__body h4{
  font-size:1.5rem;
}
.blog__body h5{
  font-size:1.25rem;
}
.blog__body h6{
  font-size:1rem;
}
.blog__body ul{
  list-style-type: disc;
  margin-left: 25px;
}
.blog__body li:not(:first-child) {
  margin-top: 8px;
}
.blog__body ul ul {
  list-style-type: circle;
  margin: 8px 0 0 20px;
}
.blog__body ul ul ol{
  list-style-type: disc;
}
.blog__body ol{
  list-style-type: decimal;
  margin-left: 25px;
}
.blog__body ol ol {
  list-style-type: lower-roman;
  margin: 8px 0 0 20px;
}
.blog__body ol ol ol{
  list-style-type: decimal;
}

/* gift
-------------------- */

.wrapper-gift {
  overflow: hidden;
          -webkit-text-size-adjust: 100%;
        font-size: 14px;
        font-family: 'Shippori Mincho', serif;
        color: #444;
        line-height: 2;
        letter-spacing: 1px;
}
.wrapper-gift .fv {
  background: url("../images/gift/fv-ph.jpg")no-repeat;
  background-size: cover;
  height: 100vh;
}
.wrapper-gift .fv-tit {
    background-color: #fff;
    padding: 40px 20px;
    height: 220px;
    width: 220px;
    border-radius: 50%;
    position: absolute;
    top: 200px;
    left: 20%;
    text-align: center;
}
.wrapper-gift .main-tit {
  color: #ad9c69;
  font-size: 40px;
}
.wrapper-gift .sub-tit {
  font-size: 13px;
  color: #333;
}

.wrapper-gift .gift-cont01 {
  background-color: #efefef;
  padding: 70px 0;
  margin: 50px 0;
}
.wrapper-gift .gift-cont01 h2,
.wrapper-gift .gift-cont02 h2 {
  font-size: 30px;
  color: #ad9c69;
  text-align: center;
  letter-spacing: 2px;
}
.wrapper-gift .concept-sub-tit {
  margin: 20px auto 50px;
  text-align: center;
}
.wrapper-gift .gift-cont01-l {
  padding-left: 10%;
  padding-top: 5%;
  width: 50%;
}
.wrapper-gift .gift-cont01-r,
.wrapper-gift .gift-cont01-l2 {
  width: 50%;
}
.wrapper-gift .gift-cont01-l h3,
.wrapper-gift .gift-cont01-r2 h3 {
  font-size: 24px;
  color: #ad9c69;
  margin-bottom: 20px;
}
.wrapper-gift .gift-cont01-r img,
.wrapper-gift .gift-cont01-l2 img {
  width: 100%;
  height: auto;
}
.wrapper-gift .gift-cont01-r2 {
  padding-left: 5%;
  padding-top: 5%;
  width: 50%;
}
.wrapper-gift .gift-cont02 {
  background-color: #f3f2e6;
  padding-top: 70px;
}
.wrapper-gift .reference01 {
  padding-left: 13%;
  padding-right: 13%;
  margin: 40px auto 0;
}
.wrapper-gift .refe01-l {
  background: url("../images/gift/reference01.jpg")no-repeat;
  background-size: cover;
  width: 70%;
  border-radius: 20px 0 0 20px;
}
.wrapper-gift .refe01-r {
  background: url(../images/gift/)bottom right;
  padding: 30px 20px;
  height: 350px;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
}
.wrapper-gift .refe01-r h3 {
  font-size: 24px;
  color: #ad9c69;
  margin-bottom: 20px;
}
.wrapper-gift .referance-cont {
  background: url(../images/gift/road.svg)no-repeat top center;
  height: 4000px;
}
.wrapper-gift .referance-cont .container {
  position:relative;
}
.wrapper-gift .kinenbi {
  background: url(../images/gift/kinen.jpg)no-repeat center;
    border-radius: 50%;
    height: 220px;
    width: 220px;
    border: 3px solid #8d7d4c;
    margin: 10px auto;
}
.wrapper-gift .reference02 {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 290px;
    
    text-align: center;
}
.wrapper-gift .reference02 h3 {
  font-size: 24px;
  color: #8d7d4c;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
.wrapper-gift .reference03 {
  width: 350px;
    position: absolute;
    top: 200px;
    left: 30px;
}
.wrapper-gift .reference04 {
  width: 350px;
    position: absolute;
    top: 700px;
    right: 30px;
}
.wrapper-gift .reference05 {
  width: 350px;
    position: absolute;
    top: 1020px;
    left: 30px;
}
.wrapper-gift .reference06 {
    position: absolute;
    top: 1400px;
    right: 130px;
}
.wrapper-gift .reference07 {
    position: absolute;
    top: 1600px;
    left: 80px;
}
.wrapper-gift .reference08 {
    position: absolute;
    width: 350px;
    top: 1800px;
    right: 30px;
}
.wrapper-gift .reference09 {
    position: absolute;
    width: 350px;
    top: 2300px;
    left: 30px;
}
.wrapper-gift .reference10 {
    position: absolute;
    top: 2800px;
    right: 100px;
}
.wrapper-gift .reference11 {
    position: absolute;
    top: 3000px;
    left: 100px;
}
.wrapper-gift .reference12 {
    position: absolute;
    width: 350px;
    top: 3200px;
    right: 80px;
}
.wrapper-gift .reference13 {
    position: absolute;
    top: 3600px;
    left: 80px;
}
.wrapper-gift .refe-ph img {
  width: 100%;
  object-fit: cover;
  height: 200px;
  border-radius: 20px 20px 0 0;
}
.wrapper-gift .refe-body {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px;
}
.wrapper-gift .refe-body h3 {
  font-size: 24px;
  color: #8d7d4c;
  margin-bottom: 10px;
}
.wrapper-gift .reference06 .refe-ph img,
.wrapper-gift .reference07 .refe-ph img,
.wrapper-gift .reference10 .refe-ph img,
.wrapper-gift .reference11 .refe-ph img,
.wrapper-gift .reference13 .refe-ph img {
  height: 280px;
  width: auto;
}
.wrapper-gift .gift-cont03 {
  padding: 70px 0;
  background-color: #efefef;
  margin-top: 70px;
}
.wrapper-gift .gift-cont03 h2 {
  text-align: center;
  margin-bottom: 30px;
}
.wrapper-gift .about-gift {
  margin-bottom: 30px;
}
.wrapper-gift .gift-cont03-inner {
  border-radius: 20px;
  background-color: #fff;
  padding: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.wrapper-gift .waku {
  border: 1px solid #999;
  margin-top: 30px;
  padding: 20px 30px;
  text-align: left;
}
.wrapper-gift .op {
  margin-left: 40px;
}
.wrapper-gift .price {
  font-size: 26px;
  color: #8d7d4c;
}
.wrapper-gift .price02 {
  color: #8d7d4c;
  font-size: 13px;
}
.wrapper-gift .gift-cont03-l,
.wrapper-gift .gift-cont03-r {
  width: 50%;
}
.wrapper-gift .gift-cont03-l {
  margin-right: 30px;
}
.wrapper-gift .gift-cont03 h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.wrapper-gift .gift-cont03-r .waku {
  height: 94%;
}
.wrapper-gift .waku h4 {
  margin-bottom: 10px;
  font-size: 22px;
}
.wrapper-gift .gift-cont03-r h4 {
  margin-bottom: 30px;
}
.wrapper-gift .waku li {
  margin-bottom: 10px;
}
.wrapper-gift .place {
  font-size: 20px;
  margin-bottom: 20px;
}
.wrapper-gift .gift-cont03 h2 {
  font-size: 30px;
  color: #8d7d4c;
}
.wrapper-gift .start {
  position: relative;
    bottom: 0;
    top: 50px;
    left: 70px;
    right: 20px;
    width: 120px;
}
.wrapper-gift .delay01 {
  animation-delay: 0.wrapper-gift .4s;
}
.wrapper-gift .wrapper-photo {
  margin-top: 70px;
}


/* giftタブレット */
@media screen and (max-width: 992px) {
.wrapper-gift .fv {
  height: 600px;
}
.wrapper-gift .fv-tit {
    top: 90px;
    left: 10%;
  }
.wrapper-gift .gift-cont01-l {
    padding-left: 15px;
    padding-top: 20px;
}
.wrapper-gift .gift-cont01-r2 {
    padding-left: 20px;
    padding-top: 20px;
}
.wrapper-gift .gift-cont01-r img, 
.wrapper-gift .gift-cont01-l2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.wrapper-gift .reference04 {
  right: 0;
  width: 300px;
}
.wrapper-gift .reference05,
.wrapper-gift .reference09 {
    width: 300px;
    left: 0px;
}
.wrapper-gift .reference08,
.wrapper-gift .reference10,
.wrapper-gift .reference12 {
  right:0;
}
.wrapper-gift .reference11 {
  left: 0;
}
.wrapper-gift .reference13 {
  top: 3700px;
}
}

/* giftスマホ */
@media screen and (max-width: 590px) {
.wrapper-gift .fv {
    background: url(../images/gift/fv-ph.jpg)no-repeat;
    background-size: 180%;
    background-position: 30% 0;
    height: 480px;
    margin-top: 50px;
}
.wrapper-gift .fv-tit {
    top: 100px;
    left: 10%;
  }
.wrapper-gift .container {
  width: 100%;
}
.wrapper-gift .gift-cont01 {
    margin: 0 0 50px;
}
.wrapper-gift .gift-cont01-l,
.wrapper-gift .gift-cont01-r2 {
    padding-left: 13px;
    padding-top: 50px;
    width: 100%;
    margin-bottom: 40px;
}
.wrapper-gift .gift-cont01-r, 
.wrapper-gift .gift-cont01-l2 {
    width: 100%;
}
.wrapper-gift .refe01-l {
  height: 250px;
  border-radius: 20px 20px 0 0;
}
.wrapper-gift .reference01 {
    padding-left: 13px;
    padding-right: 13px;
}
.wrapper-gift .refe01-l {
  width: 100%;
}
.wrapper-gift .refe01-r {
    border-radius: 0 0 20px 20px;
    height: 180px;
}
.wrapper-gift .start {
    position: relative;
    bottom: 0;
    top: 0px;
    left: 100px;
    right: 20px;
    width: 120px;
}
.wrapper-gift .reference02 {
    right: 15px;
  }
.wrapper-gift .reference03 {
  top: 550px;
  width: 300px;
    left: 20px;
}
.wrapper-gift .reference04 {
  top: 1100px;
  width: 300px;
  right: 10px;
}
.wrapper-gift .reference05 {
  top: 1570px;
  width: 300px;
  left: 20px;
}
.wrapper-gift .reference06 {
  top: 2200px;
  right: 0;
}
.wrapper-gift .reference07 {
  top: 2500px;
  left: 10px;
}
.wrapper-gift .reference08 {
  top: 2800px;
  width: 300px;
}
.wrapper-gift .reference09 {
  top: 3400px;
  width: 300px;
  left: 20px;
}
.wrapper-gift .reference10 {
  top: 4100px;
}
.wrapper-gift .reference11 {
  top: 4400px;
}
.wrapper-gift .reference12 {
  top: 4800px;
  right: 20px;
  width: 300px;
}
.wrapper-gift .reference13 {
  top: 5400px;
  left: 10px;
}
.wrapper-gift .referance-cont {
  height: 5800px;
  background-size: cover;
  background: url(../images/gift/road02.svg)no-repeat top center;
}
.wrapper-gift .reference06 .refe-ph img, .wrapper-gift .reference07 .refe-ph img, .wrapper-gift .reference10 .refe-ph img, .wrapper-gift .reference11 .refe-ph img, .wrapper-gift .reference13 .refe-ph img {
    height: 240px;
}

.wrapper-gift .reference13 .refe-ph img {
    height: auto;
  }
.wrapper-gift .gift-cont03-inner {
  padding: 20px;
}
.wrapper-gift .gift-cont03-l, .wrapper-gift .gift-cont03-r {
    width: 100%;
}
.wrapper-gift .contact-inner-l .tel {
    font-size: 24px;
}
.wrapper-gift .op {
    margin-left: 20px;
}
}

@media screen and (min-width: 641px) {
.pap-pc-only {
    display: block;
}
.pap-sp-only {
    display: none;
}
}
@media screen and (max-width: 640px) {
.pap-pc-only {
    display: none;
}
.pap-sp-only {
    display: block;
}
}



/* ドレス-disney-pc */
#disn {
     font-family: "Noto Serif JP", serif;
     font-weight: 400;
     font-style: normal;
     font-size: 14px;
     letter-spacing: 1px;
     color: #333;
}
.dress-shop {
  background: #F6F6F6 url(../images/dress/dress-shop-bg_sp.jpg) no-repeat center bottom/100% auto;
  margin-top: calc(9% + 40px);
  margin-bottom: -8%;
}
#disn .main {
  padding-top: 0;
  margin-bottom: 100px;
}
.disney-slider {
  height: 100vh;
}
.disney-slider img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  /*object-position: 0 100%;*/
  object-position: top left;
}
.disney-cont01 h2 {
  text-align: center;
}
.disney-cont01 h2 img {
  width: 70%;
  margin: 130px auto 50px;
}
.disney-cont01 h3 {
  text-align: center;
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 50px;
  margin-top: 20px;
  color: rgba(192,157,75,1);
  font-weight: 400;
}
.dis-cont01-txt {
  margin-bottom: 50px;
  line-height:1.8;
  text-align: center;
}
.dis-btn {
    width: 350px;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding: 22px 25px 22px 25px;
    background-color: rgba(192, 157, 75, 1);
    color: #fff;
    border: 1px solid #c09d4b;
}
.dis-btn::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border: 4px solid transparent;
    border-left: 6px solid #fff;
    transform: rotate(90deg);
    margin: 4px 0 2px 15px;
}
.dis-btn:hover::after {
    border-left: 6px solid #c09d4b;
    }
.dis-btn:hover {
  transition: all .5s;
  background-color: #fff;
  color: #c09d4b;
  border: 1px solid #c09d4b;
  text-decoration: unset;
}
#disn　.pagein a:hover {
  text-decoration: none;
}
#disn .pagein {
  margin: 50px auto;
  text-align: center;
}
#disn .pagein .dis-btn {
  margin: 50px auto;
}
.disney-cont02 h2,
.disney-cont08 h2 {
  color: #999;
  font-size: 32px;
  margin: 50px auto 70px;
  text-align: center;
  font-weight: 400;
}
h3.disney-h3 {
  text-align: center;
  color:#c09d4b;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}
h3.disney-h3-02 {
  text-align: center;
  color:#c09d4b;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 60px;
}
h4.disney-h4 {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  color:#89703d;
}
.dis-right-txt {
  padding: 70px;
  line-height:1.9;
}
.dis-right-txt h4 {
text-align: left;
font-size: 16px;
margin-bottom: 30px;
}
.disney-slider02 {
  margin: 50px 0;
}
.disney-slider02 img {
  width: 100%;
}
.disney-cont02 img{
  width: 100%;
}
.slick-prev:before, .slick-next:before {
  color: #999;
}
.slider02-inner {
 padding-left: 15px;
 padding-right: 15px;
}
.slick-dots li.slick-active button:before {
  color:#c09d4b;
}
#disn .main-ph img {
width: 100%;
}
.disney-cont02,
.disney-cont03,
.disney-cont04,
.disney-cont05,
.disney-cont06,
.disney-cont07,
.disney-cont08,
.disney-cont09,
.disney-cont10,
.disney-cont11,
.disney-cont12,
.disney-cont13,
.disney-cont14,
.disney-cont15 {
  margin-top: 150px;
}
.princess-line img {
    margin: 150px auto 0;
}
.princess-line {
  text-align: center;
}

#disn　.hide-area{
  display: none;
}

#disn .modaal-close:after, 
#disn .modaal-close:before{
  background:#ccc;  
}

#disn .modaal-close:focus:after,
#disn .modaal-close:focus:before,
#disn .modaal-close:hover:after,
#disn .modaal-close:hover:before{
  background:#666;
}

#disn .modaal-content {
  background-color: #fff;
  padding: 10px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  box-sizing: border-box;
}
.dress-modoru {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.dress-modoru .btn2 {
      width: 90%;
    max-width: 360px;
}


/* ドレス-disney-tb */
@media only screen and (min-width: 767px) and (max-width: 991px) {
.dis-cont01-txt {
    text-align: left;
}
#disn .container {
    position: relative;
    width: 90%;
    }
.dis-btn {
    width: 100%;
  }
.dis-right-txt {
    padding: 70px 30px;
  }

}
/* ドレス-disney-sp */
@media screen and (max-width: 590px) {
.disney-slider {
    height: auto;
}
.disney-slider img {
    width: 100%;
    height: auto;
    object-fit: unset;
    object-position: unset;
}
.disney-cont01 h2 img {
    width: 100%;
    margin: 50px auto 30px;
}
.container {
    width: 100%;
  }
.disney-cont01 h3 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
  }
.dis-cont01-txt {
    text-align: left;
    font-size: 14px;
    margin-bottom: 30px;
  }
.dis-btn {
    width: 100%;
  }
#disn .pagein .dis-btn {
    margin: 30px auto 10px;
}
.disney-cont02 {
  margin-top: 70px;
}
.disney-cont02 h2, .disney-cont08 h2 {
    font-size: 24px;
    margin: 50px auto 70px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
.dis-right-txt {
    padding: 0 10px 20px;
    line-height: 1.9;
}
#disn .slider02-inner {
    padding-left: 5px;
    padding-right: 5px;
}
#disn .slick-next {
    right: -10px;
}
#disn .slick-prev {
    left: -10px;
}

#disn .modaal-gallery-control {
  bottom: 180px;
    width: 20px;
    height: 20px;
  }
#disn .modaal-gallery-control:after {
        display: block;
        content: " ";
        position: absolute;
        top: 8px;
        left: 7px;
        width: 3px;
        height: 9px;
    }
#disn .modaal-gallery-control:before {
        display: block;
        content: " ";
        position: absolute;
        top: 3px;
        left: 7px;
        width: 3px;
        height: 9px;
    }
#disn .modaal-gallery-next.modaal-gallery-control:before {
        top: 8px;
        left: 10px;
}
#disn .modaal-gallery-next.modaal-gallery-control:after {
        top: 3px;
        left: 10px;
      }
#disn .modaal-gallery-next {
        right: 5px;
      }
#disn .modaal-gallery-prev {
        left: 5px;
      }
#disn .slick-list {
  margin-left: 10px;
    margin-right: 10px;
}
h4.disney-h4 {
    margin-bottom: 40px;
    }

.disney-cont02, .disney-cont03, .disney-cont04, .disney-cont05, .disney-cont06, .disney-cont07, .disney-cont08, .disney-cont09, .disney-cont10, .disney-cont11, .disney-cont12, .disney-cont13, .disney-cont14, .disney-cont15 {
    margin-top: 100px;
}
h3.disney-h3 {
    font-size: 23px;
  }
.princess-line img {
    margin: 100px auto 0;
    width: 100%;
}
h3.disney-h3-02 {
    font-size: 23px;
  }
#disn .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0px;
  }
#disn .slick-dots li {
    width: 10px;
    height: 10px;
  }
#disn .modaal-content{
  position: relative;
}
#disn .modaal-gallery-prev,
#disn .modaal-gallery-next {
        position: absolute;
        top: 48%;
    }
}
