@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap");
/*********************************
 *
 * COMMON
 *
 *********************************/
body {
  overflow-x: hidden;
  color: #160d08;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3vw;
  font-weight: 400; }
  @media screen and (max-width: 750px) {
    body {
      max-width: 750px;
      font-size: 3vw; }
      body .pc {
        display: none !important; } }
  @media screen and (min-width: 751px) {
    body {
      /* btn */ }
      body a {
        transition: 0.5s; }
        body a:hover {
          opacity: 0.8; }
      body .sp {
        display: none !important; }
      body main .btn a {
        display: block;
        transition: 0.4s; }
        body main .btn a:hover {
          opacity: 1;
          transform: scale(0.9, 0.9); } }
  body a {
    text-decoration: none; }
  body img {
    width: 100%;
    height: auto; }
  body .orange {
    color: #e76300; }
  body .pink {
    color: #f54545; }

/* font */
p.l_1em {
  padding: 0 0 0 1em !important;
  text-indent: -1em;
  line-height: 1.7; }

/* fadeIn */
.fadeIn,
.fadeIn_dl400,
.fadeIn_dl600,
.fadeIn_dl800,
.fadeIn_dl1200 {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
  opacity: 0; }

.fadeIn_dl400 {
  animation-delay: 0.4s; }

.fadeIn_dl600 {
  animation-delay: 0.6s; }

.fadeIn_dl800 {
  animation-delay: 0.8s; }

.fadeIn_dl1200 {
  animation-delay: 1.2s; }

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeInTrigger {
  opacity: 0; }

/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

.fadeUp_dl400 {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
  animation-delay: 0.4s;
  opacity: 0; }

.fadeUp_dl800 {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
  animation-delay: 0.8s;
  opacity: 0; }

.fadeUp_dl1200 {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
  animation-delay: 1.2s;
  opacity: 0; }

.fadeUp_dl1600 {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in;
  animation-delay: 1.6s;
  opacity: 0; }

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadeUpTrigger {
  opacity: 0; }

/* rotate */
.rotate {
  animation: rotateAnime 20s linear infinite;
  transform-origin: 49.9% 48.8% 0; }

@-webkit-keyframes rotateAnime {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* updown */
.updown {
  animation: updownAnime 0.3s ease-in-out infinite alternate-reverse; }

@keyframes updownAnime {
  0% {
    transform: translateY(-8%); }
  100% {
    transform: translateY(8%); } }
/* leftright */
.leftright {
  animation: leftrightAnime 6s ease-in-out infinite alternate-reverse; }

@keyframes leftrightAnime {
  0% {
    transform: translateX(-10%); }
  100% {
    transform: translateX(10%); } }
/* rightleft */
.rightleft {
  animation: rightleftAnime 6s ease-in-out infinite alternate-reverse; }

@keyframes rightleftAnime {
  0% {
    transform: translateX(18%); }
  100% {
    transform: translateX(-18%); } }
.rightleft2 {
  animation: rightleftAnime 4s ease-in-out infinite alternate-reverse; }

@keyframes rightleftAnime {
  0% {
    transform: translateX(12%); }
  100% {
    transform: translateX(-12%); } }
/* rumble */
.rumble {
  animation: rumbleAnime 2.5s linear infinite; }

@keyframes rumbleAnime {
  0% {
    transform: rotate(-10deg); }
  6% {
    transform: rotate(10deg); }
  13% {
    transform: rotate(-10deg); }
  20% {
    transform: rotate(10deg); }
  27% {
    transform: rotate(-10deg); }
  34% {
    transform: rotate(10deg); }
  41% {
    transform: rotate(-10deg); }
  48% {
    transform: rotate(10deg); }
  55% {
    transform: rotate(-10deg); }
  62% {
    transform: rotate(10deg); }
  69% {
    transform: rotate(0deg); }
  94% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-10deg); } }
.rumble2 {
  animation: rumble2Anime 2.5s linear infinite; }

@keyframes rumble2Anime {
  0% {
    transform: rotate(10deg); }
  6% {
    transform: rotate(-10deg); }
  13% {
    transform: rotate(10deg); }
  20% {
    transform: rotate(-10deg); }
  27% {
    transform: rotate(10deg); }
  34% {
    transform: rotate(-10deg); }
  41% {
    transform: rotate(10deg); }
  48% {
    transform: rotate(-10deg); }
  55% {
    transform: rotate(10deg); }
  62% {
    transform: rotate(-10deg); }
  69% {
    transform: rotate(0deg); }
  94% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(10deg); } }
.rumble3 {
  animation: rumble3Anime 1s linear alternate-reverse; }

@keyframes rumble3Anime {
  0% {
    transform: translate(0); }
  50% {
    transform: translate(0); }
  60% {
    transform: translate(5%); }
  64% {
    transform: translate(0); }
  68% {
    transform: translate(-5%); }
  72% {
    transform: translate(0); }
  76% {
    transform: translate(5%); }
  80% {
    transform: translate(0); }
  84% {
    transform: translate(-5%); }
  88% {
    transform: translate(0); }
  100% {
    transform: translate(0); } }
