/*
Theme Name: Fugetsudo ver.1.1
Theme URI: 2025nov01
Author: SHOKODO Co.,Ltd
Description: メールフォーム追加に伴うCSS調整
Version: 1.1
-----------------------------------------

    Mobile // Smartphone + landscape
    max-width: 559px;

-----------------------------------------*/
body {
    overscroll-behavior: none;
}
/* ドロワー展開時に背景をスクロールさせない */
.wrap {
    position: absolute;
	inset: 0;
	overflow: auto;
}
/*----------------------------------------------------------
    Fonts Custom//Base
----------------------------------------------------------*/
h1.corp-name {
    padding: 0.5em 0 1em 0;
}
h1.corp-name img {
    width: 50px;
}
/*===========================================================
	Header
============================================================*/
#index-head {
    height: 500px;
}
#logo-area {
    z-index: 98;
    height: 100px;
}
    #lower-head img {
        width: 285px;
    }

/*===========================================================
	Navigation
============================================================*/
/*----------------------------------------------------------
    Drawer
----------------------------------------------------------*/
.index-head-menu,
.lower-head-menu {
    position: absolute;
    z-index: 99;
    right: 0;
    height: 1000px;
}

/* :::::: toggle button :::::: */
#drawer {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
}
.open {
    z-index: 99;
	top: 8px;
	right: 8px;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background: #202449;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
    .open::before,
    .open::after {
        content: "";
    }
    .open span,
    .open::before,
    .open::after {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        left: 30%;
        width: 40%;
        border-bottom: 2px solid white;
        transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .open::before {
        transform: translateY(-8px);
    }
    .open::after {
        transform: translateY(8px);
    }
.close {
    z-index: 1;
    inset: 0;
    pointer-events: none;
    transition: background .6s;
}
#drawer:checked + .open {
	background: #cc1b56;
	transform: translateX(-280px);
}
#drawer:checked + .open span {
	transform: scaleX(0);
}
#drawer:checked + .open::before {
	transform: rotate(135deg) scaleX(1.2);
}
#drawer:checked + .open::after {
	transform: rotate(-135deg) scaleX(1.2);
}
#drawer:checked ~ .close {
    z-index: 1;
	pointer-events: auto;
	background: rgba(0,0,0,.3);
}

/* :::::: drawer menu :::::: */
.menu {
    z-index: 5;
	position: fixed;
	overflow: auto;
	right: 0;
	height: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
    background: #202449;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.index-head-menu .menu {
	top: 0;
    width: 280px;
    transform: translateX(140%);
}
.lower-head-menu .menu {
    top: 0;
    width: 280px;
    transform: translateX(100%);
}

.menu ul {
    justify-content: center;
    flex-direction: column;
	margin: 0;
	padding: 0;
}
    .lower-head-menu .menu ul li {
        padding: 1em;
    }

    .menu li {
        width: 90%;
        line-height: 1.4;
        border-top: #b1b1b1 1px solid;
    }
    .menu li:first-child {
        border-top: none
    }
        .menu a {
            display: block;
            color: white;
            text-decoration: inherit;
            transition: background .6s;
        }
        .menu a:hover {
            background: #6f7189;
        }
    #drawer:checked ~ .menu {
        transform: none;
    }
/*----------------------------------------------------------
    Header//Home
----------------------------------------------------------*/
#main-head {
    z-index: 80;
}
.head-menu ul li {
    border-left: none;
}
    .head-menu ul li a {
        color: #fff;
    }
/*===========================================================
	Main Visual
============================================================*/
#main-visual {
    height: 500px;
}
    .item-comment {
        bottom: 123px;
        min-width: 40%;
        padding: 1em 2em 1em 2em;
        border-radius: 50px 0 0 50px;
    }
/*===========================================================
	Main//Index
============================================================*/
.inner {
    width: 90%;
}
main.index-main {
    margin: 0 auto;
    padding: 0;
}
#greetring-area {
    width: 100%;
    min-height: 515px;
    height: 710px;
    padding: 0 0 2em 0;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0% 90%, 0 0);
}
    .greeting {
        flex-direction: column;
    }
    .greeting div {
        width: 100%;
    }
    .greeting img {
        width: 100%;
    }
#recommend-area {
    height: 1400px;
    padding-top: 200px;
    background-image: url('images/white-back.jpg');
    background-repeat: repeat;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0% 90%, 0 0);
}
    .recommend {
        flex-direction: column;
    }
    .recommend a {
        width: 100%;
    }
    .banner {
        flex-direction: column;
    }
        .banner img {
            width: 100%;
            margin-bottom: 1em;
        }
#order-area {
    height: 700px;
    padding: 10em 0 3em 0;
    background:url('images/green-back.jpg') repeat top center;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0% 90%, 0 0);
}
    .order img {
        width: 200px;
        height: 200px;
    }
    .left-img,
    .right-img {
        z-index: 99;
        position: relative;
        width: 100%;
        height: 500px;
    }
    .left-img img,
    .right-img img {
        width: 200px;
        height: auto;
    }
        .left-img {
            top: -157px;
            left: -10px;
        }
        .right-img {
            top: -1360px;
            right: -170px;
        }
#order-button {
    top: -45px;
    padding: 2em 0;
}
#notice-area {
    top: 0px;
}
.notice {
    flex-direction: column;
}
    .notice h2 {
        width: 100%;
        text-align: left;
    }
    .notice-list {
        width: 100%;
        flex-direction: column;
        text-align: left;
    }
        .notice-list dt {
            width: 100%;
            padding: 1em 0 0 0;
        }
        .notice-list dd {
            width: 100%;
            padding: 0.5em 0 0 0;
        }
#info-area {
    bottom: -3686px;
    left: 0;
    width: 100%;
    height: 300px;
}
/*===========================================================
	Footer
============================================================*/
a.totop {
    bottom: 90px;
    right: 20px;
}
footer {
    min-height: 965px;
    padding: 60px 0 0 0;
    clip-path: polygon(50% 8%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.footer-inner {
    width: 90%;
    margin: 0 auto 85px auto;
}
.footer-map,
.footer-map iframe {
    width: 100%;
}
.add-area h2 img {
    width: 100%;
}
.index-foot {
    margin: 185px auto 0 auto;
}
.lower-foot {
    margin: 2em 0 0 0;
}

/*===========================================================
	Lower
============================================================*/
/*----------------------------------------------------------
    Header//Lower
----------------------------------------------------------*/
.lower-header {
    height: 210px;
    padding: 2em 5% 2em 5%;
    clip-path: polygon(50% 100%, 100% 70%, 100% 0, 0 0, 0 70%);
}
/*----------------------------------------------------------
    Main//Lower
----------------------------------------------------------*/
.contents {
    width: 90%;
}
/*----------------------------------------------------------
    Product//Lower
----------------------------------------------------------*/
.item-price {
    width: 70%;
}
    .item-price table tr td {
        border-bottom: none;
    }
    .item-price table tr td:nth-child(odd) {
        width: 50%;
    }
    .item-price table tr td:nth-child(even) {
        border-left: #202449 1px solid;
    }
/*===========================================================
	Archive
============================================================*/
a.arch-box {
    width: calc(calc(100% / 2) - 8px);
}
    a.arch-box h3 {
        font-size: 100%;
        line-height: 1.5;
    }