@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

@font-face {
    font-family: "DIN Alternate";
    src: url("/wp-content/themes/child/fonts/DIN Alternate Bold.ttf") format("TrueType");
}

.din {
    font-family: "DIN Alternate", sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    margin: 0px;
    background-color: #FFFFFF;
    overflow: hidden;
}

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

a:link {
}

a:visited {
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

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

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#menu {
    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;
}

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

.top_sec {
    position: relative;
}

.top_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding-bottom: 20px;
}

.top_sec li {
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.top_sec .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    margin-bottom: 0;
}

.top1 {
    background-image: url(/wp-content/uploads/2021/10/top1@2x.png);
}

.top2 {
    background-image: url(/wp-content/uploads/2021/10/top2@2x.png);
}

.top3 {
    background-image: url(/wp-content/uploads/2021/10/top3@2x.png);
}

.top4 {
    background-image: url(/wp-content/uploads/2021/10/top4@2x.png);
}

.top5 {
    background-image: url(/wp-content/uploads/2021/10/top5@2x.png);
}

.top6 {
    background-image: url(/wp-content/uploads/2021/10/top6@2x.png);
}

.top7 {
    background-image: url(/wp-content/uploads/2021/10/top7@2x.png);
}

.top8 {
    background-image: url(/wp-content/uploads/2021/10/top8@2x.png);
}

.top9 {
    background-image: url(/wp-content/uploads/2021/10/top9@2x.png);
}

.top10 {
    background-image: url(/wp-content/uploads/2021/10/top10@2x.png);
}

.top11 {
    background-image: url(/wp-content/uploads/2021/10/top11@2x.png);
}

.top12 {
    background-image: url(/wp-content/uploads/2021/10/top12@2x.png);
}

.top_sec li:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
}

.top_text .logo  {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto 25px;
}

.top_text h1 {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    border-bottom: 3px solid #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    font-size: 34px;
    color: #fff;
    line-height: 1;
}

.top_text_box {
    width: 780px;
    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;
}

.top_top p {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.top_top {
    margin-bottom: 8px;
}

.top_under p {
    display: block;
    line-height: 1;
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    padding: 6px;
    border-radius: 2px;
    border: 4px solid #fff;
    background-color: transparent;
}

.top_under {
    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;
}

.top_left {
    width: 352px;
}

.top_right {
    width: 352px;
}

.top_text_box > p {
    display: block;
    width: 38px;
    padding-top: 47px;
}

.top_scroll {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.top_scroll a {
    text-decoration: none;
}

.scroll_img {
    width: 46px;
    margin: 0 auto 5px;
    animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
    0%{margin-bottom:35px;}
   100%{margin-bottom:-5px;}
}


@keyframes cirlemovehide{
    0%{opacity:0}
   50%{opacity:1;}
  80%{opacity:0.9;}
100%{opacity:0;}
}

.scroll_img img {
    width: 100%;
}

.top_scroll .din {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
}

.about_sec {
    padding: 140px 0 0;
}

.about_sec .wrap {
    padding-bottom: 75px;
    border-bottom: 1px solid #D9D9D9;
}

.about_sec h2 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 4px;
}

.about_sec h2 span {
    font-size: 40px;
}

.about_sec h3 {
    font-size: 32px;
    display: block;
    position: relative;
    text-align: center;
    line-height: 42px;
    letter-spacing: 3px;
}

.about_sec h3::before {
    position: absolute;
    content: "＼";
    bottom: 11px;
    left: 12%;
    transform:rotate(15deg);
    font-size: 41px;
}

.about_sec h3::after {
    position: absolute;
    content: "／";
    bottom: 11px;
    right: 12%;
    transform:rotate(-15deg);
    font-size: 41px;
}

.about_index {
    margin-top: 28px;
    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;
    margin-bottom: 48px;
}

.about_box {
    width: 550px;
    padding: 25px 0 34px;
    border: 1px solid #838383;
    border-radius: 10px;
}

.about_box h4 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.about_box h4 span {
    font-size: 18px;
}

.about_pic {
    width: 100%;
    height: 230px;
    clip-path: polygon(50% 17px, 288px 0, 100% 0, 100% 100%, 0 100%, 0 0, 262px 0);
}

.about_box > p {
    display: block;
    font-size: 14px;
    padding: 20px 20px 0;
    line-height: 22px;
    letter-spacing: 1px;
}

.about_sec .wrap > p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
}

