/* 全体 */
*{
    margin: 0;
    padding: 0;
    color: #342121;
    box-sizing: border-box;
}
body {
    font-family: 'Lora:ital', serif;
}
header {
    height: 100px;
}
a,li {
    text-decoration: none;
}
li:hover,a:hover,.btn:hover {
    color: #65c6d1;
}
ul{
    list-style: none;
}
h2 {
    text-align: center;
    margin: 20px 0px;
    font-weight: 500;
    letter-spacing: 9px;
    font-size: 2.3em;
    font-style: italic;
}
.btn,.rbtn {
    color: #342121;
    background-color: #fff;
    border: 1px solid #342121;
    display: block;
    width: 150px;
    padding: 15px 20px;
    margin: 20px auto 50px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}
.btn:hover,.rbtn:hover {
    color: #fff;
    background-color: #342121;
}
.sen {
    width: 95%;
    border-top: 1px solid #888;
    margin: 10px auto;
}
main {
    width: 1215px;
    margin: auto;
}

/* fixedしてあるメニュー */
.DropdownMenu {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1215px;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    background-color: rgba(255, 255, 255, .5);
} 
.Menu {
    width: 100%;
    display: flex;
} 
.Menu > * + * {
    border-left: 1px solid #888;
}
.Menu-Item {
    position: relative;
    flex: 1;
    cursor: pointer;
} 
.Menu-Item-Label {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.SubMenu {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
}
.SubMenu-Item {
    width: 100%;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
} 
.SubMenu > * + * {
    border-top: 1px solid #888;
} 
.Menu-Item:hover .SubMenu {
    visibility: visible;
}
.SubMenu {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
}
.Menu-Item:hover .SubMenu {
    transition: all 0.3s;
    visibility: visible;
    transform: translateY(10px);
}

/* 検索モーダル */
.modal-1__wrap input {
    display: none;
}
.modal-1__open-label,
.modal-1__close-label {
    cursor: pointer;
}
.modal-1__open-label {
    color: #342121;
    font-size: .95em;
}
.Menu-Item-Label:hover {
    cursor: pointer;
    color: #65c6d1;
}
.modal-1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.modal-1__open-input:checked + label + input + .modal-1 {
    display: block;
    animation: modal-1-animation .6s;
}
.modal-1__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}
.modal-1__close-label {
    background-color: #888;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.4em;
}
.modal-1__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
}
.modal-1__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}
@keyframes modal-1-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media only screen and (max-width: 520px) {
    .modal-1__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-1__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-1__content-wrap {
        width: 90vw;
    }

    .modal-1__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}
/* 検索モーダルの中 */
.search-form-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #777777;
    border-radius: 25px;
}
.search-form-3 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.search-form-3 button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23777777'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}
/* login */
*:focus {
    outline: none;
}
#login {
    margin: 20px auto;
    width: 300px;
}
.login-screen {
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px
}
.app-title {
    text-align: center;
    color: #888;
}
.login-form {
    text-align: center;
}
.control-group {
    margin-bottom: 10px;
}
input {
    text-align: center;
    background-color: #ECF0F1;
    border: 2px solid transparent;
    font-size: 16px;
    font-weight: 200;
    padding: 10px 0;
    width: 80px;
    transition: border .5s;
}
input:focus {
    border: 2px solid #65c6d1;
    box-shadow: none;
}
.login-link {
    font-size: 14px;
    color: #342121;
    display: block;
}
.lbtn {
    color: #342121;
    background-color: #fff;
    border: 1px solid #342121;
    display: block;
    width: 150px;
    padding: 15px 20px;
    margin: 20px auto 5px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}
.lbtn:hover {
    color: #fff;
    background-color: #342121;
}

