@charset "UTF-8";
@import url(./common.css);

/****************************************

	top

*****************************************/


/****************************************

	mainv

*****************************************/
#mainv {
    background: -moz-linear-gradient(top, #dff1f8, #fff 20%);
    background: -webkit-linear-gradient(top, #dff1f8, #fff 20%);
    background: linear-gradient(to bottom, #dff1f8, #fff 20%);
    padding: 3rem 0 5rem;
}
#mainv .container-lg {
    position: relative;

}
#mainv__img01 {
    max-width: 850px;
}
#mainv__img02 {
    position: absolute;
    right: 8rem;
    bottom: -20rem;
    z-index: 1;
    width: 172px;
    height: 687px;
}
@media (max-width: 1100px) {
#mainv__img01 {
    max-width: 85%;
}
#mainv__img02 {
    right: 0;
    bottom: -2rem;
    width: 15vw;
    height: auto;
}
}
@media (max-width: 800px) {
#mainv__img01 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
#mainv__img02 {
    display: none;
}
}

/****************************************

	common

*****************************************/
.block-blue,
.block-pink {
    position: relative;
    z-index: 0;
}
.block__inner {
    position: relative;
    background: #fff;
    padding: 5rem 6rem;
}
.block-blue .block__inner {
    border-top: 4px solid #56c3e5;
}
.block-pink .block__inner {
    border-top: 4px solid #ee869a;
}
.block__inner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -4px;
    z-index: -1;
    width: 100%;
    height: 98.5%;
    display: block;
}
.block__inner:after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
}
.block-blue .block__inner:before {
    border-left: 4px solid #56c3e5;
}
.block-blue .block__inner:after {
    background: #bbe2f1;
}
.block-pink .block__inner:before {
    border-left: 4px solid #ee869a;
}
.block-pink .block__inner:after {
    background: #f7c8ce;
}
.block__inner.bg-blue2 {
    background: #d8eff9;
}
.block__inner.bg-pink {
    background: #fbdfe2;
}
.block__inner2 {
     position: relative;
    background: #fff;
    padding: 4rem 4rem;
    border-radius: 10px;
}

.block__inner_ {
    position: relative;
}
.block__inner_:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -4px;
    z-index: -1;
    width: 100%;
    height: 98.5%;
    display: block;
}
.block__inner_:after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: -2;
    width: 100%;
    height: 100%;
    display: block;
}

.triangle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
}
.block-blue .triangle {
    border-color: transparent transparent #bbe2f1 transparent;
}
.block-pink .triangle {
    border-color: transparent transparent #f7c8ce transparent;
}
.obi {
    font-size: 2.5rem;
    color: #fff;
    margin: -7.7rem 0 3rem -1rem;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    line-height: 1.5;
}
.obi-blue-s {
    background: url(../img/top/bg_obi_blue_s.png) left top no-repeat;
    background-size: 377px 70px;
}
.obi-pink-s {
    background: url(../img/top/bg_obi_pink_s.png) left top no-repeat;
    background-size: 377px 70px;
}
.obi-blue-m {
    background: url(../img/top/bg_obi_blue_m.png) left top no-repeat;
    background-size: 661px 70px;
}
.obi-pink-m {
    background: url(../img/top/bg_obi_pink_m.png) left top no-repeat;
    background-size: 661px 70px;
}
.obi-blue-l {
    background: url(../img/top/bg_obi_blue_l.png) left top no-repeat;
    background-size: 871px 70px;
}
.obi-pink-l {
    background: url(../img/top/bg_obi_pink_l.png) left top no-repeat;
    background-size: 871px 70px;
}
.order__btn {
    display: block;
    position: relative;
    background: #f39800;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 900;
    text-align: center;
    max-width: 450px;
    margin: -2rem auto auto;
    padding: 5px 24px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
    border-bottom: solid 5px #ee7800;
}
.order__btn:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
  margin-left: 1.5rem;
  display: inline-block;
  margin-bottom: 0.2rem;
}
.order__btn:active{
  box-shadow: none;
  position:relative;
  border-bottom:none;
  top:7px;
}
.arrow {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}
.arrow img {
    width: 68px;
    height: 99px;
}
.arrow-top {
    top: -150px;
}
.arrow-bottom {
    bottom: -130px;
}
#block08 .arrow-top {
    top: -250px;
}
#block12 .arrow-top {
    top: -200px;
}

.circle__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.circle__box__inner {
    width: 47%;
    height: 490px;
    text-align: center;
    position: relative;
    padding-bottom: 5rem;
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
    line-height: 1.5;
}
.circle__box__inner figure {
    position: absolute;
    z-index: 2;
    font-weight: 700;
    font-size: 1.8rem;
}
.circle__box__inner img {
    width: 70%;
}
.mt-56 {
    margin-top: 14rem;
    width: 100% !important;
}
.mt-80 {
    margin-top: 22rem;
    width: 100% !important;
}
.circle__box__inner:after {
    content: '';
    display: block;
    width: 40rem;
    height: 40rem;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 1;
}
.circle__box-blue .circle__box__inner:after {
    background: #d8eff9;
}

