@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap');


/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
}
.pc {
    display: none;
}
img {
    width: 100%;
    display: block;
}
body {
    -webkit-text-size-adjust: 100%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    color: #333;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/*====================================

    loading

====================================*/

#loading {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
#loading img {
    width: 60px;
}

/*====================================

    #body

====================================*/

#body {
    background: url(/images/bg.svg);
    background-size: 400px;
}

/*====================================

    .fv

====================================*/

.btn {
    width: 100%;
    text-align: center;
}
.btn a  {
    line-height: 1.5;
    font-size: 110%;
    font-weight: 600;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 0.5rem;
    background: #E5027F;
    padding: 1em 4em;
    color: #fff;
}
.btn a.btn--red.btn--cubic {
    border-bottom: 5px solid #980054;
}
.btn a.btn--radius {
    border-radius: 100vh;
}

/*====================================

    .fv

====================================*/

.fv {
}
.fv .fv_copy {
    padding: 0 20px;
    margin-top: -20px;
}
.fv .fv_copy img {
    width: 100%;
}

/*====================================

    .ex

====================================*/

.ex {
    padding: 40px 20px;
}
.ex .ph {
    width: 100%;
    padding: 0 10%;
    margin-bottom: 30px;
}
.ex .text {
    width: 100%;
}
.ex .text p {
    font-size: 120%;
    line-height: 1.85em;
    font-weight: 600;
}

/*====================================

    .shadow

====================================*/

.shadow {
    padding: 0 20px;
}

/*====================================

    .ex

====================================*/

