<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュールのスタイルを記述する
    アルファベット降順(A-&gt;Z)に記述する

Contents:
    layout
    component
    utility
========================================================== */
/* ---------------------------------------------
*   c-contents
--------------------------------------------- */
.c-contents {
    color: #000;
    font-weight: 400;
    font-size: 2.13333vw;
    font-family: 'Noto Sans JP', sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

.c-contents h3 {
    padding: 0;
    min-height: 0;
    background: none;
}

.c-contents h4 {
    padding: 0;
    border-bottom: none;
}

.c-contents a {
    outline: none;
    text-decoration: none !important;
}

.c-contents a:active, .c-contents a:hover {
    text-decoration: none;
}

.c-contents img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.c-contents *, .c-contents *::before, .c-contents *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pane-contents .container {
    display: block;
    width: 100%;
    height: auto;
}

.pane-footer {
    margin-top: 8vw;
}

.anchor-target {
    margin: 0;
    margin-top: -28vw;
    padding-top: 28vw;
    border: none;
}

/* ==========================================================
*
*   layout
*
========================================================== */
/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    width: 100vw;
    height: 80vw;
    background: url(/img/custom_page/kaitori/kitr_renew2021/img/sp/img_bg-kv.jpg) 0 0 no-repeat;
    background-size: cover;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}

.c-kv a {
    outline: none;
    text-decoration: none !important;
}

.c-kv a:active, .c-kv a:hover {
    text-decoration: none;
}

.c-kv__inner {
    position: relative;
    margin: 0 auto;
    padding-top: 5.33333vw;
    width: 100%;
    height: 100%;
}

.c-kv__txt {
    display: block;
    margin: 0 auto 1.33333vw;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 4vw;
}

.c-kv__ttl {
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 4vw;
}

.c-kv__ttl-l {
    font-size: 5.6vw;
}

.c-kv__pic {
    margin: 2vw auto 0;
    width: 69.06667vw;
}

.c-kv__pic img {
    margin: 0 auto;
}

.c-kv__triangle {
    margin-top: 1.33333vw;
}

.c-kv__triangle-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
}

.c-kv__triangle-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    min-width: 30.13333vw;
    min-height: 30.13333vw;
    background: url(/img/custom_page/kaitori/kitr_renew2021/img/sp/img_bg-triangle.png) center center no-repeat;
    background-size: 30.13333vw 30.13333vw;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-kv__triangle-item:first-of-type {
    margin-right: 8.8vw;
}

