@charset "utf-8";

/*-------------------------------------------------*/


/*(C) FUN-CREATE Co.,Ltd. All rights reserved.*/


/*--------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

/*PC パソコン----------------------------------*/

body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 16px;
    line-height: 180%;
    font-weight: 300;
    font-style: normal;
    color: #33272A;
    width: 100%;
}


/*共通パーツ----------------------------------*/

.pc_none {
    display: none !important;
}

img {
    vertical-align: bottom;
    width: auto;
    max-width: 100%;
    height: auto;
}

a:hover img {
    opacity: .8;
    transition: .3s;
}

a {
    text-decoration: none;
}

a:link {
    color: #33272A;
}

a:visited {
    color: #33272A;
}

a:active {
    color: #FF8BA7;
}

a:hover {
    color: #FF8BA7;
    text-decoration: none;
}

.flex {
    display: flex;
}


/*親要素 水平 右寄せ*/

.flex_end {
    justify-content: flex-end;
}


/*親要素 水平 左寄せ*/

.flex_start {
    justify-content: flex-start;
}


/*親要素 水平 中央*/

.flex_center {
    justify-content: center;
}


/* 1行のみの場合はコレ入れよう */

.between {
    justify-content: space-between;
}


/*子要素 垂直 中央*/

.align_center {
    align-self: center;
}


/*子要素 垂直 下*/

.align_end {
    align-self: flex-end;
}

.block {
    display: block;
}

.inline {
    display: inline;
}


/*共通レイアウトパーツ----------------------------------*/


/*コンテンツ*/

main {
    width: 100%;
}

.cont_box_pink {
    background-color: #FF8BA7;
}

.cont_box_beige {
    background-color: #FAEEE7;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
}

.cont_section {
    margin-top: 60px;
}

.cont_section730 {
    width: 730px;
    margin: 60px auto 0 auto;
}


/*カラー*/

.bg_none {
    background-color: none !important;
}

/*パディング----------------------------------*/
.padding-0 {
    padding: 0px !important;
}

/*マージン----------------------------------*/

.margin-auto {
    margin: 0 auto !important;
}

.margin-top5 {
    margin-top: 5px !important;
}

.margin-bottom5 {
    margin-bottom: 5px !important;
}

.margin-tb5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-bottom20 {
    margin-bottom: 20px !important;
}

.margin-top30 {
    margin-top: 30px !important;
}

.margin-bottom30 {
    margin-bottom: 30px !important;
}

.margin-top40 {
    margin-top: 40px !important;
}

.margin-bottom40 {
    margin-bottom: 40px !important;
}

.margin-top50 {
    margin-top: 50px !important;
}

.margin-bottom50 {
    margin-bottom: 50px !important;
}

.margin-top60 {
    margin-top: 60px !important;
}

.margin-bottom60 {
    margin-bottom: 60px !important;
}

.margin-right10 {
    margin-right: 10px !important;
}

.margin-left10 {
    margin-left: 10px !important;
}


/*レイアウト*/

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w70 {
    width: 70%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}


/*テキスト*/

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.text_middle {
    vertical-align: middle;
}

.ttl_cate {
    font-size: 20px;
    font-weight: 800;
    line-height: 2rem;
}

.sub_ttl_cate {
    font-size: 64px;
    font-family: 'Fredoka One', sans-serif;
    color: #FF5D84;
    line-height: 4rem;
    margin-bottom: 50px;
}

.sub_ttl_wd {
    padding-left: 95px;
}

.ttl_wd {
    position: relative;
    padding-left: 95px;
}

.ttl_wd::before {
    content: " ";
    display: block;
    width: 78px;
    height: 77px;
    background: url("https://handmadeshopyou.itembox.design/item/ttl_wd.svg") no-repeat;
    position: absolute;
    top: 35%;
    left: 0%;
}

.h_ttl_1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 60px;
}

.h_ttl_2 {
    font-size: 32px;
    font-weight: 600;
    color: #FF5D84;
    border-bottom: 1px solid #FF8BA7;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.h_ttl_3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.h_ttl_4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 2.2rem;
    padding: 0 15px;
    margin-bottom: 20px;
    background-color: #FAEEE7;
    border-radius: 5px;
}

.required {
    display: inline-block;
    margin-left: 15px;
    padding: 2px 10px 1px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4rem;
    background: #FF5D84;
    border-radius: 5px;
    vertical-align: middle;
}

.ttl_pink {
    font-size: 20px;
    font-weight: 600;
    color: #FF5D84;
    margin-bottom: 10px;
}

.ttl_pink_bl {
    font-size: 20px;
    font-weight: 600;
    color: #FF5D84;
    border-bottom: 1px solid #FF8BA7;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.ttl_white_bl {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.ttl_graybox {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 5px 15px;
    background-color: #F5F5F5;
    border-radius: 5px;
}

.ttl_brownbox {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 5px 15px;
    color: #fff;
    background-color: #594A4E;
    border-radius: 5px;
}

.ttl_pinkbox {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 5px 15px;
    color: #fff;
    background-color: #FF5D84;
    border-radius: 5px;
}

