@charset "utf-8";

/* CSS Document */


/* default.css 調整 */

body {
    /*color: #525263;*/
    font-family: "Rounded Mplus 1c", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.m5-t {
    margin-top: 5px !important;
}

.m30-t {
    margin-top: 30px !important;
}

.white {
    color: #fff !important;
}

.pink {
    color: #e57499 !important;
}

.blue {
    color: #2f9cd5 !important;
}

.f06em {
    font-size: .6em !important;
}

.f08em {
    font-size: .8em !important;
}

.f12em {
    font-size: 1.2em !important;
}

.f14em {
    font-size: 1.4em !important;
}

.f16em {
    font-size: 1.6em !important;
}

.al-l {
    text-align: left !important;
}

.b {
    font-weight: bold;
}

.inner {
    margin: 0 auto;
}

h2,
#sales_ranking .heading01 {
    padding: 0 0 8px 5px !important;
    margin-bottom: 5px !important;
    margin-bottom: 2em;
    background: none !important;
}


/*header　***********************************/

h1.header_logo img {
    width: 300px;
}

#header {
    border-top: 5px solid #1162B3;
}

#header .header_logo_area {
    margin-right: 30px;
    z-index: 0;
}

.member_link a {
    padding: 0 7px;
}

.member_link a svg {
    display: none;
}

.member_link #head_about a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f02d";
    margin-right: .3em;
    color: #2f9cd5;
}

.member_link #head_register a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f044";
    margin-right: .3em;
    color: #2f9cd5;
}

.member_link #head_mypage a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2bd";
    margin-right: .3em;
    color: #2f9cd5;
}

.member_link #head_history a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e2";
    margin-right: .3em;
    color: #2f9cd5;
}

.member_link #head_favarite a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f004";
    margin-right: .3em;
    color: #2f9cd5;
}

.member_link #head_login a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    margin-right: .3em;
    color: #2f9cd5;
}

.member_link #head_logout a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f5";
    margin-right: .3em;
    color: #2f9cd5;
}

.member_link #head_form a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: .3em;
    color: #2f9cd5;
}

#cart_area p:last-child {
    background: none;
    padding: 10px;
    border: none;
}

#cart .inner {
    background: #cecece;
}

.search .bt_search {
    margin-top: 0;
    background: #2f9cd5;
    height: 100%;
}

.bt_search .cb-search {
    fill: #fff;
}

#sales_ranking .item_name span {
    padding: 1px 0.5em !important;
    margin-right: .5em !important;
    font-size: .85em !important;
}

#sales_ranking .label-warning {
    background: #f14833;
}

#main.explain_page table th,
#main.explain_page table td {
    /*よくある質問　table*/
    white-space: unset;
}

#help_about,

/*当サイトについて*/

#tradelaw_wrap {
    /*特商*/
    margin-top: 30px;
}

#tradelaw__law_term05 {
    /*特商 引き渡し時期*/
    display: none;
}


/*slider　***********************************/

.hero {
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    clear: both;
    padding-top: 20px;
}

.hero .sp-slide:hover {
    z-index: 2;
}

.hero .sp-slide a:hover,
.hero .sp-slide a:hover img {
    opacity: 1;
}

.hero .sp-slide img {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.hero .sp-slide a:hover .photo-scale,
.hero .sp-slide .photo-scale:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hero .sp-selected a:hover .photo-scale,
.hero .sp-selected .photo-scale:hover {
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}

.hero .sp-mask {
    overflow: visible;
}

.hero .sp-button {
    width: 15px;
    height: 15px;
    margin: 6px;
    border: #C9C9C9 1px solid;
    background-color: #fff;
    position: relative;
}

.hero .sp-selected-button:after {
    position: absolute;
    display: block;
    top: 2px;
    left: 2px;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #2f9cd5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


/*.hero .sp-arrows .sp-previous-arrow {
	left: calc(50% - 410px) !important;
	z-index: 100;
	opacity: 0.75;
}
.hero .sp-arrows .sp-next-arrow {
	right: calc(50% - 410px) !important;
	z-index: 100;
	opacity: 0.75;
}
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
	background-color:#2f9cd5;
}*/


/*プチプチSHOPの強み　***********************************/

#merit.inner {
    margin: 50px auto;
    padding-left: 8px;
    padding-right: 8px;
}

.merit_title {
    font-size: 2em;
    font-weight: bold;
}

.merit_cont li {
    width: 24.25%;
    margin-right: 1%;
    display: block;
    float: left;
    height: 160px;
    border: 5px solid #e57499;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #e57499;
    vertical-align: middle;
    /*    background: linear-gradient(90deg,blue 0%,blue 50%,red 50%,red 100%);
color: #fff;*/
}

.merit_cont li {
    background: url(../img/merit01.png) no-repeat bottom #fff;
    background-size: cover;
}

.merit_cont li:nth-child(2) {
    background: url(../img/merit02.png) no-repeat bottom #fff;
    background-size: cover;
}

.merit_cont li:nth-child(3) {
    background: url(../img/merit03.png) no-repeat bottom #fff;
    background-size: cover;
}

.merit_cont li:last-child {
    background: url(../img/merit04.png) no-repeat bottom #fff;
    background-size: cover;
    margin-right: 0;
}

.merit_msg {
    margin-top: 40px;
    font-size: 1.2em;
    text-align: center;
}


/*footer　***********************************/

#footer {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

#footer a {
    color: #2f9cd5;
}


/*フッター　全カテゴリー表示************/

#footer_cat_list {
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 30px;
}

#footer_cat_list .category-nav a {
    font-size: 1em;
    font-weight: normal;
    border: none;
    color: #333;
    height: 30px;
    line-height: 30px;
}

#footer_cat_list .category-nav a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: .3em;
    color: #2f9cd5;
}

#footer_cat_list .category-nav>li {
    width: 19%;
    float: left;
    margin: 0 .5% 10px;
}

#footer_cat_list .category-nav>li:nth-child(6) {
    clear: both;
}

#footer_cat_list .category-nav ul,
#footer_cat_list .category-nav ul li {
    display: block;
}

#footer_cat_list .category-nav ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: .3em;
    color: #ccc;
}

.footer_menu01 li a {
    padding: 30px 0;
    display: block;
    text-align: center;
    box-sizing: border-box;
    background: #cee3f7;
    font-weight: bold;
    font-size: 1.1em;
    border-left: 2px solid #eeeeee;
    border-bottom: 2px solid #eeeeee;
}

.footer_menu01 li a i {
    font-size: 1.5em;
    margin-right: .5em;
}

