@charset "UTF-8";
/*-----------------------
import.scss
-----------------------*/
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input, button, textarea, select {
  margin: 0;
  border: none;
  outline: none;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
  justify-content: center;
}

.table {
  display: table;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.font24 {
  font-size: 2.4rem;
}

.mT20 {
  margin-top: 2rem;
}

.mT25 {
  margin-top: 2.5rem;
}

.mT30 {
  margin-top: 3rem;
}

.mT35 {
  margin-top: 3.5rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT45 {
  margin-top: 4.5rem;
}

.mT50 {
  margin-top: 5rem;
}

.mT60 {
  margin-top: 6rem;
}

.mT70 {
  margin-top: 7rem;
}

.mT75 {
  margin-top: 7.5rem;
}

.mT90 {
  margin-top: 9rem;
}

.mT95 {
  margin-top: 9.5rem;
}

.mT100 {
  margin-top: 10rem;
}

.mT115 {
  margin-top: 11.5rem;
}

.mT120 {
  margin-top: 12rem;
}

.mT130 {
  margin-top: 13rem;
}

.mT140 {
  margin-top: 14rem;
}

.mT170 {
  margin-top: 17rem;
}

.mB30 {
  margin-bottom: 3rem;
}

.pT30 {
  padding-top: 3rem;
}

/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  position: relative;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 75rem;
  font-size: 2.6rem;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
}
body#thanks {
  text-align: left;
}

main {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(20rem);
  transition: 2s;
}

.anchor {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

/*-----------------------
web icon
-----------------------*/
.web-icon {
  position: relative;
}
.web-icon:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 4.5rem;
  content: "\f879";
  font-weight: 900;
  top: 0;
  left: 0;
}

.inner {
  width: 69rem;
  margin: 0 auto;
}

.mainv {
  background: url(../img/mainv-bg.png) no-repeat;
}

.header {
  width: 75rem;
  background: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
}
.header .flex {
  align-items: center;
  width: 100%;
}
.header .flex .flex-left, .header .flex .flex-right {
  width: 50%;
}
.header .flex .flex-left a, .header .flex .flex-right a {
  display: flex;
  padding: 2.5rem 0;
  justify-content: center;
  align-items: center;
}
.header .flex .flex-left {
  box-sizing: border-box;
}
.header .flex .flex-left a {
  border-right: 0.1rem solid #D05819;
}

#page-top {
  position: fixed;
  bottom: 15%;
  right: 5%;
  z-index: 9999;
}

#nav {
  background: #E5E5E5;
  padding: 2rem 0 1rem;
}
#nav nav ul.flex {
  justify-content: space-around;
}

#catch {
  padding-bottom: 11rem;
  padding-top: 12rem;
  position: relative;
}
#catch:before {
  position: absolute;
  content: "";
  background: url(../img/style-deco.png) no-repeat;
  width: 2.4rem;
  height: 24.6rem;
  top: 65%;
  left: 0;
}

#open {
  background: #D05819;
  padding: 3rem 0 0;
}
#open img {
  display: block;
  margin: auto;
}
#open .open-title {
  padding: 2rem 0 3rem;
  margin-top: -7rem;
  /*左に余白が必要なタイトルのみ使用*/
  /*img {
      padding-left: 3rem;
  }*/
}
#open .open-content {
  padding-bottom: 3rem;
}

.open-plus {
  padding: 3rem 0;
}
.open-plus img {
  display: block;
  margin: auto;
}

#style #acMenu {
  font-size: 2rem;
  margin: 3rem auto;
  overflow: hidden;
}
#style #acMenu dt,
#style #acMenu dd {
  text-align: center;
}
#style #acMenu dt {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
}
#style #acMenu dt.open:after {
  transform: rotate(225deg);
  top: 35%;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#style #acMenu dt.open .btn-more:before {
  content: "-";
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#style #acMenu dt .btn-more {
  position: relative;
}
#style #acMenu dt .btn-more:before {
  position: absolute;
  content: "+";
  color: #D05819;
  top: 25%;
  right: 41%;
  font-size: 2.6rem;
}
#style #acMenu dd {
  display: none;
  margin: 0 auto 3rem;
}
#style .style01 .flex-right {
  margin-left: .5rem;
}
#style .style02 {
  padding-bottom: 6.5rem;
}
#style .style03 .flex {
  justify-content: space-between;
}
#style .style04 .flex {
  justify-content: space-between;
  align-items: flex-start;
}
#style .style04 .flex-right {
  margin-right: 3rem;
}
#style .style05 .img2 {
  margin-left: 6rem;
}
#style .style06 .top-img {
  position: relative;
}
#style .style06 .top-img:before {
  position: absolute;
  content: "";
  background: url(../img/style06-deco.png) no-repeat;
  width: 3.8rem;
  height: 8.9rem;
  top: 0%;
  left: 18%;
}
#style .style07 {
  position: relative;
}
#style .style07:before {
  position: absolute;
  content: "";
  background: url(../img/style07-deco.png) no-repeat;
  width: 3.8rem;
  height: 8.9rem;
  top: -4%;
  right: 6%;
  z-index: 99;
}
#style .style07 .inner:before {
  content: none;
}
#style .style08 .flex-right {
  margin-right: 5rem;
}
#style #lightbox {
  width: 100% !important;
}

