@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'Noto Sans JP', sans-serif;
}

.mintyo {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.vdl {
    font-family: vdl-pengentle, sans-serif;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "hannari";
    src: url("/wp-content/themes/child/fonts/HannariMincho-Regular.otf") format("OpenType");
}

.hel {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.han {
    font-family: "hannari", sans-serif;
}

body {
    color: #151515;
    font-size: 18px;
    line-height: 1.7;
}



h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

a:link {
    color: #004CCA;
    text-decoration: none;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.oh {
    overflow: hidden;
}

.sp {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.big_wrap {
    width: 1340px;
    margin: 0 auto;
}

.best_wrap {
    width: 1400px;
    margin: 0 auto;
}

.red {
    color: #C40000;
}

.blue {
    color: #73A3C6;
}

.yellow {
    color: #D1AD34;
}

/* 共通設定 */

.common_contect_btn .text {
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: center;
}

.btn_content .yellow_btn a,
.btn_content .blue_btn a {
    width: 350px;
    padding: 25px 0;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #fff;
    border-radius: 10px;
}

.btn_content .yellow_btn a {
    background-color: #D1AD34;
    box-shadow: 0 4px 1px #C4A026;
    justify-content: center;
    position: relative;
}

.btn_content .blue_btn a {
    background-color: #73A3C6;
    box-shadow: 0 4px 1px #5A8EB4;
    display: block;
    text-align: center;
}

.btn_content .left_icon {
    position: relative;
}

.btn_content .left_icon::before,
.btn_content .right_icon::before {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
}

.btn_content .left_icon::before {
    background-image: url(/wp-content/uploads/2022/05/btn_border1.png);
    left: -30px;
    top: 5px;
}

.btn_content .right_icon {
    position: relative;
}

.btn_content .right_icon::before {
    background-image: url(/wp-content/uploads/2022/05/btn_border2.png);
    top: 5px;
    right: -25px;
}

.common_contect_btn .btn_content .icon {
    position: relative;
}

.common_contect_btn .btn_content .icon::before {
    content: "";
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -45px;
    line-height: 0;
}

.common_contect_btn .btn_content .yellow_btn .icon::before {
    background-image: url(/wp-content/uploads/2022/05/btn_icon1.png);
}

.common_contect_btn .btn_content .blue_btn .icon::before {
    background-image: url(/wp-content/uploads/2022/05/btn_icon2.png);
}

.common_contect_btn .yellow_btn .item {
    display: block;
    width: 60px;
    height: 93px;
    position: absolute;
    background-image: url(/wp-content/uploads/2022/05/btn_item.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px;
    top: -15px;
}

.common_title::before,
.common_title::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 84px;
    height: 87px;
    position: absolute;
}

.common_top_btn a {
    display: block;
    background: #D1AD34;
    box-shadow: 0px 4px 2px #c4a026;
    border-radius: 10px;
    color: #fff;
}


.common_title_white {
    text-align: center;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.06em;
    font-weight: bold;
    padding: 56px 0 46px;
    position: relative;
}

.common_title_white .big {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1;
}

.common_title_white::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/05/voice_fish.png);
    width: 241px;
    height: 174px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: 0;
}

.common_title_white::after {
    width: 265px;
    height: 146px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2022/05/voice_fish2.png);
    position: absolute;
    content: "";
}

.common_title_white h2 {
    position: relative;
}

.common_title_white h2::before {
    background-image: url(/wp-content/uploads/2022/05/voice_icon1.png);
}

.common_title_white h2::before,
.common_title_white h2::after {
    background-repeat: no-repeat;
    background-size: contain;
    width: 84px;
    height: 87px;
    position: absolute;
    content: "";
}

.common_title_white h2::after {
    background-image: url(/wp-content/uploads/2022/05/voice_icon2.png);
}








#top_fv .left .logo_content .logo img {
    width: 156px;
}

#top_fv .logo_content {
    align-items: center;
    margin-bottom: 55px;
    margin-left: -45px;
}

#top_fv .logo_content .company_name {
    font-size: 26px;
}

#top_fv {
    padding: 65px 0 96px;
    background-image: url(/wp-content/uploads/2022/05/fv_back-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#top_fv .main_title .hukidashi .text {
    font-weight: 900;
    font-size: 26px;
    color: #fff;
    position: relative;
    z-index: 10;
    letter-spacing: 0.14em;
    padding-left: 35px;
}

#top_fv .main_title .hukidashi .text::before {
    width: 513px;
    height: 61px;
    background-image: url(/wp-content/uploads/2022/05/top_fv_hukidasi.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    z-index: -1;
    top: -4px;
    left: -3px;
}

#top_fv .main_title .fv_text {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.14em;
    line-height: 1.3;
}

#top_fv .main_title .small {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    animation-delay: .4s;
}

#top_fv .main_title .back_red {
    background-color: #CC3B10;
}

#top_fv .main_title .back_blue {
    background-color: #73A3C6;
}

#top_fv .main_title .back_yellow {
    background-color: #D1AD34;
    animation-delay: 1s;
}

#top_fv .main_title .top_fv_list li {
    padding: 10px 28px;
    width: 160px;
    font-size: 20px;
    color: #fff;
    border-radius: 25px;
    font-weight: 900;
    letter-spacing: 0.03em;
}

#top_fv .main_title .coin_img {
    width: 149px;
    position: absolute;
    top: -40px;
    right: 30px;
}

#top_fv .main_title {
    position: relative;
}

#top_fv .main_title .hukidashi {
    margin-bottom: 15px;
}

#top_fv .main_title .top_fv_list {
    margin-bottom: 25px;
    animation-delay: .3s;
}

#top_fv .main_title .top_fv_list li+li {
    margin-left: 10px;
}

#top_fv .main_title .btn_content .yellow_btn a {
    margin-right: 10px;
}

#top_fv::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/05/top_fv_top_img.png);
    width: 100%;
    height: 27px;
    position: absolute;
    background-size: cover;
    top: 0;
}

#top_fv::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/05/top_fv_bottom_img.png);
    width: 100%;
    height: 20px;
    position: absolute;
    background-size: cover;
    bottom: 0;
}

#top_fv .big_item,
#top_fv .small_item {
    background-size: contain;
    background-repeat: no-repeat;
}

#top_fv .right .big_item {
    width: 234px;
    height: 364px;
    background-image: url(/wp-content/uploads/2022/05/fv_item_big.png);
    line-height: 0;
    animation-delay: .3s;
}

#top_fv .right .small_item {
    background-image: url(/wp-content/uploads/2022/05/fv_item_small.png);
    width: 164px;
    height: 253px;
    line-height: 0;
}

#top_fv .right .item_content {
    align-items: flex-end;
    margin-right: 350px;
}

#top_fv .right .item_content .small_item:nth-child(2) {
    margin-left: 13px;
    margin-right: 17px;
    animation-delay: .6s;
}

#top_fv .right .item_content .small_item:nth-child(3) {
    animation-delay: .9s;
}

#top_fv .contents .right {
    padding-top: 130px;
    position: relative;
}

#top_fv .contents .right .text {
    position: absolute;
    right: 30px;
    font-size: 26px;
    letter-spacing: 0.13em;
    line-height: 1.5;
    top: 140px;
}

#top_fv .contents .right .bottom_text {
    font-weight: bold;
    margin-top: -15px;
}

#top_fv .contents .right .bottom_text .hel {
    font-size: 27px;
    font-weight: normal;
    line-height: 1;
}

#top_fv .contents .right .bottom_text .small {
    font-size: 14px;
}

#top_cycle {
    padding: 111px 0 77px;
    background-image: url(/wp-content/uploads/2022/05/reccomend_section_back-scaled.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.common_title {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-align: center;
    line-height: 1.3;
    position: relative;
}

#top_cycle .common_title::before {
    left: 200px;
}