.footer_menu02 li a {
    padding: 10px 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    box-sizing: border-box;
    background: #f8f8f8;
}

.footer_menu02 li:last-child a {
    border-right: 1px solid #bad7f5;
}

.footer_bottom {
    padding: 30px 0;
}

.footer_sns {
    margin-bottom: 30px;
}

.footer_sns li a,
.footer_sns div a {
    font-size: 1.2em;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 0;
    width: 112px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    float: left;
}

.footer_sns li a i {
    margin-right: 8px;
}

#footer_menu_tw a {
    background: #000;
    margin-right: 10px;
}

#footer_menu_fb a {
    background: #3b5998;
}

.calendar_title {
    padding-left: 0 !important;
}

.calendar_title:before {
    content: "◆営業日"
}

#calendar {
    margin-top: 0 !important;
}

.guide_card {
    margin: 8px 0 10px;
}

.guide_card img {
    width: 16.6666%;
    max-width: 80px;
    height: auto;
    padding-right: 2%;
    box-sizing: border-box;
    float: left;
}

.guide_cvn {
    margin: 8px 0 10px;
    /*	white-space: nowrap*/
}

.guide_cvn img {
    width: 20%;
    max-width: 80px;
    height: auto;
    padding-right: 2%;
    box-sizing: border-box;
    float: left;
}

.copyright_wrap {
    background-color: #1162B3;
}

.copyright_wrap .copyright {
    text-align: center;
    color: #fff;
    line-height: 32px;
}

.page_top {
    right: 20px;
    bottom: 20px;
    display: none;
    position: fixed;
    z-index: 9999;
    background: #2f9cd5;
    /*	border:5px solid #cee3f7;*/
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #fff !important;
    font-size: 1.1em;
    padding: 20px 8px;
    border-radius: 50%;
}


/*左カラム　カテゴリー****************************************/

.side_cat_list {
    margin-top: 20px;
}

.side_cat_list li {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto 20px;
    position: relative;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #e3f0fd;
    /*	transition:all 0.3s;*/
}

.side_cat_list li a {
    position: absolute;
    top: 26px;
    text-align: center;
    width: 100%;
    font-size: 1.75rem;
    color: #fff;
    font-weight: bold;
}

.side_cat_list .two_line {
    top: 12px;
}

.side_cat_list li a img {
    width: 60px;
    height: auto;
    transition: all 0.3s;
}

.side_cat_list li:first-child {
    border-color: #2f9cd5;
}

.side_cat_list li:first-child a {
    color: #2f9cd5;
}

.side_cat_list li:nth-child(2) {
    border-color: #df5f56;
}

.side_cat_list li:nth-child(2) a {
    color: #df5f56;
}

.side_cat_list li:nth-child(3) {
    border-color: #ffc107;
}

.side_cat_list li:nth-child(3) a {
    color: #ffc107;
}

.side_cat_list li:nth-child(4) {
    border-color: #BB955E;
    ;
}

.side_cat_list li:nth-child(4) a {
    color: #BB955E;
}

.side_cat_list li:nth-child(5) {
    border-color: #46b994;
}

.side_cat_list li:nth-child(5) a {
    color: #46b994;
}

.side_cat_list li:nth-child(6) {
    border-color: #727171;
}

.side_cat_list li:nth-child(6) a {
    color: #727171;
}

.nouki_wrap {
    margin: 20px 0 20px;
    padding: 10px 20px 40px;
    border: 5px double #cecece;
    background: url(../img/truck.png) no-repeat right bottom;
    background-size: 30%;
}


/*ページ下部　商品カテゴリーリスト*********************************/

.cat_list li {
    display: inline-table !important;
    border: 2px solid #1162B3;
}

.cat_list li a {
    display: table-cell;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px 10px;
    border-style: none;
    background: rgb(255, 255, 255);
    color: #525263;
    height: 100%;
    vertical-align: middle;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.cat_list li a:hover {
    opacity: .75;
    color: #c00;
}


/*トップページ*/

#news_area {
    margin: 10px 0 40px;
    padding: 20px;
}

.newslist dl {
    border-top: none;
    border-bottom: 3px dotted #cecece;
}

.newslist>a {
    float: right;
    margin: 20px 0;
}


/*トップページ　カスタムオーダー*/

#top_custom {
    background: #F8F8F8;
    padding: 0 0 40px;
    margin-top: 20px;
}

#top_custom img.co_header {
    width: 100%;
    height: auto;
}

#top_custom .top_h2 {
    color: #fff;
    padding: 10px 10px 30px 10px !important;
    border: none !important;
    background: #f3b600 !important;
    margin-top: 0 !important;
    position:relative;
}
#top_custom .top_h2 img{
    position:absolute;
    bottom: 0px !important;
    width:98%;
}
#top_custom label {
    padding: 8px;
}
.puti_size{
   font-size:1rem;
   line-height:1.3;
}


#top_custom .order_wrap li,
#top_custom .std_order li,
#top_custom .cstm_order li {
    width: 18%;
    min-height: 180px;
    text-align: center;
    float: left;
    background: #fff;
    margin-right: 1%;
    padding: 0px;
    display: block;
    line-height:1.5;
}

#top_custom .order_wrap li input[type=radio],
#top_custom .std_order li input[type=radio],
#top_custom .cstm_order li input[type=radio] {
    /* #productoption3 li input[type=radio] ,
#productoption13 li input[type=radio] { */
    display: none;
}

#top_custom .order_wrap li label,
#top_custom .std_order li label,
#top_custom .cstm_order li label {
    border: 3px solid #fff;
    margin-bottom: 0;
    min-height: 200px;
}

#top_custom .order_wrap li label p,
#top_custom .std_order li label p,
#top_custom .cstm_order li label p {
    margin-bottom: 0;
}

#top_custom .order_wrap li input[type="radio"]:checked+label,
#top_custom .std_order li input[type="radio"]:checked+label,
#top_custom .cstm_order li input[type="radio"]:checked+label {
    /* #productoption3 li input[type="radio"]:checked + label,
#productoption13 li input[type="radio"]:checked + label{ */
    border: 3px solid #1162b3;
    background: #f2f8fd;
    display: block;
}

#top_custom .order_wrap li img,
#top_custom .std_order li img,
#top_custom .cstm_order li img {
    width: 80%;
    height: auto;
    margin-bottom: 13px;
}

.top_text_frame p {
    font-weight: bold;
    font-size: 1.2em;
    position: relative;
    border-bottom: solid 3px #f0ad4e;
}

.top_order {
    display: none;
}