.rumble4 {
  animation: rumble4Anime 2.5s linear infinite; }

@keyframes rumble4Anime {
  0% {
    transform: rotate(11deg); }
  6% {
    transform: rotate(-11deg); }
  13% {
    transform: rotate(11deg); }
  20% {
    transform: rotate(-11deg); }
  27% {
    transform: rotate(11deg); }
  34% {
    transform: rotate(-11deg); }
  41% {
    transform: rotate(11deg); }
  48% {
    transform: rotate(-11deg); }
  55% {
    transform: rotate(11deg); }
  62% {
    transform: rotate(-11deg); }
  69% {
    transform: rotate(0deg); }
  94% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(11deg); } }
/*********************************
 *
 * HEADER
 *
 *********************************/
header {
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100; }
  header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 30px; }
    @media screen and (max-width: 750px) {
      header .inner {
        padding: 0; } }
  header .logo {
    width: 13.2%; }
    @media screen and (max-width: 750px) {
      header .logo {
        width: 40%; } }
  header .r_box {
    display: flex;
    align-items: center; }
  header dl.tel {
    margin-right: 1.5em;
    font-weight: 700; }
    @media screen and (max-width: 750px) {
      header dl.tel {
        margin-right: 0.3em; } }
    header dl.tel dt {
      color: #7a431c;
      font-size: 80%; }
    header dl.tel dd {
      display: flex;
      align-items: center;
      color: #eb6100;
      font-size: 60%;
      line-height: 1.2; }
      @media screen and (max-width: 750px) {
        header dl.tel dd {
          display: block;
          font-size: 70%; } }
      header dl.tel dd .telno {
        margin-right: 0.2em;
        font-size: 260%;
        font-weight: 900;
        line-height: 1; }
        @media screen and (max-width: 750px) {
          header dl.tel dd .telno {
            font-size: 200%; } }
  header .btn a {
    display: block;
    padding: 1.1em 3em 1.1em 2em;
    background: #eb6100 url("../images/icn_arw.png") right 1em center no-repeat;
    background-size: auto 0.7em;
    border-radius: 0 0 0 1.5em;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 750px) {
      header .btn a {
        padding: 0.7em 1.3em 0.7em 0.6em;
        background: #eb6100 url("../images/icn_arw.png") right 0.4em center no-repeat;
        background-size: auto 0.7em;
        font-size: 110%;
        text-align: center;
        line-height: 1.2;
        white-space: nowrap; } }

/*********************************
 *
 * MV
 *
 *********************************/
#mv {
  background: #f7f6f1; }
  #mv .inner {
    position: relative; }
    #mv .inner h1 {
      position: absolute;
      top: 3%;
      left: 0;
      width: 100%;
      z-index: 2; }
      @media screen and (max-width: 750px) {
        #mv .inner h1 {
          top: 0; } }
    #mv .inner .bg {
      position: relative;
      z-index: 1; }
    #mv .inner .btn {
      position: absolute;
      width: 80%;
      bottom: 21%;
      left: 20%;
      z-index: 2; }
      @media screen and (max-width: 750px) {
        #mv .inner .btn {
          width: 100%;
          bottom: 3%;
          left: 0; } }

/*********************************
 *
 * LEAD
 *
 *********************************/
#lead {
  padding: 2em 0 0 0;
  background: #f7f6f1; }
  @media screen and (max-width: 750px) {
    #lead {
      padding: 3em 0 0 0; } }
  #lead h2 {
    color: #563019;
    font-size: 180%;
    font-weight: 900;
    text-align: center; }
    @media screen and (max-width: 750px) {
      #lead h2 {
        font-size: 150%; } }
    #lead h2 span {
      display: block;
      margin: 0.2em 0 0 0;
      color: #f05d00;
      font-size: 130%; }
  #lead .lead_box {
    margin: 4em 0 0 0;
    padding: 0 0 8em 0;
    background: url("../images/lead_bg.jpg") top left no-repeat;
    background-size: 100% auto; }
    @media screen and (max-width: 750px) {
      #lead .lead_box {
        padding: 0 0 16em 0;
        background: url("../images/lead_bg-sp.jpg") bottom left no-repeat;
        background-size: 100% auto; } }
    #lead .lead_box p {
      width: 80%;
      margin: 0 auto;
      padding: 0 0 0 35%;
      font-size: 110%;
      text-align: right;
      line-height: 2; }
      @media screen and (max-width: 750px) {
        #lead .lead_box p {
          padding: 0;
          font-size: 120%;
          text-align: center; } }
    #lead .lead_box .notice {
      width: 80%;
      margin: 1em auto 0 auto;
      font-size: 80%;
      text-align: right; }
      @media screen and (max-width: 750px) {
        #lead .lead_box .notice {
          padding: 0;
          font-size: 90%;
          text-align: center; } }
    #lead .lead_box ul {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      width: 88%;
      margin: 2em auto 0 auto; }
      @media screen and (max-width: 750px) {
        #lead .lead_box ul {
          justify-content: space-between;
          margin: 5em auto 0 auto; } }
      #lead .lead_box ul li {
        width: 31.3%;
        margin: 0 0 0 1.5%; }
        @media screen and (max-width: 750px) {
          #lead .lead_box ul li {
            width: 48%;
            margin: 0; } }
        #lead .lead_box ul li:nth-child(3) {
          width: 34.5%;
          margin: -1em 0 0 0; }
          @media screen and (max-width: 750px) {
            #lead .lead_box ul li:nth-child(3) {
              width: 48%;
              margin: 1em 0 0 0; } }
          #lead .lead_box ul li:nth-child(3) p {
            width: 100%;
            padding: 0 0 0 20%;
            color: #4e341d;
            font-size: 90%;
            font-weight: 700;
            line-height: 1.5;
            text-align: center; }
            @media screen and (max-width: 750px) {
              #lead .lead_box ul li:nth-child(3) p {
                padding: 0; } }
        #lead .lead_box ul li:nth-child(4) {
          margin-top: -1em; }
          @media screen and (max-width: 750px) {
            #lead .lead_box ul li:nth-child(4) {
              margin: 1em 0 0 0; } }

