@charset "UTF-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,main,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {    margin: 0;    padding: 0;    font-size: 100%;    vertical-align: baseline;    border: 0;    outline: 0;    background: transparent;    font-size: 10px;    font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;    letter-spacing: .075rem;    line-height: 1.45em;    color: #425170;    -webkit-box-sizing: border-box;    box-sizing: border-box;}body {    line-height: 1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {    display: block;}ul {    list-style: none;}blockquote,q {    quotes: none;}blockquote:before,blockquote:after,q:before,q:after {    content: '';    content: none;}.pc {    display: block;}.sp {    display: none;}a,span {    margin: 0;    padding: 0;    font-size: 100%;    vertical-align: baseline;    background: transparent;    text-decoration: none;    color: inherit;}a:hover {    opacity: 0.5;}/* change colours to suit your needs */ins {    text-decoration: none;    color: #000;    background-color: #ff9;}/* change colours to suit your needs */mark {    font-weight: bold;    font-style: italic;    color: #000;    background-color: #ff9;}del {    text-decoration: line-through;}abbr[title],dfn[title] {    cursor: help;    border-bottom: 1px dotted;}table {    border-spacing: 0;    border-collapse: collapse;}/* change border colour to suit your needs */hr {    display: block;    height: 1px;    margin: 1em 0;    padding: 0;    border: 0;    border-top: 1px solid #ccc;}input,select {    vertical-align: middle;}