#top_cycle .common_title::before {
    background-image: url(/wp-content/uploads/2022/05/common_h2_ttl1.png);
    bottom: -10px;
}

#top_cycle .common_title::after {
    background-image: url(/wp-content/uploads/2022/05/common_h2_ttl2.png);
    bottom: -10px;
}

#top_cycle .common_title::after {
    right: 210px;
}

#top_cycle .common_title {
    margin-bottom: 10px;
}

#top_cycle .subtitle {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.09em;
    margin-bottom: 20px;
}

#top_cycle .cycle_list li {
    border: solid 4px #7DA2C3;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    padding-top: 15px;
}

#top_cycle .cycle_list li .small_title {
    text-align: center;
    font-size: 26px;
    line-height: 1.1;
    color: #73A3C6;
    margin-bottom: 5px;
    font-weight: bold;
}

#top_cycle .cycle_list li .icon {
    width: 97px;
    height: 78px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#top_cycle .cycle_list {
    justify-content: center;
    margin-bottom: 27px;
}


.cycle_list .point_1 .icon {
    background-image: url(/wp-content/uploads/2022/05/cycle_icon1.png);
}

.cycle_list .point_2 .icon {
    background-image: url(/wp-content/uploads/2022/05/cycle_icon2.png);
}

.cycle_list .point_3 .icon {
    background-image: url(/wp-content/uploads/2022/05/cycle_icon3.png);
}

#top_cycle .cycle_list li .border {
    width: 100%;
    height: 4px;
    background: #7DA2C3;
    margin-bottom: 15px;
}

#top_cycle .cycle_list li .text {
    text-align: center;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0.09em;
    color: #73A3C6;
}

#top_cycle .cycle_list li+li {
    margin-left: 35px;
}

li.point_2 {
    animation-delay: .3s;
}

li.point_3 {
    animation-delay: .6s;
}

#top_cycle .bottom_text {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.09em;
}

#top_cycle .big_text {
    font-size: 30px;
    align-items: baseline;
    justify-content: center;
    font-weight: 900;
    letter-spacing: 0.09em;
}

#top_cycle .big_text .hel.yellow,
#top_cycle .big_text .hel.border {
    font-size: 76px;
    line-height: 0.7;
    position: relative;
}

#top_cycle .big_text .mid {
    font-size: 40px;
}

#top_cycle .big_text .img {
    width: 39px;
    height: 39px;
    display: block;
    background-image: url(/wp-content/uploads/2022/05/sec2_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-right: 13px;
}

.hel.border::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/05/yellow_border.png);
    position: absolute;
    width: 200px;
    height: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -15px;
    right: 0;
}

#top_cycle .big_text .yellow {
    font-size: 50px;
}

#top_cycle::before,
#top_cycle::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}

#top_cycle::before {
    background-image: url(/wp-content/uploads/2022/05/cycle_fish.png);
    width: 500px;
    height: 425px;
    position: absolute;
    top: 50px;
}

#top_cycle::after {
    width: 500px;
    height: 403px;
    background-image: url(/wp-content/uploads/2022/05/cycle_fish2.png);
    position: absolute;
    right: 50px;
    bottom: 0;
}

#banner {
    padding: 2.7vw 0;
    background-image: url(/wp-content/uploads/2022/05/new_blue_banner_back-scaled.jpg);
    background-size: cover;
    background-position: center;
}

#banner .contents {
    border-radius: 10px;
    padding: 4.2vw 0vw 3.3vw;
    position: relative;
}

#banner .contents .text {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1.5;
}

#banner .contents .text.small {
    font-weight: bold;
}

#banner .contents .text.small .yellow {
    font-size: 40px;
    letter-spacing: 0.07em;
    font-weight: 900;
    position: relative;
    z-index: 10;
    animation-delay: .3s;
}

#banner .contents .text.small .yellow::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/05/banner_border.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 110%;
    height: 31px;
    bottom: -8px;
    left: -10px;
    z-index: -1;
}

#banner .contents .text .blue {
    position: relative;
    font-size: 32px;
}

#banner .contents .text .circle2::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/05/banner_circle1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 46px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -10px;
}

#banner .contents .text .circle4::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/05/blue_banner_circle2.png);
    width: 154px;
    background-repeat: no-repeat;
    height: 10px;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: -10px;
}

#banner .contents::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/05/blue_banner_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 246px;
    height: 228px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

#top_reccomend {
    padding: 103px 0;
    background-image: url(/wp-content/uploads/2022/05/reccomend_section_back-scaled.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

#top_reccomend .main_title {
    width: 100%;
    height: 420px;
    background-image: url(/wp-content/uploads/2022/05/reccomend_back.jpg);
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-bottom: 40px;
}

#top_reccomend .main_title .contents {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    padding: 63px 140px 63px 60px;
}

#top_reccomend .main_title .contents .top_text {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.18em;
}

#top_reccomend .main_title .contents .top_text {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.18em;
}


#top_reccomend .main_title .contents .text_box {
    position: relative;
}

#top_reccomend .main_title .contents .text_box .text {
    writing-mode: vertical-lr;
    font-size: 53px;
    color: #73A3C6;
    font-weight: 900;
    letter-spacing: 0.18em;
}

#top_reccomend .main_title .contents .text_box .alert {
    position: absolute;
    bottom: -20px;
    font-size: 14px;
    right: 20px;
}


#top_reccomend .main_title .contents .recommend_text_list li {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0.06em;
    position: relative;
    line-height: 1.5;
}

#top_reccomend .main_title .contents .recommend_text_list li:nth-child(2){
    animation-delay: .3s;
}

#top_reccomend .main_title .contents .recommend_text_list li:nth-child(3){
    animation-delay: .6s;
}

#top_reccomend .main_title .contents .recommend_text_list li .blue {
    font-size: 30px;
}

#top_reccomend .main_title .contents .recommend_text_list li::before {
    content: "";
    width: 53px;
    height: 52px;
    background-image: url(/wp-content/uploads/2022/05/recommend_icon.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: -70px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#top_reccomend .main_title .contents .recommend_text_list li+li {
    margin-top: 15px;
}

#top_reccomend .recommend_circle_list li:nth-child(2){
    animation-delay: .2s;
}

#top_reccomend .recommend_circle_list li:nth-child(3){
    animation-delay: .3s;
}

#top_reccomend .recommend_circle_list li {
    width: 235px;
    height: 235px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 37px 0 34px;
}

.recommend_circle_list li {
    width: 235px;
    height: 235px;
    background-repeat: no-repeat;
    background-size: contain;
}

.recommend_circle_list .num1 {
    background-image: url(/wp-content/uploads/2022/05/reccomend_circle1.png);
}

.recommend_circle_list .num2 {
    background-image: url(/wp-content/uploads/2022/05/reccomend_circle2.png);
}

.recommend_circle_list .num3 {
    background-image: url(/wp-content/uploads/2022/05/reccomend_circle3.png);
}

.recommend_circle_list li+li {
    margin-left: 22px;
}

#top_reccomend .recommend_circle_list {
    justify-content: center;
    margin-bottom: 10px;
}

.recommend_circle_list li .top_text {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding-left: 16px;
    line-height: 1;
}

.recommend_circle_list li .top_text .small {
    font-size: 39px;
}

#top_reccomend .bottom_text.yellow {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.09em;
    position: relative;
    z-index: 10;
}

#top_reccomend .border_img {
    width: 90%;
    position: absolute;
    left: 4vw;
    z-index: -1;
    top: 2px;
}

