@charset "utf-8";

html {overflow: auto;scroll-behavior: smooth;}
body{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 20px;
line-height: 1.8;
letter-spacing: 0.05em;
color: #261c11;
overflow: hidden;
}
/*-------------------- img */
img{ display: block; width: 100%;}
a img:hover{transform: scale(110%);transition: .2s;}
@media(max-width:780px){a img:hover{opacity: 1;}}/* @media */

/*-------------------- a */
a:link   {color: #000;text-decoration: none; transition: ease .3s all;}
a:visited{color: #000;}a:hover  {color: #999;}a:active {color: #ccc;}

/*-------------------- PC-SP */
.pc{ display: block !important;}@media(max-width:780px){.pc{ display: none !important;}}
.sp{ display: none !important;}@media(max-width :780px){.sp{ display: block !important;}}

/*-------------------- font */
.min {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.t_600{
  font-weight: 600;
}
.t_700 {
  font-weight: 700;
}
.t_800 {
  font-weight: 800;
}
.t_red{
  color: #cc0000;
}
.ul_red {
  border-bottom: 1px solid #cc0000;
}
.t_orange{
  color: #ffaa45;
}
.t_yellow{
  color: #fff3c5;
}
.t_white{
  color: #fff;
}
.t_blue{
  color: #37a6b6;
}
.t_green{
  color: #5cc4cd;
}
.t_08 {
  font-size: .8em;
  line-height: 1.6;
}
.t_12 {
  font-size: 1.2em;
  line-height: 1.6;
}
.t_14 {
  font-size: 1.4em;
  line-height: 1.6;
}
.t_16 {
  font-size: 1.6em;
  line-height: 1.6;
}
.t_18 {
  font-size: 1.8em;
  line-height: 1.6;
}
.t_20 {
  font-size: 2em;
  line-height: 1.6;
}
.note {
  font-size: 0.65em;
}
.t_italic {
  font-style: italic;
}
h2 {
  padding: .3em 0;
  margin: 0 auto .8em;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
h3 {
  padding: .3em 0;
  margin: 0 auto .8em;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
  position: relative;
}
h4 {
  padding: .3em 0;
  margin: 0 auto .8em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

/*-------------------- design */
.b_yellow{
  background: linear-gradient(transparent 60%, #fff3c5 0%);
}
.icon_b:before,
.icon_a:after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 .5em 0 0;
}
.icon_a:after {
  margin: 0 .5em 0 0;
}
.tri {
  width:0;
  height: 0;
  border-top: 3em solid #000;
  border-right: 4em solid transparent;
  border-bottom: 3em solid transparent;
  border-left: 4em solid transparent;
  margin: 0 auto;
}
.slash:before,
.slash:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2em;
  transform: rotate(-45deg);
  margin: 0 .5em 0 0;
  background: #000;
  vertical-align: middle;
}
.slash:after {
  transform: rotate(45deg);
  margin: 0 0 0 .5em;
}
.ac {
  text-align: center;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.w_fit {
  width: fit-content;
  width: -moz-fit-content;
}

/*-------------------- Floating_area */
.floating_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: 0.2s;
  opacity: 0;
  z-index: 9999;
}
.floating_area .btn {
  width: 30%;
  margin: 0 auto;
}

/*-------------------- MV */
#mv {
  position: relative;
}
#mv .btn {
  width: 30%;
  position: absolute;
  bottom: .5vw;
  left: 70%;
}

/*-------------------- cta */
.cta {
  position: relative;
}
.btn {
  width: 50%;
}
.btn img {
  margin: 10px auto;
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

/*-------------------- contents */
.mf {
  padding: 5vw 0;
  position: relative;
}
.frame {
  width: 1200px;
  margin: 0 auto;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width :780px){.flex{ flex-direction: column !important;}}

/*-------------------- mf1 */
#mf1 .cbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mf1 li {
  padding: .3em 1em .3em 3em;
  border-bottom: 1px solid #aa8c64;
  font-size: 1.2em;
  position: relative;
}
#mf1 li:first-child {
  border-top: 1px solid #aa8c64;
}
#mf1 li:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url("../img/mf1i1-min.png") center center / contain no-repeat;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translate(0, -50%);
}

