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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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: 16px 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/* Base
-------------------- */
body {
  background-color: #FFF;
  color: #222;
  font-family: -apple-system,BlinkMacSystemFont,Verdana,"Hiragino Sans","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  text-align: left;
}

p {
  line-height: 2;
}

@media (min-width: 600px) {
  p {
    line-height: 2.15;
  }
}

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

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

/* 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: "NotoSerifCJKjp-L";
  src: url("../fonts/NotoSerifCJKjp-L.otf") format("opentype"), url("../fonts/NotoSerifCJKjp-L.woff") format("woff");
}

/* header
-------------------- */
.header {
  position: relative;
  width: 100%;
}

/* header__bar -------- */
.header__bar {
  position: fixed;
  z-index: 97;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background: white;
  -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_index .header__bar {
  background: rgba(255, 255, 255, 0);
}

.header__bar_move {
  -webkit-transform: translate(0px, -56px);
  transform: translate(0px, -56px);
}

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

.header__logo {
  height: 100%;
  padding: 10px 0 0;
  text-align: center;
}

.header__logo img {
  width: 80px;
}

.header_index .header__logo {
  padding-left: 10px;
  text-align: left;
}

.header__menubtn {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
}

.header__menubtn button {
  background: transparent;
}

.header__menubtn img {
  width: 100%;
  margin-top: -54px;
}

.header_index .header__menubtn img {
  margin-top: 0;
}

@media (min-width: 600px) {
  .header__bar {
    height: 64px;
  }
  .header__bar_move {
    -webkit-transform: translate(0px, -66px);
    transform: translate(0px, -66px);
  }
  .header__logo img {
    width: 100px;
  }
  .header_index .header__logo {
    padding-left: 0;
    text-align: center;
  }
  .header__menubtn {
    width: 64px;
    height: 64px;
  }
  .header__menubtn img {
    margin-top: -64px;
  }
}

@media (min-width: 1280px) {
  .header__bar {
    position: static;
    height: auto;
    background: transparent;
    -webkit-transition: none;
    transition: none;
  }
  .header__bar_move {
    -webkit-transform: none;
    transform: none;
  }
  .header__bar_fix {
    -webkit-transform: none;
    transform: none;
  }
  .header__logo {
    position: fixed;
    z-index: 100;
    top: 16px;
    left: 3%;
    width: 100px;
    height: auto;
    padding: 0;
  }
  .header__logo img {
    width: 100%;
  }
  .header_index .header__logo {
    position: absolute;
    top: 120px;
    top: 45vh;
    left: calc(50% - 80px);
    width: 160px;
  }
  .header__menubtn {
    display: none;
  }
}

/* header__menu -------- */
.header__menu {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background: white;
  z-index: 99;
  -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__menu_off {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.header__fair {
  padding: 0 0 20px;
  background: #efe0ec;
}

.header__fair a {
  position: relative;
  display: block;
  width: 85%;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 2px;
  background: #b062a0;
  color: #FFF;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  text-decoration: none;
  text-align: center;
}

.header__fair a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  position: static;
  margin-bottom: 0;
}

.header__tel {
  padding: 20px 0 10px;
  background: #efe0ec;
}

.header__teltxt {
  display: block;
  margin-bottom: 10px;
  font-size: 0.75rem;
  text-align: center;
}

.header__telbtn a {
  display: block;
  width: 85%;
  margin: 0 auto;
  padding: 12px 0;
  border: 1px solid #b062a0;
  border-radius: 2px;
  background: #FFF;
  font-size: 1.375rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  text-align: center;
  text-decoration: none;
}

.header__telbtn a span {
  display: inline-block;
  vertical-align: top;
}

.header__telicon {
  fill: #b062a0;
}

.header__menulist {
  border-top: 1px solid #DDD;
}

.header__menulist li {
  border-bottom: 1px solid #DDD;
}

.header__menulist a {
  position: relative;
  display: block;
  padding: 15px;
  color: #333;
  text-decoration: none;
}

.header__menulist a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
}

.header__closebtn {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: -40px;
  width: 30px;
  height: 30px;
}

.header__closebtn::before,
.header__closebtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__closebtn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__closebtn_off {
  display: none;
}

@media (min-width: 1280px) {
  .header__menu {
    overflow-x: visible;
    overflow-y: visible;
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 74px;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .header_index .header__menu {
    background: rgba(255, 255, 255, 0);
  }
  .header__menu_off {
    -webkit-transform: none;
    transform: none;
  }
  .header__linklist {
    position: absolute;
    top: 16px;
    right: 3%;
  }
  .header__fair {
    padding: 0;
    background: transparent;
  }
  .header__fair a {
    position: absolute;
    top: 0;
    left: -14em;
    width: 13em;
    padding: 15px 0;
  }
  .header__fair a:hover {
    background: #c891bc;
  }
  .header__tel {
    padding: 0;
    background: transparent;
  }
  .header__teltxt {
    margin-bottom: 5px;
    padding: 0 0 0 18px;
    font-size: 0.625rem;
  }
  .header__telbtn a {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #222;
    font-size: 1.375rem;
  }
  .header__telbtn a:hover {
    color: #222;
  }
  .header__telicon {
    fill: #222;
  }
  .header__menulist {
    position: absolute;
    top: 30px;
    left: calc(125px + 3%);
    border-top: none;
  }
  .header__menulist li {
    float: left;
    border-bottom: none;
  }
  .header__menulist li:not(:first-child) {
    margin-left: 20px;
  }
  .header__menulist a {
    display: inline-block;
    padding: 0;
    color: #222;
  }
  .header__menulist a::after {
    display: none;
  }
  .header__menulist a::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #222;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -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__menulist a:hover {
    color: #999;
  }
  .header__menulist a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header_index .header__menulist {
    left: 3%;
  }
  .header_index .header__menulist a::before {
    background: #FFF;
  }
  .header_index .header__menulist a:hover {
    color: #FFF;
  }
  .header__closebtn,
  .header__closebtn::before,
  .header__closebtn::after {
    display: none;
  }
}

/* overlay ----------------- */
.overlay_off {
  display: none;
}

@media (max-width: 1279px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
  }
}

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

@media (min-width: 1280px) {
  .noscroll {
    position: static;
    width: inherit;
    overflow-y: inherit;
  }
}

/* footer
-------------------- */
/* footerinfo */
.footerinfo {
  padding: 50px 0;
  text-align: center;
}

.footerinfo__name {
  display: block;
  margin-bottom: 15px;
}

.footerinfo__name img {
  width: 80px;
}

.footerinfo__tel {
  display: block;
  margin-bottom: 15px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1rem;
}

.footerinfo__tel a {
  display: inline-block;
  width: 95%;
  padding: 18px 5px;
  border-radius: 2px;
  background: #f7eff5;
  border: 1px solid #CCC;
  text-decoration: none;
}

.footerinfo__tel span {
  font-size: 1.625rem;
}

.footerinfo__open {
  margin-top: -5px;
  font-size: 0.75rem;
  line-height: 1.7;
}

.footerinfo__address {
  margin-top: 10px;
  line-height: 1.7;
}

@media (min-width: 600px) {
  .footerinfo__name img {
    width: 120px;
  }
  .footerinfo__tel {
    font-size: 1.25rem;
  }
  .footerinfo__tel a {
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
  }
  .footerinfo__tel span {
    font-size: 2.25rem;
  }
  .footerinfo__open {
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .footerinfo {
    padding: 80px 0 0;
    text-align: left;
  }
  .footerinfo__name {
    display: inline-block;
    margin-right: 20px;
  }
  .footerinfo__tel {
    display: inline-block;
    vertical-align: top;
  }
  .footerinfo__tel a:hover {
    color: #b062a0;
  }
}

/* footernav */
.footernav {
  padding: 25px 0 20px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  line-height: 1.5;
}

.footernav__menulist li {
  font-size: 0.75rem;
}

.footernav__menulist a {
  position: relative;
  display: block;
  padding: 6px 0 6px 15px;
  color: #222;
  text-decoration: none;
}

.footernav__menulist a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  margin-left: 0;
}

.footernav__menulist li ul {
  padding-left: 1em;
}

.footernav__menulist li ul a::before {
  display: none;
}

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

@media (min-width: 960px) {
  .footernav {
    padding: 80px 0 0;
    border: none;
  }
  .footernav__menulist a {
    padding-left: 0;
  }
  .footernav__menulist a::before {
    display: none;
  }
  .footernav__menulist a:hover {
    color: #999;
  }
}

/* footersns */
.footersns {
  padding: 30px 0 50px;
  text-align: center;
}

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

.footersns__svgcolor1 {
  fill: #999;
}

.footersns__svgcolor2 {
  fill: #FFF;
}

@media (min-width: 960px) {
  .footersns {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
  }
  a:hover .footersns__svgcolor1 {
    fill: #CCC;
  }
}

/* footerbottom */
.footerbottom {
  padding: 30px 0 50px;
  background: #999;
  color: #FFF;
  text-align: center;
}

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

.footerbottom__list {
  padding-bottom: 30px;
}

.footerbottom__list li {
  display: inline-block;
  padding: 0 5px;
  font-size: 0.75rem;
}

.footerbottom__list li:not(:first-child) {
  padding-left: calc(5px + 0.3em);
  border-left: 1px solid #FFF;
}

.footerbottom__copyright {
  font-size: 0.75rem;
}

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

@media (min-width: 960px) {
  .footerbottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    padding: 25px 3%;
    border-top: 1px solid #DDD;
    background: transparent;
    color: #222;
  }
  .footerbottom a {
    color: #222;
  }
  .footerbottom a:hover {
    color: #999;
  }
  .footerbottom__list {
    width: 50%;
    padding: 0;
    text-align: left;
  }
  .footerbottom__list li {
    padding: 0 10px 0 0;
  }
  .footerbottom__list li:not(:first-child) {
    padding-left: 0;
    border-left: none;
  }
  .footerbottom__copyright {
    width: 50%;
    text-align: right;
    line-height: 1;
  }
}

/* Layout 2column
-------------------- */
.layout2column .main,
.layout2column .main:not(.main_index) {
  padding-top: 0;
}

.layout2column .side {
  margin-top: 100px;
}

@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: 88%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .layout2column .main,
  .layout2column .main:not(.main_index) {
    width: 62.3%;
  }
  .layout2column .side {
    width: 32.5%;
    margin-top: 0;
    padding-left: 5.2%;
    border-left: 1px solid #DDD;
  }
}

/* main
-------------------- */
.main:not(.main_index) {
  padding-top: 54px;
}

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

@media (min-width: 1280px) {
  .main:not(.main_index) {
    padding-top: 74px;
  }
}

/* mainindex
-------------------- */
.mainindex {
  position: relative;
  padding-top: 75%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

.mainindex__txt {
  margin: 0 6%;
  padding-top: calc(8% + 30px);
  text-align: center;
}

.mainindex__catch {
  margin-top: -1em;
  font-size: 1rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1.7;
}

.mainindex__list {
  margin: 0 6%;
}

.mainindex__item {
  margin-top: calc(8% + 35px);
}

.mainindex__item a {
  display: block;
  color: #222;
  text-decoration: none;
}

.mainindex__img img {
  width: 100%;
}

.mainindex__name {
  position: relative;
  padding: 3.4% 0 0;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: center;
}

.mainindex__name span {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 1.25rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
}

.mainindex__name::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  z-index: 2;
  bottom: 21px;
  left: calc(50% + 2em);
  margin: 0;
}

.mainindex__name::after {
  content: "more";
  display: block;
  width: 90%;
  margin: 10px auto 0;
  padding: 14px 10px 14px 0;
  border-radius: 2px;
  background: #b062a0;
  color: #FFF;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
}

@media (min-width: 600px) {
  .mainindex__catch {
    font-size: 1.125rem;
    letter-spacing: 0.3em;
  }
  .mainindex__item {
    margin-top: 60px;
  }
  .mainindex__name {
    font-size: 0.75rem;
  }
  .mainindex__name span {
    font-size: 1.5rem;
  }
}

@media (min-width: 960px) {
  .mainindex {
    height: calc(100vh - 64px);
    min-height: 600px;
    max-height: 1000px;
    padding-top: 0;
    background-size: cover;
    background-position: 50% 50%;
  }
  .mainindex:last-child {
    margin-bottom: -130px;
  }
  .mainindex::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    animation: u-animation-bg1-keyframe 2s;
    -webkit-animation: u-animation-bg1-keyframe 2s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  .mainindex__txt {
    position: absolute;
    z-index: 3;
    margin: 0;
    padding-top: 0;
    bottom: 50%;
    left: 50%;
    color: #FFF;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .mainindex__txt .title1__en {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  .mainindex__catch {
    font-size: 1.25rem;
  }
  .mainindex__list {
    position: absolute;
    z-index: 3;
    bottom: 8%;
    left: 50%;
    width: 88%;
    max-width: 1140px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .mainindex__item {
    width: 22%;
    margin-top: 0;
    background: #FFF;
  }
  .mainindex__item:hover {
    background: #EEE;
  }
  .mainindex__item:hover img {
    opacity: 0.7;
  }
  .mainindex__item:not(:first-child) {
    margin-left: 4%;
  }
  .mainindex__name {
    padding: 15px 0;
    font-size: 0.625rem;
  }
  .mainindex__name span {
    font-size: 1.125rem;
  }
  .mainindex__name:before, .mainindex__name:after {
    display: none;
  }
}

@media (min-width: 1280px) {
  .mainindex:last-child {
    margin-bottom: -160px;
  }
}

/* mainimg
-------------------- */
.mainimg {
  position: relative;
  padding-top: 110%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.mainimg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.mainimg__txt {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100%;
  color: #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.mainimg__title {
  margin-bottom: 10px;
  font-size: 1.75rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1;
}

.mainimg__catch {
  font-size: 1rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1.7;
}

@media (min-width: 600px) {
  .mainimg {
    height: 600px;
    height: calc(95vh - 74px);
    max-height: 800px;
    min-height: 600px;
    padding-top: 0;
  }
  .mainimg__title {
    margin-bottom: 15px;
    font-size: 2.25rem;
  }
  .mainimg__catch {
    font-size: 1.125rem;
    letter-spacing: 0.3em;
  }
}

@media (min-width: 960px) {
  .mainimg__title {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .mainimg__catch {
    font-size: 1.25rem;
  }
}

/* mainheader
-------------------- */
.mainheader {
  padding-top: calc(8% + 30px);
}

.mainheader_2column {
  padding-top: 64px;
}

.mainheader p {
  margin-bottom: 15px;
}
.mainheader p.mainheader01 {
  font-weight: 800;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .mainheader_2column {
    padding-top: 79px;
  }
  .mainheader__txt {
    font-size: 1rem;
    text-align: center;
  }
}

@media (min-width: 960px) {
  .mainheader {
    padding-top: 100px;
  }
  .mainheader_2column {
    padding-top: 79px;
  }
  .layout2column .mainheader.container {
    width: 160.51%;
    background: #FFF;
  }
}

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

.mainheader2 {
  padding-top: 10px;
  font-size: 1.125rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 600px) {
  .mainheader2 {
    padding-top: 15px;
    font-size: 1.5rem;
  }
}

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

/* gallery
-------------------- */
/* summarytxt
-------------------- */
.gallery,
.summarytxt {
  margin-top: calc(12% + 20px);
}

@media (min-width: 960px) {
  .gallery,
  .summarytxt {
    margin-top: 130px;
  }
}

@media (min-width: 1280px) {
  .gallery,
  .summarytxt {
    margin-top: 160px;
  }
}

.summarytxt {
  margin-right: 6%;
  margin-left: 6%;
}

/* summarydata
-------------------- */
.summarydata {
  position: relative;
  margin-top: calc(12% + 20px);
  padding: 60px 6%;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
}

.summarydata::before, .summarydata::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222;
}

.summarydata::after {
  top: auto;
  bottom: 3px;
}

.summarydata_nobottom {
  border-bottom: none;
}

.summarydata_nobottom::after {
  display: none;
}

.summarydata .title1 {
  margin-bottom: 20px;
}

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

.summarydata__btn .btn1 {
  display: inline-block;
  width: auto;
  padding-left: 48px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  .summarydata {
    padding: 70px 0;
  }
  .summarydata__btn {
    margin-top: 35px;
  }
  .summarydata__btn .btn1 {
    width: 300px;
  }
}

@media (min-width: 960px) {
  .summarydata {
    width: 88%;
    max-width: 1140px;
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
  }
  .summarydata__btn .btn1 {
    width: 400px;
  }
}

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

/* bottomTokuten
-------------------- */
.bottomTokuten {
  width: 88%;
  max-width: 760px;
  margin: 20px auto 0;
  padding: 15px;
  border: 1px dotted #333;
  background: #EFE0EC;
}

.bottomTokuten ul {
  margin: 0 0 0 20px;
  list-style-type: disc;
  text-align: left;
}

.bottomTokuten li {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.7;
}

.bottomTokuten__title {
  font-weight: bold;
  text-align: center;
}

@media (min-width: 600px) {
  .bottomTokuten {
    width: 80%;
    margin-top: 30px;
    padding: 25px 10px;
  }
  .bottomTokuten ul {
    list-style-type: none;
    text-align: center;
  }
  .bottomTokuten li {
    font-size: 0.875rem;
  }
  .bottomTokuten li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px 3px 0;
    border-radius: 50%;
    background: #333;
    vertical-align: middle;
  }
  .bottomTokuten__title {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}

/* bottomFair
-------------------- */
.bottomFair {
  margin-top: calc(12% + 20px);
  padding: 15% 0;
  background: #f7eff5;
}

.bottomFair__title {
  width: 88%;
  max-width: 1140px;
  margin: 0 auto 2%;
  padding: 13px 0;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  font-size: 1rem;
  text-align: center;
}

.bottomFair__btn {
  width: 88%;
  max-width: 1140px;
  margin: 0 auto;
}

.bottomFair__btn .btn3 {
  width: 100%;
  margin-top: calc(5% + 15px);
}

.bottomFair .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

.bottomFair .ichioshifair {
  width: 88%;
  max-width: 1140px;
  margin: 0 auto;
}

.bottomFair .ichioshifair__item {
  border-bottom: 1px dotted #222;
}

.bottomFair .ichioshifair__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 17px 0;
  text-decoration: none;
}

.bottomFair .ichioshifair__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 5%;
}

.bottomFair .ichioshifair__img img {
  width: 100%;
  border-radius: 50%;
}

.bottomFair .ichioshifair__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
}

.bottomFair .ichioshifair__date {
  display: block;
  margin-bottom: 2px;
  color: #222;
  font-size: 0.875rem;
}

.bottomFair .ichioshifair__title {
  display: block;
  font-size: 0.75rem;
  text-decoration: underline;
  line-height: 1.7;
}

@media (min-width: 600px) {
  .bottomFair__title {
    font-size: 1.125rem;
  }
  .bottomFair .ichioshifair__item a {
    padding: 20px 0;
  }
  .bottomFair .ichioshifair__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    margin-right: 30px;
  }
  .bottomFair .ichioshifair__date {
    font-size: 1rem;
  }
  .bottomFair .ichioshifair__title {
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .bottomFair {
    margin-top: 130px;
    padding: 80px 0;
  }
  .bottomFair__title {
    position: relative;
    padding: 0 0 20px;
    border: none;
    font-size: 1.25rem;
  }
  .bottomFair__title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    width: 200px;
    height: 2px;
    background: #222;
  }
  .bottomFair__btn .btn3 {
    width: 450px;
    margin-top: 50px;
    padding: 21px 5px;
    font-size: 1.25rem;
  }
  .bottomFair .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .bottomFair .ichioshifair {
    margin-top: 40px;
  }
  .bottomFair .ichioshifair__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
    border: none;
  }
  .bottomFair .ichioshifair__item:not(:first-child) {
    margin-left: 2%;
  }
  .bottomFair .ichioshifair__item a {
    padding: 0;
  }
  .bottomFair .ichioshifair__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-right: 10px;
  }
  .bottomFair .ichioshifair a:hover img {
    opacity: 0.7;
  }
}

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

/* breadcrumb
-------------------- */
.breadcrumb {
  width: 100%;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

.breadcrumb ol {
  padding: 10px 0;
  line-height: 1.5;
  text-align: left;
}

.breadcrumb li {
  display: inline-block;
  font-size: 0.675rem;
}

.breadcrumb li + li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 calc(5px + 0.3em) 0 5px;
}

.breadcrumb a {
  text-decoration: none;
  color: #222;
}

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

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

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

.gotop_start {
  opacity: 0;
}