.recommend_circle_list li .main_text {
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.recommend_circle_list li .main_text .big {
    font-size: 24px;
    line-height: 1.3;
}

#top_reccomend::after,
#top_reccomend::before {
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

#top_reccomend::before {
    background-image: url(/wp-content/uploads/2022/05/reco_fish1.png);
    width: 265px;
    height: 146px;
    position: absolute;
    bottom: 110px;
    left: 50px;
}

#top_reccomend::after {
    width: 241px;
    height: 174px;
    background-image: url(/wp-content/uploads/2022/05/reco_fish2.png);
    position: absolute;
    right: 50px;
    bottom: 224px;
}


/*********************************************
 * PC固定ページ お問い合わせ
 *********************************************/
section#page-contact table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

section#page-contact table th,
section#page-contact table td {
    padding: 1em;
    font-size: 14px;
}

section#page-contact table th {
    width: 25%;
}

section#page-contact table th span.hissu {
    color: #c70000;
    margin-right: .3em;
}

section#page-contact table td {
    width: 75%;
}

section#page-contact input[type="text"],
section#page-contact input[type="email"],
section#page-contact #zip {
    width: 60%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 1em;
}

section#page-contact input.tel {
    border: 1px solid #ccc;
    padding: 1em;
    width: 18.8%;
}

section#page-contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #ccc;
}

section#page-contact textarea {
    width: 60%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 200px;
}

section#page-contact p.attention {
    font-size: 12px;
}

section#page-contact div#btn_wrap {
    justify-content: center;
}

.page-id-213 #btn_wrap{
    width: 100%;
}

#page-contact div#btn_wrap .btn_content {
    justify-content: center;
}

.page-id-213 .common-contactform {
    margin-bottom: 50px;
}



.page-id-213 #btn_wrap input[type="submit"], .page-id-213 div#btn_wrap button[name="submitBack"]{
    width: 350px;
    padding: 20px;
}

.page-id-213 div#btn_wrap button[name="submitBack"]{
    margin-right: 20px;
    background: #D1AD34;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.09em;
    box-shadow: 0 5px 0px #c4a026;
}


#top_sell {
    padding: 100px 0 84px;
    position: relative;
}

#top_sell .common_title .small {
    font-size: 16px;
    letter-spacing: 0.05em;
}

#top_sell .common_title::before {
    background-image: url(/wp-content/uploads/2022/05/sale_icon1.png);
    left: 310px;
    bottom: -15px;
}

#top_sell .common_title::after {
    background-image: url(/wp-content/uploads/2022/05/sale_icon2.png);
    bottom: -15px;
}

#top_sell {
    padding: 100px 0 84px;
}

#top_sell .common_title .small {
    font-size: 16px;
    letter-spacing: 0.05em;
}

#top_sell .common_title::before {
    background-image: url(/wp-content/uploads/2022/05/sale_icon1.png);
    left: 310px;
    bottom: -15px;
}

#top_sell .common_title::after {
    background-image: url(/wp-content/uploads/2022/05/sale_icon2.png);
    bottom: -15px;
}

#top_sell .sub_text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.09em;
    margin-bottom: 17px;
}

#top_sell .common_title {
    margin-bottom: 15px;
}

.sel_item_list li {
    width: 48%;
    padding: 24px 20px 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.sel_item_list li:nth-child(2){
    animation-delay: .2s;
}

.sel_item_list li:nth-child(3){
    animation-delay: .3s;
}

.sel_item_list li:nth-child(4){
    animation-delay: .4s;
}

#top_sell .sel_item_list.flex .img {
    width: 100%;
    height: 300px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto 12px;
}

#top_sell .sel_item_list.flex .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}



#top_sell .sel_item_list .name {
    color: #151515;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#top_sell .sel_item_list .yen {
    color: #73A3C6;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 5px;
}

#top_sell .sel_item_list .yen .small {
    font-size: 14px;
    color: #151515;
}

#top_sell .sel_item_list .ttl {
    color: #151515;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.09em;
}

#top_sell .sel_item_list .text_area {
    color: #646464;
    font-size: 12px;
    letter-spacing: 0.09em;
    font-weight: 400;
}

#top_sell .sel_item_list li+li {
    margin-left: 20px;
}

#top_sell .common_top_btn a {
    width: 350px;
    margin: 0 auto;
    font-size: 20px;
    padding: 25px 101px 25px 82px;
    position: relative;
    font-weight: 900;
}

#top_sell .common_top_btn a .icon {
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2022/05/btn_icon1.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}

#top_sell .sel_item_list.flex {
    margin-bottom: 50px;
    justify-content: center;
}

#top_sell::before {
    content: "";
    background-image: url(/wp-content/uploads/2022/05/top_fv_top_img.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 27px;
    position: absolute;
    top: -25px;
}

.top_fish_banner {
    background-image: url(/wp-content/uploads/2022/05/banner_fish_back-scaled.jpg);
    background-size: cover;
    background-position: center;
    padding: 18px;
}

.top_fish_banner .contents {
    background: #fff;
    padding: 2.4vw 2.9vw 1.9vw 1.4vw;
    margin-bottom: 18px;
}

.top_fish_banner .main_title::before {
    background-image: url(/wp-content/uploads/2022/05/banner_fish_ttl.png);
    width: 824px;
    height: 189px;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    z-index: -1;
}

.top_fish_banner .main_title {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    z-index: 10;
    padding-left: 97px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-top: 57px;
    color: #3A3E41;
}

.top_fish_banner .sub_ttl {
    font-size: 30px;
    font-weight: 400;
    padding-left: 85px;
    letter-spacing: 0.17em;
    color: #3A3E41;
    animation-delay: .2s;
}

.fish_banner_list li {
    padding: 5.8px 53.4px;
    background: #D1AD34;
    border-radius: 19px;
    color: #fff;
    letter-spacing: 0.17em;
}

.fish_banner_list li+li {
    margin-top: 5px;
}

.top_fish_banner .list_box {
    margin-right: 10px;
}

.top_fish_banner .best_bottom_text {
    text-align: center;
    color: #3A3E41;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.17em;
}


.top_fish_banner .text_box .top_text {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.17em;
    line-height: 1;
    margin-bottom: 10px;
    color: #3A3E41;
}

.top_fish_banner .text_box .text {
    writing-mode: vertical-lr;
    font-size: 47px;
    letter-spacing: 0.17em;
    font-weight: 600;
    color: #3A3E41;
}

.top_fish_banner .top {
    margin-bottom: 10px;
}

.top_fish_banner .bottom_text {
    color: #3A3E41;
    font-size: 22px;
    letter-spacing: 0.17em;
    line-height: 1.3;
}


#top_taste .top_image {
    width: 100%;
    height: 360px;
    background-image: url(/wp-content/uploads/2022/05/taste_fish-scaled.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 255px;
}

#top_taste .top_image::after {
    width: 100%;
    height: 100%;
    background-color: rgba(115, 163, 198, 16%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

#top_taste .title {
    padding: 42px 48px;
    width: 570px;
    margin-top: 0;
    position: absolute;
    left: 150px;
    top: 200px;
    background: rgba(255, 255, 255, 0.99);
}

#top_taste .title .top_text {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 0.12em;
    border-bottom: dashed 4px #D1AD34;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#top_taste .title .top_text .yellow {
    font-size: 50px;
}

#top_taste .title .bottom_text {
    font-size: 31px;
    font-weight: 900;
    letter-spacing: 0.09em;
    line-height: 1.3;
}


#top_taste .left_arrow,
#top_taste .right_arrow {
    width: 60px;
    height: 60px;
    border-top: solid 14px #D1AD34;
    border-right: solid 14px #D1AD34;
    position: absolute;
}

#top_taste .left_arrow {
    left: 0;
    transform: rotate(180deg);
    bottom: 0;
}

#top_taste {
    background-image: url(/wp-content/uploads/2022/05/safe_section_back-scaled.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 149px;
}