.lightboxOverlay {
  width: 100% !important;
}

#conts {
  background: #D05819;
  padding: 10rem 0 15rem;
  position: relative;
  margin-top: 21rem;
  /*====================================================================
  .s_05 .accordion_one
  ====================================================================*/
}
#conts .ttl {
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#conts #acMenu {
  font-size: 2rem;
  margin: 3rem auto;
}
#conts #acMenu dt,
#conts #acMenu dd {
  width: 100%;
  text-align: center;
}
#conts #acMenu dt {
  display: block;
  cursor: pointer;
  margin: 3rem auto 0;
  position: relative;
}
#conts #acMenu dt:before {
  position: absolute;
  content: "+";
  color: #D05819;
  top: 25%;
  right: 41%;
  font-size: 2.6rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#conts #acMenu dt.open:before {
  content: "-";
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#conts #acMenu dd {
  background: #fff;
  display: none;
  margin: 0rem auto 3rem;
}
#conts .s_05 .accordion_one {
  margin: 3rem auto 0;
}
#conts .s_05 .accordion_one .accordion_header {
  position: relative;
}
#conts .s_05 .accordion_one .accordion_header:before {
  position: absolute;
  content: "";
  background: url(../img/con-open.png) no-repeat;
  width: 6.4rem;
  height: 7.2rem;
  right: 5%;
  top: 31%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#conts .s_05 .accordion_one .accordion_header.open:before {
  background: url(../img/cont-close.png) no-repeat;
  width: 6.4rem;
  height: 5.1rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#conts .s_05 .accordion_one .accordion_header:hover {
  opacity: .8;
}
#conts .s_05 .accordion_one .accordion_inner {
  display: none;
  background: #fff;
}
#conts .s_05 .accordion_one .accordion_inner .box_one {
  height: auto;
}
#conts .s_05 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
#conts .s_05 .accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 0 auto;
  position: relative;
}
#conts .close2 {
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  margin: 0 auto 1%;
}
#conts .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}
#conts .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}
#conts .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
#conts .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
}
#conts .s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

#form {
  background: #E5E5E5;
  position: relative;
  padding-bottom: 6rem;
}
#form .deco {
  position: absolute;
  text-align: center;
  top: -5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#form .new-year {
  text-align: center;
  font-size: 2rem;
  color: #D05819;
  font-weight: bold;
}
#form #mailformpro .must {
  background: #D05819;
  color: #fff;
  padding: .3rem .5rem;
  margin-right: 1rem;
  font-size: 2.6rem;
  border: none;
  text-shadow: none;
}
#form #mailformpro dl dt {
  padding: 3rem 0 0;
  float: none;
  border-top: none;
  font-size: 2.6rem;
  width: 100%;
  text-align: left;
}
#form #mailformpro dd {
  padding: 1rem 0 3rem;
  border-bottom: 0.1rem solid #000;
  border-top: none;
}
#form #mailformpro dd input, #form #mailformpro dd select, #form #mailformpro dd textarea {
  padding: 1rem;
  border: 0.1rem solid #C7C7C7;
  border-radius: .5rem;
}
#form #mailformpro dd textarea {
  width: 97% !important;
  height: 53rem !important;
}
#form #mailformpro dd #jquery-ui-datepicker, #form #mailformpro dd #jquery-ui-datepicker2 {
  width: 70%;
}
#form #mailformpro dd.name-1 input {
  width: 40% !important;
}
#form #mailformpro dd.tel input, #form #mailformpro dd.mail input {
  width: 97% !important;
}
#form #mailformpro dd.text-area {
  border-bottom: none;
  text-align: center;
}
#form #mailformpro .mfp_buttons button {
  width: 45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3rem;
  padding: 3rem 0px;
  color: #fff;
  font-size: 3.6rem;
  text-shadow: none;
}
#form #mailformpro .mfp_buttons .btn-submit {
  background: #D05819;
}
#form #mailformpro .mfp_buttons .btn-reset {
  background: #8B8B8B;
}
#form #mailformpro .mfp_achroma {
  background-color: inherit;
}
#form #mailformpro .mfp_colored {
  background-color: inherit;
}
#form #mailformpro .mfp_element_text, #form #mailformpro .mfp_element_number, #form #mailformpro .mfp_element_select-one, #form #mailformpro .mfp_element_email, #form #mailformpro .mfp_element_tel, #form #mailformpro .mfp_element_textarea, #form #mailformpro .mfp_element_date, #form #mailformpro .mfp_element_password {
  box-shadow: inherit;
}

#mfp_overlay {
  width: 100% !important;
}

.thanks {
  width: 75rem;
  margin: 0 auto;
}
.thanks .header {
  position: inherit;
  background: inherit;
}
.thanks .btn {
  margin: 5rem auto;
}
.thanks .btn a {
  padding: .5rem 1rem;
  border: 0.1rem solid #000;
}
.thanks .footer {
  padding: 3rem 0 13.5rem;
}
.thanks .footer .flex {
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid #C7C7C7;
}
.thanks .footer .txt .font24 {
  letter-spacing: .05em;
}

.footer {
  padding: 3rem 0 13.5rem;
}
.footer .flex {
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid #C7C7C7;
}
.footer .txt .font24 {
  letter-spacing: .05em;
}