.top_order.order_roll {
    display: flex;
}

.top_order.order_pekori {
    flex-wrap: wrap;
}

.order_pekori .order_wrap:nth-child(2) {
    margin-right: 5%;
}

.step_num {
    background: #f3b600;
    color: #fff;
    width: 35px;
    height:28px;
    border-radius:150px 150px 0 0;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
    margin-left: 0px;
    margin-right: 5px;
    float:left;
}
.step_num2{
    background: #f3b600;
    color: #fff;
    width: 15px;
    height:15px;
    border-radius:150px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin-left: 0px;
    margin-right: 5px;
}
.top_order_box{
    margin:30px;
}
.co_btn_pink {
    clear: both;
    display: block;
    background: #e85e8c;
    width: 40%;
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    margin: 30px auto;
    cursor: pointer;
}

.co_btn_pink:hover {
    background: #da3a8a;
}

.form-control {
    display: inline-block;
    margin-bottom: 10px;
    /*margin-right: 5px;*/
}

#co_sample {
    margin: 50px auto;
    display: block;
    width: 98%;
    border: solid 2px #f3b600;
    background: #fff;
    padding: 20px 20px 0;
    box-sizing: border-box;
}

#co_sample .co_btn_pink {
    background: #f3b600;
    padding: 10px 20px;
}

#co_sample .co_btn_pink:hover {
    background: #ffac15;
}


/*gnav　*****************************************************************************************************************************************/

#contents {
    padding-top: 15px;
}

#gnav {
    background: #f8f8f8;
    height: 70px;
    padding: 8px;
    box-sizing: border-box;
    border-bottom: 3px solid #dedede;
    border-top: 3px solid #dedede;
}

.navi_list {
    display: table;
    float: left;
    /*	margin-bottom:20px;*/
}

.navi_list li {
    display: table-cell;
    text-align: center;
    /*	line-height: 130%;*/
    width: 20%;
}

.navi_list>li>a
/*.navi_list li .gnav_cat*/

{
    display: block;
    padding: 5px;
    border-left: 1px solid #DEDEDC;
    font-weight: bold;
    font-size: 1.1em;
    color: #525263;
}

.navi_list li a img {
    width: 40px;
    height: 40px;
    margin-right: 6px;
}

.navi_list li a:hover {
    background: linear-gradient(to bottom, #fff 0%, #fff 92%, #2f9cd5 92%, #2f9cd5 100%);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    color: #1162b3;
}

.navi_list>li:last-child>a {
    border-right: 1px solid #DEDEDC;
}

.gnav_wrap {
    /*visibility: hidden;
	opacity: 0;*/
    z-index: 9999;
    /*	width:1150px;
	max-width:100%*/
    ;
    min-height: 200px;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 5px auto;
    box-sizing: border-box;
    background: rgba(8, 74, 140, .9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: none;
}


/*.navi_list li:hover .gnav_wrap {
	top: 45px;
	visibility: visible;
	opacity: 1;
}*/

.gnav_wrap p {
    color: #fff;
    text-align: left;
    font-size: .9em;
}

.gnav_wrap img {
    border: 5px solid #2f9cd5;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.gnav_co {
    margin: 30px auto 10px;
    display: block;
}

.gnav_co li {
    display: block !important;
    width: 29.3333%;
    padding: 20px 10px 0;
    margin: 20px 2%;
    background: #fff;
    float: left;
    position: relative;
    font-weight: bold;
    font-size: 1.1em;
    min-height: 120px;
}

.gnav_co_num {
    background: #f3b600;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.1;
    font-weight: bold;
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    padding-top: 14px;
    font-size: 1.2em;
}

.gnav_co img {
    border: none;
    margin-top: 10px;
}

.gnav_wrap .gnav_btn a {
    padding: 12px 1.5em;
    margin: 10px auto 20px;
    background: #e85e8c;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    width: 500px;
    max-width: 95%;
    text-align: center;
}

.gnav_wrap .gnav_btn a i,
.gnav_wrap #gnav_roll a i {
    margin-left: .8em;
}

.gnav_wrap .gnav_btn a:hover,
.gnav_wrap #gnav_roll a:hover {
    text-decoration: none;
    border: none;
    background: #fff;
    color: #1162b3;
}

.navi_list .gnav_wrap li a
/*.navi_list ul.navi_list02 li .gnav_cat */

{
    display: table-cell;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    padding: 20px 10px;
    border-style: none;
    background: rgb(255, 255, 255);
    color: #525263;
    height: 100%;
    vertical-align: middle;
}

.gnav_wrap .gnav_wrap2 {
    float: left;
    padding: 0 1%;
    box-sizing: border-box;
}

.gnav_wrap .w20 {
    width: 20%;
}

.gnav_wrap .w25 {
    width: 25%;
}

.gnav_wrap .w50 {
    width: 50%;
}

.gnav_wrap .w75 {
    width: 75%;
}

.gnav_wrap .w33 {
    width: 33.3333%;
}

.gnav01 li {
    width: 98%;
    margin: 0 1% 10px;
    float: left;
    display: block;
    background: #fff;
}

.gnav02 li {
    width: 49%;
    margin: 0 1% 10px 0;
    float: left;
    display: block;
    background: #fff;
}

.gnav03 li {
    width: 32.6666%;
    margin: 0 1% 10px 0;
    float: left;
    display: block;
    background: #fff;
}

.gnav04 li {
    width: 24.25%;
    margin: 0 1% 10px 0;
    float: left;
    display: block;
    background: #fff;
}

.gnav02 li:nth-child(even),
.gnav03 li:nth-child(3n),
.gnav04 li:nth-child(4n) {
    margin-right: 0;
}

.gnav_wrap li {
    display: inline-table;
}

.gnav_wrap li a {
    display: block;
    padding: 20px 0;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.navi_list #gnav_roll li,
.navi_list #gnav_sheet_type li,
.navi_list #gnav_sheet_size li,
#gnav_use li {
    min-height: 100px;
    height: 100px;
}

#gnav_env_type li {
    min-height: 79px;
}

.size_basic {
    background: #ffb6c1;
    font-size: .7em;
    padding: 0 .5em;
    line-height: 1.1;
    text-shadow: none;
}

#gnav_bag_wrap li a,
#gnav_envelope_wrap li a {
    font-size: 1em;
}

#gnav_bag_wrap {
    float: left;
    width: 40%;
    padding-right: 10px;
}

#gnav_envelope_wrap {
    float: right;
    width: 60%;
    padding-left: 10px;
    border-left: 1px solid #fff;
}


