@charset "UTF-8";

#maincontent{
    margin-bottom: 50px;
}

/* section */

.regular_page__section__sub-title {
    max-width: 360px;
    max-width: 357px;
    margin: 20px auto;
    text-align: center;
}

@media all and (max-width: 767px) {
.regular_page__section__sub-title {
    width: 50%;
}
.regular_page__section__body__in{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
}

/* hero */

.regular_page__hero-wrap {
    position: relative;
    overflow: hidden;
    padding: 70px 0 15px;
}
.regular_page__hero__image {
    position: absolute;
    top: -12px;
    right: -57%;
    left: 0;
    width: 67%;
    max-width: 795px;
    margin: 0 auto;
}
.regular_page__hero-wrap__in {
    position: relative;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px 20px 15px;

    flex-wrap: wrap;
}
.regular_page__hero__title {
    position: relative;
    z-index: 10;
    max-width: 477px;
}
.regular_page__hero__description {
    width: 50%;
    margin-top: 25px;
}
.regular_page__hero__description p {
    line-height: 1.8;
    letter-spacing: 1px;
}
.regular_page__hero__sub-title {
    width: 300px;
    margin: 40px auto 0;
}
.regular_page__hero__button-list {
    display: flex;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;

    flex-wrap: wrap;
    justify-content: space-between;
}
.regular_page__hero__button-list li {
    position: relative;
    width: 32%;
}
.regular_page__hero__button-list li a {
    display: block;
    position: relative;
    padding: 18px 18px 18px 65px;
    border-radius: 99px;
    border: 5px solid rgb(254, 224, 208);
    background-color: rgb(255, 255, 255);
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
}
.regular_page__hero__button-list li a:after {
  display: inline-block;
    font-family: "icnfont";
    font-size: inherit;
    font-style: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\ea05";
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -0.5em;
    font-size: 12px;
    font-weight: 400;
    transform: rotate(90deg);
}
.regular_page__hero__button-list li:nth-child(1) a img {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 96px;
}
.regular_page__hero__button-list li:nth-child(2) a img {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 80px;
}
.regular_page__hero__button-list li:nth-child(3) a img {
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 54px;
}

.regular_page__enjoy-wrap::before{
    content: '';
    background: url(../images/img-wave-1.png) no-repeat center bottom #FFF;
    background-size: contain;
    width: 100%;
    padding-top: 3%;
    position: absolute;
}
.regular_page__scroll-header {
  display: none;
    position: fixed !important;
    z-index: 999999;
    top: 0;
    display: block;
    width: 100%;
    opacity: 0;
    color: #191919;
    background: #FFF;
    transition: opacity 0.2s;
    padding: 7px 0 12px;
    border-bottom: 2px solid #ffd9c4;
    visibility: hidden;
}
.regular_page__scroll-header.scroll {
    opacity: 1;
    visibility: inherit;
}
.regular_page__scroll-header__in {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px 0;
}
.regular_page__scroll-header.scroll img {
    display: none;
}
.regular_page__scroll-header.scroll .regular_page__hero__button-list{
    margin-top: 5px;
}
.regular_page__scroll-header.scroll .regular_page__hero__button-list li a {
    padding: 13px;
}

@media all and (max-width: 1024px) {
.regular_page__hero__button-list li a {
    font-size: 14px;
    line-height: 1.2;
    padding: 20px 58px 20px 125px;
}
}

@media all and (max-width: 767px) {
.regular_page__hero-wrap {
    padding: 25px 0 24px;
}
.regular_page__hero-wrap__in {
    position: relative;
    max-width: 100%;
    padding: 0 15px 20px 15px;
}
.regular_page__hero__image {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    max-width: auto;
    margin: 0 auto;
}
.regular_page__hero__bg-image {
    position: absolute;
    z-index: -1;
    top: 12.5%;
    right: 0;
    left: 0;
    width: 89%;
    margin: auto;
}
.regular_page__hero__title {
    width: 80%;
    margin: 0 auto;
}
.regular_page__hero__description {
    width: 70%;
    margin: 20px auto 0;
    text-align: center;
}
.regular_page__hero__description p {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 0;
}
.regular_page__hero__sub-title {
    width: 57%;
    margin: 22px auto 0;
}
.regular_page__hero__button-list {
    margin: 10px 0 0;
}
.regular_page__hero__button-list li {
    width: 31.5%;
}
.regular_page__hero__button-list li a {
    font-size: 12px;
    padding: 11px 10px 17px;
    text-align: center;
    border: 2px solid #fee0d0;
    border-radius: 99px;
}
.regular_page__hero__button-list li a:after {
    font-size: 10px;
    top: auto;
    right: 0;
    bottom: 3px;
    left: 0;
    margin: 0 auto;
    transform: scale(.7) rotate(90deg);
}
.regular_page__hero__button-list li:nth-child(1) a {
    padding-left: 10px;
}
.regular_page__hero__button-list li:nth-child(1) a img {
    display: none;
}
.regular_page__hero__button-list li:nth-child(2) a img {
    display: none;
}
.regular_page__hero__button-list li:nth-child(3) a img {
    display: none;
}
.regular_page__enjoy-wrap::before {
/*     height: 26px; */
    padding-top: 5.5%;
    background: url(../images/img-wave-1-sp.png) no-repeat center bottom;
    background-size: cover;
}
.regular_page__scroll-header {
    position: fixed !important;
    top: 0;
    display: none;
    display: block;
    width: 100%;
    padding: 10px 0;
    transition: opacity .2s;
    opacity: 0;
    color: #191919;
    border-bottom: 2px solid #ffd9c4;
    background: #fff;
}
.regular_page__scroll-header .regular_page__hero__button-list {
    margin-top: 0;
}
}


/* enjoy */

#enjoy{
    padding-top: 30px;
    margin-top: -30px;
}
.regular_page__enjoy-wrap {
    position: relative;
    margin: 0 auto;
    padding: 0 0 100px;
    background: #e9f6f7;
}
.regular_page__enjoy-wrap .regular_page__section__sub-title {
    padding-top: 110px;
}
.regular_page__enjoy-wrap::after{
    content: '';
    background: url(../images/img-wave-2.png) no-repeat center bottom;
    background-size: cover;
    width: 100%;
/*     height: 40px; */
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    padding-top: 3%;
}
.regular_page__enjoy__title {
    width: 245px;
    margin: 20px auto;
    text-align: center;
}
.regular_page__enjoy-list {
    margin-top: 50px;
}
.regular_page__enjoy-list__item {
    position: relative;
    overflow: hidden;
}
.regular_page__enjoy-list__item__in {
    display: flex;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}
