@charset "utf-8";

html {overflow: auto;}
body{overflow: hidden;}
body{
font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 16px;
color: #6d2727;
line-height: 1.8;
letter-spacing: 0.05em;
}
@media(max-width:780px){
body{
font-size: 3.5vw;
}
}
/*-------------------- img */
img{ display: block; width: auto;}
a img:hover{transform: scale(110%);transition: .2s;}
@media(max-width:780px){a img:hover{opacity: 1;} img{width: 100%;}}/* @media */

/*-------------------- a */
a:link   {color: #000;text-decoration: none; transition: ease .3s all;}
a:visited{color: #000;}
a:hover  {transform: translate(0, 5px);}
a:active {color: #ccc;}

/*-------------------- PC-SP */
.pc{ display: block !important;}@media(max-width:1024px){.pc{ display: none !important;}}
.sp{ display: none !important;}@media(max-width :1024px){.sp{ display: block !important;}}

/*-------------------- font */
.min {
font-family: 游明朝,'Yu Mincho',YuMincho,"Noto Serif JP","Hiragino Mincho ProN",HGS明朝E,"Noto Serif JP",Georgia,serif;
}
.t_black {
color: #000;
}
.t_white {
color: #Fff;
}
/*-------------------- border */
.b_yellow{
  background: linear-gradient(transparent 60%, #fcf919 0%);
}

/*-------------------- MV */
.mv-frame {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: #fef1ed;
}
.mv-frame picture img {
  width: auto;
  margin: -50px auto 0;
}
.mv-frame .ibox {
  text-align: center;
}

/*-------------------- header */
.header{
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-bg{
  width: 100%;
  height: 65px;
  background: #fef1ed;
  padding: 15px 3em;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  transition: all 0.65s;
  position: fixed;
  opacity: 0;
}
.active{
  opacity: 1;
}
h1 {
  font-size: 24px;
  position: fixed;
  top: 13px;
  left: 3em;
  z-index: 3;
}
h1 a:link {
  color: #6d2727 !important;
}
h1 a:hover {
  transform: translate(0,0);
}
.hbtn1 a,
.hbtn2 a,
.cbtn1 a,
.cbtn2 a{
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  background: #aac8a6;
  border-radius: 25px;
  padding: 0 1.5em;
  color: #fff;
  font-size: 15px;
  line-height: 2.2;
  text-align: center;
  position: fixed;
  top: 15px;
  right: 400px;
}
.hbtn1 a .logo,
.hbtn2 a .logo,
.cbtn1 a span,
.cbtn2 a span {
  position: relative;
}
.hbtn1 a .logo:before,
.hbtn2 a .logo:before,
.cbtn1 a span:before,
.cbtn2 a span:before{
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url("../img/line.svg") center center /contain no-repeat;
  vertical-align: middle;
  margin-right: .5em;
}
.hbtn2 a {
  background: #d6b3d0;
  right: 150px;
}
.hbtn2 a .logo:before {
  background: url("../img/insta.svg") center center /contain no-repeat;
}
.gnav{
  position: absolute;
  top: 1.5vw;
  left: 25%;
}
#nav-toggle{
  display: none;
}
.top-container{
  position: relative;
}
#hamburger{
  display: block;
  width: 20px;
  position: fixed;
  top: 25px;
  right: 3em;
  cursor: pointer;
  z-index: 9999;
}
#hamburger span{
  display: block;
  width: 20px;
  height: 3px;
  background: #6d2727;
  margin-bottom: 4px;
  transition: ease-in-out .7s;
}
#hamburger.active span{
  position: absolute;
  background: #fff;
}
#hamburger.active span:nth-child(1){
  top:11px;
  transform: rotate(315deg);
}
#hamburger.active span:nth-child(2){
  width:0;
  top:11px;
}
#hamburger.active span:nth-child(3){
  top:11px;
  transform: rotate(-315deg);
}
.en-nav-wrapper{
  position: fixed;
  z-index : 999;
  top  : 0;
  right : 0;
  background: #000;
  color: #fff;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 50%;
  height: 100%;
  padding: 6vw 8vw;
}
.gnav ul{
  background: #000;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.gnav li a{
  float: none;
  display:block; 
  padding: 0;
  height: 5em;
  cursor: pointer;
  color: #fff;
}
.gnav li a:hover {
  transform: translate(0,0);
}
.en-nav-wrapper.active {
  transform: translateY(0%);
}