/* #gnav_roll li:first-child a{
	background:url(../img/gnav_ranking.jpg) no-repeat #fff;
	background-size:cover;
}
#gnav_roll li:nth-child(2) a{*/

#gnav_roll li:first-child a {
    background: url(../img/gnav_roll_basic.jpg) no-repeat #fff;
    background-size: cover;
}

#gnav_roll li:nth-child(3) a,
#gnav_sheet_type li:first-child a {
    background: url(../img/gnav_puti_s.jpg) no-repeat #fff;
    background-size: cover;
}

#gnav_roll li:nth-child(4) a,
#gnav_sheet_type li:nth-child(3) a {
    background: url(../img/gnav_puti_l.jpg) no-repeat #fff;
    background-size: cover;
}

#gnav_roll li:nth-child(5) a,
#gnav_use li:nth-child(2) a {
    background: url(../img/gnav_pink.jpg) no-repeat #fff;
    background-size: cover;
}

#gnav_roll li:nth-child(2) a {
    background: url(../img/gnav_coreless.jpg) no-repeat #fff;
    background-size: cover;
}

#gnav_roll li:nth-child(6) a {
    background: url(../img/gnav_bio.jpg) no-repeat #fff;
    background-size: cover;
}

#gnav_roll li:nth-child(7) a {
    background: url(../img/gnav_spaspa.jpg) no-repeat #fff;
    background-size: cover;
}

#gnav_roll li:nth-child(8) a {
    background: url(../img/gnav_heart.jpg) no-repeat #fff;
    background-size: cover;
}

#gnav_sheet_type li:nth-child(2) a {
    background: url(../img/gnav_puti_m.jpg) no-repeat#fff;
    background-size: cover;
}

#gnav_sheet_size li:first-child a {
    background: url(../img/gnav_400_400.png) no-repeat right #fff;
    background-size: contain;
}

#gnav_sheet_size li:nth-child(2) a {
    background: url(../img/gnav_300_200.png) no-repeat right #fff;
    background-size: contain;
}

#gnav_sheet_size li:nth-child(3) a {
    background: url(../img/gnav_400_300.png) no-repeat right #fff;
    background-size: contain;
}

#gnav_sheet_size li:last-child a {
    background: url(../img/gnav_600_400.png) no-repeat right #fff;
    background-size: contain;
}

#gnav_bag li:first-child a {
    background: url(../img/gnav_bag_book.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_bag li:nth-child(2) a {
    background: url(../img/gnav_bag_dvd.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_bag li:nth-child(3) a {
    background: url(../img/gnav_bag_wine.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_bag li:nth-child(4) a {
    background: url(../img/gnav_bag_b4.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_bag li:nth-child(5) a {
    background: url(../img/gnav_bag_wine.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_env_type li:first-child a {
    background: url(../img/gnav_env_safetypack.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_env_type li:nth-child(3) a {
    background: url(../img/gnav_env_otegaru.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_env_type li:nth-child(2) a {
    background: url(../img/gnav_env_safetylite.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_env_type li:nth-child(4) a {
    background: url(../img/gnav_env_spot.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_env_size li:first-child a {
    background: url(../img/gnav_env_5.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_env_size li:nth-child(2) a {
    background: url(../img/gnav_env_4.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_env_size li:nth-child(3) a {
    background: url(../img/gnav_env_3N.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_env_size li:nth-child(4) a {
    background: url(../img/gnav_env_3.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_env_size li:nth-child(5) a {
    background: url(../img/gnav_env_2.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_env_size li:nth-child(6) a {
    background: url(../img/gnav_env_1.jpg) no-repeat right #fff;
    background-size: contain;
}

#gnav_use li:first-child a {
    background: url(../img/gnav_mado.jpg) no-repeat #fff;
    background-size: cover;
}

#gnav_use li:nth-child(3) a {
    background: url(../img/tanoshimu.jpg) no-repeat;
    background-size: cover;
}

#gnav_use li:nth-child(4) a {
    background: url(../img/gnav_packing.jpg) no-repeat;
    background-size: cover;
}


/* #gnav_use li:nth-child(5) a{
	background:url(../img/gnav_moving.jpg) no-repeat;
	background-size:cover;
} */

#gnav_use li:nth-child(5) a {
    background: url(../img/gnav_mail.jpg) no-repeat;
    background-size: cover;
}

#gnav_use li:nth-child(7) a {
    background: url(../img/gnav_board.jpg) no-repeat;
    background-size: cover;
}

#gnav_use li:nth-child(8) a {
    background: url(../img/gnav_container.jpg) no-repeat;
    background-size: cover;
}

#gnav_use li:nth-child(6) a {
    background: url(../img/gnav_sukima.jpg) no-repeat #fff;
    background-size: cover;
}

#gnav_use li:nth-child(9) a {
    background: url(../img/gnav_tenji.png) no-repeat #fff;
    background-size: cover;
}

.box50_l {
    width: 50%;
    float: left;
}

.gnav_wrap ul li a:hover {
    opacity: .75;
    color: #c00;
}

@media only screen and (min-width: 768px) {
    #header {
        min-height: 130px;
    }
    h1.header_logo img {
        width: 300px;
    }
    #cart_area {
        top: 5px;
        right: 0;
    }
    #cart_area p {
        min-width: 100px;
        background: #e85e8c;
        border-radius: 5px;
        border: none;
    }
    .errormsg.bg-danger {
        width: 100%;
    }
    .cart-trigger.cart-is-visible .cb-close {
        color: #fff;
    }
    svg.cb.cb-shopping-cart {
        color: #fff;
    }
    p.cart-trigger .badge {
        background: #525263;
    }
    #header #cart_area .cart_price {
        display: none !important;
    }
    #search select {
        /*商品検索プルダウン非表示*/
        display: none;
    }
    #header .header_bottom_area {
        /*検索フォーム*/
        position: absolute;
        top: 35px;
        right: 5px;
    }
    .search .input_search {
        border: 2px solid #2f9cd5;
        width: 300px;
        max-width: 100%;
    }
    .search input[type="search"] {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #header_menu {
        float: left;
        width: 500px;
        position: absolute;
        right: 230px;
        bottom: 30px;
    }
    #header_menu li a {
        font-size: .85em;
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
        color: #525263;
    }
    #header_menu li a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0da";
        margin-right: .3em;
        color: #2f9cd5;
    }
    #header_menu li a:hover {
        color: #9797a1;
    }
    #header_haisou {
        top: 120px;
        right: 0;
        position: absolute;
        padding-left: 70px;
        background: url(../img/truck.png) no-repeat left center;
        background-size: 60px;
        font-size: .95em;
    }
    /*slider*/
    .photo-scale {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        display: block;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
    a:hover .photo-scale,
    .photo-scale:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    .footer_sns a:hover,
    .page_top:hover {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0.7;
    }
    #footer .nouki_wrap {
        display: none;
    }
    #footer_cat_list .category-nav a:hover {
        color: #2f9cd5;
    }
    .footer_menu01 li {
        width: 25%;
    }
    .footer_menu01 li a:hover {
        background: #2f9cd5;
        color: #fff !important;
    }
    .footer_menu02 li a:hover {
        background: #fff;
    }
    #calendar {
        width: 28%;
        float: left;
    }
    #footer_right {
        float: right;
    }
    #footer_right li {
        margin-bottom: 20px;
        width: 100%;
    }
    .side_cat_list li:hover {
        width: 155px;
        height: 155px;
        margin-bottom: 15px;
    }
    .side_cat_list li:hover a {
        color: #fff;
    }
    .side_cat_list li:hover a img {
        width: 70px;
    }
    .side_cat_list li:first-child:hover {
        background: #2f9cd5;
    }
    .side_cat_list li:nth-child(2):hover {
        background: #df5f56;
    }
    .side_cat_list li:nth-child(3):hover {
        background: #ffc107;
    }
    .side_cat_list li:nth-child(4):hover {
        background: #BB955E;
    }
    .side_cat_list li:nth-child(5):hover {
        background: #46b994;
    }
        .side_cat_list li:nth-child(6):hover {
        background: #727171;
    }
    .cat_list li:hover {
        background: #e3f0fd;
    }
    .cat_list li:hover .img_area img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
    #page_homepage .theme_side_left #main {
        margin-top: 0;
    }
    #side_left {
        width: 20%;
    }
    .top_text_frame {
         width:60%;
         margin: 0px;
    }
    .top_text_frame p i {
/*         position: absolute;
        right: 0;
        top: 0;
        font-size: 35px;
        color: #f3b600; */
    }
    #co_type,
    .top_order,
    #co_num {
        width: 100%;
        float: right;
    }
    #item_detail_area .item_name {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: bold;
    }
    #item_detail_area .item_detail .sale_price {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 1100px) {
    h1.header_logo img {
        width: 240px;
        margin-top: 15px;
    }
    #header .header_logo_area {
        max-width: 25%;
    }
}