.regular_page__enjoy-list__item__in::before{
    content: '';
    display: block;
    padding-top: 63%;
}
.regular_page__enjoy-list__item__image{
    margin: 0px auto;
    width: 53%;
    max-width: 700px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.regular_page__enjoy-list__item__body {
    z-index: 60;
    width: 50%;
}
.regular_page__enjoy-list__item__body__in {
    position: relative;
}
.regular_page__enjoy-list__item__image-title {
    position: relative;
}
.regular_page__enjoy-list__item__image-title::before{
    content: '';
    background: url(../images/img-how-title-bg-before.png) no-repeat center bottom;
    background-size: cover;
    width: 30px;
    position: absolute;
    left: -40px;
    bottom: 0;
    margin: auto;
    height: 50px;
}
.regular_page__enjoy-list__item__image-title::after{
    content: '';
    background: url(../images/img-how-title-bg-after.png) no-repeat center bottom;
    background-size: cover;
    width: 30px;
    position: absolute;
    right: -40px;
    bottom: 0;
    margin: auto;
    height: 50px;
}
.regular_page__enjoy-list__item__description {
    margin: 25px 0 0;
}
.regular_page__enjoy-list__item__description p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
}
.regular_page__enjoy-list__item__number {
    z-index: 50;
}

/* enjoy odd */

.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd) {
    background: #e9f6f7;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd)::before {
    position: absolute;
    z-index: 0;
    z-index: 5;
    top: -145px;
    display: block;
    width: 150%;
    height: 300px;
    content: '';
    transform: rotate(5deg);
    background: #fdece3;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd)::after {
    position: absolute;
    z-index: 0;
    z-index: 7;
    top: 123px;
    display: block;
    width: 150%;
    height: 110px;
    content: '';
    transform: rotate(3deg);
    background: #e9f6f7;
}

.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd) .regular_page__enjoy-list__item__image {
    top: 0;
    right: 0;

    order: 2;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd) .regular_page__enjoy-list__item__image picture img {
    /*     top: -140px; */
    position: absolute;
    left: 0;
    width: 137%;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd) .regular_page__enjoy-list__item__body {
    box-sizing: border-box;
    width: 50%;
    padding-top: 15%;
    padding-right: 7%;
}

/* enjoy even */

.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(even) {
    background: #fdece3;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(even)::before {
    position: absolute;
    left: -30px;
    z-index: 5;
    top: -235px;
    display: block;
    width: 150%;
    height: 300px;
    content: '';
    transform: rotate(355deg);
    background: #e9f6f7;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(even)::after {
    position: absolute;
    z-index: 0;
    z-index: 7;
    top: 90px;
    display: block;
    width: 150%;
    height: 110px;
    content: '';
    transform: rotate(355deg);
    background: #fdece3;
}