.ryuck {
    padding: 40px 20px;
}
.ryuck .inner {
    background:url(../images/ryuck_bg.svg);
    background-size: 30px;
    border-radius: 30px;
    padding: 30px;
    border: 3px solid #FDD000;
    position: relative;
    overflow: hidden;
}
.ryuck .inner .manmaru {
    display: none;
}
.ryuck .inner .h3 {
    width: 100%;
    margin-bottom: 30px;
}
.ryuck .inner .ph_area {
    width: 100%;
}
.ryuck .inner .ph_area .main {
    margin-bottom: 30px;
}
.ryuck .inner .ph_area .main .ph {
    margin-bottom: 20px;
}
.ryuck .inner .ph_area .main .text {
}
.ryuck .inner .ph_area .main .text dl {
    padding-bottom: 30px;
}
.ryuck .inner .ph_area .main .text dl dt {
    font-size: 130%;
    font-weight: 600;
    color: #E5027F;
}
.ryuck .inner .ph_area .main .text dl dd {
}
.ryuck .inner .ph_area .main img {
    width: 100%;
}
.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
}
.ryuck .inner .ph_area .sub {
    border-top: 2px solid #E5027F;
    padding-top: 30px;
}
.ryuck .inner .ph_area .sub ul {
    width: 100%;
}
.ryuck .inner .ph_area .sub ul li {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.ryuck .inner .ph_area .sub ul li .ph {
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.ryuck .inner .ph_area .sub ul li .ph:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    background: rgba(229, 2, 127, .2);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;
}
.ryuck .inner .ph_area .sub ul li .ph img {
    border-radius: 20px;
    border: 2px solid rgba(229, 2, 127, 1);
}
.ryuck .inner .ph_area .sub ul li p {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
    color: #fff;
    font-weight: 800;
    font-size: 140%;
    text-shadow:3px 3px 0 #E5027F, -3px -3px 0 #E5027F,
          -3px 3px 0 #E5027F, 3px -3px 0 #E5027F,
          0px 3px 0 #E5027F,  0-3px 0 #E5027F,
          -3px 0 0 #E5027F, 3px 0 0 #E5027F;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}

/*====================================

    .item_list

====================================*/

.item_list {
    padding: 40px 20px;
    background: url(../images/list_bg_main.svg) #8e3389;
    background-size: 200px;
}
.item_list .inner {
}
.item_list .inner .ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10%;
}
.item_list .inner .ttl p {
    font-size: 300%;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    text-shadow:3px 3px 0 #8e3389, -3px -3px 0 #8e3389,
          -3px 3px 0 #8e3389, 3px -3px 0 #8e3389,
          0px 3px 0 #8e3389,  0-3px 0 #8e3389,
          -3px 0 0 #8e3389, 3px 0 0 #8e3389;
    background:linear-gradient(transparent 60%, #FDD000 60%);
    display: inline-block;
    padding: 0 2em;
}
.item_list .inner ul {
    width: 100%;
}
.item_list .inner ul li {
    width: 100%;
    border: 2px solid #8e3389;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 40px 30px 30px 30px;
    position: relative;
    z-index: 1;
}
.item_list .inner ul li:nth-child(1) {
    background: url(../images/list_bg.svg) #fff top 0 left 0;
    background-size: 2000px;
}
.item_list .inner ul li:nth-child(2) {
    background: url(../images/list_bg.svg) #fff top 0 right 0;
    background-size: 2000px;
}
.item_list .inner ul li:nth-child(3) {
    background: url(../images/list_bg.svg) #fff bottom 0 left 0;
    background-size: 2000px;
}
.item_list .inner ul li:nth-child(4) {
    background: url(../images/list_bg.svg) #fff bottom 0 right 0;
    background-size: 2000px;
}
.item_list .inner ul li:nth-child(5) {
    background: url(../images/list_bg.svg) #fff top 20% left 20%;
    background-size: 2000px;
}
.item_list .inner ul li:nth-child(6) {
    background: url(../images/list_bg.svg) #fff top 20% right 20%;
    background-size: 2000px;
}
.item_list .inner ul li:nth-child(7) {
    background: url(../images/list_bg.svg) #fff bottom 20% left 20%;
    background-size: 2000px;
}
.item_list .inner ul li:nth-child(8) {
    background: url(../images/list_bg.svg) #fff bottom 20% right 20%;
    background-size: 2000px;
}
.item_list .inner ul li:nth-child(9) {
    background: url(../images/list_bg.svg) #fff  top 40% left 40%;
    background-size: 2000px;
}
.item_list .inner ul li:nth-child(10) {
    background: url(../images/list_bg.svg) #fff bottom 40% right 40%;
    background-size: 2000px;
}
/*.item_list .inner ul li:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 20px;
    z-index: -9999 !important;
    display: block;
}*/
.item_list .inner ul li h3 {
    font-weight: 600;
    font-size: 180%;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    border-top: 2px solid #8e3389;
    border-bottom: 2px solid #8e3389;
    text-align: center;
    padding: 20px 0;
    position: relative;
    color: #8e3389;
}
.item_list .inner ul li h3:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #8e3389;
}
.item_list .inner ul li h3:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #8e3389;
}
.item_list .inner ul li .textph {
}
.item_list .inner ul li .textph .ph {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10%;
}
.item_list .inner ul li .textph  .text {
    width: 100%;
}
.item_list .inner ul li .textph  .text p {
    line-height: 1.5em;
}
.item_list .inner ul li .textph  .text p span {
    display: block;
    font-size: 80%;
    line-height: 1.5em;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
.item_list .inner .attention {
}
.item_list .inner .attention p {
    font-size: 90%;
    color: #fff;
    line-height: 1.5em;
}
.item_list .inner .attention p:before {
    content: '●';
    font-size: 80%;
    color: #fff;
}

/*====================================

    .buy_area

====================================*/

.buy_area {
    padding: 40px 20px;
}
.buy_area .inner {
    background: url(../images/bg_pict.jpg) #fff;
    background-size: 800px;
    border-radius: 60px;
    border-top: 2px solid #DAA6CC;
    border-left: 2px solid #86CBC0;
    border-right: 2px solid #EE7719;
    border-bottom: 2px solid #79BE5C;
    padding: 40px 30px;
    text-align: center;
}
.buy_area .inner .ttl {
    margin-bottom: 20px;
}
.buy_area .inner p {
    text-align: left;
    font-weight: 600;
    font-size: 120%;
    text-shadow:2px 2px 0 #fff, -2px -2px 0 #fff,
          -2px 2px 0 #fff, 2px -2px 0 #fff,
          0px 2px 0 #fff,  0-2px 0 #fff,
          -2px 0 0 #fff, 2px 0 0 #fff;
    margin-bottom: 40px;
}
.buy_area .inner .ph {
    width: 100%;
    padding: 0 10%;
    margin-bottom: 30px;
}
.buy_area .inner .ph img {
    width: 100%;
}
.buy_area .inner .btn {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

/*====================================

    .btn_area

====================================*/

.btn_area {
    padding: 0 20px 30px;
}
.btn_area .inner {
}
.btn_area .inner ul {
}
.btn_area .inner ul li {
    margin-bottom: 10px;
    width: 48%;
}
.btn_area .inner ul li:nth-child(odd) {
    float: left;
}
.btn_area .inner ul li:nth-child(even) {
    float: right;
}
.btn_area .inner ul li a {
    background: #fff;
    text-align: center;
    display: block;
    line-height: 1em;
    padding: 1em 0;
    border: 1px solid #666;
    color: #666;
    text-decoration: none;
    border-radius: 20px;
    font-size: 90%;
}
.btn_area .inner ul li a:hover {
    background: #eee;
}

/*====================================

    #footer

====================================*/ 

#footer {
    padding: 20px;
}
#footer p {
    font-size: 100%;
    width: 100%;
    text-align: center;
}