@media only screen and (min-width: 1101px) {
    .col-sm-3 {
        width: 20%;
    }
    h1.header_logo img {
        width: 280px;
    }
    .footer_menu02 .col-sm-3 {
        width: 25%;
    }
    #member {
        position: absolute;
        top: 0px;
        right: 320px;
        width: auto;
    }
    h1.header_logo img {
        margin-top: 60px;
    }
    #header {
        padding-top: 3px !important;
        min-height: 180px;
    }
}

@media only screen and (max-width: 1100px) {
/*
    #header_menu,
    #header_haisou {
        display: none;
    }
*/
    #header_haisou {
        display: none;
    }
    #header_menu{
        width: 220px;
        right: 320px;
        top: 17px;
    }
    #header_menu li a {
        font-size: .82em;
        margin-right: 15px;
        margin-bottom: 5px;
    }
    #member {
        position: absolute;
        top: -24px;
        right: 90px;
    }
    #gnav {
        padding: 5px;
    }
    .gnav_wrap {
        margin-top: 13px;
    }
    .navi_list>li>a {
        padding: 0;
    }
    .navi_list li a {
        font-size: 1em;
    }
    .navi_list li a img {
        width: 30px;
        height: 30px;
        display: block;
        margin: 0 auto 5px;
    }
    .navi_list .gnav_wrap li a {
        font-size: 90%;
    }
    #gnav_bag_wrap li a,
    #gnav_envelope_wrap li a {
        font-size: 80%;
    }
    .gnav_co li {
        padding: 30px 10px;
    }
    #gnav_bag_wrap,
    #gnav_envelope_wrap {
        width: 50%;
    }
    #gnav_envelope_wrap .gnav_wrap2.w33 {
        width: 50%;
    }
    #gnav_envelope_wrap .gnav_wrap2.w33:last-child {
        float: right;
    }
}

@media only screen and (min-width: 901px) {
    .theme_side_left #main {
        width: 80%;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 900px) {
    .top_text_frame,
    #co_type,
    .top_order,
    #co_num {
        width: 100%;
        float: none;
    }
    .top_text_frame p i {
        display: none;
    }
    .cat_list li,
    .cat_list li:nth-child(3n) {
        width: 48%;
        margin-right: 2%;
    }
    .cat_list li:nth-child(even) {
        margin-right: 0;
    }
    .nouki_wrap {
        margin-right: -20px;
    }
    .co_btn_pink {
        width: 70%;
    }
}

@media only screen and (max-width: 550px) {
    .cat_list li,
    .cat_list li:nth-child(3n) {
        width: 100%;
    }
}

@media only screen and (max-width: 900px) and (min-width:768px) {
    .member_link a {
        font-size: 90%;
        padding: 0 10px 0 0;
    }
    .gnav_wrap li {
        margin-bottom: 5px;
    }
    .gnav_wrap .gnav_co li {
        height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    #header_menu {
        display: none;
    }
    #cart_area p.free_shipping {
        /*送料無料*/
        position: absolute;
        right: 10px;
        top: 30px;
    }
    .search input[type="search"] {
        font-size: 1em;
    }
    #gnav {
        display: none;
    }
    .merit_cont li {
        width: 49%;
        margin-bottom: 5px;
        font-size: 1.2em;
    }
    .merit_cont li:nth-child(2) {
        margin-right: 0;
    }
    .drawer-open .drawer {
        height: 100%;
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }
    .slick-dots {
        bottom: -20px;
    }
    #footer .nouki_wrap {
        margin: 20px 10px;
        background-size: 20%;
    }
    #footer_cat_list {
        display: none;
    }
    .merit_title {
        font-size: 1.2em;
    }
    #AmazonPayButton,
    #AmazonPayButton~p {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    #top_custom #co_type.order_wrap li {
        width: 49%;
        margin-right: 1%;
        margin-bottom: 5px;
    }
    #top_custom #co_type.order_wrap li:nth-child(even) {
        margin-right: 0% !important;
    }
    .co_btn_pink {
        width: 90%;
    }
    #main.explain_page table th,
    #main.explain_page table td {
        display: block;
        width: 100%;
    }
    .cat_list li a {
        line-height: 1.3;
    }
}