#top_taste .right_arrow {
    right: 0;
    top: 0;
}


#top_taste .taste_list .ttl_box .point {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

#top_taste .taste_list .ttl_box .subtitle {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0.09em;
    margin-bottom: 20px;
}

#top_taste .taste_list .ttl_box .subtitle .yellow {
    font-size: 40px;
    line-height: 1;
}

.left_border {
    border-left: solid 6px #D1AD34;
    padding-left: 20px;
}

#top_taste .taste_list .ttl_box .textarea {
    margin-left: 20px;
    width: 606px;
    font-weight: bold;
    letter-spacing: 0.09em;
    line-height: 2;
}

#top_taste .taste_list li+li {
    margin-top: 100px;
}

#top_taste .taste_list .right .img {
    width: 570px;
    height: 370px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

#top_taste .taste_list .point_1 .right .img {
    background-image: url(/wp-content/uploads/2022/05/taste1.jpg);
}

#top_taste .taste_list .point_2 .right .img {
    background-image: url(/wp-content/uploads/2022/05/teate2.jpg);
}

#top_taste .taste_list .point_3 .right .img {
    background-image: url(/wp-content/uploads/2022/05/taste3.jpg);
}

#top_taste .taste_list li:nth-child(odd) .left {
    margin-left: 100px;
}

#top_taste .taste_list li:nth-child(even) .left {
    order: 2;
    margin-right: 100px;
}

#top_taste::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/05/top_fv_top_img.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 27px;
    bottom: 0;
}

#top_safe {
    padding: 100px 0 120px;
    background-image: url(/wp-content/uploads/2022/05/safe_section_back-scaled.jpg);
    background-size: cover;
    background-position: center;
}

#top_safe .seclet_content {
    width: 100%;
    height: 609px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/05/select_back_new.jpg);
    position: relative;
    margin-bottom: 80px;
}

#top_safe .seclet_content .textarea {
    width: 299px;
    position: absolute;
    font-size: 16px;
    letter-spacing: 0.04em;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-40%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#top_safe .fish_ttl_box {
    width: 710px;
    height: 167px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2022/05/common_fish_ttl.png);
    margin: 0 auto;
    position: relative;
    margin-top: -80px;
    margin-bottom: 20px;
}

#top_safe .fish_ttl_box .title {
    color: #73A3C6;
    font-size: 34px;
    letter-spacing: 0.09em;
    font-weight: 900;
    text-align: center;
    padding-top: 52px;
}

#top_safe .safe_content {
    background: #fff;
    border: solid 5px #6195B2;
    border-radius: 10px;
}

#top_safe .safe_list {
    margin: 0 190px 47px 112px;
}

#top_safe .safe_list li+li {
    margin-top: 35px;
}

#top_safe .safe_list li:nth-child(2){
    animation-delay: .2s;
}

#top_safe .safe_list .top {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    position: relative;
}

#top_safe .safe_list .top .blue {
    font-size: 32px;
    letter-spacing: 0.06em;
}

#top_safe .safe_list .bottom {
    letter-spacing: 0.09em;
}

#top_safe .safe_list .top::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 43px;
    background-image: url(/wp-content/uploads/2022/05/recommend_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -70px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#top_safe .image_list li {
    width: calc(100%/4);
    height: 210px;
    background-size: cover;
    background-position: center;
}

#top_safe .image_list .n1 {
    background-image: url(/wp-content/uploads/2022/05/safe_img1.jpg);
}


#top_safe .image_list .n2 {
    background-image: url(/wp-content/uploads/2022/05/safe_img2-1.jpg);
}


#top_safe .image_list .n3 {
    background-image: url(/wp-content/uploads/2022/05/safe_img3.jpg);
}


#top_safe .image_list .n4 {
    background-image: url(/wp-content/uploads/2022/05/safe_img4.jpg);
}

#top_voice .common_title_white {
    background: #73A3C6;
    margin-bottom: 130px;
}

#top_voice .common_title_white h2::before {
    left: 400px;
}

#top_voice .common_title_white h2::after {
    right: 410px;
}

#top_voice .common_title_white h2::before,
.common_title_white h2::after {
    bottom: -10px;
}

#top_voice {
    background-image: url(/wp-content/uploads/2022/05/yellow_background-scaled.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

#top_voice .voice_list li .left {
    width: 510px;
    height: 310px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    position: relative;
}

#top_voice .voice_list li:nth-child(2){
    animation-delay: .2s;
}

#top_voice .voice_list li:nth-child(3){
    animation-delay: .4s;
}

#top_voice .voice_list li:nth-child(even) .left {
    order: 2;
}

#top_voice .voice_list li .left .img {
    background-image: url(/wp-content/uploads/2022/05/voice_image.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

#top_voice .voice_list li .left::before,
#top_voice .voice_list li .left::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 193px;
    height: 47px;
    position: absolute;
    background-image: url(/wp-content/uploads/2022/05/voice_icon.png);
    transform: rotate(-45deg);
}

#top_voice .voice_list li .left::before {
    left: -70px;
}

#top_voice .voice_list li .left::after {
    bottom: 10px;
    right: -70px;
}

#top_voice .voice_list .right {
    width: 564px;
}

#top_voice .voice_list .right .name {
    font-weight: bold;
    letter-spacing: 0.09em;
}

#top_voice .voice_list .right .ttl {
    color: #73A3C6;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.09em;
    line-height: 1.3;
    margin-bottom: 14px;
}

#top_voice .voice_list .right .textarea {
    font-weight: bold;
    letter-spacing: 0.09em;
}


#top_voice .voice_list li+li {
    padding-top: 113px;
    position: relative;
}

#top_voice .voice_list li {
    padding-bottom: 105px;
    position: relative;
}

#top_voice .voice_list li+li::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background-image: url(/wp-content/uploads/2022/05/voice_border-2.png);
    background-size: cover;
    background-position:center;
}

#top_voice .voice_list .right .name {
    font-weight: bold;
    letter-spacing: 0.09em;
}

#top_voice .voice_list .right .ttl {
    color: #73A3C6;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.09em;
    line-height: 1.3;
    margin-bottom: 14px;
}

#top_voice .voice_list .right .textarea {
    font-weight: bold;
    letter-spacing: 0.09em;
}


#top_voice .voice_list li+li {
    padding-top: 113px;
    position: relative;
}

#top_voice .voice_list li {
    padding-bottom: 105px;
}

#top_voice .voice_list li+li::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background-image: url(/wp-content/uploads/2022/05/voice_border.png);
}

#top_voice::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/05/top_fv_top_img.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 27px;
    position: absolute;
    bottom: 0;
}

p.closeBtnHat {
    display: none;
} 

#top_faq .faq_list li:nth-child(2){
    animation-delay: .2s;
}

#top_faq .faq_list li:nth-child(3){
    animation-delay: .4s;
}

#top_faq .faq_list li:nth-child(4){
    animation-delay: .6s;
}

#top_faq {
    padding: 138px 0 169px;
    background-image: url(/wp-content/uploads/2022/05/reccomend_section_back-scaled.jpg);
    background-size: cover;
    background-position: center;
}

#top_faq .common_fish_ttl {
    width: 710px;
    height: 167px;
    background-image: url(/wp-content/uploads/2022/05/common_fish_ttl.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

#top_faq .common_fish_ttl h2 {
    font-size: 34px;
    color: #73A3C6;
    letter-spacing: 0.09em;
    font-weight: 900;
    text-align: center;
    padding-top: 52px;
}


#top_faq .faq_list .top {
    position: relative;
    padding: 10px 30px;
    background: #EBF7FF;
    align-items: center;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.09em;
    color: #73A3C6;
}

