@charset "UTF-8";
/************* LP-ogyaa STYLE *************/
.t-center {
  display: block;
  text-align: center;
}

.pcdisp {
  display: block;
}

.spdisp {
  display: none;
}

.bg-gray {
  background: #f9f9f9;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.ogyaa-inner {
  padding-top: 60px;
}
.ogyaa-inner .lp-inner {
  width: 90%;
  padding-top: 20px;
}
.ogyaa-inner .lp-inner p {
  line-height: 1.7;
  font-size: 16px;
}
.ogyaa-inner .lp-btn {
  z-index: 2;
  position: relative;
}
.ogyaa-inner .mt- {
  margin-top: -200px;
}
.ogyaa-inner .hl2 {
  font-family: "Shuei MaruGo B";
  text-align: center;
  line-height: 1.3;
  position: relative;
  padding: 0.5rem 0 1.5rem;
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 2em;
  background-image: linear-gradient(135deg, #eb748d 10%, #ffbaae 100%);
  background-repeat: no-repeat;
  background-size: 4rem 0.4rem;
  background-position: bottom;
}
.ogyaa-inner .hl3 {
  font-family: "Shuei MaruGo B";
  font-size: 1.4em;
  margin-bottom: 10px;
  line-height: 1.3;
}
.ogyaa-inner #sidenav {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  right: 0;
}
@media screen and (max-width: 767px) {
  .ogyaa-inner .two-block.is-responsive {
    display: block;
  }
  .ogyaa-inner .two-block.is-responsive > div:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
  .ogyaa-inner .two-block.is-top {
    margin: 0 auto;
  }
  .ogyaa-inner .two-block.is-top > div:last-child {
    width: 80%;
    margin: 0 auto;
  }
}
.ogyaa-inner #user-info {
  background: #eb849d;
}
.ogyaa-inner #user-info .user-info-inner {
  margin: 0 auto;
  padding: 10px 0;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: underline;
}
.ogyaa-inner #user-info .user-info-inner:after {
  content: "▶︎";
}
.ogyaa-inner #lp-mainimage {
  background-image: url("../images/ogyaa/mainimage.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding-top: 60px;
}
.ogyaa-inner #lp-mainimage .lp-inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ogyaa-inner #lp-mainimage {
    max-height: none;
    height: 40%;
    padding-top: 20px;
    margin-bottom: 5%;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
  }
}
.ogyaa-inner .loopSlide {
  display: flex;
  width: 100vw;
  height: 140px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .ogyaa-inner .loopSlide {
    height: 100px;
  }
}
.ogyaa-inner .loopSlide img {
  max-width: none;
  width: auto;
  height: 100%;
}
.ogyaa-inner .loopSlide img:first-child {
  -webkit-animation: slide1 60s -30s linear infinite;
          animation: slide1 60s -30s linear infinite;
}
.ogyaa-inner .loopSlide img:last-child {
  -webkit-animation: slide2 60s linear infinite;
          animation: slide2 60s linear infinite;
}
@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.ogyaa-inner #lp-ogyaa-info {
  padding-top: 20px;
}
.ogyaa-inner #lp-ogyaa-info .is-headline {
  text-align: center;
  line-height: 1.6;
  font-family: "Shuei MaruGo B";
}
.ogyaa-inner #lp-ogyaa-info .is-headline .headline-sub {
  margin-bottom: 10px;
  font-size: 16px;
}
.ogyaa-inner #lp-ogyaa-info .is-headline .headline-main {
  font-size: 38px;
  color: #eb748d;
}
@media screen and (max-width: 767px) {
  .ogyaa-inner #lp-ogyaa-info .is-headline {
    line-height: 1.4;
  }
  .ogyaa-inner #lp-ogyaa-info .is-headline .headline-sub {
    font-size: 14px;
  }
}
.ogyaa-inner #lp-ogyaa-toku {
  counter-reset: number 0;
}
.ogyaa-inner #lp-ogyaa-toku .two-block.is-box .two-block-box {
  border-radius: 9px;
  background: #fdeeea;
  padding: 16px;
  display: flex;
  align-items: center;
}
.ogyaa-inner #lp-ogyaa-toku .two-block.is-box .two-block-box .hl3 {
  color: #ec6d56;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  .ogyaa-inner #lp-ogyaa-toku .two-block.is-box .two-block-box {
    margin: 16px 8px;
  }
}
.ogyaa-inner #lp-ogyaa-toku .two-block.is-box .two-block-box:before {
  color: #ec6d56;
  font-size: 32px;
  display: inline-block;
  margin-right: 20px;
  font-family: "Shuei MaruGo B";
  counter-increment: number 1;
  content: counter(number) " ";
}
.ogyaa-inner #lp-ogyaa-toku .three-block.is-gaiyo .hl3 {
  color: #eb748d;
}
.ogyaa-inner #lp-ogyaa-toku .three-block.is-gaiyo .three-block-box {
  background: #ffffff;
  box-shadow: 0 2px 8px #ddd;
  border-radius: 9px;
  padding: 16px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .ogyaa-inner #lp-ogyaa-toku .three-block.is-gaiyo .three-block-box {
    margin: 50px 0;
  }
}
.ogyaa-inner #lp-ogyaa-toku .three-block.is-gaiyo .three-block-box .hl3 {
  text-align: center;
}
.ogyaa-inner #lp-ogyaa-toku .three-block.is-gaiyo .three-block-box:not(:first-child):before {
  position: absolute;
  left: -46px;
  top: 50%;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #eb748d;
  border-top: 2px solid #eb748d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1000px) {
  .ogyaa-inner #lp-ogyaa-toku .three-block.is-gaiyo .three-block-box:not(:first-child):before {
    left: -24px;
  }
}
@media screen and (max-width: 600px) {
  .ogyaa-inner #lp-ogyaa-toku .three-block.is-gaiyo .three-block-box:not(:first-child):before {
    left: 48%;
    top: -35px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
.ogyaa-inner #lp-ogyaa-faq .is-faq li {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
}
.ogyaa-inner #lp-ogyaa-faq .is-faq li + li {
  margin-top: 20px;
}
.ogyaa-inner #lp-ogyaa-faq .is-faq li .is-q {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.4em;
}
.ogyaa-inner #lp-ogyaa-faq .is-faq li .is-q:before {
  content: "Q.";
  font-size: 20px;
  font-weight: bold;
  color: #eb748d;
}
@media (max-width: 1000px) {
  .ogyaa-inner .mt- {
    margin-top: 0;
  }
  .ogyaa-inner .circle-btn span {
    width: 100%;
    height: 100%;
    min-width: 236px;
    min-height: 236px;
  }
}
@media (max-width: 600px) {
  .ogyaa-inner .pcdisp {
    display: none;
  }
  .ogyaa-inner .spdisp {
    display: block;
  }
}
/*# sourceMappingURL=lp-ogyaa_style.css.map */