/*※カレンダー不具合　臨時対応*/

#calendar {
    height: 250px;
    overflow: hidden;
}


/*↑↑↑キタムラ ここまで**************************/

#price {
    font-weight: bold;
    color: #DE5D50;
    text-align: center;
}

#price .head {
    color: black;
    font-size: 24px;
}

#price .price {
    font-size: 24px;
}

#price .tax {
    font-size: 12px;
}

.clear {
    clear: both;
    justify-content: center;
    margin-bottom: 20px;
}

.cb-question {
    font-size: 2rem !important;
}

#productoption3 li,
#productoption13 li {
    /* list-style: none;
	margin-bottom:8px;
	width:120px;
	height:120px;
	text-align:center;
	float:left;
	background:#fff;
	margin-right:7px;
	padding: 0px; */
    height: 10px;
}

.mgn_btm_0 {
    margin-bottom: 0px;
}

.mgn_btm_10 {
    margin-bottom: 10px;
}

.mgn_btm_20 {
    margin-bottom: 20px;
}

.mgn_btm_30 {
    margin-bottom: 30px;
}

.mgn_btm_40 {
    margin-bottom: 40px;
}

.mgn_btm_50 {
    margin-bottom: 50px;
}

.explain_page h4,
.explain_page h5 {
    margin-bottom: 5px;
}

.f_size_14 {
    font-size: 14px;
    font-size: 1.4rem;
}

h3 {
    position: relative;
    margin-bottom: 30px;
}

h3::before {
    content: "";
    position: absolute;
    background: #cee3f7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: -15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

h4 {
    position: relative;
}

h4::before {
    content: "";
    position: absolute;
    background: lightpink;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: -10px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

h5 {
    position: relative;
}

h5::before {
    content: "";
    position: absolute;
    background: #ffff89;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: -7px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.text_important {
    font-weight: bold;
    border: none;
    background: #cee3f7;
    padding: 10px 30px;
    border-radius: 50px;
}

.classcategory_list .control-label:nth-child(2) {
    color: pink;
}

.classcategory_list>li:nth-child(7) label {
    display: none;
}

.classcategory_list>li:nth-child(8) {
    clear: both;
    /*padding-top:40px;*/
}

#item_detail_area .item_detail #detail_description_box__class_sale_price,
#item_detail_area .item_detail #detail_description_box__class_range_sale_price,
#item_detail_area .item_detail #detail_description_box__sale_price {
    margin-top: 1em;
    margin-bottom: 1em;
}

#mypage_login__login_menu .about_member:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f059";
    margin-right: .3em;
    color: #2f9cd5;
}

.table-category-intro td,
.table-category-intro tr {
    padding: 0.5em;
}

.mailaddress {
    width: 23%;
}

.mailaddress2 {
    width: 13%;
}

.cart_area .quantity {
    margin-top: 4em !important;
}

.cp_ipradio {
    width: 90%;
    /* margin: 2em auto; */
    margin-left: 1em;
    text-align: left;
}

.cp_ipradio li {
    padding-bottom: 15px;
}

.cp_ipradio input[type='radio'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_ipradio label {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    padding-right: 10px;
    padding-left: 35px;
    cursor: pointer;
}

.cp_ipradio label::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: ' ';
    border: 1px solid #C4CCCE;
    border-radius: 4px;
}

.cp_ipradio input[type='radio']+label::before {
    border-radius: 18px;
}

.cp_ipradio input[type='radio']:checked+label {
    padding-left: 10px;
    color: #ffffff;
}

.cp_ipradio input[type='radio']:checked+label::before {
    top: -25%;
    width: 100%;
    height: 150%;
    background: #add4f8;
    border: 1px solid #C4CCCE;
}


/* Transition */