.gotop_show,
.gotop_hide {
  -webkit-transition: 1s ease-in-out;
  -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: 12px 0 0 0;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.gotop svg {
  width: 16px;
  height: 16px;
}

.gotop-svg-color1 {
  fill: none;
  stroke: #FFF;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

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

/* side
-------------------- */
/* widget
-------------------- */
.widget {
  width: 88%;
  margin: 0 auto 50px;
}

.widget__title {
  margin-bottom: 20px;
  padding: 10px;
  background: #EEE;
}

.widget__search {
  text-align: center;
}

.widget__searchinput {
  width: calc(100% - 65px);
  max-width: 400px;
  padding: 10px 5px;
  font-size: 16px;
  border: 1px solid #CCC;
  line-height: 1;
}

.widget__searchbtn {
  width: 60px;
  margin: 0 0 0 5px;
  padding: 11px 5px;
  border: none;
  background: #999;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.widget__category li {
  border-bottom: 1px solid #DDD;
  line-height: 1.5;
}

.widget__category a {
  display: block;
  position: relative;
  padding: 11px 0 12px 20px;
  color: #333;
  text-decoration: none;
}

.widget__category a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  top: 17px;
  left: 0;
  margin: 0;
}

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

.widget__tag a {
  color: #333;
  text-decoration: none;
}

.widget__tag .rank-1 {
  font-size: 1.75rem;
}

.widget__tag .rank-2 {
  font-size: 1.625rem;
}

.widget__tag .rank-3 {
  font-size: 1.5rem;
}

.widget__tag .rank-4 {
  font-size: 1.375rem;
}

.widget__tag .rank-5 {
  font-size: 1.25rem;
}

.widget__tag .rank-6 {
  font-size: 1.125rem;
}

.widget__tag .rank-7 {
  font-size: 1rem;
}

.widget__tag .rank-8 {
  font-size: 0.875rem;
}

.widget__tag .rank-9 {
  font-size: 0.75rem;
}

.widget__tag .rank-10 {
  font-size: 0.675rem;
}

.widget__archive {
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
}

@media (min-width: 960px) {
  .widget {
    width: 100%;
  }
  .widget a:hover {
    color: #999;
  }
  .widget__title {
    margin-bottom: 25px;
  }
  .widget__category li {
    border-bottom: none;
  }
  .widget__category a {
    padding: 6px 0 7px 15px;
  }
}

/* Container
-------------------- */
.container {
  position: relative;
  width: 88%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container_txt {
  width: 80%;
}

.container_m {
  max-width: 900px;
}

.container_s {
  max-width: 760px;
}

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

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

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

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

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

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

.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 .column_equallymargin:not(:first-child) {
  margin-left: 5.2%;
}

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

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

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

/* grid multiline
-------------------- */
/* rowwrap */
.rowwrap {
  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;
}

.column_1-2 {
  width: 48%;
}

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

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

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

/* Section
-------------------- */
/* section1 */
.section1 {
  clear: both;
  margin-bottom: 60px;
}

.section1 p {
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .section1 {
    margin-bottom: 80px;
  }
}

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

/* section2 */
.section2 {
  clear: both;
  margin-bottom: 40px;
}

.section2 p {
  margin-bottom: 15px;
}

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

/* Title
-------------------- */
.title1 {
  margin-bottom: 35px;
  text-align: center;
}

.title1__en {
  margin-bottom: 7px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

.title1__en:last-child {
  margin-bottom: -8px;
}

.title1__jp {
  font-size: 0.625rem;
  line-height: 1.3;
}

@media (min-width: 600px) {
  .title1 {
    margin-bottom: 45px;
  }
  .title1__en {
    margin-bottom: 15px;
    font-size: 1.875rem;
  }
  .title1__en:last-child {
    margin-bottom: -10px;
  }
  .title1__jp {
    font-size: 0.75rem;
  }
}

.title2 {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 600px) {
  .title2 {
    margin-bottom: 30px;
    font-size: 1.625rem;
  }
}

@media (min-width: 960px) {
  .title2 {
    margin-bottom: 35px;
    font-size: 1.75rem;
  }
}

.title3 {
  margin-bottom: 30px;
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 1.125rem;
  text-align: center;
}

@media (min-width: 600px) {
  .title3 {
    margin-bottom: 40px;
    padding: 20px 0;
    text-align: left;
  }
}

.title4 {
  margin-bottom: 25px;
  padding: 11px 10px;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
}

/* Chatch
-------------------- */
.catch1 {
  margin-bottom: 35px;
  font-size: 1rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  text-align: center;
  line-height: 1.85;
}

.catch1 span {
  display: inline-block;
}

@media (min-width: 600px) {
  .catch1 {
    margin-bottom: 43px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

@media (min-width: 960px) {
  .catch1 {
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
}

/* Link
-------------------- */
.link-txt1 {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
}

.link-txt1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 4px solid #333;
}

.link-txt1_tobottom::after {
  top: 50%;
  left: 3px;
  margin-top: -2px;
  border: 4px solid transparent;
  border-top: 4px solid #333;
}

/* tel */
@media (min-width: 600px) {
  .link-tel,
  .link-tel:hover {
    color: #333;
    text-decoration: none;
  }
}

/* img hover */
@media (min-width: 960px) {
  a:hover .link-img {
    opacity: 0.7;
  }
}

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

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

@media (min-width: 600px) {
  .img-cut-left {
    float: left;
    width: 38%;
    margin-right: 2.5%;
    margin-bottom: 5px;
  }
  .img-cut-right {
    float: right;
    width: 38%;
    margin-left: 2.5%;
    margin-bottom: 5px;
  }
}

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

.list1 li {
  position: relative;
}

.list1 li:not(:last-child) {
  margin-bottom: 12px;
}

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

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

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

/* dl-list1 */
.dl-list1 {
  margin: 0 0 40px;
  border-bottom: 1px solid #333;
  line-height: 1.7;
}

.dl-list1 dt {
  float: left;
  width: 7em;
  padding: 12px 0.5em 0;
  border-top: 1px solid #333;
  font-weight: bold;
}

.dl-list1 dd {
  margin-left: 7em;
  padding: 12px 0.5em;
  border-top: 1px solid #333;
}

.dl-list1 dd::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 600px) {
  .dl-list1 dt {
    width: 13em;
    padding: 15px 0.5em 0;
  }
  .dl-list1 dd {
    margin-left: 13em;
    padding: 15px 0.5em;
  }
}

/* box
-------------------- */
/* box1 */
.box1 {
  margin-top: calc(12% + 20px);
}

.box1 p {
  margin-bottom: 15px;
}

.box1 img {
  margin: 5px 0;
}

.box1__title1 {
  margin-top: 40px;
  font-size: 2.5rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1.2;
}

.box1__title2 {
  margin-top: 35px;
  font-size: 1rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  letter-spacing: 0.15em;
  line-height: 2;
}

.box1__title3 {
  margin-top: 40px;
  font-size: 1.625rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.box1__title3_en {
  letter-spacing: 0;
}

.box1__title1,
.box1 p.box1__title1, .box1__title2,
.box1 p.box1__title2, .box1__title3,
.box1 p.box1__title3 {
  margin-bottom: 20px;
}

.box1__title1 + .box1__title2 {
  margin-top: 15px;
}

.box1__yoko {
  overflow: hidden;
}

.box1__yoko img {
  width: 150%;
  margin-left: -25%;
}

.box1__imglist img:not(:last-child) {
  margin-bottom: 10px;
}

.box1__bg {
  padding-top: calc(8% + 30px);
  padding-bottom: calc(8% + 30px);
  background: #EEE;
}

@media (max-width: 320px) {
  .box1__title3 {
    font-size: 7vw;
  }
}

@media (min-width: 600px) {
  .box1 p {
    margin-bottom: 20px;
  }
  .box1__title3 {
    line-height: 1.7;
  }
  .box1__title1,
  .box1 p.box1__title1, .box1__title2,
  .box1 p.box1__title2 {
    margin-bottom: 25px;
  }
  .box1__tate {
    width: 88%;
    max-width: 760px;
    margin: 0 auto;
  }
  .box1__yoko img {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 960px) {
  .box1 {
    margin-top: 130px;
  }
  .box1 .column > .box1__title1:first-child,
  .box1 .column > .box1__title2:first-child,
  .box1 .column > .box1__title3:first-child {
    margin-top: 0;
  }
  .box1__down {
    margin-top: 100px;
  }
  .box1__agligncenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 1280px) {
  .box1 {
    margin-top: 160px;
  }
  .box1__yoko img {
    margin-top: -1.5%;
    margin-bottom: -1.5%;
  }
}

.box1type1__img {
  overflow: hidden;
  margin-bottom: 15px;
}

.box1type1__img p {
  margin-bottom: 0;
}

.box1type1__img img {
  width: 150%;
  margin-left: -25%;
}

.box1type1__img_set {
  position: relative;
}

.box1type1__img_set img {
  width: 100%;
  margin-left: 0;
}

.box1type1__imgset1a {
  width: 90%;
}

.box1type1__imgset1b {
  width: 60%;
  margin-left: auto;
}

.box1type1__imgset2a {
  width: 60%;
  margin-left: auto;
}

.box1type1__imgset2b {
  width: 90%;
}

.box1type1__imgset3a {
  width: 90%;
}

.box1type1__imgset3b {
  width: 60%;
  margin-left: auto;
  margin-right: 10%;
}

.box1type1__txt {
  margin: 0 10%;
}

@media (min-width: 600px) {
  .box1type1__img img {
    width: 100%;
    margin-left: 0;
  }
  .box1type1__imgset1a {
    overflow: hidden;
    width: 65%;
    padding-bottom: 10%;
  }
  .box1type1__imgset1a img {
    width: 140%;
    margin: 0 -20%;
  }
  .box1type1__imgset1b {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: calc(35% - 10px);
  }
  .box1type1__imgset1b img {
    width: 110%;
    margin: 0 -5%;
  }
  .box1type1__imgset2a {
    width: 40%;
  }
  .box1type1__imgset2b {
    width: 80%;
    margin-left: 5%;
  }
  .box1type1__imgset3a {
    width: 75%;
  }
  .box1type1__imgset3b {
    width: 40%;
    margin-right: 5%;
  }
}

@media (min-width: 960px) {
  .box1type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: start;
    -webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .box1type1__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63.14%;
            flex: 0 0 63.14%;
    margin-bottom: 0;
  }
  .box1type1__img p {
    margin-bottom: 20px;
  }
  .box1type1__imgset2b, .box1type1__imgset3b {
    margin-top: -20px;
  }
  .box1type1__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.28%;
            flex: 0 0 26.28%;
    margin-left: 4.58%;
    margin-right: 0;
  }
  .box1type1_rightimg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: end;
  }
  .box1type1_rightimg .box1type1__txt {
    margin-left: 0;
    margin-right: 4.58%;
  }
  .box1type1_verticalcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .box1type1_margin50 {
    margin-top: 50px;
  }
}

@media (min-width: 1300px) {
  .box1type1__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 170px);
            flex: 0 0 calc(50% + 170px);
    /* 50% + (1140 * 0.896 / 3 / 2) */
  }
  .box1type1__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    margin-left: 60px;
  }
  .box1type1_rightimg .box1type1__txt {
    margin-left: 0;
    margin-right: 60px;
  }
}

@media (min-width: 960px) {
  .box1type2 {
    position: relative;
  }
  .box1type2__rightimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 47.4%;
  }
  .box1type2__rightimg + .box1__title1 {
    margin-top: 10px;
  }
  .box1type2__righttxt {
    padding-top: 100%;
  }
}

.box1type3__container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.box1type3__img1 p {
  margin-bottom: 0;
}

.box1type3__txt, .box1type3__img2 {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .box1type3__txt {
    width: 45%;
    margin: 40px 5% 0;
  }
  .box1type3__txt > p:first-child {
    margin-top: 0;
  }
  .box1type3__img2 {
    width: 45%;
    margin: 40px 0 0;
  }
}

@media (min-width: 960px) {
  .box1type3__container {
    width: 88%;
  }
  .box1type3__img1 {
    overflow: hidden;
    position: relative;
    padding-top: 55%;
  }
  .box1type3__img1 p {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .box1type3__txt {
    width: calc(100% - 5.2% - 390px);
    margin: 50px 5.2% 0 0;
  }
  .box1type3__img2 {
    width: 390px;
    margin: 50px 0 0;
  }
}

/* Button
-------------------- */
/* btn1 */
.btn1 {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 14px 5px;
  border-radius: 2px;
  background: #b062a0;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
}

.btn1:not(.btn1_url)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

.btn1_url {
  padding-left: 45px;
}

.btn1_url::before, .btn1_url::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: 20px;
  width: 12px;
  height: 10px;
  border: 1px solid #b062a0;
  background: #FFF;
}

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

@media (min-width: 600px) {
  .btn1 {
    padding: 16px 5px;
    font-size: 1rem;
  }
}

@media (min-width: 960px) {
  .btn1 {
    padding: 18px 5px;
    border: 1px solid #333;
    border-radius: 0;
    background: #FFF;
    color: #222;
  }
  .btn1:not(.btn1_url)::after {
    border-top-color: #333;
    border-right-color: #333;
    margin-left: 15px;
  }
  .btn1_url::before, .btn1_url::after {
    border: 1px solid #333;
  }
  .btn1:hover {
    background: #EEE;
    color: #222;
  }
}

/* btn2 */
.btn2 {
  display: inline-block;
  line-height: 1.5;
}

.btn2::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

@media (min-width: 960px) {
  .btn2 {
    width: 100%;
    max-width: 300px;
    padding: 18px 5px;
    border: 1px solid #333;
    border-radius: 0;
    background: #FFF;
    color: #222;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
  }
  .btn2::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    margin-bottom: 3px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    margin-left: 15px;
  }
  .btn2:hover {
    background: #EEE;
    color: #222;
  }
}

/* btn3 */
.btn3 {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 18px 5px;
  border-radius: 2px;
  background: #b062a0;
  color: #FFF;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
}

.btn3::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  .btn3 {
    padding: 21px 5px;
    font-size: 1.5rem;
  }
}

@media (min-width: 960px) {
  .btn3 {
    padding: 25px 5px;
    font-size: 1.875rem;
  }
  .btn3::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    margin-bottom: 3px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
  }
  .btn3:hover {
    color: #FFF;
    background: #c891bc;
  }
}

/* btn4 */
.btn4 {
  display: inline-block;
  width: 100%;
  padding: 18px 5px;
  border-radius: 2px;
  background: #b062a0;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}

.btn4::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

@media (min-width: 600px) {
  .btn4 {
    max-width: 320px;
    padding: 20px 0;
    font-size: 1rem;
  }
}

@media (min-width: 960px) {
  .btn4:hover {
    color: #FFF;
    background: #c891bc;
  }
}

/* slide
-------------------- */
/* slide1 */
.slide1 {
  overflow: hidden;
  margin-bottom: 25px;
}

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

.slide1 .swiper-container-horizontal > .swiper-pagination-bullets {
  padding-left: 10px;
  padding-right: 10px;
  bottom: 0;
}

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

.slide1__item img {
  width: 100%;
}

.slide1__item_tate {
  width: 50% !important;
}

.slide1__item_tateonly {
  width: 70% !important;
}

.slide1__next, .slide1__prev {
  display: none;
}

@media (min-width: 600px) {
  .slide1 .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    overflow: visible;
    z-index: 1;
  }
  .slide1__list {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
  }
  .slide1__item_tateonly {
    width: 50% !important;
  }
  .slide1__next, .slide1__prev {
    display: block;
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: calc(50% - 50vw + 5%);
  }
  .slide1__next {
    left: auto;
    right: calc(50% - 50vw + 5%);
  }
  .slide1__next::after, .slide1__prev::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    margin-bottom: 3px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
  }
  .slide1__prev::before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    margin: 0 10px 3px 0;
  }
}

/* nav-index1
-------------------- */
.nav-index1 {
  margin: 30px 0;
  border: 1px solid #CCC;
  line-height: 1.7;
}

.nav-index1 li:not(:last-child) {
  border-bottom: 1px solid #CCC;
}

.nav-index1 a {
  position: relative;
  display: block;
  padding: 12px 20px 12px 12px;
  text-align: left;
}

.nav-index1 a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  margin: 0;
}

.nav-index1_tobottom a::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 600px) {
  .nav-index1 {
    margin: 30px 0 50px;
    border: none;
    text-align: center;
    letter-spacing: -.4em;
  }
  .nav-index1 li {
    display: inline-block;
    margin: 10px 0;
    padding: 0 10px;
    letter-spacing: normal;
    line-height: 1;
  }
  .nav-index1 li:not(:first-child) {
    border-left: 1px solid #333;
  }
  .nav-index1 li:not(:last-child) {
    border-bottom: none;
  }
  .nav-index1 a {
    display: static;
    padding: 0;
  }
  .nav-index1 a::after,
  .nav-index1_tobottom a::after {
    display: none;
  }
}

/* nav-pulldown
-------------------- */
.nav-pulldown {
  font-size: 0.85em;
}

.nav-pulldown a {
  color: #333;
  text-decoration: none;
}

@media (min-width: 600px) {
  .nav-pulldown ul {
    text-align: center;
  }
  .nav-pulldown li {
    display: inline-block;
  }
  .nav-pulldown li:not(:first-child) {
    margin-left: calc(10px - 0.3em);
    padding-left: 10px;
    border-left: 1px solid #333;
  }
  .nav-pulldown a {
    color: #b062a0;
    text-decoration: underline;
  }
  .nav-pulldown a:hover {
    color: #999;
  }
}

@media (max-width: 599.99px) {
  .nav-pulldown__list {
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    background: #FFF;
    line-height: 1.5;
  }
  .nav-pulldown__list li {
    border-bottom: 1px solid #DDD;
  }
  .nav-pulldown__list a {
    position: relative;
    display: block;
    padding: 10px 25px 10px 10px;
  }
  .nav-pulldown__list a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
  }
  .nav-pulldown__list_off {
    display: none;
  }
  .nav-pulldown__btn {
    position: relative;
    height: 40px;
    border: 1px solid #DDD;
    background: #FFF;
  }
  .nav-pulldown__btn::before {
    content: attr(data-txt);
    padding-left: 10px;
    line-height: 40px;
  }
  .nav-pulldown__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    background-color: #CCC;
    background-image: url(https://img03.shop-pro.jp/PA01002/998/etc/z5c-icon1.png);
    background-repeat: no-repeat;
    background-position: 0 -160px;
    background-size: 40px auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .nav-pulldown__btn_open {
    background: #EEE;
  }
  .nav-pulldown__btn_open::after {
    background-color: #999;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/* nav-pagination1 */
.nav-pagination1 {
  margin-top: 80px;
  text-align: center;
}

.nav-pagination1 a,
.nav-pagination1 span {
  display: inline-block;
  min-width: 38px;
  margin-top: 15px;
  padding: 10px 0;
  text-align: center;
}

.nav-pagination1 a {
  border: 1px solid #DDD;
  text-decoration: none;
}

.nav-pagination1 .nav-pagination__prev,
.nav-pagination1 .nav-pagination__next {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-pagination1 .nav-pagination__prev::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: 0 5px 2px 0;
}

.nav-pagination1 .nav-pagination__next::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 0 2px 5px;
}

/* nav-pagination2 */
.nav-pagination2 {
  max-width: 900px;
  margin: 80px auto 0;
  border-top: 1px solid #DDD;
}

.nav-pagination2 li {
  line-height: 1.5;
}

.nav-pagination2__prev, .nav-pagination2__next {
  border-bottom: 1px solid #DDD;
}

.nav-pagination2__top {
  margin-top: 20px;
}

.nav-pagination2 a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 4.5em;
  color: #222;
  font-size: 0.75rem;
  text-decoration: none;
}

.nav-pagination2__top a {
  padding: 0;
  text-align: center;
}

.nav-pagination2 a::before {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  margin: 0;
}

.nav-pagination2__prev a::before {
  content: "PREV:";
}

.nav-pagination2__next a::before {
  content: "NEXT:";
}

.nav-pagination2 a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

.nav-pagination2__prev a::after,
.nav-pagination2__next a::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 3px;
  margin: 0;
}

.nav-pagination2 span {
  color: #b062a0;
  text-decoration: underline;
}

@media (min-width: 600px) {
  .nav-pagination2 {
    border-top: none;
  }
  .nav-pagination2__prev, .nav-pagination2__next {
    position: absolute;
    top: 0;
    width: calc(50% - 90px);
    border-bottom: none;
  }
  .nav-pagination2__prev {
    left: 0;
  }
  .nav-pagination2__next {
    right: 0;
  }
  .nav-pagination2__top {
    margin: 0 auto;
    width: 160px;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
  }
  .nav-pagination2 a {
    padding: 8px 0;
  }
  .nav-pagination2__top a {
    padding: 10px 0;
  }
  .nav-pagination2__prev a {
    text-align: right;
  }
  .nav-pagination2__next a {
    padding: 8px 0;
  }
  .nav-pagination2__prev a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 10px;
    margin-bottom: 3px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    content: "";
    position: static;
    margin-right: 10px;
    margin-bottom: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .nav-pagination2__next a::before,
  .nav-pagination2__top a::after,
  .nav-pagination2__prev a::after {
    display: none;
  }
  .nav-pagination2__next a::after {
    position: static;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .nav-pagination2__prev span,
  .nav-pagination2__next span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
    vertical-align: middle;
  }
  .nav-pagination2__prev span {
    margin-left: -3px;
  }
  .nav-pagination2__next span {
    margin-right: -3px;
  }
}

@media (min-width: 960px) {
  .nav-pagination2__prev, .nav-pagination2__next {
    width: calc(50% - 110px);
  }
  .nav-pagination2__top {
    width: 180px;
  }
  .nav-pagination2 a {
    font-size: 0.875rem;
  }
}

/* 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-weight: bold;
}

#form-error-tip-policy {
  width: 7em;
  margin: 0 auto;
}

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

.form-error-tip p {
  position: relative;
  padding-left: 23px;
  color: #FF3300;
  font-weight: bold;
}

.form-error-tip p::before {
  content: "!";
  display: block;
  position: absolute;
  z-index: 3;
  top: calc(50% - 6px);
  left: 0;
  width: 16px;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.form-error-tip p::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #FF3300;
}

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

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

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

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

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

/* form1 */
.form1 {
  max-width: 800px;
  margin: 0 auto;
  /* IE */
  /* Edge */
}

.form1 dl {
  margin-top: 20px;
  border-bottom: 1px solid #DDD;
}

.form1 dt {
  padding: 20px 0 0;
  border-top: 1px solid #DDD;
  font-weight: bold;
  line-height: 1.3;
}