/* toppage */
.sitemain {
    width: 1215px;
    height: 800px;
    margin: auto;
}
.sitemain h1 {
    padding-top: 300px;
    text-align: center;
    font-size: 80px;
    height: 400px;
}
.sitemain p {
    padding-left: 41%;
    font-size: larger;
}
/* toppage sec1 */
.newitem1 {
    display: flex;
    justify-content: space-between;
    width: 1215px;
    box-sizing: border-box;
    margin: auto;
    flex-wrap: wrap;
}
.item {
    width: 30%;
    padding: 20px;
    margin: 20px
}
.item img {
    width: 100%;
    height: auto;
}
.itemname {
    display: flex;
    justify-content: space-between;
}
/* toppage sec2 */
.ranking {
    display: flex;
    justify-content: space-between;
    width: 1215px;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin: auto;
}
.ritem {
    width: 18%;
    height: auto;
}
.ritem img {
    width: 100%;
    height: auto;
}
.ranking1 {
    background-color: #d9bb00;
    width: 25px;
    height: 25px;
    color: #fff;
    position: absolute;
}
.ranking2 {
    background-color: #a6acaf;
    width: 25px;
    height: 25px;
    color: #fff;
    position: absolute;
}
.ranking3 {
    background-color: #c0a17f;
    width: 25px;
    height: 25px;
    color: #fff;
    position: absolute;
}
.ranking4,.ranking5 {
    background-color: #555;
    width: 25px;
    height: 25px;
    color: #fff;
    position: absolute;
}
/* toppage sec3 */
.topnews {
    width: 1215px;
    margin: 50px auto;
    padding-left: 50px;
}

/* allitem favorite */
.newitem3 {
    display: flex;
    justify-content: space-around;
    width: 1215px;
    margin: auto;
}
.underheaderfav {
    width: 1215px;
    margin: auto;
    padding-left: 50px;
    display: flex;
}.underheaderfav img {
    width: 55px;
    height: 55px;
    margin-top: 30px;
}
.underheaderfav h2 {
    margin-left: 18%;
}
.underheaderfav p {
    margin-top: 35px;
}

/* item */
.btncart {
    color: #342121;
    background-color: #fff;
    border: 1px solid #342121;
    display: block;
    width: 200px;
    padding: 15px 20px;
    margin: 20px auto 0;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}
.btncart:hover {
    color: #fff;
    background-color: #342121;
}
.jacket {
    font-size: 20px;
    margin-top: 225px;
    margin-bottom: 0;
    text-align: left;
    letter-spacing: 0;
    font-size: 30px;
    font-style: 'Lora:ital', serif;
    font-weight: 100;
}
.nedan {
    font-size: 25px;
}
.itemtop {
    display: flex;
    margin-top: 10px;
}
.itemmane {
    padding-top: 23px;
    padding-left: 3%;
}
.favoritecart {
    display: flex;
}
.setumei {
    margin: 0 0 50px 140px;
}
/* お気に入りモーダル */
.modal-open-button {
    color: #342121;
    background-color: #fff;
    border: 1px solid #e4485c;
    display: block;
    width: 200px;
    padding: 15px 20px;
    margin: 20px 20px 0 0;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}
.modal-open-button:hover {
    color: #fff;
    background-color: #e4485c;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    opacity: 0;
    transition: opacity 0.5s, scale 0s 0.5s;
    scale: 0;
} 
.modal:target {
    opacity: 1;
    transition: opacity 0.5s;
    scale: 1;
}
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    transform: translate(50%, -50%);
}
.modal-wrapper {
    position: relative;
    width: 80%;
    max-width: 500px;
    max-height: 70%;
    padding: 20px;
    margin: auto;
    background-color: #fff;
  }
.modal-content p {
    margin-left: 130px;
}
.modal-content img {
    padding: 0 0 0 75px;
}
/* カートモーダル */
.cartmodal-open-button {
    color: #342121;
    background-color: #fff;
    border: 1px solid #342121;
    display: block;
    width: 200px;
    padding: 15px 20px;
    margin: 20px 20px 0 0;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}
.cartmodal-open-button:hover {
    color: #fff;
    background-color: #342121;
}
.cartmodal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    opacity: 0;
    transition: opacity 0.5s, scale 0s 0.5s;
    scale: 0;
}
.cartmodal:target {
    opacity: 1;
    transition: opacity 0.5s;
    scale: 1;
} 
.cartclose {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    transform: translate(50%, -50%);
} 
.cartmodal-wrapper {
    position: relative;
    width: 80%;
    max-width: 500px;
    max-height: 70%;
    padding: 20px;
    margin: auto;
    background-color: #fff;
}
.cartmodal-content h3 {
    margin: 0 0 0 134px;
}
.cartmodal-content p {
    margin-left: 145px;
}
.cartmodal-content img {
    padding: 0px;
    width: 150px;
    height: 150px;
    margin: 80px 0 80px 160px;
}