.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(even) .regular_page__enjoy-list__item__image {
    left: 0;

    order: 1;
    /*     top: -140px; */
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(even) .regular_page__enjoy-list__item__image picture img {
    /*     top: -23px; */
    position: absolute;
    right: 0;
    width: 137%;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2) .regular_page__enjoy-list__item__sub-image {
    position: absolute;
    top: 195px;
    right: 0;
    left: 280px;
    width: 190px;
    margin: auto;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(even) .regular_page__enjoy-list__item__body {
    z-index: 50;
    box-sizing: border-box;
    width: 50%;
    padding-top: 16%;
    padding-left: 7%;

    order: 2;
}

/* enjoy 1 */

.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(1)::before {
    display: none;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(1) .regular_page__enjoy-list__item__number {
    position: absolute;
    top: -110px;
    left: -30px;
    width: 12%;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(1) .regular_page__enjoy-list__item__point {
    width: 285px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(1) .regular_page__enjoy-list__item__sub-image {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: -61%;
    left: 330px;
    width: 54%;
    max-width: 206px;
    margin: auto;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(1) .regular_page__enjoy-list__item__image-title {
    width: 80%;
    max-width: 315px;
    margin: 0 auto;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(1) .regular_page__enjoy-list__item__image-title::before {
    top: -12px;
    left: -52px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(1) .regular_page__enjoy-list__item__image-title::after {
    top: -12px;
    right: -50px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2) .regular_page__enjoy-list__item__image-title {
    width: 80%;
    max-width: 370px;
    margin: 0 auto;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2) .regular_page__enjoy-list__item__image-title::before {
    top: -12px;
    left: -52px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2) .regular_page__enjoy-list__item__image-title::after {
    top: -12px;
    right: -50px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3) .regular_page__enjoy-list__item__image-title {
    width: 100%;
    max-width: 428px;
    margin: 0 auto;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3) .regular_page__enjoy-list__item__image-title::before {
    top: -3px;
    left: -43px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3) .regular_page__enjoy-list__item__image-title::after {
    top: -3px;
    right: -43px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(4) .regular_page__enjoy-list__item__image-title {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(4) .regular_page__enjoy-list__item__image-title::before {
    top: -3px;
    left: -52px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(4) .regular_page__enjoy-list__item__image-title::after {
    top: -3px;
    right: -52px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) .regular_page__enjoy-list__item__image-title {
    width: 100%;
    max-width: 302px;
    margin: 0 auto;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) .regular_page__enjoy-list__item__image-title::before {
    top: -3px;
    left: -52px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) .regular_page__enjoy-list__item__image-title::after {
    top: -3px;
    right: -52px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(1) .regular_page__enjoy-list__item__image-baloon {
    position: absolute;
    z-index: 1;
    top: 22px;
    left: -38px;
    width: 39%;
    max-width: 200px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2) .regular_page__enjoy-list__item__image-baloon {
    position: absolute;
    z-index: 1;
    top: 41px;
    left: 78%;
    width: 39%;
    max-width: 200px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2) .regular_page__enjoy-list__item__number {
    position: absolute;
    top: -155px;
    right: 0;
}

.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2) .regular_page__section__sub-image {
    position: relative;
    left: -60px;
    margin: 0 0 0;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3) {
    padding-top: 50px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) {
    padding-top: 50px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3) .regular_page__enjoy-list__item__number {
    position: absolute;
    top: -170px;
    left: 0;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3) .regular_page__enjoy-list__item__image-baloon {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 70%;
    width: 39%;
    max-width: 200px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3) .regular_page__section__sub-image {
    position: relative;
    left: 0;
    margin: 30px 0 0;
}

.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(4) .regular_page__enjoy-list__item__number {
    position: absolute;
    top: -180px;
    right: 0;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(4) .regular_page__enjoy-list__item__image-baloon {
    position: absolute;
    z-index: 1;
    top: 41px;
    left: 76%;
    width: 39%;
    max-width: 200px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(4) .regular_page__section__sub-image {
    position: relative;
    width: 84%;
    max-width: 340px;
    margin: 20px auto 0;
}

.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) .regular_page__enjoy-list__item__number {
    position: absolute;
    top: -170px;
    left: 0;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) .regular_page__enjoy-list__item__image-baloon {
    position: absolute;
    z-index: 1;
    top: 26px;
    left: -6%;
    width: 39%;
    max-width: 200px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) .regular_page__section__sub-image {
    position: relative;
    width: 101%;
    max-width: 367px;
    margin: 15px auto 0;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) .regular_page__section__image-title {
    width: 79%;
}

@media all and (max-width: 1024px) {
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2),
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3),
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(4),
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) {
    padding-top: 60px;
}
}

@media all and (max-width: 767px) {
.regular_page__enjoy-wrap {
    padding: 0 0 60px;
}
.regular_page__enjoy-wrap::after {
    height: 40px;
    background: url(../images/img-wave-2-sp.png) no-repeat center bottom;
    background-size: cover;
}
.regular_page__enjoy-wrap .regular_page__section__sub-title {
    padding-top: 80px;
}
.regular_page__section__sub-title {
    width: 68%;
    margin: 0 auto;
}
.regular_page__enjoy__title {
    width: 46%;
    margin: 10px auto;
}
.regular_page__enjoy-list {
    margin-top: 35px;
}
.regular_page__enjoy-list__item {
    margin-top: 0;
}
.regular_page__enjoy-list__item__image {
    width: 100%;
}
.regular_page__enjoy-list__item__in {
    display: block;
    padding: 0;
}
.regular_page__enjoy-list__item__in::before {
    display: none;
}
.regular_page__enjoy-list__item__body__in {
    padding-right: 30px;
    padding-left: 30px;
}
.regular_page__enjoy-list__item__image-title {
    width: 94%;
    margin: 0 auto;
}
.regular_page__enjoy-list__item__description {
    margin: 15px 0 0;
}
.regular_page__enjoy-list__item__description p {
    font-size: 12px;
}
.regular_page__enjoy-list__item__image-baloon {
    display: none;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd) .regular_page__enjoy-list__item__image picture img {
    position: relative;
    top: 0;
    width: 100%;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(even) .regular_page__enjoy-list__item__image picture img {
    position: relative;
    top: 0;
    width: 100%;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd)::before,
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd)::after,
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd)::before,
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(even)::after {
    display: none;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd) .regular_page__enjoy-list__item__body,
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(even) .regular_page__enjoy-list__item__body {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd) .regular_page__enjoy-list__item__image img,
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(even) .regular_page__enjoy-list__item__image img {
    position: relative;
    top: 0;
}
.regular_page__enjoy-list__item__number {
    display: none;
}

.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(1) {
    padding-bottom: 20px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2) {
    padding-bottom: 50px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3) {
    padding-bottom: 50px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(4) {
    padding-bottom: 50px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) .regular_page__enjoy-list__item__image {
    background: #fdece3;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2) .regular_page__section__sub-image {
    left: 0;
    margin: 10px 0 20px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3) .regular_page__section__sub-image {
    margin: 20px 0 30px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(4) .regular_page__section__sub-image {
    width: 63%;
    margin: 0 auto 20px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) .regular_page__section__sub-image {
    width: 70%;
    margin: 20px auto 25px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2) {
    padding-top: 0;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3) {
    padding-top: 0;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(4) {
    padding-top: 0;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) {
    padding-top: 0;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item .regular_page__enjoy-list__item__image-title::before {
    width: 25px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item .regular_page__enjoy-list__item__image-title::after {
    width: 25px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(1) .regular_page__enjoy-list__item__image-title {
    width: 67%;
    margin-top: 20px;
    margin-bottom: 28px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(1) .regular_page__enjoy-list__item__image-title::before {
    left: -46px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(1) .regular_page__enjoy-list__item__image-title::after {
    right: -38px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2) .regular_page__enjoy-list__item__image-title {
    width: 89%;
    margin-top: 20px;
    margin-bottom: 28px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2) .regular_page__enjoy-list__item__image-title::before {
    top: -12px;
    left: -36px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(2) .regular_page__enjoy-list__item__image-title::after {
    top: -12px;
    right: -36px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3) .regular_page__enjoy-list__item__image-title {
    width: 98%;
    margin: 0 auto;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3) .regular_page__enjoy-list__item__image-title::before {
    top: -14px;
    left: -29px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(3) .regular_page__enjoy-list__item__image-title::after {
    top: -14px;
    right: -35px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(4) .regular_page__enjoy-list__item__image-title {
    width: 76%;
    margin: 0 auto;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(4) .regular_page__enjoy-list__item__image-title::before {
    top: 0;
    left: -37px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(4) .regular_page__enjoy-list__item__image-title::after {
    top: 3px;
    right: -42px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) .regular_page__enjoy-list__item__image-title {
    width: 70%;
    margin: 0 auto;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) .regular_page__enjoy-list__item__image-title::before {
    top: -3px;
    left: -43px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(5) .regular_page__enjoy-list__item__image-title::after {
    top: 4px;
    right: -43px;
}
}

/* flow */

.regular_page__flow-wrap {
    padding-top: 100px;
    background-color: #fbdac8;
    margin-top: -40px;
}
.regular_page__flow__in {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px 20px 15px;
}
.regular_page__flow__title {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}
.regular_page__flow-list {
    margin: 40px 0 0;
}
.regular_page__flow-list__item {
    position: relative;
    max-width: 1000px;
    margin: 70px auto 0;
    padding: 30px 30px 30px;
    background: #fff;
}
.regular_page__flow-list__item::before {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 30px solid #fff;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}
.regular_page__flow-list__item:last-child::before {
    display: none;
}
.regular_page__flow-list__item:first-child {
    margin-top: 0;
}
.regular_page__flow__item__title {
    width: 17%;
    margin: 0 auto;
    text-align: center;
}
.regular_page__flow__item__catch {
    max-width: 450px;
    margin: 40px auto 25px;
    text-align: center;
}
.regular_page__flow-catch {
    font-size: 22px;
    font-weight: 700;
    margin: 25px 0 30px;
    text-align: center;
}
.regular_page__flow-catch br {
    display: none;
}
.regular_page__flow-image {
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
}
.regular_page__flow-list__item:nth-child(2) .regular_page__flow-image {
    max-width: 160px;
}
.regular_page__flow-in-box-list__item:nth-child(1) .regular_page__flow-in-box__image {
    width: 38%;
}
.regular_page__flow-in-box-list__item:nth-child(2) .regular_page__flow-in-box__image {
    width: 93%;
}
.regular_page__flow-in-box-list__item:nth-child(3) .regular_page__flow-in-box__image {
    width: 81%;
}

@media all and (max-width: 767px) {
.regular_page__flow-wrap {
    padding-top: 90px;
    background-color: #fbdac8;
    margin-top: -40px;
}
.regular_page__flow__in {
    padding-right: 0;
    padding-left: 0;
}
.regular_page__flow__title {
    width: 69%;
    margin-top: 15px;
}
.regular_page__flow-list {
    margin: 10px 0 0;
}
.regular_page__flow__item__title {
    width: 41%;
}
.regular_page__flow-list__item {
    margin: 40px 0 0;
    padding: 20px;
}
.regular_page__flow-list__item::before {
    bottom: -20px;
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}
.regular_page__flow-catch {
    font-size: 16px;
    font-weight: bold;
    margin: 18px 0;
}
.regular_page__flow-catch br {
    display: block;
}
.regular_page__flow-list__item:nth-child(1) .regular_page__flow-image {
    width: 74%;
}
.regular_page__flow-list__item:nth-child(2) .regular_page__flow-image {
    width: 38%;
}
.regular_page__flow-list__item:nth-child(2) .regular_page__flow__item__catch {
    width: 100%;
    margin: 13px auto 15px;
}
}

/* flow-in-box */

.regular_page__flow-in-box {
    counter-reset: number 0;
}
.regular_page__flow-in-box-list {
    display: flex;

    justify-content: space-between;
}
.regular_page__flow-in-box-list__item {
    width: 31.5%;
    margin: 0 0 0;
    padding: 20px;
    border: 2px solid #fbdac8;
}
.regular_page__flow-in-box__item:first-child {
    margin-top: 30px;
}
.regular_page__flow-in-box__item.is-noborder {
    border: 0 solid #fbdac8;
}
.regular_page__flow-in-box__title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 4px;
    text-align: center;
    color: #333;
}
.regular_page__flow-in-box__label {
    margin: 0 auto 7px;
    text-align: center;
}
.regular_page__flow-in-box__label span {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 5px 5px 3px 5px;
    text-align: center;
    border: 1px solid #000;
}
.regular_page__flow-in-box__description {
    font-size: 14px;
    margin: 10px 0 10px;
    text-align: center;
    letter-spacing: 1px;
    color: #333;
}
.regular_page__flow-in-box__arrow {
    width: 90%;
    margin: 0 auto 7px;
    text-align: center;
}
.regular_page__flow-in-box__image {
    width: 35%;
    margin: 5px auto 0;
    text-align: center;
}
.regular_page__flow-in-box__btn {
    max-width: 400px;
    margin: 40px auto 20px;
}

@media all and (max-width: 767px) {
.regular_page__flow-in-box-list {
    display: block;
}
.regular_page__flow-in-box-list__item {
    width: 100%;
    margin-bottom: 20px;
}
.regular_page__flow-in-box__title {
    font-size: 15px;
    margin: 0 0 5px;
}
.regular_page__flow-in-box__label {
    margin: 5px auto;
}
.regular_page__flow-in-box__label span {
    font-size: 10px;
}
.regular_page__flow-in-box__description {
    font-size: 12px;
    margin: 7px 0 3px;
}
.regular_page__flow-in-box__arrow {
    width: 92%;
    margin: 0 auto 7px;
}
.regular_page__flow-in-box__image {
    width: 30%;
}
.regular_page__flow-in-box__btn {
    width: 100%;
    margin: 10px auto 0;
}
.regular_page__flow-in-box-list__item:nth-child(1) .regular_page__flow-in-box__image {
    width: 40%;
}
.regular_page__flow-in-box-list__item:nth-child(2) .regular_page__flow-in-box__image {
    width: 95%;
}
.regular_page__flow-in-box-list__item:nth-child(3) .regular_page__flow-in-box__image {
    width: 80%;
}
}

/* flow-in-box2 */

.regular_page__flow-in-box-list2 {
    display: flex;

    justify-content: center;
}
.regular_page__flow-in-box-list2__item {
    width: 50%;
    margin: 0 2.5% 0;
    padding: 20px;
    background: #fbdac8;
}
.regular_page__flow-in-box-list2__title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 4px;
    text-align: center;
}
.regular_page__flow-in-box-list2__description {
    line-height: 1.8;
    margin: 15px 0 0;
    text-align: center;
    letter-spacing: 1px;
}
.regular_page__flow-in-box-list2__btn {
    width: 280px;
    margin: 18px auto 0;
}

@media all and (max-width: 767px) {
.regular_page__flow-in-box-list2 {
    display: block;
}
.regular_page__flow-in-box-list2__item {
    width: 100%;
    margin: 30px 0 0;
}
.regular_page__flow-in-box-list2__item:first-child {
    margin-top: 30px;
}
.regular_page__flow-in-box-list2__title {
    font-size: 15px;
    margin: 0 0 7px;
}
.regular_page__flow-in-box-list2__label {
    margin: 10px auto;
}
.regular_page__flow-in-box-list2__description {
    font-size: 12px;
    margin: 6px 0 0;
}
.regular_page__flow-in-box-list2__arrow {
    width: 55%;
    margin: 0 auto 10px;
}
.regular_page__flow-in-box-list2__image {
    width: 30%;
}
.regular_page__flow-in-box-list2__btn {
    width: 100%;
    margin: 10px auto 0;
}
}


/* qa */

.regular_page__qa-wrap {
    position: relative;
    padding: 80px 0 80px;
}
.regular_page__qa-wrap::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
/*     height: 40px; */
    padding-top: 3%;
    margin: auto;
    content: '';
    background: url(../images/img-wave-3.png) no-repeat center bottom;
    background-size: cover;
}
.regular_page__qa__in {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px 20px 15px;
}
.regular_page__qa-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: 2px;
}
.regular_page__qa-wrap {
    background-color: #fbdac8;
}
.regular_page__qa-list dl {
    position: relative;
    margin: 2px 0 0;
    counter-increment: number 1;
    cursor: pointer;
    background: #fff;
}

.regular_page__qa-list dl dt::after {
    position: absolute;
    top: 27px;
    right: 32px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.regular_page__qa-list .open dt::after {
    transform: rotate(-45deg);
}
.regular_page__qa-list dl dt {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin: 0;
    padding: 18px 0 18px 85px;
}
.regular_page__qa-list dl dt::before {
    font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 23px;
    left: 35px;
    display: block;
    content: 'Q'counter(number);
    letter-spacing: 2px;
    color: #f1a894;
}
.regular_page__qa-list dl dd::before {
    font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 23px;
    left: 35px;
    display: block;
    content: 'A'counter(number);
    letter-spacing: 2px;
    color: #cf6767;
}
.regular_page__qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 0 0 0;
    padding: 18px 0 18px 85px;
    background: #fdf0e9;
}
.regular_page__qa-list dl dd p {
    margin: 30px 0 0;
}
.regular_page__qa-list dl dd p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.regular_page__qa-wrap {
    padding: 20px 0 40px;
}
.regular_page__qa-wrap::after {
    height: 40px;
    background: url(../images/img-wave-3-sp.png) no-repeat center bottom;
    background-size: cover;
}
.regular_page__qa__in {
    padding-right: 0;
    padding-left: 0;
}
.regular_page__qa-title {
    margin: 0 0 0;
}
.regular_page__qa-list dl {
    position: relative;
}
.regular_page__qa-list dl dt::after {
    top: 0;
    right: 30px;
    width: 8px;
    height: 8px;
    bottom: 0;
    margin: auto;
}
.regular_page__qa-list dl dt {
    font-size: 14px;
    padding: 15px 45px 15px 60px;
}
.regular_page__qa-list dl dt::before {
    font-size: 13px;
    top: 18px;
    left: 30px;
}
.regular_page__qa-list dl dd::before {
    font-size: 13px;
    top: 18px;
    left: 30px;
}
.regular_page__qa-list dl dd {
    font-size: 12px;
    margin: 0 0 0;
    padding: 0 0 0 30px;
    padding: 15px 40px 15px 60px;
}
.regular_page__qa-list dl dd p {
    margin: 30px 0 0;
}
.regular_page__qa-list dl dd p:first-child {
    margin-top: 0;
}
}

/* choice */

.regular_page__choice-wrap {
    padding-top: 100px;
    margin-top: -50px;
}
.regular_page__choice__in {
    max-width: 880px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.regular_page__choice__image-title {
    max-width: 310px;
    margin: 0 auto;
    text-align: center;
}
.regular_page__choice__image {
    width: 83%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.regular_page__choice__description {
    margin-top: 40px;
    text-align: center;
}
.regular_page__choice-section {
    margin-top: 40px;
}
.regular_page__choice-title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 100px;
    text-align: center;
    letter-spacing: 2px;
    color: #21b8c7;
}
.regular_page__choice-list {
    display: flex;
    max-width: 850px;
    margin: 0 auto 0;

    flex-wrap: wrap;
    justify-content: space-between;
}
.regular_page__choice-list__item {
    display: flex;
    flex-direction: column;
    width: 26%;
    margin: 50px 0 0;
}
.regular_page__choice-list__item__image {
    display: flex;
    flex-direction: column;
    margin-bottom: 38px;

    justify-content: flex-end;
    flex: 1;
}
.regular_page__choice-list__item__btn {
    margin-top: 40px;
    margin-top: auto;
}
.regular_page__choice-feeling__in {
    /*   padding-left: 120px; */
    /*   padding-right: 120px; */
}
.regular_page__choice-feeling-list {
    display: flex;
    max-width: 850px;
    margin: 50px auto 0;
    margin-top: 40px;

    flex-wrap: wrap;
    justify-content: space-between;
}
.regular_page__choice-feeling-list__item {
    width: 32%;
    margin: 0 0 50px;
}
.regular_page__choice-feeling-list__item__image {
    position: relative;
    padding: 0 10px;
}
.regular_page__choice-feeling-list__item__image a:hover .regular_page__choice-feeling-list__item__image__title {
    text-decoration: underline;
}
.regular_page__choice-feeling-list__item__image__title {
    position: absolute;
    margin: auto;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
}
.regular_page__choice-feeling-list__item:nth-child(1) .regular_page__choice-feeling-list__item__image__title {
    top: 35px;
    right: 0;
    left: -20px;
}
.regular_page__choice-feeling-list__item:nth-child(2) .regular_page__choice-feeling-list__item__image__title {
    top: 35px;
    right: 0;
    left: 0px;
}
.regular_page__choice-feeling-list__item:nth-child(3) .regular_page__choice-feeling-list__item__image__title {
    top: 35px;
    right: 0;
    left: 30px;
}
.regular_page__choice-feeling-list__item:nth-child(4) .regular_page__choice-feeling-list__item__image__title {
    top: 35px;
    right: 0;
    left: -8px;
}
.regular_page__choice-feeling-list__item:nth-child(5) .regular_page__choice-feeling-list__item__image__title {
    top: 48px;
    right: 0;
    left: 9px;
}
.regular_page__choice-feeling-list__item:nth-child(6) .regular_page__choice-feeling-list__item__image__title {
    top: 35px;
    right: 0;
    left: 10px;
}
.regular_page__choice-feeling__btn {
    max-width: 400px;
    margin: 0 auto;
}
@media all and (max-width: 767px) {
.regular_page__choice-wrap {
    padding-top: 90px;
    margin-top: -40px;
}
.regular_page__choice__image-title {
    width: 62%;
    margin: 9px auto 0;
    text-align: center;
}
.regular_page__choice__in {
    padding-right: 0;
    padding-left: 0;
}
.regular_page__choice-title {
    font-size: 23px;
    margin-top: 50px;
}
.regular_page__choice__image {
    width: 107%;
    margin: 0 -6px 0;
    margin-top: 5px;
}
.regular_page__choice__description {
    font-size: 14px;
    margin-top: 20px;
}
.regular_page__choice-list {
    margin-top: 20px;
}
.regular_page__choice-list__item {
    width: 47.5%;
    margin: 15px 0;
}
.regular_page__choice-list__item__image {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;

    justify-content: flex-end;
    flex: 1;
}
.regular_page__choice-list__item__btn {
    margin-top: 20px;
}
.regular_page__choice-feeling__in {
    padding-right: 30px;
    padding-left: 30px;
}
.regular_page__choice-feeling-list {
    margin-top: 20px;
}
.regular_page__choice-feeling-list__item {
    width: 50%;
    margin: 10px 0;
}
.regular_page__choice-feeling-list__item__image {
    padding: 0 5px;
}
.regular_page__choice-feeling__btn {
    margin-top: 30px;
}
.regular_page__choice-feeling-list__item__image__title {
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}
.regular_page__choice-feeling-list__item:nth-child(1) .regular_page__choice-feeling-list__item__image__title {
    top: 17px;
    right: 0;
    left: -11px;
}
.regular_page__choice-feeling-list__item:nth-child(2) .regular_page__choice-feeling-list__item__image__title {
    top: 17px;
    right: 0;
    left: 0px;
}
.regular_page__choice-feeling-list__item:nth-child(3) .regular_page__choice-feeling-list__item__image__title {
    top: 24px;
    right: 0;
    left: 15px;
}
.regular_page__choice-feeling-list__item:nth-child(4) .regular_page__choice-feeling-list__item__image__title {
    top: 17px;
    right: 0;
    left: -8px;
}
.regular_page__choice-feeling-list__item:nth-child(5) .regular_page__choice-feeling-list__item__image__title {
    top: 26px;
    right: 0;
    left: 9px;
}
.regular_page__choice-feeling-list__item:nth-child(6) .regular_page__choice-feeling-list__item__image__title {
    top: 17px;
    right: 0;
    left: 10px;
}
.regular_page__choice-feeling-list__item:nth-child(4){
    order: 5;
}
.regular_page__choice-feeling-list__item:nth-child(5){
    order: 6;
}
.regular_page__choice-feeling-list__item:nth-child(6){
    order: 3;
}
}

/* point */

.regular_page__enjoy-list__item__point {
    margin: 0;
    padding: 0;
}
.regular_page__enjoy-list__item__point li {
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    display: flex;
    margin: 10px 0 0;
    padding: 0;
    padding: 0;
    list-style-type: none;

    align-items: center;
}
.regular_page__enjoy-list__item__point li:first-child {
    margin-top: 0;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item .regular_page__enjoy-list__item__point li:before {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    min-width: 65px;
    height: 65px;
    margin: 0 15px 0 0;
    content: '';
    background-size: 70px;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd) .regular_page__enjoy-list__item__point li:before {
    background: url(../images/img-point-blue.png) no-repeat left center;
    background-size: contain;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(even) .regular_page__enjoy-list__item__point li:before {
    background: url(../images/img-point-red.png) no-repeat left center;
    background-size: contain;
}

@media all and (max-width: 767px) {
.regular_page__enjoy-list__item__point {
    margin: 16px 0 0;
}
.regular_page__enjoy-list__item__point li:first-child {
    margin-top: 0;
}
.regular_page__enjoy-list__item__point li {
    font-size: 11px;
    line-height: 1.8;
    margin: 10px 0 0;
}
.regular_page__enjoy-list__item__point li:first-child {
    margin-top: 0;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item .regular_page__enjoy-list__item__point li:before {
    top: 0;
    bottom: 0;
    left: 0;
    min-width: 45px;
    height: 45px;
    margin: 0 10px 0 0;
    content: '';
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(odd) .regular_page__enjoy-list__item__point li:before {
    background: url(../images/img-point-blue.png) no-repeat left center;
    background-size: contain;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(even) .regular_page__enjoy-list__item__point li:before {
    background: url(../images/img-point-red.png) no-repeat left center;
    background-size: contain;
}
.regular_page__enjoy-list .regular_page__enjoy-list__item:nth-child(1) .regular_page__enjoy-list__item__point {
    width: 100%;
}
}

.regular_page__btn {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    padding: 9px 20px;
    cursor: pointer;
    text-align: center;
    color: #202020;
    border: 1px solid #49494a;
    background-color: #fff;
}
.regular_page__btn:after {
    font-family: 'icnfont';
    font-size: inherit;
    font-size: 12px;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    margin-top: -.5em;
    content: '\ea05';

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.regular_page__btn-radius {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    padding: 18px 18px;
    cursor: pointer;
    text-align: center;
    color: #202020;
    border: 2px solid #49494a;
    border-radius: 99px;
    background-color: #fff;
}
.regular_page__btn-radius:after {
    font-family: 'icnfont';
    font-size: inherit;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    margin-top: -.5em;
    content: '\ea05';

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.regular_page__btn-radius .is-small {
    font-size: 16px;
}
.regular_page__btn-radius-blue {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 18px;
    cursor: pointer;
    text-align: center;
    color: #202020;
    border: 1px solid #21b8c7;
    border-radius: 99px;
    background-color: #fff;
}
.regular_page__btn-radius-blue:after {
    font-family: 'icnfont';
    font-size: inherit;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    margin-top: -.5em;
    content: '\ea05';

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media all and (max-width: 767px) {
.regular_page__btn {
    font-size: 13px;
}
.regular_page__btn:after {
    font-size: 10px;
    right: 10px;
    transform: scale(.9);
}
.regular_page__btn-radius {
    font-size: 16px;
    padding: 12px 18px;
}
.regular_page__btn-radius:after {
    font-family: 'icnfont';
    font-size: inherit;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    margin-top: -.5em;
    content: '\ea05';

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.regular_page__btn-radius-blue {
    font-size: 12px;
}
.regular_page__btn-radius-blue:after {
    font-size: 10px;
}
.regular_page__choice-feeling__btn {
    letter-spacing: 1px;
}
.regular_page__choice-feeling__btn .is-small {
    font-size: 13px;
}
}

.regular_page__is-responsive {
    width: 100%;
}

.regular_page__is-sp {
    display: none !important;
}

@media screen and (max-width:767px) {
.regular_page__is-pc {
    display: none !important;
}
.regular_page__is-sp {
    display: block !important;
}
}


/*===================================
    page-top
===================================*/

#pagetop {
    position: fixed;
    right: 40px;
    bottom: 20px;
    display: none;
    margin: 0;
    z-index: 9999;
}
#pagetop a {
    transition: all .6s ease;
}
#pagetop a:hover {
    opacity: .3;
}
@media screen and (max-width:767px) {
#pagetop {
    right: 10px;
    bottom: 10px;
    width: 35px;
}
}