
.pc_mode{
    display: block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.sp_mode{
    display: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    position: relative;
    color: #231815;
}
h1,h2,h3,h4,h5{
    font-weight: normal;
}
.mb80{
    margin-bottom: 80px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
.mb70{
    margin-bottom: 70px;
}
.mb100{
    margin-bottom: 100px;
}
.mb150{
    margin-bottom: 150px;
}
.mt25{
    margin-top: 25px;
}
.mt60{
    margin-top: 60px;
}
.mt70{
    margin-top: 70px;
}
.mt80{
    margin-top: 80px;
}
.mt90{
    margin-top: 90px;
}
.m50{
    margin: 50px auto;
}
.pb10{
    padding-bottom: 10px;
}
.pl64{
    padding-left: 64px;
}
.w_1600{
    width: 100vw;
    max-width: 1600px;
    margin: 0 auto;
}
.w_1200{
    width: 75vw;
    max-width: 1200px;
    margin: 0 auto;
}

.w_100p{
    width: 100%;
}

.w_90p{
    width: 90%;
}

.w_80p{
    width: 80%;
}

.w_70p{
    width: 70%;
}

.w_60p{
    width: 60%;
}

.w_50p{
    width: 50%;
}

.w_40p{
    width: 40%;
}

.w_30p{
    width: 30%;
}

.pc_banfix{
    text-align: center;
    margin: auto;
    padding-bottom: 50px;
    padding-top:20px;
}

.sp_banfix{
    text-align: center;
    margin: auto;
    padding-bottom: 30px;
    padding-top:10px;
}

.kikaku_imgfix_pc{
    margin: 30px 40px;
}

.kikaku_imgfix_sp{
    margin: 20px 25px;
    width: 120px;
}

.sec_05{
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.ban_imgfix_pc{
    margin:0px 60px 60px;
}

.ban_imgfix_sp{
    margin-bottom:30px;
}

.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.d_flex{
    display: flex;
    flex-wrap: wrap;
}
.no_wrap{
    flex-wrap: nowrap;
}
.row_reverce:nth-child(2n){
    flex-direction: row-reverse;
}
.space_around{
    justify-content: space-around;
}
.space_between{
    justify-content: space-between;
}
.flex_end{
    justify-content: flex-end;
}
.flex_1{
    flex: 1;
}
.item_center{
    align-items: center;
}
.item_baseline{
    align-items: baseline;
}
.visible{
    overflow: visible;
}
.line_h_1{
    line-height: 1;
}
a{
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    color: #231815;
}
img{
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
}
a:hover,a img:hover{
    cursor: pointer;
}
/****
ふわっとするやつ用CSS
__________________________*/
.fuwat{

}
.fuwatAnime {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:2.5s;
    -ms-animation-duration:2.5s;
    animation-duration:2.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible;
}
@-webkit-keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(10px); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
    0% { opacity: 0; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
/****
ヘッダー&ハンバーガーメニュー
__________________________*/
header{
    position: fixed;
    top: 0;
    height: 5.75vw;
    width: 10vw;
    z-index: 100;
    right: 0;
}
header .header_nav{
    position: relative;
    max-width: 64px;
    max-height: 39px;
}
header .header_nav{
    position: fixed;
    width: 4.0625vw;
    top: 3.25vw;
    right: 3.75vw;
    height: 2.5vw;
}
header .header_nav span{
    background-color: #ffffff;
    border-radius: 35px;
    position: absolute;
    height: 4px;
    right: 0;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    box-shadow: 2px 2px rgba(200,200,200,0.6);
}
header .header_nav span:nth-of-type(1){
    width: 4.0625vw;
    max-width: 64px;
    top: 0;
}
header .header_nav span:nth-of-type(2){
    width: 3.0625vw;
    max-width: 49px;
    top: 1.0625vw;
}
header .header_nav span:nth-of-type(3){
    width: 2.3125vw;
    max-width: 37px;
    top: 2.125vw;
}
header .header_nav.open{
    top: 3.25vw;
    right: 4.1875vw;
    height: 2.875vw;
    width: 2.875vw;
    max-width: 66px;
    max-height: 66px;
}
header .header_nav.open span:nth-of-type(1){
    width: 2.875vw;
    max-width: 66px;
    top: 1vw;
    transform: rotate(45deg);
    background-color: #000000;
}
header .header_nav.open span:nth-of-type(2){
    width: 3.0625vw;
    max-width: 49px;
    top: 1.0625vw;
    opacity: 0;
}
header .header_nav.open span:nth-of-type(3){
    width: 2.875vw;
    max-width: 66px;
    top: 1vw;
    transform: rotate(-45deg);
    background-color: #000000;
}
header .header_nav.open:hover span{
    width: 3vw;
    transform: rotate(360deg);
}
header .header_nav:hover{
    cursor: pointer;
}
header .header_nav:hover span{
    transform: scaleX(1.3);
}
/****
ヘッダーの中メニュー
__________________________*/
.header_menu_nav{
    position: fixed;
    right: -50vw;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    width: 50vw;
    background-color: rgb(255,255,255,0.9);
    height: 100%;
    z-index: 10;
    overflow: auto;
}
.header_menu_nav.open{
    right: 0;
}

.header_menu_logo{
    width: 30vw;
    max-width: 480px;
    margin: 7.625vw auto 5.3125vw;
}   
.head_menu_inner{
    width: 26.25vw;
    max-width: 420px;
    margin: 0 auto 0 15.3125vw;
    flex-wrap: wrap;
}
.head_menu_inner .d_flex a{
    display: block;
    width: 13.125vw;
    max-width: 210px;
    font-size: 1.68vw;
    font-weight: bold;
    color: #231815;
    margin-bottom: 2.8125vw;
}
.head_menu_inner .d_flex a:hover{
    transform: scale(1.2,1.2);
}
nav p{
    width: 30vw;
    max-width: 480px;
    font-size: 1.0625vw;
    margin: 3.125vw auto 0;
}
.footer_re_sumu_sec{
    margin-bottom: 11.5vw;
}
.footer_re_sumu_sec .footer_re_sumu_img{
    width: 60vw;
    max-width: 960px;
    margin-bottom: 0vw;
}
.footer_re_sumu_sec .footer_re_sumu_text{
    width: 40vw;
    max-width: 640px;
    box-sizing: border-box;
    padding-left: 4vw;
}
.footer_re_sumu_sec .footer_re_sumu_text h2{
    width: 14.625vw;
    max-width: 234px;
    line-height: 1;
}
.footer_re_sumu_sec .footer_re_sumu_text p{
    font-size: 0.875vw;
    font-weight: bold;
    line-height: 2.25;
    margin: 1.875vw 0;
}
footer{
    background-color: #323333;
    color: #ffffff;
}
footer .footer_inner{
    padding-top: 4.375vw;
    padding-bottom: 3.75vw;
    width: 100%;
}
footer .footer_inner .footer_menu_logo_1{
    width: 15.125vw;
    max-width: 242px;
    padding-right: 4.5vw;
}
footer .footer_inner .footer_menu_logo_2{
    width: 12.375vw;
    max-width: 198px;
}
footer .footer_inner .footer_menu_text p{
    font-size: 1.0625vw;
    margin-top: 2.1875vw;
    margin-bottom: 2.5vw;
}
footer .footer_inner .footer_menu_link{
    border-top: 1px solid #ffffff;
    padding-top: 1.875vw;
    max-width: 780px;
    width: 48.75vw;
}
footer .footer_inner .footer_menu_link a{
    color: #ffffff;
    font-size: 1.0625vw;
    font-weight: bold;
    display: inline-block;
    margin-right: 6.25vw;
}
footer .footer_inner .footer_menu_link a:last-of-type{
    margin-right: 0;
}
footer .footer_inner .footer_menu_link a:hover{
    transform: scale(1.2,1.2);
}
footer .footer_inner .copyright{
    font-size: 12px;
    margin-top: 3.125vw;
    margin-bottom: 2vw;
}
footer .footer_inner .fb_feed{
    width: 390px;
}
footer .footer_inner .fb_feed iframe{
    width: 100%;
    height: 430px;
}
.bg_color_01{
    background-color: #f5f4f4;
}
.bg_color_02{
    background-color: #ffffff;
}
@media (min-width: 1600px) {
    .head_menu_inner .d_flex a{
        font-size: 27px;
    }
    nav p{
        font-size: 17px;
    }
    .footer_re_sumu_sec .footer_re_sumu_text{
        padding-left: 64px;
    }
    .footer_re_sumu_sec .footer_re_sumu_text p{
        font-size: 14px;
    }
    footer .footer_inner .footer_menu_text p{
        font-size: 17px;
    }
    footer .footer_inner .footer_menu_link a{
        font-size: 17px;
    }
}
@media (max-width: 1200px) {
    .footer_inner{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
}

/*
* 共通パーツ
**************************/
.works_wrap .works_content{
    max-width: 590px;
    width: 36.875vw;
    line-height: 1;
    margin-bottom: 2.375vw;
    height: 23.75vw;
    max-height: 380px;
    overflow: hidden;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
}
.works_wrap .works_content img{
    object-fit: cover;
    max-width: 590px;
    width: 36.875vw;
    height: 23.75vw;
    max-height: 380px;
}
.works_wrap .works_content:hover img{
    transform: scale(1.1,1.1);
}
.works_wrap .works_content .works_content_over_ray{
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    top: 0;
    left: 0;
}
.works_wrap .works_content:hover .works_content_over_ray{
    opacity: .4;
    cursor: pointer;
}
.works_wrap .works_content .works_content_name{
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 1.25vw;
    text-align: center;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.75;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    font-weight: bold;
    opacity: 1;
}
.works_wrap .works_content:hover .works_content_name{
    opacity: 1;
}
.works_wrap .works_content .works_content_name span{
    font-size: 0.875vw;
    display: block;
}

.btn_tmp_01 a{
    margin: 0 auto;
    width: 21.875vw;
    max-width: 350px;
    display: block;
    text-align: center;
    background-color: #5a4533;
    font-weight: bold;
    font-size: 1.75vw;
    letter-spacing: 0.22em;
    text-indent: 0.22em;
    padding: 0.65vw 0;
    position: relative;
}
.btn_tmp_01 a:hover{
    letter-spacing: 0.32em;
    text-indent: 0.32em;
    background-color: #2E231A;
}
.btn_tmp_01 a span{
    color: #ffffff;
    z-index: 0;
    position: relative;
}
.btn_tmp_01 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: '';
    background: #2E231A;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.btn_tmp_01 a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.btn_tmp_02 a{
    width: 16.875vw;
    max-width: 270px;
    display: block;
    text-align: center;
    background-color: #5a4533;
    font-weight: bold;
    font-size: 1vw;
    letter-spacing: 0.22em;
    text-indent: 0.22em;
    padding: 0.75vw 0;
    text-align: left;
    padding-left: 1.75vw;
    position: relative;
}
.btn_tmp_02 a:hover{
    letter-spacing: 0.32em;
    text-indent: 0.32em;
}
.btn_tmp_02 a span{
    color: #ffffff;
    z-index: 0;
    position: relative;
}
.btn_tmp_02 a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: '';
    background: #2E231A;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.btn_tmp_02 a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.main_img{
    width: 100%;
}
.main_logo{
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 20px;
    text-align: center;
}
.main_logo a{
    width: 15.81vw;
    max-width: 253px;
    line-height: 1;
    max-height: 100px;
    height: 6.25vw;
    display: block;
    margin: 0 auto;
}
.main_logo img{
    max-width: 253px;
    width: 15.81vw;
}
.main_logo a:hover img{
    transform: scale(1.1,1.1);
}

.cp_ipselect {
	overflow: hidden;
	width: 12.5vw;
    max-width: 200px;
	margin: 1.625vw 0;
	text-align: center;
    position: relative;
}
.label {
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1;
    height: 1em;
    font-size: 1.3125vw;
}
.cp_ipselect .customSelect {
	width: 12.5vw;
    max-width: 200px;
	padding-right: 1em;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    position: relative;
    z-index: 2;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	/* border: 1px solid #bbbbbb; */
	border-radius: 2px;
    background-color: #231815;
}
.cp_ipselect select option{
    background-color: #231815;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0;
    bottom: 0;
    margin: auto 0;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	background-image: url(../images/select_arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 6px;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 .customSelect {
	padding: 0.8vw 2.5vw;
	color: #ffffff;
    font-size: 1.3125vw;
    min-height: 55px;
}
@media (max-width: 960px){
    .cp_ipselect {
        overflow: hidden;
        width: 90vw;
        max-width: none;
        margin: 1.625vw 0;
        text-align: center;
    }
    .cp_ipselect select {
        width: 90vw;
        max-width: none;
        background-color: transparent;
        border: none;
    }
    .cp_ipselect.cp_sl01 select {
        font-size: 5.625vw;
        padding: 1.8vw 28.5vw;
    }
    .cp_ipselect.cp_sl01:nth-of-type(3) select{
        padding: 1.8vw 32.5vw;
    }
    .cp_ipselect.cp_sl01{
        margin: 0;
        margin-bottom: 4.6875vw;
    }
    .cp_ipselect.cp_sl01:last-of-type{
        margin-bottom: 0;
    }
}
@media (min-width: 1600px) {
    .works_wrap .works_content .works_content_name{
        font-size: 20px;
    }
    .works_wrap .works_content .works_content_name span{
        font-size: 14px;
    }
    .btn_tmp_01 a{
        font-size: 28px;
        padding: 6px 0;
    }
    .btn_tmp_02 a{
        padding-left: 28px;
        font-size: 16px;
    }
}
@media (min-width: 1400px){
    .cp_ipselect.cp_sl01 select {
        padding: 11px 35px;
        font-size: 21px;
    }
}











/*
    スマホページ
**************************************/
@media (max-width: 960px) {
    .pc_mode{
        display: none;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
    }
    .sp_mode{
        display: block;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
    }
    header .header_nav {
        position: fixed;
        width: 10.3125vw;
        top: 8.125vw;
        right: 8.9vw;
        height: 6.25vw;
        max-width: none;
        max-height: none;
    }
    header .header_nav span:nth-of-type(1){
        width: 10.3125vw;
        max-width: none;
        top: 0;
    }
    header .header_nav span:nth-of-type(2){
        width: 7.65625vw;
        max-width: none;
        top: 2.73437vw;
    }
    header .header_nav span:nth-of-type(3){
        width: 5.78125vw;
        max-width: none;
        top: 5.46875vw;
    }
    header .header_nav.open {
        top: 8.28125vw;
        right: 10.46875vw;
        height: 7.26562vw;
        width: 7.26562vw;
        max-width: none;
        max-height: none;
    }
    header .header_nav.open span:nth-of-type(1){
        width: 7.03125vw;
        max-width: none;
        top: 2.2vw;
    }
    header .header_nav.open span:nth-of-type(3){
        width: 7.03125vw;
        max-width: none;
        top: 2.2vw;
    }
    .header_menu_nav {
        right: -100vw;
        width: 100vw;
    }
    .header_menu_logo {
        width: 35.59375vw;
        max-width: none;
        margin: 9.21875vw auto 14.0625vw;
        text-align: center;
    }
    .header_menu_logo .header_menu_logo_01{
        padding-bottom: 5.625vw;
        margin: 0 auto;
    }
    .header_menu_logo .header_menu_logo_01 img{
        width: 35.59375vw;
    }
    .header_menu_logo .header_menu_logo_02{
        margin: 0 auto;
    }
    .header_menu_logo .header_menu_logo_02 img{
        width: 28.98437vw;
    }
    .head_menu_inner {
        width: 80.36187vw;
        max-width: none;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .head_menu_inner .d_flex a {
        width: 40.180935vw;
        max-width: none;
        font-size: 4.83593vw;
        margin-bottom: 6.25vw;
        text-align: center;
    }
    nav p {
        width: 80.36187vw;
        max-width: none;
        font-size: 3.4375vw;
        margin: 6.25vw auto;
        line-height: 2.15;
    }
    header .header_nav.open:hover span:nth-of-type(1){
        width: 7.03125vw;
        max-width: none;
        top: 2.2vw;
        transform: rotate(45deg);
    }
    header .header_nav.open:hover span:nth-of-type(3){
        width: 7.03125vw;
        max-width: none;
        top: 2.2vw;
        transform: rotate(-45deg);
    }
    .works_wrap .works_content {
        max-width: none;
        width: 90vw;
        margin-bottom: 8.4375vw;
        height: auto;
        max-height: none;
    }
    .works_wrap .works_content .works_content_img{
        width: 90vw;
        height: 71.5625vw;
        overflow: hidden;
    }
    .works_wrap .works_content img{
        width: 90vw;
        height: 71.5625vw;
        max-width: none;
        max-height: none;
    }
    .works_wrap .works_content:hover .works_content_over_ray{
        opacity: 0;
        cursor: pointer;
    }
    .works_wrap .works_content .works_content_name{
        color: #231815;
        font-size: 4.84375vw;
        text-align: center;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.75;
        position: static;
        margin-top: 1.7vw;
    }
    .works_wrap .works_content:hover .works_content_name{
        opacity: 1;
    }
    .works_wrap .works_content .works_content_name span{
        font-size: 2.8125vw;
        display: block;
    }
    .btn_tmp_01 a {
        width: 54.6875vw;
        max-width: none;
        font-size: 4.375vw;
        padding: 0.86vw 0;
    }
    .btn_tmp_02 a {
        width: 54.6875vw;
        max-width: none;
        font-size: 4.375vw;
        padding: 0.86vw 0;
        text-align: center;
        margin: 0 auto;
    }
    .footer_re_sumu_sec {
        margin-bottom: 0vw;
    }
    .footer_re_sumu_sec .footer_re_sumu_img {
        width: 100vw;
        max-width: none;
        margin-bottom: 0vw;
    }
    .footer_re_sumu_sec .footer_re_sumu_text {
        width: 90vw;
        max-width: none;
        padding: 0;
        margin: 0 auto;
        padding-bottom: 15.625vw;
    }
    .footer_re_sumu_sec .footer_re_sumu_text h2 {
        width: 90vw;
        max-width: none;
        line-height: 1;
        text-align: center;
        margin-top: 3.75vw;
    }
    .footer_re_sumu_sec .footer_re_sumu_text h2 img{
        width: 36.71875vw;
    }
    .footer_re_sumu_sec .footer_re_sumu_text p {
        font-size: 2.5vw;
        margin: 4.84375vw 0;
    }
    footer .footer_inner{
        flex-wrap: wrap-reverse;
        width: 90vw;
        margin: 0 auto;
    }
    footer .footer_inner .fb_feed {
        width: 85vw;
        margin: 0 auto;
    }
    footer .footer_inner .fb_feed iframe{
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        display: block;
    }
    footer .footer_inner .footer_menu{
        width: 90vw;
        margin-top: 8.98437vw;
    }
    footer .footer_inner .footer_menu_logo_1 {
        width: 37.89062vw;
        max-width: none;
        padding-right: 11.3vw;
    }
    footer .footer_inner .footer_menu_logo_2 {
        width: 31.09375vw;
        max-width: none;
    }
    footer .footer_inner .footer_menu_text p {
        font-size: 3.125vw;
        margin-top: 5.46875vw;
        margin-bottom: 7.8125vw;
        line-height: 1.95;
    }
    footer .footer_inner .footer_menu_link {
        border-top: 1px solid #ffffff;
        padding-top: 7vw;
        max-width: none;
        width: 90vw;
        display: flex;
        flex-wrap: wrap;
    }
    footer .footer_inner .footer_menu_link a{
        display: block;
        width: 45vw;
        font-size: 3.125vw;
        margin-right: 0vw;
        margin-bottom: 4.375vw;
    }
    .copyright{
        margin-top: 10.15625vw;
        margin-bottom: 14vw;
        text-align: center;
        font-size: 2.1875vw;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
    }
    .main_logo {
        top: 3.125vw;
    }
    .main_logo a {
        max-width: 379.5px;
        width: 39.53125vw;
        max-height: none;
        height: 15.625vw;
    }
    .main_logo img {
        max-width: 379.5px;
        width: 39.53125vw;
    }
}


/*20240612追記wf*/
.categoryid-13 header .header_nav {
    display: none;
}


/*202310追記*/

.main_img .w_100p {
    /*width: 90%;*/
    margin: 0 auto;
}
#top_new .top_wrap_new {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 20px 0;
}
#top_new .top_wrap_new .top_logo_new {
    width: 60%;
}
#top_new .top_wrap_new {
    display: flex;
    flex-wrap: wrap;
}
#top_new .top_wrap_new p {
    font-size: 14px;
    display: inline-block;
    margin: 0 20px 0 0;
    letter-spacing: 0.1em;
}
#top_new .top_wrap_new p:last-child {
    margin: 0;
}
#top_new .top_wrap_new .top_header_info_new {
    width: 100%;
}
.banner_new {
    width: 90%;
    max-width: 1100px;
    margin: 15px auto 0 auto;
}
.banner_new:last-child {
    margin: 15px auto 80px auto;
}
.banner_new img {
    width: 100%;
    height: auto;
}
/*---PC---*/
@media screen and (min-width:1024px) {
#top_new .top_wrap_new {
    width: 85%;
    margin: 0 0 0 5%;
    flex-wrap: initial;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
}
#top_new .top_wrap_new .top_logo_new {
    max-width: 350px;
}
#top_new .top_wrap_new .top_header_info_new {
    width: auto;
}
#top_new .top_wrap_new p {
    font-weight: bold;
}

}