/* concept */
#sitemain2 {
    background-image: url(image/sitemain2.png);
    width: 1215px;
    height: 900px;
    margin: auto ;
    margin-top: 50px;
}
#sitemain2::before {
    position: absolute;
    z-index: 0;
    width: 1215px;
    height: 900px;
    content: "";
    display: block;
    background-color: rgba(253, 254, 255, .1);
}
#sitemain2 h3 {
    font-size: 30px;
    padding-top: 260px;
    text-align: center; 
}
#sitemain2 p {
    text-align: center;
    padding-top: 50px;
}

/* news */
.news {
    width: 1215px;
    margin: auto;
    padding-top: 10px;
    padding-left: 10px;
}
.news-1 {
    width: 1215px;
    margin: auto;
}
.newstitle:hover {
    color: #65c6d1;
}

/* faq */
#faq {
    padding: 0;
}
.qa-6 {
    max-width: 1215px;
    margin-bottom: 5px;
    border-bottom: 1px solid #888;
    margin: auto;
}
.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #342121;
    font-weight: 600;
    cursor: pointer;
}
.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}
.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}
.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #342121b3;
    border-right: 3px solid #342121b3;
    content: '';
    transition: transform .5s;
}
.qa-6[open] summary::after {
    transform: rotate(225deg);
}
.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.qa-6[open] p {
    transform: none;
    opacity: 1;
}
.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
.qa-6 a {
    text-decoration: underline;
}

/* contact */
#contact {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0;
}
.contact-ttl {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.contact-table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.contact-item,
.contact-body {
    padding: 20px;
    border: 1px solid #ccc;
}
.contact-item {
    text-align: left;
    width: 30%;
    background-color: #eee;
}
.contact-body {
    width: 70%;
}
.form-text {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}
.contact-sex + .contact-sex {
    margin-left: 10px;
}
.contact-sex-txt {
    display: inline-block;
    margin-left: 5px;
}
.form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.contact-skill {
    display: block;
}
.contact-skill + .contact-skill {
    margin-top: 10px;
}
.contact-skill-txt {
    display: inline-block;
    margin-left: 5px;
}
.form-textarea {
    width: 100%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.contact-submit {
    width: 250px;
    background-color: #342121;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: 0.5s;
}
.contact-submit:hover {
    background-color: #65c6d1;
}
#contact a {
    text-decoration: underline;
}
.checkbox-2 {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
}
.checkbox-2 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}
.checkbox-2 label::before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #d6dde3;
    content: '';
}
.checkbox-2 label:has(:checked)::after {
    position: absolute;
    top: 3px;
    left: 7px;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #2589d0;
    border-width: 0 3px 3px 0;
    content: '';
}
.checkbox-2 input {
    display: none;
}

/* bunsyo */
#main-bunsyo {
    width: 1215px;
    margin: auto;
}
#main-bunsyo table {
    margin: auto;
}
th {
    padding: 10px 100px;
}
.jinninn {
    margin: 50px auto 50px;
}