.quality_sec {
    padding: 82px 0 130px;
}

.common_h2 {
    font-size: 40px;
    text-align: center;
}

.quality_sec h2 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.quality_sec h3 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 45px;
}

.quality_box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    margin-bottom: 50px;
    position: relative;
}

.quality_box:last-child {
    margin-bottom: 0;
}

.quality_pic {
    width: 500px;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.quality1 .quality_pic {
    background-image: url(/wp-content/uploads/2021/10/quality1@2x.png);
}

.quality2 .quality_pic {
    background-image: url(/wp-content/uploads/2021/10/quality2@2x.png);
}

.quality3 .quality_pic {
    background-image: url(/wp-content/uploads/2021/10/quality3@2x.png);
}

.quality_text {
    width: 640px;
    padding: 20px 0 20px 45px;
}

.quality2 .quality_text {
    padding: 20px 45px 20px 0px;
}

.quality_top {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.quality_top .quality_num {
    font-size: 80px;
    font-weight: bold;
    margin-right: 20px;
    line-height: 1;
}

.quality_top .quality_en {
    font-size: 24px;
    font-weight: bold;
}

.quality_text h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.quality_text > p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.6px;
}

.quality_index {
    position: relative;
}

.quality_index::before {
    position: absolute;
    content: "";
    width: 640px;
    height: 885px;
    background-color: #F8FFF8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.middle_slider li {
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.middle1 {
    background-image: url(/wp-content/uploads/2021/10/slider1@2x.png);
}

.middle2 {
    background-image: url(/wp-content/uploads/2021/10/slider2@2x.png);
}

.middle3 {
    background-image: url(/wp-content/uploads/2021/10/slider3@2x.png);
}

.middle4 {
    background-image: url(/wp-content/uploads/2021/10/slider4@2x.png);
}

.middle5 {
    background-image: url(/wp-content/uploads/2021/10/slider5@2x.png);
}

.slider_sec .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    margin-bottom: 0;
}

.slider_border {
    display: block;
    width: 100vw;
    height: 6px;
    background: -moz-linear-gradient(top, #CFEA0C, #4EAE38);
    background: -webkit-linear-gradient(top, #CFEA0C, #4EAE38);
    background: linear-gradient(to bottom, #CFEA0C, #4EAE38);
}

.price_sec {
    padding: 150px 0 140px;
}

.price_ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.price_type {
    width: 246px;
    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;
    margin-right: 30px;
}

.price_type p {
    display: block;
    font-size: 42px;
    padding: 5px;
    border: 3px solid black;
    border-radius: 1.5px;
    background-color: #fff;
    font-weight: bold;
    line-height: 1;
}

.price_type .p_re {
    background-color: #000000;
    color: #fff;
}

.price_ttl > p {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
}

.price_top h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 13px;
}

.price_top h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.price_top p {
    font-size: 18px;
    line-height: 26px;
}

.price_top {
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.price_box {
    width: 360px;
    border-radius: 10px;
    border: 1px solid #CECECE;
}

.price_box h4 {
    display: block;
    height: 62px;
    line-height: 62px;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
}

.price_pic {
    width: 100%;
    height: 200px;
    clip-path: polygon(50% 15px, 189px 0, 100% 0, 100% 100%, 0 100%, 0 0, 171px 0);
}

.price_text_box {
    padding: 22px 20px;
}

.price_floor {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 7px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}

.price span {
    font-size: 40px;
}

.price .price_ja {
    font-size: 31px;
    line-height: 1.4;
}

.price_con_ttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1;
}

.price_contents {
    font-size: 12px;
    line-height: 18px;
}

.price_list {
    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;
}

.price_index:last-child {
    margin-top: 40px;
}

.contact_banner {

}

.contact_banner .wrap {
    padding: 69px 0 61px;
    background-image: url(/wp-content/uploads/2021/10/contact_back@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.contact_banner h2 {
    margin-bottom: 15px;
}

.contact_banner p {
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact_banner p::before, .contact_banner p::after {
    border-top: 2px solid #000000;
    content: "";
    width: 170px;
}

.contact_banner p:before {
    margin-right: 33px;
}

.contact_banner p:after {
    margin-left: 33px;
}

.contact_banner h3 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.contact_banner a {
    display: block;
    width: 460px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #000;
    transition: .5s;
    margin: 0 auto;
    text-decoration: none;
    color: #000;
    border-radius: 35px;
    font-size: 24px;
    font-weight: bold;
}

.contact_banner a:hover {
    background-color: #000;
    color: #fff;
}

.products_index {
    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;
    flex-wrap: wrap;
    margin-top: 25px;
}

.products_index:after {
    content:"";
    display: block;
    width: 240px;
    height: 0;
}

.products_box {
    width: 360px;
    margin-bottom: 20px;
}

.products_box:nth-child(n + 4) {
    margin-bottom: 0;
}

.products_pic_box {
    width: 100%;
    height: 240px;
    position: relative;
    box-shadow: 0 3px 6px #00000016;
    margin-bottom: 17px;
}

.products_pic_box p {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 240px;
    background-image: url(/wp-content/uploads/2021/10/product@2x.png);
}

.products_name {
    padding: 10px 20px;
    position: absolute;
    background: -moz-linear-gradient(top, #CFEA0C, #4EAE38);
    background: -webkit-linear-gradient(top, #CFEA0C, #4EAE38);
    background: linear-gradient(to bottom, #CFEA0C, #4EAE38);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    bottom: 0;
    left: 0;
    letter-spacing: 1px;
}

.products_box h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 13px;
    letter-spacing: 1px;
}

.products_box > p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

.products_sec {
    padding: 140px 0 0;
}

.products_sec .wrap {
    padding-bottom: 110px;
    border-bottom: 1px solid #707070;
}

.products_sec .wrap > p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 2px;
}

.works_sec {
    padding: 110px 0 140px;
}

.works_sec h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 5px;
}

.works_sec .wrap > p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
}

.works_sec h3 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
}

.works_index {
    margin-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.works_box {
    width: 360px;
    box-shadow: 0 3px 6px #00000016;
    margin-bottom: 30px;
}

.works_box:nth-child(n + 4) {
    margin-bottom: 0;
}

.works_pic {
    width: 100%;
    height: 220px;
}

.works_pic p {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 220px;
    background-image: url(/wp-content/uploads/2021/10/work@2x.png);
}

.works_text {
    padding: 20px;
    letter-spacing: 1px;
}

.works_genre {
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-weight: bold;
}

.works_genre::before {
    border-top: 1px solid #000000;
    content: "";
    width: 20px;
}

.works_genre:before {
    margin-right: 10px;
}

.works_ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 5px;
}

.works_price {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
    margin-bottom: 3px;
}

.works_price span {
    font-size: 40px;
    margin-left: 5px;
}

.works_contents {
    font-size: 12px;
}

.faq_sec {
    padding: 140px 0 130px;
}

.faq_sec h2 {
    font-size: 36px;
    text-align: center;
    line-height: 1;
    margin-bottom: 35px;
}

.question {
    width: 100%;
    background-color: #4BAE47;
    color: #fff;
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
}

.q_left {
    width: 74px;
    font-size: 40px;
    font-weight: bold;
    text-align: right;
    line-height: 1;
}

.q_right {
    margin-left: 20px;
}

.q_right p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

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

.a_left {
    width: 74px;
    font-size: 40px;
    font-weight: bold;
    padding: 24px 0;
    text-align: right;
    line-height: 1;
}

.a_right {
    margin-left: 20px;
    padding: 20px 0;
}

.a_right p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

.contact_box {
    width: 100%;
    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;
    margin-bottom: 20px;
    align-items: center;
}

.contact_box:last-child {
    align-items: flex-start;
}

.contact_box:last-child .contact_left {
    padding-top: 14px;
    line-height: 1;
}

.contact_left {
    width: 245px;
    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;
    align-items: center;
}

.contact_ttl {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

.contact_check {
    width: 50px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #000;
}

.un_check {
    background-color: #888888;
}

.contact_right {
    width: 865px;
}

.contact_right input[type="text"] {
    width: 865px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border: 1px solid #D8D8D8;
}

.contact_right ::placeholder {
    font-size: 18px;
    font-weight: bold;
    color: #DEDEDE;
    letter-spacing: 1px;
}

.contact_right textarea {
    width: 865px;
    height: 250px;
    padding: 16px 20px;
    border: 1px solid #D8D8D8;
}

.contact_sec {
    padding: 150px 0 130px;
    background-color: #FAFAFA;
    position: relative;
}

.contact_sec h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1;
}

.contact_sec .wrap > p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
}

.contact_btn {
    display: block;
    margin: 55px auto 0;
    font-size: 22px;
    font-weight: bold;
    width: 440px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background-color: #000000;
    transition: .5s;
    border: 1px solid #000000;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}

.contact_btn:hover {
    background-color: #fff;
    color: #000000;
}

.contact_form {
    position: relative;
}

.contact_back {
    position: absolute;
    width: 778px;
    height: 516px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/wp-content/uploads/2021/10/contact_sec_back@2x.png);
    bottom: 0;
    left: 0;
}

footer {
    padding: 130px 0 80px;
    text-align: center;
    background-color: #fff;
}

.footer_logo {
    display: block;
    width: 379px;
    margin: 0 auto 50px;
}

.copyright {
    font-size: 16px;
    font-weight: bold;
}

.contact_fixed {
    position: fixed;
    bottom: 85px;
    right: 0;
    width: 165.31px;
    height: 165.31px;
    z-index: 9999;
}

.contact_fixed a {
    display: block;
    min-width: 165.31px;
    min-height: 165.31px;
}

.radio-btns input[type=radio].work_contents{
    display: none;
}

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

.radio-btns .work_contents + span {
    padding-left: 25px;
    display: inline-block;
    position: relative;
}

.radio-btns .work_contents + span::after,
.radio-btns .work_contents + span::before {
    content: '';
    display: block;
    position: absolute;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
    background-color: #848484;
}

.radio-btns .work_contents + span::after{
    opacity: 0;
    width: 8px;
    height: 8px;
    top: 8px;
    left: 6px;
    border: none;
    background: #FFFFFF;
}

.radio-btns .work_contents:checked + span::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 20px;
}

input[name="submitBack"] {
    margin-top: 30px;
}

.home_back {
    display: block;
    margin: 55px auto 0;
    font-size: 22px;
    font-weight: bold;
    width: 440px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background-color: #000000;
    transition: .5s;
    border: 1px solid #000000;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}

.home_back:hover {
    background-color: #fff;
    color: #000000;
}

.contact_form_area {
    padding: 150px 0;
    text-align: center;
}

.sns_sec {
    padding: 40px 0 70px;
    background-color: #F8F8F8;
}

.sns_sec h2 {
    margin-top: -76px;
    margin-bottom: 16px;
}

.sns_sec .wrap > p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
    line-height: 26px;
}

.sns_box {
    width: 100%;
    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;
}

.sns_left {
    width: 440px;
    height: 440px;
    overflow-y: scroll;
}

.sns_right {
    width: 670px;
    height: 440px;
}

#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
    width: 210px;
    height: 210px;
    margin-bottom: 20px !important;
}

#sb_instagram #sbi_images {
    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;
    flex-wrap: wrap;
    align-content: space-between;
}