/*********************************
 *
 * REQUEST
 *
 *********************************/
#request {
  padding: 3em 0 0 0;
  background: #ffe1b3;
  text-align: center; }
  @media screen and (max-width: 750px) {
    #request {
      padding: 2em 0 0 0; } }
  #request h3 {
    color: #f44647;
    font-size: 180%;
    font-weight: 900; }
    @media screen and (max-width: 750px) {
      #request h3 {
        font-size: 200%; } }
  #request .btn {
    width: 87.32%;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #request .btn {
        width: 100%; } }

/*********************************
 *
 * WORRIES
 *
 *********************************/
#worries {
  padding: 5em 0 0 0;
  background: #ffe1b3;
  text-align: center; }
  #worries h2 {
    color: #563820;
    font-size: 190%;
    font-weight: 900; }
    @media screen and (max-width: 750px) {
      #worries h2 {
        font-size: 170%; } }
    #worries h2 span {
      display: block;
      margin: 0 0 0.3em 0;
      color: #e95c02;
      font-size: 110%; }
  #worries .img {
    margin: 3.5em 0 0 0; }

/*********************************
 *
 * ABOUT
 *
 *********************************/
#about {
  padding: 5em 0 0 0;
  background: #f7f6f1 url("../images/about_bg.jpg") left top no-repeat;
  background-size: 100% auto; }
  @media screen and (max-width: 750px) {
    #about {
      background: #f7f6f1 url("../images/about_bg-sp.jpg") left top no-repeat;
      background-size: 100% auto; } }
  #about .lead_box {
    width: 78.26%;
    padding: 10em 0 0 40%;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #about .lead_box {
        width: 88%;
        padding: 25em 0 0 0; } }
    #about .lead_box .grey {
      color: #b9b1a4;
      font-size: 220%;
      font-weight: 900; }
      @media screen and (max-width: 750px) {
        #about .lead_box .grey {
          font-size: 210%; } }
    #about .lead_box .lead {
      margin: 1em 0 0 0;
      color: #563820;
      font-size: 150%;
      font-weight: 900;
      line-height: 1.4; }
      @media screen and (max-width: 750px) {
        #about .lead_box .lead {
          margin: 0.5em 0 0 0;
          font-size: 140%; } }
      #about .lead_box .lead img {
        width: 74%;
        margin: 0 0 0.2em 0; }
  #about h2 {
    margin: 1em 0 0 0;
    color: #e95c02;
    font-size: 220%;
    font-weight: 900; }
    @media screen and (max-width: 750px) {
      #about h2 {
        margin: 0.2em 0 0 0;
        font-size: 210%; } }
  #about .sec {
    margin: 6em 0 0 0;
    padding: 2em 0 0 0; }
    @media screen and (max-width: 750px) {
      #about .sec {
        margin: 6em 0 0 0; } }
    #about .sec .no {
      background: url("../images/about_line01.png") top left no-repeat;
      background-size: 100% auto;
      color: #53331a;
      font-size: 120%;
      font-weight: 900;
      text-align: center; }
      @media screen and (max-width: 750px) {
        #about .sec .no {
          background: url("../images/about_line01-sp.png") center left no-repeat;
          background-size: 100% auto;
          font-size: 145%; } }
      #about .sec .no span {
        color: #ffa712; }
    #about .sec h3 {
      margin: 3em 0 0 0;
      color: #eb6100;
      font-size: 180%;
      font-weight: 900; }
      @media screen and (max-width: 750px) {
        #about .sec h3 {
          margin: 1.2em 0 0 0; } }
    #about .sec .sec_inner {
      width: 78.26%;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #about .sec .sec_inner {
          width: 88%; } }
    #about .sec ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 3em 0 0 0;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #about .sec ul {
          padding: 2em 0 0 0; } }
      #about .sec ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48%;
        padding: 1em 0;
        border-radius: 1.2em;
        background: #eb6100;
        color: #fff;
        font-size: 120%;
        font-weight: 500;
        text-align: center; }
        @media screen and (max-width: 750px) {
          #about .sec ul li {
            width: 100%;
            margin: 0 0 1em 0;
            border-radius: 1em;
            font-size: 125%;
            line-height: 1.8; } }
        #about .sec ul li.full {
          width: 100%; }
        #about .sec ul li span {
          color: #fffab6;
          font-weight: 900; }
    #about .sec:nth-child(odd) .no {
      background: url("../images/about_line02.png") top left no-repeat;
      background-size: 100% auto; }
      @media screen and (max-width: 750px) {
        #about .sec:nth-child(odd) .no {
          background: url("../images/about_line02-sp.png") center left no-repeat;
          background-size: 100% auto; } }
  #about .sec1 h3 {
    text-align: center; }
  #about .sec1 .img {
    margin: 5em 0 0 0; }
    @media screen and (max-width: 750px) {
      #about .sec1 .img {
        margin: 2.5em 0 0 0; } }
  #about .sec2 .sec2_bg {
    background: url("../images/about_img02.png") right 25% top no-repeat;
    background-size: 12% auto; }
    @media screen and (max-width: 750px) {
      #about .sec2 .sec2_bg {
        background: url("../images/about_img02.png") right 9% top 27% no-repeat;
        background-size: 17% auto; } }
  #about .sec2 h3 .cha {
    color: #4f331d; }
  #about .sec2 h3 .small {
    font-size: 70%; }
  #about .sec2 .notice {
    padding: 0.5em 0 0 0;
    color: #4f331d;
    font-size: 80%;
    font-weight: 700; }
  #about .sec2 ul {
    padding: 1.5em 0 0 0; }
  #about .sec2 .img_box1 {
    width: 63.76%;
    margin: 9em auto 0 auto; }
    @media screen and (max-width: 750px) {
      #about .sec2 .img_box1 {
        width: 88%;
        margin: 4em auto 0 auto; } }
    #about .sec2 .img_box1 .flex_box {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 750px) {
        #about .sec2 .img_box1 .flex_box {
          display: block; } }
      #about .sec2 .img_box1 .flex_box .img {
        width: 20%;
        text-align: center; }
        @media screen and (max-width: 750px) {
          #about .sec2 .img_box1 .flex_box .img {
            width: 26%;
            margin: 0 auto; } }
      #about .sec2 .img_box1 .flex_box .note {
        width: 75%;
        color: #4f331d;
        font-size: 130%;
        font-weight: 900; }
        @media screen and (max-width: 750px) {
          #about .sec2 .img_box1 .flex_box .note {
            width: 100%;
            margin: 0.5em 0 0 0;
            font-size: 135%;
            text-align: center; } }
        #about .sec2 .img_box1 .flex_box .note h3 {
          margin: 0.3em 0 0 0;
          width: 100%;
          font-size: 130%; }
    #about .sec2 .img_box1 .img2 {
      margin: 3em 0 0 0; }
      @media screen and (max-width: 750px) {
        #about .sec2 .img_box1 .img2 {
          margin: 2em 0 0 0; } }
  #about .sec2 .img_box2 {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 63.76%;
    margin: 7em auto 0 auto;
    padding: 0 0 2em 0;
    background: #f2e9d8;
    border-radius: 2em; }
    @media screen and (max-width: 750px) {
      #about .sec2 .img_box2 {
        width: 88%;
        margin: 5em auto 0 auto; } }
    #about .sec2 .img_box2 .img {
      width: 45%; }
      @media screen and (max-width: 750px) {
        #about .sec2 .img_box2 .img {
          width: 35%; } }
      #about .sec2 .img_box2 .img p {
        margin: 1.5em 0 0 0;
        font-size: 70%;
        line-height: 1.8;
        text-align: right; }
        #about .sec2 .img_box2 .img p span {
          display: block;
          margin: 0.2em 0 0 0;
          font-size: 150%;
          font-weight: 700; }
    #about .sec2 .img_box2 .note {
      width: 48%; }
      @media screen and (max-width: 750px) {
        #about .sec2 .img_box2 .note {
          width: 58%; } }
      #about .sec2 .img_box2 .note p {
        margin: 1em 0 0 0;
        width: 88%;
        font-size: 90%;
        line-height: 2.4; }
  #about .sec3 .sec3_bg {
    background: url("../images/about_img02.png") left 25% top no-repeat;
    background-size: 12% auto; }
    @media screen and (max-width: 750px) {
      #about .sec3 .sec3_bg {
        background: url("../images/about_img02.png") left 8% top 26% no-repeat;
        background-size: 16% auto; } }
  #about .sec3 h3 {
    padding: 0 0 0 40%; }
    @media screen and (max-width: 750px) {
      #about .sec3 h3 {
        padding: 0 0 0.5em 0;
        text-align: right; } }
  #about .sec3 .note {
    margin: 3em 0 0 0;
    line-height: 2.4;
    text-align: center; }
    @media screen and (max-width: 750px) {
      #about .sec3 .note {
        margin: 0.5em 0 0 0;
        font-size: 120%;
        line-height: 2.2; } }
  #about .sec3 .img {
    margin: 8em 0 0 0; }
    @media screen and (max-width: 750px) {
      #about .sec3 .img {
        margin: 5.5em 0 0 0; } }
  #about .sec4 .sec4_bg {
    background: url("../images/about_img07.png") right 20% top no-repeat;
    background-size: 12% auto; }
    @media screen and (max-width: 750px) {
      #about .sec4 .sec4_bg {
        background: url("../images/about_img02.png") right 10% top 13% no-repeat;
        background-size: 17% auto; } }
  #about .sec4 h4 {
    margin: 5em 0 0 0;
    color: #4f331d;
    font-size: 130%;
    font-weight: 900;
    text-align: center; }
    @media screen and (max-width: 750px) {
      #about .sec4 h4 {
        margin: 1.8em 0 0 0; } }
  #about .sec4 .img {
    margin: 3.5em 0 0 0; }
    @media screen and (max-width: 750px) {
      #about .sec4 .img {
        margin: 2.5em 0 0 0; } }
  #about .sec4 .catch {
    margin: 3.5em 0 0 0;
    color: #c28f5a;
    font-size: 180%;
    font-weight: 900;
    line-height: 1.6;
    text-align: center; }
    @media screen and (max-width: 750px) {
      #about .sec4 .catch {
        margin: 1.2em 0 0 0;
        font-size: 145%; } }
  #about .movie {
    margin: 3em 0 0 0;
    padding: 6em 0;
    background: url("../images/movie_bg.jpg") center top no-repeat;
    background-size: cover; }
    @media screen and (max-width: 750px) {
      #about .movie {
        margin: 1.8em 0 0 0;
        padding: 6em 0;
        background: url("../images/movie_bg-sp.jpg") center top no-repeat;
        background-size: cover; } }
    #about .movie ul {
      display: flex;
      justify-content: space-between;
      width: 78.26%;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #about .movie ul {
          width: 88%; } }
      #about .movie ul li {
        width: 30%; }
        @media screen and (max-width: 750px) {
          #about .movie ul li {
            width: 46%; } }
  #about .sec5 {
    margin: 0;
    padding: 8em 0 6em 0;
    background: url("../images/about_sec5_bg.jpg") left top no-repeat;
    background-size: 100% auto; }
    @media screen and (max-width: 750px) {
      #about .sec5 {
        padding: 5em 0 6em 0;
        background: url("../images/about_sec5_bg-sp.jpg") left top no-repeat;
        background-size: 100% auto; } }
    #about .sec5 .no {
      background: url("../images/about_line01.png") top left no-repeat !important;
      background-size: 100% auto !important; }
      @media screen and (max-width: 750px) {
        #about .sec5 .no {
          background: url("../images/about_line01-sp.png") left center no-repeat !important;
          background-size: 100% auto !important; } }
    #about .sec5 h3 {
      padding: 1em 0 0 40%;
      text-align: right; }
      @media screen and (max-width: 750px) {
        #about .sec5 h3 {
          padding: 0; } }
    #about .sec5 .img {
      text-align: right; }
      #about .sec5 .img img {
        width: 75%;
        margin: 4em -8% 0 0; }
        @media screen and (max-width: 750px) {
          #about .sec5 .img img {
            width: 100%;
            margin: 11em 0 0 0; } }