.cp_ipradio label,
.cp_ipradio label::before {
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

.cp_ipradio2 {
    margin-top: 50px !important;
}


/*******0925追加*******/


/*携帯表示用　カテゴリー****************************************/

.mbp_cat_list {
    display: none;
}

@media only screen and (max-width:766px) {
    .mbp_cat_list {
        list-style: none;
        display: flex;
        margin: auto;
        width: 100%;
        float: none;
    }
    .mbp_cat_list li {
        width: 100%;
        height: 20vw;
        display: block;
        margin: 2px 2px 2px 2px;
        position: relative;
        background: #fff;
        border-radius: 100px 100px 0 0;
        border: 4px solid #e3f0fd;
        float: left;
        /*	transition:all 0.3s;*/
    }
    .mbp_cat_list li a {
        position: absolute;
        top: 25px;
        text-align: center;
        width: 100%;
        font-size: 2.6vw;
        color: #fff;
        font-weight: bold;
    }
    .mbp_cat_list .two_line {
        top: 9px;
    }
    .mbp_cat_list li a img {
        padding-top: .6vw;
        width: 8vw;
        height: auto;
    }
    .mbp_cat_list a.two_line>img {
        width: 7vw;
    }
    .mbp_cat_list li:first-child {
        border-color: #2f9cd5;
    }
    .mbp_cat_list li:first-child a {
        color: #2f9cd5;
    }
    .mbp_cat_list li:nth-child(2) {
        border-color: #df5f56;
    }
    .mbp_cat_list li:nth-child(2) a {
        color: #df5f56;
    }
    .mbp_cat_list li:nth-child(3) {
        border-color: #ffc107;
    }
    .mbp_cat_list li:nth-child(3) a {
        color: #ffc107;
    }
    .mbp_cat_list li:nth-child(4) {
        border-color: #BB955E;
        ;
    }
    .mbp_cat_list li:nth-child(4) a {
        color: #BB955E;
    }
    .mbp_cat_list li:nth-child(5) {
        border-color: #46b994;
    }
    .mbp_cat_list li:nth-child(5) a {
        color: #46b994;
    }
}

@media only screen and (max-width:400px) {
    .mbp_cat_list li {
        height: 75px;
        border: 3px solid #e3f0fd;
    }
    .mbp_cat_list li a {
        font-size: 3vw;
        top: 5vw;
    }
    .mbp_cat_list li a img {
        padding-top: 1vw;
        width: 8vw;
    }
    .mbp_cat_list .two_line {
        top: 7px;
    }
    .mbp_cat_list a.two_line>img {
        width: 6vw;
    }
}


/* よくある質問 */
.qat{}
.qat h3{}
.qat p{}
.qat ul{}
.qat ul li{}
.qat ul.abc{margin-left: 3%;}
.qat ul.def{margin-left: 3%;}
.qat ul.ghi{margin-left: 3%;}
.qat ul.jkl{margin-left: 3%;}
.qat ul.opq{margin-left: 3%;}
.qat ul.rst{margin-left: 3%;}


/* clearfx */
.cf:before, .cf:after {
    content:"";
    display:table
}
.cf:after { clear:both }


/* 個人専用ページ TOP */
.kojin_top {width: 1118px;margin-top: 30px;margin-bottom: 50px;}
.kojin_top span {display: inline-block}
@media only screen and (max-width:767px) {
    .kojin_top{width: 100%;margin-top: 5%}
    .kojin_top span{display: inline-block}
}


/* 個人専用ページ カテゴリアイコン */
.kojin_category {width: 1118px;}
.kojin_category ul {margin-bottom: 70px;margin-top: 50px;}
.kojin_category ul li {float: left; width: 217px; margin-right: 4px;}
.kojin_category ul li:last-of-type {margin-right: 0px;}
.kojin_category ul li a {}
.kojin_category ul li a img { width: auto;}
@media only screen and (max-width:767px) {
    .kojin_category{width: 100%;}
    .kojin_category ul{}
    .kojin_category ul li{float: left;width: 49%; margin-right: 1%;height: 49%;margin-bottom: 1%;}
    .kojin_category ul li a{}
    .kojin_category ul li a img{width: auto;}
}


/* 個人専用ページ おすすめ商品 */
.kojin_item {width: 1118px;}
.kojin_item ul {list-style: none;margin-bottom: 70px;margin-top: 50px;}
.kojin_item ul li {float: left;display: block; width: 195px; margin-right: 28px;}
.kojin_item ul li span{display: inline-block}
.kojin_item ul li a {}
.kojin_item ul li a img { width: auto;}
@media only screen and (max-width:767px) {
    .kojin_item{width: 100%;}
    .kojin_item ul{}
    .kojin_item ul li{float: left;width: 49%; margin-right: 1%;height: 49%;margin-bottom: 1%;}
    .kojin_item ul li span{display: inline-block}
    .kojin_item ul li a{}
    .kojin_item ul li a img{width: auto;}
}


/* ヘッダー内　個人向けページアイコン */
@media only screen and (min-width: 1101px){
    .kojinpage {position: absolute;top: 145px;left: 20px}
}
@media only screen and (min-width: 768px) and (max-width:1100px) {
    .kojinpage {position: absolute;top: 83px; left: 20px}
}
@media only screen and (max-width: 767px) {
    .kojinpage {position: absolute;top: 0px; right: 120px}
}



/* スパスパ_TOP */
.spaspa_top {width: 1000px;margin-top: 30px;margin-bottom: 60px;margin-left: 59px}
.spaspa_top span {display: inline-block}
.spaspa_top img {width: auto;margin-bottom: 30px}
@media only screen and (max-width:767px) {
    .spaspa_top {width: 100%;margin-top: 0px;margin-bottom: 50px;margin-left: 0px}
    .spaspa_top span {display: inline-block}
    .spaspa_top img {width: 100%;margin-bottom: 0px}
}



/* スパスパ_特徴*/
.spaspa_item {width: 1000px;margin-top: 30px;margin-bottom: 60px;margin-left: 59px}
.spaspa_item span {display: inline-block}
.spaspa_item img {width: 887px;margin-top: 30px;margin-left: 50px;margin-right: 120px}
@media only screen and (max-width:767px) {
    .spaspa_item {width: 100%;margin-top: 30px;margin-bottom: 50px;margin-left: 0px}
    .spaspa_item span {display: inline-block}
    .spaspa_item img {width: 100%;margin-top: 0px;margin-left: 0px;margin-right: 0px}
}



/* スパスパ_使用方法*/
.spaspa_method {width: 1000px;}
.spaspa_method span {display: inline-block}
.spaspa_method ul {list-style: none;margin-top: 30px;margin-bottom: 30px;margin-left: 10px}
.spaspa_method ul li {float: left;display: block;width: 435px;margin-left: 59px;}
.spaspa_method ul li img {width: auto;margin-top: 10px}
.spaspa_method h4 {text-align: left; margin-left: 59px}
.spaspa_method p {text-align: left;margin-left: 79px;margin-bottom: 60px}
@media only screen and (max-width:767px) {
    .spaspa_method {width: 100%;}
    .spaspa_method span {display: inline-block}
    .spaspa_method ul {list-style: none;margin-top: 30px;margin-bottom: 20px;margin-left: 0px}
    .spaspa_method ul li {float: left;clear: both;display: block;width: 99%;margin-left: 1%;margin-bottom: 20px}
    .spaspa_method ul li img {width: 100%;margin-top: 0px}
    .spaspa_method h4 {text-align: left; margin-left: 3px}
    .spaspa_method p {text-align: left;margin-left: 5px;margin-bottom: 50px}
}



/* 法人、個人の振り分けアイコン */
.induction {width: 1118px;}
.induction ul {margin-bottom: 70px;margin-top: 50px;margin-left: 50px}
.induction ul li {float: left; width: 400px; margin-right: 40px;margin-left: 60px}
.induction ul li:last-of-type {margin-right: 0px;}
.induction ul li a {}
.induction ul li a img { width: auto;}
@media only screen and (max-width:767px) {
    .induction {width: 100%}
    .induction ul {margin-bottom: 30px;margin-top: 30px;margin-left: 0px}
    .induction ul li {float: left; width: 48%; margin-right: 1%;margin-left: 1%}
    .induction ul li:last-of-type {margin-right: 0px;}
    .induction ul li a {}
    .induction ul li a img {width: 100%;}
}



/* 不発商品モニター募集　商品画像 */
.product_tester_top {width: 1118px;}
.product_tester_top ul {list-style: none;}
.product_tester_top ul li {float: left;display: block; width: 350px;margin-bottom: 20px; margin-right: 11px;margin-left: 11px;}
.product_tester_top ul li img {width: auto;}
@media only screen and (max-width:767px) {
    .product_tester_top {width: 100%;}
    .product_tester_top ul {list-style: none;}
    .product_tester_top ul li {float: left;display: block; width: 31%;margin-bottom: 10%; margin-right: 1%;margin-left: 1%}
    .product_tester_top ul li img {width: 100%;}
}



/*  不発商品モニター　冒頭文章  */
.product_tester_title span {display: inline-block}
@media only screen and (max-width:767px) {
    .product_tester_title span {display: inline-block}
}



/* 不発商品モニター募集　応募方法 */
.product_tester_process {width: 1118px;}
.product_tester_process span {display: inline-block}
.product_tester_process ul {list-style: none;}
.product_tester_process ul li {width: 972px;margin-left: 73px;margin-right: 73px;margin-bottom: 50px;}
.product_tester_process ul li p {width: 972px;}
.product_tester_process ul li p span {display: inline-block}
.product_tester_process ul li img {width: 800px;margin-left: 60px;margin-right: 60px;margin-top: 5px;}
@media only screen and (max-width:767px) {
    .product_tester_process {width: 100%;}
    .product_tester_process ul {list-style: none;}
    .product_tester_process ul li {width: 100%;margin-left: 0%;margin-right: 0%;margin-bottom: 10%;}
    .product_tester_process ul li p {width: 100%;}
    .product_tester_process ul li p span {display: inline-block}
    .product_tester_process ul li img {width: 90%;margin-left: 5%;margin-right: 5%;margin-top: 0%;}
}



/* ポイントアップキャンペーンベース */
.pointup {width: 1118px;}
.pointup span {display: inline-block}
@media only screen and (max-width:767px) {
    .pointup {width: 100%;}
    .pointup span {display: inline-block}
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



/* アウトドア */
.putiputioutdoors {line-height: 0px;}

.putiputioutdoors .pc { width: 1122px; margin: 0 auto; background-color: #311b10; display: block;}
.putiputioutdoors .sp {display: none;}
.putiputioutdoors .pc div {}
.putiputioutdoors .pc div a { display: block; float: left; }
.putiputioutdoors .pc div a:hover img {opacity: 0.3;}

  @media (max-width: 767px)
  {
    .putiputioutdoors {width: 100%;}
    .putiputioutdoors .sp {display: block;}
    .putiputioutdoors .pc {display: none;}
    .putiputioutdoors img{width: 100%;}
  }



  /* お試し販売ページ */
  .trial_sale {width: 1118px}
  .trial_sale p {}
  .trial_sale p span {display: inline-block}
  .trial_sale ul {margin-bottom: 10px;margin-left: 259px;margin-right: 259px;}
  .trial_sale ul li {float: left; width: 250px; margin-right: 25px;margin-left: 25px}
  .trial_sale ul li:last-of-type{margin-right: 0px}
  .trial_sale ul li a {}
  .trial_sale ul li a img {width: auto;}
  @media only screen and (max-width:750px) {
      .trial_sale {width: 100%}
      .trial_sale p {}
      .trial_sale p span {display: inline-block}
      .trial_sale ul {margin-bottom: 10%;margin-left: 5%;margin-right: 5%;}
      .trial_sale ul li {float: left; width: 48%; margin-right: 1%;margin-left: 1%}
      .trial_sale ul li:last-of-type{margin-right: 0%}
      .trial_sale ul li a {}
      .trial_sale ul li a img {width: 100%;}
  }



    /* カスタムオーダー誘導アイコン */
.goto_custom {
    padding: 12px 1.5em;
    margin: 10px auto 20px;
    background: #e85e8c;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    width: 500px;
    max-width: 95%;
    text-align: center;
}


  /* カスタムオーダー誘導アイコン(カーソルを合わせた時の色変更)*/
  .goto_custom:hover{
    background: #ef7c9e;
    color: #fff;
}


/*  キーワードキャンペーン　冒頭文章  */
.keyword_campaign_title span {display: inline-block}
@media only screen and (max-width:767px) {
    .keyword_campaign_tester_title span {display: inline-block}
}


/* キーワードキャンペーン　参加方法 */
.keyword_campaign_process {width: 1118px;}
.keyword_campaign_process span {display: inline-block}
.keyword_campaign_process ul {list-style: none;}
.keyword_campaign_process ul li {width: 972px;margin-left: 73px;margin-right: 73px;margin-bottom: 50px;}
.keyword_campaign_process ul li p {width: 972px;}
.keyword_campaign_process ul li p span {display: inline-block}
.keyword_campaign_process ul li img {width: 800px;margin-left: 60px;margin-right: 60px;margin-top: 5px;}
@media only screen and (max-width:767px) {
    .keyword_campaign_process {width: 100%;}
    .keyword_campaign_process ul {list-style: none;}
    .keyword_campaign_process ul li {width: 100%;margin-left: 0%;margin-right: 0%;margin-bottom: 10%;}
    .keyword_campaign_process ul li p {width: 100%;}
    .keyword_campaign_process ul li p span {display: inline-block}
    .keyword_campaign_process ul li img {width: 90%;margin-left: 5%;margin-right: 5%;margin-top: 0%;}
}



/*  新規会員向けキャンペーン　冒頭文章  */
.newmember_campaign_title span {display: inline-block}
@media only screen and (max-width:767px) {
    .newmember_campaign_title span {display: inline-block}
}


/* 新規会員向けキャンペーン　会員登録方法 */
.newmember_campaign_process {width: 1118px;}
.newmember_campaign_process span {display: inline-block}
.newmember_campaign_process ul {list-style: none;}
.newmember_campaign_process ul li {width: 972px;margin-left: 73px;margin-right: 73px;margin-bottom: 50px;}
.newmember_campaign_process ul li p {width: 972px;}
.newmember_campaign_process ul li p span {display: inline-block}
.newmember_campaign_process ul li img {width: 800px;margin-left: 60px;margin-right: 60px;margin-top: 5px;}
@media only screen and (max-width:767px) {
    .newmember_campaign_process {width: 100%;}
    .newmember_campaign_process ul {list-style: none;}
    .newmember_campaign_process ul li {width: 100%;margin-left: 0%;margin-right: 0%;margin-bottom: 10%;}
    .newmember_campaign_process ul li p {width: 100%;}
    .newmember_campaign_process ul li p span {display: inline-block}
    .newmember_campaign_process ul li img {width: 90%;margin-left: 5%;margin-right: 5%;margin-top: 0%;}
}



/* ERボード製A式箱 */
.putiputierbox {line-height: 0px;}

.putiputierbox .pc { width: 960px; margin: 0 auto; background-color: #095216; display: block;}
.putiputierbox .sp {display: none;}
.putiputierbox .pc div {}
.putiputierbox .pc div img {vertical-align: top}
.putiputierbox .pc div a { display: block; float: left; }
.putiputierbox .pc div a:hover img {opacity: 0.3;}

  @media (max-width: 767px)
  {
    .putiputierbox {width: 100%;}
    .putiputierbox .sp {display: block;}
    .putiputierbox .pc {display: none;}
    .putiputierbox img{width: 100%;}
  }