body {
  background: #FEF3C8;
}
/*  　inviewContents関連　  */
.inviewContents {
opacity: 0;
transform: translate(0, 60px);
-webkit-transform: translate(0, 60px);
-webkit-transition: .8s;
transition: .8s;
}
.fadein {
opacity: 1.0;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
.block {
display: block;
}
.alc {
text-align: center;
}
.org {
color: #c75c2e;
}
.ft18 {
font-size: 1.8rem;
}
.ft21 {
font-size: 2.1rem;
}
.ft24 {
font-size: 2.4rem;
}
.ft28 {
font-size: 2.8rem;
}
.ft32 {
font-size: 3.2rem;
}
.ft36 {
font-size: 3.6rem;
}
.ft42 {
font-size: 4.2rem;
}
.mark_ylw {
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #efbb3f));
background: linear-gradient(transparent 60%, #efbb3f 60%);
}
.mark_wh {
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff));
background: linear-gradient(transparent 60%, #fff 60%);
}
.txt_red {
color: #d15e2d;
}
a{
-webkit-transition: 0.5s;
transition: 0.5s;
}
h2.top_deco_ttl {
font-size: 3rem;
text-align: center;
color: #435272;
margin-top: 90px;
letter-spacing: 0.1em;
}
h2.top_deco_ttl::before {
width: 135px;
height: 65px;
content: "";
display: block;
background: url(https://img11.shop-pro.jp/PA01056/554/etc/deco_okuma.png?cmsp_timestamp=20201026221059) no-repeat center top/135px auto;
margin: 0 auto 20px;
}
.more_ylw {
display: block;
    width: fit-content;
    max-width: 580px;
    height: 50px;
    text-align: center;
    border: solid 2px #fff;
    padding: 0 25px;
    line-height: 44px;
    font-size: 1.8rem;
    color: #fff;
    background: #efbb3f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    font-weight: 700;
}
a.more_ylw:hover {
    background: #ffffff;
    border: 2px solid #efbb3f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    color: #efbb3f;
}
main {
position: relative;
z-index: 0;
padding: 0 0 100px;
}
/*========header=========*/
/*チェックボックス等は非表示に*/
.nav-unshown {
display: none;
}
header {
width: 100%;
background: #efbb3f;
}
header .header_top {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
width: 100%;
max-width: 1024px;
margin: auto;
padding: 20px 0 0;
}
header .logoArea {
width: calc(50% - 15px);
max-width: 700px;
margin-right: 0;
}
header .logoArea span {
display: inline-block;
font-size: 1.4em;
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #efbb3f));
background: linear-gradient(transparent 60%, #efbb3f 60%);
  white-space: nowrap;
}
header .logoArea figure a {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-top: 10px;
}
header .logoArea figure a img {
max-width: 195px;
}
header .logoArea figcaption {
font-size: 2.1em;
letter-spacing: .1em;
font-weight: 600;
color: #fff;
padding-top: 15px;
margin-right: 20px;
}
header .cartArea {
width: 30%;
max-width: 300px;
height: 45px;
line-height: 45px;
color: #efbb3f;
background: #fff;
border-radius: 30px;
text-align: center;
margin-top: 25px;
margin-right: 15px;
}
header .cartArea a {
font-size: 1.8em;
font-weight: 600;
text-align: center;
}
header .cartArea a:first-child {
padding-right: 10px;
border-right: solid 1px #efbb3f;
margin-right: 10px;
}
header .snsArea_pc {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 20%;
max-width: 195px;
padding-top: 20px;
}
header .snsArea_pc a {
display: block;
width: 45px;
height: 45px;
margin-right: 10px;
}
header .snsArea_pc a:last-child {
margin-right: 0;
}
header .snsArea_pc a img {
width: 100%;
}
header #nav-drawer {
width: 100%;
max-width: 1024px;
margin: 20px auto;
}
header #nav-drawer #nav-content ul {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
header #nav-drawer #nav-content ul:not(.navLink) li {
color: #fff;
font-size: 1.7em;
line-height: 2.1em;
font-weight: 600;
/* background: url(https://img11.shop-pro.jp/PA01056/554/etc/ico_egg.png?cmsp_timestamp=20201026221119) no-repeat center/20px auto; */
}
header #nav-drawer #nav-content ul.navLink {
display: none;
}
/*========contact=========*/
.contact {
    width: 94%;
    max-width: 1024px;
    margin: 90px auto 60px;
}
.contact_bnr {
width: 100%;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.contact_bnr li {
width: 30%;
margin-left: 5%;
}
.contact_bnr li:first-child {
margin-left: 0;
}
.contact_bnr a {
width: 100%;
height: 100%;
}
.contact_bnr img {
width: 100%;
height: auto;
}
.contact_bnr + .contact_ttl {
margin: 60px auto 0;
}
.contact .contact_ttl {
font-size: 2.4rem;
color: #435272;
letter-spacing: 0.1em;
text-align: center;
}
.contact .contact_ttl::before {
content: "";
display: inline-block;
width: 35px;
height: 56px;
background: url(https://img11.shop-pro.jp/PA01056/554/etc/deco_ylw_left.png) no-repeat center top/35px auto;
vertical-align: middle;
margin-right: 20px;
}
.contact .contact_ttl::after {
content: "";
display: inline-block;
width: 35px;
height: 56px;
background: url(https://img11.shop-pro.jp/PA01056/554/etc/deco_ylw_right.png) no-repeat center top/35px auto;
vertical-align: middle;
margin-left: 20px;
}
.contact .contact_txt {
font-size: 1.8rem;
line-height: 2.1em;
text-align: center;
}
.contact .more_ylw {
margin: 40px auto 0;
}
/*========footer=========*/
footer {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 40px 0;
}
footer .fixed_menu {
  display: block;
  width: 60px;
  height: auto;
  position: fixed;
  top: 30%;
  right: 0;
}

footer .fixed_menu ul li {
  width: 60px;
  height: auto;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
}
footer .fixed_menu ul li.telLink,
footer .fixed_menu ul li.formLink {
display: none;
}
footer .fixed_menu ul li a {
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
footer .fixed_menu ul li a::before {
  content: "";
  display: block;
  width: 80px;
  height: 95px;
  margin: 0 auto 8px;
}
footer .fixed_menu ul li.productLink a::before {
	background: url(https://img11.shop-pro.jp/PA01056/554/etc/shop_ico_pc.png?cmsp_timestamp=20201117192034) no-repeat center / 75px auto;
}
footer .fixed_menu ul li.telLink a::before {
background: url(https://img11.shop-pro.jp/PA01056/554/etc/ico_tel_wh.png?cmsp_timestamp=20201028200143) no-repeat center / 25px auto;
}
footer .fixed_menu ul li.formLink a::before {
background: url(https://img11.shop-pro.jp/PA01056/554/etc/ico_form.png?cmsp_timestamp=20201028200255) no-repeat center / 30px auto;
}
footer .fixed_menu ul li.cartLink a::before {
	background: url(https://img11.shop-pro.jp/PA01056/554/etc/cart_ico_pc.png?cmsp_timestamp=20201117191925) no-repeat center / 75px auto;
}
footer .innerBox {
  width: 94%;
  max-width: 1024px;
  margin: auto;
  padding-top: 20px;
}
.footer_pc_nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.footer_leftBox {
  width: 23%;
  max-width: 225px;
}
.footer_leftBox .footer_shop_name {
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: .1em;
}
.footer_leftBox .footer_shop_txt {
  font-size: 1.5rem;
}
.footer_right_item01 {
  font-size: 1.5rem;
}
.footer_right_item01 a + a {
  border-left: solid 1px #000;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 1.5rem;
  letter-spacing: .075em;
}
.footer_right_item02 {
  width: 100%;
  text-align: right;
  margin: 20px auto 0;
}
footer .footer_right_item02 span {
  font-size: 1.4rem;
  letter-spacing: .1em;
  display: inline;
  text-align: right;
  color: #435272;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff));
  background: linear-gradient(transparent 60%, #fff 60%);
  position: relative;
}
footer .footer_right_item02 span::before {
content: "";
display: inline-block;
width: 65px;
height: 85px;
background: url(https://img11.shop-pro.jp/PA01056/554/etc/logo_kappa_pink01.png) no-repeat center top/ 65px auto;
position: absolute;
left: -60px;
top: 0;
}
footer .footer_right_item02 figure {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

footer .footer_right_item02 figure img {
  display: block;
  width: 180px;
  margin-top: 20px;
}
footer .footer_right_item02 figure figcaption {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: .1em;
  color: #435272;
  margin-right: 15px;
}
footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 40px;
}
/*========================================
footer end
===========================================*/
.item_contentWrap {
background: #fef3c8;
padding: 60px 0 40px;
}
.top_ttlArea {
width: 94%;
max-width: 1024px;
margin: 0 auto;
}
.top_ttlArea h2 {
color: #c85d2f;
font-size: 3.6rem;
text-align: center;
letter-spacing: 0.1em;
}
.top_ttlArea .alc {
font-size: 2rem;
line-height: 2.2em;
margin-top: 20px;
}
.top_ttlArea .org {
color: #c85d2f;
font-size: 2.4rem;
}
.inner_contentWrap {
width: 94%;
max-width: 1200px;
margin: 90px auto 0;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.inner_contentWrap aside {
width: 25%;
padding-right: 2%;
border-right: solid 2px #fff;
}
.inner_contentWrap aside div {
margin: 20px auto 0;
}
.inner_contentWrap aside h3 {
background: #c85d2f;
color: #fff;
font-size: 1.8rem;
line-height: 2em;
padding: 0 8px;
}
.inner_contentWrap aside ul,
.inner_contentWrap aside ul li {
width: 100%;
font-size: 1.5rem;
line-height: 2.1em;
position: relative;
}
.inner_contentWrap aside ul {
margin: 20px auto 0;
}
.inner_contentWrap aside .itemLink li a,
.inner_contentWrap aside .blog_cate li a {
display: block;
width: 100%;
position: relative;
padding-right: 22px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.inner_contentWrap aside .itemLink li a::after,
.inner_contentWrap aside .blog_cate li a::after {
content: "";
display: block;
width: 20px;
height: 20px;
background: url(https://img11.shop-pro.jp/PA01056/554/etc/ico_aside.png?cmsp_timestamp=20201026221239) no-repeat center / 100%;
position: absolute;
right: 0;
top: 10px;
}
.inner_contentWrap aside .pageLink li {
margin-top: 15px;
}
.inner_contentWrap aside .pageLink li a {
display: block;
width: 100%;
height: auto;
}
.inner_contentWrap aside .pageLink li img {
width: 100%;
display: block;
}
.inner_contentWrap main {
width: 75%;
max-width: 940px;
padding: 0 2%;
}
main h2.border_ylw,
main.howto_buy h2 {
font-size: 2.4rem;
letter-spacing: .1em;
color: #425170;
font-weight: bold;
margin: 60px auto 0;
}
main h2.border_ylw:first-child,
main.howto_buy .payment h2,
main.howto_buy .term h2 {
margin: 0 auto;
}
main h2.border_ylw::after {
content: "";
display: block;
width: 100%;
height: 5px;
background: url(https://img11.shop-pro.jp/PA01056/554/etc/border_h2.png?cmsp_timestamp=20201026221253);
margin: 20px 0 0;
}
main.item_list h2.border_ylw span {
color: #fff;
font-size: 1.6rem;
font-weight: 600;
letter-spacing: .1em;
background: #c85d2f;
padding: 5px 15px;
border-radius: 20px;
}
main.item_list ul {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
main.item_list ul:last-child {
margin: 40px 0 60px 0;
}
main.item_list ul li {
width: 32%;
margin-left: 2%;
margin: 30px 0;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
main.item_list ul li:nth-child(3n+1) {
margin-left: 5px;
}
main.item_list ul li figure {
width: 100%;
position: relative;
}
main.item_list ul li figure img {
display: block;
width: 70%;
margin: auto;
}
main.item_list ul li figure figcaption {
background: #e6b642;
width: 70px;
height: 70px;
font-size: 1.2rem;
color: #fff;
border-radius: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
position: absolute;
top: 0;
}
main.item_list ul li .item_name {
font-size: 1.4rem;
line-height: 1.8em;
text-align: center;
color: #c85d2f;
margin-top: 10px;
}
main.item_list ul li .item_price{
font-size: 1.6rem;
line-height: 1.45em;
text-align: center;
color: #c85d2f;
margin-bottom: 10px;
}
main.item_list ul li .item_link {
color: #c85d2f;
font-size: 1.6rem;
background: #fff;
border: solid 2px #c85d2f;
display: block;
width: 80%;
line-height: 1.5em;
text-align: center;
border-radius: 20px;
margin: auto auto 0;
}
main.item_list ul li .item_link:hover{
background: #c85d2f;
color: #fff;
border: solid 2px #c85d2f;
opacity: 1;
}
main.howto_buy .payment,
main.howto_buy .term,
main.privacy .innerBox {
width: 100%;
padding: 35px 20px;
background: #fff;
}
main.howto_buy .term {
margin: 60px auto 45px;
}
main.howto_buy h3 {
font-size: 2.4rem;
color: #425170;
}
main.howto_buy h4 {
font-size: 1.8rem;
color: #425170;
}
main.howto_buy p,
main.howto_buy th,
main.howto_buy td {
font-size: 1.5rem;
line-height: 2em;
text-align: left;
}
main.howto_buy th {
width: 25%;
background: #425170;
color: #fff;
font-weight: normal;
padding: 20px 1em;
border-bottom: solid 1px #fff;
}
main.howto_buy td {
border: solid 1px #425170;
padding: 20px 2%;
}
main.shipping p {
font-size: 1.6rem;
margin: 20px auto 0;
}
main.shipping figure {
width: 100%;
margin: 40px auto 0;
}
main.shipping figure img {
width: 100%;
display: block;
}
main.shipping table {
margin: 40px 0 0;
}
main.shipping th {
background: #e6b642;
border-bottom: solid 1px #fff;
font-size: 1.6rem;
line-height: 3em;
padding: 0 1em;
}
main.shipping td {
border: solid 1px #e6b642;
background: #fff;
padding: 0 1em;
line-height: 3em;
font-size: 1.6rem;
}
main.privacy .innerBox {
margin-bottom: 60px;
}
main.privacy p {
font-size: 1.3rem;
line-height: 2.4rem;
}
main.privacy h3 {
font-size: 2rem;
color: #425170;
margin: 30px auto 10px;
}
#search input[type="submit"]{
color: #fff;
background: url(https://img11.shop-pro.jp/PA01056/554/etc/ico_search.png?cmsp_timestamp=20201103180746) no-repeat center right / 30px auto , #c85d2f;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
width: 60px;
text-align: left;
height: 30px;
line-height: 30px;
border-radius: 3px;
margin:5px auto 0;
}
#search input[type="text"],
#search select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 30px;
line-height: 30px;
border: solid 1px #ccc;
-webkit-box-shadow: none;
box-shadow: none;
padding: 3px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 30px;
line-height: 30px;
border-color: #ccc;
box-shadow: none;
padding: 3px;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.ft18 {
font-size: 1.6rem;
}
.ft21 {
font-size: 1.8rem;
}
.ft24 {
font-size: 2.1rem;
}
.ft28 {
font-size: 2.4rem;
}
.ft32 {
font-size: 2.8rem;
}
.ft36 {
font-size: 3.2rem;
}
.ft42 {
font-size: 3rem;
}
/*ヘッダーまわりはサイトに合わせて調整してください*/
#nav-drawer {
position: relative;
z-index: 50;
}
/*アイコンのスペース*/
#nav-open {
display: block;
width: 50px;
height: 50px;
position: fixed;
top: 15px;
right: 15px;
background: #fff;
border-radius: 30px;
padding: 15px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
position: absolute;
height: 3px;
/*線の太さ*/
width: 30px;
/*長さ*/
border-radius: 3px;
background: #efbb3f;
display: block;
content: '';
cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#nav-open span:before {
bottom: -8px;
}
#nav-open span:after {
bottom: -16px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
display: none;
/*はじめは隠しておく*/
position: fixed;
z-index: 99;
top: 0;
/*全体に広がるように*/
left: 0;
width: 100%;
height: 100%;
background: black;
opacity: 0;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
overflow: auto;
position: fixed;
top: 0;
right: 0;
z-index: 9999;
/*最前面に*/
width: 80%;
/*右側に隙間を作る（閉じるカバーを表示）*/
max-width: 320px;
/*最大幅（調整してください）*/
height: 100%;
background: rgba(239, 187, 63, 0.85);
/*背景色*/
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
/*滑らかに表示*/
-webkit-transform: translateX(205%);
transform: translateX(205%);
/*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
display: block;
/*カバーを表示*/
opacity: .5;
}
#nav-input:checked ~ #nav-content {
-webkit-transform: translateX(0);
transform: translateX(0);
/*中身を表示（右へスライド）*/
-webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}
#nav-input:checked ~ #nav-open {
z-index: 10000;
}
	#nav-input:checked ~ #nav-open span{
		display: block;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 23px;
	}
	#nav-input:checked ~ 	#nav-open span:before{
		display: none;
		
	}
	#nav-input:checked ~ #nav-open span:after{
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		left: 0;
		bottom: 0;
	}

/*==============
header
================*/
header {
padding: 5px 10px;
}
header .header_top {
display: block;
width: 100%;
}
header .logoArea {
width: 100%;
}
header .logoArea span {
display: none;
}
header .logoArea figcaption {
font-size: 1.4rem;
padding: 0;
}
header .logoArea figure a {
margin-top: 8px;
display: inline;
}
header .logoArea figure a img {
width: 160px;
margin-top: 8px;
}
header .cartArea {
display: none;
}
header .snsArea_pc {
display: none;
}
header #nav-drawer #nav-content ul {
display: block;
padding: 65px 10px 10px;
}
header #nav-drawer #nav-content ul li {
width: 100%;
text-align: center;
padding-bottom: 8px;
border-bottom: dotted 1px #fff;
margin-bottom: 10px;
}
header #nav-drawer #nav-content ul li a {
color: #435272;
}
header #nav-drawer #nav-content ul.navLink {
display: block;
width: 100%;
padding: 0 10px 20px;
}
header #nav-drawer #nav-content ul.navLink li {
width: 100%;
background: #fff;
color: #435272;
font-size: 1.6rem;
border-radius: 20px;
height: 30px;
line-height: 30px;
}
header #nav-drawer #nav-content .nav_sns {
width: 100%;
text-align: center;
}
header #nav-drawer #nav-content .nav_sns a {
display: inline-block;
width: 30px;
height: 30px;
margin-left: 10px;
}
header #nav-drawer #nav-content .nav_sns a img {
width: 100%;
}
header #nav-drawer #nav-content .nav_sns a:first-child {
margin: 0;
}
/*========================================
header end
===========================================*/
footer {
  margin: auto;
  padding-bottom: 60px;
}
footer .fixed_menu ul li.telLink,
footer .fixed_menu ul li.formLink {
display: none;
}
footer .innerBox {
  width: 94%;
  padding: 10px 0 0;
}
footer .innerBox figure.sp img {
display: block;
width: 40px;
height: auto;
margin: auto;
}
.footer_pc_nav {
display: none;
}
footer .innerBox figure.sp span {
display: block;
color: #435272;
font-size: 2.1rem;
text-align: center;
margin: 20px auto 0;
}
footer .innerBox figure.sp span img {
width: 180px;
height: auto;
}
footer .innerBox figure.sp figcaption {
border-top: solid 1px #000;
border-bottom: solid 1px #000;
padding: 10px 0 20px;
margin: 20px auto 0;
}
footer .innerBox figure.sp figcaption a {
display: block;
margin-top: 10px;
text-align: center;
}
/*========================================
footer end
===========================================*/
.pc {
display: none;
}
.sp {
display: block;
}
h2.top_deco_ttl {
font-size: 2.4rem;
margin: 50px auto 0;
}
h2.top_deco_ttl::before {
width: 80px;
height: 45px;
background-size: 80px auto;
}