/*-------------------- mf2 */
#mf2,#mf2_2 {
  background: linear-gradient(to right, #555555, #9f9f9f, #555555);
  position: relative;
}
#mf2:before,
#mf2_2:before{
  content: "";
  display: block;
  border-top: 5vw solid #fff;
  border-left: 30vw solid transparent;
  border-right: 30vw solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#mf2 p,
#mf2_2 p{
  font-size: 36px;
}
#mf2 .cbox,
#mf2_2 .cbox{
  margin: 3vw auto;
}
#mf2_2:before {
  display: none;
}

/*-------------------- mf3 */
#mf3 {
  background: linear-gradient(to right, #bfbfbf, #e9e9e9, #bfbfbf);
}
#mf3 .bg_gold {
  background: linear-gradient(to right, #bfbfbf, #e9e9e9, #bfbfbf);
  padding: .5em 1em;
  margin: 3vw auto;
  font-size: 1.4em;
}
#mf3 .cbox {
  justify-content: space-between;
}
#mf3 .cbox img {
  width: 47%;
}
#mf3 .arr {
  width: 25%;
  margin: 1vw auto 3vw;
}
#mf3 .arr + p {
  font-size: 42px;
}

/*-------------------- mf4 */
#mf4 .arr {
  width: 30%;
  margin: 0 auto;
}
#mf4 p {
  font-size: 42px;
}

/*-------------------- mf5 */
#mf5 {
  background: linear-gradient(to bottom, #555555, #9f9f9f, #555555);
}
#mf5 h2 {
  width: 55%;
  margin: 0 auto 3vw;
}
#mf5 .cbox {
  background: #fff;
  border-radius: 15px;
  margin: 0 auto 3vw;
  padding: 3em 5em;
}
#mf5 .cbox figure {
  width: 40%;
  margin-right: 10%;
}
#mf5 .cbox .cboxs {
  width: 50%;
}
#mf5 .cbox .ttl {
  width: 40%;
  margin: 0 0 1em auto;
}

/*-------------------- mf6 */

/*-------------------- mf7 */
#mf7 {
  background: url("../img/mf7bg-min.jpg") center center / cover no-repeat;
}
#mf7 h2 {
  text-shadow: 0 0 25px #9b7748, 0 0 25px #9b7748, 0 0 25px #9b7748, 0 0 25px #9b7748;
}
#mf7 .cbox {
  width: 900px;
  margin: 5vw auto 3vw;
}
/*-------------------- mf8 */
#mf8 {
  background: rgba(153,153,153,0.35);
}
#mf8 h2 {
  width: 45%;
  margin: 0 auto 3vw;
}
#mf8 .wbox {
  background: #fff;
  border: 3px solid #bf934c;
  border-radius: 30px;
  padding: 2em 3em;
  margin: 0 auto 3vw;
}
#mf8 .cbox figure {
  width: 30%;
  margin-right: 5%;
}
#mf8 .cbox .cboxs {
  width: 65%;
}
#mf8 .cbox .name {
  font-size: 32px;
  margin: 0;
  position: relative;
}
#mf8 .cbox .bg_gold {
  display: block;
  vertical-align: middle;
  background: #bf934c;
  padding: 0 1em;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 6em;
  transform: translate(0, -50%)
}
#mf8 .lbox p {
  margin: 1em auto 0;
  font-size: 36px;
  background: url("../img/mf8i4.png") bottom left / contain no-repeat;
}

/*-------------------- mf9 */
#mf9 {
  background: linear-gradient(to right, #555555, #9f9f9f, #555555);
}
#mf9 h2 {
  width: 80%;
  margin: 0 auto 3vw;
}
#mf9 .cbox {
  background: #fff;
  border-radius: 30px;
  padding: 2em 3em;
  margin: 0 auto 3vw;
  box-shadow: 0 0 25px rgba(0,0,0, .5);
}
#mf9 .cbox figure {
  width: 45%;
  margin-right: 5%;
}
#mf9 .cbox.even figure {
  margin-right: 0;
  margin-left: 5%;
}
#mf9 .cbox .cboxs {
  width: 50%;
  font-size: 48px;
  line-height: 1.4;
}
#mf9 .cbox .cboxs .num {
  width: 20%;
  margin: 0 auto 0 0;
}