/* cart */
.underheadercart {
    width: 1215px;
    margin: auto;
    padding-left: 50px;
    display: flex;
}
.underheadercart img {
    width: 50px;
    height: 50px;
    margin-top: 18px;
}
.underheadercart h2 {
   margin-left: 32%;
}
.underheadercart p {
    margin-top: 25px;
}
.goukei {
    width: 1215px;
    height: 100px;
    margin: auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.goukei h3 {
    margin: 0 50px;
    font-size: 30px;
}
.goukei p {
    margin: 15px 0 0 610px;
}

/* footer */
footer {
    width: 1215px;
    margin: auto;
}
.undernav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.undernav li {
    margin: 50px 20px 0;
}
.sns {
    display: flex;
    justify-content: flex-end;
    margin-top: 5%;
    margin-right: 5%;
}
footer p {
    text-align: center;
    margin-bottom: 50px;
}

/* レスポンシブ */
/* PC（1215px以上）　*/
@media (min-width:1215px) {
    .hambuger,.rrbtn,.sidemenu {
        display: none;
    }
}
@media (max-width:1214px) {
    .rrbtn {
        display: none;
    }
/* ハンバーガー */
/* Navbar & Navmenu color */
:root {
    --background-navbar: rgba(255, 255, 255, .5);
}  
.hambrger {
    background: var(--background-navbar);
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 52px;
}
/* Nav items */
.menu {
    list-style: none;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    height: auto;
    top: 50px;
    padding: 0 0 10px 0;
    clear: both;
    /* background: var(--background-navbar); */
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
}
/* Hamburger menu button */
.menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger menbu text */
.menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 14px;
    color: #342121;
    opacity: 0;
    transition: 0.5s;
}  
.menu li {
    border-top: 1px solid #888;
    padding: 15px 0;
    margin: 0 54px;
    opacity: 0;
    transition: 0.5s;
    font-weight: 500;
    font-size: 14px;
}
.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}  
.menu-btn {
    display: none;
}  
.menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 5% 5% 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);;
}  
.navicon {
    background: #888;
    display: block;
    height: 3px;
    width: 26px;
    margin-left: 20px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
} 
.navicon:before,
.navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #888;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}  
.navicon:before {
    top: 9px;
}  
.navicon:after {
    bottom: 9px;
}  
/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}  
.menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
} 
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
}  
.menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */  
/* Navbar Container */
.navtext-container {
    width: 50px;
    height: 50px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Navbar Text */
.navtext {
    position: absolute;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 4px;
    font-size: 20px;
}
/* サブアイコン */
.topmenu {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
}
.sidemenu {
    height: auto;
    display: flex;
    justify-content: flex-end;
}
.sbtn,.Menu-Item-Label {
    width: 5%;
    height: auto;
    margin: 10px;
}
.sbtn img,.Menu-Item-Label img {
    width: 100%;
}
/* dropdown */
.DropdownMenu {
    display: none;
}
/* top */
main,footer {
    width: 100%;
}
.sitemain {
    width: 100%;
    text-align: center;
}
.sitemain h1,.sitemain p {
    padding-left: 0;
}
.ranking {
    width: 100%;
}
.newitem1,.newitem3  {
    width: 100%;
    justify-content: space-around;
}
.item {
    width: 30%;
    margin: 0 0 20px;
    padding: 0;
}
/* concept */
#sitemain2,#sitemain2::before {
    width: 100%;
    height: auto;
}
/* news */
.news-1 {
    width: 100%;
}
/* 各文書 */
#main-bunsyo {
    width: 100%;
    padding: 5px;
}
th,td {
    font-size: 10px;
    padding: 5px;
}
/* favocart */
.underheaderfav {
    width: 100%;
    margin: auto;
    padding-left: 0;
}
.underheadercart {
    width: 100%;
    padding-left: 0;
}
.goukei {
    width: 100%;
}
.goukei h3 {
    font-size: 20px;
    margin: 5px;
}
.goukei p {
    margin: 14px 0 0 350px;
}
}

/* タブレット */
@media (max-width:960px) {
    header {
        height: 50px;
    }
    .rbtn {
        display: none;
    }
    .rrbtn {
        width: 30%;
        height: auto;
        color: #342121;
        background-color: #fff;
        border: 1px solid #342121;
        display: block;
        text-align: center;
        text-decoration: none;
        transition: 0.5s;
        padding-top: 20%;
        font-size: 12px;
    }
    .btn,.cartmodal-open-button,.modal-open-button,.lbtn,.contact-submit {
        width: 120px;
        font-size: 12px;
        padding: 5px;
    }
    .sitemain {
        height: 450px;
    }
    .sitemain h1 {
        padding-top: 150px;
        padding-left: 0;
        font-size: 40px;
        height: 200px;
    }
    .sitemain p {
        font-size: 12px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 14px;
    }
    p,a {
        font-size: 12px;
    }
    .btn,.lbtn {
        width: 120px;
        font-size: 16px;
        padding: 5px;
    }
    .ranking {
        justify-content: space-around;
        width: 100%;
        margin-bottom: 10px;
    }
    .ritem {
        width: 30%;
        height: auto;
        margin-bottom: 20px;
    }
    .ranking1,.ranking2,.ranking3,.ranking4,.ranking5 {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .topnews {
        width: 100%;
    }
    .undernav ul {
        display: block;
        text-align: center;
    }
    .undernav li {
        margin: 0;
    }
    /* itempage */
    .itemtop {
        display: block;
        width: 100%;
    }
    .itemtop img {
        width: 70%;
        height: auto;
        margin: auto;
    }
    .jacket {
        margin-top: 0;
        font-size: 16px;
    }
    .nedan {
        font-size: 14px;
    }
    .itemmane {
        margin: 0 0 0 110px;
        padding-top: 0;
    }
    .setumei {
        margin-top: 20px;
    }
    /* concept */
    #sitemain2,#sitemain2::before {
        width: 100%;
        height: auto;
    }
    #sitemain2 h3 {
        font-size: 30px;
        padding-top: 100px;
        text-align: center; 
    }
    #sitemain2 p {
        text-align: center;
        padding-bottom: 50px;
    }
    /* news */
    .news {
        width: 100%;
    }
    #news-1,#news-2,#news-3 {
        margin: 10px;
    }
    /* contact */
    #contact {
        width: 100%;
        padding: 0;
    }
    .contact-table {
        width: 80%;
        margin: auto;
    }
    .contact-ttl {
        font-size: 25px;
    }
    .contact-item {
        font-size: 14px;
    }
    .contact-skill-txt {
        font-size: 12px;
    }
    .form,.checkbox-2 {
        margin-left: 10%;
    }
    .underheadercart h2 {
        margin-left: 30%;
     }
}