#sb_instagram #sbi_images:after {
    content: "";
    height: 0;
    width: 210px;
    display: block;
}

#sb_instagram .sb_instagram_header a {
    display: none;
}

#sb_instagram #sbi_load {
    display: none;
}

#sb_instagram .sb_instagram_header {
    display: none;
}


@media (max-width: 750px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*spmenu~*/
    .sp_hd {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10000;
    }

    .sp_pr {
        position: relative;
    }

    .slicknav_menu .slicknav_menutxt {
        display: none !important;
    }

    .slicknav_menu .slicknav_icon {
        width: 100%;
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        width: 25px !important;
        height: 3px !important;
    }

    a.slicknav_btn {
        background: transparent;
        border-radius: 0px;
        margin: 12px 3px 3px 0px;
        padding: 0px 0 0 0px;
        height: 25px;
        width: 25px;
        position: relative;
        z-index: 9999;
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #fff;
    }

    .slicknav_menu .slicknav_icon-bar.transform {
        background-color: #4BAE47;
    }

    /*SPMENU kurukuru*/
    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
        top: 5px;
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
        position: absolute;
        background-color: #fff;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
        top: 0.4px;
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
        position: absolute;
        background-color: #fff;
    }

    a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
        opacity: 0;
    }

    span.slicknav_icon-bar {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        background-color: #fff;
    }

    .slicknav_menu .slicknav_icon {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        position: relative;
    }

    /*kokomade*/
    .slicknav_menu {
        background-color: transparent;
    }

    .slicknav_menu .slicknav_icon {
        height: 16px !important;
        display: block;
    }

    .slicknav_menu .slicknav_icon:after {
        display: block;
        font-size: 70%;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: 0 auto;
    }

    .slicknav_nav a {
        color: #fff !important;
        display: inline-block;
        font-weight: bold;
        line-height: 2;
        width: 100%;
        text-align: left;
        margin: 0;
        letter-spacing: normal;
        font-size: 3.5vw;
        border: solid #fff;
        border-width: 0 0px 1px 0;
        line-height: 30px;
        padding-left: 25px;
    }

    /*~spmenu*/
    .sp_hd_logo {
        position: absolute;
        width: 220px;
        top: 12.5px;
        left: 5px;
    }

    .sp_hd_tel {
        position: absolute;
        width: 20px;
        top: 12.5px;
        right: 5px;
    }

    .sp_hd_mail {
        position: absolute;
        width: 20px;
        top: 12.5px;
        right: 5px;
    }

    .slicknav_nav {
        background-color: #4BAE47;
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 50px;
    }

    .slicknav_nav::before {
        display: block;
        content: "";
        width: 220px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/wp-content/uploads/2021/10/sp_fixed_logo.svg);
        position: absolute;
        top: 10px;
        left: 5%;
    }

    .wrap {
        max-width: 90%;
    }

    .contact_fixed {
        display: none;
    }

    .top_sec li {
        height: 200px;
    }

    .top_text_box {
        width: 100%;
        display: block;
        text-align: center;
    }

    .top_left {
        width: 90vw;
    }

    .top_text_box > p {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        width: 100%;
        justify-content: center;
        padding-top: 0px;
        margin: 20px 0;
    }

    .top_right {
        width: 100%;
    }

    .top_under {
        width: 60vw;
        margin: 0 auto;
    }

    .top_scroll {
        bottom: 30px;
    }

    .scroll_img {
        width: 30px;
    }

    .top_text .logo {
        width: 20vw;
        height: auto;
        display: block;
        margin: 0 auto 10px;
    }

    .top_scroll .din {
        font-size: 3vw;
    }

    .top_text h1 {
        font-size: 5vw;
        line-height: 1.2;
    }
    .top_top p {
        font-size: 4vw;
    }

    .top_under p {
        font-size: 8vw;
    }

    .top_text {
        top: 10vh;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .about_sec h2 span {
        font-size: 5.3vw;
    }

    .about_sec h2 {
        font-size: 4.5vw;
        line-height: 1.3;
        margin-bottom: 30px;
        text-align: center;
        letter-spacing: 2px;
    }

    .about_sec {
        padding: 70px 0 0;
    }

    .about_sec h3 {
        font-size: 5vw;
        line-height: normal;
        letter-spacing: 3px;
    }

    .about_sec h3::before {
        bottom: -15px;
        left: -2.5%;
        transform: rotate(-10deg);
        font-size: 10vw;
    }

    .about_sec h3::after {
        bottom: -15px;
        right: -2.5%;
        transform: rotate(7deg);
        font-size: 10vw;
    }

    .about_index {
        display: block;
        margin-bottom: 25px;
    }

    .about_box h4 span {
        font-size: 4.5vw;
    }

    .about_box h4 {
        font-size: 4vw;
        line-height: normal;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }

    .about_pic {
        width: 100%;
        height: 140px;
        clip-path: polygon(50% 15px, calc(50% + 10px) 0, 100% 0, 100% 100%, 0 100%, 0 0, calc(50% - 10px) 0);
    }

    .about_box {
        width: 100%;
        padding: 15px 0 20px;
        border: 1px solid #838383;
        border-radius: 10px;
    }

    .about_box:first-child {
        margin-bottom: 30px;
    }

    .about_box > p {
        display: block;
        font-size: 3.2vw;
        padding: 10px 5% 0;
        line-height: normal;
        letter-spacing: 1px;
    }

    .about_sec .wrap > p {
        font-size: 4vw;
        text-align: left;
        line-height: normal;
    }

    .common_h2 {
        font-size: 6vw;
        text-align: center;
    }

    .quality_sec h2 {
        margin-bottom: 5px;
        letter-spacing: 1px;
    }

    .quality_sec h3 {
        font-size: 3.8vw;
        line-height: normal;
        text-align: center;
        margin-bottom: 45px;
    }

    .quality_pic {
        width: 100%;
        min-height: 200px;
    }

    .quality_box {
        display: block;
        margin-bottom: 30px;
    }

    .quality_box.quality2 {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        flex-direction: column-reverse;
    }

    .quality2 .quality_text {
        padding: 5px 0;
    }

    .quality_text {
        width: 100%;
        padding: 5px 0;
    }

    .quality_top .quality_num {
        font-size: 10vw;
        margin-right: 15px;
    }

    .quality_top .quality_en {
        font-size: 6vw;
    }

    .quality_text h4 {
        font-size: 4vw;
        line-height: normal;
        margin-bottom: 5px;
        letter-spacing: 1px;
    }

    .quality_top {
        margin-bottom: 5px;
    }

    .quality_text > p {
        font-size: 3.2vw;
        line-height: normal;
        letter-spacing: normal;
    }

    .quality_sec {
        padding: 40px 0 50px;
    }

    .middle_slider li {
        height: 200px;
    }

    .price_sec {
        padding: 75px 0 70px;
    }

    .price_top h2 {
        font-size: 5vw;
        line-height: 1;
        margin-bottom: 5px;
    }

    .price_top h3 {
        font-size: 6vw;
        line-height: 1.3;
        margin-bottom: 15px;
        letter-spacing: normal;
    }

    .price_top p {
        font-size: 3.5vw;
        line-height: normal;
    }

    .price_type {
        width: 45vw;
        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;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .price_ttl > p {
        font-size: 3.5vw;
        line-height: normal;
    }
    .price_type p {
        display: block;
        font-size: 6vw;
        line-height: 1;
    }

    .price_ttl {
        display: block;
        align-items: center;
        margin-bottom: 25px;
    }

    .price_list {
        display: block;
    }

    .price_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .price_box h4 {
        height: 40px;
        line-height: 40px;
        font-size: 4vw;
    }

    .price_pic {
        width: 100%;
        height: 140px;
        clip-path: polygon(50% 15px, calc(50% + 10px) 0, 100% 0, 100% 100%, 0 100%, 0 0, calc(50% - 10px) 0);
    }

    .price_text_box {
        padding: 15px 5%;
    }

    .price_floor {
        font-size: 3vw;
        line-height: 1;
        margin-bottom: 7px;
    }

    .price {
        font-size: 3.2vw;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1;
    }

    .price .price_ja {
        font-size: 6vw;
        line-height: 1.4;
    }

    .price span {
        font-size: 7vw;
        margin-right: 3px;
    }

    .price_con_ttl {
        font-size: 3.5vw;
        margin-bottom: 3px;
    }

    .price_contents {
        font-size: 3.2vw;
        line-height: normal;
    }

    .price_index:last-child {
        margin-top: 60px;
    }

    .contact_banner p {
        font-size: 4vw;
        margin-bottom: 20px;
    }

    .contact_banner p:before {
        margin-right: 20px;
    }

    .contact_banner p:after {
        margin-left: 20px;
    }

    .contact_banner h3 {
        font-size: 5vw;
        line-height: normal;
        margin-bottom: 30px;
        letter-spacing: 1px;
    }

    .contact_banner a {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 4vw;
        background-color: #000000;
        color: #fff;
    }

    .contact_banner a:hover {
        background-color: #000000;
        color: #fff;
    }

    .contact_banner .wrap {
        padding: 30px 0;
    }

    .products_sec {
        padding: 70px 0 0;
    }

    .products_sec .wrap > p {
        font-size: 3.8vw;
        line-height: normal;
        letter-spacing: normal;
    }

    .products_sec h2 {
        margin-bottom: 5px;
    }

    .products_index {
        display: block;
        margin-top: 40px;
    }

    .products_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .products_box:nth-child(n + 4) {
        margin-bottom: 30px;
    }

    .products_pic_box {
        width: 100%;
        height: 150px;
        position: relative;
        box-shadow: 0 3px 6px #00000016;
        margin-bottom: 15px;
    }

    .products_pic_box p {
        width: 100%;
        height: 150px;
    }

    .products_name {
        padding: 5px 15px;
        font-size: 3.2vw;
    }

    .products_box h3 {
        font-size: 4vw;
        margin-bottom: 8px;
    }

    .products_box > p {
        font-size: 3.2vw;
        line-height: normal;
        letter-spacing: 1px;
    }

    .products_sec .wrap {
        padding-bottom: 50px;
        border-bottom: 1px solid #707070;
    }

    .works_sec h2 {
        text-align: center;
        font-size: 6vw;
        margin-bottom: 5px;
        line-height: 1;
    }

    .works_sec .wrap > p {
        font-size: 3.8vw;
        line-height: normal;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .works_sec h3 {
        text-align: center;
        font-size: 7vw;
        letter-spacing: 1px;
        line-height: 1.3;
    }

    .works_index {
        margin-top: 25px;
        display: block;
    }

    .works_box {
        width: 100%;
    }

    .works_box:nth-child(n + 4) {
        margin-bottom: 30px;
    }

    .works_pic {
        width: 100%;
        height: 150px;
    }

    .works_pic p {
        width: 100%;
        height: 150px;
    }

    .works_text {
        padding: 15px 5% 20px;
        letter-spacing: 1px;
    }

    .works_genre {
        font-size: 3.2vw;
    }

    .works_ttl {
        font-size: 4vw;
        line-height: normal;
    }

    .works_price {
        font-size: 3.2vw;
    }

    .works_price span {
        font-size: 8vw;
    }

    .works_contents {
        font-size: 3vw;
    }

    .works_sec {
        padding: 55px 0 70px;
    }

    .sns_sec h2 {
        margin-top: -60px;
        margin-bottom: 5px;
    }

    .sns_sec .wrap > p {
        font-size: 3.8vw;
        margin-bottom: 35px;
        line-height: normal;
    }

    .sns_box {
        display: block;
    }

    .sns_left {
        width: 100%;
        height: 230px;
        overflow-y: scroll;
        margin-bottom: 20px;
    }

    .sns_sec {
        padding: 40px 0 50px;
        background-color: #F8F8F8;
    }

    .sns_right {
        width: 100%;
        height: auto;
    }

    #sb_instagram.sbi_col_2 #sbi_images .sbi_item {
        width: calc(90vw / 2);
        height: calc(90vw / 2);
        margin-bottom: 0 !important;
    }

    .faq_sec h2 {
        font-size: 6vw;
        line-height: normal;
    }

    .faq_sec {
        padding: 70px 0 60px;
    }

    .q_right p {
        font-size: 3.8vw;
        letter-spacing: normal;
    }

    .q_right {
        margin: 0;
        padding: 0 3vw;
    }

    .q_left {
        min-width: 9vw;
        width: 9vw;
        font-size: 6vw;
    }

    .a_left {
        min-width: 9vw;
        width: 9vw;
        font-size: 6vw;
    }

    .a_right {
        margin: 0;
        padding: 3vw;
    }

    .a_right p {
        font-size: 3.5vw;
        letter-spacing: normal;
    }

    .contact_sec {
        padding: 75px 0 60px;
    }

    .contact_sec h2 {
        font-size: 6vw;
        line-height: normal;
        margin-bottom: 5px;
    }

    .contact_sec .wrap > p {
        font-size: 3.8vw;
        margin-bottom: 40px;
        line-height: normal;
    }

    .contact_box {
        width: 100%;
        display: block;
    }

    .contact_check {
        font-size: 3.2vw;
        letter-spacing: 1px;
        width: 45px;
    }

    .contact_left {
        width: 100%;
        justify-content: unset;
        margin-bottom: 10px;
    }

    .contact_ttl {
        font-size: 3.5vw;
        margin-right: 20px;
    }

    .contact_right {
        width: 100%;
    }

    .contact_right input[type="text"] {
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding: 0 5%;
    }

    .contact_right ::placeholder {
        font-size: 3.2vw;
        letter-spacing: 1px;
    }

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

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

    .radio-btns .work_contents + span::after, .radio-btns .work_contents + span::before {
        border-radius: 50%;
        width: 15px;
        height: 15px;
        top: 6px;
        left: 0;
    }

    .radio-btns .work_contents + span::after {
        opacity: 0;
        width: 8px;
        height: 8px;
        top: 9.75px;
        left: 3.7px;
    }

    .contact_right textarea {
        width: 100%;
        height: 180px;
        padding: 8px 5%;
    }

    .contact_btn {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 4vw;
        margin: 30px auto 0;
    }

    .contact_btn:hover {
        background-color: #000000;
        color: #fff;
    }

    .home_back {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 4vw;
        margin: 30px auto 0;
    }

    .home_back:hover {
        background-color: #000000;
        color: #fff;
    }

    input[name="submitBack"] {
        margin-top: 20px;
    }

    .contact_back {
        width: 100%;
        height: 200px;
    }

    footer {
        padding: 40px 0 120px;
    }

    .footer_logo {
        width: 70%;
        margin: 0 auto 25px;
    }

    .copyright {
        font-size: 3vw;
    }

    .fixed_sp {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        background-color: #4BAE47;
        z-index: 99999;
        display: block;
    }

    .fixed_sp .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;
        align-items: center;
        height: 80px;
    }

    .sp_fixed_left {
        width: 50%;
    }

    .sp_fixed_right {
        width: 40%;
        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;
        align-items: center;
    }

    .sp_tel {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #fff;
        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: center;
        align-items: center;
    }

    .sp_mail {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #fff;
        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: center;
        align-items: center;
    }

    .sp_tel img {
        height: 40px;
    }

    .sp_mail img {
        width: 35px;
    }

    .sp_fixed_under p {
        color: white;
        font-weight: bold;
        font-size: 4.5vw;
        text-align: center;
        line-height: 1;
    }

    .sp_fixed_top {
        width: 100%;
    }


}