/*********************************
 *
 * RECIPE
 *
 *********************************/
#recipe {
  background: #fdf0e0 url("../images/about_bg.jpg") left top no-repeat;
  background-size: 100% auto; }
  @media screen and (max-width: 750px) {
    #recipe {
      background: #fdf0e0 url("../images/about_bg-sp.jpg") left bottom no-repeat;
      background-size: 100% auto; } }
  #recipe .howto {
    width: 78.26%;
    margin: 3.5em auto 0 auto;
    padding: 0 0 3.5em 0;
    background: url("../images/recipe_waku03.png") left bottom no-repeat;
    background-size: 100% auto; }
    @media screen and (max-width: 750px) {
      #recipe .howto {
        width: 88%;
        padding: 0 0 3em 0;
        background: url("../images/recipe_waku03-sp.png") left bottom no-repeat;
        background-size: 100% auto; } }
    #recipe .howto dl {
      color: #4f331d; }
      #recipe .howto dl dt {
        padding: 1.5em 0 0 0;
        background: url("../images/recipe_waku01.png") left top no-repeat;
        background-size: 100% auto;
        font-size: 120%;
        font-weight: 700;
        text-align: center; }
        @media screen and (max-width: 750px) {
          #recipe .howto dl dt {
            padding: 1.8em 0 0 0;
            background: url("../images/recipe_waku01-sp.png") left top no-repeat;
            background-size: 100% auto; } }
      #recipe .howto dl dd {
        padding: 2.5em 5% 0.5em 5%;
        background: url("../images/recipe_waku02.png") left top repeat-y;
        background-size: 100% auto; }
        @media screen and (max-width: 750px) {
          #recipe .howto dl dd {
            padding: 0.5em 10% 0 10%;
            background: url("../images/recipe_waku02-sp.png") left top repeat-y;
            background-size: 100% auto;
            font-size: 120%;
            line-height: 2; } }
      #recipe .howto dl ol {
        font-size: 95%;
        font-weight: 700; }
        #recipe .howto dl ol li {
          margin: 1em 0; }
          @media screen and (max-width: 750px) {
            #recipe .howto dl ol li {
              padding: 0 0 0 1em;
              text-indent: -1em; } }
          #recipe .howto dl ol li span {
            color: #ffbe56; }
    #recipe .howto .notice {
      font-size: 80%;
      font-weight: 700; }
  #recipe .btn_box {
    width: 87.32%;
    margin: 8em auto 0 auto;
    /*.btn {
      a {
        &:hover {
          @include media(pc) {
            opacity: 0.8;
            transform: scale(1,1);
          }
        }
      }
    }*/ }
    @media screen and (max-width: 750px) {
      #recipe .btn_box {
        width: 100%;
        margin: 4.5em auto 0 auto; } }
    #recipe .btn_box h3 {
      color: #f44647;
      font-size: 180%;
      font-weight: 900;
      text-align: center; }
      @media screen and (max-width: 750px) {
        #recipe .btn_box h3 {
          font-size: 200%; } }
    #recipe .btn_box .tel {
      width: 68%;
      margin: 1em auto 0 auto; }
      @media screen and (max-width: 750px) {
        #recipe .btn_box .tel {
          width: 86.7%;
          margin: 1.5em auto 0 auto; } }
    @media screen and (min-width: 751px) {
      #recipe .btn_box.type2 {
        margin: 1.5em auto 0 auto; } }
    #recipe .btn_box.type2 .tel {
      margin: 2.5em auto 0 auto; }
    @media screen and (min-width: 751px) {
      #recipe .btn_box.type2 .img {
        position: relative;
        z-index: 2; }
        #recipe .btn_box.type2 .img a picture {
          display: block;
          transform: translateY(50%); } }
    #recipe .btn_box.type2 .img2 {
      position: relative;
      z-index: 1; }
      #recipe .btn_box.type2 .img2 a {
        position: absolute;
        display: block;
        content: "";
        bottom: 7.2%;
        left: 54.3%;
        width: 6.6em;
        height: 2.4em;
        background: transparent;
        z-index: 2; }
        @media screen and (max-width: 750px) {
          #recipe .btn_box.type2 .img2 a {
            bottom: 3.8%;
            left: 34.5%;
            width: 6.6em;
            height: 2.8em; } }
        @media screen and (min-width: 751px) {
          #recipe .btn_box.type2 .img2 a:hover {
            background: rgba(255, 255, 255, 0.2);
            opacity: 1; } }
        #recipe .btn_box.type2 .img2 a span {
          display: none; }
  #recipe .user {
    margin: 9em 0 0 0; }
    @media screen and (max-width: 750px) {
      #recipe .user {
        margin: 4em 0 0 0; } }
    #recipe .user h3 {
      margin: 3em 0 0 0;
      color: #eb6100;
      font-size: 200%;
      font-weight: 900;
      text-align: center; }
    #recipe .user .notice {
      margin: 1.8em 0 0 0;
      color: #4f331d;
      font-size: 80%;
      font-weight: 900;
      text-align: center; }
    #recipe .user .use_list {
      display: flex;
      flex-wrap: wrap;
      width: 78.26%;
      margin: 3em auto 0 auto; }
      @media screen and (max-width: 750px) {
        #recipe .user .use_list {
          width: 88%;
          margin: 2em auto 0 auto; } }
      #recipe .user .use_list .box {
        width: 65%;
        height: 16em;
        margin: 2em 0 0 0;
        padding: 2em 25% 3em 3em;
        background: #fff;
        border-radius: 3em;
        font-size: 90%;
        line-height: 2; }
        @media screen and (max-width: 750px) {
          #recipe .user .use_list .box {
            width: 86%;
            height: auto;
            padding: 2em 2em 3em 2em;
            font-size: 110%;
            line-height: 1.5; } }
        #recipe .user .use_list .box:nth-child(even) {
          margin-left: 35%; }
          @media screen and (max-width: 750px) {
            #recipe .user .use_list .box:nth-child(even) {
              margin-left: 14%; } }
      #recipe .user .use_list .box1 {
        background: #fff url("../images/recipe_img02.png") right 10% bottom no-repeat;
        background-size: 25% auto; }
        @media screen and (max-width: 750px) {
          #recipe .user .use_list .box1 {
            background: #fff url("../images/recipe_img02.png") right 10% center no-repeat;
            background-size: 22% auto; } }
      #recipe .user .use_list .box2 {
        background: #fff url("../images/recipe_img03.png") right 14% bottom no-repeat;
        background-size: 18% auto; }
        @media screen and (max-width: 750px) {
          #recipe .user .use_list .box2 {
            background: #fff url("../images/recipe_img03.png") right 10% center no-repeat;
            background-size: 20% auto; } }
      #recipe .user .use_list .box3 {
        background: #fff url("../images/recipe_img04.png") right 14% bottom no-repeat;
        background-size: 27% auto; }
        @media screen and (max-width: 750px) {
          #recipe .user .use_list .box3 {
            background: #fff url("../images/recipe_img04.png") right 10% bottom no-repeat;
            background-size: 26% auto; } }
      #recipe .user .use_list dl dt {
        padding: 0 0 0.5em 0;
        color: #ea5f02;
        font-size: 140%;
        font-weight: 900; }
        @media screen and (max-width: 750px) {
          #recipe .user .use_list dl dt {
            font-size: 130%; } }
      @media screen and (max-width: 750px) {
        #recipe .user .use_list dl dd {
          padding: 0 35% 0 0;
          line-height: 2; } }
  #recipe .recipe2 {
    margin: 7em 0 0 0;
    padding: 0 0 8em 0;
    background: #fdfce0; }
    @media screen and (max-width: 750px) {
      #recipe .recipe2 {
        margin: 5.5em 0 0 0;
        padding: 0 0 5em 0; } }