/*-------------------- mf10 */
#mf10 {
  background: url("../img/mf10bg-min.jpg") center center / cover no-repeat;
  padding-bottom: 15vw;
}
#mf10 h2 span {
  display: inline-block;
  background: linear-gradient(to bottom, #886a32, #c8b67f);
  padding: .3em .5em;
  margin: 0 .5em 0 0;
}
#mf10 h2 span:last-child {
  margin-right: 0;
}
#mf10 dt {
  color: #bd8f4a;
  font-weight: 600;
}
#mf10 dd {
  margin: 0 0 1.5em;
}

/*-------------------- footer */

@media screen and (max-width: 1400px) {
  .frame {
    width: 1000px;
  }
  .inner {
    width: 800px;
  }
  #mf5 h2 {
    width: 60%;
  }
  #mf8 .lbox p {
    font-size:2.4vw;
  }
  #mf9 .cbox .cboxs {
    font-size: 3vw;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.7vw;
  }
  .frame {
    width: auto;
    margin: 0 5vw;
  }
  .inner {
    width: auto;
  }
  .mf {
    padding: 10vw 0;
  }
  h2 {
    font-size: 4vw;
  }
  h3 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 780px) {
  body {
    font-size: 2.8vw;
  }
  h2 {
    font-size: 5vw;
  }
  h3 {
    font-size: 4vw;
  }
  .floating_area .btn {
    width: 80%;
  }
  #mv .btn {
    width: 60%;
    bottom: 6vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #mf2:before {
    top: -2px;
    border-top: 8vw solid #fff;
  }
  #mf3 .cbox img {
    width: 70%;
    margin: 3vw auto 0;
  }
  #mf3 .arr {
    width: 45%;
    margin: 3vw auto 5vw;
  }
  #mf4 .arr {
    width: 50%;
  }
  #mf4 p {
    font-size: 4vw;
  }
  #mf5 h2 {
    width: 70%;
  }
  #mf5 .cbox figure {
    width: 90%;
    margin: 0 auto 5vw;
  }
  #mf5 .cbox .cboxs {
    width: 100%;
  }
  #mf7 .cbox {
    width: 100%;
  }
  #mf8 h2 {
    width: 60%;
    margin: 0 auto 7vw;
  }
  #mf8 .cbox figure {
    width: 50%;
    margin: 0 auto 5vw;
  }
  #mf8 .cbox .cboxs {
    width: 100%;
  }
  #mf8 .lbox p {
    font-size: 4vw;
  }
  #mf9 h2 {
    width: 100%;
    margin: 0 auto 7vw;
  }
  #mf9 .cbox {
    width: 80%;
    margin: 0 auto 5vw;
  }
  #mf9 .cbox figure {
    width: 100%;
    margin: 0 auto 5vw;
  }
  #mf9 .cbox .cboxs {
    width: 100%;
    font-size: 5vw;
  }
  #mf9 .cbox.even {
    flex-direction: column-reverse !important;
  }
  #mf10 {
  padding-bottom: 30vw;
  }
}

@media screen and (max-width: 540px) {
  body {
    font-size: 3.8vw;
  }
  h2 {
    font-size: 6vw;
  }
  h3 {
    font-size: 5vw;
  }
  #mv .btn {
    width: 80%;
    bottom: 2vw;
  }
  #mf2 p, #mf2_2 p {
    font-size: 6vw;
  }
  #mf3 .bg_gold {
    font-size: 4.6vw;
  }
  #mf3 .cbox img {
    width: 100%;
  }
  #mf3 .arr + p {
    font-size: 7vw;
  }
  #mf4 .arr {
    width: 70%;
  }
  #mf4 p {
    font-size: 4.6vw;
  }
  #mf5 h2 {
    width: 100%;
  }
  #mf5 .cbox {
    padding: 2em;
  }
  #mf8 h2 {
    width: 80%;
  }
  #mf8 .wbox {
    padding: 2em 1.5em;
  }
  #mf8 .lbox p {
    font-size: 6.6vw;
    background: none;
  }
  #mf9 .cbox {
    width: 100%;
  }
  #mf9 .cbox .cboxs {
    font-size: 7vw;
  }
}