.ttl_bluebox {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 5px 15px;
    color: #fff;
    background-color: #47C1D1;
    border-radius: 5px;
}

.ttl_orangebox {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 5px 15px;
    color: #fff;
    background-color: #F6BA51;
    border-radius: 5px;
}

.ttl_greenbox {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 5px 15px;
    color: #fff;
    background-color: #7DE18D;
    border-radius: 5px;
}

.ttl_normal {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ttl_no_normal {
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: -8px;
}

.days_box {
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
    padding: 4px 15px 3px 15px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    line-height: 1.4rem;
    vertical-align: middle;
}

.days_brown {
    background-color: #594A4E;
    color: #fff;
}

.days_pink {
    background-color: #FF5D84;
    color: #fff;
}

.days_blue {
    background-color: #47C1D1;
    color: #fff;
}

.days_orange {
    background-color: #F6BA51;
    color: #fff;
}

.days_yellow {
    background-color: #ffe600;
    color: #33272A;
}

.days_gold {
    background-color: #FFD700;
    color: #33272A;
}

.days_silver {
    background-color: #c9caca;
    color: #33272A;
}

.days_bronze {
    background-color: #d4934d;
    color: #33272A;
}

.days_l_purple {
    background-color: #9573BA;
    color: #fff;
}

.days_l_pink {
    background-color: #FF8BA7;
    color: #fff;
}

.ttl_small {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.font_bold {
    font-weight: bold;
}

.font_l {
    font-size: 20px;
}

.font_normal {
    font-size: 16px !important;
}

.font_lb {
    font-size: 20px;
    font-weight: bold;
}

.font_lb200,
.font_lb200_ps {
    font-size: 200%;
    font-weight: bold;
}

.font_s {
    font-size: 12px;
    line-height: 1.4rem;
}

.font_pink {
    color: #FF5D84;
}

.marker_pink {
    background: linear-gradient(transparent 60%, #FFC6C7 60%);
}

.marker_yellow {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.marker_green {
    background: linear-gradient(transparent 60%, #C3F0CA 60%);
}

.font_price {
    font-size: 20px;
}

.font_white {
    color: #FFFFFF !important;
}

.bubble_pink,
.bubble_green,
.bubble_brown {
    position: relative;
    padding: 1.5rem 2rem;
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bubble_pink:after,
.bubble_green:after,
.bubble_brown:after {
    position: absolute;
    bottom: -9px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
}

.bubble_pink {
    background: #FF5D84;
}

.bubble_green {
    background: #7DE18D;
}

.bubble_brown {
    background: #594A4E;
}

.bubble_pink:after {
    border-color: #FF5D84 transparent transparent transparent;
}

.bubble_green:after {
    border-color: #7DE18D transparent transparent transparent;
}

.bubble_brown:after {
    border-color: #594A4E transparent transparent transparent;
}

.bubble_pink span,
.bubble_green span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}


/*ボタン*/


/*共通CSS*/

a.btn,
.btn {
    transition: .3s;
    display: block;
    text-align: center;
}

a.btn:hover,
.btn:hover {
    transition: .3s;
    opacity: .8;
}


/*詳細見るボタン*/

.btn-more {
    margin-bottom: 20px;
}

.btn-more a,
.btn-more {
    font-size: 16px;
    padding: 7px 2px;
    border-radius: 5px;
    display: block;
    text-align: center;
    position: relative;

}

.btn-more a:before,
.btn-more:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.btn-more a:hover,
.btn-more:hover,
.btn-arch a:hover,
.btn-arch:hover {
    transition: .3s;
    opacity: .8;
}

.btn-arch {
    margin-bottom: 10px;
}

.btn-arch a {
    font-size: 18px;
    color: #33272A;
    padding: 10px 0;
    margin: 5px 0;
}


/*でかボタン*/

a.btn-c,
.btn-c,
a.btn-c-db,
.btn-c-db {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    padding: 1.5rem;
    border-radius: 100vh;
    margin: 40px auto 60px auto;
    min-width: 350px;
    max-width: 450px;
    border: none;
}

a.btn-c:before,
.btn-c:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
    box-sizing: border-box;
}

a.btn-c-db:before,
.btn-c-db:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 3px solid #33272A;
    border-right: 3px solid #33272A;
    transform: rotate(45deg);
    box-sizing: border-box;
}


/*リンク無し　でかボタン*/

.btn-box {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1.5rem;
    border-radius: 100vh;
    margin: 20px auto;
    width: 100%;
    cursor: pointer;
    border: none;
}


/*Web deco ボタン*/

a.btn--wd {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    padding: 1.5rem 2rem 1.5rem 5rem;
    border-radius: 100vh;
    margin: 40px auto 60px auto;
    color: #FFFFFF;
    background-color: #FF5D84;
    min-width: 240px;
}

a.btn--wd:after {
    content: " ";
    display: block;
    width: 41px;
    height: 41px;
    background: url("https://handmadeshopyou.itembox.design/item/ic_webdeco.svg") no-repeat;
    position: absolute;
    top: calc(50% - 1.3rem);
    left: 2rem;
}

a.btn--rtpink,
.btn--rtpink,
.btn-more-rtpink a,
.btn-more-rtpink {
    color: #fff !important;
    background-color: #FF8BA7;
}

a.btn--pink,
.btn--pink,
.btn-more-pink a,
.btn-more-pink {
    color: #fff !important;
    background-color: #FF5D84;
}

a.btn--brown,
.btn--brown,
.btn-more-brown a,
.btn-more-brown {
    color: #fff !important;
    background-color: #594A4E;
}

a.btn--beige,
.btn--beige,
.btn-more-beige a,
.btn-more-beige {
    color: #33272A !important;
    background-color: #FADCCB;
}

a.btn--green,
.btn--green,
.btn-more-green a,
.btn-more-green {
    color: #FFFFFF !important;
    background-color: #ff3366;
    /* color: #33272A !important;
    background-color: #C3F0CA; */
}

a.btn--dkgreen,
.btn--dkgreen,
.btn-more-dkgreen a,
.btn-more-dkgreen {
    color: #fff !important;
    background-color: #7DE18D;
}

a.btn--line,
.btn--line,
.btn-more-line a,
.btn-more-line {
    color: #33272A !important;
    border: 1px solid #33272A;
}


/* list */
ul.list_box {
    margin-bottom: 30px;
}

ul.list_box li {
    margin: 0 8px 8px 0;
    padding: 4px 15px 3px 15px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    line-height: 1.4rem;
    vertical-align: middle;
    background-color: #594A4E;
}

ul.list_kome {
    padding: 0.5em;
    margin-bottom: 30px;
}

ul.list_kome li {
    position: relative;
    text-indent: -0.3em;
    line-height: 1.2em;
    padding: 0.5em 0.5em 0.5em 1em;
}

ul.list_kome li:before {
    content: "※";
    display: inline-block;
    position: relative;
    top: 0px;
}

ul.list_normal {
    padding: 0.5em;
    margin-bottom: 30px;
}

ul.list_normal li {
    position: relative;
    text-indent: -1em;
    line-height: 1.2em;
    padding: 0.5em 0.5em 0.5em 1em;
}

ul.list_normal li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #FF5D84;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

ol.list_number {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    padding: 0.5em;
    /* background: #FAEEE7; */
    margin-bottom: 30px;
}

ol.list_number li {
    position: relative;
    text-indent: 0em;
    line-height: 1.4em;
    padding: 0.5em 0.5em 0.5em 2em;
}

ol.list_number li:before {
    content: "";
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #FF5D84;
    color: white;
    font-family: 'Fredoka One', sans-serif;
    font-size: 16px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list_faq dl {
    padding: 0.5em;
    margin-bottom: 30px;
}

.list_faq dt,
.list_faq dd {
    position: relative;
    text-indent: 0em;
    line-height: 1.6em;
    padding: 0.5em 0.5em 0.5em 2em;
    font-weight: bold;
    font-size: 20px;
}

.list_faq dd {
    margin-bottom: 40px;
}

.list_faq dd p {
    font-weight: normal;
    font-size: 16px;
}

.list_faq dt:before {
    content: "Q";
    background: #01C4CB;
    font-weight: normal;
}

.list_faq dd:before {
    content: "A";
    background: #FF5D84;
    font-weight: normal;
}

.list_faq dt:before,
.list_faq dd:before {
    position: absolute;
    /*以下数字のデザイン変える*/
    display: inline-block;
    color: white;
    font-family: 'Fredoka One', sans-serif;
    font-size: 20px;
    border-radius: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 26px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* box */
.item_box {
    padding: 20px 15px 0px 15px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
}

.item_box_block {
    padding: 20px 15px 0px 15px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    border-radius: 8px;
    display: block;
    align-items: flex-end;
}

.box_point {
    position: relative;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
    background: #DAFBFC;
    margin: 40px 0 30px 0;
}

.box_point:before {
    font-family: 'Fredoka One', sans-serif;
    font-size: 16px;
    line-height: 1.8rem;
    position: absolute;
    top: -28px;
    left: 0px;
    padding: 0 20px;
    content: 'POINT !!';
    color: #fff;
    border-radius: 5px 5px 0 0;
    background: #01C4CB;
}

.box_caution {
    position: relative;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
    border: solid 2px #FF5D84;
    margin: 40px 0 30px 0;
}

.box_caution:before {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8rem;
    position: absolute;
    top: -29px;
    left: -1px;
    padding: 0 20px;
    content: 'ご注意下さい !!';
    color: #fff;
    border-radius: 5px 5px 0 0;
    background: #FF5D84;
}

.box_line_gray {
    padding: 15px 20px;
    border: solid 1px #C5BBBD;
    margin-bottom: 30px;
    border-radius: 5px;
}

.box_line_pink {
    padding: 15px 20px;
    border: solid 1px #FF5D84;
    margin-bottom: 30px;
    border-radius: 5px;
}

.box_line_green {
    padding: 15px 20px;
    border: solid 1px #7DE18D;
    margin-bottom: 30px;
    border-radius: 5px;
}

.box_gray {
    padding: 15px 20px;
    background-color: #F5F5F5;
    margin-bottom: 30px;
    border-radius: 5px;
}

.box_pink {
    padding: 15px 20px;
    background-color: #FF5D84;
    margin-bottom: 30px;
    border-radius: 5px;
}

.box_rtpink {
    padding: 15px 20px;
    background-color: #FF8BA7;
    margin-bottom: 30px;
    border-radius: 5px;
}

.box_data {
    padding: 30px 50px;
    background-color: #FF5D84;
    margin-bottom: 60px;
    border-radius: 5px;
}

.box_rtpink {
    padding: 15px 20px;
    background-color: #FFC6C7;
    margin-bottom: 30px;
    border-radius: 5px;
}

.box_beige {
    padding: 15px 20px;
    background-color: #FAEEE7;
    margin-bottom: 30px;
    border-radius: 5px;
}

.box_yellow {
    padding: 15px 20px;
    background-color: #FFE974;
    margin-bottom: 30px;
    border-radius: 5px;
}

.box_greeting {
    position: relative;
    padding: 30px 50px;
    background-color: #FAEEE7;
    margin-bottom: 60px;
    border-radius: 5px;
}

.box_greeting P {
    font-size: .8rem;
    margin-bottom: 10px;
}

.box_green {
    padding: 15px 20px;
    background-color: #DAF9DE;
    margin-bottom: 30px;
    border-radius: 5px;
}


/* 定義リスト */

.specification dl {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 60px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.specification dt {
    flex-basis: 15%;
    padding: 10px;
    background-color: #F5F5F5;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.specification dd {
    flex-basis: 85%;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}


/* 定義リスト アイコンメニュー説明*/

.icon_text dl {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.icon_text dt {
    flex-basis: 15%;
    padding: 10px 0;
}

.icon_text dd {
    flex-basis: 85%;
    padding: 10px 20px;
}


/* table ノーマル */

.tbl_normal {
    max-width: 100%;
    margin-bottom: 60px;
}

.tbl_normal table {
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
}

.tbl_normal thead th {
    background: #dddddd;
    color: #33272A;
    font-weight: bold;
}

.tbl_normal th,
.tbl_normal td {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: .6em;
    background: #fff;
}

.tbl_normal th {
    background: #F5F5F5;
    color: #33272A;
    font-weight: bold;
}


/* table スクロール */

.tbl_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    margin-bottom: 60px;
}

.tbl_scroll table {
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, .1);
    table-layout: fixed;
    width: 1080px;
}

.tbl_scroll thead th {
    background: #dddddd;
    color: #33272A;
    font-weight: bold;
}

.tbl_scroll th,
.tbl_scroll td {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: .6em;
    text-align: center;
    background: #fff;
}

.tbl_scroll th {
    background: #F5F5F5;
    color: #33272A;
    font-weight: bold;
}


/*Flexbox*/

.flex_p2_s1_rev>.item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.flex_p2_s1_rev>.item:nth-child(2n) {
    flex-direction: row-reverse;
}

.flex_p2_s1_rev>.item>.item-img,
.flex_p2_s1_rev>.item>.item-text {
    width: 46%;
}

.flex_p2_s2_rev>.item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.flex_p2_s2_rev>.item:nth-child(odd) {
    flex-direction: row-reverse;
}

.flex_p2_s2_rev>.item>.item-img,
.flex_p2_s2_rev>.item>.item-text {
    width: 46%;
}

.flex_p2_s1_row {
    display: flex;
    flex-wrap: wrap;
}

.flex_p2_s1_row>.item {
    width: 46%;
    margin-bottom: 80px;
}

.flex_p2_s1_row>.item:not(:nth-child(2n+2)) {
    margin-right: 8%;
}

/*---------------------------------
  topページMV
  --------------------------------*/

.box_mv {
    padding: 5% 5%;
}

.box_mv_white {
    background-color: #FFFFFF;
    padding: 5%;
}

.bg_light_purple {
    background-color: #C9B8D8;
}

.bg_light_pink {
    background-color: #FFDCE2;
}

.bg_light_violet {
    background-color: #EDC4D6;
}

.box_mv_item {
    font-size: 12px;
    font-weight: 600;
    margin: 3% auto 0 auto;
    padding: 4px 2px 3px 2px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    display: block;
    line-height: 1rem;
}

/* grid トップページMV用*/

.grid_p4_s3_mv {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1200px;
    /* margin: 0 auto; */
}

.grid_mv_mid {
    grid-column: 1 / 5;
}

@media screen and (max-width: 899px) {
    .grid_p4_s3_mv {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
    }

    .grid_mv_mid {
        grid-column: 1;
        grid-row: auto;
    }

    .box_mv_item {
        font-size: 10px;
        font-weight: 400;
        padding: 0px;
    }
}

.grid_p3_s3_mv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

/* grid */
.grid_p2_s1 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.grid_p2_s2 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.grid_p3_s1 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.grid_p3_s2 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.grid_p3_s3 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.grid_p4_s2 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.grid_p4_s3 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.grid_p6_s2,
.grid_p6_s3,
.grid_p6_s4 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(6, 1fr);
}

.grid_p8_s4 {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(8, 1fr);
}

.grid_p11_s6 {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(11, 1fr);
}

.grid_p11_s6 p {
    font-size: 12px;
    font-weight: 800;
    line-height: 1rem;
}


/*データについて*/

.grid_data {
    display: grid;
    gap: 24px;
    grid-template-columns: 3fr 1fr;
}


/*セット割引*/

.set_discount {
    text-align: center;
    padding-top: 10px;
}

.set_discount li {
    border: 2px solid #FFC6C7;
    padding: 20px 10px;
    border-radius: 5px;
    margin-bottom: 0px;
}

.set_discount .item {
    margin-bottom: 20px !important;
    line-height: 1.8rem;
}


/*タペストリー料金表*/

table.fee {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    word-break: break-word;
    word-wrap／overflow-wrap;
    line-height: 2.5em;
}

table.fee tr {
    border-bottom: 2px solid #fff;
}

table.fee th,
table.fee td {
    border-right: 2px solid #fff;
}

table.fee thead tr {
    background-color: #696969;
    color: #fff;
}

table.fee tbody th {
    background: #696969;
    color: #fff;
}

.txt {
    text-align: center;
}

.noprice {
    background-color: #f5f5f5;
    text-align: center;
    font-size: 0.8em;
}

.th-noprice {
    font-size: 0.8em;
}

.price1 {
    background: linear-gradient(#FFE4E1, #fac6c0);
    text-align: center;
    color: #167F92;
}

.price2 {
    background: linear-gradient(#e6f2f5, #bfe8f2);
    text-align: center;
    color: #FFF;
}

.price3 {
    background: linear-gradient(#fffac9, #f7ed86);
    text-align: center;
    color: #167F92;
}

.non {
    background: #fff
}


/* セル全体でリンク */

.fee a {
    display: block;
    text-decoration: none;
}


/*料金表 ボタンバージョン*/

.btn-square-shadow1 {
    display: inline-block;
    text-decoration: none;
    background: #FFE4E1;
    /*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #fac6c0;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.btn-square-shadow1:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    /*影を小さく*/
    border-bottom: none;
}

.btn-square-shadow2 {
    display: inline-block;
    text-decoration: none;
    background: #e6f2f5;
    /*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #bfe8f2;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.btn-square-shadow2:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    /*影を小さく*/
    border-bottom: none;
}

.btn-square-shadow3 {
    display: inline-block;
    text-decoration: none;
    background: #fffac9;
    /*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #f7ed86;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.btn-square-shadow3:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    /*影を小さく*/
    border-bottom: none;
}

.btn-square-shadow4 {
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    background: #dcdcdc;
    /*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #808080;
    border-radius: 3px;
    width: 80%;
    height: 100%;
    text-align: center;
}

.btn-square-shadow4:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    /*影を小さく*/
    border-bottom: none;
}


/*			テーブル設定
---------------------------------------------------------------*/

table {
    margin-top: 10px;
}

table.normal {
    border-bottom: solid 1px #E1E1DD;
    border-left: solid 1px #E1E1DD;
    border-right: none;
    border-top: none;
}

table caption {
    color: #333333;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin-top: 10px;
}

table.normal thead th {
    background-color: #EFEEE9;
    color: #333333;
    font-weight: bold;
}

table.normal th {
    padding: 10px 8px;
    border-bottom: none;
    border-left: none;
    border-right: solid 1px #E1E1DD;
    border-top: solid 1px #E1E1DD;
    background-color: #FBFBF9;
    color: #333333;
    font-weight: bold;
    vertical-align: middle;
}

table.normal td {
    padding: 10px 8px;
    border-bottom: none;
    border-left: none;
    border-right: solid 1px #E1E1DD;
    border-top: solid 1px #E1E1DD;
    /* [disabled]color:#000000; */
}

table.normal td.gray {
    background-color: #FBFBF9;
}

table.normal td.gray2 {
    background-color: #FFF9A4;
    padding: 20px 0;
}


/*---------------------------------
アコーディオンボックス　グリーン
--------------------------------*/

.acbox {
    width: auto;
    font-size: 0px;
    /* ラベルと開く部分を分離する時は数値を入れる */
    margin: 0 10px;
    /* ボックス全体の位置調整 */
}

.acbox label {
    width: auto;
    font-size: 16px;
    /* ラベルの文字サイズ */
    font-weight: bold;
    text-align: left;
    background: #8BC34A;
    /* ラベルの背景色 */
    position: relative;
    display: block;
    padding: 8px;
    border-radius: 4px;
    /* ラベルの角の丸み */
    cursor: pointer;
    color: #fff;
    border-bottom: solid 4px #006400;
}

.acbox label:hover {
    background: #8BC34A;
    /* ラベルにマウスを乗せた時の背景色 */
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
}

.acbox input {
    display: none;
}

.acbox label:after {
    color: #fff;
    content: "OPEN▼";
    /* ラベルのアイコン */
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -14px;
}

.acbox input:checked~label::after {
    content: "CLOSE▲";
    /* ラベルをクリックした後のアイコン */
}

.acbox div {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s;
    /* 開閉スピードの設定 */
}

.acbox input:checked~div {
    height: auto;
    padding: 18px;
    /* 開いた部分の枠内の余白 */
    border-radius: 0px;
    background: #FFF;
    border: 2px solid #beecbe;
    /* 開いた部分の背景色 */
    opacity: 1;
}

.acbox input:checked~label {
    background: #8BC34A;
    /* クリック後のラベルの背景色 */
}

.acbox-under {
    font-size: 15px;
    /* 開いた部分の文字サイズ */
    color: #555555;
    /* 開いた部分の文字色 */
}


/*---------------------------------
  アコーディオンボックス　ブルー
  --------------------------------*/

.acbox-bl {
    width: auto;
    font-size: 0px;
    /* ラベルと開く部分を分離する時は数値を入れる */
    margin: 0 10px;
    /* ボックス全体の位置調整 */
}

.acbox-bl label {
    width: auto;
    font-size: 16px;
    /* ラベルの文字サイズ */
    font-weight: bold;
    text-align: left;
    background: #1e90ff;
    /* ラベルの背景色 */
    position: relative;
    display: block;
    padding: 8px;
    border-radius: 4px;
    /* ラベルの角の丸み */
    cursor: pointer;
    color: #fff;
    border-bottom: solid 4px #2f4f4f;
}

.acbox-bl label:hover {
    background: #1e90ff;
    /* ラベルにマウスを乗せた時の背景色 */
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
}

.acbox-bl input {
    display: none;
}

.acbox-bl label:after {
    color: #fff;
    content: "OPEN▼";
    /* ラベルのアイコン */
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -14px;
}

.acbox-bl input:checked~label::after {
    content: "CLOSE▲";
    /* ラベルをクリックした後のアイコン */
}

.acbox-bl div {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s;
    /* 開閉スピードの設定 */
}

.acbox-bl input:checked~div {
    height: auto;
    padding: 18px;
    /* 開いた部分の枠内の余白 */
    border-radius: 0px;
    background: #FFF;
    border: 2px solid #a5d0fc;
    /* 開いた部分の背景色 */
    opacity: 1;
}

.acbox-bl input:checked~label {
    background: #1e90ff;
    /* クリック後のラベルの背景色 */
}

.acbox-bl-under {
    font-size: 15px;
    /* 開いた部分の文字サイズ */
    color: #555555;
    /* 開いた部分の文字色 */
}


/*---------------------------------
  アコーディオンボックス　オレンジ
  --------------------------------*/

.acbox-or {
    width: auto;
    font-size: 0px;
    /* ラベルと開く部分を分離する時は数値を入れる */
    margin: 0 10px;
    /* ボックス全体の位置調整 */
}

.acbox-or label {
    width: auto;
    font-size: 16px;
    /* ラベルの文字サイズ */
    font-weight: bold;
    text-align: left;
    background: #ff8c00;
    /* ラベルの背景色 */
    position: relative;
    display: block;
    padding: 8px;
    border-radius: 4px;
    /* ラベルの角の丸み */
    cursor: pointer;
    color: #fff;
    border-bottom: solid 4px #d2691e;
}

.acbox-or label:hover {
    background: #ff8c00;
    /* ラベルにマウスを乗せた時の背景色 */
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
}

.acbox-or input {
    display: none;
}

.acbox-or label:after {
    color: #fff;
    content: "OPEN▼";
    /* ラベルのアイコン */
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -14px;
}

.acbox-or input:checked~label::after {
    content: "CLOSE▲";
    /* ラベルをクリックした後のアイコン */
}

.acbox-or div {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s;
    /* 開閉スピードの設定 */
}

.acbox-or input:checked~div {
    height: auto;
    padding: 18px;
    /* 開いた部分の枠内の余白 */
    border-radius: 0px;
    background: #FFF;
    border: 2px solid #dab499;
    /* 開いた部分の背景色 */
    opacity: 1;
}

.acbox-or input:checked~label {
    background: #ff8c00;
    /* クリック後のラベルの背景色 */
}

.acbox-or-under {
    font-size: 15px;
    /* 開いた部分の文字サイズ */
    color: #555555;
    /* 開いた部分の文字色 */
}


/*---------------------------------
  アコーディオンボックス　レッド
  --------------------------------*/

.acbox-red {
    width: auto;
    font-size: 0px;
    /* ラベルと開く部分を分離する時は数値を入れる */
    margin: 0 10px;
    /* ボックス全体の位置調整 */
}

.acbox-red label {
    width: auto;
    font-size: 21px;
    /* ラベルの文字サイズ */
    font-weight: bold;
    text-align: left;
    background: #dc143c;
    /* ラベルの背景色 */
    position: relative;
    display: block;
    padding: 12px;
    border-radius: 4px;
    /* ラベルの角の丸み */
    cursor: pointer;
    color: #fff;
    border-bottom: solid 4px #800000;
}

.acbox-red label:hover {
    background: #dc143c;
    /* ラベルにマウスを乗せた時の背景色 */
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
}

.acbox-red input {
    display: none;
}

.acbox-red label:after {
    color: #fff;
    content: "OPEN▼";
    /* ラベルのアイコン */
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12px;
}

.acbox-red input:checked~label::after {
    content: "CLOSE▲";
    /* ラベルをクリックした後のアイコン */
}

.acbox-red div {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s;
    /* 開閉スピードの設定 */
}

.acbox-red input:checked~div {
    height: auto;
    padding: 18px;
    /* 開いた部分の枠内の余白 */
    border-radius: 0px;
    background: #FFF;
    border: 2px solid #e7b2bd;
    /* 開いた部分の背景色 */
    opacity: 1;
}

.acbox-red input:checked~label {
    background: #dc143c;
    /* クリック後のラベルの背景色 */
}

.acbox-red-under {
    font-size: 15px;
    /* 開いた部分の文字サイズ */
    color: #555555;
    /* 開いた部分の文字色 */
}

/*---------------------------------
  Youtube
  --------------------------------*/
.YoutubeWrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.YoutubeWrapper iframe {
    width: 100%;
    height: 100%;
}

/*short*/
.YoutubeWrapperS {
    width: 70%;
    /* 伸縮する横幅 */
    max-width: 400px;
    /* 最大の横幅 */
    margin: 0 auto 60px auto;
    /* 画面の中央に配置 */
}

.YoutubeWrapperS iframe {
    aspect-ratio: 9 / 16;
    width: 100%;
    height: 100%;
}

/*---------------------------------
  発送日
  --------------------------------*/
.ti_ship {
    padding: 15px 20px 5px 20px;
    border-radius: 5px 5px 0 0;
    margin: 0;
    color: #FFFFFF !important;
    font-weight: bold;
}

.ti_ship span {
    font-size: 2em;
    color: #FFFFFF !important;
    font-weight: bold;
}

.line_col_brown {
    border: solid 2px #594A4E;
}

.line_col_blue {
    border: solid 2px #47C1D1;
}

.line_col_orange {
    border: solid 2px #FF8E3C;
}

.line_col_pink {
    border: solid 2px #FF5D84;
}

.bg_col_brown {
    background-color: #594A4E !important;
}

.bg_col_blue {
    background-color: #47C1D1 !important;
}

.bg_col_orange {
    background-color: #FF8E3C !important;
}

.bg_col_pink {
    background-color: #FF5D84 !important;
}

.box_ship {
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 0 0 5px 5px;
}

ul.list_ship {
    padding: 0.5em;
}

ul.list_ship li {
    position: relative;
    font-weight: bold;
    text-indent: -1em;
    line-height: 1.2em;
    padding: 0.5em 0.5em 0.3em 1em;
}

ul.list_ship li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 10%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

ul.list_ship li.pink:before {
    background-color: #FF5D84;
}

ul.list_ship li.orange:before {
    background-color: #FF8E3C;
}

ul.list_ship li.blue:before {
    background-color: #47C1D1;
}

ul.list_ship li.brown:before {
    background-color: #594A4E;
}

/*---------------------------------
  スマホ背景
  --------------------------------*/
.wd_video_wrap {
    text-align: center;
}

.wd_video {
    width: 70%;
}

/*スマホ対応------------------------------------------------------------------*/

@media screen and (max-width: 899px) {
    body {
        font-size: 14px;
        line-height: 160%;
    }

    /*共通パーツ----------------------------------*/
    .sp_none {
        display: none !important;
    }

    .pc_none {
        display: block !important;
    }

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 12px;
    }

    .cont_section {
        margin-top: 30px;
    }

    .cont_section730 {
        width: 100%;
        margin: 30px auto 0 auto;
    }

    /*テキスト*/
    .ttl_cate {
        font-size: 16px;
        font-weight: 800;
        line-height: 1.5rem;
    }

    .sub_ttl_cate {
        font-size: 34px;
        line-height: 2rem;
        margin-bottom: 40px;
    }

    .ttl_wd {
        position: relative;
        padding-left: 0px;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .sub_ttl_wd {
        padding-left: 45px;
        font-size: 36px;
    }

    .sub_ttl_wd span {
        font-size: 24px;
    }

    .ttl_wd::before {
        content: " ";
        display: block;
        width: 41px;
        height: 41px;
        background: url("https://handmadeshopyou.itembox.design/item/ic_webdeco.svg") no-repeat;
        position: absolute;
        top: 90%;
        left: 0%;
    }

    .required {
        padding: 1px 5px 0px 5px;
        font-size: 12px;
    }

    .font_price {
        font-size: 18px;
    }

    /*SPのみ小さい文字*/
    .font_s_sp {
        font-size: .8em;
        line-height: 1rem;
    }

    .h_ttl_1 {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .h_ttl_2,
    .h_ttl_2_w {
        font-size: 16px;
        padding-bottom: 5px;
        margin-bottom: 30px;
    }

    .h_ttl_3 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .h_ttl_4 {
        font-size: 14px;
    }

    .bubble_pink,
    .bubble_green,
    .bubble_brown {
        padding: 1rem;
        font-size: 16px;
    }

    .bubble_pink span,
    .bubble_green span,
    .bubble_brown span {
        font-size: 12px;
    }

    ul.list_box li {
        font-size: 12px;
        margin: 0 6px 6px 0;
        padding: 4px 10px 3px 10px;
    }

    .ttl_graybox,
    .ttl_brownbox,
    .ttl_normal,
    .ttl_no_normal,
    .ttl_pink,
    .ttl_pink_bl,
    .ttl_white_bl,
    .ttl_pinkbox,
    .ttl_bluebox,
    .ttl_greenbox,
    .ttl_orangebox {
        font-size: 14px;
        font-weight: bold;
    }


    .ttl_small {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .font_bold {
        font-weight: bold;
    }

    .font_l {
        font-size: 20px;
    }

    .font_normal {
        font-size: 14px !important;
    }

    .font_lb {
        font-size: 16px !important;
        font-weight: bold;
    }

    .font_lb200,
    .font_lb200_ps {
        font-size: 200%;
        font-weight: bold;
    }

    .font_s {
        font-size: 12px !important;
        line-height: 1.4rem !important;
    }

    .list_faq dt,
    .list_faq dd {
        line-height: 1.4em;
        padding: 1.2em 0.5em 0.5em 2.5em;
        font-weight: normal;
        font-size: 14px;
    }

    .list_faq dd p {
        font-weight: normal;
        font-size: 14px;
    }

    /*ボタン*/
    .btn-arch a {
        font-size: 14px;
    }

    a.btn-c,
    .btn-c,
    a.btn-c-db,
    .btn-c-db {
        font-size: 16px;
        min-width: 90%;
        padding: 1rem;
    }

    a.btn-c:before,
    a.btn-c-db:before {
        top: 50%;
        bottom: 50%;
        right: 17px;
        width: 9px;
        height: 9px;
    }

    .btn-more a,
    .btn-more {
        font-size: 14px;
    }

    .btn-more a:before,
    .btn-more:before {
        top: 50%;
        bottom: 50%;
        right: 5px;
        width: 9px;
        height: 9px;
    }

    /*リンク無しボタン*/
    .btn-box {
        font-size: 12px;
        width: 100%;
        margin: 10px auto 20px auto;
        padding: 5px;
    }

    /*web decoボタン*/
    a.btn--wd {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding: 1.5rem 0rem 1.5rem 1rem;
        border-radius: 100vh;
        margin: 0px auto 40px auto;
    }

    a.btn--wd:after {
        top: calc(30% - 0.4rem);
        left: 1.5rem;
    }

    .box_greeting,
    .box_data {
        padding: 20px 15px;
    }

    .box_point,
    .box_caution {
        font-size: 14px;
        padding: 20px;
    }

    .box_point:before,
    .box_caution:before {
        font-size: 14px;
        line-height: 1.4rem;
        top: -23px;
        padding: 0 20px;
    }

    /* 定義リスト*/
    .specification dl {
        flex-flow: column;
        font-size: 12px;
    }

    .specification dt {
        border-bottom: none;
        padding: 3px 10px;
    }

    .specification dd {
        padding: 5px 10px;
    }

    /* table ノーマル */
    .tbl_normal,
    table.normal {
        font-size: 12px;
    }

    .tbl_scroll {
        font-size: 12px;
    }

    /*Flexbox*/
    .flex_p2_s1_rev>.item {
        display: block;
    }

    .flex_p2_s1_rev>.item>.item-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .flex_p2_s1_rev>.item>.item-img {
        width: 100%;
        margin-bottom: 10px;
    }

    .flex_p2_s2_rev>.item {
        margin-bottom: 30px;
    }

    .flex_p2_s1_row {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .flex_p2_s1_row>.item {
        width: 100%;
        margin-bottom: 0px;
    }

    .flex_p2_s1_row>.item:not(:nth-child(2n+2)) {
        margin-right: 0%;
    }

    .flex_p2_s1_row>.item:not(:nth-child(2n+1)) {
        margin-bottom: 30px;
    }

    /*grid*/
    .grid_p2_s1,
    .grid_p3_s1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid_p3_s2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .grid_p3_s3 {
        gap: 8px;
    }

    .grid_p4_s2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .grid_p4_s3 {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .grid_p6_s2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .grid_p6_s3 {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .grid_p6_s4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .grid_p8_s4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .grid_p11_s6 {
        grid-template-columns: repeat(6, 1fr);
        gap: 8px;
    }

    /*データについて*/
    .grid_data {
        display: block;
    }

    .grid_data>.item1 {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .grid_data>.item2 {
        width: 46%;
    }

    .w_sp10 {
        width: 10%;
    }

    .w_sp15 {
        width: 15%;
    }

    .w_sp25 {
        width: 25%;
    }

    .w_sp30 {
        width: 30%;
    }

    .w_sp50 {
        width: 50%;
    }

    .w_sp70 {
        width: 70%;
    }

    .w_sp80 {
        width: 80%;
    }

    .w_sp90 {
        width: 90%;
    }

    .w_sp100 {
        width: 100%;
    }
}