/*-------------------- contents */
.contents {
  position: sticky;
  top: 0;
  margin-top: 100vh;
  background: #fef1ed;
}
.frame {
  width:1400px;
  margin: 0 auto;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
h2 {
  width: fit-content;
  width: -moz-fit-content;
  margin: 1em auto 2em;
  padding: 0 3em;
  font-size: 26px;
  background: url("../img/title1.png") center bottom / contain no-repeat;
}


/*-------------------- cta */
.cta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5em;
}
.cta .cbox {
  display: flex;
  margin: 0 0 0 -14em;
}
.cta .cbox .ibox {
  margin-right: 5em;
}
.cta .cbox .tbox {
  position: relative;
  height: 3em;
  margin: auto 0 0;
  font-size: 130%;
  letter-spacing: .2em;
}
.cta .cbox .tbox:before,
.cta .cbox .tbox:after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  background: url("../img/ci2.png") center center / contain no-repeat;
  position: absolute;
  bottom: 1em;
  left: -3em;
}
.cta .cbox .tbox:after {
  background: url("../img/ci3.png") center center / contain no-repeat;
  left: auto;
  right: -3em;
}
.cta .bbox {
  display: flex;
  margin-top: 1em;
}
.cbtn1 a,
.cbtn2 a {
  width: 345px;
  line-height: 3;
  font-size: 120%;
  position: static;
  margin-right: 40px;
}
.cbtn2 a {
  background: #d6b3d0;
  margin-right: 0;
}
.cbtn2 a span:before{
  background: url("../img/line.svg") center center /contain no-repeat;
}
.cbtn2 a span:before{
  background: url("../img/insta.svg") center center /contain no-repeat;
}

.mf3 + .cta {
  margin-top: -7em;
  z-index: 30;
}

/*-------------------- mf1 */
.mf1 {
  background: #fff;
  padding: 5vw 0;
  margin: 0 0 -2vw;
}
.mf1 .ibox {
  float: right;
  width: 45%;
  display: flex;
  justify-content: right;
}
.mf1 .ibox + .tbox {
  float: left;
  width: 55%;
  padding-right: 2em;
}
.mf1 .tbox:last-of-type {
  clear: both;
}
.mf1 h3 {
  margin: 0 0 1em;
}
.mf1 h3:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1.2em;
  background: #6d2727;
  margin-right: .5em;
  vertical-align: sub;
}
.mf1 .tbox span {
  color: #eb4625;
}

/*-------------------- mf2 */
.mf2 {
  background: #fff;
  overflow: hidden;
  padding: 4vw 0 5vw;
  z-index: 10;
}
.mf2 .cbox {
  background: url("../img/mf2bg.png") left bottom / cover no-repeat;
  width: 100%;
  height: 500px;
}
.mf2 ul {
  width: 1000px;
  margin: 0 auto;
}
.mf2 li {
  width: 400px;
  float: left;
  margin: 20px 200px 20px 0;
  background: #faf6f6;
  border-radius: 5px;
  line-height: 4;
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.mf2 li:nth-of-type(2n) {
  margin: 20px 0 20px 0;
}
.mf2 li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dotted #6d2727;
  border-radius: 5px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 2;
}
.mf2 li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  background: #d59f9f;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  z-index: 3;
}
.mf2 li span:after {
  content :"";
  width: 3em;
  height: 3em;
  border: 1px dotted #6d2727;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: -2px;
}