.c-kv__triangle-item:first-of-type:after {
    position: absolute;
    top: 50%;
    right: -4.66667vw;
    width: 2.8vw;
    height: 2.8vw;
    background: url(/img/custom_page/kaitori/kitr_renew2021/img/img_triangle-close.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-kv__triangle-txt {
    position: relative;
    color: #ba9e5c;
    text-align: center;
    text-shadow: 0px 0px 2.13333vw rgba(4, 0, 0, 0.75);
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 3.46667vw;
    line-height: 1.1;
}

.c-kv__triangle-txt-l {
    font-size: 6.53333vw;
}

.c-kv__triangle-txt-s {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2vw;
}

.c-kv__triangle-txt-s--1 {
    top: 2em;
    right: 2.8em;
}

.c-kv__triangle-txt-s--2 {
    top: 2.2em;
    right: -1em;
}

.c-kv__triangle-note-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-top: 1.33333vw;

    -webkit-box-pack: center;
    justify-content: center;
}

.c-kv__triangle-note-item {
    color: #999999;
    text-shadow: 0px 0px 1.33333vw #040000;
    letter-spacing: 0.05em;
    font-size: 2vw;
}

.c-kv__btn {
    position: absolute;
    bottom: 7.33333vw;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 49.06667vw;
    height: 6.4vw;
    border-radius: 100px;
    background-color: #4c7b8b;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-kv__btn-icon {
    display: block;
    margin-right: 2vw;
    width: 4.13333vw;
}

.c-kv__btn-txt {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 2.26667vw;
}

.c-kv__btn-arrow {
    display: block;
    margin-left: 2vw;
    width: 1.86667vw;
}

/*  c-bnr
--------------------------------------------- */
.c-bnr {
    text-align: center;
}

.c-bnr__link {
    display: inline-block;
}

.c-bnr img {
    margin: 0 auto;
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
/*  block-bonus
--------------------------------------------- */
.block-bonus {
    -ms-flex-pack: justify;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

.block-bonus__contents {
    overflow: hidden;
    margin: 0 auto;
    width: 84vw;
    border-radius: 2.13333vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-bonus__contents--1 {
    margin-bottom: 4vw;
    background-image: url(/img/custom_page/kaitori/kitr_renew2021/img/sp/img_bonus_01.png);
}

.block-bonus__contents--2 {
    background-image: url(/img/custom_page/kaitori/kitr_renew2021/img/sp/img_bonus_02.png);
}

.block-bonus__img-area {
    padding-top: 6vw;
    padding-bottom: 5.33333vw;
}

.block-bonus__icon {
    display: block;
    margin: 0 auto 2vw;
    width: 10.66667vw;
}

.block-bonus__icon img {
    width: 100%;
    height: auto;
}

.block-bonus__txt-area {
    padding: 3.33333vw 0;
    background-color: #333;
}

.block-bonus__txt-l {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 4.8vw;
}

.block-bonus__txt {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3.46667vw;
}

.block-bonus__txt-border {
    display: inline-block;
    border-bottom: 1px solid #c21219;
    font-size: 4.4vw;
    line-height: 1.2;
}

/*  block-kaitori
--------------------------------------------- */
.block-kaitori__contents {
    margin: 0 auto;
    width: 69.33333vw;
}

.block-kaitori__contents:first-of-type {
    margin-bottom: 10.66667vw;
}
.block-kaitori__contents01 {
    margin: 0 4vw;
}

.block-kaitori__contents01:first-of-type {
    margin-bottom: 10.66667vw;
}

.block-kaitori__txt-vertical {
    margin-bottom: 5.33333vw;
    color: #c8ad70;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 4.8vw;
}

.block-kaitori__item {
    position: relative;
    margin-bottom: 4vw;
}

.block-kaitori__icon {
    position: absolute;
    top: -6.66667vw;
    right: -3.333vw;
    display: block;
    width: 13.2vw;
}

.block-kaitori__icon img {
    width: 100%;
    height: auto;
}

.block-kaitori__head {
    padding: 4.66667vw 0;
    border-top-left-radius: 2.13333vw;
    border-top-right-radius: 2.13333vw;
    background-color: #c8ad70;
}

.block-kaitori__head-txt {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 4.26667vw;
}

.block-kaitori__body {
    padding-top: 4.66667vw;
    padding-bottom: 6.66667vw;
    border-bottom-right-radius: 2.13333vw;
    border-bottom-left-radius: 2.13333vw;
    background-color: #fff;
}

.block-kaitori__img {
    margin: 0 4vw 4vw;
    display: flex;
    /* width: 48.53333vw; */
}

.block-kaitori__img img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.block-kaitori__txt-l {
    margin-bottom: 3.33333vw;
    text-align: center;
    font-weight: bold;
    font-size: 3.73333vw;
}

.block-kaitori__txt {
    margin-bottom: 2.66667vw;
    text-align: center;
    font-size: 2.93333vw;
}

.block-kaitori__link {
    text-align: center;
}

.block-kaitori .c-btn {
    width: 69.33333vw;
    height: 11.46667vw;
}

/*  block-apply
--------------------------------------------- */
.block-apply {
    position: relative;
    margin: 8vw 4vw 0;
    padding: 6.66667vw 2.66667vw 8vw;
    /* width: 84vw; */
    background: url(/img/custom_page/kaitori/kitr_renew2021/img/sp/img_bg-apply.jpg) 0 0 no-repeat;
    background-size: cover;
}

.block-apply .c-ttl {
    color: #fff;
    text-align: center;
}

.block-apply__icon {
    position: absolute;
    top: -4vw;
    left: 2.66667vw;
    display: block;
    width: 14.66667vw;
}

.block-apply__icon img {
    width: 100%;
    height: auto;
}

.block-apply__inner {
    display: block;
    margin: 0 auto;
    padding: 0 5.33333vw;
    width: 100%;
    height: auto;
    border-radius: 2.13333vw;
    background-color: #fff;
}

.block-apply__inner01 {
    display: block;
    margin: 0 auto;
    padding: 2.66667vw;
    width: 100%;
    height: auto;
    border-radius: 2.13333vw;
    background-color: #fff;
}

.block-apply__inner-block {
    padding: 5.33333vw 0;
    width: 100%;
    height: auto;
}

.block-apply__inner-block:first-of-type {
    border-bottom: 1px solid #dddddd;
}

.block-apply__txt {
    margin-bottom: 2.66667vw;
    color: #c21219;
    text-align: center;
    font-weight: bold;
    font-size: 3.73333vw;
}

.block-apply__link {
    margin-top: 3.33333vw;
    text-align: center;
}

.block-apply .c-btn {
    margin: 0 auto;
    width: 69.33333vw;
    height: 11.46667vw;
}

/*  block-ok
--------------------------------------------- */
.block-ok {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-radius: 2.66667vw;
}

.block-ok__head {
    padding: 3.33333vw 0;
    background-color: #333;
}

.block-ok__ttl {
    padding: 0;
    border-bottom: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3.73333vw;
}

.block-ok__body {
    padding: 6vw;
    background-color: #f8f8f8;

    brder-radius: 2.66667vw;
}

.block-ok__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.block-ok__item {
    margin-bottom: 5.33333vw;
    width: calc(100%/2);
}

.block-ok__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 auto;
    height: 14.66667vw;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.block-ok__img--1 {
    width: 16.8vw;
}

.block-ok__img--2 {
    width: 17.33333vw;
}

.block-ok__img--3 {
    width: 19.33333vw;
}

.block-ok__img img {
    width: 100%;
    height: auto;
}

.block-ok__txt {
    margin-top: 2.66667vw;
    text-align: center;
    font-weight: bold;
    font-size: 3.2vw;
}

.block-ok__bottom {
    padding: 4vw;
    border-radius: 1.06667vw 0;
    background-color: #fff;
}

.block-ok__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 2.66667vw;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.block-ok__bottom-icon {
    display: block;
    margin-right: 1.33333vw;
    width: 4.8vw;
}
.block-ok__bottom-icon img{
    height: auto;
}

.block-ok__bottom-txt {
    font-weight: bold;
    font-size: 2.93333vw;
}

.block-ok__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.block-ok__bottom-item {
    position: relative;
    padding-left: 2vw;
    font-size: 2.4vw;
}

.block-ok__bottom-item:first-child {
    margin-right: 3.33333vw;
}

.block-ok__bottom-item:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.73333vw;
    height: 1.73333vw;
    border-radius: 50%;
    background-color: #c21219;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*  block-houjin
--------------------------------------------- */
.block-houjin {
    margin: 5.33333vw auto 0;
    padding: 6.66667vw 4vw 8vw;
    width: 84vw;
    border-radius: 2.66667vw;
    background-color: #fff;
}

.block-houjin__ttl {
    margin-bottom: 4vw;
    color: #4c7b8b;
    text-align: center;
    font-weight: bold;
    font-size: 4.26667vw;
}

.block-houjin__list {
    padding: 0 4.66667vw;
}

.block-houjin__item {
    padding: 6vw 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dddddd;
}

.block-houjin__item:first-of-type {
    padding-top: 4vw;
}

.block-houjin__item:last-of-type {
    border-bottom: none;
}

.block-houjin__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.block-houjin__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.block-houjin__img img {
    width: 100%;
    height: auto;
}

.block-houjin__img--1 {
    margin-right: 12vw;
    margin-left: 8vw;
    width: 16.26667vw;
}

.block-houjin__img--2 {
    margin-right: 6.66667vw;
    margin-left: 7.33333vw;
    width: 17.33333vw;
}

.block-houjin__img--3 {
    margin-right: 11.33333vw;
    margin-left: 7.06667vw;
    width: 18.13333vw;
}

.block-houjin__list-txt-s {
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 2.93333vw;
}

.block-houjin__list-txt {
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 4.26667vw;
}

.block-houjin__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding: 4.66667vw 4vw;
    border-radius: 2.66667vw;
    background-color: #4c7b8b;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.block-houjin__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;

    -webkit-box-align: end;
    align-items: flex-end;
}

.block-houjin__bottom-txt {
    color: #fff;
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 1.3;
}

.block-houjin__bottom-txt-l {
    display: block;
    font-size: 4.26667vw;
}

.block-houjin__bottom-icon {
    margin-left: 1.33333vw;
    width: 13.73333vw;
}

.block-houjin__bottom-icon img {
    width: 100%;
    height: auto;
}

.block-houjin__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 30.66667vw;
    height: 9.6vw;
    border-radius: 100px;
    background-color: #fff;
    color: #4c7b8b;
    text-align: center;
    font-weight: bold;
    font-size: 2.4vw;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

/*  block-list
--------------------------------------------- */
.block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 4vw 0;
    width: 100%;
    height: auto;
    border-radius: 2.13333vw;
    background-color: #fff;
}

.block-list__inner {
    position: relative;
    padding-left: 3.33333vw;
    width: calc(100%/2);
    border-right: 1px solid #dddddd;
}

.block-list__inner:last-of-type {
    border-right: none;
}

.block-list__item {
    position: relative;
    margin-bottom: 3.33333vw;
    padding-left: 2.66667vw;
    font-weight: bold;
    font-size: 2.66667vw;
}

.block-list__item:last-of-type {
    margin-bottom: 0;
}

.block-list__item:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.73333vw;
    height: 1.73333vw;
    border-radius: 50%;
    background-color: #c21219;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-list__item--txt {
    position: absolute;
    bottom: 0;
    left: 3.33333vw;
}

.block-list__item--txt:before {
    content: none;
}

.block-list__txt {
    position: absolute;
    top: 0;
    right: 0;
}

/*  block-reason
--------------------------------------------- */
.block-reason {
    margin: 0 auto;
    width: 84vw;
}

.block-reason__item {
    position: relative;
    overflow: hidden;
    margin-bottom: 3.33333vw;
    width: 100%;
    height: 42.66667vw;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.block-reason__item:last-of-type {
    margin-bottom: 0;
}

.block-reason__item--1 {
    background-image: url(/img/custom_page/kaitori/kitr_renew2021/img/sp/img_reason_01.png);
}

.block-reason__item--2 {
    background-image: url(/img/custom_page/kaitori/kitr_renew2021/img/sp/img_reason_02.png);
}

.block-reason__item--3 {
    background-image: url(/img/custom_page/kaitori/kitr_renew2021/img/sp/img_reason_03.png);
}

.block-reason__txt-area {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 14.66667vw;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.block-reason__txt {
    margin-bottom: 0.4vw;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 3.73333vw;
}

.block-reason__txt-s {
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 2.4vw;
}

/*  block-search
--------------------------------------------- */
.block-search {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    /* width: 77.33333vw; */
    height: 9.6vw;
    border: 2px solid;
    border-radius: 100px;
}

.block-search form {
    width: 100%;
    height: 100%;
}

.block-search input.block-global-search--keyword:hover, .block-search input.block-global-search--keyword {
    padding: 4px 1em;
    width: calc(100% - 10vw);
    height: 100%;
    border: none;
    font-weight: bold;
    font-size: 2.93333vw;
}

.block-search input.block-global-search--keyword:hover::-webkit-input-placeholder, .block-search input.block-global-search--keyword::-webkit-input-placeholder {
    color: #cccccc !important;
}

.block-search input.block-global-search--keyword:hover::-moz-placeholder, .block-search input.block-global-search--keyword::-moz-placeholder {
    color: #cccccc !important;
}

.block-search input.block-global-search--keyword:hover:-ms-input-placeholder, .block-search input.block-global-search--keyword:-ms-input-placeholder {
    color: #cccccc !important;
}

.block-search input.block-global-search--keyword:hover::-ms-input-placeholder, .block-search input.block-global-search--keyword::-ms-input-placeholder {
    color: #cccccc !important;
}

.block-search input.block-global-search--keyword:hover::placeholder, .block-search input.block-global-search--keyword::placeholder {
    color: #cccccc !important;
}

.block-search button.block-global-search--submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 10vw;
    height: 100%;
    border: none;
    background-color: #c21219;
}

.block-search button.block-global-search--submit img {
    margin-right: 1.33333vw;
    margin-left: auto;
    width: 4.13333vw;
    height: auto;
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn--l {
    margin: 0 auto;
    width: 53.33333vw;
    height: 7.46667vw;
}

.c-btn__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 100%;
    border-radius: 100px;
    background-color: #c21219;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.93333vw;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.c-btn__link--s {
    font-size: 2.4vw;
}

@media screen and (min-width: 751px) {
    .c-btn__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .c-btn__link:hover {
        opacity: 0.8;
    }
}

.c-btn__link:hover {
    text-decoration: none;
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
.c-card {
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-radius: 16px;
    background-color: #fff;
}

.c-card--border {
    margin-top: 6.66667vw;
    width: 84vw;
    border: 1px solid #dddddd;
}

.c-card--none {
    border: none;
}

.c-card__list {
    padding: 0 8.66667vw;
}

.c-card__item {
    padding-top: 8vw;
    padding-bottom: 6.66667vw;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dddddd;
}

.c-card__item:last-of-type {
    border-bottom: none;
}

.c-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-top: 4vw;
    margin-bottom: 3.33333vw;

    -webkit-box-align: center;
    align-items: center;
}

.c-card__img--1 {
    margin-right: 6.66667vw;
    margin-left: 4.66667vw;
    width: 26.8vw;
}

.c-card__img--2 {
    margin-right: 10vw;
    margin-left: 3.33333vw;
    width: 26.8vw;
}

.c-card__img--3 {
    margin-right: 15.33333vw;
    margin-left: 8vw;
    width: 17.73333vw;
}

.c-card__img--4 {
    margin-right: 18vw;
    margin-left: 6.66667vw;
    width: 20.26667vw;
}

.c-card__img--5 {
    margin-right: 8vw;
    margin-left: 4.4vw;
    width: 21.6vw;
}

.c-card__img img {
    width: 100%;
    height: auto;
}

.c-card__img img {
    margin: 0 auto;
}

.c-card__num {
    display: block;
    margin: 0 auto 3.33333vw;
    width: 10.66667vw;
}

.c-card__num img {
    width: 100%;
    height: auto;
}

.c-card__txt-color {
    color: #c21219;
    text-align: center;
    font-weight: bold;
    font-size: 3.73333vw;
}

.c-card__txt {
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    font-size: 4.26667vw;
}

.c-card__txt-s {
    text-align: center;
    font-size: 2.93333vw;
}

.c-card__link {
    text-align: center;
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassette {
    margin: 0 auto 13.33333vw;
    width: 100%;
    height: auto;
}

.c-cassette:last-of-type {
    margin-bottom: 0;
}

.c-cassette__body {
    position: relative;
    margin: 0 auto;
    padding: 7.33333vw 2.66667vw;
    width: 94.66667vw;
    background-color: #fff;
}

.c-cassette__body-icon {
    position: absolute;
    top: -6vw;
    left: 50%;
    width: 10.66667vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-cassette__body-icon img {
    width: 100%;
    height: auto;
}

.c-cassette__inner {
    padding: 10vw 2.66667vw 10.66667vw;
    background-color: #f4f4f4;
}

/* ---------------------------------------------
*   c-contact
--------------------------------------------- */
.c-contact {
    margin: 8vw auto 0;
    padding: 8vw 2.66667vw 4.66667vw;
    width: 84vw;
    background-color: #f8f8f8;
}

.c-contact__ttl {
    -ms-flex-pack: center;
    margin-bottom: 4.66667vw;
    min-height: auto;
    background: none;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 4.8vw;

    -webkit-box-pack: center;
    justify-content: center;
}

.c-contact__inner {
    margin: 0 auto;
    padding: 4.66667vw;
    width: 89.21569%;
    border-radius: 2.13333vw;
    background-color: #fff;
}

.c-contact__tel {
    padding-bottom: 4vw;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dddddd;
}

.c-contact__tel-txt {
    text-align: center;
    font-weight: bold;
    font-size: 3.2vw;
}

.c-contact__tel-num {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: baseline;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 5.6vw;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.c-contact__tel-icon {
    margin-right: 2vw;
    width: 4.93333vw;
}

.c-contact__tel-icon img {
    width: 100%;
    height: auto;
}

.c-contact__tel-txt-s {
    margin-top: 1.33333vw;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    font-size: 2.4vw;

    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.c-contact__net {
    margin-top: 4.66667vw;
    width: 100%;
    height: auto;
}

.c-contact__net-txt {
    margin-bottom: 2.66667vw;
    text-align: center;
    font-weight: bold;
    font-size: 3.2vw;
}

.c-contact .c-btn {
    margin: 0 auto;
    width: 53.33333vw;
    height: 7.46667vw;
}

/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/*  c-form-input-txt
--------------------------------------------- */
/*  c-form-input-pw
--------------------------------------------- */
/*  c-form-txtarea
--------------------------------------------- */
/*  c-form-select
--------------------------------------------- */
/*  c-form-chkbox
--------------------------------------------- */
/*  c-form-radio
--------------------------------------------- */
/* ---------------------------------------------
*   c-head
--------------------------------------------- */
.c-head {
    margin: 0 auto;
    margin-bottom: 6.66667vw;
    width: 84vw;
}

.c-head__balloon {
    margin: 0 auto 6vw;
    width: 100%;
    height: 21.86667vw;
    background: url(/img/custom_page/kaitori/kitr_renew2021/img/sp/img_balloon.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.c-head__balloon-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 14.66667vw;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-head__balloon-txt {
    padding-left: 6.66667vw;
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 3.2vw;
}

.c-head__icon-q {
    position: absolute;
    top: 50%;
    left: 2.66667vw;
    display: block;
    width: 8vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-head__icon-q img {
    width: 100%;
    height: auto;
}

.c-head__box {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    height: 36vw;
    background: url(/img/custom_page/kaitori/kitr_renew2021/img/sp/img_box.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.c-head__chara {
    position: absolute;
    top: -11.33333vw;
    left: 0;
    width: 14.4vw;
    height: 11.46667vw;
}

.c-head__chara img {
    width: 100%;
    height: auto;
}

.c-head__num {
    position: absolute;
    top: -10.8vw;
    right: 0;
    width: 11.86667vw;
    height: 9.06667vw;
}

.c-head__num img {
    width: 100%;
    height: auto;
}

.c-head__box-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 32vw;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-head__box-txt {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3.46667vw;
}

.c-head__box-txt-l {
    font-size: 4vw;
}

.c-head__icon-a {
    position: absolute;
    top: 3.33333vw;
    left: 3.33333vw;
    width: 8vw;
}

.c-head__icon-a img {
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
.c-link {
    padding-bottom: 0.2em;
    border-bottom: 1px solid;
    color: #0066cc;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 2.4vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 751px) {
    .c-link {
        border-color: inherit;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
.c-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-top: 5.33333vw;
    width: 100%;
    height: auto;
    border-radius: 2.13333vw;
    background-color: #fff;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-list__item {
    position: relative;
    margin-bottom: 6.66667vw;
    padding-bottom: 13.33333vw;
    width: calc(100%/2);
    border-right: 1px solid #dddddd;
}

.c-list__item:nth-of-type(2n) {
    border-right: none;
}

.c-list__img {
    margin: 0 auto 2.66667vw;
    width: 31.33333vw;
    height: 31.33333vw;
}

.c-list__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    text-align: center;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c-list__txt-s {
    text-align: center;
    font-size: 2.4vw;
}

.c-list__txt {
    margin-bottom: 2vw;
    text-align: center;
    font-weight: bold;
    font-size: 2.93333vw;
}

.c-list__price {
    color: #c21219;
    text-align: center;
    font-weight: bold;
    font-size: 2.93333vw;
}

.c-list__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 6.66667vw auto 0;
    width: 34.66667vw;
    height: 9.6vw;
    border-radius: 100px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.4vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section--kaitori {
    padding-top: 10.66667vw;
    padding-bottom: 10.66667vw;
    background-color: #f8f3e8;
}

.c-section--easy {
    padding: 8vw 4vw 10.66667vw;
}

.c-section--bonus {
    padding-bottom: 18.66667vw;
}

.c-section--form {
    padding: 0 5.33333vw 18.66667vw;
    padding-bottom: 18.66667vw;
}

.c-section--onayami {
    padding-top: 13.33333vw;
    padding-bottom: 13.33333vw;
    background-color: #f8f3e8;
}

.c-section--store {
    padding-top: 17.33333vw;
    padding-bottom: 10.66667vw;
}

.c-section--houjin {
    padding-top: 10vw;
    padding-bottom: 10.66667vw;
    background-color: #dae9ee;
}

.c-section__container {
    margin: 0 auto;
    padding: 9.33333vw 4vw 10.66667vw;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
.c-slider {
    /* margin-bottom: 13.33333vw; */
    margin-bottom: 20vw;
    margin-left: -9.33333vw;
    width: 100vw;
}

.c-slider__item {
    position: relative;
    overflow: hidden;
    margin: 0 1.6vw !important;
    border-radius: 2.13333vw;
    height: 52vw;
}

.c-slider__img {
    width: 100%;
    height: auto;
}

.c-slider__img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.c-slider__txt-area {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-slider__txt-s {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.46667vw;
}

.c-slider__txt {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3.73333vw;
}

.c-slider .slick-arrow {
    position: absolute;
}

.slick-arrow {
    position: absolute;
    top: auto;
    bottom: -13.33333vw;
    left: auto;
    z-index: 100;
    width: 9.6vw;
    height: 9.6vw;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.slick-arrow:before {
    content: none;
}

.slick-arrow.slick-prev {
    right: 24vw;
    background: url(/img/custom_page/kaitori/kitr_renew2021/img/sp/icon_slide_prev.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.slick-arrow.slick-next {
    right: 11.33333vw;
    background: url(/img/custom_page/kaitori/kitr_renew2021/img/sp/icon_slide_next.png) 0 0 no-repeat;
    background-size: 100% auto;
}

/* ---------------------------------------------
*   c-table
--------------------------------------------- */
.c-table {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.c-table__th, .c-table__td {
    padding: 1em;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.c-table__thead .c-table__th {
    color: red;
}

.c-table__tbody .c-table__th {
    font-weight: bold;
}

/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
    -ms-flex-pack: center;
    padding: 0;
    background: none;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 5.6vw;

    -webkit-box-pack: center;
    justify-content: center;
}

.c-ttl--s {
    font-size: 4.8vw;
}

/*  c-bg-ttl
--------------------------------------------- */
.c-bg-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 auto;
    margin-bottom: 8vw;
    width: 94.66667vw;
    height: 32vw;
    background: url(/img/custom_page/kaitori/kitr_renew2021/img/sp/img_bg-ttl.jpg) 0 0 no-repeat;
    background-size: 100% auto;

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-bg-ttl__txt {
    -ms-flex-pack: center;
    padding: 0;
    min-height: 0;
    background: none;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 5.6vw;

    -webkit-box-pack: center;
    justify-content: center;
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 2.93333vw;
    line-height: 1.7;
}

.c-txt-l {
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 3.73333vw;
}

.c-txt-note {
    text-align: center;
    font-size: 2.4vw;
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

.bg-gray {
    background-color: #f9f9f9;
}

.bg-cream {
    background-color: #f8f3e8;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

@media print and (min-width: 751px), screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}

@media print and (max-width: 750px), screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}

/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

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

.mgt-pc--15 {
    margin-top: 15px !important;
}

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

.mgt-pc--25 {
    margin-top: 25px !important;
}

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

.mgt-pc--35 {
    margin-top: 35px !important;
}

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

.mgt-pc--45 {
    margin-top: 45px !important;
}

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

.mgt-pc--55 {
    margin-top: 55px !important;
}

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

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

.mgt-sp--0 {
    margin-top: 0 !important;
}

.mgt-sp--5 {
    margin-top: 0.66667vw !important;
}

.mgt-sp--10 {
    margin-top: 1.33333vw !important;
}

.mgt-sp--15 {
    margin-top: 2vw !important;
}

.mgt-sp--20 {
    margin-top: 2.66667vw !important;
}

.mgt-sp--25 {
    margin-top: 3.33333vw !important;
}

.mgt-sp--30 {
    margin-top: 4vw !important;
}

.mgt-sp--35 {
    margin-top: 4.66667vw !important;
}

.mgt-sp--40 {
    margin-top: 5.33333vw !important;
}

.mgt-sp--45 {
    margin-top: 6vw !important;
}

.mgt-sp--50 {
    margin-top: 6.66667vw !important;
}

.mgt-sp--55 {
    margin-top: 7.33333vw !important;
}

.mgt-sp--60 {
    margin-top: 8vw !important;
}

.mgt-sp--65 {
    margin-top: 8.66667vw !important;
}

.mgt-sp--70 {
    margin-top: 9.33333vw !important;
}

.mgt-sp--75 {
    margin-top: 10vw !important;
}

.mgt-sp--80 {
    margin-top: 10.66667vw !important;
}

.mgt-sp--85 {
    margin-top: 11.33333vw !important;
}

.mgt-sp--90 {
    margin-top: 12vw !important;
}

.mgt-sp--95 {
    margin-top: 12.66667vw !important;
}

.mgt-sp--100 {
    margin-top: 13.33333vw !important;
}

.mgt-sp--105 {
    margin-top: 14vw !important;
}

.mgt-sp--110 {
    margin-top: 14.66667vw !important;
}

.mgt-sp--115 {
    margin-top: 15.33333vw !important;
}

.mgt-sp--120 {
    margin-top: 16vw !important;
}

.mgt-sp--125 {
    margin-top: 16.66667vw !important;
}

.mgt-sp--130 {
    margin-top: 17.33333vw !important;
}

.mgt-sp--135 {
    margin-top: 18vw !important;
}

.mgt-sp--140 {
    margin-top: 18.66667vw !important;
}

.mgt-sp--145 {
    margin-top: 19.33333vw !important;
}

.mgt-sp--150 {
    margin-top: 20vw !important;
}

.mgt-sp--155 {
    margin-top: 20.66667vw !important;
}

.mgt-sp--160 {
    margin-top: 21.33333vw !important;
}

.mgt-sp--165 {
    margin-top: 22vw !important;
}

.mgt-sp--170 {
    margin-top: 22.66667vw !important;
}

.mgt-sp--175 {
    margin-top: 23.33333vw !important;
}

.mgt-sp--180 {
    margin-top: 24vw !important;
}

.mgt-sp--185 {
    margin-top: 24.66667vw !important;
}

.mgt-sp--190 {
    margin-top: 25.33333vw !important;
}

.mgt-sp--195 {
    margin-top: 26vw !important;
}

.mgt-sp--200 {
    margin-top: 26.66667vw !important;
}

.mgt-sp--205 {
    margin-top: 27.33333vw !important;
}

.mgt-sp--210 {
    margin-top: 28vw !important;
}

.mgt-sp--215 {
    margin-top: 28.66667vw !important;
}

.mgt-sp--220 {
    margin-top: 29.33333vw !important;
}

.mgt-sp--225 {
    margin-top: 30vw !important;
}

.mgt-sp--230 {
    margin-top: 30.66667vw !important;
}

.mgt-sp--235 {
    margin-top: 31.33333vw !important;
}

.mgt-sp--240 {
    margin-top: 32vw !important;
}

.mgt-sp--245 {
    margin-top: 32.66667vw !important;
}

.mgt-sp--250 {
    margin-top: 33.33333vw !important;
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

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

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

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

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

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

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

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

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

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

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

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

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

.mgb-sp--0 {
    margin-bottom: 0 !important;
}

.mgb-sp--5 {
    margin-bottom: 0.66667vw !important;
}

.mgb-sp--10 {
    margin-bottom: 1.33333vw !important;
}

.mgb-sp--15 {
    margin-bottom: 2vw !important;
}

.mgb-sp--20 {
    margin-bottom: 2.66667vw !important;
}

.mgb-sp--25 {
    margin-bottom: 3.33333vw !important;
}

.mgb-sp--30 {
    margin-bottom: 4vw !important;
}

.mgb-sp--35 {
    margin-bottom: 4.66667vw !important;
}

.mgb-sp--40 {
    margin-bottom: 5.33333vw !important;
}

.mgb-sp--45 {
    margin-bottom: 6vw !important;
}

.mgb-sp--50 {
    margin-bottom: 6.66667vw !important;
}

.mgb-sp--55 {
    margin-bottom: 7.33333vw !important;
}

.mgb-sp--60 {
    margin-bottom: 8vw !important;
}

.mgb-sp--65 {
    margin-bottom: 8.66667vw !important;
}

.mgb-sp--70 {
    margin-bottom: 9.33333vw !important;
}

.mgb-sp--75 {
    margin-bottom: 10vw !important;
}

.mgb-sp--80 {
    margin-bottom: 10.66667vw !important;
}

.mgb-sp--85 {
    margin-bottom: 11.33333vw !important;
}

.mgb-sp--90 {
    margin-bottom: 12vw !important;
}

.mgb-sp--95 {
    margin-bottom: 12.66667vw !important;
}

.mgb-sp--100 {
    margin-bottom: 13.33333vw !important;
}

.mgb-sp--105 {
    margin-bottom: 14vw !important;
}

.mgb-sp--110 {
    margin-bottom: 14.66667vw !important;
}

.mgb-sp--115 {
    margin-bottom: 15.33333vw !important;
}

.mgb-sp--120 {
    margin-bottom: 16vw !important;
}

.mgb-sp--125 {
    margin-bottom: 16.66667vw !important;
}

.mgb-sp--130 {
    margin-bottom: 17.33333vw !important;
}

.mgb-sp--135 {
    margin-bottom: 18vw !important;
}

.mgb-sp--140 {
    margin-bottom: 18.66667vw !important;
}

.mgb-sp--145 {
    margin-bottom: 19.33333vw !important;
}

.mgb-sp--150 {
    margin-bottom: 20vw !important;
}

.mgb-sp--155 {
    margin-bottom: 20.66667vw !important;
}

.mgb-sp--160 {
    margin-bottom: 21.33333vw !important;
}

.mgb-sp--165 {
    margin-bottom: 22vw !important;
}

.mgb-sp--170 {
    margin-bottom: 22.66667vw !important;
}

.mgb-sp--175 {
    margin-bottom: 23.33333vw !important;
}

.mgb-sp--180 {
    margin-bottom: 24vw !important;
}

.mgb-sp--185 {
    margin-bottom: 24.66667vw !important;
}

.mgb-sp--190 {
    margin-bottom: 25.33333vw !important;
}

.mgb-sp--195 {
    margin-bottom: 26vw !important;
}

.mgb-sp--200 {
    margin-bottom: 26.66667vw !important;
}

.mgb-sp--205 {
    margin-bottom: 27.33333vw !important;
}

.mgb-sp--210 {
    margin-bottom: 28vw !important;
}

.mgb-sp--215 {
    margin-bottom: 28.66667vw !important;
}

.mgb-sp--220 {
    margin-bottom: 29.33333vw !important;
}

.mgb-sp--225 {
    margin-bottom: 30vw !important;
}

.mgb-sp--230 {
    margin-bottom: 30.66667vw !important;
}

.mgb-sp--235 {
    margin-bottom: 31.33333vw !important;
}

.mgb-sp--240 {
    margin-bottom: 32vw !important;
}

.mgb-sp--245 {
    margin-bottom: 32.66667vw !important;
}

.mgb-sp--250 {
    margin-bottom: 33.33333vw !important;
}


.-atnTxt01{
    font-size: .66em;
    color:#202021;
    text-align: center;
    line-height: 1.4;
    margin: 1em;
}


/*--- カメラ用　ボーナス掲載内容修正 ---*/
.-bonusInner01{
    background-color: #e8d4b8;
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    padding: 30px 4vw;
    box-sizing: border-box;
}
.-bonusInner01 img{
    display: inline-block;
    width: 100%;
    height: auto;
}
.-bonusInner01_box01{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: row wrap;
}
.-bonusInner01_box01:first-of-type{
    margin-bottom: 3em;
}
.-bonusInner01_box01_stit01{
    width: 100%;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .75em 0;
    background-color: #333;
    color: #fff;
    position: relative;
    margin: 0 0 30px;
}
.-bonusInner01_box01_stit01::after{
    content: '';
    width: 18px;
    height: 23px;
    border-top: 23px solid #333;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -22px;
    left: 49%;
}
.-bonusInner01_box01_p01{
    width: 46%;
    font-size: 0;
    line-height: 0;
}
.-bonusInner01_box01 .-plus01{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    width: 8%;
    padding: 0 0 .1em;
    text-align: center;
}
.-bonusInner01_box01_ul01{
    list-style: none;
    display: flex;
    flex-flow: column nowrap;
    margin: 10px 0 0;
}
.-bonusInner01_box01_ul01&gt;li{
    font-size: 12px;
    /* line-height: 1.2; */
    text-indent: -1em;
    margin: 0 0 0 1em;
    color: #333;
}
/*--- カメラ用　ボーナス掲載内容修正 ---*/</pre></body></html>