#top_faq .faq_list .top::before,
#top_faq .faq_list .top::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/05/faq_border.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 3px;
}

#top_faq .faq_list .top::before {
    top: 0;
    left: 0;
}

#top_faq .faq_list li + li {
    margin-top: 15px;
}

#top_faq .faq_list .top::after {
    bottom: 0;
    left: 0;
}

#top_faq .faq_list .top .question {
    display: block;
    width: 60px;
    height: 60px;
    background: #73A3C6;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 7px;
    line-height: 1;
    margin-right: 40px;
}

#top_faq .faq_list .textarea {
    letter-spacing: 0.09em;
    padding: 30px 95px 44px 130px;
    color: #393939;
}

#top_contact {
    padding-bottom: 116px;
    position: relative;
    background-image: url(/wp-content/uploads/2022/05/yellow_background-scaled.jpg);
    background-position: center;
    background-size: cover;
}

::placeholder {
    color: #D1D1D1;
    font-size: 18px;
}

#top_contact .common_title_white {
    background: #D1AD34;
    margin-bottom: 80px;
}

#top_contact .common_title_white h2::before {
    left: 360px;
}

#top_contact .common_title_white h2::after {
    right: 360px;
}

#top_contact .common_title_white h2::before,
.common_title_white h2::after {
    bottom: -15px;
}


#top_contact .top_box .text {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.09em;
    font-weight: 900;
}


#top_contact .top_box .text .tel a {
    font-size: 54px;
}


#top_contact .tel .tel_number {
    font-size: 54px;
    font-weight: bold;
    color: #73A3C6;
    line-height: 1.1;
}

#top_contact .tel .icon {
    width: 44px;
    height: 44px;
    background-image: url(/wp-content/uploads/2022/05/tel_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

#top_contact .tel .time {
    font-size: 20px;
    letter-spacing: 0.01em;
    font-weight: 400;
    animation-delay: .4s;
}

#top_contact .tel a {
    align-items: center;
    justify-content: center;
}

#top_contact .top_box .tel {
    text-align: center;
    border-bottom: dashed 2px #DBDBDB;
    padding-bottom: 38px;
    margin-bottom: 50px;
}



.common-contactform li .left {
    font-size: 20px;
    letter-spacing: 0.09em;
    font-weight: 900;
    line-height: 2;
}

.common-contactform li .left .hissu {
    background: #C40000;
}

.common-contactform li .hissu,
.common-contactform li .nini {
    color: #fff;
    border-radius: 24px;
    line-height: 1;
    height: 42px;
    width: 90px;
    align-items: center;
    justify-content: center;
}

.common-contactform li .nini {
    background: #717171;
}

.common-contactform li .left {
    width: 340px;
    padding-right: 35px;
    margin-right: 35px;
    position: relative;
}


.common-contactform .contact_list li+li {
    margin-top: 20px;
}


.common-contactform li .right input[type="text"],
.common-contactform li .right input[type="email"],
.common-contactform li .right textarea {
    background: #fff;
    font-weight: 900;
    padding: 22px;
    width: 100%;
    letter-spacing: 0.09em;
}

.common-contactform li {
    align-items: center;
}

.common-contactform li .left::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #1F1F1F;
    right: 0;
    top: 0;
    bottom: auto;
    margin: auto;
}


#top_contact .common-contactform {
    margin-bottom: 52px;
}

.common-contactform input {
    width: 480px;
    padding: 33px;
    display: block;
}

#btn_wrap {
    width: 380px;
    margin: 0 auto;
}

#btn_wrap input[type="submit"] {
    width: 480px;
    padding: 30px;
    background: #D1AD34;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.09em;
    box-shadow: 0 5px 0px #c4a026;
}

#top_contact::after {
    content: "";
    width: 100%;
    height: 27px;
    background-size: cover;
    background-position: center;
    background-image: url(/wp-content/uploads/2022/05/top_fv_top_img.png);
    position: absolute;
    bottom: 0;
}

#top_contact .top_box .tel a {
    animation-delay: .2s;
}

.common-contactform li .right {
    flex: 1;
}

#top_main_footer {
    position: relative;
    padding: 60px 0 50px;
}

#top_main_footer .contents {
    margin-bottom: 12px;
}

#top_main_footer .contents .logo {
    margin: 0 auto;
    width: 176px;
}

#top_main_footer .contents .text {
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.09em;
    font-size: 20px;
}


#top_main_footer .common_contect_btn {
    justify-content: center;
    margin-bottom: 50px;
}

#top_main_footer .btn_content:first-child {
    margin-right: 10px;
}

#top_main_footer .copy {
    text-align: center;
    font-size: 16px;
}

#top_main_footer::after,
#top_main_footer::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

#top_main_footer::before {
    width: 500px;
    height: 425px;
    background-image: url(/wp-content/uploads/2022/05/cycle_fish.png);
    top: 5px;
}

#top_main_footer::after {
    width: 500px;
    height: 403px;
    background-image: url(/wp-content/uploads/2022/05/cycle_fish2.png);
    bottom: 20px;
    right: 20px;
    z-index: -1;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio-btns input[type=radio].radio-btns__item {
    display: none;
}

.radio-btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio-btns .radio-btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 900;
}

/* 各パーツを作成 */
.radio-btns .radio-btns__item+span::after,
.radio-btns .radio-btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    top: 7px;
    left: 0;
    background: #EDEDED;
}

/* after上書き */
.radio-btns .radio-btns__item+span::after {
    width: 14px;
    height: 14px;
    top: 12px;
    left: 4.8px;
    border: none;
    background: #D1AD34;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/


.radio-btns .radio-btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
section#page-contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #f18800 #f18800;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* サンクスページ */

.page-id-24 #contact {
    text-align: center;
    padding-top: 100px;
}

.page-id-24 #contact .ichiran_link {
    background: #d1ac34;
    display: block;
    width: 300px;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    margin: 0 auto;
    box-shadow: 0 4px 1px #c4a026;
    font-weight: 900;
}

.page-id-24 #contact .contact_text {
    margin-bottom: 50px;
}

section#page-contact .thanks_textArea {
    text-align: center;
}

section#page-contact .thanks_textArea p {
    font-size: 16px;
    line-height: 2;
}

section#page-contact .thanks_textArea p.contact_text {
    margin-bottom: 20px;
}

section#page-contact .thanks_textArea a.ichiran_link {
    background-color: #d1ac34;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 10px;
    font-size: 15px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
}


/* ステップバー デザイン */
section#page-contact .progressbar {
    margin-bottom: 30px;
}

section#page-contact .progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}

section#page-contact .progressbar .item:not(:last-child)::before,
section#page-contact .progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}

section#page-contact .progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

/* active */
section#page-contact .progressbar .item.active {
    z-index: 1;
    background: #72a3c6;
    color: #FFF;
}

section#page-contact .progressbar .item.active:not(:last-child)::after {
    border-left-color: #72a3c6;
}

section#page-contact .progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

/*********************************************
 * PC固定ページ 404ページ
 *********************************************/
section#page-404 {
    text-align: center;
}

section#page-404 p.num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section#page-404 p.text {
    margin-bottom: 1em;
    font-size: 16px;
}