.form1 dd {
  margin: 5px 1% 0;
  padding: 0 0 15px;
  font-size: 1rem;
  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 {
  color: #999;
}

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

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

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

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

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

.form1 textarea {
  height: 150px;
}

.form1 select {
  margin: 5px 0;
  padding: 5px 0;
  font-size: 16px;
}

.form1 label {
  display: inline-block;
  cursor: pointer;
  margin: 5px 0;
  padding: 5px 10px 5px 5px;
  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 {
  text-align: center;
  padding: 10px 0 0;
}

.form1__privacy label {
  display: block;
  margin-top: 5px;
  padding: 10px;
  border: none;
  background: #DDD;
  line-height: 1.5;
}

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

.form1__btn-submit {
  display: inline-block;
  width: 100%;
  margin: 0 auto 30px;
  padding: 20px 0;
  background: #4EA047;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border: 2px solid #FFF;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}

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

@media (min-width: 600px) {
  .form1 dt {
    clear: both;
    float: left;
    width: 200px;
    padding: 28px 0;
  }
  .form1 dd {
    margin: 0 0 0 200px;
    padding: 25px 0;
    border-top: 1px solid #DDD;
  }
  .form1__privacy {
    padding-top: 20px;
  }
  .form1__privacy label {
    display: inline-block;
    margin-top: 10px;
    padding: 15px;
  }
  .form1__btn {
    margin: 30px 0 100px;
  }
  .form1__btn-submit {
    max-width: 500px;
    font-size: 2em;
    padding: 25px 0;
  }
  .form1__btn-submit svg {
    margin-right: 15px;
  }
}

@media (min-width: 960px) {
  .form1 input.form-input-half {
    width: 50%;
  }
  .form1__btn {
    margin-bottom: 160px;
  }
  .form1__btn-submit:hover {
    background: #83BC7E;
  }
}

/* complete */
.formComplete {
  margin-top: 8%;
  margin-bottom: 10%;
  padding: 10% 5%;
  background: #f7eff5;
}

.formComplete p:last-child {
  margin-top: 20px;
}

@media (min-width: 960px) {
  .formComplete {
    margin-top: 70px;
    margin-bottom: 100px;
    padding: 100px 0;
    text-align: center;
  }
}

/* iframe
-------------------- */
/* iframe1 */
.iframe1 {
  position: relative;
  width: 100%;
  padding-top: 66.67%;
}

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

/* snsbtn
-------------------- */
.snsbtn {
  clear: both;
  padding: 30px 0;
  height: 30px;
  text-align: center;
}

.snsbtn__fb,
.snsbtn__tw,
.snsbtn__line {
  display: inline-block;
  line-height: 1;
}

.snsbtn__fb,
.snsbtn__tw {
  vertical-align: top;
}

@media (min-width: 600px) {
  .snsbtn {
    padding: 60px 0;
  }
}

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

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

/* br
-------------------- */
.u-br-sm-none {
  display: none;
}

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

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

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

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

/* align-**-center
-------------------- */
.u-align-md-center br {
  display: none;
}

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

.u-align-lg-center br {
  display: none;
}

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

/* font
-------------------- */
.u-font-bold {
  font-weight: bold;
}

.u-font-red {
  color: #CC0000;
}

/* animation
-------------------- */
.u-animation-bg1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  animation: u-animation-bg1-keyframe 2s;
  -webkit-animation: u-animation-bg1-keyframe 2s;
}

@-webkit-keyframes u-animation-bg1-keyframe {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  50% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@keyframes u-animation-bg1-keyframe {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  50% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

/* indexPage
-------------------- */
/* indexMain -------- */
.indexMain {
  position: relative;
}

.indexMain__catch {
  display: none;
}

.indexMain__movie {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.indexMain__movie_bg {
  background: url(../images/index/mainimg_sp.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.indexMain__movievideo {
  width: auto;
  height: 100%;
  min-height: 100%;
}

.indexMain__movievideo_w100 {
  width: 100%;
  height: auto;
}

.indexMain__movielogo {
  position: absolute;
  bottom: 45%;
  left: 0;
  width: 100%;
  text-align: center;
}

.indexMain__movielogo img {
  width: 180px;
}

.indexMain__moviebtn {
  display: none;
  position: absolute;
  top: 60%;
  left: calc(50% - 25px);
  width: 44px;
  height: 44px;
  padding: 9px 0 0 11px;
  border-radius: 100%;
  border: 2px solid #FFF;
}

.indexMain__moviebtnsvg {
  fill: #FFF;
}

.indexMain__moviescroll {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 100%;
  text-align: center;
}

.indexMain__moviescrollicon {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-size: 10px;
}

.indexMain__moviescrollicon::before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: calc(50% - 9px);
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.indexMain__youtube {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.indexMain__youtubevideo {
  width: 100%;
  height: 100%;
  margin: auto auto;
}

.indexMain__youtubeclosebtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.4);
}

.indexMain__youtubeclosebtn::before, .indexMain__youtubeclosebtn::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #FFF;
}

.indexMain__youtubeclosebtn::before {
  top: 19px;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.indexMain__youtubeclosebtn::after {
  top: 19px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 600px) {
  .indexMain {
    height: 600px;
    height: 100vh;
    background-image: url(../images/index/mainimg_pc.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
  }
  .indexMain__catch {
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    width: auto;
    color: #FFF;
    font-family: "NotoSerifCJKjp-L", sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0.25rem;
    line-height: 1.7;
    text-align: left;
    text-shadow: 0 0 5px rgba(39, 139, 219, 0.5), 0 0 5px rgba(39, 139, 219, 0.5), 0 0 10px rgba(39, 139, 219, 0.5), 0 0 20px rgba(39, 139, 219, 0.5);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .indexMain__movie {
    display: none;
  }
}

@media (min-width: 960px) {
  .indexMain {
    height: 100vh;
    background-attachment: fixed;
  }
  .indexMain__catch {
    top: 40%;
    font-size: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .indexMain__catch {
    top: auto;
    bottom: calc(55% + 20px);
  }
}

.indexPickup {
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
}

.indexPickup__img img {
  border: 1px solid #FFF;
  width: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

@media (min-width: 600px) {
  .indexPickup {
    position: fixed;
    z-index: 90;
    bottom: 20px;
    margin: 0;
    width: 402px;
    right: 10px;
    bottom: 60px;
  }
  .indexPickup_hide {
    -webkit-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
  }
  .indexPickup_show {
    -webkit-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
  }
  .indexPickup_close {
    display: none;
  }
}

/* indexBn */
.indexBn {
  width: 90%;
  margin: 30px auto 0;
  text-align: center;
}

.indexBn a {
  display: block;
}

.indexBn img {
  border: 1px solid #FFF;
  width: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

@media (min-width: 600px) {
  .indexBn {
    margin: 10% auto 0;
  }
  .indexBn img {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 960px) {
  .indexBn {
    position: relative;
    margin: 100px auto 0;
    max-width: 802px;
  }
  .indexBn a:hover {
    opacity: 0.7;
  }
  .indexBn + .container .indexStyle1 {
    padding-top: calc(15% - 70px);
  }
}

@media (min-width: 1280px) {
  .indexBn + .container .indexStyle1 {
    padding-top: 180px;
  }
}

/* indexStyle1 */
.indexStyle1 {
  padding-top: 28%;
}

.indexStyle1__img {
  margin-top: 35px;
}

.indexStyle1__img img {
  width: 100%;
}

.indexStyle1__btn {
  margin-top: 40px;
}

.indexStyle1__btn .btn1 {
  width: 92%;
}

.indexStyle1__list {
  margin-top: 50px;
}

@media (min-width: 600px) {
  .indexStyle1 {
    overflow: hidden;
    padding-top: 20%;
  }
  .indexStyle1__img {
    margin-top: 55px;
    margin-left: -20%;
    margin-right: -20%;
  }
  .indexStyle1__btn {
    margin-top: 60px;
  }
  .indexStyle1__list {
    margin-top: 70px;
  }
}

@media (min-width: 960px) {
  .indexStyle1 {
    padding-top: 15%;
  }
  .indexStyle1__img {
    margin-top: 75px;
    margin-left: -12%;
    margin-right: -12%;
  }
  .indexStyle1__btn {
    margin-top: 80px;
  }
  .indexFair .indexStyle1__btn {
    margin-top: 40px;
  }
  .indexStyle1__list {
    margin-top: 90px;
  }
  .indexStyle1 .btn1 {
    max-width: 400px;
  }
}

@media (min-width: 1280px) {
  .indexStyle1 {
    padding-top: 250px;
  }
  .indexStyle1__img {
    margin-top: 95px;
    margin-left: 0;
    margin-right: 0;
  }
  .indexStyle1__btn {
    margin-top: 100px;
  }
}

/* indexFair */
.indexFairList {
  line-height: 1.7;
}

.indexFairList li:not(:last-child) {
  margin-bottom: 25px;
}

.indexFairList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.indexFairList__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 5%;
}

.indexFairList__img img {
  width: 100%;
  border-radius: 50%;
}

.indexFairList__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
}

.indexFairList__date {
  display: block;
  margin-bottom: 5px;
  color: #222;
  font-size: 0.75rem;
}

.indexFairList__title {
  display: block;
  text-decoration: underline;
}

@media (min-width: 600px) {
  .indexFairList li:not(:last-child) {
    margin-bottom: 30px;
  }
  .indexFairList__date {
    font-size: 1rem;
  }
  .indexFairList__title {
    font-size: 1.125rem;
  }
}

/* indexInfo */
.indexInfoList {
  line-height: 1.7;
}

.indexInfoList li:not(:first-child) {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #DDD;
}

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

.indexInfoList__icon {
  display: inline-block;
  width: 6em;
  margin-right: 10px;
  padding: 3px 0;
  border-radius: 1px;
  background: #cfa972;
  color: #FFF;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}

.indexInfoList__title {
  margin-bottom: 10px;
}

.indexInfoList__detail {
  font-size: 0.75rem;
}

@media (min-width: 600px) {
  .indexInfoList li:not(:first-child) {
    margin-top: 22px;
    padding-top: 22px;
  }
  .indexInfoList__header {
    font-size: 1rem;
  }
  .indexInfoList__icon {
    font-size: 0.75rem;
  }
  .indexInfoList__title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .indexInfoList__detail {
    font-size: 0.875rem;
  }
}

/* indexOutline */
.indexOutline__img {
  margin-top: 35px;
}

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

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

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

.indexOutline__img1,
.indexOutline__img2 {
  position: relative;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.indexOutline__img1 span,
.indexOutline__img2 span {
  display: block;
  position: absolute;
  font-size: 0.875rem;
  font-size: 3.5vw;
  font-family: "NotoSerifCJKjp-L", sans-serif;
}

.indexOutline__img1 {
  background-image: url(../images/index/introimg1_sp.jpg);
}

.indexOutline__img1 span {
  top: 8%;
  left: calc(50% - 0.5em);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3), 1px -1px 5px rgba(0, 0, 0, 0.3), -1px 1px 5px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3);
}

.indexOutline__img2 {
  background-image: url(../images/index/introimg2_sp.jpg);
}

@media (min-width: 600px) {
  .indexOutline__img1,
  .indexOutline__img2 {
    padding-top: 67%;
  }
  .indexOutline__img1 span,
  .indexOutline__img2 span {
    font-size: 1rem;
    letter-spacing: 0.3em;
  }
  .indexOutline__img1 {
    background-image: url(../images/index/introimg1_pc.jpg);
  }
  .indexOutline__img1 span {
    top: 10%;
  }
  .indexOutline__img2 {
    background-image: url(../images/index/introimg2_pc.jpg);
  }
}

@media (min-width: 960px) {
  .indexOutline__img1,
  .indexOutline__img2 {
    padding-top: 56.25%;
  }
  .indexOutline__img1 span,
  .indexOutline__img2 span {
    font-size: 1.375rem;
  }
}

/* indexVenue */
.indexVenueList {
  margin-bottom: -50px;
  line-height: 1.7;
}

.indexVenueList a {
  display: block;
  color: #222;
  text-decoration: none;
}

.indexVenueList__item {
  margin-bottom: 50px;
}

.indexVenueList__title {
  margin-top: 20px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.125rem;
  text-align: center;
}

.indexVenueList__txt {
  margin-top: 20px;
  margin-left: 5%;
  margin-right: 5%;
}

.indexVenueList__title + .indexVenueList__txt {
  margin-top: 10px;
}

.indexVenueList__btn {
  margin-top: 20px;
}

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

@media (min-width: 960px) {
  .indexVenueList__title {
    font-size: 1.75rem;
  }
  .indexVenueList__btn {
    margin-top: 40px;
  }
}

/* indexOmotenashi */
.indexOmotenashi {
  padding-top: 28%;
}

.indexOmotenashi__catch {
  margin-bottom: 50px;
  font-size: 1rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  text-align: center;
  line-height: 1.85;
}

.indexOmotenashi__catch span {
  display: inline-block;
}

@media (min-width: 600px) {
  .indexOmotenashi {
    padding-top: 20%;
  }
}

@media (min-width: 960px) {
  .indexOmotenashi {
    position: relative;
    width: 88%;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 15%;
  }
  .indexOmotenashi__catch {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    padding-top: 61%;
    font-size: 1.125rem;
    text-align: left;
  }
}

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

/* 1 */
.indexOmotenashi1 {
  position: relative;
  width: 80%;
}

.indexOmotenashi1__title {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: calc(66.67% - 0.9em);
  color: #FFF;
  font-size: 1.5rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
}

.indexOmotenashi1 p {
  margin: 30px 0 0 11%;
  font-size: 0.75rem;
}

.indexOmotenashi1__btn {
  margin: 10px 0 0 11%;
}

@media (min-width: 960px) {
  .indexOmotenashi1 {
    width: 100%;
  }
  .indexOmotenashi1__title {
    position: static;
    padding-top: 0;
    color: #222;
  }
  .indexOmotenashi1 p {
    margin: 15px 0 0 0;
    font-size: 0.875rem;
  }
  .indexOmotenashi1__btn {
    margin: 20px 0 0 0;
  }
}

.indexOmotenashi1.indexEvent {
  padding: 0 0 50px;
}

@media (min-width: 960px) {
  .indexOmotenashi1.indexEvent {
    padding: 7% 0 7%;
  }
  .indexOmotenashi1.indexEvent .indexOmotenashi1__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 52.6%;
  }
  .indexOmotenashi1.indexEvent .indexOmotenashi1__title,
  .indexOmotenashi1.indexEvent p,
  .indexOmotenashi1.indexEvent .indexOmotenashi1__btn {
    margin-left: 57.5%;
  }
}

.indexOmotenashi1.indexPlan {
  margin-left: 20%;
}

.indexOmotenashi1.indexPlan p,
.indexOmotenashi1.indexPlan .indexOmotenashi1__btn {
  margin-right: 11%;
  margin-left: 0;
}

@media (min-width: 960px) {
  .indexOmotenashi1.indexPlan {
    margin-left: 0;
  }
  .indexOmotenashi1.indexPlan .indexOmotenashi1__img {
    overflow: hidden;
    float: right;
    width: 37.7%;
    margin-left: 5%;
  }
  .indexOmotenashi1.indexPlan .indexOmotenashi1__img img {
    width: 150%;
    margin-left: -25%;
  }
  .indexOmotenashi1.indexPlan .indexOmotenashi1__title,
  .indexOmotenashi1.indexPlan p,
  .indexOmotenashi1.indexPlan .indexOmotenashi1__btn {
    margin-left: 25.7%;
    margin-right: 0;
  }
  .indexOmotenashi1.indexPlan .indexOmotenashi1__title {
    padding-top: 30%;
  }
}

/* 2 */
.indexOmotenashi2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.7;
  margin-top: 50px;
}

.indexOmotenashi2__item {
  display: block;
  min-height: 0%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.indexOmotenashi2__item:nth-last-child(n+3) {
  margin-bottom: 40px;
}

.indexOmotenashi2 a {
  display: block;
  text-decoration: none;
}

.indexOmotenashi2__img {
  overflow: hidden;
  position: relative;
  padding-top: 66.67%;
}

.indexOmotenashi2__img img {
  position: absolute;
  top: 0;
  left: 0;
}

.indexOmotenashi2__title {
  margin: 20px 6% 0;
  text-decoration: underline;
}

.indexOmotenashi2__title::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

.indexOmotenashi2 p {
  margin: 10px 6% 0;
  color: #222;
  font-size: 0.75rem;
  line-height: 1.7;
}

@media (min-width: 960px) {
  .indexOmotenashi2 {
    margin-top: 100px;
  }
  .indexOmotenashi2__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    /* 1 1 0 xie11 */
  }
  .indexOmotenashi2__item:not(:first-child) {
    margin-left: 3%;
  }
  .indexOmotenashi2__item:nth-child(1), .indexOmotenashi2__item:nth-child(3) {
    margin-top: 8%;
  }
  .indexOmotenashi2__img {
    padding-top: 100%;
  }
  .indexOmotenashi2__title {
    margin: 20px 0 0;
    color: #222;
    font-family: "NotoSerifCJKjp-L", sans-serif;
    text-decoration: none;
    text-align: center;
  }
  a:hover .indexOmotenashi2__title {
    color: #999;
  }
  .indexOmotenashi2__title::after {
    display: none;
  }
  .indexOmotenashi2 p {
    margin: 10px 0 0;
    font-size: 0.875rem;
    line-height: 2;
  }
}

@media (min-width: 1280px) {
  .indexOmotenashi2 {
    margin-top: 150px;
  }
  .indexOmotenashi2__title {
    margin: 25px 0 0;
    font-size: 1.125rem;
  }
}

/* indexReport__list */
.indexReport {
  overflow: hidden;
}

.indexReport .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.indexReport__list {
  width: 50%;
  margin: 0 auto;
}

.indexReport__item a {
  display: block;
  text-decoration: none;
}

.indexReport__img {
  margin-bottom: 25px;
}

.indexReport__icon {
  margin-bottom: 10px;
  text-align: center;
}

.indexReport__title {
  margin-bottom: 15px;
  color: #222;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}

.indexReport__txt {
  color: #222;
  font-size: 0.75rem;
  line-height: 1.75;
}

@media (min-width: 600px) {
  .indexReport__list {
    width: 88%;
    max-width: 1140px;
    margin-top: 80px;
  }
  .indexReport__item {
    width: 30% !important;
  }
  .indexReport__item:not(:first-child) {
    margin-left: 5%;
  }
}

@media (min-width: 960px) {
  .indexReport__icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .indexReport__icon span {
    width: 13em;
    padding: 10px 0;
  }
  .indexReport__txt {
    font-size: 0.875rem;
    line-height: 2;
  }
  .indexReport__txt span {
    color: #b062a0;
    text-decoration: underline;
  }
  a:hover .indexReport__title,
  a:hover .indexReport__txt,
  a:hover .indexReport__txt span {
    color: #999;
  }
}

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

/* indexStaff */
.indexStaff {
  position: relative;
  margin: 0 2%;
  padding-top: 56.16%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/index/staffimg1_sp.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/index/staffimg1_sp.jpg);
  background-repeat: no-repeat,no-repeat;
  background-position: 0 0,50% 50%;
  background-size: 100% 100%,cover;
}

.indexStaff a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-decoration: none;
}

.indexStaff__wrap {
  width: 100%;
}

.indexStaff .title1 {
  margin-bottom: 10px;
}

.indexStaff .title1__en {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.indexStaff .title1__jp {
  display: inline-block;
  margin: 5px 0 0 5px;
  vertical-align: middle;
}

.indexStaff__txt {
  font-size: 0.625rem;
  text-align: center;
}

.indexStaff__btn {
  margin: 10px 10% 0;
}

@media (min-width: 600px) {
  .indexStaff__txt {
    font-size: 0.875rem;
    text-align: center;
  }
  .indexStaff__btn {
    margin-top: 20px;
  }
}

@media (min-width: 960px) {
  .indexStaff {
    margin: 0;
    padding: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/index/staffimg2_pc.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/index/staffimg2_pc.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: 0 0,50% 50%;
    background-size: 100% 100%,cover;
  }
  .indexStaff:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url(../images/index/staffimg2_pc.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/index/staffimg2_pc.jpg);
  }
  .indexStaff .title1 {
    margin-bottom: 20px;
  }
  .indexStaff .title1__en {
    display: block;
  }
  .indexStaff .title1__jp {
    display: block;
    margin: 10px 0 0 25px;
    vertical-align: middle;
  }
  .indexStaff__btn {
    margin-top: 25px;
  }
  .indexStaff .btn1 {
    border: none;
  }
}

/* newStaffAreaStyle */
.newStaffAreaStyle {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .newStaffAreaStyle {
    max-width: 800px;
    max-height: 250px;
    margin-bottom: 30px;
  }
  .newStaffAreaStyle .btn1 {
    width : 35%;
  }
}

@media screen and (max-width: 590px) {
  .newStaffAreaStyle {
    max-width: 100%;
    max-height: 300px;
  }
}

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

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

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

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

.momentCatchstyle__img img {
  width: 100%;
}

.momentCatchstyle__txt {
  margin-top: 30px;
}

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

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

@media (min-width: 600px) {
  .momentCatchstyle::after {
    content: "";
    clear: both;
    display: table;
  }
  .momentCatchstyle__title {
    font-size: 1.25rem;
  }
  .momentCatchstyle__catch {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .momentCatchstyle__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;
  }
  .momentCatchstyle__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-top: 0;
    margin-left: 5%;
  }
  .momentCatchstyle__img img {
    width: 100%;
  }
  .momentCatchstyle__txt {
    margin-top: -20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 65%;
            flex: 1 0 65%;
  }
  .momentCatchstyle__txt p {
    margin-top: 20px;
  }
}

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

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

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

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

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

.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;
}

@media (min-width: 600px) {
  .homefeature__title {
    bottom: auto;
    font-size: 1.375rem;
  }
}


/* indexBlog */
.indexBlog {
  width: 88%;
  margin: 0 auto;
  padding: 28% 0;
}

.indexBlog__btn {
  margin-top: 20px;
  text-align: right;
}

@media (min-width: 600px) {
  .indexBlog {
    padding: 20% 0;
  }
}

@media (min-width: 960px) {
  .indexBlog {
    width: auto;
    padding: 100px 0;
  }
  .indexBlog__btn {
    margin-top: 40px;
    text-align: center;
  }
}

.indexBlogList {
  line-height: 1.7;
}

.indexBlogList li {
  border-bottom: 1px solid #DDD;
}

.indexBlogList li:first-child {
  border-top: 1px solid #DDD;
}

.indexBlogList a {
  display: block;
  position: relative;
  padding: 20px 20px 10px 0;
  color: #333;
  text-decoration: none;
}

.indexBlogList a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}

.indexBlogList__header {
  margin-bottom: 10px;
  font-weight: bold;
}

.indexBlogList__title {
  margin-bottom: 10px;
  color: #b062a0;
  text-decoration: underline;
}

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

@media (min-width: 960px) {
  .indexBlogList li {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }
  .indexBlogList a:hover {
    color: #999;
  }
  a:hover .indexBlogList__txt {
    color: #999;
  }
}

/* indexGofair */
.indexGofair {
  padding: 15% 0;
  background: #f7eff5;
  text-align: center;
}

.indexGofair__catch {
  margin-bottom: 10px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.indexGofair__txt {
  font-size: 0.75rem;
}

.indexGofair__btn {
  margin-top: calc(10px + 3%);
}

@media (min-width: 600px) {
  .indexGofair {
    padding: 10% 0;
  }
  .indexGofair__catch {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
  .indexGofair__catch br {
    display: none;
  }
  .indexGofair__txt {
    font-size: 0.875rem;
  }
  .indexGofair__txt br {
    display: none;
  }
  .indexGofair__btn .btn3 {
    width: 80%;
  }
}

@media (min-width: 960px) {
  .indexGofair__btn .btn3 {
    max-width: 600px;
  }
}

@media (min-width: 1280px) {
  .indexGofair {
    padding: 140px 0;
  }
  .indexGofair__catch {
    font-size: 1.5rem;
  }
  .indexGofair__btn {
    margin-top: 40px;
  }
}

/* about
-------------------- */
.mainindex_aboutus {
  background-image: url(../about/images/index-main_sp.jpg);
}

@media (min-width: 960px) {
  .mainindex_aboutus {
    background-image: url(../about/images/index-main_pc.jpg);
  }
}

/* concept
-------------------- */
.mainimg_concept {
  background-image: url(../about/images/concept-main_sp.jpg);
}

@media (min-width: 960px) {
  .mainimg_concept {
    background-image: url(../about/images/concept-main_pc.jpg);
  }
}

.conceptExpo {
  margin-bottom: calc(-12% - 19px);
}

@media (min-width: 960px) {
  .conceptExpo {
    margin-bottom: -129px;
  }
  .conceptExpo__txt {
    position: relative;
    min-height: 1740px;
    padding-right: 340px;
  }
  .conceptExpo__img {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 300px;
    height: 200px;
  }
  .conceptExpo__img_1 {
    top: 0;
  }
  .conceptExpo__img_2 {
    top: 220px;
  }
  .conceptExpo__img_3 {
    top: 440px;
  }
  .conceptExpo__img_4 {
    top: 660px;
  }
  .conceptExpo__img_5 {
    top: 880px;
  }
  .conceptExpo__img_6 {
    top: 1100px;
  }
  .conceptExpo__img_7 {
    top: 1320px;
  }
  .conceptExpo__img_8 {
    top: 1540px;
  }
}

@media (min-width: 1280px) {
  .conceptExpo {
    margin-bottom: -159px;
  }
}

/* location
-------------------- */
.mainimg_location {
  background-image: url(../about/images/location-main_sp.jpg);
}

@media (min-width: 960px) {
  .mainimg_location {
    background-image: url(../about/images/location-main_pc.jpg);
  }
}

.locationGallery .row .column {
  width: calc(50% - 3px);
  margin-left: 6px;
}

.locationGallery .row .column:first-child {
  margin-left: 0;
}

.locationGallery img {
  width: 100%;
  margin-top: 0;
  vertical-align: top;
}

@media (min-width: 600px) {
  .locationGallery__md-r {
    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;
  }
  .locationGallery__md-r > div {
    min-height: 0%;
    /* ie flex-direction bug */
  }
  .locationGallery .rowmd .column {
    width: calc(50% - 3px);
    margin-left: 6px;
  }
  .locationGallery .rowmd .column:first-child {
    margin-left: 0;
  }
}

/* mind
-------------------- */
.mainimg_mind {
  background-image: url(../about/images/first-main_sp.jpg);
}

@media (min-width: 960px) {
  .mainimg_mind {
    background-image: url(../about/images/first-main_pc.jpg);
  }
}

.mindEnd__txt {
  margin-top: 50px;
}

@media (min-width: 600px) {
  .mindEnd__txt {
    margin-top: 70px;
    line-height: 2;
    text-align: center;
  }
}

/* common
-------------------- */
/* intromovie */
.intromovie {
  position: relative;
  padding: 50px 6% 60px;
  border-top: 1px solid #222;
  border-bottom: 2px solid #222;
}

.intromovie::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222;
}

.intromovie__youtube {
  position: relative;
  margin-top: -10px;
}

.intromovie__youtube a {
  color: #222;
  text-decoration: none;
}

.intromovie__mark {
  position: absolute;
  z-index: 3;
  top: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  margin-top: calc(31.25% - 25px);
  padding: 14px 0 0 16px;
  border-radius: 25px;
  background: rgba(176, 98, 160, 0.8);
}

.intromovie__marksvg {
  fill: #FFF;
}

.intromovie__img img {
  width: 100%;
}

.intromovie__catch {
  margin-top: 15px;
  line-height: 1.7;
  text-align: center;
}

@media (min-width: 600px) {
  .intromovie {
    padding: 60px 0 70px;
  }
  .intromovie__youtube {
    width: 84%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .intromovie__mark {
    top: auto;
    bottom: 50%;
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    margin-top: 0;
    padding: 19px 0 0 21px;
    border-radius: 30px;
  }
  .intromovie__img {
    position: relative;
  }
  .intromovie__img::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .intromovie__catch {
    position: absolute;
    z-index: 3;
    top: 55%;
    left: calc(50% - 12em);
    width: 24em;
    padding: 10px 0;
    border: 1px solid #FFF;
    color: #FFF;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

@media (min-width: 960px) {
  .intromovie {
    width: 88%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* bottomReport */
.bottomReport {
  overflow: hidden;
  margin-top: calc(12% + 20px);
}

.bottomReport .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.bottomReport__list {
  width: 50%;
  margin: 0 auto;
}

.bottomReport__item a {
  display: block;
  text-decoration: none;
}

.bottomReport__img {
  margin-bottom: 25px;
}

.bottomReport__img img {
  width: 100%;
}

.bottomReport__title {
  margin-bottom: 15px;
  color: #222;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}

.bottomReport__txt {
  color: #222;
  font-size: 0.75rem;
  line-height: 1.75;
}

.bottomReport__txt span {
  color: #b062a0;
  text-decoration: underline;
}

.bottomReport__btn {
  margin-top: 30px;
}

.bottomReport__btn .btn1 {
  width: 81%;
}

@media (min-width: 600px) {
  .bottomReport__list {
    width: 88%;
    max-width: 1140px;
    margin-top: 60px;
  }
  .bottomReport__btn {
    margin-top: 60px;
  }
}

@media (min-width: 960px) {
  .bottomReport {
    margin-top: 130px;
  }
  .bottomReport__item {
    width: 21.1% !important;
  }
  .bottomReport__item:not(:first-child) {
    margin-left: 5.2%;
  }
  a:hover .bottomReport__img img {
    opacity: 0.7;
  }
  .bottomReport__txt {
    font-size: 0.875rem;
    line-height: 2;
  }
  a:hover .bottomReport__title,
  a:hover .bottomReport__txt {
    color: #999;
  }
  .bottomReport .btn1 {
    max-width: 400px;
  }
}

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

/* chapel
-------------------- */
.mainimg_chapel {
  background-image: url(../chapel/images/chapel-main_sp.jpg);
}

@media (min-width: 600px) {
  .mainimg_chapel {
    background-image: url(../chapel/images/chapel-main_pc.jpg);
  }
}

/* venueindex
-------------------- */
.mainindex.venueindex {
  padding-top: 0;
}

@media (min-width: 960px) {
  .mainindex.venueindex::after {
    display: none;
  }
  .mainindex.venueindex .mainindex__name {
    position: absolute;
    z-index: 3;
    bottom: 8%;
    width: 100%;
    padding: 0;
    font-size: 0.875rem;
  }
  .mainindex.venueindex .mainindex__name span {
    font-size: 2rem;
  }
  .mainindex.venueindex .mainindex__name::before {
    display: block;
    border-color: #333;
    z-index: 2;
    bottom: 23px;
    left: calc(50% + 2em);
  }
  .mainindex.venueindex .mainindex__name::after {
    display: block;
    width: 200px;
    margin: 20px auto 0;
    padding: 16px 10px 16px 0;
    background: #FFF;
    color: #333;
  }
}

.venueindex__list {
  margin: 0 6%;
}

.venueindex__item {
  margin-top: calc(8% + 35px);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.venueindex__item_hall {
  background-image: url(../venue/images/index-hall_sp.jpg);
}

.venueindex__item_camp {
  background-image: url(../venue/images/index-camp_sp.jpg);
}

.venueindex__item a {
  position: relative;
  display: block;
  padding-top: 66.66%;
  color: #222;
  text-decoration: none;
}

.wp-camp .box1 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.wp-camp .container_s {
    max-width: 1140px;
}

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

@media (min-width: 960px) {
  .venueindex__list {
    margin: 0;
  }
  .venueindex__item {
    margin-top: 0;
    background-position: 50% 50%;
    background-size: cover;
  }
  .venueindex__item_hall {
    background-image: url(../venue/images/index-hall_pc.jpg);
  }
  .venueindex__item_camp {
    background-image: url(../venue/images/index-camp_pc.jpg);
  }
  .venueindex__item a {
    height: calc(100vh - 64px);
    min-height: 600px;
    max-height: 1000px;
    padding-top: 0;
    color: #FFF;
  }
  .venueindex__item a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    animation: u-animation-bg1-keyframe 2s;
    -webkit-animation: u-animation-bg1-keyframe 2s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  .venueindex__item a:hover::after {
    background: rgba(0, 0, 0, 0);
  }
}

/* hall
-------------------- */
.mainimg_hall {
  background-image: url(../venue/images/hall-main_sp.jpg);
}

@media (min-width: 600px) {
  .mainimg_hall {
    background-image: url(../venue/images/hall-main_pc.jpg);
  }
}

/* camp
-------------------- */
.mainimg_camp {
  background-image: url(../venue/images/camp-main_sp.jpg);
}

.mainimg_camp .mainimg__title {
  font-size: 1.25rem;
}

.mainimg_camp .mainimg__title span {
  display: block;
  margin: 0.5em auto 0;
  font-size: 1.75rem;
}

@media (min-width: 600px) {
  .mainimg_camp {
    background-image: url(../venue/images/camp-main_pc.jpg);
  }
  .mainimg_camp .mainimg__title {
    font-size: 2rem;
  }
  .mainimg_camp .mainimg__title span {
    font-size: 2.75rem;
  }
}

@media (min-width: 960px) {
  .mainimg_camp {
    background-image: url(../venue/images/camp-main_pc.jpg);
  }
  .mainimg_camp .mainimg__title {
    font-size: 2.25rem;
  }
  .mainimg_camp .mainimg__title span {
    display: inline-block;
    margin: 0 0 0.5em;
    font-size: 2.75rem;
  }
}

.box1__yoko {
    height: 650px;
}
.sharing-c {
  margin-top: 100px;
}
.box2 {
  margin-top: 100px;
}
@media (max-width: 599px) {
.box1__yoko {
    height: unset;
}
.box1type10 {
  margin: 0 auto;
      margin-top: calc(12% + 20px);
      width: 80%;
}
.box1type10 img {
    width: 100%;
    margin-left: 0;
}
.sharing-c {
    margin-top: 40px;
}
.box2 {
    margin-top: 40px;
}
}
@media (max-width: 899px) {
.box1__yoko {
    height: unset;
}
}


/* cuisine
-------------------- */
.mainimg_cuisine {
  background-image: url(../cuisine/images/cuisine-main_sp.jpg);
}

@media (min-width: 960px) {
  .mainimg_cuisine {
    background-image: url(../cuisine/images/cuisine-main_pc.jpg);
  }
}

/* cuisineStyleCut */
.cuisineStyleCut {
  margin: 0 -3px;
}

.cuisineStyleCut .column {
  -webkit-box-flex: 4;
      -ms-flex: 4 0 40%;
          flex: 4 0 40%;
  margin: 0 3px;
}

.cuisineStyleCut .cuisineStyleCut__yoko {
  -webkit-box-flex: 9;
      -ms-flex: 9 0 90%;
          flex: 9 0 90%;
}

.cuisineStyleCut img {
  width: 100%;
  margin-top: 0;
  margin-bottom: 6px;
}

@media (min-width: 600px) {
  .cuisineStyleCut .column {
    -webkit-box-flex: 4;
        -ms-flex: 4 0 20%;
            flex: 4 0 20%;
  }
  .cuisineStyleCut .cuisineStyleCut__yoko {
    -webkit-box-flex: 9;
        -ms-flex: 9 0 45%;
            flex: 9 0 45%;
  }
}

/* dress
-------------------- */
.mainimg_dress {
  background-image: url(../dress/images/dress-main_sp.jpg);
}

@media (min-width: 600px) {
  .mainimg_dress {
    background-image: url(../dress/images/dress-main_pc.jpg);
  }
}

.mainheader__dress {
  text-align: center;
}

.mainheader__dress__txt {
  display: inline-block;
  text-align: left;
}

@media (min-width: 600px) {
  .summarydl__dress {
    width: 600px;
    margin: 0 auto;
    border: none;
  }
}

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

.summarydl__dress dt {
  padding: 0;
  line-height: 2;
  padding: 10px 0 0 0;
}

@media (min-width: 600px) {
  .summarydl__dress dt {
    width: 600px;
    margin: 0 auto;
    width: 35%;
    float: left;
    padding: 0 0 10px 0;
    border: none;
  }
}

.summarydl__dress dd {
  padding: 0 0 10px 1em;
  line-height: 2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (min-width: 600px) {
  .summarydl__dress dd {
    padding: 0 0 10px 0;
    width: 600px;
    margin: 0 auto;
    width: 65%;
    margin-left: 35%;
    border: none;
  }
}

.dress__logo {
  width: 60%;
  padding: 75% 0 0 0;
  max-width: 300px;
}

@media (min-width: 600px) {
  .dress__logo {
    padding: 0;
  }
}

@media (min-width: 960px) {
  .dress__align__center {
    text-align: center;
    padding: 30px 0;
  }
}

@media (min-width: 960px) {
  .dress__relative {
    position: relative;
  }
}

@media (min-width: 960px) {
  .dress__conceptimg {
    overflow: hidden;
  }
  .dress__conceptimg img {
    width: 150%;
    margin-left: -25%;
  }
}

@media (min-width: 1280px) {
  .dress__conceptimg img {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 960px) {
  .dress__absolute {
    text-align: center;
    width: 36em;
    padding-bottom: 20px;
    position: absolute;
    top: 50%;
    left: calc(25% - 18em);
    vertical-align: middle;
    display: table-cell;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 960px) {
  .dress__absolute p {
    color: #FFFFFF;
  }
}

@media (min-width: 960px) {
  .dress__absolute p.dress__absolute__txt {
    display: inline-block;
    text-align: left;
    color: #FFFFFF;
  }
}

.dressSlide .swiper-container {
  padding-bottom: 50px;
}

@media (min-width: 600px) {
  .dressSlide .swiper-container {
    padding-bottom: 30px;
  }
}

.dressSlide__item {
  width: 85% !important;
}

@media (min-width: 600px) {
  .dressSlide__item {
    width: 50% !important;
  }
}

.box1type1__img .dressother__mainimg {
  width: 50%;
  margin-left: 0;
}

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

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

.dressbn img {
  border: 1px solid #000;
}

.dressbn__item {
  margin-top: 15px;
}

@media (min-width: 960px) {
  .dressbn {
    margin-top: 130px;
  }
  .dressbn a {
    display: block;
    max-width: 962px;
    margin: 0 auto;
    background: #000;
  }
  .dressbn a:hover img {
    opacity: 0.9;
  }
  .dressbn__item {
    margin-top: 30px;
  }
}

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

/* partyreport icon
-------------------- */
.partyReporicon {
  display: inline-block;
  margin: 0;
  padding: 9px 10px 8px;
  color: #FFF;
  font-size: 0.675rem;
  vertical-align: top;
}

.partyReporicon_hall {
  background: #333;
}

.partyReporicon_terrasse, .partyReporicon_camp {
  background: #356132;
}

.partyReporicon_chapel {
  background: #916E45;
}

@media (min-width: 960px) {
  .partyReporicon {
    padding: 9px 12px 8px;
    font-size: 0.75rem;
  }
}

/* partyReportSort
-------------------- */
.partyReportSort {
  margin-top: 15px;
  margin-bottom: calc(6% + 25px);
}

@media (min-width: 600px) {
  .partyReportSort {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

@media (min-width: 960px) {
  .partyReportSort {
    margin-top: 25px;
    margin-bottom: 100px;
  }
}

/* partyreport index
-------------------- */
.partyReportList {
  margin-top: calc(6% + 25px);
}

.partyReportList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partyReportList li {
  position: relative;
  overflow: hidden;
  margin-top: calc(8% + 35px);
}

.partyReportList li:nth-child(-n + 1) {
  margin-top: 0;
}

.partyReportList a {
  display: block;
  text-decoration: none;
}

.partyReportList__icon {
  position: absolute;
  z-index: 3;
  top: -1px;
  left: 0;
}

.partyReportList__title {
  margin-top: 20px;
  color: #222;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
}

.partyReportList__txt {
  margin-top: 10px;
  color: #222;
  font-size: 0.75rem;
  line-height: 2;
}

.partyReportList__txt span {
  color: #b062a0;
  text-decoration: underline;
}

@media (min-width: 600px) {
  .partyReportList {
    margin-top: 60px;
  }
  .partyReportList li {
    width: 48%;
    margin-top: 60px;
  }
  .partyReportList li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .partyReportList__title {
    margin-top: 25px;
  }
  .partyReportList__txt {
    font-size: 0.875rem;
  }
}

@media (min-width: 1280px) {
  .partyReportList {
    margin-top: 100px;
  }
  .partyReportList li {
    width: 30.66%;
    margin-top: 100px;
  }
  .partyReportList li:nth-child(3n+2):last-child {
    margin-left: 0;
    margin-right: 34.68%;
  }
  .partyReportList li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .partyReportList__title {
    margin-top: 30px;
  }
  .partyReportList__txt {
    margin-top: 15px;
  }
  a:hover .partyReportList__txt span {
    color: #999;
  }
}

/* partyreport detail
-------------------- */
.partyreportHeader {
  position: relative;
  max-width: 1283px;
  margin: 15px auto 0;
}

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

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

@media (min-width: 1280px) {
  .partyreportHeader {
    width: 88%;
    margin-top: 70px;
    margin-bottom: 150px;
  }
}

.partyreportMainimg img {
  width: 100%;
}

@media (min-width: 960px) {
  .partyreportMainimg {
    width: 70.13%;
    min-width: 800px;
  }
}

.partyreportTitle {
  width: 88%;
  margin: 0 auto;
}

.partyreportTitle__date {
  margin: 50px 0 0;
  font-size: 0.75rem;
  text-align: center;
}

.partyreportTitle__title {
  margin: 5px 0 0;
  font-size: 1.25rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1.5;
  text-align: center;
}

.partyreportTitle__txt {
  margin: 15px 0 0;
  text-align: center;
}

@media (min-width: 960px) {
  .partyreportTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 35.06%;
    height: 300px;
    margin: 0;
    padding: 0 40px;
    background: #EEE;
    background: rgba(238, 238, 238, 0.9);
  }
  .partyreportTitle__date {
    margin: 0;
    font-family: "NotoSerifCJKjp-L", sans-serif;
    font-size: 1.25rem;
    text-align: left;
  }
  .partyreportTitle__title {
    font-size: 1.75rem;
    text-align: left;
  }
  .partyreportTitle__txt {
    margin-top: 25px;
    font-size: 1rem;
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .partyreportTitle {
    height: 360px;
    padding: 0 50px;
  }
  .partyreportTitle__date {
    font-size: 1.5rem;
  }
  .partyreportTitle__title {
    font-size: 2rem;
  }
}

.partyreportMovie,
.partyreportPhoto,
.partyreportText,
.partyreportData,
.partyreportNav {
  margin-top: calc(12% + 20px);
}

@media (min-width: 960px) {
  .partyreportMovie,
  .partyreportPhoto,
  .partyreportText,
  .partyreportData,
  .partyreportNav {
    margin-top: 130px;
  }
}

.partyreportMovie__title {
  margin-bottom: calc(6% + 10px);
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.5rem;
  text-align: center;
}

.partyreportMovie__youtube {
  position: relative;
  padding-top: 56.25%;
}

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

@media (min-width: 600px) {
  .partyreportMovie__title {
    margin-bottom: 50px;
    font-size: 1.75rem;
  }
}

.partyreportPhoto__title {
  margin-bottom: calc(6% + 10px);
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.5rem;
  text-align: center;
}

.partyreportPhoto img {
  width: 100%;
}

.partyreportPhoto__img1, .partyreportPhoto__img2 {
  margin-top: 2%;
}

.partyreportPhoto__img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.partyreportPhoto__img2 p {
  width: 49%;
}

@media (min-width: 600px) {
  .partyreportPhoto__title {
    margin-bottom: 50px;
    font-size: 1.75rem;
  }
}

@media (min-width: 960px) {
  .partyreportPhoto__img1, .partyreportPhoto__img2 {
    margin-top: 8px;
  }
  .partyreportPhoto__img2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .partyreportPhoto__img2 p {
    width: calc(50% - 4px);
  }
}

.partyreportText {
  line-height: 2.2;
}

.partyreportText p {
  margin-top: 20px;
}

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

/* planList
-------------------- */
.planList a {
  display: block;
  color: #222;
  text-decoration: none;
}

.planList__item {
  margin-top: calc(12% + 20px);
  padding-top: calc(12% + 20px);
  border-top: 1px solid #DDD;
}

.planList__item:first-child {
  padding-top: 0;
  border-top: none;
}

.planList__img img {
  width: 100%;
}

.planList__txt {
  margin-top: 25px;
}

.planList__title {
  font-size: 1.25rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1.5;
}

.planList__subtitle {
  margin-top: 2px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
}

.planList__caption {
  margin-top: 20px;
  font-size: 0.75rem;
  line-height: 2;
}

.planList__btn {
  margin-top: 30px;
}

@media (min-width: 600px) {
  .planList__item {
    margin-top: 80px;
    padding-top: 80px;
  }
  .planList .btn1 {
    max-width: 400px;
  }
}

@media (min-width: 960px) {
  .planList {
    margin-top: 120px;
  }
  .planList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F6F6F6;
  }
  .planList a:hover {
    background: #f7eff5;
  }
  .planList__item {
    margin-top: 50px;
    padding-top: 0;
    border-top: none;
  }
  .planList__img {
    overflow: hidden;
    width: 44.8%;
  }
  .planList__img span {
    position: relative;
    display: block;
    height: 100%;
    padding-top: 26.66%;
  }
  .planList__img img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .planList a:hover img {
    opacity: 0.7;
  }
  .planList__txt {
    width: 55.2%;
    margin-top: 0;
    padding: 40px;
  }
  .planList__title {
    font-size: 1.5rem;
  }
  .planList__subtitle {
    font-size: 1rem;
    margin-top: 5px;
  }
  .planList .btn1 {
    border: none;
    border-radius: 2px;
    background: #b062a0;
    color: #FFF;
  }
  .planList .btn1::after {
    border-top-color: #FFF;
    border-right-color: #FFF;
  }
  .planList .btn1:hover {
    background: #c891bc;
  }
}

@media (min-width: 1280px) {
  .planList__title1 {
    font-size: 1.75rem;
  }
  .planList__txt {
    padding: 50px;
  }
}

/* planDetail
-------------------- */
.planMainimg {
  position: relative;
  margin-top: 15px;
}

.planMainimg img {
  width: 100%;
}

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

@media (min-width: 960px) {
  .planMainimg {
    width: 88%;
    max-width: 760px;
    margin: 30px auto 0;
  }
}

.planHeader .title2 {
  margin: 50px 0 0;
}

.planHeader__subtitle {
  margin-top: 10px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1.7;
  text-align: center;
}

.planHeader__price {
  margin-top: 30px;
  font-size: 1.25rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1;
  text-align: center;
}

.planHeader__caption {
  margin: 40px 4.5% 0;
  line-height: 2;
}

@media (min-width: 960px) {
  .planHeader__subtitle {
    margin-top: 5px;
    font-size: 1rem;
  }
  .planHeader__price {
    margin-top: 20px;
  }
}

@media (min-width: 960px) {
  .planHeader__caption {
    margin: 40px 0 0;
  }
}

.planDetail h2 {
  margin: calc(8% + 30px) 0 30px;
  padding-top: calc(8% + 30px);
  border-top: 1px solid #DDD;
  font-size: 1.125rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1;
  text-align: center;
}

.planDetail p {
  margin: 15px 4.5% 0;
}

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

@media (min-width: 960px) {
  .planDetail h2 {
    margin: 100px 0 30px;
    padding-top: 0;
    border-top: none;
    text-align: left;
  }
  .planDetail p {
    margin: 20px 0 0;
  }
}

.planSpecial__list {
  padding: 30px 4.5%;
  background: #f7eff5;
}

.planSpecial ul {
  margin-bottom: 0;
}

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

@media (min-width: 960px) {
  .planSpecial__list {
    padding: 30px;
  }
}

.planFair {
  margin-top: calc(8% + 30px);
}

.planFair__txt {
  font-size: 0.75rem;
  text-align: center;
}

.planFair__btn {
  margin-top: 10px;
  text-align: center;
}

.planFair__btn .btn3 {
  width: 100%;
}

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

@media (min-width: 960px) {
  .planFair {
    margin-top: 80px;
  }
  .planFair__txt {
    font-size: 1rem;
  }
  .planFair__btn .btn3 {
    width: 600px;
  }
}

.planNav {
  margin-top: calc(8% + 30px);
  text-align: center;
}

.planNav a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 15px 3px 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

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

/* blogList + blogDetail
-------------------- */
.blogList .entry__header a,
.blogDetail .entry__header a {
  color: #000;
  text-decoration: none;
}

.blogList .entry__date,
.blogDetail .entry__date {
  width: 4em;
  padding-top: 10px;
  border-top: 1px solid #333;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  text-align: center;
  line-height: 1.2;
}

.blogList .entry__date span,
.blogDetail .entry__date span {
  display: block;
  font-size: 2.5rem;
  text-align: center;
}

.blogList .entry__title,
.blogDetail .entry__title {
  padding-top: 8px;
  font-size: 1.125rem;
  line-height: 1.7;
}

.blogList .entry__meta,
.blogDetail .entry__meta {
  padding-top: 10px;
  font-size: 0.75rem;
  line-height: 1.7;
}

.blogList .entry__content,
.blogDetail .entry__content {
  margin-top: 10px;
  line-height: 2;
}

.blogList .entry__content::after,
.blogDetail .entry__content::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 600px) {
  .blogList .entry__date,
  .blogDetail .entry__date {
    width: 6em;
    padding-top: 15px;
    border-top: 2px solid #333;
  }
  .blogList .entry__date span,
  .blogDetail .entry__date span {
    font-size: 2.75rem;
    margin-top: 5px;
  }
  .blogList .entry__title,
  .blogDetail .entry__title {
    font-size: 1.375rem;
  }
  .blogList .entry__meta,
  .blogDetail .entry__meta {
    font-size: 0.875rem;
  }
  .blogList .entry__content,
  .blogDetail .entry__content {
    font-size: 1rem;
  }
}

@media (min-width: 960px) {
  .blogList .entry__header a:hover,
  .blogDetail .entry__header a:hover {
    color: #999;
  }
}

/* blogList
-------------------- */
.blogList .entry {
  margin-top: calc(12% + 20px);
  padding-top: calc(12% + 20px);
  border-top: 1px solid #DDD;
}

.blogList .entry:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.blogList .entry__thumbnail {
  position: relative;
  margin-bottom: 30px;
  padding-top: 66.67%;
}

.blogList .entry__thumbnail a {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F6F6F6;
}

.blogList .entry__thumbnail img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blogList .entry__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15ox;
}

.blogList .entry__titlemeta {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(98% - 4em);
          flex: 1 1 calc(98% - 4em);
  margin-left: 2%;
  padding-left: 4%;
}

.blogList .entry__continue {
  text-align: center;
}

.blogList .entry__continue a {
  display: block;
  margin: 10px 0 -10px;
  padding: 10px;
  text-align: center;
}

.blogList .entry__continue a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .blogList .entry {
    margin-top: 80px;
    padding-top: 80px;
  }
  .blogList .entry__thumbnail {
    margin-bottom: 50px;
  }
  .blogList .entry__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 30px;
  }
  .blogList .entry__titlemeta {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(99% - 6em);
            flex: 1 1 calc(99% - 6em);
    margin-left: 1%;
    padding-left: 2%;
  }
  .blogList .entry__continue a {
    display: inline-block;
    margin: 20px 0 -10px;
    font-size: 1rem;
  }
  .blogList .entry__continue a::after {
    margin-bottom: 2px;
  }
}

@media (min-width: 960px) {
  .blogList a:hover img {
    opacity: 0.7;
  }
}

/* blogDetail
-------------------- */
.blogDetail .entry {
  margin-top: calc(12% + 20px);
  margin-bottom: calc(12% + 20px);
}

.blogDetail .entry__header {
  margin-bottom: calc(12% + 20px);
}

.blogDetail .entry__date {
  width: 6em;
  margin: 0 auto 30px;
  padding-top: 12px;
}

.blogDetail .entry__date span {
  margin-top: 5px;
}

.blogDetail .entry__title {
  padding-top: 0;
  font-size: 1.25rem;
  text-align: center;
}

.blogDetail .entry__meta {
  padding-top: 15px;
  text-align: center;
}

.blogDetail .entry__input {
  width: 100%;
  overflow: hidden;
}

.blogDetail .entry__input h2 {
  margin-bottom: 2em;
  padding: 20px;
  background: #F6f6f6;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.7;
}

.blogDetail .entry__input h2:not(:first-child) {
  margin-top: 2.5em;
}

.blogDetail .entry__input h3 {
  margin: 1.5em 0;
  padding-left: 12px;
  border-left: 3px solid #333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.blogDetail .entry__input p {
  line-height: 2.2;
}

.blogDetail .entry__input img {
  max-width: 100%;
}

@media (min-width: 600px) {
  .blogDetail .entry {
    margin-top: 80px;
  }
  .blogDetail .entry__header {
    margin-bottom: 80px;
  }
  .blogDetail .entry__date {
    width: 7em;
    padding-top: 25px;
    font-size: 1.125rem;
  }
  .blogDetail .entry__date span {
    font-size: 3rem;
  }
  .blogDetail .entry__title {
    font-size: 1.5rem;
  }
  .blogDetail .entry__input h2 {
    padding: 35px 20px;
    font-size: 1.5rem;
  }
  .blogDetail .entry__input h3 {
    padding-left: 18px;
  }
  .blogDetail .entry__input p, .blogDetail .entry__input ul, .blogDetail .entry__input ol, .blogDetail .entry__input li {
    font-size: 1rem;
  }
}

@media (min-width: 960px) {
  .blogDetail .entry {
    margin-top: 0;
  }
}

/* fairToku
-------------------- */
.fairToku {
  margin-top: 50px;
}

.fairToku__list li {
  margin-bottom: 10px;
}

.fairToku__detail {
  width: 88%;
  max-width: 640px;
  margin: 0 auto;
  padding: calc(6% + 15px) 6%;
  background: #FFF;
}

.fairToku__detail h2 {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #333;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
}

.fairToku__detail h2 span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1rem;
}

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

.fairToku__note {
  font-size: 0.75rem;
}

@media (min-width: 600px) {
  .fairToku__list {
    margin-bottom: 20px;
  }
  .fairToku__list li {
    margin-bottom: 0;
  }
  .fairToku__detail {
    padding: 50px 40px;
  }
  .fairToku__detail h2 {
    font-size: 1.5rem;
  }
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* fairRecommend
-------------------- */
.fairRecommend {
  margin-top: 50px;
  padding: 15% 0;
  background: #f7eff5;
}

.fairRecommend__title {
  margin-bottom: 30px;
  font-size: 1rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  text-align: center;
}

.fairRecommend .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.fairRecommend .ichioshifair {
  overflow: hidden;
}

.fairRecommend .ichioshifair__list {
  width: 50%;
  margin: 0 auto;
}

.fairRecommend .ichioshifair__item a {
  display: block;
  text-decoration: none;
}

.fairRecommend .ichioshifair__img {
  margin-bottom: 20px;
}

.fairRecommend .ichioshifair__img img {
  width: 100%;
}

.fairRecommend .ichioshifair__date {
  display: inline-block;
  margin-bottom: 5px;
  padding: 7px;
  background: #b062a0;
  color: #FFF;
  font-size: 0.75rem;
  line-height: 1;
}

.fairRecommend .ichioshifair__title {
  display: block;
  font-size: 0.875rem;
  color: #222;
  line-height: 1.7;
}

@media (min-width: 600px) {
  .fairRecommend {
    margin-top: 75px;
  }
  .fairRecommend__title {
    margin-bottom: 40px;
  }
  .fairRecommend .ichioshifair__list {
    width: 88%;
    max-width: 900px;
  }
  .fairRecommend .ichioshifair__item {
    width: 30% !important;
  }
  .fairRecommend .ichioshifair__item:not(:first-child) {
    margin-left: 5%;
  }
}

@media (min-width: 960px) {
  .fairRecommend {
    margin-top: 100px;
    padding: 80px 0;
  }
  a:hover .fairRecommend .ichioshifair__title,
  a:hover .fairRecommend .ichioshifair__txt {
    color: #999;
  }
  .fairRecommend .ichioshifair a:hover .ichioshifair__img img {
    opacity: 0.7;
  }
  .fairRecommend .ichioshifair__date {
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
}

/* fairList
-------------------- */
.fairList {
  margin: -60px auto 0;
  padding-top: 60px;
}

.fairList__mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #CCC;
}

.fairList__mode li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.fairList__mode span,
.fairList__mode a {
  display: block;
  padding: 20px 0;
  font-size: 0.75rem;
  text-align: center;
}

.fairList__mode span {
  font-weight: bold;
}

.fairList__mode a {
  background: #b062a0;
  color: #FFF;
  text-decoration: none;
}

.fairList__mode a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 10px 3px 0;
}

.fairList__page + .fairList__mode {
  border-bottom: 1px solid #CCC;
}

.fairList__page {
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}

.fairList__page li {
  width: 50%;
  font-size: 0.75rem;
}

.fairList__page a {
  display: inline-block;
  padding: 5px 10px;
}

.fairList__pagePrev {
  float: left;
}

.fairList__pagePrev a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 0;
  margin-right: 10px;
}

.fairList__pageNext {
  float: right;
  text-align: right;
}

.fairList__pageNext a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

@media (min-width: 600px) {
  .fairList__mode span,
  .fairList__mode a {
    font-size: 0.875rem;
  }
  .fairList__page li {
    font-size: 0.875rem;
  }
  .fairList__pagePrev a::before {
    margin-bottom: 1px;
  }
  .fairList__pageNext a::after {
    margin-bottom: 1px;
  }
}

@media (min-width: 960px) {
  .fairList {
    margin-top: 60px;
    padding-top: 80px;
    max-width: 900px;
  }
  .fairList__mode {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
  }
  .fairList__mode a:hover {
    background: #c891bc;
  }
}

/* fair1Day
-------------------- */
.fair1Day {
  border-bottom: 1px solid #CCC;
}

.fair1Day__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #CCC;
}

.fair1Day__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  padding: 10px 0 0;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  background: #e4e4e4;
}

.fair1Day__item_sat .fair1Day__date {
  background: #c0d3f0;
}

.fair1Day__item_sun .fair1Day__date,
.fair1Day__item_holiday .fair1Day__date {
  background: #f0c0c0;
}

.fair1Day__dateM {
  display: block;
  padding-left: 10px;
  font-size: 0.75rem;
}

.fair1Day__dateM::after {
  content: "/";
}

.fair1Day__dateD {
  display: block;
  padding: 3px 0;
  font-size: 1.75rem;
  text-align: center;
}

.fair1Day__dateW {
  display: block;
  font-size: 0.75rem;
  text-align: center;
}

.fair1Day__event {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.fair1Day__main a {
  display: block;
  padding: 4%;
  color: #222;
  text-decoration: none;
}

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

.fair1Day__subtitle {
  font-size: 0.75rem;
}

.fair1Day__title {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
}

.fair1Day__img {
  float: left;
  width: 33%;
  margin: 5px 10px 5px 0;
}

.fair1Day__img img {
  width: 100%;
}

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

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

.fair1Day__btn {
  margin: 0 0 10px;
  text-align: right;
}

.fair1Day__other {
  border-top: 1px solid #e4e4e4;
  padding: 4%;
}

.fair1Day__other a {
  color: #222;
  text-decoration: none;
}

.fair1Day__other h3 {
  margin-bottom: 10px;
}

.fair1Day__other li {
  margin-top: 5px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.fair1Day__other a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  margin-bottom: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 2px 0;
}

@media (min-width: 600px) {
  .fair1Day {
    margin: 30px 0;
  }
  .fair1Day__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    padding: 20px 0 0;
  }
  .fair1Day__dateM {
    padding-left: 15px;
    font-size: 0.875rem;
  }
  .fair1Day__dateD {
    padding: 8px 0;
    font-size: 2rem;
  }
  .fair1Day__main a {
    padding: 20px;
  }
  .fair1Day__subtitle {
    font-size: 0.875rem;
  }
  .fair1Day__title {
    margin-bottom: 15px;
    font-size: 1.125rem;
  }
  .fair1Day__img {
    width: 180px;
    margin: 0 0 5px 0;
  }
  .fair1Day__description {
    margin: 0 0 10px 200px;
    font-size: 0.875rem;
  }
  .fair1Day__description::after {
    display: none;
  }
  .fair1Day__btn {
    margin-bottom: 0;
    margin-left: 200px;
  }
  .fair1Day__other {
    position: relative;
    padding: 5px 20px 15px;
  }
  .fair1Day__other h3 {
    position: absolute;
    top: 15px;
    left: 20px;
    font-weight: bold;
  }
  .fair1Day__other li {
    margin: 7px 0 0 10em;
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .fair1Day {
    margin: 40px 0;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
  }
  .fair1Day__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    padding: 20px 0 0;
  }
  .fair1Day__dateM {
    padding-left: 20px;
  }
  .fair1Day__main a {
    padding: 25px 30px;
  }
  .fair1Day__main a:hover {
    background: #f7eff5;
  }
  .fair1Day__other {
    padding: 5px 30px 15px;
  }
  .fair1Day__other h3 {
    left: 30px;
  }
  .fair1Day__other li {
    margin-left: 11em;
  }
  .fair1Day__other a:hover {
    color: #b062a0;
  }
}

/* fairCalendar
-------------------- */
.fairCalendar {
  width: 88%;
  min-width: 274px;
  margin: 40px auto;
  padding: 0 0 10px;
  border-bottom: 1px solid #EEE;
}

.fairCalendar table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.fairCalendar th,
.fairCalendar td {
  position: relative;
  width: 14.28%;
  border: 1px solid #FFF;
  text-align: center;
}

.fairCalendar .week th {
  padding: 8px 0;
  background: #F6F6F6;
  background-clip: padding-box;
  /* relative + border */
  font-size: 0.75rem;
}

.fairCalendar div {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 2em 0 0;
  border-radius: 50%;
  line-height: 30px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
}

.fairCalendar a div {
  background: #EFE0EC;
  color: #222;
  text-decoration: underline;
}

.fairCalendar .close {
  color: #AAA;
}

.fairCalendar th.sat,
.fairCalendar .sat a div {
  color: #006699;
}

.fairCalendar th.holiday,
.fairCalendar th.sun,
.fairCalendar .sun a div,
.fairCalendar .holiday a div {
  color: #CC0033;
}

.fairCalendar span {
  position: absolute;
  top: 1em;
  left: 3px;
  font-size: 0.75rem;
  line-height: 1;
  text-decoratione: none !important;
}

@media (min-width: 600px) {
  .fairCalendar {
    padding: 0 0 20px;
  }
  .fairCalendar .week th {
    padding: 12px 0;
    font-size: 0.875rem;
  }
  .fairCalendar div {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: 1.25em;
  }
  .fairCalendar span {
    top: 1.33em;
    left: calc(50% - 2.5em);
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .fairCalendar {
    width: 100%;
    margin: 50px 0;
    padding: 0 0 30px;
  }
  .fairCalendar div {
    display: inline-block;
    width: 52px;
    height: 52px;
    margin: 2.5em 0 0;
    line-height: 50px;
    font-size: 1.125em;
  }
  .fairCalendar a:hover div {
    background: #EEE;
  }
  .fairCalendar span {
    top: 1.625em;
  }
}

/* fairFlow
-------------------- */
.fairFlow {
  margin-top: calc(12% + 20px);
  margin-bottom: calc(12% + 20px);
}

.fairFlow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: calc(10% + 20px);
}

.fairFlow h3 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
      order: 2;
  margin-bottom: 30px;
  font-size: 1.125rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1.5;
  text-align: center;
}

.fairFlow p {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
      order: 3;
  margin-top: 15px;
}

.fairFlow__img {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

@media (min-width: 600px) {
  .fairFlow__item {
    display: block;
    margin-top: 45px;
    padding-top: 60px;
    border-top: 1px solid #DDD;
  }
  .fairFlow__item::after {
    content: "";
    display: table;
    clear: both;
  }
  .fairFlow h3 {
    font-size: 1.25rem;
    text-align: left;
  }
  .fairFlow__img {
    float: right;
    width: 33.33%;
    min-width: 240px;
    margin: 0 0 5px 5.2%;
  }
}

@media (min-width: 960px) {
  .fairFlow h2 {
    margin-bottom: 100px;
  }
  .fairFlow__item {
    margin-top: 65px;
    padding-top: 80px;
  }
  .fairFlow__img {
    float: right;
    width: 38.46%;
    min-width: 240px;
  }
}

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

.fairDetail h2 {
  margin: calc(8% + 30px) 0 30px;
  padding-top: calc(8% + 30px);
  border-top: 1px solid #DDD;
  font-size: 1.125rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1;
  text-align: center;
}

.fairDetail__subtitle {
  margin-bottom: 8px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}

.fairDetail__title {
  margin-bottom: 15px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.fairDetail__img {
  margin-bottom: 30px;
}

.fairDetail__img img {
  width: 100%;
}

.fairDetail__txt {
  width: 88%;
  margin: 0 auto;
}

.fairDetail__description {
  margin: 0 4.5% 10px;
}

.fairDetail__tokuten p {
  padding: 30px 4.5%;
  background: #f7eff5;
}

.fairDetail__btn {
  margin-top: calc(8% + 30px);
  text-align: center;
}

.fairDetail__btn a:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.fairDetail__menuitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: calc(3% + 10px) 3%;
}

.fairDetail__menuitem:nth-child(2n) {
  background: #F9F4F8;
}

.fairDetail__menuitem:first-child {
  padding-top: 0;
}

.fairDetail__menuimg {
  width: 31.8%;
  margin: 0 0 5px;
}

.fairDetail__menuimg img {
  width: 100%;
  border-radius: 50%;
}

.fairDetail__menutxt {
  width: 63%;
}

.fairDetail__menutxt h3 {
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.5;
}

.fairDetail__menutxt p {
  margin: 0 0 0;
  font-size: 0.75rem;
}

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

@media (min-width: 600px) {
  .fairDetail {
    margin-top: 20px;
  }
  .fairDetail h2 {
    font-size: 1.25rem;
  }
  .fairDetail__subtitle {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .fairDetail__title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .fairDetail__img {
    float: left;
    width: 44%;
    margin: 0 0 0 6%;
  }
  .fairDetail__description {
    margin: 0 0 15px 55%;
  }
  .fairDetail__description::after {
    content: "";
    display: table;
    clear: both;
  }
  .fairDetail__menutxt {
    width: calc(94.8% - 160px);
  }
  .fairDetail__menutxt h3 {
    font-size: 1.125rem;
  }
  .fairDetail__menutxt p {
    font-size: 0.875rem;
  }
  .fairDetail__menuimg {
    width: 160px;
  }
}

@media (min-width: 960px) {
  .fairDetail {
    margin-top: 50px;
  }
  .fairDetail h2 {
    margin: 0 0 10px;
    padding-top: 0;
    border-top: none;
    text-align: left;
  }
  .fairDetail__header {
    margin-bottom: 60px;
  }
  .fairDetail__subtitle {
    font-size: 1.125rem;
    text-align: center;
  }
  .fairDetail__title {
    font-size: 1.75rem;
    text-align: center;
  }
  .fairDetail__outline {
    width: 88.88%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .fairDetail__outline::after {
    content: "";
    display: table;
    clear: both;
  }
  .fairDetail__img {
    float: left;
    width: 36.46%;
    margin: 0;
  }
  .fairDetail__txt {
    width: auto;
    margin-left: 41.66%;
  }
  .fairDetail__description {
    margin: 0 0 10px;
  }
  .fairDetail__description::after {
    display: none;
  }
  .fairDetail__tokuten {
    margin-top: 25px;
  }
  .fairDetail__tokuten p {
    padding: 20px;
  }
  .fairDetail__btn {
    margin: 20px 0 0;
    text-align: right;
  }
  .fairDetail__menu {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid #DDD;
  }
  .fairDetail__menu h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .fairDetail__menulist {
    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;
  }
  .fairDetail__menuitem {
    width: 47.4%;
    padding: 70px 0 0;
  }
  .fairDetail__menuitem:nth-child(n) {
    background: transparent;
  }
  .fairDetail__menuitem:first-child {
    padding-top: 70px;
  }
  .fairDetail__menutxt h3 {
    font-size: 1rem;
  }
}

/* fairReservation
-------------------- */
.fairReservation {
  margin-top: calc(8% + 30px);
  padding-top: calc(8% + 30px);
  border-top: 1px solid #DDD;
}

.fairReservation h2 {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1;
  text-align: center;
}

.fairReservation__tel {
  width: 95%;
  margin: 0 auto;
  padding: 6% 3%;
  border: 2px solid #b062a0;
  background: #f7eff5;
  text-align: center;
}

.fairReservation__telnum {
  font-size: 1.375rem;
}

.fairReservation__telnum a {
  display: block;
  width: 100%;
  margin: 20px auto;
  padding: 15px 0;
  border-radius: 4px;
  background: #b062a0;
  color: #FFF;
  text-decoration: none;
  line-height: 1;
}

.fairReservation__telnum svg {
  vertical-align: middle;
}

.fairReservation__telnum span {
  display: inline-block;
  vertical-align: middle;
}

.fairReservation__telicon {
  fill: #FFF;
}

@media (min-width: 600px) {
  .fairReservation h2 {
    font-size: 1.5rem;
  }
  .fairReservation__tel {
    margin-top: 50px;
    padding: 45px 15px;
  }
  .fairReservation__teltxt1 {
    font-size: 1rem;
  }
  .fairReservation__telnum {
    font-size: 1.75rem;
  }
  .fairReservation__telnum a {
    display: inline;
    color: #b062a0;
    background: transparent;
  }
  .fairReservation__telicon {
    fill: #b062a0;
  }
}

@media (min-width: 960px) {
  .fairReservation {
    margin-top: 100px;
    padding-top: 100px;
  }
  .fairReservation h2 {
    font-size: 1.75rem;
  }
  .fairReservation__telnum {
    font-size: 2.5rem;
  }
  .fairReservation__telnum svg {
    width: 28px;
    height: 38.8px;
  }
}

/* fairSameday
-------------------- */
.fairSameday {
  background: #F6F6F6;
  margin-top: calc(12% + 20px);
  padding: 12% 0;
}

.fairSameday h2 {
  padding: 15px 0;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}

.fairSameday__list {
  border-top: 1px solid #DDD;
}

.fairSameday__list li {
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}

.fairSameday__list 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;
  color: #222;
  text-decoration: none;
}

.fairSameday__img {
  width: 24.8%;
  padding: 3px 0;
}

.fairSameday__img img {
  width: 100%;
}

.fairSameday__txt {
  width: 70%;
}

.fairSameday__subtitle {
  margin-bottom: 5px;
  font-size: 0.675rem;
  line-height: 1.7;
}

.fairSameday__title {
  line-height: 1.7;
}

@media (min-width: 600px) {
  .fairSameday h2 {
    font-size: 1.125rem;
  }
  .fairSameday h2 br {
    display: none;
  }
  .fairSameday__list li {
    padding: 15px 0;
  }
  .fairSameday__img {
    width: 100px;
    padding: 0;
  }
  .fairSameday__txt {
    width: calc(100% - 115px);
  }
  .fairSameday__subtitle {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
  .fairSameday__title {
    font-size: 1rem;
  }
}

@media (min-width: 960px) {
  .fairSameday {
    margin-top: 130px;
    padding: 80px 0;
  }
}

@media (min-width: 1280px) {
  .fairSameday {
    margin-top: 160px;
    padding: 80px 0;
  }
}

/* seiyaku
-------------------- */
.mainindex_seiyaku {
  background-image: url(../seiyaku/images/index-main_sp.jpg);
}

@media (min-width: 960px) {
  .mainindex_seiyaku {
    background-image: url(../seiyaku/images/index-main_pc.jpg);
    background-position: right top;
  }
}

/* flow common
-------------------- */
.flowStep {
  position: relative;
  margin-top: calc(12% + 20px);
}

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

.flowStep img {
  width: 100%;
}

.flowStep__en {
  min-width: 50px;
  margin-bottom: 25px;
  padding-top: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px 40px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.2rem;
}

.flowStep__txt h2 {
  margin-bottom: 10px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

.flowStep__txt br {
  display: none;
}

@media (min-width: 960px) {
  .flowStep {
    width: 88%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
  }
  .flowStep__en {
    min-width: 80px;
    margin-bottom: 35px;
    padding-top: 80px;
    background-size: 80px 64px;
    font-size: 1.875em;
  }
  .flowStep__txt h2 {
    font-size: 1.25rem;
  }
  .flowStep__txt br {
    display: inline;
  }
  .flowStep .container {
    width: auto;
  }
}

/* flow step01-
-------------------- */
.flowStep01 .flowStep__en {
  background-image: url(../seiyaku/images/flow-num01.png);
}

.flowStep01__img1 {
  margin-bottom: calc(6% + 5px);
}

.flowStep01__img2 {
  float: right;
  width: 43%;
  margin-top: -5px;
  margin-left: 5%;
}

@media (min-width: 960px) {
  .flowStep01 .flowStep__en {
    margin-left: 62.11%;
  }
  .flowStep01 .flowStep__txt {
    margin-left: 62.11%;
  }
  .flowStep01__img1 {
    float: left;
    width: 42.11%;
    margin: 0 0 0 15%;
  }
  .flowStep01__img2 {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 26.32%;
    margin: 0;
    padding-top: calc(28% + 10px);
  }
}

.flowStep02 .flowStep__en {
  position: absolute;
  top: 0;
  left: 34%;
  margin-top: calc(48% - 10px);
  background-image: url(../seiyaku/images/flow-num02.png);
}

.flowStep02__img1 {
  width: 72%;
  margin: 0 0 25% auto;
}

.flowStep02__img2 {
  position: absolute;
  width: 26%;
  top: 0;
  left: 0;
  padding-top: 26%;
}

.flowStep02__img3 {
  float: right;
  width: 36%;
  margin: -12% 10% 5px 5%;
}

@media (min-width: 600px) {
  .flowStep02 .flowStep__en {
    margin-top: 53%;
  }
}

@media (min-width: 960px) {
  .flowStep02 .flowStep__en {
    left: 47.11%;
    margin-top: calc(38.6% - 30px);
  }
  .flowStep02 .flowStep__txt {
    margin-left: 47.11%;
  }
  .flowStep02__img1 {
    width: 57.89%;
    margin: 0 0 10% auto;
  }
  .flowStep02__img2 {
    width: 21.05%;
    left: auto;
    right: calc(57.89% + 10px);
    padding-top: 22.19%;
  }
  .flowStep02__img3 {
    width: 23.68%;
    margin: -10px 0 5px 5%;
  }
}

.flowStep03 .flowStep__en {
  margin-top: 30px;
  background-image: url(../seiyaku/images/flow-num03.png);
}

.flowStep03__img1 {
  display: inline-block;
  width: 60%;
}

.flowStep03__img2 {
  display: inline-block;
  width: 38%;
  margin-left: calc(2% - 0.4em);
}

.flowStep03__img3 {
  float: right;
  width: 48%;
  margin: calc(2% - 30px) 0 5px 5%;
}

@media (min-width: 960px) {
  .flowStep03 {
    margin-top: 0;
  }
  .flowStep03 .flowStep__en {
    margin-left: 63.16%;
    margin-top: -30px;
  }
  .flowStep03 .flowStep__txt {
    margin-left: 63.16%;
    width: 25%;
  }
  .flowStep03__img1 {
    width: 42.11%;
  }
  .flowStep03__img2 {
    width: 28.95%;
    margin-left: calc(10px - 0.4em);
  }
  .flowStep03__img3 {
    float: left;
    width: 34.21%;
    margin: 40px 0 15px 21.05%;
  }
}

.flowStep04 .flowStep__en {
  margin-top: calc(-10px - 5%);
  margin-left: 36.75%;
  background-image: url(../seiyaku/images/flow-num04.png);
}

.flowStep04 .flowStep__txt {
  margin-left: 36.75%;
}

.flowStep04__img1 {
  margin-bottom: 5%;
}

.flowStep04__img2 {
  float: left;
  width: 31.75%;
}

.flowStep04__img3 {
  display: inline-block;
  width: 48%;
  margin-top: 8%;
}

.flowStep04__img4 {
  display: inline-block;
  width: 27%;
  margin-left: calc(2% - 0.4em);
}

@media (min-width: 960px) {
  .flowStep04 {
    padding-top: 1px;
  }
  .flowStep04 .flowStep__en {
    margin-top: 38%;
    margin-left: 7.46%;
  }
  .flowStep04 .flowStep__txt {
    margin-left: 7.46%;
  }
  .flowStep04__img1 {
    float: right;
    width: 47.37%;
    margin: 0 0 0 10px;
    padding-top: calc(22.81% + 10px);
  }
  .flowStep04__img2 {
    float: right;
    width: 17.54%;
    padding-top: calc(22.81% + 10px);
  }
  .flowStep04__img3 {
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    left: auto;
    right: calc(47.37% + 10px);
    width: 34.21%;
    margin: 0;
  }
  .flowStep04__img4 {
    display: block;
    position: absolute;
    bottom: auto;
    top: 0;
    left: 52.63%;
    width: 19.3%;
    margin: 0;
    padding-top: 3.51%;
  }
}

.flowStep05 .flowStep__en {
  margin-top: -10px;
  margin-bottom: -1em;
  background-image: url(../seiyaku/images/flow-num05.png);
}

.flowStep05 .flowStep__txt {
  margin-left: 30%;
  margin-top: 2%;
}

.flowStep05__img2 {
  width: 58%;
  margin-top: 8%;
  margin-left: 12%;
  margin-bottom: 2%;
}

.flowStep05__img3 {
  float: left;
  width: 28%;
  margin-left: 26%;
}

.flowStep05__img4 {
  float: left;
  width: 32%;
  margin-left: 2%;
}

@media (min-width: 960px) {
  .flowStep05 .flowStep__en {
    margin-top: -80px;
    margin-bottom: 35px;
    margin-left: 66.67%;
  }
  .flowStep05 .flowStep__txt {
    margin-left: 66.67%;
    width: 25%;
  }
  .flowStep05__top {
    position: relative;
    margin-bottom: 10px;
  }
  .flowStep05__img1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 57.89%;
  }
  .flowStep05__img2 {
    width: 28.95%;
    margin: 50px 0 0 calc(57.89% + 10px);
  }
  .flowStep05__img3 {
    position: absolute;
    top: 0;
    right: calc(18.42% + 10px);
    width: 14.04%;
  }
  .flowStep05__img4 {
    position: absolute;
    top: 0;
    right: 2.63%;
    width: 15.79%;
  }
}

.flowStep06 .flowStep__en {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../seiyaku/images/flow-num06.png);
}

.flowStep06 .flowStep__txt {
  padding-top: 9em;
}

.flowStep06 .flowStep__txt h2 {
  position: absolute;
  top: 5em;
  left: 0;
}

.flowStep06__img1 {
  float: right;
  width: 42.67%;
  margin: 0 0 5px 6%;
}

.flowStep06__img2 {
  clear: both;
  width: 71.43%;
  margin: 0 0 0 auto;
  padding-top: 8%;
}

@media (min-width: 960px) {
  .flowStep06 {
    padding-top: 1px;
  }
  .flowStep06 .flowStep__en {
    position: static;
    margin-left: 47.37%;
    margin-top: 10%;
  }
  .flowStep06 .flowStep__txt {
    width: 25%;
    margin-left: 47.37%;
    padding-top: 0;
  }
  .flowStep06 .flowStep__txt h2 {
    position: static;
  }
  .flowStep06__img1 {
    float: left;
    width: 31.58%;
    margin: 0 0 0 9.65%;
  }
  .flowStep06__img2 {
    clear: none;
    width: 34.21%;
    margin-left: 47.37%;
    padding-top: 30px;
  }
}

.flowStep07 .flowStep__en {
  clear: both;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 43.5%;
  margin-top: calc(105.5% - 10px);
  background-image: url(../seiyaku/images/flow-num07.png);
}

.flowStep07 .flowStep__txt {
  padding-top: 50px;
}

.flowStep07__img1 {
  margin-bottom: 6%;
}

.flowStep07__img23container, .flowStep07__img4container {
  width: 80%;
  margin: 0 auto;
}

.flowStep07__img2 {
  float: right;
  width: 36%;
}

.flowStep07__img3 {
  float: left;
  width: 62%;
}

.flowStep07__img4 {
  clear: both;
  float: left;
  width: 42%;
  margin: 0 5% 5px -5%;
}

@media (min-width: 960px) {
  .flowStep07 {
    width: auto;
    max-width: 100%;
  }
  .flowStep07 .flowStep__en {
    position: relative;
    top: 0;
    left: 0;
    margin-top: -30px;
    margin-left: 55%;
  }
  .flowStep07 .flowStep__txt {
    padding-top: 0;
    margin-top: 0;
    margin-left: 55%;
  }
  .flowStep07__img1 {
    width: 50%;
    margin: 0 0 0 auto;
  }
  .flowStep07__img23container {
    position: absolute;
    top: 0;
    right: calc(50% + 10px);
    width: calc(44% - 10px);
    max-width: 560px;
    margin: 0;
    text-align: right;
  }
  .flowStep07__img2 {
    float: none;
    width: 46.43%;
    margin: 0 0 10px auto;
  }
  .flowStep07__img3 {
    float: none;
    width: 69.64%;
    margin: 0 0 0 auto;
  }
  .flowStep07__img4container {
    position: relative;
    width: 88%;
    max-width: 1140px;
  }
  .flowStep07__img4 {
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28%;
    margin: 0 0 -33%;
  }
}

.flowStep08 .flowStep__en {
  position: relative;
  margin-top: -10px;
  margin-left: 10%;
  background-image: url(../seiyaku/images/flow-num08.png);
}

.flowStep08 .flowStep__txt {
  margin-left: 10%;
}

.flowStep08__img1 {
  width: 76.2%;
}

@media (min-width: 960px) {
  .flowStep08 .flowStep__en {
    margin-top: -120px;
    margin-left: 36%;
  }
  .flowStep08 .flowStep__txt {
    margin-left: 36%;
  }
  .flowStep08__img1 {
    width: 42.11%;
    margin-left: 50%;
  }
}

.flowStep09 .flowStep__en {
  margin-top: -10px;
  background-image: url(../seiyaku/images/flow-num09.png);
}

.flowStep09__img2 {
  float: left;
  width: 32%;
  margin-top: 8%;
  margin-left: 9%;
  margin-right: 2%;
}

.flowStep09__img3 {
  float: left;
  width: 48%;
  margin-top: 18%;
  margin-bottom: 8%;
}

.flowStep09__img4 {
  clear: both;
  width: 48%;
  margin-left: 30%;
}

@media (min-width: 960px) {
  .flowStep09 .flowStep__en {
    margin-top: 0;
  }
  .flowStep09 .flowStep09__txtcontainer {
    float: left;
    width: calc(43.14% - 10px);
    margin-left: 8%;
    margin-right: 5%;
  }
  .flowStep09__img1 {
    margin-bottom: 8%;
  }
  .flowStep09__img2 {
    width: 17.54%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
  }
  .flowStep09__img3 {
    width: 26.32%;
    margin-top: 0;
    margin-bottom: 6%;
    padding-top: 5%;
  }
  .flowStep09__img4 {
    width: 26.32%;
    margin-left: 65.68%;
  }
}

.flowStep10 .flowStep__en {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10px;
  background-image: url(../seiyaku/images/flow-num10.png);
  text-align: center;
}

.flowStep10 .flowStep__txt {
  margin-left: 25%;
}

.flowStep10__img1 {
  margin-top: 8%;
}

@media (min-width: 960px) {
  .flowStep10 .flowStep__en {
    left: 50%;
  }
  .flowStep10 .flowStep__txt {
    margin-left: 60%;
  }
  .flowStep10__img1 {
    position: absolute;
    bottom: 50px;
    left: 3.5%;
    width: 42.11%;
    margin-top: 0;
  }
}

/* flow parents step101-
-------------------- */
.flowStep101 .flowStep__en {
  background-image: url(../seiyaku/images/flow-num01.png);
}

.flowStep101__img1 {
  margin-bottom: calc(6% + 5px);
}

.flowStep101__img2 {
  float: right;
  width: 43%;
  margin-top: -5px;
  margin-left: 5%;
}

@media (min-width: 960px) {
  .flowStep101 .flowStep__en {
    margin-left: 14%;
    margin-right: 61.11%;
  }
  .flowStep101 .flowStep__txt {
    margin-left: 14%;
    margin-right: 61.11%;
  }
  .flowStep101__img1 {
    float: right;
    width: 42.11%;
    margin: 0 14% 18% 0;
  }
  .flowStep101__img2 {
    float: none;
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 26.32%;
    margin: 0;
  }
}

.flowStep102 .flowStep__en {
  background-image: url(../seiyaku/images/flow-num02.png);
}

.flowStep102 .flowStep__txt p {
  margin-top: 15px;
}

.flowStep102__img1 {
  width: 72%;
  margin: 0 0 6% 0;
}

.flowStep102__img2 {
  position: absolute;
  width: 26%;
  top: 0;
  right: 0;
  padding-top: 26%;
}

.flowStep102__img3 {
  float: right;
  width: 36%;
  margin: 18% 10% 5px 5%;
}

@media (min-width: 960px) {
  .flowStep102 .flowStep__txt {
    width: 47.89%;
    margin-left: 10%;
  }
  .flowStep102__img1 {
    width: 57.89%;
    margin: 0 0 5%;
  }
  .flowStep102__img2 {
    width: 21.05%;
    right: auto;
    left: calc(57.89% + 10px);
    padding-top: 0;
  }
  .flowStep102__img3 {
    width: 23.68%;
    margin: -10px 60px 5px 5%;
  }
}

.flowStep103 .flowStep__en {
  margin-top: 30px;
  background-image: url(../seiyaku/images/flow-num03.png);
}

.flowStep103__img1 {
  display: inline-block;
  width: 60%;
}

.flowStep103__img2 {
  display: inline-block;
  width: 38%;
  margin-left: calc(2% - 0.4em);
}

.flowStep103__img3 {
  float: right;
  width: 48%;
  margin: calc(2% - 30px) 0 5px 5%;
}

@media (min-width: 960px) {
  .flowStep103 .flowStep__en {
    margin-top: 0;
    margin-left: 6%;
  }
  .flowStep103 .flowStep__txt {
    width: 36%;
    margin-left: 6%;
  }
  .flowStep103__img1 {
    width: 42.11%;
    margin-left: calc(28.94% - 10px);
  }
  .flowStep103__img2 {
    width: 28.95%;
    margin-left: calc(10px - 0.4em);
  }
  .flowStep103__img3 {
    float: right;
    width: 34.21%;
    margin: 10px 16.67% 0 0;
  }
}

.flowStep104 .flowStep__en {
  margin-left: 40%;
  margin-right: 10%;
  background-image: url(../seiyaku/images/flow-num04.png);
}

.flowStep104 .flowStep__txt {
  margin: 0 10%;
}

.flowStep104__img1 {
  float: right;
  width: 66%;
  margin-bottom: 6%;
  padding-top: 10%;
}

.flowStep104__img2 {
  float: left;
  width: 27%;
  margin-left: 5%;
  margin-bottom: 2%;
}

.flowStep104__img3container {
  clear: both;
}

.flowStep104__img3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  margin-top: 42.5%;
}

@media (min-width: 600px) {
  .flowStep104 .flowStep__txt {
    margin-left: 40%;
  }
}

@media (min-width: 960px) {
  .flowStep104 .flowStep__en {
    margin-top: -30px;
    margin-left: 30.7%;
    margin-right: 0;
  }
  .flowStep104 .flowStep__txt {
    margin: 0 0 0 30.7%;
  }
  .flowStep104__img1 {
    float: left;
    width: 47.37%;
    margin-bottom: 0;
    padding-top: 0;
  }
  .flowStep104__img2 {
    width: 24.56%;
    margin-top: 10%;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .flowStep104__img3container {
    width: 88%;
    max-width: 1140px;
    padding-top: 1px;
  }
  .flowStep104__img3 {
    top: auto;
    bottom: 0;
    width: 20.18%;
    margin: 0;
  }
}

.flowStep105 .flowStep__en {
  background-image: url(../seiyaku/images/flow-num05.png);
}

.flowStep105 .flowStep__txt {
  clear: both;
  margin-right: 30.1%;
}

.flowStep105__img1 {
  margin-bottom: 5%;
}

.flowStep105__img2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 28.1%;
}

.flowStep105__img3 {
  float: right;
  width: 31.75%;
  margin-left: 2%;
  margin-right: 30.1%;
  margin-bottom: 2%;
}

@media (min-width: 600px) {
  .flowStep105__img3 {
    margin-bottom: 10%;
  }
  .flowStep105 .flowStep__txt {
    clear: none;
  }
}

@media (min-width: 960px) {
  .flowStep105 .flowStep__en {
    margin-left: 62.89%;
  }
  .flowStep105 .flowStep__txt {
    margin-right: 0;
    margin-left: 62.89%;
  }
  .flowStep105__img1 {
    float: left;
    width: 57.89%;
    margin-bottom: 0;
  }
  .flowStep105__img2 {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    width: 14.04%;
    padding-top: calc(38.59% + 10px);
  }
  .flowStep105__img3 {
    position: absolute;
    top: 0;
    left: calc(14.04% + 10px);
    float: none;
    width: 15.79%;
    margin: 0;
    padding-top: calc(38.59% + 10px);
  }
}

.flowStep106 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: flex-end;
}

.flowStep106 .flowStep__en {
  background-image: url(../seiyaku/images/flow-num06.png);
}

.flowStep106__txtcontainer {
  width: 42.33%;
  margin-left: 5%;
}

.flowStep106__img1 {
  width: 42.67%;
}

@media (min-width: 600px) {
  .flowStep106 {
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 960px) {
  .flowStep106 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .flowStep106__txtcontainer {
    width: 23.95%;
    margin-right: 5%;
  }
  .flowStep106__img1 {
    width: 31.57%;
  }
}

.flowStep107 .flowStep__en {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-image: url(../seiyaku/images/flow-num07.png);
}

.flowStep107 .flowStep__txt {
  margin-left: 44%;
}

.flowStep107__img1 {
  margin-bottom: 6%;
}

.flowStep107__img2 {
  width: 62%;
  margin-left: 38%;
  margin-bottom: 6%;
}

.flowStep107__img3 {
  float: left;
  width: 44%;
  margin: 0 0 5px -5%;
}

@media (min-width: 960px) {
  .flowStep107 .flowStep__en {
    position: static;
    margin-left: 10%;
    margin-right: 48%;
  }
  .flowStep107 .flowStep__txt {
    margin-left: 10%;
    margin-right: 48%;
    padding-bottom: 37.58%;
  }
  .flowStep107__img2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 42.11%;
  }
  .flowStep107__img3 {
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 31.58%;
    margin: 0;
  }
}

.flowStep108 .flowStep__en {
  position: relative;
  margin-top: -20px;
  background-image: url(../seiyaku/images/flow-num08.png);
}

.flowStep108 .flowStep__txt {
  margin-bottom: 8%;
}

.flowStep108__img1 {
  display: inline-block;
  width: 68%;
}

.flowStep108__img234container {
  display: inline;
}

.flowStep108__img2 {
  display: inline-block;
  width: 20%;
  margin-left: calc(2% - 0.4em);
}

.flowStep108__img3 {
  float: left;
  width: 20%;
  margin-left: 10%;
  margin-right: 2%;
}

.flowStep108__img4 {
  float: left;
  width: 68%;
  margin-bottom: 10%;
}

.flowStep108__img5 {
  clear: both;
  margin: 0 17% 6%;
}

.flowStep108__txtcontainer {
  margin: 0 10%;
}

.flowStep108__onaoshi {
  width: 80%;
  margin: 0 auto;
}

.flowStep108__onaoshi br {
  display: none;
}

@media (min-width: 960px) {
  .flowStep108 {
    width: auto;
    max-width: 100%;
  }
  .flowStep108 .flowStep__en {
    margin-top: 0;
  }
  .flowStep108 .flowStep__txt {
    margin-bottom: 0;
  }
  .flowStep108__img1 {
    display: block;
    float: left;
    width: 50%;
  }
  .flowStep108__img234container {
    position: relative;
    display: block;
    margin-left: calc(50% + 10px);
    width: calc(44% - 10px);
    max-width: 560px;
    text-align: left;
  }
  .flowStep108__img2 {
    width: 38.75%;
    margin: 0 10px 10px 0;
  }
  .flowStep108__img3 {
    float: none;
    display: inline-block;
    width: 27.14%;
    margin: 0 0 10px -0.4em;
  }
  .flowStep108__img4 {
    float: none;
    width: 73.39%;
    margin: 0;
  }
  .flowStep108__img5 {
    width: 39.47%;
    margin: 0 0 0 8%;
  }
  .flowStep108__txtcontainer {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-bottom: calc(114% + 40px);
  }
  .flowStep108__onaoshi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    width: 88%;
    max-width: 1140px;
    margin-top: 60px;
  }
  .flowStep108__onaoshi br {
    display: inline;
  }
  .flowStep108__onaoshitxt {
    width: 33%;
    margin: 0 0 0 6%;
  }
}

.flowStep109 .flowStep__en {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10px;
  background-image: url(../seiyaku/images/flow-num09.png);
  text-align: center;
}

.flowStep109 .flowStep__txt {
  margin-left: 25%;
}

.flowStep109__img1 {
  margin-top: 8%;
}

@media (min-width: 960px) {
  .flowStep109 .flowStep__en {
    position: static;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin-left: 20%;
  }
  .flowStep109 .flowStep__txt {
    margin-left: 20%;
    width: 32%;
  }
  .flowStep109__img1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 42.11%;
    margin-top: 0;
  }
}

/* movie index
-------------------- */
.movieList {
  margin-top: calc(6% + 25px);
}

.movieList li {
  position: relative;
  overflow: hidden;
  margin-top: calc(8% + 35px);
}

.movieList li:nth-child(-n + 1) {
  margin-top: 0;
}

.movieList a {
  display: block;
  text-decoration: none;
}

.movieList__title {
  margin-top: 20px;
  color: #b062a0;
  text-decoration: underline;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
}

.movieList__txt {
  margin-top: 10px;
  color: #222;
  font-size: 0.75rem;
  line-height: 2;
}

@media (min-width: 600px) {
  .movieList {
    margin-top: 60px;
  }
  .movieList li {
    margin-top: 60px;
  }
  .movieList li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .movieList__title {
    margin-top: 25px;
  }
  .movieList__txt {
    font-size: 0.875rem;
  }
}

@media (min-width: 1280px) {
  .movieList {
    margin-top: 100px;
  }
  .movieList li {
    margin-top: 100px;
  }
  .movieList li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .movieList__title {
    margin-top: 30px;
  }
  .movieList__txt {
    margin-top: 15px;
  }
}

/* faq
-------------------- */
.faqList {
  margin: 0;
  padding: 5% 0 5% 20px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.faqDetail dl {
  margin-top: calc(6% + 25px);
  border: 1px solid #DDD;
  line-height: 2;
}

.faqDetail dt,
.faqDetail dd {
  padding: 15px 5% 15px calc(5% + 3em);
}

.faqDetail dt {
  position: relative;
  border-bottom: 1px solid #DDD;
}

.faqDetail dd {
  position: relative;
  background: #F6F6F6;
}

.faqDetail dd p:not(:last-child) {
  margin-bottom: 15px;
}

.faqDetail span {
  display: block;
  position: absolute;
  top: 10px;
  left: calc(5% + 0.2em);
  color: #b062a0;
  font-size: 1.25rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  text-align: center;
}

@media (min-width: 600px) {
  .faqDetail dt,
  .faqDetail dd {
    padding: 20px 30px 20px 70px;
  }
  .faqDetail dt {
    font-size: 1rem;
  }
  .faqDetail span {
    top: 15px;
    left: 30px;
  }
}

/* guest
-------------------- */
/* guestMake */
.guestMake__img {
  text-align: center;
}

.guestMake__img img {
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .guestMake__img img {
    width: 48%;
    max-width: 300px;
    margin-top: 30px;
  }
  .guestMake__img img:nth-child(2) {
    margin-left: 10px;
  }
}

/* guestClothes*/
.guestClothes__list {
  margin: 35px 0;
  border-bottom: 1px solid #DDD;
}

.guestClothes__item {
  padding-top: 35px;
  padding-bottom: 15px;
  border-top: 1px solid #DDD;
}

.guestClothes__img {
  margin-bottom: 30px;
  text-align: center;
}

.guestClothes__detail {
  text-align: center;
}

.guestClothes__detail h3 {
  margin: 0 0 20px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

@media (min-width: 600px) {
  .guestClothes__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .guestClothes__img {
    width: 205px;
    margin-bottom: 20px;
    text-align: left;
  }
  .guestClothes__detail {
    width: calc(100% - 205px);
    text-align: left;
  }
  .guestClothes__detail h3 {
    font-size: 1.25rem;
  }
}

/* staffIicon
-------------------- */
.staffIicon {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
  height: 20px;
  padding: 0 5px;
  background: #b062a0;
  color: #FFF;
  font-size: 0.675rem;
  line-height: 20px;
}

@media (min-width: 600px) {
  .staffIicon {
    height: 28px;
    padding: 0 12px;
    font-size: 0.75rem;
    line-height: 28px;
  }
}

/* staff index
-------------------- */
/* staffList */
.staffList {
  margin-top: calc(6% + 25px);
}

.staffList li {
  position: relative;
  overflow: hidden;
  margin-top: calc(6% + 10px);
}

.staffList li:nth-child(-n + 2) {
  margin-top: 0;
}

.staffList a {
  display: block;
  text-decoration: none;
}

.staffList__txt {
  position: relative;
}

.staffList__icon {
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 0;
}

.staffList__title {
  padding-top: 10px;
  color: #222;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media (min-width: 600px) {
  .staffList {
    margin-top: 60px;
  }
  .staffList li {
    margin-top: 40px;
  }
  .staffList__icon {
    top: -28px;
  }
  .staffList__title {
    padding-top: 15px;
    font-size: 1.125rem;
  }
}

@media (min-width: 960px) {
  .staffList li:nth-child(-n + 3) {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .staffList {
    margin-top: 100px;
  }
  .staffList li {
    margin-top: 60px;
  }
  .staffList li:nth-child(-n + 4) {
    margin-top: 0;
  }
}

/* magnific popup */
.staff_body .mfp-close-btn-in .mfp-close {
  position: fixed;
  color: #333;
  background: #FFF;
}

.staff_body .mfp-close-btn-in .mfp-close:active {
  top: 0;
}

@media (min-width: 960px) {
  .staff_body .mfp-close-btn-in .mfp-close {
    position: absolute;
    top: 0;
    right: -44px;
  }
}

.staff_body .mfp-container .mfp-arrow {
  top: 0;
  width: 32px;
  height: 60px;
  margin-top: calc(46% - 20px);
  background: #000;
}

.staff_body .mfp-container .mfp-arrow:active {
  margin-top: calc(46% - 20px);
}

.staff_body .mfp-container .mfp-arrow::before {
  display: none;
}

.staff_body .mfp-container .mfp-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  width: 10px;
  height: 10px;
  margin: 0;
  border: 2px solid transparent;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.staff_body .mfp-container .mfp-arrow.mfp-arrow-left {
  left: calc(4% - 10px);
}

.staff_body .mfp-container .mfp-arrow.mfp-arrow-left::after {
  left: 14px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.staff_body .mfp-container .mfp-arrow.mfp-arrow-right {
  right: calc(4% - 10px);
}

.staff_body .mfp-container .mfp-arrow.mfp-arrow-right::after {
  left: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 750px) {
  .staff_body .mfp-container .mfp-arrow {
    margin-top: 320px;
  }
  .staff_body .mfp-container .mfp-arrow:active {
    margin-top: 320px;
  }
  .staff_body .mfp-container .mfp-arrow.mfp-arrow-left {
    left: calc(50% - 370px);
  }
  .staff_body .mfp-container .mfp-arrow.mfp-arrow-right {
    right: calc(50% - 370px);
  }
}

@media (min-width: 960px) {
  .staff_body .mfp-container .mfp-arrow {
    top: calc(50% - 20px);
    margin-top: 0;
  }
  .staff_body .mfp-container .mfp-arrow:active {
    margin-top: 0;
  }
  .staff_body .mfp-container .mfp-arrow.mfp-arrow-left {
    left: calc(50% - 550px);
  }
  .staff_body .mfp-container .mfp-arrow.mfp-arrow-right {
    right: calc(50% - 550px);
  }
}

/* staffDetail */
.staffDetail__item {
  width: 92%;
  max-width: 640px;
  margin: 6% auto;
  background: #FFF;
}

.staffDetail__img img {
  width: 100%;
}

.staffDetail__txtcontainer {
  padding: calc(5% + 15px) 5% 5%;
}

.staffDetail__title {
  padding-bottom: 20px;
}

.staffDetail__name {
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}

.staffDetail__name2 {
  font-size: 0.625rem;
  line-height: 1.3;
}

.staffDetail__position {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.3;
}

.staffDetail__message dl {
  width: 100%;
}

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

.staffDetail__message dt {
  width: 40%;
  float: left;
  padding: 0 0 15px 0;
}

.staffDetail__message dd {
  margin-left: 40%;
  padding: 0 0 15px 0;
}

@media (min-width: 600px) {
  .staffDetail__title {
    padding-bottom: 30px;
  }
  .staffDetail__name {
    font-size: 1.5rem;
  }
  .staffDetail__name2 {
    margin-top: 5px;
  }
  .staffDetail__position {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}

@media (min-width: 960px) {
  .staffDetail__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1000px;
    height: 600px;
    margin: auto;
  }
  .staffDetail__img {
    overflow: hidden;
    position: relative;
    width: 50%;
    height: 600px;
  }
  .staffDetail__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .staffDetail__txt {
    position: relative;
    width: 50%;
    height: 600px;
  }
  .staffDetail__txtcontainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 40px 0;
    overflow: auto;
  }
  .staffDetail__title {
    padding-bottom: 30px;
  }
  .staffDetail__name {
    font-size: 2rem;
  }
  .staffDetail__name2 {
    margin-top: 8px;
    font-size: 0.75rem;
  }
  .staffDetail__position {
    margin-top: 20px;
    font-size: 0.875rem;
  }
  .staffDetail__message {
    padding-bottom: 30px;
  }
}

/* event
-------------------- */
.mainimg_event {
  background-image: url(../event/images/event-main_sp.jpg);
}

@media (min-width: 960px) {
  .mainimg_event {
    background-image: url(../event/images/event-main_pc.jpg);
  }
}

/* eventIcon
-------------------- */
.eventIcon span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 7px 10px;
  background-color: #999;
  color: #FFF;
  font-size: 0.75rem;
  line-height: 1;
}

.eventIcon span.eventIcon__icon_before {
  background: #9DCB14;
}

.eventIcon span.eventIcon__icon_after {
  background: #188F7A;
}

@media (min-width: 600px) {
  .eventIcon span {
    padding: 10px 15px;
    font-size: 0.875rem;
  }
}

/* eventData
-------------------- */
.eventData__header img {
  width: 100%;
}

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

.eventData__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
      order: 2;
}

.eventData__detail {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
      order: 1;
}

.eventData__btn {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
      order: 3;
}

.eventData__img {
  position: relative;
  width: 80%;
  margin: 30px auto;
  padding-top: 85%;
}

.eventData__img div {
  position: absolute;
}

.eventData__img1 {
  z-index: 2;
  top: 0;
  right: 0;
  width: 85%;
}

.eventData__img2 {
  z-index: 4;
  top: 50%;
  left: -3%;
  width: 55%;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.eventData__img3 {
  z-index: 3;
  bottom: 0;
  right: -3%;
  width: 60%;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.eventData__imgover {
  z-index: 5;
}

.eventData__img img {
  width: 100%;
  margin: 0;
  border: 3px solid #FFF;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.eventData__detail, .eventData__btn {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .eventData__img {
    margin: 50px auto;
    padding-top: 32%;
  }
  .eventData__img1 {
    top: 0;
    left: -2%;
    width: 58%;
  }
  .eventData__img2 {
    top: -2%;
    left: 55%;
    width: 32%;
  }
  .eventData__img3 {
    right: -4%;
    width: 32%;
  }
}

@media (min-width: 960px) {
  .eventData__body {
    position: relative;
    display: block;
    margin-top: -120px;
  }
  .eventData__body::after {
    content: "";
    display: table;
    clear: both;
  }
  .eventData__img {
    float: right;
    width: 45%;
    margin: calc(105px + 5%) 5% 0 0;
    padding-top: 40%;
  }
  .eventData__img1 {
    top: 0;
    left: auto;
    right: 0;
    width: 70%;
  }
  .eventData__img2 {
    top: 49%;
    left: 1%;
    width: 52%;
  }
  .eventData__img3 {
    right: -4%;
    width: 52%;
  }
  .eventData__detail, .eventData__btn {
    width: 50%;
    margin: 0;
    padding: calc(5% - 30px) 5% 0;
    background: #FFF;
  }
  .eventData__btn {
    margin-top: 50px;
  }
}

@media (min-width: 1280px) {
  .eventData__header img {
    margin-top: -1.5%;
    margin-bottom: -1.5%;
  }
  .eventData__body {
    width: 88%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .eventData__img {
    width: 45%;
    margin: 200px 0 0 0;
  }
  .eventData__detail, .eventData__btn {
    width: 55%;
  }
}

/* after
-------------------- */
.mainimg_after {
  background-image: url(../after/images/after-main_sp.jpg);
}

@media (min-width: 960px) {
  .mainimg_after {
    background-image: url(../after/images/after-main_pc.jpg);
  }
}

/* afterData
-------------------- */
.afterData__img {
  position: relative;
  width: 80%;
  margin: 30px auto;
  padding-top: 38%;
}

.afterData__img div {
  position: absolute;
}

.afterData__img1 {
  z-index: 4;
  top: 0;
  left: -3%;
  width: 29%;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.afterData__img2 {
  z-index: 3;
  bottom: 0;
  left: 23%;
  width: 29%;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.afterData__img3 {
  z-index: 2;
  top: 0;
  right: -4%;
  width: 55%;
}

.afterData__img img {
  width: 100%;
  margin: 0;
  border: 3px solid #FFF;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.afterData__detail {
  width: 80%;
  margin: 0 auto;
}

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

@media (min-width: 960px) {
  .afterData__body {
    width: 88%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .afterData__img {
    float: right;
    width: 39.8%;
    padding-top: 48%;
  }
  .afterData__img1 {
    top: 10%;
    left: 5%;
    width: 45%;
  }
  .afterData__img2 {
    bottom: auto;
    top: 0;
    left: 50%;
    width: 45%;
  }
  .afterData__img3 {
    top: auto;
    bottom: 0;
    right: 0;
    width: 70%;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  .afterData__detail {
    width: 55%;
    margin: 0;
    padding: calc(5% - 30px) 0 0;
    background: #FFF;
  }
}

@media (min-width: 1280px) {
  .afterData__img {
    padding-top: 40%;
  }
  .afterData__img1 {
    top: 7%;
    left: 12%;
    width: 40%;
  }
  .afterData__img2 {
    bottom: auto;
    top: -3%;
    left: 52%;
    width: 40%;
  }
  .afterData__img3 {
    top: auto;
    bottom: 0;
    right: 0;
    width: 58%;
  }
}

/* afterOkaeriDetail
-------------------- */
.afterOkaeriDetail {
  margin-bottom: -20px;
}

.afterOkaeriDetail__img {
  position: relative;
  margin: 0 auto;
  padding-top: 100%;
}

.afterOkaeriDetail__img div {
  position: absolute;
}

.afterOkaeriDetail__img img {
  width: 100%;
  margin: 0;
  border: 3px solid #FFF;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

@media (min-width: 600px) {
  .afterOkaeriDetail__img {
    padding-top: 30%;
  }
}

.afterOkaeriSpring .afterOkaeriDetail__img1 {
  z-index: 1;
  top: 0;
  left: 0;
  width: 66%;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.afterOkaeriSpring .afterOkaeriDetail__img2 {
  z-index: 2;
  top: 0;
  right: 0;
  width: 35%;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.afterOkaeriSpring .afterOkaeriDetail__img3 {
  z-index: 4;
  bottom: 5%;
  left: 15%;
  width: 35%;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.afterOkaeriSpring .afterOkaeriDetail__img4 {
  z-index: 3;
  bottom: 0;
  right: 15%;
  width: 35%;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 600px) {
  .afterOkaeriSpring .afterOkaeriDetail__img1 {
    top: 0;
    left: 0;
    width: 40%;
  }
  .afterOkaeriSpring .afterOkaeriDetail__img2 {
    top: 0;
    right: auto;
    left: 40%;
    width: 19%;
  }
  .afterOkaeriSpring .afterOkaeriDetail__img3 {
    bottom: 5%;
    left: 62%;
    width: 19%;
  }
  .afterOkaeriSpring .afterOkaeriDetail__img4 {
    bottom: 0;
    right: 0;
    width: 19%;
  }
}

.afterOkaeriSummer .afterOkaeriDetail__img1 {
  z-index: 3;
  top: 5%;
  left: 0;
  width: 52%;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.afterOkaeriSummer .afterOkaeriDetail__img2 {
  z-index: 2;
  top: 0;
  right: 0;
  width: 52%;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

.afterOkaeriSummer .afterOkaeriDetail__img3 {
  z-index: 1;
  bottom: 10%;
  left: 0;
  width: 66%;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.afterOkaeriSummer .afterOkaeriDetail__img4 {
  z-index: 4;
  bottom: 0;
  right: 5%;
  width: 35%;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

@media (min-width: 600px) {
  .afterOkaeriSummer .afterOkaeriDetail__img1 {
    top: 0;
    left: 0;
    width: 29%;
  }
  .afterOkaeriSummer .afterOkaeriDetail__img2 {
    top: auto;
    bottom: -5%;
    right: auto;
    left: 22%;
    width: 25%;
  }
  .afterOkaeriSummer .afterOkaeriDetail__img3 {
    bottom: 10%;
    left: 45%;
    width: 40%;
  }
  .afterOkaeriSummer .afterOkaeriDetail__img4 {
    bottom: 0;
    right: 0;
    width: 19%;
  }
}

.afterOkaeriWinter .afterOkaeriDetail__img1 {
  z-index: 2;
  top: 0;
  left: 0;
  width: 35%;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.afterOkaeriWinter .afterOkaeriDetail__img2 {
  z-index: 1;
  top: 0;
  right: 0;
  width: 66%;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.afterOkaeriWinter .afterOkaeriDetail__img3 {
  z-index: 4;
  bottom: 5%;
  left: 15%;
  width: 35%;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.afterOkaeriWinter .afterOkaeriDetail__img4 {
  z-index: 3;
  bottom: 10%;
  right: 15%;
  width: 35%;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (min-width: 600px) {
  .afterOkaeriWinter .afterOkaeriDetail__img1 {
    top: 0;
    left: 0;
    width: 19%;
  }
  .afterOkaeriWinter .afterOkaeriDetail__img2 {
    top: 0;
    right: auto;
    left: 20%;
    width: 40%;
  }
  .afterOkaeriWinter .afterOkaeriDetail__img3 {
    bottom: 5%;
    left: 62%;
    width: 19%;
  }
  .afterOkaeriWinter .afterOkaeriDetail__img4 {
    bottom: 0;
    right: 0;
    width: 19%;
  }
}

.afterOkaeriWinter.afterOkaeriDetail {
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .afterOkaeriWinter.afterOkaeriDetail {
    margin-bottom: 50px;
  }
}

/* access
-------------------- */
.accessGooglemap {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 100%;
}

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

@media (min-width: 600px) {
  .accessGooglemap {
    padding-top: 75%;
  }
}

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

@media (min-width: 960px) {
  .accessBusTxt {
    width: calc(100% - 400px - 5.2%);
    margin-right: 5.2%;
  }
}

@media (min-width: 960px) {
  .accessBusTable {
    width: 400px;
  }
}

.accessBusTT {
  width: 100%;
  border-collapse: collapse;
}

.accessBusTT th,
.accessBusTT td {
  border: 1px solid #DDD;
}

.accessBusTT th {
  width: 50%;
  padding: 5px;
  background: #666;
  color: #FFF;
  line-height: 1.5;
  text-align: center;
}

.accessBusTT td {
  padding: 2px 0;
  font-size: 0.75rem;
  line-height: 1.3;
}

.accessBusTT .hour {
  background: #F6F6F6;
  text-align: center;
}

.accessBusTT .hour span {
  display: block;
  font-size: 0.625rem;
  text-align: center;
}

.accessBusTT .min {
  vertical-align: middle;
}

.accessBusTT .min span {
  display: inline-block;
  width: 2em;
  text-align: right;
}

@media (min-width: 600px) {
  .accessBusTT th {
    padding: 15px 5px;
  }
  .accessBusTT th br {
    display: none;
  }
  .accessBusTT td {
    padding: 7px 2px;
    font-size: 0.875rem;
  }
  .accessBusTT .hour {
    width: 17%;
  }
  .accessBusTT .hour span {
    display: inline-block;
    margin-right: 10px;
  }
}

/* banquet
-------------------- */
.mainimg_banquet {
  background-image: url(../banquet/images/banquet-main_sp.jpg);
}

@media (min-width: 960px) {
  .mainimg_banquet {
    background-image: url(../banquet/images/banquet-main_pc.jpg);
  }
}

.banquet__margin {
  margin-top: calc(12% + 20px);
}

.banquet__dl {
  width: 160px;
  margin: 0 auto;
}

.banquet__dl dt {
  width: 100px;
  float: left;
  text-align: left;
  padding: 10px 0;
}

.banquet__dl dd {
  width: 60px;
  margin-left: 100px;
  text-align: right;
  padding: 10px 0;
}

.banquet__table {
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto;
  border-top: 1px solid #DDD;
}

.banquet__table th {
  display: block;
  padding: 15px 10px;
  line-height: 1.3;
  background: #F6F6F6;
  text-align: center;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
}

.banquet__table td {
  display: block;
  padding: 15px 10px;
  line-height: 1.3;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  text-align: left;
}

.banquet__table td.banquet__td__label {
  text-align: right;
}

.banquet__table td.banquet__td__title {
  background: #F6F6F6;
  text-align: center;
}

.banquet__table td.banquet__td__label::before {
  content: attr(data-label);
  text-align: left;
  float: left;
}

.banquet__table thead {
  display: none;
}

@media (min-width: 960px) {
  .banquet__hall {
    width: 47.4%;
    margin: 0 auto;
  }
  .banquet__margin {
    margin-top: 0;
  }
  .banquet__table {
    width: 100%;
  }
  .banquet__table td.banquet__td__title {
    background: none;
    text-align: left;
  }
  .banquet__table td.banquet__td__label::before {
    content: none;
  }
  .banquet__table thead {
    display: table-header-group;
    width: 100%;
  }
  .banquet__table thead td {
    text-align: center;
  }
  .banquet__table th {
    display: table-cell;
    width: 20%;
  }
  .banquet__table td {
    display: table-cell;
    width: 20%;
  }
  .banquet__table td.banquet__td__label {
    text-align: left;
  }
  .banquet__table th[colspan] {
    width: 40%;
  }
}

/* wedding_camp
-------------------- */
body.wcamp_body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../wedding_camp/images/main_sp.jpg) center/cover no-repeat;
  /*fixedをトル！*/
  -webkit-background-size: cover;
  /*Android4*/
}

body.wcamp_body .bottomFair {
  margin-top: 0;
  padding-top: calc(12% + 20px);
}

body.wcamp_body .breadcrumb {
  background: #FFFFFF;
}

body.wcamp_body footer {
  background: #FFFFFF;
}

.wcamp__main {
  width: 100%;
  height: calc(100vh - 54px);
  min-height: 380px;
  position: relative;
  z-index: 10;
}

.wcamp__logo {
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF url(../wedding_camp/images/wedding-camp_logo.jpg) no-repeat center 40%/50% auto;
  animation: wcamp-keyframe1 2s, wcamp-keyframe2 1.5s 2s forwards;
  -webkit-animation: wcamp-keyframe1 2s, wcamp-keyframe2 1.5s 2s forwards;
}

.wcamp__bg {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  animation: wcamp-keyframe2 1.5s 2.5s forwards;
  -webkit-animation: wcamp-keyframe2 1.5s 2.5s forwards;
}

.wcamp__story {
  position: absolute;
  top: 14%;
  left: 47%;
  width: 50%;
  color: #FFF;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.wcamp__story1 {
  padding-left: 1em;
  font-size: 0.75rem;
}

.wcamp__story1_bottom {
  margin-bottom: 1.8em;
}

.wcamp__story2 {
  float: left;
  margin: 0 0.5em 0 0;
  font-size: 0.625rem;
}

.wcamp__story2 + .wcamp__story2 {
  float: none;
  margin: 0 0 0 0.5em;
}

.wcamp__catch {
  background: #FFFFFF;
  padding: 50px 10%;
}

.wcamp__catch__caption {
  margin-bottom: 10px;
  font-size: 1.35rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 2;
  letter-spacing: 0.2em;
}

.wcamp__catch__caption br {
  display: none;
}

.wcamp__catch__title {
  margin-top: 20px;
  padding-bottom: 15px;
}

.wcamp__concept {
  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;
  background: #FFFFFF;
  margin: 200px 0 0 0;
}

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

.wcamp__concept__right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.wcamp__concept__right img {
  width: 50%;
}

.wcamp__concept__h3 {
  width: 80%;
  margin: 50px auto 0 auto;
  font-size: 1.35rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}

.wcamp__concept__txt {
  width: 80%;
  padding: 0 0 50px 0;
  margin: 40px auto 0 auto;
}

.wcamp__style__title {
  width: 100%;
  margin: 200px 0 0 0;
  padding: 50px 0;
  font-size: 1.35rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  background: #FFFFFF;
}

.wcamp__style {
  background: #2F472A;
}

.wcamp__style__left img {
  width: 50%;
}

.wcamp__style__img {
  width: 80%;
  margin: 50px auto 0 auto;
}

.wcamp__style__img img {
  width: 100%;
}

.wcamp__style__txt {
  color: #FFFFFF;
  width: 80%;
  padding: 0 0 50px 0;
  margin: 40px auto 0 auto;
}

.wcamp__style__wrap {
  padding: 50px 0 0 0;
  background: #FFFFFF;
}

.wcamp__style__box {
  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;
  width: 100%;
  padding: 0 0 50px 0;
}

.wcamp__style__box__order1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

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

.wcamp__style__box img {
  width: 100%;
}

.wcamp__style__box div {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}

.wcamp__style__box div:nth-of-type(2) {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}

.wcamp__style__box h3 {
  width: 100%;
  padding: 35px 0 25px 0;
  font-size: 1rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  background: #FFFFFF;
}

.wcamp__gallery__title {
  width: 100%;
  margin: 200px 0 0 0;
  padding: 50px 0;
  font-size: 1.35rem;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  background: #FFFFFF;
}

.wcamp__gallery {
  background: #FFFFFF;
  padding: 0 0 1px 0;
}

.wcamp__report {
  background: #FFFFFF;
  padding: 1px 0;
}
.wp-camp .box1type1__txt {
    margin-top: 100px;
}

@media (min-width: 600px) {
  .wcamp__main {
    min-height: 650px;
  }
  .wcamp__story {
    top: 20%;
    left: 60%;
    width: 38%;
  }
  .wcamp__story1 {
    font-size: 1.125rem;
  }
  .wcamp__story2 {
    font-size: 1rem;
  }
  .wcamp__logo {
    background-size: 40% auto;
  }
}

@media (min-width: 960px) {
  body.wcamp_body .bottomFair {
    margin-top: 130px;
    padding: 80px 0;
  }
  body.wcamp_body .breadcrumb {
    background: transparent;
  }
  body.wcamp_body footer {
    background: transparent;
  }
  body.wcamp_body::before {
    content: none;
  }
  .wcamp__wrap {
    width: 100%;
    height: 100%;
    background: url(../wedding_camp/images/main_sp.jpg);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
  }
  .wcamp__wrap {
    background-image: url(../wedding_camp/images/main.jpg);
    background-position: center center;
  }
  .wcamp__logo {
    background-size: 30% auto;
  }
  .wcamp__story {
    top: 25%;
    left: 70%;
    width: 28%;
  }
  .wcamp__catch {
    padding: 140px 0;
  }
  .wcamp__catch__caption {
    width: 640px;
    margin: 0 auto 40px auto;
    font-size: 1.75rem;
  }
  .wcamp__catch__caption br {
    display: inline;
  }
  .wcamp__catch__txt {
    width: 640px;
    margin: 0 auto;
  }
  .wcamp__catch__title {
    width: 640px;
    margin: 30px auto 0;
  }
  .wcamp__concept {
    width: 100%;
    margin: 400px 0 0 0;
  }
  .wcamp__concept__left {
    padding: 140px 0;
  }
  .wcamp__concept__h3 {
    width: 100%;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 1;
  }
  .wcamp__concept__txt {
    max-width: 640px;
    padding: 0;
  }
  .wcamp__style__title {
    margin: 400px 0 0 0;
    padding: 130px 0;
    font-size: 2rem;
    line-height: 1;
  }
  .wcamp__style__right {
    padding: 140px 0;
  }
  .wcamp__style__img {
    max-width: 640px;
    padding: 0;
  }
  .wcamp__style__txt {
    max-width: 640px;
    padding: 0;
  }
  .wcamp__style__wrap {
    padding: 100px 0;
  }
  .wcamp__style__wrap div {
    margin: 50px auto 0 auto;
  }
  .wcamp__style__wrap div:nth-of-type(1) {
    margin: 0 auto;
  }
  .wcamp__style__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: table;
    width: 80%;
    max-width: 1140px;
    padding: 0;
  }
  .wcamp__style__box div {
    vertical-align: middle;
    display: table-cell;
    width: 55%;
    padding: 0 5% 0 0;
  }
  .wcamp__style__box div:nth-of-type(2) {
    width: 45%;
    padding: 0;
  }
  .wcamp__style__box h3 {
    padding: 0;
    font-size: 1.35rem;
    margin: 0 0 40px 0;
  }
  .wcamp__gallery__title {
    margin: 400px 0 0 0;
    padding: 130px 0;
    font-size: 2rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .wcamp__concept {
    display: table;
  }
  .wcamp__concept__left {
    padding: 0;
    display: table-cell;
    width: calc(100% - 625px);
    vertical-align: middle;
  }
  .wcamp__concept__right {
    display: table-cell;
    width: 625px;
  }
  .wcamp__concept__right img {
    width: 100%;
  }
  .wcamp__style {
    width: 100%;
    display: table;
  }
  .wcamp__style__left {
    display: table-cell;
    width: 625px;
  }
  .wcamp__style__right {
    padding: 0;
    display: table-cell;
    width: calc(100% - 625px);
    vertical-align: middle;
  }
  .wcamp__style__left img {
    width: 100%;
  }
  .wcamp__style__img img {
    width: 100%;
  }
}

/* animation */
@-webkit-keyframes wcamp-keyframe1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes wcamp-keyframe1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes wcamp-keyframe2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes wcamp-keyframe2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* taiyou
-------------------- */
.taiyoumain {
  position: relative;
  margin-bottom: 50px;
}

.taiyoumain__img {
  overflow: hidden;
  width: 100%;
  margin-top: calc(5% + 15px);
}

.taiyoumain__img img {
  width: 100%;
}

.taiyoumain__txt {
  margin-top: calc(8% + 20px);
  text-align: center;
}

.taiyoumain__title1 {
  font-size: 1.5rem;
  font-size: 6.5vw;
  font-family: "NotoSerifCJKjp-L", sans-serif;
}

.taiyoumain__title2 {
  margin-top: 10px;
  font-size: 0.75rem;
  font-size: 3.5vw;
}

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

@media (min-width: 960px) {
  .taiyoumain {
    overflow: hidden;
    max-height: calc(100vh - 64px);
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .taiyoumain {
      height: calc(100vh - 64px);
    }
    .taiyoumain__img {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      margin-top: 0;
    }
    .taiyoumain__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .taiyoumain__txt {
    position: absolute;
    z-index: 3;
    bottom: 50%;
    left: 0;
    width: 100%;
  }
  .taiyoumain__title1 {
    font-size: 3rem;
    font-size: 3.75vw;
  }
  .taiyoumain__title2 {
    margin-top: 15px;
    font-size: 1rem;
  }
}

@media (min-width: 1280px) {
  .taiyoumain {
    max-height: calc(100vh - 74px);
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .taiyoumain {
      height: calc(100vh - 74px);
    }
  }
  .taiyoumain__title1 {
    font-size: 2rem;
    font-size: 2.8vw;
  }
  .taiyoumain__title2 {
    font-size: 1rem;
    font-size: 1.25vw;
  }
}

/* new normal wedding
-------------------- */
.newnormalMain {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 54px);
}

.newnormalMain__title {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 57%;
  margin: 15% 0 0 8%;
}

.newnormalMain__title img {
  width: 100%;
}

.newnormalMain__img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../newnormal/images/mainimg_sp.jpg) no-repeat center bottom/cover;
  opacity: 1;
  -webkit-transition: opacity 1.2s ease 1s;
  transition: opacity 1.2s ease 1s;
}

.newnormalMain_start .newnormalMain__img {
  opacity: 0;
}

@media (min-width: 600px) {
  .newnormalMain {
    min-height: 600px;
  }
  .newnormalMain__title {
    width: 50%;
    max-width: 400px;
    margin: 80px 0 0 60px;
  }
  .newnormalMain__img {
    background: url(../newnormal/images/mainimg_pc.jpg) no-repeat center bottom/cover;
  }
}

@media (min-width: 960px) {
  .newnormalMain__title {
    margin: 6% 0 0 6%;
  }
}

.newnormalPoint {
  position: relative;
  padding: 20% 0 5%;
}

.newnormalPoint__img {
  position: relative;
}

.newnormalPoint__img img {
  width: 100%;
}

.newnormalPoint__img1 {
  width: 90%;
}

.newnormalPoint_2 .newnormalPoint__img1 {
  margin-left: 10%;
}

.newnormalPoint_3 .newnormalPoint__img1 {
  margin-left: 10%;
}

.newnormalPoint_5 .newnormalPoint__img1 {
  margin-left: 10%;
}

.newnormalPoint_7 .newnormalPoint__img1 {
  margin-left: 0;
  width: 100%;
}

.newnormalPoint_7 .newnormalPoint__img1 img {
  width: 100%;
  margin-left: 0;
}

.newnormalPoint__img2 {
  width: 44%;
  margin-top: 5%;
}

.newnormalPoint_1 .newnormalPoint__img2,
.newnormalPoint_4 .newnormalPoint__img2 {
  margin-left: 56%;
}

.newnormalPoint_5 .newnormalPoint__img2 {
  margin-top: -15%;
}

.newnormalPoint__img3 {
  position: absolute;
  top: 0;
  left: 16%;
  width: 37%;
  padding-top: 65%;
}

.newnormalPoint_2 .newnormalPoint__img3 {
  left: 47%;
}

.newnormalPoint__img4 {
  width: 70%;
  margin-left: 30%;
}

.newnormalPoint__img5 {
  position: relative;
  width: 55%;
  margin-top: -5%;
}

.newnormalPoint__img6 {
  width: 60%;
  margin-top: -5%;
  margin-left: 32%;
}

.newnormalPoint__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  max-width: 250px;
  margin-left: 5%;
  padding: 10% 0 0 0;
}

.newnormalPoint__title img {
  width: 100%;
}

.newnormalPoint__description p {
  margin: 15px 10% 0;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  line-height: 2;
}

.newnormalPoint__catch {
  position: relative;
  margin: -10% 5% 20px;
  font-family: "NotoSerifCJKjp-L", sans-serif;
  font-size: 1.5rem;
  font-size: 6.5vw;
  letter-spacing: 0.2em;
  line-height: 1.7;
}

.newnormalPoint_2 .newnormalPoint__catch {
  margin-top: -15%;
  margin-right: 0;
  margin-left: 35%;
}

.newnormalPoint_5 .newnormalPoint__catch {
  margin-top: 5%;
}

.newnormalPoint_7 .newnormalPoint__catch {
  margin-top: 5%;
}

.newnormalPoint__catch span {
  display: inline-block;
  padding: 0 10px;
  background: #FFF;
}

.newnormalPoint__catch span:first-child {
  padding-top: 5px;
}

@media (min-width: 600px) {
  .newnormalPoint {
    padding: calc(10% + 60px) 0 5%;
  }
  .newnormalPoint__title {
    width: 40%;
    max-width: 320px;
  }
  .newnormalPoint__img3 {
    padding-top: 55%;
  }
  .newnormalPoint__description p {
    margin-top: 20px;
    font-size: 0.875rem;
  }
  .newnormalPoint__catch {
    margin-left: calc(10% - 20px);
    margin-right: calc(10% - 20px);
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .newnormalPoint__catch span {
    padding: 0 15px;
  }
}

@media (min-width: 960px) {
  .newnormalPoint {
    padding: 130px 0 30px;
  }
  .newnormalPoint__contents {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
  }
  .newnormalPoint_2 .newnormalPoint__contents,
  .newnormalPoint_5 .newnormalPoint__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .newnormalPoint_7 .newnormalPoint__contents {
    display: block;
  }
  .newnormalPoint__img {
    width: 65%;
  }
  .newnormalPoint_7 .newnormalPoint__img {
    width: 80%;
    max-width: 1140px;
    margin: 0 auto;
  }
  .newnormalPoint__img2 {
    position: absolute;
    top: 0;
    left: 16%;
    width: 32.1%;
    max-width: 300px;
    margin-top: 0;
    padding-top: 50%;
  }
  .newnormalPoint_1 .newnormalPoint__img2,
  .newnormalPoint_4 .newnormalPoint__img2 {
    margin-left: 0;
    left: 68.5%;
  }
  .newnormalPoint_2 .newnormalPoint__img2 {
    left: -2%;
    padding-top: 48%;
  }
  .newnormalPoint_5 .newnormalPoint__img2 {
    position: static;
    padding-top: 0;
    margin-top: -10%;
  }
  .newnormalPoint__img3 {
    position: static;
    width: 27%;
    max-width: 252px;
    margin-top: 3%;
    padding-top: 0;
  }
  .newnormalPoint_1 .newnormalPoint__img3,
  .newnormalPoint_4 .newnormalPoint__img3 {
    margin-left: 38.5%;
  }
  .newnormalPoint_2 .newnormalPoint__img3 {
    margin-left: 33.1%;
  }
  .newnormalPoint__img4 {
    width: 54.5%;
    max-width: 510px;
    margin-left: 35%;
  }
  .newnormalPoint__img5 {
    position: relative;
    width: 38.5%;
    max-width: 360px;
    margin-top: -15%;
  }
  .newnormalPoint__img6 {
    width: 42.3%;
    max-width: 396px;
    margin-top: -3%;
    margin-left: 25%;
  }
  .newnormalPoint__txt {
    width: 35%;
  }
  .newnormalPoint_7 .newnormalPoint__txt {
    width: 80%;
    margin: 0 auto;
  }
  .newnormalPoint__title {
    width: 250px;
    top: -50px;
    padding: 0;
  }
  .newnormalPoint__description p {
    margin: 20px 12% 0;
  }
  .newnormalPoint_6 .newnormalPoint__description p {
    margin: 20px 12% 0 -6%;
  }
  .newnormalPoint__catch {
    margin: 25% 5% 10% -25%;
  }
  .newnormalPoint_2 .newnormalPoint__catch {
    margin-top: 20%;
    margin-right: -25%;
    margin-left: calc(12% - 10px);
  }
  .newnormalPoint_3 .newnormalPoint__catch {
    margin-top: 15%;
  }
  .newnormalPoint_5 .newnormalPoint__catch {
    margin-top: 20%;
    margin-right: -36%;
    margin-left: calc(12% - 10px);
  }
  .newnormalPoint_6 .newnormalPoint__catch {
    margin-top: 10%;
    margin-left: -35%;
  }
  .newnormalPoint_7 .newnormalPoint__catch {
    margin: 5% 0 0;
    text-align: center;
  }
  .newnormalPoint__catch span:first-child {
    padding-top: 0;
  }
}

.newnormalVoice {
  margin: 12% 0 5%;
  padding: 15% 5%;
  background: #F6F6F6;
}

.newnormalVoice__title {
  width: 45%;
  max-width: 250px;
  margin: 0 auto;
}

.newnormalVoice__title img {
  width: 100%;
}

.newnormalVoice__description {
  margin-top: 20px;
  text-align: center;
  line-height: 1.7;
}

.newnormalVoice__list {
  margin-top: -5%;
}

.newnormalVoice__item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 7%;
  border-bottom: 1px dotted #999;
}

.newnormalVoice__txt {
  position: relative;
  padding-top: 80%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

.newnormalVoice__txt_1 {
  background-image: url(../newnormal/images/voice-bg1_sp.png);
}

.newnormalVoice__txt_2 {
  background-image: url(../newnormal/images/voice-bg2_sp.png);
}

.newnormalVoice__txt_3 {
  background-image: url(../newnormal/images/voice-bg3_sp.png);
}

.newnormalVoice__txtcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newnormalVoice__txt p {
  margin: 0 12% 0 13%;
  font-size: 0.75rem;
}

.newnormalVoice__img {
  overflow: hidden;
  text-align: center;
}

.newnormalVoice__img img {
  width: 80%;
  margin-bottom: -25%;
}

.newnormalVoice__img_2 img {
  width: 100%;
  margin-bottom: -18%;
}

@media (min-width: 600px) {
  .newnormalVoice__title {
    width: 40%;
    max-width: 320px;
  }
}

@media (min-width: 700px) {
  .newnormalVoice__description {
    font-size: 1rem;
  }
  .newnormalVoice__list {
    margin: 0;
  }
  .newnormalVoice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
    max-width: 750px;
    padding: 0;
  }
  .newnormalVoice__txt {
    width: 57%;
    padding-top: 47%;
  }
  .newnormalVoice__txt_1 {
    background-image: url(../newnormal/images/voice-bg1_tab.png);
  }
  .newnormalVoice__txt_2 {
    background-image: url(../newnormal/images/voice-bg2_tab.png);
  }
  .newnormalVoice__txt_3 {
    background-image: url(../newnormal/images/voice-bg3_tab.png);
  }
  .newnormalVoice__txt p {
    margin: 0 15%;
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .newnormalVoice__img {
    width: 40%;
    margin: 0 0 0 3%;
  }
  .newnormalVoice__img img {
    width: 100%;
    margin-bottom: 0;
  }
  .newnormalVoice__img_2 {
    position: relative;
    width: 48%;
    margin: 0 0 0 -5%;
  }
}

@media (min-width: 960px) {
  .newnormalVoice {
    width: 94%;
    max-width: 1200px;
    margin: 130px auto 0;
    padding: 100px 0;
  }
  .newnormalVoice__title {
    width: 250px;
  }
  .newnormalVoice__item {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }
  .newnormalVoice__txt {
    width: 65%;
    padding-top: 40%;
  }
  .newnormalVoice__txt_1 {
    background-image: url(../newnormal/images/voice-bg1_pc.png);
  }
  .newnormalVoice__txt_2 {
    background-image: url(../newnormal/images/voice-bg2_pc.png);
  }
  .newnormalVoice__txt_3 {
    background-image: url(../newnormal/images/voice-bg3_pc.png);
  }
  .newnormalVoice__txt p {
    margin: 0 20%;
    font-size: 1rem;
    line-height: 2;
  }
  .newnormalVoice__img {
    width: 31.25%;
    margin-left: 3.75%;
  }
  .newnormalVoice__img_2 {
    width: 39.06%;
    margin-left: -5%;
  }
}

.newnormalMovie {
  padding: 10% 0;
}

.newnormalMovie__title {
  width: 45%;
  max-width: 250px;
  margin: 0 auto;
}

.newnormalMovie__title img {
  width: 100%;
}

.newnormalMovie__description {
  margin-top: 20px;
  text-align: center;
  line-height: 1.7;
}

.newnormalMovie__description br {
  display: none;
}

.newnormalMovie__youtube {
  margin: 40px -2% 0;
}

.newnormalMovie__youtubecontainer {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

@media (min-width: 600px) {
  .newnormalMovie__title {
    width: 40%;
    max-width: 320px;
  }
  .newnormalMovie__description {
    margin-top: 30px;
    font-size: 1rem;
  }
  .newnormalMovie__description br {
    display: inline;
  }
  .newnormalMovie__youtube {
    max-width: 800px;
    margin: 40px auto 0;
  }
}

@media (min-width: 960px) {
  .newnormalMovie {
    padding: 130px 0;
  }
  .newnormalMovie__title {
    width: 250px;
  }
  .newnormalMovie__description {
    margin-top: 40px;
  }
  .newnormalMovie__youtube {
    margin-top: 60px;
  }
}

.newnormalBanner__item {
  margin-top: 5%;
}

@media (min-width: 600px) {
  .newnormalBanner {
    text-align: center;
  }
  .newnormalBanner__item {
    display: inline-block;
    width: 45%;
    max-width: 360px;
    margin: 0 5px;
  }
  .newnormalBanner .btn1 {
    width: 100%;
  }
}


.bnr_floating{
	position: fixed;
	right: 0;
	bottom: 0;
	width: auto;
	display: flex;
	z-index: 10;
	font-family: 'Noto Serif JP', serif;
}
.bnr_floating li{
	border: 1px solid #b062a0;
	text-align: center;
	background: #fff;
}
.bnr_floating li:nth-child(3),
.bnr_floating li:nth-child(1){
	background: #b062a0;
}
.bnr_floating li:nth-child(2){
	border: 1px solid #b062a0;
}
.bnr_floating li:last-child{
	
}
.bnr_floating li a{
	color: #fff;
	display: block;
	padding: 15px 30px 15px 20px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
}
.bnr_floating li i{
	margin: 0 5px 0 0;
}
.bnr_floating li:nth-child(2) a{
	color: #b062a0;
}
.bnr_floating li:last-child a{
	padding: 12px 15px;
}
.bnr_floating li:last-child img{
	width: 20px;
}
.bnr_floating li a:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.bnr_floating li:nth-child(2) a:after{
    border-top: 1px solid #b062a0;
    border-right: 1px solid #b062a0;
}

@media (min-width: 600px) {
	.sp{
		display: none;
	}

}
@media (max-width: 599px) {
	.pc{
		display: none;
	}

	.bnr_floating{
		width: 100%;
	}
	.bnr_floating li{
		width: 45%;
	}
	.bnr_floating li:nth-child(2){
		width: 35%;
	}
	.bnr_floating li.sp {
		width: 20%;
	}
	.bnr_floating li a{
		display: block;
		padding: 15px 0;
	}
	.bnr_floating li.sp a:after{
		content: none;

	}

	.bnr_floating li:last-child i {
		margin: 0;
		font-size: 18px;
	}

}


/* 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("../moment/images/concept-ph.png")no-repeat;
  background-size: cover;
  background-position: center;
}
.wrapper-photo .cont01-l {
  padding: 100px 70px;
  background: url(../moment/images/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("../moment/images/plan02.jpg")no-repeat center;
  height: 750px;
  position: relative;
  background-size: contain;
}
.wrapper-photo .cont06-inner {
  background: url("../moment/images/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("../moment/images/contact-bk.png")no-repeat top left,#f5ede8;
}
.wrapper-photo .contact02 {
  background: url("../moment/images/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;
}
.wrapper-photo .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;
}
.wrapper-photo .u-text-center {
  text-align: center;
}
.wrapper-photo .homecontact {
    padding: 80px 0 50px;
    text-align: center;
}
.wrapper-photo .homecontact__btn {
    margin: 10px 0 0;
}
.wrapper-photo .homecontact__btn .btn1 {
    width: 80%;
    max-width: 440px;
    letter-spacing: 0.1em;
}
.wrapper-photo .btn1 {
    display: inline-block;
    margin-top: 5px;
    border: 1px solid #b062a0;
    background: #b062a0;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    padding: 25px 5px 25px 15px;
    font-size: 1.25rem;
}
.wrapper-photo .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;
}
.wrapper-photo .homecontact__btn .btn1:hover {
  opacity: 0.5;
  transition: 0.5s ;
}




/* 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;
}
.mainheader2__title2 {
    margin-top: 15px;
    font-size: 2rem;
    font-family: Arial, "Hiragino Kaku Gothic ProN", HiraginoCustom, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 60px;
}
.mainheader2__title1_en {
    font-family: 'Noto Sans Light', sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.3;
}
.bestrate-wrapper .container-medium {
    position: relative;
    width: 84%;
    max-width: 960px;
    margin: 0 auto;
}
.bestrate-wrapper .section-medium {
    margin-top: 80px;
}
.bestrate-wrapper .title9_md {
    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;
}
.bestrate-wrapper .title9::after {
    width: 150px;
    margin: -3px 0 0 1.8em;
    content: "";
    display: inline-block;
    height: 1px;
    background: #000;
    vertical-align: middle;
}
.bestrate-intro .text1 {
    line-height: 1.6;
    margin-top: 30px;
}
.bestrate-intro .em1 {
    font-size: 1.125rem;
    color: #FF6F0A;
}
.bestrate-wrapper .title9_md {
    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;
}
.bestrate-wrapper .u-broff-md br, br.u-broff-md {
    display: none;
}
.bestrate-wrapper .rowsize {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bestrate-wrapper .text1 {
    margin-top: 30px;
}
.bestrate-wrapper p {
    line-height: 2.2;
}
.bestrate-step-foot .btn1, .bestrate-step-foot div {
    height: 60px;
    margin: 0;
    line-height: 60px;
    font-size: 1rem;
}
.bestrate-wrapper .btn1 {
    display: inline-block;
    border: 1px solid #b062a0;
    margin-top: 5px;
    background: #b062a0;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    transition: all .5s;
}
.bestrate-wrapper .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;
}
.bestrate-wrapper .rowlg > .column > *:first-child {
    margin-top: 0;
}
.bestrate-why .title2 {
    font-size: 1rem;
}
.bestrate-wrapper .section-small {
    margin-top: 55px;
}
.bestrate-wrapper .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;
    text-align: left;
}
.bestrate-wrapper .title2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 6px solid transparent;
    border-bottom: 7px solid #333;
}
.bestrate-wrapper .title2::after {
   content: "";
    position: absolute;
    top: 13px;
    left: 0;
    border: 6px solid transparent;
    border-top: 7px solid #333;
}
.bestrate-wrapper .list1 {
    margin-top: 20px;
    list-style-type: disc;
    margin-left: 25px;
    line-height: 1.7;
}
.bestrate-wrapper .u-broff-lg br, br.u-broff-lg {
    display: none;
}
.bestrate-wrapper .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;
}
.bestrate-wrapper .bestrate-benefits .column.row {
    width: 49%;
    margin-top: 20px;
    padding: 30px 15px 30px 30px;
    background: #F0EDEB;
    align-items: center;
}
.bestrate-wrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bestrate-reserve .partsfair2 {
    margin-top: 50px;
    margin: 35px auto 60px;
}
.partsfair2_line {
    background: none;
    border: solid 1px #CCC;
}
.partsfair2 {
    margin: calc(8% + 35px) -3% 0;
    padding: calc(5% + 10px) 5%;
    background: #fff;
    text-align: center;
}
.partsfair2__catch {
    font-size: 0.875rem;
    margin-bottom: 10px;
}
.partsfair2 .btn1 {
    width: 95%;
    max-width: 400px;
    transition: all .5s;
    font-size: 1.25rem;
}
@media screen and (max-width: 959px) {
  .column {
  width: 100%;
}
.bestrate-step-foot .btn1 {
  margin-top: 10px;
}
.bestrate-step-foot div {
    margin: 17px 0 0;
}
.bestrate-wrapper .u-broff-lg br, br.u-broff-lg {
    display: block;
}
.bestrate-wrapper .bestrate-benefits .column.row {
    width: 100%;
    margin-top: 20px;
    background: #F0EDEB;
    align-items: center;
    padding: 3.5%;
}
.bestrate-benefits .column.row {
    align-items: center;
    margin-top: 10px;
    background: #F0EDEB;
    padding: 4.7%;
}
}


@media screen and (max-width: 590px) {
.u-br-lg br, br.u-br-lg {
    display: none;
}
.bestrate-wrapper .u-broff-md br, br.u-broff-md {
    display: block;
}
.bestrate-step-foot .btn1 {
  margin-top: 10px;
}
.bestrate-step-foot div {
    margin: 17px 0 0;
}
.column {
  width: 100%;
}
.bestrate-wrapper .u-broff-lg br, br.u-broff-lg {
    display: block;
}

.bestrate-wrapper .bestrate-benefits .column.row {
    width: 100%;
    margin-top: 20px;
    background: #F0EDEB;
    align-items: center;
    padding: 3.5%;
}
.bestrate-benefits .column.row {
    align-items: center;
    margin-top: 10px;
    background: #F0EDEB;
    padding: 4.7%;
}
















}











@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 */
.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;
  }
}
@media screen and (max-width: 590px) {
  .bestrate-benefits__img.sp-vertical .img-full {
    height: 180px;
    object-fit: cover;
  }
}

/* bestrate-reserve */
.bestrate-reserve .partsfair2 {
  margin: 35px auto 60px;
}
@media (min-width: 960px) {
  .bestrate-reserve .partsfair2 {
    margin-top: 50px;
  }
}
































/*========= 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;
    font-size: unset;
}
.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,.wp-camp .pc { display: block !important; }
.wrapper-photo .sp,.wp-camp .sp{ display: none !important; }
.wrapper-photo .tb,.wp-camp .tb { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 590px) {
.wrapper-photo .pc,.wp-camp .pc{ display: none !important; }
.wrapper-photo .tb,.wp-camp .tb{ display: none !important; }
.wrapper-photo .sp,.wp-camp .sp{ display: block !important; }
}
@media screen and (min-width:591px) and (max-width:1024px){
.wrapper-photo .pc,.wp-camp .pc{ display: none !important; }
.wrapper-photo .tb,.wp-camp .tb{ display: block !important; }
.wrapper-photo .sp,.wp-camp .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%;
}

}





