@charset "utf-8";

html {overflow: auto;scroll-behavior: smooth;}
body{
font-family: 'Noto Sans', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-size: 18px;
line-height: 1.8;
letter-spacing: 0.05em;
color: #000;
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 */
@font-face {
  font-family: "ackaisho";
  src:url("../font/ackaisho.woff2") format("woff2"),
    url("../font/ackaisho.woff") format("woff");
}
.ackai {
  font-family: ackaisho;
}
.t_600{
  font-weight: 600;
}
.t_700 {
  font-weight: 700;
}
.t_red{
  color: #e02121;
}
.t_orange{
  color: #ffaa45;
}
.t_yellow{
  color: #fff3c5;
}
.t_white{
  color: #fff;
}
.t_blue{
  color: #37a6b6;
}
.t_green{
  color: #5cc4cd;
}
.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;
}
.note {
  font-size: 0.65em;
}
h2 {
  padding: .3em 0;
  margin: 0 auto .8em;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
h3 {
  padding: .3em 0;
  margin: 0 auto .8em;
  font-size: 32px;
  font-weight: 700;
  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;
}

/*-------------------- MV */
#mv {
  position: relative;
}
#mv .bbox {
  background: linear-gradient(to right, #e4b05d, #ffe7ae, #e4b05d);
  padding: 20px;
}
#mv .bboxs {
  width: 60%;
  margin: 20px auto 0;
}
#mv .bbox .btn {
  margin: 0 auto;
}

/*-------------------- cta */
.cta {
  background: linear-gradient(to right, #e4b05d, #ffe7ae, #e4b05d);
  padding: 10px 0 20px;
}
.btn {
  width: 35%;
  margin: 0 auto;
}
.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;
}
.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 h2 {
  width: 50%;
}
#mf1 ul {
  width: 61%;
  margin: 3vw auto;
}
#mf1 ul li {
  padding: .5em 0 .5em 1em;
  font-size: 1.2em;
  text-indent: -1em;
}
#mf1 .t_red {
  border-bottom: 1px solid #e02121;
}
#mf1 figure {
  width: 50%;
  margin: 0 auto;
}

/*-------------------- mf2 */
#mf2 {
  background: url("../img/mf2bg-min.jpg") center center / cover no-repeat;
}
#mf2 h2 {
  width: 50%;
}

/*-------------------- mf3 */
#mf3 {
  background: url("../img/mf3bg-min.jpg") center center / cover no-repeat;
}
#mf3 h2 {
  width: 50%;
}
#mf3 .cbox {
  overflow: hidden;
}
#mf3 .cbox img {
  width: calc((100% - 30px) / 2);
  margin: 1vw 30px 1vw 0;
  float: left;
}
#mf3 .cbox img:nth-of-type(even) {
  margin-right: 0;
}

/*-------------------- mf4 */
#mf4 h2 {
  width: 50%;
}
#mf4 .cbox figure:first-child {
  width: 20%;
  margin-right: 5%;
}
#mf4 .cbox .cboxs {
  width: 40%;
}
#mf4 .cbox figure:last-child {
  width: 35%;
  margin-left: 5%;
}
.bgg {
  border-radius: 30px;
  padding: 1.5em;
  margin: 2vw auto;
  position: relative;
}
.bgg:before {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background: linear-gradient(to right, #b19765, #856729, #e5d29e, #856729, #7c5d3c);
  border-radius: 30px;
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 0;
}
.bgg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bgg figure,
.bgg .cboxs,
.bgg p {
  position: relative;
  z-index: 10;
}
/*-------------------- mf5 */
#mf5 {
  background: url("../img/mf5bg-min.jpg");
}
#mf5 h2 {
  width: 50%;
}
#mf5 .cbox {
  margin: 5vw auto;
}

/*-------------------- mf6 */
#mf6 {
  background: url("../img/mf6bg-min.jpg") center center / contain no-repeat;
}
#mf6 h2 {
  width: 50%;
}
#mf6 p img {
  width: 20%;
  margin: 0 auto 5vw;
}
#mf6 .t_red {
  font-size: 46px;
}
#mf6 .inner figure {
  margin-top: 5vw;
}
#mf6 .inner p {
  margin-top: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#mf6 .border {
  position: relative;
}
#mf6 .border:before {
  content: "";
  display: inline-block;
  width: 40%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
#mf6 .border:after {
  content: "";
  display: inline-block;
  width: 40%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
}
#mf6 .gbox {
  width: 70%;
  margin: 3vw auto;
}
#mf6 .gbox img {
  width: calc((100% - 60px) / 3);
  margin: 0 30px 0 0;
}
#mf6 .gbox img:last-child {
  margin-right: 0;
}
#mf6 .cboxs {
  width: calc((100% - 50px) / 2);
  background: #fff;
  margin: 2vw 50px 2vw 0;
  padding: 1.5em;
  border-radius: 30px;
  box-shadow: 0 0 17px rgba(157, 98, 4, .3);
  float: left;
}
#mf6 .cboxs:nth-of-type(even) {
  margin-right: 0;
}
#mf6 .cboxs figure {
  width: 35%;
  margin-right: 5%;
}
#mf6 .cboxs p {
  margin: 0;
}
#mf6 figure:last-child {
  margin: 5vw auto 10vw;
}

/*-------------------- mf7 */
#mf7 {
  background: url("../img/mf7bg-min.jpg");
  padding-top: 13vw;
  position: relative;
}
#mf7 h2 {
  width: 25%;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, 0);
}
#mf7 .cbox {
  padding: 1.5em 3em;
}
#mf7 .cbox figure {
  width: 20%;
  margin-right: 5%;
}
#mf7 .cbox .cboxs {
  width: 75%;
}