/* スマホ */
@media (max-width:426px) {
    header {
        height: 10px;
    }
    .menu li {
        padding: 5px 0;
    }
    .navicon {
        height: 2px;
        margin-left: 0;
    }
    /* toppage */
    .rbtn {
        display: none;
    }
    .rrbtn {
        width: 30%;
        height: auto;
        color: #342121;
        background-color: #fff;
        border: 1px solid #342121;
        display: block;
        text-align: center;
        text-decoration: none;
        transition: 0.5s;
        padding-top: 20%;
        font-size: 12px;
    }
    .btn,.cartmodal-open-button,.modal-open-button,.lbtn {
        width: 120px;
        font-size: 12px;
        padding: 5px;
    }
    h2 {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    .sitemain {
        height: 500px;
    }
    .sitemain h1 {
        padding-top: 230px;
        padding-left: 0;
        font-size: 40px;
        height: 280px;
    }
    h3,#sitemain2 h3{
        font-size: 12px;
    }
    p {
        font-size: 10px;
    }
    a {
        font-size: 10px;
    }
    .item {
        margin: 5px;
        padding: 0;
        width: 30%;
        height: auto;
    }
    .itemname {
        display: block;
    }
    .ranking {
        justify-content: space-around;
        width: 100%;
        margin-bottom: 10px;
    }
    .ritem {
        width: 30%;
        height: auto;
        margin-bottom: 5px;
    }
    .ranking1,.ranking2,.ranking3,.ranking4,.ranking5 {
        width: 15px;
        height: 15px;
        font-size: 10px;
    }
    /* itempage */
    .itemtop {
        display: block;
        margin-top: 15%;
    }
    .itemtop img {
        width: 100%;
        height: auto;
    }
    .itemmane {
        margin-left: 5px;
    }
    .jacket {
        margin-top: 0;
        font-size: 16px;
        font-weight: 500;
    }
    .nedan {
        font-size: 12px;
    }
    .favoritecart {
        margin-left: 5%;
    }
    .setumei{
        margin: 30px 0 0 0;
    }
    .setumei p {
        font-size: 12px;
    }
    /* contact */
    .contact-ttl {
        font-size: 16px;
    }
    .contact-item {
        font-size: 12px;
        padding: 0;
    }
    .contact-skill-txt {
        font-size: 10px;
    }
    /* favocart */
    .underheaderfav p {
        margin-top: 30px;
        width: 70px;
    }
    .underheaderfav h2 {
        margin: 32px 0 0;
        font-size: 15px;
    }
    .underheaderfav img {
        width: 35px;
        height: 35px;
        margin-top: 30px;
    }
    .underheadercart {
        width: 100%;
    }
    .underheadercart img {
        width: 35px;
        height: 35px;
        margin-top: 16px;
    }
    .underheadercart h2 {
       margin-left: 43px;
       text-align: left;
    }
    .underheadercart p {
        margin-top: 21px;
        width: 85px;
    }
    .goukei p {
        margin: 17px 0 0 0;
    }
    /* footer */
    .undernav a{
        font-size: 12px;
    }
}