@media (max-width: 1100px) {
.obi-blue {
    background: #58c3e6;
}
.obi-pink {
    background: #ee869a;
}
.block__inner {
    background: #fff;
    padding: 3rem 3rem 3rem 3rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.block__inner2 {
    max-width: 500px;
    padding: 3rem 2rem;
    margin-left: auto;
    margin-right: auto;
}
.circle__box {
    display: block;
}
.circle__box__inner {
    width: 100%;
    height: 500px;
    text-align: center;
    position: relative;
    padding-bottom: 5rem;
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
}
.circle__box__inner:after {
    width: 450px;
    height: 450px;
}
}
@media (max-width: 800px) {
.order__btn {
    margin-top: 3rem;
}
.arrow img {
    width: 40px;
    height: 58px;
}
.arrow-top {
    top: -100px;
}
.arrow-bottom {
    bottom: -100px;
}
#block08 .arrow-top {
    top: -245px;
}
#block12 .arrow-top {
    top: -180px;
}
}

@media (max-width: 600px) {
.circle__box__inner {
    height: 90vw;
    margin: 0 0 3rem;
}
.circle__box__inner:after {
    width: 70vw;
    height: 70vw;
}
}

/****************************************

	block07

*****************************************/
.block07__inner {
    text-align: center;
}
.block07__head {
    font-size: 3.5rem;
    line-height: 1.5;
}
#block07 figure {
    max-width: 400px;
}
@media (max-width: 600px) {
.block07__inner {
    text-align: left;
}
.block07__head {
    font-size: 2.5rem;
}
}
/****************************************

	block08

*****************************************/
.block08__catch {
    position: relative;
}
.block08__catch p {
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    font-size: 3rem;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 2rem;
}
.block08__catch p:before,
.block08__catch p:after {
    content: '';
    display: block;
    width: 4px;
    height: 90px;
    background: #fff;
    margin: 0 5rem;
}
.block08__catch p:before {
    transform: rotate(-20deg);
}
.block08__catch p:after {
    transform: rotate(20deg);
}
.block08__catch figure {
    position: absolute;
    right: 3rem;
    bottom: -1px;
    width: 128px;
    height: 140px;
}
.block08_head {
    font-size: 4.5rem;
    line-height: 1.2;
}
.block08__table td,
.block08__table th {
    padding: 0.5rem 1rem;
    border: 1px solid #73797c;
    vertical-align: middle;
}
.block08__table th {
    line-height: 1.3;
}
.block08__table td {
    line-height: 1.3;
}
.border-r-none { border-right: none!important;}
.border-l-none { border-left: none!important;}

@media (max-width: 1100px) {
.block08__catch figure {
    display: none;
}
.block08-ul li {
    display: block;
}
}
@media (max-width: 600px) {
.block08__catch {
    font-size: 3rem;
}
}
@media (max-width: 500px) {
.block08__catch p {
    font-size: 4.5vw;
}
.block08__catch p:before,
.block08__catch p:after {
    margin: 0 2rem;
    height: 80px;
}
}
/****************************************

	block09

*****************************************/
.kakaku {
    width: 100%;
}
.kakaku th {
    border-top: 4px solid #ee869a;
    border-bottom: 4px solid #ee869a;
    font-size: 4.7rem;
    color: #ee869a;
    line-height: 1.8;
}
.kakaku td {
    border-bottom: 1px solid #73797c;
    padding: 1rem 0 1.5rem;
}
.kakaku__head {
    line-height: 1.2;
}
.mod-option__head {
    background: #fff8c1;
    border-radius: 100px;
    color: #ee869a;
    border: 3px solid #ee869a;
    display: flex;
    justify-content: space-between;
    width: 190px;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 1rem;
    line-height: 2;
}
.mod-option__head span:nth-of-type(1) {
    margin-left: 1.5rem;
}
.mod-option__head span:nth-of-type(2) {
    color: #fff;
    background: #ee869a;
    padding: 0 1rem;
    display: block;
    /* 右上のみ角丸 */
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    /* 右下のみ角丸 */
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}
.mod-option dl {
    border-left: 4px solid #ee869a;
    padding: 0rem 0 0.3rem 1.8rem;
    margin: 0 0 3rem 1rem;
}
.mod-option dt {
    font-size: 2.2rem;
    color: #ee869a;
    font-weight: 900;
}
.mod-option dd {
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
}
@media (max-width: 600px) {
.kakaku th {
    line-height: 1.2;
    padding: 1rem 0;
    font-size: 3.15rem;
}
}
/****************************************

	block10

*****************************************/
.block10__sp {
    display: none;
}
@media (max-width: 1100px) {
.block10__pc {
    display: none;
}
.block10__sp {
    display: block;
}
}
/****************************************

	block11

*****************************************/
.block11__head {
    display: flex;
    justify-content: center;
    align-items: center;
}
.block11__head img {
    width: 90px;
    height: 90px;
}
@media (max-width: 600px) {
.block11__head img {
    width: 60px;
    height: 60px;
}
}

/****************************************

	block13

*****************************************/
.block13__last {
    margin-top: -10rem;
}
@media (max-width: 1100px) {
.block13__last {
    margin-top: 0;
}
}
#wrap{
    font-size: 62.5%; /* 10px = 1rem */
}