/*-------------------- mf3 */ 
.mf3 {
  background: #fef1ed;
  margin-top: -10vw;
  padding: 5vw 0;
  z-index: 20;
  position: relative;
}
.mf3 .cbox {
  background: url("../img/mf3bg.png") left 0% /cover no-repeat; 
  padding-bottom: 33em;
  position: relative;
}
.mf3 .frame {
  display: flex;
  justify-content: center;
}
.mf3 ol {
  margin-left: -3em;
}
.mf3 li {
  clear: both;
  margin: 4em 0 1em;
}
.mf3 li div:first-child {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 1em;
  color: #bc6f6f;
  font-weight: 600;
  position: relative;
  float: left;
  z-index: 3;
}
.mf3 li div span {
  font-size: 170%;
  line-height: 1;
}
.mf3 li div:first-child:before {
  content: "";
  width: 5em;
  height: 5em;
  border: 1px dotted #6d2727;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: -2px;
}
.mf3 li div:first-child:after {
  content: "";
  width: 2em;
  height: 2.5em;
  background: url("../img/mf3i1.png") center center / contain no-repeat;
  position: absolute;
  bottom: 0;
  right: -.7em;
}
.mf3 li div + div {
  margin-left: 5em;
  padding-left: 2em;
  color: #000;
  font-size: 110%;
  font-weight: 600;
  line-height: 5;
  white-space: nowrap;
  position: relative;
}
.mf3 li div + div:after {
  content: "";
  width: 120%;
  height: 10px;
  background: url("../img/mf3i3.png") center center / contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mf3 li.step4 {
  background: #fff;
  border: 3px solid #d18686;
  border-radius: 5px;
  padding: 2em 6em 4em 4em;
  position: absolute;
  bottom: -9em;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mf3 li.step4 .min {
  margin-top: 2em;
  margin-right: 3em;
}
.mf3 li.step4 .b_yellow {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  padding: 0 1em;
}
.mf3 li.step4 .b_yellow span {
  color: #fff;
  font-size: 130%;
  font-weight: 600;
  -webkit-text-stroke: 1px #471919;
}
.mf3 li.step4 .b_yellow:before,
.mf3 li.step4 .b_yellow:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url("../img/mf3i4.png") center center / contain no-repeat;
  position: absolute;
  bottom: .2em;
  left: -1em;
}
.mf3 li.step4 .b_yellow:after {
  left: auto;
  right: -.5em;
}
.mf3 li.step4 div + div:after {
  bottom: -1em;
  left: -4em;
}
.mf3 li.step4 div + div {
  margin-left: 8em;
  padding-left: 1em;
}
.mf3 li.step4 p {
  margin-top: 3em;
  padding: 0 0 0 3em;
}

/*-------------------- mf4 */ 
.mf4 {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 5em;
  background: url("../img/mf4bg.jpg") center center /contain no-repeat;
}
.mf4 h2 {
  background: url("../img/title2.png") center bottom / contain no-repeat;
}
.mf4 .inner {
  padding: 3vw 5vw 0;
}
.mf4 .small {
  margin: 2em 0 0 0;
  font-size: 90%;
}
.mf4 .ibox img {
  margin: 3em 0 0 auto;
}

/*-------------------- mf5 */ 
.mf5 {
  padding: 5vw;
}
.mf5 .frame {
  background: #fff;
  padding: 3em;
}
.mf5 dl {
  width: 800px;
  margin: 0 auto;
}
.mf5 dt {
  border-bottom: 2px dotted #4e3d3a;
  margin-bottom: 2em;
  position: relative;
  padding-left: .5em;
  transition: all ease .2s;
  cursor: pointer;
}
.mf5 dt.open {
  border-bottom: none;
}
.mf5 dt div {
  display: flex;
  align-items: center;
}
.mf5 dt span {
  color: #d59f9f;
  font-size: 28px;
  margin-right: 1em;
}
.mf5 dt:after {
  content: "";
  display: block;
  width: .8em;
  height: .8em;
  border-right: 2px solid #d59f9f;
  border-bottom: 2px solid #d59f9f;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  bottom: 1em;
  transition: all ease .4s;
}
.mf5 dt.open:after {
  transform: rotate(225deg);
}
.mf5 dd {
  display: none;
  margin: -1em 0 3em;
  font-size: 90%;
}
.mf5 dd div{
  border-bottom: 2px dotted #4e3d3a;
  position: relative;
  padding-left: .5em;
  display: flex;
  align-items: center;
}
.mf5 dd div span {
  color: #cbb999;
  font-size: 28px;
  margin-right: 1em;
  padding-left: .1em;
}

/*-------------------- footer */
footer {
  position: sticky;
  background: #6d2727;
  padding: 3rem 0 10px;
  color: #fff;
  text-align: center;
}
footer .cbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin: 0 auto;
}
footer .fbtn {
  margin: 0 0 0 auto;
}
footer .fbtn a {
  display: block;
  width: 320px;
  background: rgba(255,255,255,.4);
  box-shadow: 5px 5px 5px rgba(255,255,255,.2);
  margin: 0 0 0 auto;
  color: #fff;
  line-height: 3;
  text-indent: 1;
}
footer .fbtn a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/fmail.png") center top / contain no-repeat;
  vertical-align: middle;
  margin-right: .5em;
}
footer p {
  font-size: 14px;
  margin-top: 3rem;
}