/*********************************
 *
 * COURSE
 *
 *********************************/
#course {
  padding: 9em 0 0 0;
  background: #f7f6f1 url("../images/course_bg01.png") left top no-repeat;
  background-size: 100% auto; }
  @media screen and (max-width: 750px) {
    #course {
      padding: 5em 0 0 0;
      background: #f7f6f1 url("../images/course_bg01-sp.png") left top no-repeat;
      background-size: 100% auto; } }
  #course .inner {
    padding: 0 0 8em 0;
    background: linear-gradient(to top, #fff 0%, #fff 6%, transparent 6%, transparent 100%); }
    @media screen and (max-width: 750px) {
      #course .inner {
        padding: 0 0 6em 0;
        background: linear-gradient(to top, #fff 0%, #fff 7%, transparent 7%, transparent 100%); } }
  #course h2 {
    color: #f06200;
    font-size: 160%;
    font-weight: 900;
    text-align: center; }
    @media screen and (max-width: 750px) {
      #course h2 {
        font-size: 130%; } }
    #course h2 span {
      display: block;
      font-size: 140%; }
  #course .lead {
    margin: 0.5em 0 0 0;
    color: #4f331d;
    font-size: 120%;
    font-weight: 700;
    line-height: 1.8;
    text-align: center; }
    @media screen and (max-width: 750px) {
      #course .lead {
        font-weight: 900; } }
  #course h3 {
    margin: 4em 0 0 0;
    color: #4f331d;
    text-align: center; }
    #course h3 .h3_box {
      display: inline-block;
      margin: 3em auto 0 auto;
      padding: 0.7em 1.2em;
      background: #fff;
      border: 5px solid #ffecb2;
      border-radius: 1em;
      font-size: 130%;
      font-weight: 900; }
      @media screen and (max-width: 750px) {
        #course h3 .h3_box {
          width: 86%;
          margin: 2em auto 0 auto;
          padding: 0.6em 0;
          border: 3px solid #ffecb2;
          font-size: 120%; } }
      #course h3 .h3_box span {
        font-size: 130%; }
  #course .img {
    position: relative;
    width: 63.76%;
    margin: 4em auto 0 auto; }
    @media screen and (max-width: 750px) {
      #course .img {
        width: 86%;
        margin: 2em auto 0 auto; } }
    #course .img.img1 {
      margin: 7em auto 0 auto; }
      @media screen and (max-width: 750px) {
        #course .img.img1 {
          margin: 5em auto 0 auto; } }
      #course .img.img1 a {
        position: absolute;
        display: block;
        content: "";
        top: 11%;
        left: 55.9%;
        width: 6.6em;
        height: 2.4em;
        background: transparent; }
        @media screen and (max-width: 750px) {
          #course .img.img1 a {
            top: 7.8%;
            left: 27.9%;
            width: 7.6em;
            height: 2.8em; } }
        @media screen and (min-width: 751px) {
          #course .img.img1 a:hover {
            background: rgba(255, 255, 255, 0.2);
            opacity: 1; } }
        #course .img.img1 a span {
          display: none; }
    #course .img.img2 {
      margin: 0 auto; }
      #course .img.img2 a {
        position: absolute;
        display: block;
        content: "";
        top: 9.6%;
        left: 55.9%;
        width: 6.6em;
        height: 2.4em;
        background: transparent; }
        @media screen and (max-width: 750px) {
          #course .img.img2 a {
            top: 10.3%;
            left: 27.9%;
            width: 7.6em;
            height: 2.8em; } }
        @media screen and (min-width: 751px) {
          #course .img.img2 a:hover {
            background: rgba(255, 255, 255, 0.2);
            opacity: 1; } }
        #course .img.img2 a span {
          display: none; }
  #course ul.img_list {
    width: 63.76%;
    margin: 4em auto 0 auto; }
    @media screen and (max-width: 750px) {
      #course ul.img_list {
        width: 86%;
        margin: 2em auto 0 auto; } }
    #course ul.img_list li {
      margin-bottom: 2em; }
      @media screen and (max-width: 750px) {
        #course ul.img_list li {
          margin-bottom: 1.5em; } }
  #course .img2 {
    width: 63.76%;
    margin: 3em auto 0 auto; }
    @media screen and (max-width: 750px) {
      #course .img2 {
        width: 86%;
        margin: 3em auto 0 auto; } }

