* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    text-align: left;
}


/* リセットcss終り */

html {
    /* ルートのフォントサイズを10pxにする */
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.8;
    background-color: #fff;
    text-align: left;
    font-family: "YakuHanJPs", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
}

.space-s {
    width: 100%;
    height: 20px;
}

.space-m {
    width: 100%;
    height: 40px;
}

.space-l {
    width: 100%;
    height: 60px;
}

.wrapper {
    height: 100%;
    padding-top: 90px;
    overflow-x: hidden;
    /* position: relative; */
}


/* メニュー表示時に使用するcssここから */


/* .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
}

.overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
} */


/* 
main {
    height: 100%;
    min-height: 100vh;
    padding: 0 50px;
    background-color: #eee;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

main.open {
    transform: translateX(-250px);
}


/* main h1 {
    text-align: center;
    font-weight: 500;
}

main p {
    text-align: center;
} */

.menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 100;
}

.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgb(255, 255, 255);
    transition: all .5s;
}

.menu-trigger.active span {
    background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
    top: 12px;
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
}

nav {
    width: 250px;
    height: 100%;
    padding-top: 100px;
    background-color: rgba(106, 117, 146, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translate(250px);
    transition: all .5s;
}

nav.open {
    transform: translateZ(0);
}

nav li {
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

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


/* メニュー表示時に使用するcssここまで */

header {
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    z-index: 99;
}

.mainlogo {
    margin: 12px auto 5px 20px;
    width: 160px;
}

.image-full img {
    width: 100%;
}


/* #parent {
    position: relative;
} */

.top-item-wrap {
    position: relative;
    height: auto;
    display: flex;
    width: 94%;
    margin: 0 auto;
    padding: 10px;
}

.top-item-container {
    top: 20px;
    right: 0;
    width: 52%;
    /* height: 580px; */
    padding: 5%;
}

.topbase00 {
    background: rgba(255, 212, 205, 0.7);
}

.topbase01 {
    position: absolute;
    top: 70px;
    right: 0;
    background: rgba(188, 217, 255, 0.7);
}

.top-item-inner-container {
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgb(255, 255, 255);
    box-shadow: 7px 7px 10px 3px rgba(0, 0, 0, 0.3);
}

.top-item-inner-container h2 {
    font-size: 5rem;
    text-align: center;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
}

.top-item-photo {
    margin: 0 auto;
    width: 60%;
    height: 200px;
    background-color: #fff;
    box-shadow: 7px 7px 10px 3px rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-miradge {
    background-image: url(img/goods_photo/howtouse02_hasamu.jpg);
}

.top-miradge::after {
    content: 'Original 3way mirror item';
}

.top-towel {
    background-image: url(img/goods_photo/towel_about.jpg);
}

.top-towel::after {
    display: block;
    margin-left: 4px;
    content: 'You can keep a seat with this towel at cafe or etc.';
    color: #ffffff;
}

.top-item-caption {
    width: 80%;
    margin: 30px auto 30px auto;
}

.item-section-wrap {}

.section-title {
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: rgb(29, 29, 29);
    text-align: center;
}

.section-top {
    width: 100%;
}

.img-full img {
    width: 100%;
    background-size: contain;
    display: block;
}

.pict-box-introduction {
    width: 256px;
    height: 360px;
    margin: 10px;
    z-index: 10;
}

.pict-box {
    width: 206px;
    height: 360px;
    margin: 10px;
    z-index: 10;
}

.pict-square-introduction {
    width: 256px;
    height: 224px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
    border: solid 1px #000;
}

.pict-square {
    width: 206px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    border: solid 1px #000;
}

.pict-box-towel {
    width: 306px;
    height: 260px;
    margin: 10px;
    z-index: 10;
}

.pict-square-towel {
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border: solid 1px #000;
}

.introduction-pict01 {
    background-image: url(img/about_mrg01.jpg);
}

.introduction-pict02 {
    background-image: url(img/about_mrg02.jpg);
}

.introduction-pict03 {
    background-image: url(img/about_mrg03.jpg);
}

.situation-pict01 {
    background-image: url(img/situation01.png);
}

.situation-pict02 {
    background-image: url(img/situation02.png);
}

.situation-pict03 {
    background-image: url(img/situation03.png);
}

.towel-situation-pict01 {
    background-image: url(img/cafe01.JPG);
    background-position: left bottom;
}

.towel-situation-pict02 {
    background-image: url(img/cafe02.JPG);
    background-position: center;
}

.pict-box-howto {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.item-introduction-container {
    margin: 0 auto;
    /* width: 90%; */
    padding: 10px;
    position: relative;
}

.item-introduction-container-howto {
    margin: 0 auto;
    /* width: 90%; */
    padding: 10px;
    position: relative;
    height: 720px;
}

.item-introduction-container-about {
    margin: 0 auto;
    /* width: 90%; */
    padding: 10px;
    position: relative;
}

.howto {
    /* width: 90%; */
}

.situation {
    width: 940px;
}

.about {
    width: 80%;
}

.introduction-base {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    height: auto;
    position: relative;
    left: 10px;
}

.introduction-base-intro-miradge01 {
    margin-bottom: 150px;
    padding: 20px;
    width: 740px;
    height: 170px;
    position: relative;
    left: -60px;
    background-color: #d6ecf5;
    overflow: hidden;
}

.introduction-base-intro-miradge02 {
    margin-bottom: 20px;
    padding: 20px;
    width: 900px;
    height: 240px;
    position: relative;
    background-color: #ffd4cdb3;
    overflow: hidden;
}

.introduction-base-intro-miradge03 {
    margin-bottom: 250px;
    padding: 20px;
    width: 660px;
    height: 170px;
    position: relative;
    left: 100px;
    background-color: #ddecfb;
    overflow: hidden;
}

.introduction-base-intro-towel {
    margin-bottom: 250px;
    padding: 20px;
    width: 610px;
    height: 230px;
    position: relative;
    left: 20px;
    background-color: rgba(188, 217, 255, 0.7);
    overflow: hidden;
}

.introduction-base-intro-towel .base-text {
    position: absolute;
    top: -60px;
    left: -22px;
    font-size: 13rem;
    font-weight: 600;
    color: #ffffff4f;
    white-space: nowrap;
    z-index: 9;
}

.item-introduction-inner-container {
    position: absolute;
    width: 380px;
    height: auto;
    top: 80px;
    left: 80px;
}

.item-introduction-inner-container-howto {
    position: absolute;
    width: 380px;
    height: auto;
    top: 80px;
    left: 100px;
}

.introduction-base h2 {
    text-align: center;
}


/* .intro-miradge01 {
    background-color: rgba(255, 212, 205, 0.7);
} */

.intro-towel01 {
    background-color: rgba(188, 217, 255, 0.7);
}

.introduction-base .base-text {
    position: absolute;
    top: -100px;
    left: -22px;
    font-size: 17rem;
    font-weight: 600;
    color: #ffffff4f;
    white-space: nowrap;
    z-index: 9;
}

.introduction-base h2 {
    z-index: 10;
    position: relative;
}

.introduction-base-intro-towel h2 {
    z-index: 10;
    position: relative;
}

.intro-caption {
    width: 100%;
    height: auto;
    font-size: 1.3rem;
    margin: 4px 0px 0px 0px;
}

.intro-caption p {
    text-align: center;
}

.pict-container {
    margin: 0 auto;
    width: 678px;
    left: 60px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.pict-container-towel {
    margin: 0 auto;
    width: 678px;
    left: 60px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.pict-container-introduction {
    margin: 0 auto;
    width: 828px;
    display: flex;
    flex-wrap: wrap;
}

.howto-caption h3 {
    position: relative;
    text-align: center;
    z-index: 10;
    border-bottom: dotted 1px;
}

.pict-container-howto {
    margin: 0 auto 10px auto;
    width: 904px;
    display: flex;
    flex-wrap: wrap;
    border: #ffc7be solid 1px;
    background-color: #ffd4cd66;
}

.pict-container-howto-onecont {
    margin: 0 auto 10px auto;
    width: 904px;
    display: flex;
    flex-wrap: wrap;
}

.pict-container-howto-small {
    margin: 0 auto 10px auto;
    width: 450px;
    display: flex;
    flex-wrap: wrap;
    border: #ffc7be solid 1px;
    background-color: #ffd4cd66;
}

.howto-step-box {
    width: 430px;
    /* height: 360px; */
    margin: 10px;
    z-index: 10;
    display: flex;
}

.howto-pict01 {
    background-image: url(img/goods_photo/howtouse01_chain.jpg);
}

.howto-pict01::after {
    content: '1.';
    font-size: 2rem;
    margin-left: 5px;
}

.howto-pict02 {
    background-image: url(img/goods_photo/howtouse02_hasamu.jpg);
}

.howto-pict02::after {
    content: '2.';
    font-size: 2rem;
    margin-left: 5px;
}

.howto-pict03 {
    background-image: url(img/goods_photo/howtouse03_complete.jpg);
}

.howto-pict03::after {
    content: '3.';
    font-size: 2rem;
    margin-left: 5px;
    color: #fff;
}

.howto-pict04 {
    background-image: url(img/goods_photo/howtouse04_uramen.jpg);
}

.howto-pict04::after {
    content: '4.';
    font-size: 2rem;
    margin-left: 5px;
}

.howto-pict05 {
    background-image: url(img/hasamu.jpg);
}

.howto-pict06 {
    background-image: url(img/tsukeru.jpg);
}

.howto-caption {
    width: 50%;
    height: auto;
    font-size: 1.4rem;
    margin: 4px 0px 0px 10px;
}

.item-overview-wrap {
    position: relative;
    margin: 0 auto;
    width: 80%;
    padding: 30px;
    background-color: #c8dbf3;
    overflow: hidden;
}

.item-overview-wrap .base-text {
    position: absolute;
    top: -100px;
    left: -22px;
    font-size: 17rem;
    font-weight: 600;
    color: #ffffff4f;
    white-space: nowrap;
    z-index: 9;
}

.item-overview-wrap h2 {
    position: relative;
    z-index: 9;
}

.lineup-wrap {}

.lineup-title {
    width: 90%;
    margin: 0 auto;
    border-bottom: #c5c5c5 solid 1px;
    color: #000;
    text-align: center;
}

.overview-pict {
    width: 40%;
    /* height: 240px; */
    border: #000000 1px solid;
    background-image: url(img/coverpct_l.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overview-pict-towel {
    width: 422px;
    height: 240px;
    border: #000000 1px solid;
    background-image: url(img/gaiyou-towel.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.overview-container {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.overview-text-container {
    width: 58%;
    margin: 0 auto;
}

.overview-text-container-towel {
    width: 300px;
    margin: 0px auto 0px 20px;
}

.overview-text {
    width: 100%;
    margin: 4px;
}

.notice-text {
    width: 100%;
    color: #ff0000;
    border: #ff0000 double 3px;
    margin: 4px;
    padding: 12px;
    background-color: #ffffff9e;
}

.item-category-wrap {
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
}

.lineup-text {
    width: 76%;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

.item-card-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 1040px;
    margin: 0 auto;
}

.item-category-wrap h4 {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.mrg-l h4 {
    border-top: solid 1px #bfbdd1;
    border-bottom: solid 1px #bfbdd1;
}

.mrg-s h4 {
    border-top: solid 1px #d1a7a7;
    border-bottom: solid 1px #d1a7a7;
}

.towel h4 {
    border-top: solid 1px #bcd9ff;
    border-bottom: solid 1px #bcd9ff;
}

.item-card {
    width: 222px;
    margin: 18px;
    padding-bottom: 10px;
    border: 1px solid #949494;
    box-shadow: 1px 1px 7px #cccccc;
}

.item-img {
    width: 220px;
    height: 220px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: burlywood;
    margin: 0 auto;
}

.img_miradge_l_01 {
    background-image: url("img/goods_photo/g01_dorayaki_up.jpg");
}

.img_miradge_l_02 {
    background-image: url("img/goods_photo/g02_kotori.JPG");
}

.img_miradge_l_03 {
    background-image: url("img/goods_photo/g03_usagi.JPG");
}

.img_miradge_l_04 {
    background-image: url("img/goods_photo/g04_huujinraijin_up.jpg");
}

.img_miradge_l_05 {
    background-image: url("img/goods_photo/g05_bag.JPG");
}

.img_miradge_l_06 {
    background-image: url("img/goods_photo/g06_girl.JPG");
}

.img_miradge_l_07 {
    background-image: url("img/goods_photo/g07_neko.JPG");
}

.img_miradge_l_08 {
    background-image: url("img/goods_photo/g08_swiss.JPG");
}

.img_miradge_s_01 {
    background-image: url("img/goods_photo/s01_koruri_up.jpg");
}

.img_miradge_s_02 {
    background-image: url("img/goods_photo/s02_usagi_up.JPG");
}

.img_miradge_s_03 {
    background-image: url("img/goods_photo/s03_DSC07239.JPG");
}

.img_miradge_s_04 {
    background-image: url("img/goods_photo/s04_monsters.JPG");
}

.img_miradge_s_05 {
    background-image: url("img/goods_photo/s05_eyes.JPG");
}

.img_miradge_s_06 {
    background-image: url("img/goods_photo/s06_asa5_0347.jpg");
}

.img_miradge_s_07 {
    background-image: url("img/goods_photo/s07_seigaiha.jpg");
}

.img_miradge_s_08 {
    background-image: url("img/goods_photo/s08_sippou3.jpg");
}

.img_miradge_s_09 {
    background-image: url("img/goods_photo/s09_asa_clear3.jpg");
}

.img_miradge_s_10 {
    background-image: url("img/goods_photo/s10_kachimushi3.jpg");
}

.img_towel_01 {
    background-image: url("img/goods_photo/t01.jpg");
}

.img_towel_02 {
    background-image: url("img/goods_photo/t02.jpg");
}

.item-name {
    padding: 10px;
}

.item-name p {
    text-align: center;
}

.item-text {
    font-size: 1.4rem;
    width: 86%;
    height: 130px;
    margin: 0 auto 10px auto;
    padding-bottom: 10px;
    border-bottom: solid 1px rgb(207, 207, 207);
}

.link {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.9rem;
    width: 80%;
    border-radius: 15px;
    margin: 5px auto 5px auto;
}

.yahoo {
    border: rgb(255, 181, 96) solid 1px;
}

.minne {
    border: rgb(224, 190, 253) solid 1px;
}

.creema {
    border: rgb(161, 226, 226) solid 1px;
}

#footer {
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: #000;
    text-align: center;
    color: #fff;
    z-index: 100;
    /* 下に固定
    bodyのpadding-bottomでfooter分を空ける: ; */
}

.contact-wrap {
    width: 60%;
    background-color: #e67373;
    border-radius: 13px;
    color: #ffffff;
    padding: 14px;
    margin: 0px auto 30px auto;
    text-align: center;
    font-size: 2.4rem;
    filter: drop-shadow(2px 4px 2px #aaaaaa);
}


/* .contact-wrap {
    margin-top: 30px;
    width: 100%;
    height: auto;
    padding: 50px 0 70px 0;
    background-repeat: no-repeat;
    background: url(img/contact_bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.contact-wrap:before {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background: inherit;
    filter: blur(4px);
    z-index: -1;
}

.contact-wrap h3 {
    text-align: center;
    color: #ffffff;
}

.contact-notice {
    font-size: 1.2rem;
}

.contact-cont {
    margin: 5px;
}

#content {
    width: 100%;
    height: 100px;
}

.mailForm__submit {
    width: 100px;
}

.form-wrap {
    margin: 0 auto;
    padding: 20px 0 12px 30px;
    width: 860px;
    height: auto;
    border: solid 1px #000;
    background-color: rgba(255, 255, 255, 0.8);
}

form {
    width: 80%;
    margin: 0 auto;
}

.mailForm_submit {
    width: 80px;
    font-size: 1.4rem;
} */

.aboutus-wrap {
    width: 100%;
    padding-top: 10px;
    background-color: #2c2c2c;
    color: #ffffff;
}

.aboutus-wrap h4 {
    width: 300px;
    left: 0px;
    border-bottom: solid 1px #ffffff;
    text-align: center;
}

.aboutus-container {
    display: flex;
    flex-wrap: wrap;
}

.aboutus-img {
    width: 180px;
    height: 226px;
    margin: 20px;
    overflow: hidden;
    border: solid 1px #000;
}

.aboutus-table table {
    padding-top: 10px;
    color: #fff;
    font-size: 1.2rem;
}

th {
    width: 100px;
    padding: 6px;
    text-align: right;
}

td {
    padding: 6px;
    text-align: left;
}

.fa-asterisk {
    color: coral;
    font-size: 1rem;
}

.sponly {
    display: none;
}

.pconly {
    display: block;
}


/* grecaptcha表示の指定 　アイコン非表示＆ポリシー文章表示*/

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha_policy {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 11px !important;
    color: #444 !important;
}

.recaptcha_policy a {
    font-size: 11px !important;
    color: #111 !important;
}

{}

{}

{}

{}

@media screen and (max-width:1040px) {
    .introduction-base {
        width: 670px;
    }
    .item-introduction-inner-container {
        position: absolute;
        width: 500px;
        height: auto;
        top: 80px;
        left: 20px;
    }
    .item-category-wrap h4 {
        width: 780px;
    }
    .item-card-wrap {
        width: 780px;
    }
    .pict-container-howto {
        margin: 0 auto 10px auto;
        width: 500px;
        display: flex;
        flex-wrap: wrap;
        border: #ffc7be solid 1px;
        background-color: #ffd4cd66;
    }
    .pict-container-howto-onecont {
        margin: 0 auto 10px auto;
        width: 500px;
        display: flex;
        flex-wrap: wrap;
    }
    .pict-container-howto-small {
        margin: 10px auto 10px auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .item-introduction-container-howto {
        height: 1400px;
    }
    .item-introduction-inner-container-howto {
        position: absolute;
        height: auto;
        top: 80px;
        left: 200px;
    }
    .about {
        width: 90%;
    }
    .howto {
        width: 80%;
        margin: 0 auto;
    }
    .introduction-base-intro-miradge01 {
        margin-bottom: 150px;
        padding: 20px;
        width: 90%;
        height: 170px;
        position: relative;
        left: 5px;
    }
    .introduction-base-intro-miradge02 {
        margin-bottom: 20px;
        padding: 20px;
        width: 570px;
        height: 1340px;
        background-color: #ffe3deb3;
    }
    .pict-container {
        width: 678px;
        left: 90px;
    }
    .pict-container-towel {
        width: 678px;
        left: 90px;
    }
    .pict-box-introduction {
        width: 246px;
    }
    .item-overview-wrap {
        width: 90%;
    }
    .overview-text-container {
        width: 80%;
    }
    .item-introduction-container {
        margin: 0 auto;
        width: 90%;
        padding: 10px;
        position: relative;
    }
    .introduction-base-intro-miradge03 {
        margin: 0px auto 200px 0px;
        width: 660px;
        height: 240px;
        left: 30px;
    }
    .introduction-base-intro-towel {
        margin: 0px auto 200px 0px;
        width: 660px;
        height: 240px;
        left: 30px;
    }
    .aboutus-table {
        width: 50%;
    }
    .overview-pict {
        width: 80%;
        height: 200px;
        margin: 0 auto;
    }
    .item-overview-wrap h2 {
        text-align: center;
    }
    .overview-pict-towel {
        width: 80%;
        height: 200px;
        margin: 0 auto;
    }
    .overview-text-container-towel {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width:900px) {
    body {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
    header {
        height: 40px;
    }
    .mainlogo {
        margin: 4px auto 5px 20px;
        width: 90px;
    }
    .introduction-base {
        width: 90%;
    }
    .item-overview-wrap {
        width: 90%;
    }
    .top-item-photo {
        width: 80%;
        height: 200px;
    }
    /* メニュー表示時に使用するcssここから */
    .menu-trigger {
        width: 33px;
        top: 6px;
    }
    .menu-trigger span {
        height: 3px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 2px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(11px) rotate(-45deg);
    }
    .menu-trigger span:nth-of-type(2) {
        top: 12px;
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 2px;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-11px) rotate(45deg);
    }
    .form-wrap {
        padding: 20px 0 12px 10px;
        width: 80%;
    }
    /* メニュー表示時に使用するcssここまで */
    .pconly {
        display: none;
    }
    .sponly {
        display: block;
    }
    .introduction-base .base-text {
        top: 37px;
        left: -22px;
        font-size: 14rem;
    }
    .introduction-base-intro-towel .base-text {
        top: 37px;
        left: -22px;
        font-size: 14rem;
    }
    .item-overview-wrap .base-text {
        top: 37px;
        left: -22px;
        font-size: 14rem;
    }
    .top-item-inner-container h2 {
        font-size: 3rem;
        margin-bottom: 12px;
    }
    .introduction-base-intro-miradge02 {
        margin-bottom: 20px;
        padding: 20px;
        width: 550px;
        height: 200px;
        background-color: #ffe3deb3;
    }
    .pict-container-howto {
        margin: 0 auto;
        width: 500px;
    }
    .howto-step-box {
        z-index: 10;
        display: flex;
        margin: 10px auto;
    }
    .pict-box-introduction {
        width: 196px;
    }
    .pict-square-introduction {
        width: 196px;
        height: 171px;
    }
    .pict-square-introduction {
        width: 196px;
        height: 171px;
    }
    .pict-container {
        margin: 0 auto;
        width: 90%;
        left: 30px;
    }
    .pict-container-towel {
        margin: 0 auto;
        width: 90%;
        left: 30px;
    }
    .pict-container-introduction {
        margin: 0 auto;
        width: 650px;
        display: flex;
        flex-wrap: wrap;
    }
    .pict-box {
        width: 180px;
        height: 360px;
        margin: 10px;
    }
    .pict-square {
        width: 180px;
        height: 160px;
    }
    .item-introduction-container-about {
        margin: 0 auto;
        /* width: 90%; */
        padding: 10px;
        position: relative;
    }
    .item-introduction-inner-container-howto {
        position: absolute;
        height: auto;
        top: 80px;
        left: 100px;
    }
    .item-introduction-inner-container {
        position: absolute;
        width: 100%;
        left: 30px;
    }
    .pict-box-towel {
        width: 240px;
        height: 260px;
        margin: 10px;
        z-index: 10;
    }
    #user-text {
        width: 90%;
    }
    .contact-wrap {
        width: 70%;
        padding: 10px;
        font-size: 2rem;
    }
}

@media screen and (max-width:790px) {
    .top-item-photo {
        width: 100%;
        height: 155px;
    }
    .top-item-caption {
        width: 90%;
        margin: 14px auto 18px auto;
    }
    .item-category-wrap h4 {
        width: 520px;
    }
    .item-card-wrap {
        width: 520px;
    }
    .aboutus-table table {
        padding-top: 10px;
        width: 100%;
    }
    .pict-container-introduction {
        margin: 0 auto;
        width: 196px;
        /* height: auto; */
        display: inherit;
        flex-wrap: no-wrap;
    }
    .pict-box-introduction {
        width: 196px;
        height: 174px;
        margin: 10px;
        z-index: 10;
    }
    .item-introduction-inner-container {
        position: absolute;
        margin: 0 auto;
        width: 100%;
        left: 0px;
    }
    .introduction-base-intro-miradge01 {
        margin-bottom: 150px;
        padding: 20px;
        width: 100%;
        /* height: 170px; */
        position: relative;
        left: 0px;
    }
    .item-introduction-container-about {
        margin: 0 auto;
        width: 70%;
        height: 100%;
        padding: 10px;
        position: relative;
    }
    .item-introduction-container-howto {
        height: 1400px;
    }
    .pict-box {
        width: 350px;
        height: 130px;
        display: flex;
        margin: 10px;
    }
    .pict-square {
        width: 310px;
        height: 144px;
    }
    .intro-caption {
        margin: 4px;
    }
    .intro-caption p {
        text-align: left;
    }
    .pict-container {
        margin: 0 auto;
        width: 350px;
        left: 0px;
    }
    .pict-container-towel {
        margin: 0 auto;
        width: 460px;
        left: 0px;
    }
    .introduction-base-intro-miradge03 {
        margin: 0px auto 200px auto;
        width: 400px;
        height: 560px;
        left: 0px;
    }
    .item-introduction-container {
        margin: 0 auto;
        width: 90%;
        height: 410px;
        padding: 0px;
        position: relative;
    }
    .introduction-base-intro-towel {
        margin: 0 auto;
        width: 100%;
        height: 390px;
        left: 0px;
    }
    .pict-square-towel {
        height: 200px;
    }
    .pict-box-towel {
        width: 210px;
        height: 200px;
        margin: 10px;
        z-index: 10;
    }
    .situation {
        height: 580px;
    }
    .situation-towel {
        height: 420px;
    }
    .howto {
        width: 100%;
        margin: 0 auto;
    }
    .introduction-base-intro-miradge02 {
        width: 80%;
        height: 200px;
    }
    .item-introduction-inner-container-howto {
        position: absolute;
        height: auto;
        top: 80px;
        left: 32px;
    }
    .pict-container-howto {
        margin: 0 auto;
        width: 470px;
    }
    .pict-container-howto-small {
        width: 470px;
        display: flex;
        flex-wrap: wrap;
    }
    .pict-container-howto-onecont {
        width: 470px;
    }
    .item-overview-wrap {
        margin: 0 auto;
        width: 90%;
    }
    .item-text {
        height: 100px;
    }
    .contact-wrap {
        width: 80%;
        padding: 10px;
    }
}

@media screen and (max-width:560px) {
    body {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .wrapper {
        padding-top: 60px;
    }
    .top-item-wrap {
        position: static;
        height: auto;
        display: block;
        width: 94%;
        margin: 0 auto;
        padding: 3px;
    }
    .top-item-container {
        position: static;
        top: 20px;
        right: 0;
        width: 100%;
        height: auto;
        padding: 10px;
        margin-bottom: 10px;
    }
    .top-item-inner-container {
        width: 100%;
        height: auto;
        padding: 20px;
        background: rgb(255, 255, 255);
        box-shadow: 7px 7px 10px 3px rgba(0, 0, 0, 0.3);
    }
    .item-introduction-container-about {
        margin: 0 auto;
        width: 90%;
        height: 600px;
        position: relative;
    }
    .pict-container-introduction {
        margin: 10px auto 0px auto;
        width: 196px;
        /* height: auto; */
        display: inherit;
        flex-wrap: no-wrap;
    }
    .top-item-inner-container h2 {
        font-size: 2.4rem;
    }
    .top-item-inner-container p {
        font-size: 1.2rem;
    }
    .introduction-base-intro-miradge01 {
        margin-bottom: 0px;
        padding: 20px;
        width: 100%;
        height: auto;
        position: relative;
        left: 0px;
    }
    .introduction-base-intro-miradge02 {
        margin-bottom: 0px;
        padding: 20px;
        width: 100%;
        height: auto;
        position: relative;
        left: 0px;
    }
    .introduction-base-intro-miradge03 {
        margin-bottom: 0px;
        padding: 20px;
        width: 100%;
        height: auto;
        position: relative;
        left: 0px;
    }
    .item-introduction-container-howto {
        height: 1020px;
    }
    .item-introduction-inner-container-howto {
        position: static;
        padding-top: 10px;
        width: 100%;
    }
    .item-introduction-inner-container {
        position: static;
    }
    .pict-container-howto {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 10px;
        border: 0px;
        background-color: #ffffff;
    }
    .pict-container {
        margin: 0 auto;
        width: 100%;
        left: 0px;
    }
    .pict-container-howto-onecont {
        margin: 0 auto;
        width: 100%;
    }
    .pict-container-howto-small {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 10px;
        border: 0px;
        background-color: #ffffff;
    }
    .pict-box-howto {
        width: 140px;
        height: 140px;
    }
    .pict-box-introduction {
        width: 196px;
        height: 174px;
        margin: 0px 0px 5px 0px;
        z-index: 10;
    }
    .pict-box {
        width: 100%;
        height: 150px;
        margin: 10px auto 20px auto;
    }
    .base-text {
        display: none;
    }
    .item-overview-wrap {
        padding: 10px 4px 6px 4px;
    }
    .item-card {
        margin: 4px auto;
    }
    .item-card-wrap {
        width: 100%;
    }
    .item-category-wrap h4 {
        width: 60%;
    }
    .item-text {
        font-size: 1.2rem;
    }
    .introduction-base-intro-towel {
        height: auto;
        margin-bottom: 10px;
    }
    .pict-container-towel {
        width: 100%;
    }
    .pict-box-towel {
        width: 210px;
        height: 280px;
        margin: 0 auto;
        z-index: 10;
    }
    .situation-towel {
        height: auto;
    }
    .form-wrap {
        padding: 20px 0 12px 10px;
        width: 90%;
    }
    .aboutus-container {
        display: block;
    }
    .aboutus-img {
        width: 80%;
        margin: 10px auto 10px auto;
    }
    .aboutus-table {
        width: 90%;
    }
    .contact-wrap {
        width: 90%;
        padding: 10px;
    }
}