@media screen and (max-width: 1400px) {
  .mv-frame picture img {
    max-width: 1000px;
  }
  .frame {
    width: auto;
  }
  .inner {
    width: 1000px;
  }
  .mf2 {
    padding: 4vw 0 0;
  }
  .mf2 .cbox {
    background-position: left bottom 100px;
    height: 450px;
  }
  .mf3 .ibox {
    width: 45vw;
  }
  .mf3 li {
    margin: 2.5em 0 1em;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 2.8vw;
  }
  h2 {
    font-size: 7vw;
  }

  .frame {
    width: auto;
  }
  .inner {
    width: 80vw;
  }
  
  .mv-frame picture img {
    width: 120%;
    max-width: none;
    margin: -3vw 0 0 -11vw;
  }
  .header-bg {
    height: 15vw;
  }
  h1 {
    font-size: 3.2vw;
    top: 5vw;
    left: 5vw;
  }
  .hbtn1 a, .hbtn2 a {
    width: 15vw;
    height: 15vw;
    padding: 0;
    top: 0;
    right: 30vw;
    border-radius: 0;
  }
  .hbtn2 a {
    right: 15vw;
  }
  .hbtn1 a .logo + span, .hbtn2 a .logo + span {
    display: none;
  }
  .hbtn1 a .logo:before, .hbtn2 a .logo:before {
    width: 9vw;
    height: 9vw;
    margin: 3vw auto;
  }
  .hbtn1 a:hover, .hbtn2 a:hover {
    transform: translate(0,0);
  }
  #hamburger {
    width: 15vw;
    top: 5vw;
    right: 0;
  }
  #hamburger span {
    width: 7vw;
    margin: 0 auto 1.8vw;
    right: 3vw;
  }
  .en-nav-wrapper {
    width: 100%;
    padding: 10vw;
  }
  h2 {
    font-size: 3.5vw;
  }
  h3 {
    font-size: 3vw;
  }
  .mf1 {
    padding-top: 15vw;
  }
  .mf1 .ibox {
    float: none;
    width: 100%;
    justify-content: center;
  }
  .mf1 .ibox img {
    width: 100%;
  }
  .mf1 .ibox + .tbox {
    float: none;
    width: 100%;
    margin: 5vw auto;
  }
  .mf2  {
    padding-top: 20vw;
    margin-top: -20vw;
  }
  .mf3 {
    padding-top: 15vw;
    margin-top: -15vw;
  }
  .mf4 {
    padding-top: 20vw; 
  }
  .mf5 {
    padding-top: 20vw;
    margin-top: -10vw;
  }
  .mf2 ul {
    width: auto;
    padding-left: 1em;
  }
  .mf2 li,
  .mf2 li:nth-of-type(2n) {
    width: 80vw;
    margin: 5vw auto;
    float: none ;
  }
  .mf2 .cbox {
    height: 90vw;
  }
  .mf3 .frame {
    flex-direction: column;
  }
  .mf3 .ibox {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mf3 ol {
    margin: 0 auto 0 13vw;
  }
  .mf3 li div + div:after {
    width: 110%;
  }
  .mf3 li.step4 {
    width: 90vw;
    padding: 5vw;
    bottom: -60vw;
  }
  .mf3 li div + div {
    font-size: 2.6vw;
  }
  .mf3 li div + div.sp {
    line-height: 1.4;
    font-size: 100%;
    margin: 3vw auto 0 10vw;
  }
  .mf3 li.step4 div:first-child {
    float: none;
    margin: 0;
  }
  .mf3 .an {
    margin-top: 3vw;
  }
  .mf3 li.step4 .b_yellow:before, .mf3 li.step4 .b_yellow:after {
    bottom: 1.5em;
    left: -1.5em;
  }
  .mf3 li div span {
    font-size: 4.6vw;
  }
  .mf3 li.step4 .b_yellow:after {
    left: auto;
    right: -.5em;
  }
  .mf3 li.step4 p {
    margin-top: 5vw;
    padding: 3vw;
  }
  .mf3 + .cta {
    margin: 15vw auto 5vw;
    padding-bottom: 0;
  }
  .cta .cbox {
    margin: 0 auto 0 10vw;
  }
  .cta .cbox .tbox {
    font-size: 3vw;
  }
  .cta .bbox {
    flex-direction: column;
  }
  .cbtn1 a, .cbtn2 a {
    width: 80vw;
    margin: 2vw auto;
    border-radius: 45px;
    font-size: 2.6vw;
  }
  .mf4 {
    background: url("../img/mf4bgs.jpg") center center /contain no-repeat;
  }
  .mf4 h2 {
    text-align: center;
  }
  .mf5 dt div {
    font-size: 2vw;
  }
  .mf5 dt span {
    font-size: 4vw;
    margin-right: .5em;
  }
  .mf5 dt:after {
    width: 1.8vw;
    height: 1.8vw;
  }
  .mf5 dl {
    width: 75vw;
  }
  .mf5 dd {
    font-size: 2vw;
  }
  .mf5 dd div span {
    font-size: 4vw;
  }
  footer {
    padding: 5vw 0 1vw;
  }
  footer .cbox {
    width: 80vw;
    margin: 0 auto;
  }
  footer .fbtn a {
    width: 38vw;
    font-size: 2.2vw;
  }
  .copy {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    width: 90vw;
  }
  .mf2 .cbox {
    background-position: left bottom 70px;
  }
  h2 {
    padding: 0 3em .5em;
  }
}