/*	===================================
footer end
===========================================*/
.item_contentWrap {
padding: 60px 0 40px;
}
.top_ttlArea {
margin: 0 auto;
}
main h2.border_ylw,
main.howto_buy h2 {
font-size: 2.4rem;
margin: 30px auto 0;
}
main.item_list h2.border_ylw span {
display: block;
text-align: center;
font-size: 1.1rem;
}
main.item_list ul li .item_name,
main.item_list ul li .item_price,
main.item_list ul li .item_link {
font-size: 1.4rem;
margin: 10px auto 0;
}
main.item_list ul li .item_name,
main.item_list ul li .item_price {
text-align: left;
}
main.item_list ul li,
main.item_list ul li:nth-child(3n+1){
width: 50%;
margin: 30px 0 0;
}
.inner_contentWrap {
margin: 20px auto 0;
}
.inner_contentWrap aside {
width: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
border: 0;
padding: 0;
margin: 30px auto 0;
}
.inner_contentWrap main {
width: 100%;
}
.top_ttlArea h2 {
font-size: 3.2rem;
}
main.privacy p {
font-size: 1.5em;
}
.inner_contentWrap aside div ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.inner_contentWrap aside div.pageLink ul li {
width: 30%;
margin: 20px 0 0 5%;
}
.inner_contentWrap aside div.pageLink ul li:nth-child(3n+1) {
margin: 20px 0 0 0;
}
main.item_list ul li figure figcaption {
top: -15px;
left: -10px;
}
/*2020.10.30yamaguchi*/