/*********************************
 *
 * REQUEST2
 *
 *********************************/
#request2 .btn_box {
  width: 87.32%;
  margin: 1em auto 0 auto; }
  @media screen and (max-width: 750px) {
    #request2 .btn_box {
      width: 100%;
      margin: 0 auto; } }
#request2 h3 {
  color: #f44647;
  font-size: 180%;
  font-weight: 900;
  text-align: center; }
  @media screen and (max-width: 750px) {
    #request2 h3 {
      font-size: 200%; } }
#request2 .tel {
  width: 68%;
  margin: 1em auto 0 auto; }
  @media screen and (max-width: 750px) {
    #request2 .tel {
      width: 86.7%;
      margin: 1.5em auto 0 auto; } }

/*********************************
 *
 * FAQ
 *
 *********************************/
#faq {
  margin: 7em 0 0 0; }
  @media screen and (max-width: 750px) {
    #faq {
      margin: 6em 0 0 0; } }
  #faq h3 {
    background: url("../images/about_line02.png") left center no-repeat;
    background-size: 100% auto;
    color: #53331a;
    font-size: 160%;
    font-weight: 900;
    text-align: center; }
    @media screen and (max-width: 750px) {
      #faq h3 {
        background: url("../images/about_line02-sp.png") left center no-repeat;
        background-size: 100% auto; } }
    #faq h3 span {
      color: #ffa712; }
  #faq .inner {
    width: 63.76%;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #faq .inner {
        width: 88%; } }
    #faq .inner dl {
      overflow: hidden;
      margin: 3em 0 0 0;
      border-radius: 1.8em; }
      @media screen and (max-width: 750px) {
        #faq .inner dl {
          margin: 2em 0 0 0;
          border-radius: 1.5em; } }
      #faq .inner dl dt {
        padding: 1.2em 1.5em;
        background: #f2e9d8 url("../images/icn_open.png") right 1.3em center no-repeat;
        background-size: auto 1.3em;
        color: #eb6300;
        font-size: 140%;
        font-weight: 900;
        transition: 0.2s;
        cursor: pointer; }
        @media screen and (max-width: 750px) {
          #faq .inner dl dt {
            background: #f2e9d8 url("../images/icn_open.png") right 0.7em center no-repeat;
            background-size: auto 1.1em;
            line-height: 1.4; } }
        #faq .inner dl dt.open {
          background: #f2e9d8 url("../images/icn_close.png") right 1.3em center no-repeat;
          background-size: auto 1.3em; }
          @media screen and (max-width: 750px) {
            #faq .inner dl dt.open {
              background: #f2e9d8 url("../images/icn_close.png") right 0.7em center no-repeat;
              background-size: auto 1.1em; } }
      #faq .inner dl dd {
        display: none;
        padding: 2.5em 4.5em;
        background: #f9f8f4;
        color: #53331a;
        line-height: 2; }
        @media screen and (max-width: 750px) {
          #faq .inner dl dd {
            padding: 1.5em 4em;
            font-size: 120%; } }
      #faq .inner dl a {
        color: #53331a;
        border-bottom: 1px solid #53331a; }
    #faq .inner .notice {
      margin: 7em 0 0 0;
      padding: 3em 5em;
      background: #f2e9d8;
      border-radius: 2.5em; }
      @media screen and (max-width: 750px) {
        #faq .inner .notice {
          margin: 6em 0 0 0;
          padding: 2em 2.5em;
          border-radius: 2em; } }
      #faq .inner .notice h4 {
        color: #eb6300;
        font-size: 130%;
        font-weight: 900;
        text-align: center; }
      #faq .inner .notice ul {
        color: #53331a;
        font-size: 90%; }
        @media screen and (max-width: 750px) {
          #faq .inner .notice ul {
            margin: 1.5em 0 0 0;
            font-size: 100%; } }
        #faq .inner .notice ul li {
          margin: 1em 0;
          line-height: 2; }
          @media screen and (max-width: 750px) {
            #faq .inner .notice ul li {
              margin: 0.5em 0; } }

/*********************************
 *
 * FOOTER
 *
 *********************************/
footer {
  margin: 8em 0 0 0;
  padding: 1.5em 0;
  background: #f9f8f4;
  border-top: 4px solid #f1e8d9; }
  @media screen and (max-width: 750px) {
    footer {
      margin: 6em 0 0 0;
      border-top: 2px solid #f1e8d9; } }
  footer .copy {
    font-size: 80%;
    text-align: center; }
    @media screen and (max-width: 750px) {
      footer .copy {
        font-size: 90%; } }