@media screen and (max-width: 540px) {
  body {
    font-size: 3.4vw;
    line-height: 1.5;
  }
  h1, h1 a:link {
    color: pink;
  }
  h2 {
    font-size: 4.2vw;
  }
  h3 {
    font-size: 3.8vw;
  }
  .mf2 li {
    font-size: 3.2vw;
  }
  .mf2 .cbox {
    background-position: left bottom 50px;
  }
  .mf3 li.step4 {
    margin-top: -50vw;
  }
  .mf3 li.step4 div + div:after {
    left: -2em;
  }
  .cta .cbox .ibox {
    width: 25%;
    margin-right: 10vw;
  }
  .cbtn1 a, .cbtn2 a {
    line-height: 4;
    font-size: 3vw;
  }
  .mf3 + .cta {
    margin: 3vw auto 5vw;
  }
  .mf4 {
    background-size: cover;
  }
  .mf5 .frame {
    padding: 5vw;
  }
  .mf5 dl {
    width: 80vw;
  }
  .mf5 dt div {
    font-size: 2.4vw;
  }
  .mf5 dd div {
    padding: 0 1em 1em 0;
  }
  .mf5 dd div span {
    margin: 0 .5em 0 .4em;
  }
  footer .cbox {
    width: 85vw;
  }
  footer img {
    width: 35vw;
  }
  footer .fbtn a {
    width: 42vw;
    line-height: 3.5;
    font-size: 2.6vw;
  }
  footer p {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 420px) {
  .mv-frame picture img {
    width: 130%;
    margin: 0 0 0 -17vw;
  }
  .mf1, .mf2 {
    padding-bottom: 10vw;
  }
  .mf2 .cbox {
    background-position: left bottom;
  }
  .mf3 .cbox {
    background: url("../img/mf3bg.png") left bottom 250px/150% no-repeat;
  }
}