main.howto_buy th{
width: 32%;
}
.contact {
  margin: 60px auto;
}
.contact .contact_txt {
  font-size: 1.4rem;
}
}
@media screen and (max-width: 480px) {
  .top_ttlArea .alc {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
  .top_ttlArea .org {
    font-size: 1.6rem;
  }
.contact {

}
.contact_bnr {
display: block;
}
.contact_bnr li,
.contact_bnr li:first-child {
width: 80%;
margin: 15px auto 0;
}
.contact .contact_ttl {
font-size: 1.7rem;
letter-spacing: 0.05em;
}
.contact .contact_ttl::before {
content: "";
display: inline-block;
width: 20px;
height: 45px;
background: url(https://img11.shop-pro.jp/PA01056/554/etc/deco_ylw_left.png) no-repeat center top/20px auto;
vertical-align: middle;
margin-right: 8px;
}
.contact .contact_ttl::after {
content: "";
display: inline-block;
width: 20px;
height: 45px;
background: url(https://img11.shop-pro.jp/PA01056/554/etc/deco_ylw_right.png) no-repeat center top/20px auto;
vertical-align: middle;
margin-left: 8px;
}
.contact .contact_txt {
line-height: 1.45em;
margin: 20px auto 0;
}
.contact .contact_ttl::before {
width: 15px;
height: 20px;
background-size: 15px auto;
}
.contact .contact_ttl::after {
width: 15px;
height: 20px;
background-size: 15px auto;
}
.contact .more_ylw {
margin: 20px auto 0;
}
footer .fixed_menu {
display: block;
width: 100%;
position: fixed;
top: inherit;
bottom: 0;
left: 0;
}
footer .fixed_menu ul {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
	width: 100%;
	background: rgba(209, 94, 45, .9);
}

footer .fixed_menu ul li{
width: 25%;
}

footer .fixed_menu ul li.productLink a::before {
width: auto;
height: 40px;
	background: url(https://img11.shop-pro.jp/PA01056/554/etc/ico_item_list_sp.png?cmsp_timestamp=20201117192209) no-repeat center / auto 40px;
}
	footer .fixed_menu ul li.cartLink a::before {
		width: auto;
		height: 35px;
		background: url(https://img11.shop-pro.jp/PA01056/554/etc/ico_cart_wh.png?cmsp_timestamp=20201117192245) no-repeat center / auto 35px;
	}
	footer .fixed_menu ul li.telLink, footer .fixed_menu ul li.formLink{
		display: block;
	}

footer .fixed_menu ul li + li {
border-left: solid 1px #fff;
}
footer .fixed_menu ul li a {
font-size: 1.2rem;
color: #fff;
-webkit-writing-mode: horizontal-tb;
-ms-writing-mode: lr-tb;
writing-mode: horizontal-tb;
}
footer .fixed_menu ul li a::before {
background-size: 15px auto;
width: 50px;
height: 35px;
display: block;
margin: auto;
}
footer .innerBox figure.sp span{
  margin: 0 auto 10px;
}
footer .copyright {
font-size: 1.2rem;
text-align: center;
padding: 8px 0;
}
/*	==================================
footer end
======================================*/
.top_ttlArea h2 {
font-size: 2.1rem;
}
main{padding: 0 0 60px;}
main h2.border_ylw,
main.howto_buy h2 {
font-size: 2.1rem;
}
main.item_list ul li .item_link {
width: 94%;
}
main.privacy h3 {
font-size: 1.8rem;
}
main.privacy p {
font-size: 1.3em;
}
main.howto_buy table {
border: #425170 solid 1px;
}
main.howto_buy table *{
display: block;
}
main.howto_buy th,
main.howto_buy td {
width: 100%;
border: 0;
padding: .5em 1em;
}
main.shipping p {
font-size: 1.3rem;
}
main.shipping table {
margin: 20px auto 0;
}
.inner_contentWrap aside div.pageLink ul li,
.inner_contentWrap aside div.pageLink ul li:nth-child(3n+1) {
width: 80%;
margin: 20px auto 0;
}
/* 20201030追加 */
main.howto_buy .payment h2, main.howto_buy .term h2{
font-size:2rem!important;
}
}

/* 230316追加 */
header .nav_cat {
  background: #FFF;
  padding: 12px 0;
}
header .nav_cat ul {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
header .nav_cat ul li {
  font-size: 1.7rem;
  font-weight: 600;
}
header .nav_cat ul li a {
  display: block;
  padding: 6px 0;
}

@media screen and (max-width: 768px) {
  header .header_top {
    padding: 0;
  }
  header #nav-drawer {
    margin-bottom: 0;
  }
  header .nav_cat {
    display: none;
  }
}