/*-------------------- mf8 */
#mf8 {
  background: url("../img/mf8bg-min.jpg") center center / cover no-repeat;
}
#mf8 h2 {
  width: 50%;
}
#mf8 figure {
  width: 80%;
  margin: 3vw auto;
}

/*-------------------- mf9 */
#mf9 {
  background: url("../img/mf9bg-min.jpg") center center / cover no-repeat;
  overflow: hidden;
}
#mf9 h2 {
  width: 50%;
}
#mf9 .bgg:before {
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  border-radius: 0;
  background: linear-gradient(to right, #e4b05d, #ffe7ae, #e4b05d);
}
#mf9 .bgg:after {
  top: 30px;
  left: 30px;
}
#mf9 .cbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 170px) / 2);
  margin: 6vw 170px 6vw 0;
  padding: 7vw 0 .5em 1.5em;
  float: left;
  position: relative;
}
#mf9 .cbox:nth-of-type(even) {
  margin-right: 0;
}
#mf9 .cbox figure {
  width: 30%;
  position: absolute;
  top: -50px;
  left: 54%;
  transform: translate(-50%, 0);
}
#mf9 .cbox p {
  padding-left: 30px;
}

/*-------------------- mf10 */

/*-------------------- footer */
footer {
  background: #000;
  padding: 20px 0 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 1400px) {
  .frame {
    width: 1000px;
  }
  .inner {
    width: 800px;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.8vw;
  }
  .frame {
    width: auto;
    margin: 0 5vw;
  }
  .inner {
    width: auto;
  }
  .mf {
    padding: 10vw 0;
  }
  h2 {
    font-size: 4vw;
  }
  #mf9 .cbox {
    font-size: 1.6vw;
    width: calc((100% - 10vw) / 2);
    margin: 6vw 10vw 6vw 0;
  }
  #mf9 .bgg:before {
    width: calc(100% + 7vw);
    height: calc(100% + 7vw);
  }
  #mf9 .bgg:after {
    top: 3vw;
    left: 3vw;
  }
  footer {
    padding: 3vw 0 1vw;
    font-size: 2vw;
  }
}

@media screen and (max-width: 780px) {
  body {
    font-size: 2.8vw;
  }
  .btn {
    width: 60%;
  }
  #mf1 h2,
  #mf2 h2,
  #mf3 h2,
  #mf4 h2,
  #mf5 h2,
  #mf6 h2,
  #mf8 h2,
  #mf9 h2 {
    width: 70%;
  }
  #mf1 ul {
    width: 100%;
    margin: 5vw auto 8vw;
  }
  #mf1 figure {
    width: 70%;
  }
  #mf4 .cbox .cboxs {
    width: 100%;
  }
  #mf4 .cbox figure:first-child {
    width: 30%;
    margin: 0 auto 3vw;
  }
  #mf4 .cbox figure:last-child {
    width: 50%;
    margin: 3vw auto 0;
  }
  #mf5 .cbox {
    margin: 15vw auto;
  }
  #mf6 p img {
    width: 30%;
    margin: 0 auto 10vw;
  }
  #mf6 .t_red {
    font-size: 5vw;
  }
  #mf6 .inner figure {
    margin-top: 10vw;
  }
  #mf6 .gbox {
    flex-direction: row !important;
  }
  #mf6 .cboxs figure {
    width: 100%;
    margin: 0 auto 3vw;
  }
  #mf6 .cboxs p {
    font-size: 3vw;
  }
  #mf7 {
    padding-top: 20vw;
  }
  #mf7 h2 {
    width: 30%;
    top: -7vw;
  }
  #mf7 .cbox figure {
    width: 40%;
    margin: 0 auto 3vw;
  }
  #mf7 .cbox .cboxs {
    width: 100%;
  }
  #mf9 .cbox {
    margin: 15vw 10vw 6vw 0;
  }
  #mf9 .cbox figure {
    width: 35%;
    top: -8vw;
  }
}

@media screen and (max-width: 540px) {
  body {
    font-size: 3.6vw;
  }
  #mv .bboxs {
    width: 100%;
  }
  .btn {
    width: 98%;
  }
  .cta .btn {
    width: 80%;
  }
  .bgg {
    margin: 10vw auto;
  }
  #mf1 h2, #mf2 h2, #mf3 h2, #mf4 h2, #mf5 h2, #mf6 h2, #mf8 h2, #mf9 h2 {
    width: 90%;
  }
  #mf1 ul {
    margin: 10vw auto 15vw;
  }
  #mf1 figure {
    width: 90%;
  }
  #mf3 .cbox img {
    width: 80%;
    margin: 3vw auto !important;
    float: none;
  }
  #mf4 .cbox figure:last-child {
    width: 80%;
  }
  #mf6 p img {
    width: 50%;
    margin: 0 auto 15vw;
  }
  #mf6 .gbox {
    width: 100%;
  }
  #mf6 .gbox img {
    width: calc((100% - 4vw) / 3);
    margin: 0 2vw 0 0;
  }
  #mf6 .cboxs {
    width: calc((100% - 3vw) / 2);
    margin: 2vw 3vw 2vw 0;
  }
  #mf7 h2 {
    width: 42%;
    top: -10vw;
  }
  .bgg:after {
    boder-radius: 15px;
  }
#mf9 .cbox {
    width: 80%;
    margin: 25vw auto !important;
    float: none;
    padding-top: 12vw;
}
  #mf9 .cbox p {
    padding-left: 3vw;
    font-size: 4vw;
  }
  #mf9 .cbox figure {
    width: 35%;
    top: -15vw;
  }
  footer {
    font-size: 3.4vw;
  }
  .copy {
    font-size: 3.2vw;
  }
}