@media (max-width: 750px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .wrap {
        max-width: 90%;
    }

    body {
        font-size: 3.5vw;
        line-height: 1.5;
        overflow: hidden;

    }

    /* 共通設定 */

    .common_title_white {
        font-size: 4.5vw;
        padding: 5vw 10vw;
    }

    .common_title_white .big {
        font-size: 5vw;
        line-height: 1.7;
    }

    .common_title_white::after {
        width: 13vw;
        height: 9vw;
    }

    .common_title_white::before {
        width: 13vw;
        height: 9vw;
    }

    .common_title_white h2::before,
    .common_title_white h2::after {
        width: 11vw;
        height: 11vw;
    }

    .common_contect_btn {
        display: block;
    }

    .common_title {
        font-size: 5vw;
    }

    .common_title::before,
    .common_title::after {
        width: 10vw;
        height: 10vw;
    }

    .big_wrap {
        width: 90%;
        margin: 0 auto;
    }

    .best_wrap {
        width: 100%;
        margin: 0 auto;
    }

    #top_fv .left .logo_content .logo img {
        width: 120px;
    }

    #top_fv .sp .content {
        align-items: flex-end;
        justify-content: center;
    }

    #top_fv .logo_content {
        align-items: center;
        margin-bottom: 15px;
        margin-left: 0;
        justify-content: center;
    }

    #top_fv .main_title .hukidashi .text::before {
        width: 100%;
        height: 38px;
        top: 0;
        left: 0;
    }

    #top_fv .contents {
        display: block;
    }

    #top_fv .main_title .hukidashi .text {
        font-size: 15px;
        padding-top: 1.5vw;
        text-align: center;
        padding-left: 3vw;
    }


    #top_fv .main_title .fv_text {
        font-size: 5.2vw;
        text-align: center;
        margin-bottom: 2vw;
    }

    #top_fv .main_title .top_fv_list li+li {
        margin-left: 2vw;
    }

    #top_fv .main_title .top_fv_list li {
        padding: 5px;
        width: calc(95%/3);
        font-size: 12px;
        letter-spacing: 0.01em;
        text-align: center;
    }

    .btn_content .yellow_btn a,
    .btn_content .blue_btn a {
        display: block;
        padding: 16px 0;
        font-size: 5vw;
        font-weight: 900;
        width: 100%;
        text-align: center;
    }

    .common_contect_btn .yellow_btn .item {
        display: block;
        width: 15vw;
        height: 60px;
        left: 0px;
        top: -15px;
    }

    .common_contect_btn .btn_content .icon::before {
        width: 18px;
        height: 18px;
    }

    .common_contect_btn .btn_content .yellow_btn .icon::before {
        right: -15vw;
    }

    .common_contect_btn .btn_content .blue_btn .icon::before {
        right: -12vw;
    }

    .common_contect_btn .text {
        display: none;
    }

    .common_contect_btn .btn_content:first-child {
        margin-bottom: 10px;
    }

    #top_fv {
        padding: 52px 0;
        background-image: url(/wp-content/uploads/2022/05/sp-fv_back_new.jpg);
    }

    #top_fv::before {
        display: none;
    }

    #top_fv .main_title .small {
        display: none;
    }

    #top_fv .main_title .top_fv_list {
        margin-bottom: 15px;
        justify-content: space-between;
    }

    #top_fv .sp .small_item {
        width: 130px;
        height: 200px;
        background-image: url(/wp-content/uploads/2022/05/fv_item_small.png);
    }

    #top_fv .sp {
        margin-bottom: 25px;
    }

    #top_fv .main_title .coin_img {
        width: 100px;
        position: absolute;
        top: 0;
        right: -15vw;
    }

    #top_fv .sp .text {
        font-size: 15px;
    }

    #top_fv .sp .bottom_text {
        font-size: 15px;
    }


    #top_fv .sp .content .sp_right {
        padding-left: 2vw;
    }

    #top_fv .sp .content .sp_left {
        position: relative;
    }

    #top_cycle {
        padding: 10vw 0;
    }


    #top_cycle .common_title::before {
        bottom: -1vw;
    }

    #top_cycle .common_title::before {
        left: 0vw;
    }

    #top_cycle .common_title::after {
        right: 0vw;
    }

    #top_cycle .common_title::after {
        bottom: -1vw;
    }

    #top_cycle .cycle_list li {
        width: 50vw;
        height: 50vw;
    }

    #top_cycle .cycle_list li .small_title {
        font-size: 5vw;
        margin-bottom: 1vw;
    }

    #top_cycle .cycle_list li .icon {
        width: 15vw;
        height: 15vw;
        margin-bottom: 0;
    }

    #top_cycle .cycle_list li .border {
        margin-bottom: 3vw;
    }

    #top_cycle .cycle_list li .text {
        font-size: 4vw;
    }

    #top_cycle .cycle_list li+li {
        margin-left: 0;
        margin-top: 5vw;
    }

    #top_cycle .big_text .hel.yellow,
    #top_cycle .big_text .hel.border {
        font-size: 15vw;
    }

    #top_cycle .big_text .top, #top_cycle .big_text .bottom {
        align-items: baseline;
        line-height: 1.4;
    }

    #top_cycle .big_text .mid {
        font-size: 4.5vw;
    }

    #top_cycle .big_text .img {
        width: 7vw;
        height: 7vw;
        margin-right: 2vw;
        margin: 0 2vw 0 3vw;
    }

    .hel.border::before {
        width: 23vw;
        height: 10vw;
        top: 10vw;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #top_cycle .big_text .yellow {
        font-size: 4.5vw;
    }

    #top_cycle .big_text .bottom .yellow {
        font-weight: 500;
        font-size: 7vw;
    }

    #top_cycle .bottom_text {
        font-size: 3.5vw;
        margin-bottom: 3vw;
    }

    #top_cycle .big_text {
        font-size: 4vw;
        text-align: center;
        letter-spacing: 0.1em;
    }

    #top_cycle::before {
        width: 70vw;
        height: 70vw;
        top: 40vw;
        z-index: 0;
    }

    #top_cycle::after {
        width: 70vw;
        height: 70vw;
        right: 0;
        bottom: 0;
        z-index: 0;
    }

    #top_cycle .cycle_list {
        margin-bottom: 5vw;
        position: relative;
        z-index: 1;
    }

    #top_cycle .cycle_list .icon {
        width: 17vw;
        height: 13vw;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #top_cycle .cycle_list .left {
        width: 30vw;
        height: 30vw;
        background: #fff;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        border: solid 3px #7DA2C3;
    }

    #top_cycle .cycle_list .right {
        flex: 1;
        padding-left: 5vw;
    }

    #top_cycle .cycle_list .right .small_title {
        font-size: 7vw;
        color: #7DA2C3;
        font-weight: bold;
        position: relative;
    }

    #top_cycle .cycle_list > div {
        align-items: center;
    }

    #top_cycle .cycle_list > div + div {
        margin-top: 5vw;
    }

    #top_cycle .cycle_list .right .small_title::after {
        content: "";
        background: #7DA2C3;
        width: 90px;
        height: 3px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #top_cycle .cycle_list .right .text {
        font-size: 6vw;
        font-weight: bold;
        color: #73A3C6;
        letter-spacing: 0.09em;
    }

    #banner {
        padding: 5vw 0;
        background-image: url(/wp-content/uploads/2022/05/banner_fish_back-scaled.jpg);
    }

    #banner .contents {
        padding: 10vw 5vw;
        background: rgba(255, 255, 255, 0.85);
    }

    #banner .contents .text {
        font-size: 3.5vw;
    }

    #banner .contents .text {
        font-size: 3.8vw;
    }

    #banner .contents .text .circle2::after {
        width: 8vw;
        height: 8vw;
        top: -2vw;
    }

    #banner .contents .text .circle4::after {
        width: 22vw;
        height: 20vw;
        left: 1.3vw;
        top: -2vw;
    }

    #banner .contents .text.small .yellow {
        font-size: 5vw;
    }

    #banner .contents .text .blue {
        font-size: 4.5vw;
    }

    #banner .contents .text.small .yellow::after {
        width: 100%;
        height: 10vw;
        bottom: -7vw;
        left: 0;
        z-index: -1;
    }

    #banner .contents::after {
        width: 40vw;
        height: 40vw;
    }

    #top_reccomend {
        padding: 10vw 0 15vw;
    }

    #top_reccomend .main_title .contents {
        display: block;
    }

    #top_reccomend .main_title {
        width: 100%;
        height: auto;
        padding: 5vw;
        margin-bottom: 10vw;
    }

    .recommend_circle_list .circle {
        width: 40vw;
        height: 40vw;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .recommend_circle_list .right {
        flex: 1;
        align-items: center;
        padding-left: 5vw;
        }

    .recommend_circle_list .right .top_text {
        font-size: 15vw;
        font-weight: 900;
        font-style: italic;
        color: #73A3C6;
        line-height: 1;
    }

    #top_reccomend .recommend_circle_list .box_content + .box_content {
        margin-top: 5vw;
    }

    .recommend_circle_list .right .main_text {
        font-size: 4.2vw;
        font-weight: bold;
        letter-spacing: 0.1em;
    }

    .recommend_circle_list .right .main_text .big {
        font-size: 5.5vw;
        color: #D1AD34;
    }

    .recommend_circle_list .right .top_text .small {
        font-size: 6.5vw;
    }

    #top_reccomend .main_title .contents .top_text {
        font-size: 9vw;
        text-align: center;
    }

    #top_reccomend .main_title .contents .text_box .num {
        width: 40vw;
    }

    #top_reccomend .main_title .contents .text_box .text {
        font-size: 9vw
    }

    #top_reccomend .main_title .contents {
        padding: 5vw 3vw;
    }

    #top_reccomend .main_title .contents .left {
        margin-bottom: 10vw;
    }

    #top_reccomend .main_title .contents .text_box {
        justify-content: center;
    }

    #top_reccomend .main_title .contents .text_box .alert {
        bottom: -5vw;
        font-size: 3.2vw;
        right: 3vw;
    }


    #top_reccomend .main_title .contents .recommend_text_list li {
        font-size: 3.5vw;
    }

    #top_reccomend .main_title .contents .recommend_text_list li .blue {
        font-size: 4.2vw;
    }

    #top_reccomend .main_title .contents .recommend_text_list li::before {
        width: 5vw;
        height: 5vw;
        left: 0;
    }

    #top_reccomend .main_title .contents .recommend_text_list li {
        padding-left: 7vw;
    }

    #top_reccomend .recommend_circle_list li {
        width: 45vw;
        height: 45vw;
        padding: 3vw;
        margin: 0 auto;
    }

    .recommend_circle_list li .top_text {
        font-size: 15vw;
        padding-left: 7vw;
        margin-bottom: 2vw;
    }

    .recommend_circle_list li .main_text .big {
        font-size: 5vw;
    }

    .recommend_circle_list li+li {
        margin-left: 0;
        margin-top: 5vw;
    }

    #top_reccomend .bottom_text.yellow {
        font-size: 6vw;
    }

    #top_reccomend .border_img {
        display: none;
    }

    #top_reccomend::after {
        width: 25vw;
        height: 20vw;
        right: 0;
        bottom: 35vw;
    }

    #top_reccomend::before {
        width: 25vw;
        height: 20vw;
        bottom: 27vw;
        left: 0;
    }

    #top_reccomend .recommend_circle_list {
        display: block;
        margin: 0 auto 5vw;
    }

    #top_reccomend .recommend_circle_list li+li {
        margin: 5vw auto 0;
    }

    #top_sell .common_title .small {
        font-size: 3.3vw;
    }

    #top_sell .common_title::before {
        left: 10vw;
        bottom: -2vw;
    }

    #top_sell .common_title::after {
        bottom: -2vw;
        right: 11vw;
    }

    #top_sell .sub_text {
        font-size: 3.3vw;
        margin-bottom: 10vw;
    }



    .sel_item_list li {
        padding: 5vw;
        width: 100%;
    }

    #top_sell .sel_item_list {
    }

    #top_sell .sel_item_list .name {
        font-size: 4vw;
    }

    #top_sell .content {
        overflow: scroll;
    }



    #top_sell .sel_item_list .yen {
        font-size: 8.5vw;
        margin-bottom: 0;
    }

    #top_sell .sel_item_list .ttl {
        font-size: 3.8vw;
    }

    #top_sell .common_top_btn a {
        width: 100%;
        font-size: 5vw;
        padding: 5vw;
        text-align: center;
    }

    #top_sell .common_top_btn a .icon {
        width: 4vw;
        height: 4vw;
        right: 10vw;
    }

    #top_sell {
        padding: 10vw 0;
    }

    .top_fish_banner .contents {
        padding: 5vw;
        margin-bottom: 5vw;
    }

    .top_fish_banner .main_title {
        font-size: 4.9vw;
        padding-left: 0;
        line-height: 1.3;
        margin-bottom: 7vw;
        padding-top: 0;
        text-align: center;
    }


    .top_fish_banner .sub_ttl {
        font-size: 3.5vw;
        padding-left: 0;
        text-align: center;
    }

    .top_fish_banner .left {
        margin: 0 auto 5vw;
    }

    .top_fish_banner .main_title::before {
        width: 100vw;
        height: 22vw;
        left: -12vw;
        top: -9.2vw;
        z-index: -1;
    }

    .fish_banner_list li {
        padding: 2vw 3vw;
        font-size: 3.2vw;
    }

    .top_fish_banner .text_box .top_text {
        font-size: 8.5vw;
        margin-bottom: 3vw;
    }

    .top_fish_banner .right .num {
        width: 35vw;
    }

    .top_fish_banner .text_box .text {
        font-size: 10vw;
    }


    .top_fish_banner .text_box {
        flex: 1;
    }

    .top_fish_banner .bottom_text {
        font-size: 3.5vw;
    }

    .top_fish_banner .best_bottom_text {
        font-size: 3.8vw;
    }

    .top_fish_banner {
        padding: 5vw;
    }

    .fish_banner_list li+li {
        margin-top: 2vw;
    }

    #top_taste .top_image {
        width: 100%;
        height: 50vw;
        margin-bottom: 33vw;
    }

    #top_taste .title {
        padding: 6vw 5vw;
        width: 75%;
        margin-top: 0;
        left: 0;
        top: 25vw;
    }

    #top_taste .title .top_text {
        font-size: 4vw;
        margin-bottom: 3vw;
        padding-bottom: 3vw;
        border-bottom: dashed 2px #D1AD34;
    }

    #top_taste .title .top_text .yellow {
        font-size: 8vw;
    }

    #top_taste .title .bottom_text {
        font-size: 4vw;
    }

    #top_taste .left_arrow,
    #top_taste .right_arrow {
        width: 40px;
        height: 40px;
        border-top: solid 8px #D1AD34;
        border-right: solid 8px #D1AD31;
    }

    #top_taste .taste_list li:nth-child(odd) .left {
        margin-left: 0;
    }

    .left_border {
        padding-left: 3vw;
    }

    #top_taste .taste_list .ttl_box .point {
        font-size: 5vw;
        margin-bottom: 2vw;
    }

    #top_taste .taste_list .ttl_box .subtitle {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    #top_taste .taste_list .ttl_box .subtitle .yellow {
        font-size: 6.5vw;
    }

    #top_taste .taste_list .ttl_box .textarea {
        margin-left: 0;
        width: 100%;
        line-height: 1.6;
    }

    #top_taste .taste_list li .left {
        margin-bottom: 2vw;
    }

    #top_taste .taste_list .right .img {
        width: 90vw;
        height: 35vw;
    }

    #top_taste .taste_list li:nth-child(even) .left {
        order: none;
        margin-right: 0;
    }

    #top_taste .taste_list li+li {
        margin-top: 10vw;
    }

    #top_taste .taste_list li:nth-child(even) .right {
        order: 2;
    }

    #top_taste {
        padding-bottom: 20vw;
    }

    #top_safe .seclet_content {
        width: 100%;
        height: 100vw;
        margin-bottom: 5vw;
        background-image: url(/wp-content/uploads/2022/05/sp_safe_image_new.jpg);
    }

    #top_safe .sp .textarea.vdl {
        margin-bottom: 15vw;
    }

    #top_safe .safe_list {
        margin: 0;
        padding: 0 5vw 5vw;
    }

    #top_safe .fish_ttl_box .title {
        font-size: 5vw;
        padding-top: 0;
    }

    #top_safe .fish_ttl_box {
        width: 100%;
        height: 21vw;
        margin-top: -10vw;
        margin-bottom: 3vw;
    }

    #top_safe .fish_ttl_box .title {
        font-size: 4.5vw;
        padding-top: 6.6vw;
    }

    #top_safe .safe_list .top {
        font-size: 3.5vw;
        margin-bottom: 3vw;
        padding-left: 5vw;
    }

    #top_safe .safe_list .top .blue {
        font-size: 4.2vw;
    }

    #top_safe .safe_list .bottom {
        font-size: 3.2vw;
    }

    #top_safe .safe_list .top::before {
        width: 5vw;
        height: 5vw;
        left: -2vw;
    }

    #top_safe .image_list li {
        width: calc(100%/2);
        height: 30vw;
    }

    #top_safe {
        padding: 15vw 0;
    }

    #top_contact .common_title_white h2::before,
    .common_title_white h2::after {
        bottom: -1vw;
    }

    #top_voice .common_title_white h2::after {
        right: 1vw;
    }

    #top_voice .common_title_white h2::before,
    .common_title_white h2::after {
        bottom: -1vw;
    }

    #top_voice .common_title_white h2::before {
        left: 1vw;
    }

    #top_voice .common_title_white {
        margin-bottom: 15vw;
    }

    #top_voice .voice_list li .left {
        width: 100%;
        height: 50vw;
        padding: 3vw;
        margin-bottom: 5vw;
    }

    #top_voice .voice_list .right .name {
        margin-bottom: 1vw;
    }

    #top_voice .voice_list li .left::before {
        left: 0;
    }

    #top_voice .voice_list li .left::before,
    #top_voice .voice_list li .left::after {
        width: 35vw;
        height: 35vw;
    }

    #top_voice .voice_list li .left::after {
        bottom: -20vw;
        right: -20vw;
    }

    #top_voice .voice_list .right .ttl {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    #top_voice .voice_list li {
        padding-bottom: 10vw;
    }

    #top_voice .voice_list li+li {
        padding-top: 10vw;
    }

    #top_faq {
        padding: 15vw 0;
    }

    #top_faq .common_fish_ttl h2 {
        font-size: 4.8vw;
        padding-top: 7vw;
    }

    #top_faq .faq_list li + li {
        margin-top: 3vw;
    }

    #top_faq .common_fish_ttl {
        width: 100%;
        height: 22vw;
    }

    #top_faq .faq_list .top {
        padding: 3vw 2vw;
        font-size: 3.3vw;
    }

    #top_faq .faq_list .top .question {
        width: 5vw;
        height: 5vw;
        font-size: 3vw;
        padding: 1vw;
        line-height: 1;
        margin-right: 3vw;
    }

    #top_faq .faq_list .textarea {
        padding: 5vw;
        font-size: 3.3vw;
    }

    #top_contact .common_title_white {
        margin-bottom: 10vw;
    }

    #top_contact .common_title_white h2::after {
        right: -4vw;
    }

    #top_contact .common_title_white h2::before {
        left: -3vw;
    }

    #top_contact .top_box .text {
        font-size: 4vw;
    }

    #top_contact .tel .icon {
        width: 8vw;
        height: 8vw;
        margin-right: 3vw;
    }

    #top_contact .tel .tel_number {
        font-size: 9vw;
    }

    #top_contact .tel .time {
        font-size: 3.2vw;
    }

    #top_contact .top_box .tel {
        padding-bottom: 5vw;
        margin-bottom: 10vw;
    }

    .common-contactform li .left {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 3vw;
    }

    .common-contactform li .hissu, .common-contactform li .nini {
        height: 7vw;
        width: 15vw;
    }

   .common-contactform li .left {
        font-size: 3.5vw;
    }

    .common-contactform li .left::after{
        display: none;
    }

    .common-contactform li .right input[type="text"], .common-contactform li .right input[type="email"], .common-contactform li .right textarea {
        padding: 5vw;
    }

    .common-contactform .contact_list li+li {
        margin-top: 7vw;
    }

    .radio-btns .radio-btns__item+span {
        padding-left: 3em;
        padding-top: 1em;
        font-size: 3.5vw;
    }

    #btn_wrap {
        width: 100%;
        margin: 0 auto;
    }

    #btn_wrap input[type="submit"] {
        width: 100%;
        padding: 5vw;
        font-size: 5vw;
    }

    #top_contact {
        padding-bottom: 25vw;
    }

    #top_main_footer::before {
        width: 50vw;
        height: 50vw;
        top: 0vw;
    }

    #top_main_footer .contents .logo {
        margin: 0 auto 5vw;
        width: 40vw;
    }

    #top_main_footer .contents .text {
        font-size: 3.3vw;
        margin-bottom: 10vw;
    }

    #top_main_footer .btn_content:first-child {
        margin-right: 0;
        margin-bottom: 5vw;
    }

    #top_main_footer .copy {
        font-size: 3vw;
    }  
    
    #top_main_footer {
        padding: 10vw 0;
    }

    #top_main_footer::after {
        width: 50vw;
        height: 50vw;
        bottom: 0vw;
        right: 0;
    }




    /*********************************************
     * SP固定ページ お問い合わせ
     *********************************************/

     .page-id-213 #btn_wrap input[type="submit"], .page-id-213 div#btn_wrap button[name="submitBack"] {
        width: 100%;
        padding: 3vw;
        font-size: 4vw;
    }

    .page-id-213 div#btn_wrap button[name="submitBack"] {
        margin-right: 0;
        margin-bottom: 5vw;
    }

    section#page-contact table {
        margin-bottom: 10vw;
    }

    section#page-contact table th,
    section#page-contact table td {
        font-size: 4vw;
        display: block;
    }

    section#page-contact table th {
        width: 100%;
        text-align: left;
    }

    section#page-contact table td {
        width: 100%;
    }

    section#page-contact input[type="text"],
    section#page-contact input[type="email"],
    section#page-contact #zip {
        width: 100%;
        height: 12vw;
    }

    section#page-contact input.tel {
        width: 30%;
    }

    section#page-contact select {
        width: 100%;
    }

    section#page-contact textarea {
        width: 100%;
        height: 60vw;
    }



    span.mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    section#page-contact p.attention {
        font-size: 3vw;
    }

    ::placeholder {
        font-size: 3.2vw;
    }

    /* サンクスページ */

    .page-id-24 #contact .ichiran_link {
        width: 100%;
        padding: 3vw;
    }

    section#page-contact .thanks_textArea p {
        font-size: 4vw;
    }

    section#page-contact .thanks_textArea p.contact_text {
        margin-bottom: 2em;
    }

    section#page-contact .thanks_textArea a.ichiran_link {
        width: 80%;
        line-height: 12vw;
        border-radius: 10px;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    section#page-contact .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    section#page-contact .progressbar .item:not(:last-child)::before,
    section#page-contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }


    /*********************************************
     * SP固定ページ 404ページ
     *********************************************/
    section#page-404 p.num {
        font-size: 20vw;
        line-height: 1.5;
    }

    section#page-404 p.text {
        font-size: 3.5vw;
    }



}