@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
  margin: 0;
  padding: 0;
/**  border: 0; **/
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

/* -----------------------------------------
	common
-----------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family:'Roboto','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',sans-serif;
  color: #030000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  min-width: 1160px;
}
body.active {
  /*overflow-x:hidden;*/
  overflow: hidden;
  margin-right: 15px;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}
.clear {
  overflow: hidden;
}
.clear:after {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin: auto;
}
.alignleft {
  float: left;
}
.txtcenter {
  text-align: center;
}
.txtright {
  text-align: right;
}
a {
  color: #030000;
}
.bold {
  font-weight: 600;
}
.red {
  color: #ea0000;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.common_w {
  width: 1216px;
  margin: 0 auto;
  min-width: 1196px;
}
.en, .acdn_content#acdn_item_menu .common_w .acdn_type ul li, .acdn_content#acdn_item_menu .acdn_tit, .side .shopinfo ul li.map_btn a, .tit_en, .morebtn a, #footer .footer_top .footer_tit, #footer .footer_top .footer_tit02, #footer .footer_top .footer_item ul, #footer .footer_bottom .footer_content #last .tel p, #footer .footer_bottom .footer_link ul li.link_tit, #footer .footer_bottom .footer_copyright .copyright, #pager, #checked_item h2
{
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
}
[type="hidden"]:focus, [type="text"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="url"]:focus, [type="email"]:focus, [type="password"]:focus, [type="datetime"]:focus, [type="date"]:focus, [type="month"]:focus, [type="week"]:focus, [type="time"]:focus, [type="datetime-local"]:focus, [type="number"]:focus, select:focus, textarea:focus
{
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}
/*margin-padding*/
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.s18 {
  font-size: 18px;
  font-size: 1.8rem;
}
#header .header_top {
  background-color: #CC0033;
}
#header .header_top .common_w {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0;
}
#header .header_top h1 {
  font-size: 10px;
  font-size: 0.9em;
  color: #fff;
}
#header .header_top ul {
  font-size: 12px;
  font-size: 0.9rem;
  line-height: 1;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
}
#header .header_top ul li {
  padding: 0 20px;
}
#header .header_top ul li:first-child {
  border-right: 1px solid #fff;
}
#header .header_top ul li.header_guide a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1em;
  color: #fff;
}
.header_guide span{
  color:#fff;
}
#header .header_top ul li.header_guide a img {
  margin-right: 5px;
}
#header .header_bottom {
  border-bottom: 1px solid #cccccc;
}
#header .header_bottom .common_w {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 0 5px;
}

#header .header_bottom .mymenu {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  display: flex;
}
#header .header_bottom .mymenu li {
  padding: 15px 0 15px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#header .header_bottom .mymenu li:first-child {
  padding-left: 0;
}
#header .header_bottom .mymenu li:first-child img {
  width: auto;
  height: 45px;
}
#header .header_bottom .mymenu li:nth-child(4) img {
  width: auto;
  height: 45px;
}
#header .header_bottom .mymenu li span {
  display: block;
}
#header .header_bottom .mymenu li span.txt {
  padding-top: 5px;
  margin-top: auto;
}
#header .header_bottom .mymenu li span.cart {
  position: relative;
}
#header .header_bottom .mymenu li span.cart .num {
  position: absolute;
  top: -4px;
  left: 5px;
  background-color: #ea0000;
  font-size: 1.2rem;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  color: #fff;
  line-height: 20px;
}
#header .header_bottom .sp_menu {
  display: none;
}
#header #menu {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
#header #menu > ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
#header #menu > ul > li:first-child {
  padding-left: 0px;
}
#header #menu > ul > li > a {
  padding: 25px 0;
  display: block;
}
#header #menu > ul > li.acdn > a {
  padding-right: 15px;
  background: url(https://keitaiichiba.itembox.design/item/assets/images/common/icon_arrow.svg) right center no-repeat;
  background-size: 12px auto;
}
.overray.active {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

/** ↓koyano_make↓ **/
.dpay_sp_bnr{
  display: none;
}
.dpay_bnr{
width:100%;
max-width: 1216px;
margin: 10px auto;
}
@media (max-width: 767px) {
  .dpay_bnr{
    display: none;
}
.dpay_sp_bnr{
  display: inline-block;
  margin: 14px 0;
}
}

.ip-img::before{
	content:  url("https://keitaiichiba.itembox.design/item/assets/images/mobile/iphone_img.png") ;
	position: relative;
	left: 0;
	top: 8px;
}
.ipd-img::before{
	content:  url("https://keitaiichiba.itembox.design/item/assets/images/mobile/ipad_img.png") ;
	position: relative;
	left: 0;
	top: 8px;
}
.smap-img::before{
	content:  url("https://keitaiichiba.itembox.design/item/assets/images/mobile/smap_img.png") ;
	position: relative;
	left: 0;
	top: 8px;
}
.grki-img::before{
	content:  url("https://keitaiichiba.itembox.design/item/assets/images/mobile/grki_img.png") ;
	position: relative;
	left: 0;
	top: 8px;
}
.etc-img::before{
	content:  url("https://keitaiichiba.itembox.design/item/assets/images/mobile/etc_img.png") ;
	position: relative;
	left: 0;
	top: 8px;
}

.ip-img2::before{
	content:  url("https://keitaiichiba.itembox.design/item/assets/images/mobile/iphone2_img.png") ;
	position: relative;
	left: 0;
	top: 8px;
}
.ipd-img2::before{
	content:  url("https://keitaiichiba.itembox.design/item/assets/images/mobile/ipd2_img.png") ;
	position: relative;
	left: 0;
	top: 8px;
}
.smap-img2::before{
	content:  url("https://keitaiichiba.itembox.design/item/assets/images/mobile/smap2_img.png") ;
	position: relative;
	left: 0;
	top: 8px;
}
.grki-img2::before{
	content:  url("https://keitaiichiba.itembox.design/item/assets/images/mobile/grki2_img.png") ;
	position: relative;
	left: 0;
	top: 8px;
}
.etc-img2::before{
	content:  url("https://keitaiichiba.itembox.design/item/assets/images/mobile/etc_img.png") ;
	position: relative;
	left: 0;
	top: 8px;
}
.logo_text span{
	color:#EEEEEE;
}
.sumahonotukaimiti{
  width: 100%;
  max-width: 1216px;
  margin: 20px auto;
  padding: 10px 0;
  background-color: #fff5f5;
}
.sumahonotukaimiti h1{
  font-size: 2em;
  font-weight: bold;
  margin: 15px 0 10px;
}
.sumahonotukaimiti h1 span{
  color: #CC0033;
}
.sumahonotukaimiti p{
  font-size: 1.2em;
  margin-bottom: 10px;
}
.sumahonotukaimiti ul{
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 15px;
}
.sumahonotukaimiti li{
  width:18%;
  margin: 0 auto;
}

.sumaho_tukaimiti{
  width: 100%;
  max-width: 1216px;
  margin-left:10px;
  display: flex;
  flex-wrap: nowrap;
}
.sumaho_tukaimiti a{
  width:25%;
}
.pop-contents_sp{
  display: none;
}
.pop-contents{
  width: 100%;
  max-width: 1216px;
  margin: 20px auto;
}
.pop-contents section{
  display: flex;
  flex-wrap: nowrap;
  margin: 10px 0;
}
.pop_sons1{
  margin:0 30px;
}
.pop_sons2{
  margin-right:30px;
}
@media (max-width: 676px) {
  .smap_tukaimiti{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .smap_tukaimiti li{
    width:48%;
    margin: 0 auto;
  }

    .sumaho_tukaimiti li{
      width:50%;
  }
.sumaho_tukaimiti{
    flex-wrap: wrap;
    margin-left:0;
	}
  .sumaho_tukaimiti a{
    width:50%;
}
.header_guide span{
  color:#121212;
}
.pop-contents{
  display: none;
}
.pop-contents_sp{
  display: block;
}
.pop-contents_sp section{
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}
.pop-contents_sp section a{
  width:50%;
}
#topicslist_kansei iframe{
  width: 100%;
}
}
/** ↑20190812koyano_make↑ **/

.menu_content {
  display: none;
}
.acdn_content {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background-color: #eeeeee;
  box-shadow: 0px 4px 7px 0px #818181;
  text-align: left;
  transition: .3s;
  height: 0;
  z-index: 60;
  font-size: 14px;
  font-size: 1.4rem;
}
.acdn_content.active {
  height: auto;
  display: block;
  padding: 30px 50px;
}
.acdn_content .tit {
  font-weight: 600;
  padding-bottom: 20px;
}
.acdn_content#acdn_brand_menu {
  padding: 50px 0 50px 0;
}
.acdn_content#acdn_brand_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.acdn_content#acdn_brand_menu ul li {
  margin-left: 30px;
  text-align: center;
}
.acdn_content#acdn_brand_menu ul li:first-child {
  margin-left: 0px;
}
.acdn_content#acdn_brand_menu ul li span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
.acdn_content#acdn_brand_menu ul li span.en, .acdn_content#acdn_brand_menu ul li .acdn_content#acdn_item_menu span.acdn_tit, .acdn_content#acdn_item_menu .acdn_content#acdn_brand_menu ul li span.acdn_tit, .acdn_content#acdn_brand_menu ul li span.tit_en, .acdn_content#acdn_brand_menu ul li #footer .footer_top span.footer_tit, #footer .footer_top .acdn_content#acdn_brand_menu ul li span.footer_tit, .acdn_content#acdn_brand_menu ul li #footer .footer_top span.footer_tit02, #footer .footer_top .acdn_content#acdn_brand_menu ul li span.footer_tit02, .acdn_content#acdn_brand_menu ul li #footer .footer_bottom .footer_copyright span.copyright, #footer .footer_bottom .footer_copyright .acdn_content#acdn_brand_menu ul li span.copyright, .acdn_content#acdn_brand_menu ul li span#pager
{
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 0 5px 0;
}
.acdn_content#acdn_item_menu {
  padding: 30px 0 35px 0;
}
.acdn_content#acdn_item_menu .common_w {
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.acdn_content#acdn_item_menu .common_w .link {
  width: 100%;
  text-align: right;
}
.acdn_content#acdn_item_menu .common_w .link a {
  font-size: 12px;
  font-size: 1.2rem;
  width: 200px;
  margin-left: auto;
  background-color: #fff;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 6px 5px;
}
.acdn_content#acdn_item_menu .common_w .link a .icon {
  padding-left: 6px;
}
.acdn_content#acdn_item_menu .common_w .link a img {
  width: 14px;
}
.acdn_content#acdn_item_menu .common_w .acdn_type {
  width: 25%;
  padding-right: 6%;
}
.acdn_content#acdn_item_menu .common_w .acdn_type ul li {
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 20px;
}
.acdn_content#acdn_item_menu .common_w .acdn_cat {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.acdn_content#acdn_item_menu .common_w .acdn_cat ul {
  width: 50%;
}
.acdn_content#acdn_item_menu .common_w .acdn_cat ul li {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 10px;
}
.acdn_content#acdn_item_menu .common_w .acdn_cat ul li ul {
  padding-top: 10px;
  padding-left: 10px;
}
.acdn_content#acdn_item_menu .common_w .acdn_cat ul li ul li {
  background: url(../images/common/footer_li.png) left 5px no-repeat;
  padding-left: 10px;
}
.acdn_content#acdn_item_menu .common_w .acdn_pattern {
  width: 25%;
  padding-left: 6%;
  display: flex;
  flex-wrap: wrap;
}
.acdn_content#acdn_item_menu .common_w .acdn_pattern ul {
  width: 50%;
}
.acdn_content#acdn_item_menu .common_w .acdn_pattern ul li {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 20px;
}
.acdn_content#acdn_item_menu .acdn_tit {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}
.acdn_content#acdn_item_menu .acdn_tit span {
  font-size: 10px;
  font-size: 1.0rem;
}
.acdn_content#acdn_tag_menu {
  padding: 50px 0 55px 0;
}
.acdn_content#acdn_tag_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1216px;
  margin: 0 auto;
}
.acdn_content#acdn_tag_menu ul li {
  margin-left: 20px;
  margin-bottom: 20px;
}
.acdn_content#acdn_tag_menu ul li:first-child {
  margin-left: 0px;
}
.acdn_content#acdn_tag_menu ul li span {
  display: inline-block;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 25px;
  padding: 14px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.content_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content_wrap .side {
  width: 16.4%;
}
.content_wrap .content {
  width: 78.2%;
}
.side {
  padding-bottom: 90px;
  width: 195px;
}
.side .side_more {
  margin-left: -18px;
  margin-right: -18px;
}
.side .select_box {
  padding-top: 10px;
}
.side .select_box select {
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  background: url(../images/common/arrow.svg) right 15px center no-repeat;
  background-size: 12px auto;
  color: #999999;
}
.side .search_box #form1 {
  border-radius: 8px;
  background-color: #e5e5e5;
  display: flex;
  padding: 10px 10px;
  margin-top: 10px;
}
.side .search_box #form1 input {
  border: none;
  background-color: transparent;
  border-radius: 0;
  min-height: 0;
  outline: none;
  border: none;
  font-size: 1.2rem;
}
.side .search_box #form1 #sbtn {
  border: 0px;
  width: 18px;
  height: 18px;
  background: url(https://keitaiichiba.itembox.design/item/icon_search.svg) left top no-repeat;
  background-size: 18px auto;
}
.side .side_box {
  padding-bottom: 35px;
  text-align: left;
}
.side .side_box h4 {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.side .side_box h4 .en, .side .side_box h4 .acdn_content#acdn_item_menu .common_w .acdn_type ul li, .acdn_content#acdn_item_menu .common_w .acdn_type ul .side .side_box h4 li, .side .side_box h4 .acdn_content#acdn_item_menu .acdn_tit, .acdn_content#acdn_item_menu .side .side_box h4 .acdn_tit, .side .side_box h4 .shopinfo ul li.map_btn a, .side .shopinfo ul li.map_btn .side_box h4 a, .side .side_box h4 .tit_en, .side .side_box h4 .morebtn a, .morebtn .side .side_box h4 a, .side .side_box h4 #footer .footer_top .footer_tit, #footer .footer_top .side .side_box h4 .footer_tit, .side .side_box h4 #footer .footer_top .footer_tit02, #footer .footer_top .side .side_box h4 .footer_tit02, .side .side_box h4 #footer .footer_top .footer_item ul, #footer .footer_top .footer_item .side .side_box h4 ul, .side .side_box h4 #footer .footer_bottom .footer_content #last .tel p, #footer .footer_bottom .footer_content #last .tel .side .side_box h4 p, .side .side_box h4 #footer .footer_bottom .footer_link ul li.link_tit, #footer .footer_bottom .footer_link ul .side .side_box h4 li.link_tit, .side .side_box h4 #footer .footer_bottom .footer_copyright .copyright, #footer .footer_bottom .footer_copyright .side .side_box h4 .copyright, .side .side_box h4 #pager, .side .side_box h4 #checked_item h2, #checked_item .side .side_box h4 h2
{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.side .side_box h4 .jp {
  font-size: 10px;
  font-size: 1.0rem;
}
.side .side_box .check {
  background: url(../images/common/icon_check.svg) 8px center no-repeat;
  background-size: 15px auto;
}
.side .side_box ul li {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #cccccc;
}
.side .side_box ul li a {
  display: block;
  padding: 12px 0 12px 28px;
}
.side .side_box.side_recent ul li a {
  display: block;
  padding: 0;
}
.side .side_box.side_recent .entry_box ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.side_box_col {
  display: flex;
  justify-content: space-between;
}
.side_box_col > ul {
  flex: 1;
}
.side .side_box_col ul li {
  font-size: 1rem;
}
.side .side_box ul li .icon {
  padding-right: 5px;
}
.side .side_box dl {
  font-size: 12px;
  font-size: 1.2rem;
}
.side .side_box dl dt {
  border-bottom: 1px solid #cccccc;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
}
.side .side_box dl dt.side_acdn {
  background: url(../images/common/icon_plus.svg) right 5px center no-repeat;
  background-size: 9px auto;
}
.side .side_box dl dt.side_acdn.active {
  background: url(../images/common/icon_minus.svg) right 5px center no-repeat;
  background-size: 9px auto;
}
.side .side_box dl dd {
  display: none;
}
.side .side_box dl dd ul li {
  padding-left: 20px;
}
.side .entry_box ul {
  padding: 0;
}
.side .entry_box ul li {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}
.side .entry_box ul li a {
  display: block;
  font-size: 1.2rem;
}
.side .entry_box ul li a .date {
  display: block;
  padding-bottom: 2px;
}
.side .shopinfo {
  text-align: left;
  padding-bottom: 50px;
}
.side .shopinfo .name {
  font-size: 1.2rem;
  padding: 12px 0;
}
.side .shopinfo .add {
  font-size: 1.0rem;
  padding-bottom: 12px;
}
.side .shopinfo dl {
  font-size: 1.0rem;
}
.side .shopinfo dl dt {
  float: left;
  clear: both;
  width: 4.5em;
}
.side .shopinfo dl dd {
  padding-left: 4.5em;
}
.side .shopinfo ul {
  display: flex;
  padding-top: 10px;
}
.side .shopinfo ul li {
  padding-right: 15px;
}
.side .shopinfo ul li:last-child {
  padding-right: 0px;
}
.side .shopinfo ul li.map_btn a {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 1.1rem;
  text-align: center;
  width: 60px;
  padding: 4px 0;
}
.side .shopinfo ul li.map_btn a img {
  height: 16px;
  margin-right: 3px;
}
.side .shopinfo ul li img {
  height: 20px;
}
.side .reset_btn {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 12px 0;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 35px;
}
.main-tit {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 30px;
}
.tit_en {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1;
  font-weight: 600;
  padding-bottom: 30px;
}
.morebtn {
  width: 360px;
  margin: 0 auto;
}
.morebtn a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #000;
  font-size: 20px;
  font-size: 2.0rem;
  background: url(../images/common/arrow_black.svg) right 20px center no-repeat;
  background-size: 22px auto;
}
.morebtn a:hover {
  background: url(../images/common/arrow_white.svg) right 20px center no-repeat #000;
  background-size: 22px auto;
  color: #fff;
  opacity: 1;
}
.bread {
  max-width: 1216px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  padding: 25px 0 40px 0;
}
.bread a {
  padding-right: 5px;
}
.bread li {
  padding-left: 10px;
  display: inline-block;
}
.bread li:first-child {
  padding-left: 0px;
}
#pager {
  border-top: 1px solid #cccccc;
  padding-top: 45px;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
}
#pager a {
  padding: 0 20px;
}
#pager a img {
  width: 10px;
}
#pager .now {
  background-color: #eeeeee;
  color: #000;
  padding: 12px 16px;
}
#checked_item {
  text-align: left;
  padding-bottom: 100px;
}
#checked_item h2 {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
  padding-bottom: 30px;
  text-align: center;
}
#checked_item ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: normal;
}
#checked_item ul li {
  margin-left: 2%;
}
#checked_item ul li {
  width: 8.2%;
}
#checked_item ul li:first-child {
  margin-left: 0px;
}
#blog-search {
  width: 920px;
  margin: 0 auto;
  padding: 60px 65px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
#blog-search .mfp-close {
  display: none !important;
}
#blog-search .blog-closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#blog-search .search-tit {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  padding-bottom: 50px;
  text-align: center;
}
#blog-search table {
  border: 1px solid #cccccc;
  width: 100%;
  text-align: left;
}
#blog-search table th {
  padding: 30px 45px 30px 35px;
  vertical-align: middle;
  width: 32%;
  white-space: nowrap;
}
#blog-search table th .en, #blog-search table th .acdn_content#acdn_item_menu .common_w .acdn_type ul li, .acdn_content#acdn_item_menu .common_w .acdn_type ul #blog-search table th li, #blog-search table th .acdn_content#acdn_item_menu .acdn_tit, .acdn_content#acdn_item_menu #blog-search table th .acdn_tit, #blog-search table th .side .shopinfo ul li.map_btn a, .side .shopinfo ul li.map_btn #blog-search table th a, #blog-search table th .tit_en, #blog-search table th .morebtn a, .morebtn #blog-search table th a, #blog-search table th #footer .footer_top .footer_tit, #footer .footer_top #blog-search table th .footer_tit, #blog-search table th #footer .footer_top .footer_tit02, #footer .footer_top #blog-search table th .footer_tit02, #blog-search table th #footer .footer_top .footer_item ul, #footer .footer_top .footer_item #blog-search table th ul, #blog-search table th #footer .footer_bottom .footer_content #last .tel p, #footer .footer_bottom .footer_content #last .tel #blog-search table th p, #blog-search table th #footer .footer_bottom .footer_link ul li.link_tit, #footer .footer_bottom .footer_link ul #blog-search table th li.link_tit, #blog-search table th #footer .footer_bottom .footer_copyright .copyright, #footer .footer_bottom .footer_copyright #blog-search table th .copyright, #blog-search table th #pager, #blog-search table th #checked_item h2, #checked_item #blog-search table th h2
{
  padding-right: 15px;
  font-size: 2.0rem;
  font-weight: 600;
}
#blog-search table th .jp {
  font-size: 1.0rem;
}
#blog-search table td {
  padding: 30px 60px 30px 0px;
  vertical-align: middle;
}
#blog-search table td .keyword_box .keyword {
  background-color: #eeeeee;
  border-radius: 10px;
  border: none;
  color: #999999;
  padding: 25px 20px;
  width: 100%;
}
#blog-search table td .select_box select {
  width: 100%;
  padding: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  background: url(../images/common/arrow.svg) right 15px center no-repeat;
  background-size: 12px auto;
}
#blog-search .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 50px;
}
#blog-search .btn li:first-child {
  padding-right: 30px;
}
#blog-search .btn .reset_btn {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  width: 180px;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 24px 0;
  text-align: center;
  font-size: 1.4rem;
}
#blog-search .btn .submit_btn {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;
  width: 360px;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #000;
  font-size: 20px;
  font-size: 2.0rem;
  background: url(../images/common/arrow_black.svg) right 20px center no-repeat;
  background-size: 22px auto;
}
#blog-search .btn .submit_btn:hover {
  background: url(../images/common/arrow_white.svg) right 20px center no-repeat #000;
  background-size: 22px auto;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1099px) {
  .common_w {
    padding-left: 10px;
  }
}

@media screen and (max-width: 999px) {
  .w1000 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 919px) {
  #blog-search {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 30px 35px;
  }
  #blog-search .blog-closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer img;
    cursor-width: 40px;
  }
  #blog-search .search-tit {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 30px;
  }
  #blog-search table th {
    padding: 15px 20px 15px 18px;
    vertical-align: middle;
    width: 32%;
  }
  #blog-search table th span {
    display: block;
  }
  #blog-search table th .en, #blog-search table th .acdn_content#acdn_item_menu .common_w .acdn_type ul li, .acdn_content#acdn_item_menu .common_w .acdn_type ul #blog-search table th li, #blog-search table th .acdn_content#acdn_item_menu .acdn_tit, .acdn_content#acdn_item_menu #blog-search table th .acdn_tit, #blog-search table th .side .shopinfo ul li.map_btn a, .side .shopinfo ul li.map_btn #blog-search table th a, #blog-search table th .tit_en, #blog-search table th .morebtn a, .morebtn #blog-search table th a, #blog-search table th #footer .footer_top .footer_tit, #footer .footer_top #blog-search table th .footer_tit, #blog-search table th #footer .footer_top .footer_tit02, #footer .footer_top #blog-search table th .footer_tit02, #blog-search table th #footer .footer_top .footer_item ul, #footer .footer_top .footer_item #blog-search table th ul, #blog-search table th #footer .footer_bottom .footer_content #last .tel p, #footer .footer_bottom .footer_content #last .tel #blog-search table th p, #blog-search table th #footer .footer_bottom .footer_link ul li.link_tit, #footer .footer_bottom .footer_link ul #blog-search table th li.link_tit, #blog-search table th #footer .footer_bottom .footer_copyright .copyright, #footer .footer_bottom .footer_copyright #blog-search table th .copyright, #blog-search table th #pager, #blog-search table th #checked_item h2, #checked_item #blog-search table th h2 {
    font-size: 1.6rem;
  }
  #blog-search table td {
    padding: 15px 30px 15px 0px;
  }
  #blog-search table td .keyword_box .keyword {
    background-color: #eeeeee;
    border-radius: 10px;
    border: none;
    color: #999999;
    padding: 25px 20px;
    width: 100%;
  }
  #blog-search table td .select_box select {
    width: 100%;
    padding: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cccccc;
    background: url(../images/common/arrow.svg) right 15px center no-repeat;
    background-size: 12px auto;
  }
  #blog-search .btn {
    padding-top: 25px;
  }
  #blog-search .btn li:first-child {
    padding-right: 15px;
    width: 35%;
  }
  #blog-search .btn li:last-child {
    width: 65%;
  }
  #blog-search .btn .reset_btn {
    width: 100%;
    padding: 12px 0;
    font-size: 1.1rem;
  }
  #blog-search .btn .submit_btn {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    background: url(../images/common/arrow_black.svg) right 20px center no-repeat;
    background-size: 15px auto;
  }
  #blog-search .btn .submit_btn:hover {
    background: url(../images/common/arrow_white.svg) right 20px center no-repeat #000;
    background-size: 15px auto;
    color: #fff;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .w1000 {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
  .common_w {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
  #header .header_top .common_w {
    display: block;
    padding: 5px 0;
  }
  #header .header_top h1 {
    font-size: 10px;
    font-size: 0.9em;
    text-align: center;
  }
  #header .header_top ul {
    display: none!important;
  }
  #header .header_bottom {
    border-bottom: 1px solid #cccccc;
    padding: 10px 10px;
  }
  #header .header_bottom .common_w {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 0 5px;
  }
  #header .header_bottom h2 {
    width: 40%;
  }
  #header .header_bottom .mymenu {
    display: none;
  }
  #header .header_bottom .sp_menu {
    padding-right: 10px;
  }
  #header .header_bottom .sp_menu li {
    float: left;
    padding-left: 13px;
  }
  #header .header_bottom .sp_menu li span.cart {
    position: relative;
  }
  #header .header_bottom .sp_menu li span.cart .num {
    position: absolute;
    /**top: -10px;**/
    left: -5px;
    background-color: #ea0000;
    font-size: 1.0rem;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    color: #fff;
    line-height: 15px;
  }
  #header .header_bottom .sp_menu li span.cart img {
    height: 42px;
    width: auto;
  }
  #header #menu {
    display: none;
  }
  .menu_btn .menu_close {
    display: block;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto;
  }
  .menu_btn .menu_close span {
    display: block;
    position: absolute;
    width: 38px;
    border-bottom: solid 4px #5e5e5e;
    border-radius: 5px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    /**left: 2px;**/
  }
  .menu_btn .menu_close span:nth-child(1) {
    top: 8px;
  }
  .menu_btn .menu_close span:nth-child(2) {
    top: 20px;
  }
  .menu_btn .menu_close span:nth-child(3) {
    top: 32px;
  }
  .menu_content {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 20;
    background-color: #eeeeee;
    width: 100%;
    padding-top: 15px;
    text-align: left;
  }
  .menu_content #header_close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .menu_content #header_close_btn img {
    width: 40px;
    cursor: pointer;
  }
  .menu_content .myacnt {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    padding: 0 0 0 18px;
  }
  .menu_content .myacnt li:first-child {
    border-right: 1px solid #000;
    padding-right: 20px;
  }
  .menu_content .myacnt li:nth-child(2) {
    padding-left: 20px;
  }
  .menu_content .myacnt li.header_guide {
    width: 100%;
    text-align: left;
    padding: 18px 0;
  }
  .menu_content .myacnt li.header_guide a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .menu_content .myacnt li.header_guide a img {
    margin-right: 5px;
  }
  .menu_content .mymenu_sp {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 18px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .menu_content .mymenu_sp li {
    padding: 15px 0 15px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .menu_content .mymenu_sp li:first-child {
    padding-left: 0;
  }
  /**
  .menu_content .mymenu_sp li:first-child img {
    height: 38px;
    width: auto;
  }
  **/
  .menu_content .mymenu_sp li:nth-child(4) img {
    height: 38px;
    width: auto;
  }
  .menu_content .mymenu_sp li span {
    display: block;
    text-align: center;
  }
  .menu_content .mymenu_sp li span.txt {
    padding-top: 5px;
    margin-top: auto;
  }
  .menu_content .menu_sp_tit {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    width: 100%;
  }
  .menu_content .menu_sp_tit02 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 4px;
    font-size: 15px;
    font-size: 1.8rem;
    font-weight: 600;
    width: 100%;
  }
.menu_content .menu_sp_tit02 img{
	margin-right: 1.5%;
	}
  .menu_content .menu_sp_tit02 span {
    font-size: 10px;
    font-size: 1.3rem;
    padding-left: 20px;
    font-weight: normal;
  }
  .menu_content .brand_menu_sp {
    padding: 20px 18px;
    border-bottom: 1px solid #cccccc;
  }
  .menu_content .brand_menu_sp .menu_sp_tit {
    padding-bottom: 20px;
  }
  .menu_content .brand_menu_sp ul {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .menu_content .brand_menu_sp ul li {
    margin-left: 15px;
  }
  .menu_content .brand_menu_sp ul li:first-child {
    margin-left: 0px;
  }
  .menu_content .item_menu_sp {
    padding: 20px 0px;
  }
  .menu_content .item_menu_sp .menu_sp_tit {
    padding: 0 18px 25px;
  }
  .menu_content .item_menu_sp .menu_sp_tit02 {
    padding: 0 18px 4px;
  }
  .menu_content .item_menu_sp ul {
    font-size: 1.3rem;
  }
  .menu_content .item_menu_sp ul.harf {
    display: flex;
    flex-wrap: wrap;
  }
  .menu_content .item_menu_sp ul.harf li {
    width: 50%;
  }
  .menu_content .item_menu_sp ul.harf li:nth-child(2n + 1) {
    border-right: 1px solid #cccccc;
  }
  .menu_content .item_menu_sp ul.harf li a {
    display: block;
    padding: 20px 18px;
    border-bottom: 1px solid #cccccc;
  }

/**koyano-css**/
	.img-harf{
	display: flex;
    flex-wrap: wrap;
	}
	.img-harf li{
		width: 50%;
	}
	.img-harf li a{
    display: block;
    padding: 10px 14px;
	}

/**koyano-css**/

  .menu_content .item_menu_sp .item_menu_sp_type {
    padding-bottom: 30px;
  }
  .menu_content .item_menu_sp .item_menu_sp_cat {
    padding-bottom: 30px;
  }
  .menu_content .item_menu_sp .item_menu_sp_cat ul {
    padding-bottom: 0px;
  }
  .menu_content .item_menu_sp .item_menu_sp_cat ul.harf li a {
    background: url(../images/common/footer_li.png) 20px center no-repeat;
    padding-left: 35px;
  }
  .menu_content .item_menu_sp .item_menu_sp_cat ul li a {
    display: block;
    padding: 20px 18px;
    border-bottom: 1px solid #cccccc;
  }
  .menu_content .item_menu_sp .link_wrap {
    text-align: right;
    padding: 15px 18px 30px 0;
  }
  .menu_content .item_menu_sp .link_wrap .link {
    display: inline-block;
  }
  .menu_content .item_menu_sp .link_wrap .link a {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: auto;
    background-color: #fff;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 20px;
  }
  .menu_content .item_menu_sp .link_wrap .link a span {
    padding-right: 5px;
  }
  .menu_content .item_menu_sp .link_wrap .link a img {
    width: 14px;
  }
  .menu_content .tag_menu_sp {
    padding: 0 18px;
    border-bottom: 1px solid #cccccc;
  }
  .menu_content .tag_menu_sp .menu_sp_tit {
    padding-bottom: 20px;
  }
  .menu_content .tag_menu_sp ul li {
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
  }
  .menu_content .tag_menu_sp ul li:first-child {
    margin-left: 0px;
  }
  .menu_content .tag_menu_sp ul li span {
    display: inline-block;
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 25px;
    padding: 10px 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .menu_content .other_menu_sp a {
    padding: 25px 18px;
    border-bottom: 1px solid #cccccc;
    display: block;
  }
  .menu_content #close_btn_btm {
    margin: 50px auto 40px;
    cursor: pointer;
    width: 80%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    color: #000000;
    background-color: #fff;
    text-align: center;
    padding: 14px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .menu_content #close_btn_btm .close {
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 5px;
  }
  .acdn_content {
    display: none;
  }
  .content_wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .content_wrap .side {
    width: 100%;
    order: 2;
  }
  .content_wrap .content {
    width: 100%;
    order: 1;
  }
  .side {
    padding-bottom: 15px;
    padding-top: 50px;
    width: 100%;
  }
  .side .side_more {
    margin-left: 0px;
    margin-right: 0px;
  }
  .side .select_box {
    padding-top: 10px;
  }
  .side .select_box select {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cccccc;
    background: url(../images/common/arrow.svg) right 15px center no-repeat;
    background-size: 12px auto;
    color: #999999;
  }
  .side .search_box {
    padding: 10px 15px;
  }
  .side .search_box #form1 {
    border-radius: 8px;
    background-color: #e5e5e5;
    display: flex;
    padding: 10px 10px;
  }
  .side .search_box #form1 input {
    border: none;
    background-color: transparent;
  }
  .side .search_box #form1 input {
    border: none;
    background-color: transparent;
    border-radius: 0;
    min-height: 0;
    outline: none;
    border: none;
    font-size: 1.2rem;
  }
  .side .search_box #form1 #sbox {
    width: calc(100% - 18px);
  }
  .side .search_box #form1 #sbtn {
    border: 0px;
    width: 18px;
    height: 18px;
    background: url(../images/common/icon_search.svg) left top no-repeat;
    background-size: 18px auto;
    margin-left: auto;
  }
  .side .side_box {
    padding-bottom: 30px;
    text-align: left;
  }
  .side .side_box h4 {
    padding: 0 15px 4px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .side .side_box h4 .en, .side .side_box h4 .acdn_content#acdn_item_menu .common_w .acdn_type ul li, .acdn_content#acdn_item_menu .common_w .acdn_type ul .side .side_box h4 li, .side .side_box h4 .acdn_content#acdn_item_menu .acdn_tit, .acdn_content#acdn_item_menu .side .side_box h4 .acdn_tit, .side .side_box h4 .shopinfo ul li.map_btn a, .side .shopinfo ul li.map_btn .side_box h4 a, .side .side_box h4 .tit_en, .side .side_box h4 .morebtn a, .morebtn .side .side_box h4 a, .side .side_box h4 #footer .footer_top .footer_tit, #footer .footer_top .side .side_box h4 .footer_tit, .side .side_box h4 #footer .footer_top .footer_tit02, #footer .footer_top .side .side_box h4 .footer_tit02, .side .side_box h4 #footer .footer_top .footer_item ul, #footer .footer_top .footer_item .side .side_box h4 ul, .side .side_box h4 #footer .footer_bottom .footer_content #last .tel p, #footer .footer_bottom .footer_content #last .tel .side .side_box h4 p, .side .side_box h4 #footer .footer_bottom .footer_link ul li.link_tit, #footer .footer_bottom .footer_link ul .side .side_box h4 li.link_tit, .side .side_box h4 #footer .footer_bottom .footer_copyright .copyright, #footer .footer_bottom .footer_copyright .side .side_box h4 .copyright, .side .side_box h4 #pager, .side .side_box h4 #checked_item h2, #checked_item .side .side_box h4 h2
  {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    padding-right: 10px;
  }
  .side .side_box h4 .jp {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .side .side_box .check {
    background: url(../images/common/icon_check.svg) 10px center no-repeat;
    background-size: 15px auto;
  }
  .side .side_box ul li {
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: 1px solid #cccccc;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
  }
  .side .side_box ul li .icon {
    padding-right: 10px;
  }
  .side .side_box dl {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .side .side_box dl dt {
    border-bottom: 1px solid #cccccc;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
  }
  .side .side_box dl dt.side_acdn {
    background: url(../images/common/icon_plus.svg) right 5px center no-repeat;
    background-size: 9px auto;
  }
  .side .side_box dl dt.side_acdn.active {
    background: url(../images/common/icon_minus.svg) right 5px center no-repeat;
    background-size: 9px auto;
  }
  .side .side_box dl dd {
    display: none;
  }
  .side .side_box dl dd ul li {
    padding-left: 50px;
  }
  .side .entry_box ul {
    padding: 0 15px;
  }
  .side .entry_box ul li {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0;
  }
  .side .entry_box ul li a {
    display: block;
    font-size: 1.2rem;
  }
  .side .entry_box ul li a .date {
    display: block;
    padding-bottom: 2px;
  }
  .side .shopinfo {
    padding: 0 15px 25px;
    display: flex;
  }
  .side .shopinfo .photo {
    width: 40%;
  }
  .side .shopinfo .txt {
    width: 60%;
    padding-left: 15px;
  }
  .side .shopinfo .name {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0 0 12px 0;
  }
  .side .shopinfo .add {
    font-size: 1.1rem;
    padding-bottom: 12px;
  }
  .side .shopinfo dl {
    font-size: 1.1rem;
  }
  .side .shopinfo dl dt {
    float: left;
    clear: both;
    width: 4.5em;
  }
  .side .shopinfo dl dd {
    padding-left: 4.5em;
  }
  .side .shopinfo ul {
    display: flex;
    padding-top: 10px;
  }
  .side .shopinfo ul li {
    padding-right: 15px;
  }
  .side .shopinfo ul li:last-child {
    padding-right: 0px;
  }
  .side .shopinfo ul li.map_btn a {
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 1.1rem;
    text-align: center;
    width: 60px;
    padding: 4px 0;
  }
  .side .shopinfo ul li.map_btn a img {
    height: 16px;
    margin-right: 3px;
  }
  .side .shopinfo ul li img {
    height: 20px;
  }
  .side .reset_btn {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    width: 60%;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    padding: 12px 0;
    text-align: center;
    font-size: 1.4rem;
    margin: 0 auto 35px;
  }
  .main-tit {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
  .tit_en {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
  .morebtn {
    width: 72%;
    margin: 0 auto;
  }
  .morebtn a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    background: url(../images/common/arrow_black.svg) right 20px center no-repeat;
    background-size: 15px auto;
  }
  .morebtn a:hover {
    background: url(../images/common/arrow_white.svg) right 20px center no-repeat #000;
    background-size: 15px auto;
  }
  .bread {
    margin: 0 auto;
    font-size: 10px;
    font-size: 1.0rem;
    text-align: left;
    padding: 10px 18px 35px 18px;
  }
  .bread a {
    padding-right: 3px;
  }
  .bread li {
    padding-left: 5px;
    display: inline-block;
  }
  .bread li:first-child {
    padding-left: 0px;
  }
  #pager {
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
  }
  #pager a {
    padding: 0 20px;
  }
  #pager a img {
    width: 10px;
  }
  #checked_item {
    text-align: left;
    padding-bottom: 100px;
  }
  #checked_item h2 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 30px;
  }
  #checked_item .sp {
    padding-left: 18px;
  }
  #checked_item .swiper-custom-parent {
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    position: relative;
  }
  #checked_item .swiper-button-next {
    right: 5px;
  }
  .swiper-button-prev.swiper-button-disabled,  .swiper-button-next.swiper-button-disabled {
    opacity: 0;
  }
  .swiper-button-prev,  .swiper-container-rtl .swiper-button-next {
    background: url(../images/top/icon_prev.svg) 0 0 no-repeat;
    background-size: 30px auto;
    left: 15px;
    right: auto;
  }
  .swiper-button-next,  .swiper-container-rtl .swiper-button-prev {
    background: url(../images/top/icon_next.svg) 0 0 no-repeat;
    background-size: 30px auto;
    right: 15px;
    left: auto;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .swiper-custom-parent {
    margin: 0 -15px;
    position: relative;
  }
}
/*# sourceMappingURL=common.css.map */




.fs-c-breadcrumb {
  width: 1216px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.2rem;
}
.fs-c-breadcrumb__list {
  padding: 1px 0 1px;
}
.fs-c-breadcrumb__list > li+li {
  padding: 0 0 0 10px;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " / ";
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .fs-c-breadcrumb {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 1rem;
  }
  .fs-c-breadcrumb__list {
    padding: 7px 5px;
  }
  .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    content: " / ";
    margin-right: 10px;
  }
}

#header .header_top .fs-clientInfo.is-ready {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 0.9em;
}
#header .header_top .is-false {
  display: none;
}
#header .header_top .logout.is-false {
  display: inline;
}
#header .header_top .logout.is-true {
  display: none;
}
#header .header_top .login.is-false {
  display: none;
}
#header .header_top .login.is-true {
  display: inline;
}
.menu_content .myacnt.is-ready .logout.is-true {
  display: none;
}
#header .header_bottom .mymenu.fs-clientInfo.is-ready {
  display: -ms-flexbox;
  display: flex;
}
#header .header_bottom .sp_menu .fs-clientInfo.is-ready {
  display: none;
}
#header .header_bottom .is-false {
  display: none;
}
#header .header_bottom .logout.is-false {
  display: -ms-flexbox;
  display: flex;
}
#header .header_bottom .logout.is-true {
  display: none;
}
#header .header_bottom .login.is-false {
  display: none;
}
#header .header_bottom .login.is-true {
  display: -ms-flexbox;
  display: flex;
}
#header .header_bottom .logout img, #header .header_bottom .login img {
  width: auto;
  height: 38px;
}
#header .mymenu_sp.fs-clientInfo.is-ready {
  display: -ms-flexbox;
  display: flex;
}
#header .mymenu_sp .is-false {
  display: none;
}
#header .mymenu_sp .logout.is-false {
  display: -ms-flexbox;
  display: flex;
}
#header .mymenu_sp .logout.is-true {
  display: none;
}
#header .mymenu_sp .login.is-false {
  display: none;
}
#header .mymenu_sp .login.is-true {
  display: -ms-flexbox;
  display: flex;
}
#header .mymenu_sp .logout.is-true {
  display: none;
}
#header .mymenu_sp .logout img, #header .mymenu_sp .login img {
  width: auto;
  height: 38px;
}
#footer .footer_content .fs-clientInfo.is-ready {
  display: block;
}
#footer .footer_content .is-false {
  display: none;
}
#footer .footer_content .logout.is-false {
  display: block;
}
#footer .footer_content .logout.is-true {
  display: none;
}
#footer .footer_content .login.is-false {
  display: none;
}
#footer .footer_content .login.is-true {
  display: block;
}

@media screen and (max-width: 767px) {
  #header .header_bottom .mymenu.fs-clientInfo.is-ready {
    display: none;
  }
  #header .header_bottom .sp_menu {
    display: block;
  }
  #header .header_bottom .sp_menu .fs-clientInfo.is-ready {
    display: block;
  }
}
.fs-l-main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1216px;
  padding: 0;
  width: 1216px;
}

@media screen and (max-width: 767px) {
  .fs-l-main {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.fs-l-pageMain {
  width: 100%;
  max-width: 1216px;
}
.side+.fs-l-pageMain {
  width: 78.2%;
  max-width: 1216px;
}

@media screen and (max-width: 767px) {
  .fs-l-pageMain {
    width: 100%;
    order: 1;
  }
  .side+.fs-l-pageMain {
    width: 100%;
    max-width: 1216px;
  }
}

@media screen and (max-width: 767px) {
  .side {
    width: 100%;
    order: 2;
    display: none;
  }
}

.side .side_reset {
  display: none;
  margin-bottom: 30px;
}
.side .side_reset_fixed {
  display: none;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 10000;
}
.side .side_reset a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.4rem;
  background-color: #eeeeee;
}
.side .side_reset_fixed a {
  color: #fff;
  display: block;
  padding: 20px 30px;
  font-size: 1.2rem;
  line-height: 1.7;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .7);
}
.icon-close {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.icon-close::before, .icon-close::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  margin: -1px 0 0 -50%;
  background: #000;
}
.icon-close::before {
  transform: rotate(-45deg);
}
.icon-close::after {
  transform: rotate(45deg);
}
.fs-c-price__currencyMark {
  display: none;
}
.fs-c-price__value:after {
  content: '円';
}

/* fs共通 */
.fs-c-heading--page {
  border-bottom: none;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 45px;
  text-align: center;
}
.fs-c-subSection__title {
  color: #000;
}
.fs-body-login .fs-c-inputInformation__field {
  background: #f2f2f2;
  padding: 28px 32px;
}
[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea
{
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 3px 5px;
  background: #fff;
}
.fs-c-dropdown__menu {
  line-height: 1;
}
/*
[type="hidden"]:focus, [type="text"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="url"]:focus, [type="email"]:focus, [type="password"]:focus, [type="datetime"]:focus, [type="date"]:focus, [type="month"]:focus, [type="week"], [type="time"]:focus, [type="datetime-local"]:focus, [type="number"]:focus, select:focus, textarea:focus {
    border: 1px solid #ccc;
}
*/

[type="password"] {
  border-radius: 8px 0 0 8px;
}
.fs-c-inputGroup, .fs-c-inputGroup--vertical, .fs-c-inputGroup--inline {
  border-radius: 8px;
}
.fs-l-header--min {
  border-bottom: none;
}
.fs-l-footer {
  position: relative;
  border-top: none;
  background-color: none;
}
.fs-c-button--primary {
  padding: 0.8em 1.6em 0.8em;
  background: #000;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}
.fs-c-button--secondary {
  padding: 0.8em 1.6em 0.8em;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}
.fs-c-button--standard {
  padding: 0.8em 1.6em 0.8em;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.fs-c-modal, .fs-c-modal--medium, .fs-c-modal--small {
  -webkit-overflow-scrolling: inherit;
}

@media screen and (max-width: 767px) {
  [type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea
  {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 5px;
    background: #fff;
  }
  [type="password"] {
    border-radius: 5px 0 0 5px;
  }
  .fs-c-inputGroup,  .fs-c-inputGroup--vertical,  .fs-c-inputGroup--inline {
    border-radius: 5px;
  }
  .fs-c-heading--page {
    font-size: 2.4rem;
    margin: 0 0 30px;
  }
}

/* ログイン */


.fs-body-login [type="hidden"], .fs-body-login [type="text"], .fs-body-login [type="search"], .fs-body-login [type="tel"], .fs-body-login [type="url"], .fs-body-login [type="email"], .fs-body-login [type="password"], .fs-body-login [type="datetime"], .fs-body-login [type="date"], .fs-body-login [type="month"], .fs-body-login [type="week"], .fs-body-login [type="time"], .fs-body-login [type="datetime-local"], .fs-body-login [type="number"], .fs-body-login select, .fs-body-login textarea, .fs-body-cart-login [type="hidden"], .fs-body-cart-login [type="text"], .fs-body-cart-login [type="search"], .fs-body-cart-login [type="tel"], .fs-body-cart-login [type="url"], .fs-body-cart-login [type="email"], .fs-body-cart-login [type="password"], .fs-body-cart-login [type="datetime"], .fs-body-cart-login [type="date"], .fs-body-cart-login [type="month"], .fs-body-cart-login [type="week"], .fs-body-cart-login [type="time"], .fs-body-cart-login [type="datetime-local"], .fs-body-cart-login [type="number"], .fs-body-cart-login select, .fs-body-cart-login textarea, .fs-body-wishlist-login [type="hidden"], .fs-body-wishlist-login [type="text"], .fs-body-wishlist-login [type="search"], .fs-body-wishlist-login [type="tel"], .fs-body-wishlist-login [type="url"], .fs-body-wishlist-login [type="email"], .fs-body-wishlist-login [type="password"], .fs-body-wishlist-login [type="datetime"], .fs-body-wishlist-login [type="date"], .fs-body-wishlist-login [type="month"], .fs-body-wishlist-login [type="week"], .fs-body-wishlist-login [type="time"], .fs-body-wishlist-login [type="datetime-local"], .fs-body-wishlist-login [type="number"], .fs-body-wishlist-login select, .fs-body-wishlist-login textarea,  .fs-body-review-login [type="hidden"], .fs-body-review-login [type="text"], .fs-body-review-login [type="search"], .fs-body-review-login [type="tel"], .fs-body-review-login [type="url"], .fs-body-review-login [type="email"], .fs-body-review-login [type="password"], .fs-body-review-login [type="datetime"], .fs-body-review-login [type="date"], .fs-body-review-login [type="month"], .fs-body-review-login [type="week"], .fs-body-review-login [type="time"], .fs-body-review-login [type="datetime-local"], .fs-body-review-login [type="number"], .fs-body-review-login select, .fs-body-review-login textarea
{
 height: 42px;
 line-height: 42px;
}
.fs-body-login .fs-c-loginForm, .fs-body-wishlist-login .fs-c-loginForm, .fs-body-review-login .fs-c-loginForm {
  padding: 0;
  display: flex;
  justify-content: center;
}
.fs-body-login .fs-c-subSection__title, .fs-body-cart-login .fs-c-subSection__title, .fs-body-wishlist-login .fs-c-subSection__title, .fs-body-review-login .fs-c-subSection__title {
  text-align: left;
  padding: 0 10px 10px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}
.fs-body-login .fs-c-newUsers, .fs-body-wishlist-login .fs-c-newUsers, .fs-body-review-login .fs-c-newUsers {
  margin-left: 55px;
  flex-basis: 50%;
}
.fs-body-login .fs-c-registeredUsers, .fs-body-wishlist-login .fs-c-registeredUsers, .fs-body-review-login .fs-c-registeredUsers {
  flex-basis: 50%;
}
.fs-body-login .fs-c-newUsers__message.fs-c-subSection__message, .fs-body-wishlist-login .fs-c-newUsers__message.fs-c-subSection__message, .fs-body-review-login .fs-c-newUsers__message.fs-c-subSection__message {
  text-align: left;
}
.fs-body-login .fs-c-anotherLogin__message--amazon, .fs-body-cart-login .fs-c-anotherLogin__message--amazon, .fs-body-wishlist-login .fs-c-anotherLogin__message--amazon, .fs-body-review-login .fs-c-anotherLogin__message--amazon {
  display: none;
}
.fs-body-login .fs-c-inputInformation__link, .fs-body-cart-login .fs-c-inputInformation__link, .fs-body-wishlist-login .fs-c-inputInformation__link, .fs-body-review-login .fs-c-inputInformation__link {
  text-align: center;
  text-decoration: underline;
  font-size: 1.4rem;
}
.fs-body-login .login-amazon-txt, .fs-body-wishlist-login .login-amazon-txt, .fs-body-review-login .login-amazon-txt {
  text-align: left;
  font-size: 1.4rem;
}
.fs-body-login .login-amazon-txt+.login-amazon-txt, .fs-body-cart-login .login-amazon-txt+.login-amazon-txt, .fs-body-wishlist-login .login-amazon-txt+.login-amazon-txt, .fs-body-review-login .login-amazon-txt+.login-amazon-txt {
  margin-top: 10px;
}
.fs-body-login .login-amazon-ttl, .fs-body-cart-login .login-amazon-ttl, .fs-body-wishlist-login .login-amazon-ttl, .fs-body-review-login .login-amazon-ttl {
  position: relative;
  margin-bottom: 20px;
}
.fs-body-login .login-amazon-ttl span, .fs-body-cart-login .login-amazon-ttl span, .fs-body-wishlist-login .login-amazon-ttl span, .fs-body-review-login .login-amazon-ttl span {
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.fs-body-login .login-amazon-ttl::before, .fs-body-cart-login .login-amazon-ttl::before, .fs-body-wishlist-login .login-amazon-ttl::before, .fs-body-review-login .login-amazon-ttl::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.fs-body-login .fs-c-anotherLogin--amazon, .fs-body-cart-login .fs-c-anotherLogin--amazon, .fs-body-wishlist-login .fs-c-anotherLogin--amazon, .fs-body-review-login .fs-c-anotherLogin--amazon {
  margin-top: 40px;
}
.fs-body-login .fs-c-newUsers__message.fs-c-subSection__message, .fs-body-wishlist-login .fs-c-newUsers__message.fs-c-subSection__message, .fs-body-review-login .fs-c-newUsers__message.fs-c-subSection__message {
  display: none;
}
.fs-body-login .login-txt-wrap, .fs-body-wishlist-login .login-txt-wrap, .fs-body-review-login .login-txt-wrap {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: left;
  opacity: 0;
  margin-bottom: 30px;
}
.fs-body-login .login-txt a, .fs-body-wishlist-login .login-txt a, .fs-body-review-login .login-txt a {
  text-decoration: underline;
}
.fs-body-login .login-txt+.login-txt, .fs-body-wishlist-login .login-txt+.login-txt, .fs-body-review-login .login-txt+.login-txt {
  margin-top: 30px;
}
.fs-body-login .fs-c-inputTable__headerCell, .fs-body-wishlist-login .fs-c-inputTable__headerCell, .fs-body-review-login .fs-c-inputTable__headerCell {
  font-size: 1.4rem;
}
.fs-body-login .fs-c-loginForm .fs-c-button--primary, .fs-body-cart-login .fs-c-loginForm .fs-c-button--primary, .fs-body-wishlist-login .fs-c-loginForm .fs-c-button--primary, .fs-body-review-login .fs-c-loginForm .fs-c-button--primary {
  display: block;
  width: 90%;
  max-width: 360px;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #000;
  font-size: 18px;
  font-size: 1.8rem;
  background: url(https://scolar.itembox.design/item/assets/images/common/arrow_black.svg) right 20px center no-repeat;
  background-size: 22px auto;
  color: #000;
  font-weight: bold;
  box-shadow: none;
}
.fs-body-login .fs-c-loginForm .fs-c-button--primary:hover, .fs-body-cart-login .fs-c-loginForm .fs-c-button--primary:hover, .fs-body-wishlist-login .fs-c-loginForm .fs-c-button--primary:hover, .fs-body-review-login .fs-c-loginForm .fs-c-button--primary:hover {
  background: url(https://scolar.itembox.design/item/assets/images/common/arrow_white.svg) right 20px center no-repeat #000;
  background-size: 22px auto;
  color: #fff;
  opacity: 1;
}
.fs-p-announcement {
  text-align: left;
}
.fs-p-announcement .fs-c-list li::before {
  content: none;
}
.fs-p-announcement .fs-c-list li {
  margin-left: 0;
  text-indent: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .fs-body-login [type="hidden"],  .fs-body-login [type="text"],  .fs-body-login [type="search"],  .fs-body-login [type="tel"],  .fs-body-login [type="url"],  .fs-body-login [type="email"],  .fs-body-login [type="password"],  .fs-body-login [type="datetime"],  .fs-body-login [type="date"],  .fs-body-login [type="month"],  .fs-body-login [type="week"],  .fs-body-login [type="time"],  .fs-body-login [type="datetime-local"],  .fs-body-login [type="number"],  .fs-body-login select,  .fs-body-login textarea,  .fs-body-cart-login [type="hidden"],  .fs-body-cart-login [type="text"],  .fs-body-cart-login [type="search"],  .fs-body-cart-login [type="tel"],  .fs-body-cart-login [type="url"],  .fs-body-cart-login [type="email"],  .fs-body-cart-login [type="password"],  .fs-body-cart-login [type="datetime"],  .fs-body-cart-login [type="date"],  .fs-body-cart-login [type="month"],  .fs-body-cart-login [type="week"],  .fs-body-cart-login [type="time"],  .fs-body-cart-login [type="datetime-local"],  .fs-body-cart-login [type="number"],  .fs-body-cart-login select,  .fs-body-cart-login textarea  .fs-body-wishlist-login [type="hidden"],  .fs-body-wishlist-login [type="text"],  .fs-body-wishlist-login [type="search"],  .fs-body-wishlist-login [type="tel"],  .fs-body-wishlist-login [type="url"],  .fs-body-wishlist-login [type="email"],  .fs-body-wishlist-login [type="password"],  .fs-body-wishlist-login [type="datetime"],  .fs-body-wishlist-login [type="date"],  .fs-body-wishlist-login [type="month"],  .fs-body-wishlist-login [type="week"],  .fs-body-wishlist-login [type="time"],  .fs-body-wishlist-login [type="datetime-local"],  .fs-body-wishlist-login [type="number"],  .fs-body-wishlist-login select,  .fs-body-wishlist-login textarea,  .fs-body-review-login [type="hidden"],  .fs-body-review-login [type="text"],  .fs-body-review-login [type="search"],  .fs-body-review-login [type="tel"],  .fs-body-review-login [type="url"],  .fs-body-review-login [type="email"],  .fs-body-review-login [type="password"],  .fs-body-review-login [type="datetime"],  .fs-body-review-login [type="date"],  .fs-body-review-login [type="month"],  .fs-body-review-login [type="week"],  .fs-body-review-login [type="time"],  .fs-body-review-login [type="datetime-local"],  .fs-body-review-login [type="number"],  .fs-body-review-login select,  .fs-body-review-login textarea
  {
    height: 30px;
    line-height: 30px;
  }
  .fs-body-login .fs-c-loginForm,  .fs-body-cart-login .fs-c-loginForm,  .fs-body-wishlist-login .fs-c-loginForm,  .fs-body-review-login .fs-c-loginForm {
    padding: 0 15px;
    display: block;
  }
  .fs-body-login .fs-c-newUsers,  .fs-body-wishlist-login .fs-c-newUsers,  .fs-body-review-login .fs-c-newUsers {
    margin-left: 0;
    flex-basis: 100%;
  }
  .fs-body-login .fs-c-registeredUsers,  .fs-body-wishlist-login .fs-c-registeredUsers,  .fs-body-review-login .fs-c-registeredUsers {
    flex-basis: 100%;
  }
  .fs-body-login .fs-c-inputInformation__link,  .fs-body-wishlist-login .fs-c-inputInformation__link,  .fs-body-review-login .fs-c-inputInformation__link {
    text-align: center;
    text-decoration: underline;
    font-size: 1.2rem;
  }
  .fs-body-login .login-amazon-txt,  .fs-body-cart-login .login-amazon-txt,  .fs-body-wishlist-login .login-amazon-txt,  .fs-body-review-login .login-amazon-txt {
    text-align: left;
    font-size: 1.2rem;
  }
  .fs-body-login .login-amazon-ttl span,  .fs-body-cart-login .login-amazon-ttl span,  .fs-body-wishlist-login .login-amazon-ttl span,  .fs-body-review-login .login-amazon-ttl span {
    font-size: 1.4rem;
  }
  .fs-body-login .fs-c-subSection__title,  .fs-body-wishlist-login .fs-c-subSection__title,  .fs-body-review-login .fs-c-subSection__title {
    font-size: 1.5rem;
  }
  .fs-body-login .fs-c-subSection__title,  .fs-body-wishlist-login .fs-c-subSection__title,  .fs-body-review-login .fs-c-subSection__title {
    text-align: center;
    padding: 0 0 10px;
  }
  .fs-body-login .login-txt-wrap,  .fs-body-wishlist-login .login-txt-wrap,  .fs-body-review-login .login-txt-wrap {
    font-size: 1.2rem;
  }
  .fs-body-login .fs-c-inputTable__headerCell,  .fs-body-wishlist-login .fs-c-inputTable__headerCell,  .fs-body-review-login .fs-c-inputTable__headerCell {
    font-size: 1.2rem;
  }
  .fs-body-login .fs-c-loginForm .fs-c-button--primary,  .fs-body-cart-login .fs-c-loginForm .fs-c-button--primary,  .fs-body-wishlist-login .fs-c-loginForm .fs-c-button--primary,  .fs-body-review-login .fs-c-loginForm .fs-c-button--primary {
    display: block;
    width: 80%;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    background: url(../images/common/arrow_black.svg) right 20px center no-repeat;
    background-size: 15px auto;
  }
}
/* マイページ */
.fs-body-my-top .fs-p-accountInfo__point__point__available__number {
  color: #ea0000;
  font-size: 3.6rem;
  font-weight: bold;
}
.fs-body-my-top .fs-p-accountInfo__point__point__available__numberLabel {
  font-size: 1.4rem;
}
.fs-body-my-top .fs-p-accountInfo__point__point__rate {
  display: none;
}
.fs-body-my-top .fs-p-accountInfo__accountName__name {
  font-size: 2.4rem;
  font-weight: bold;
}
.fs-body-my-top .fs-p-accountInfo__header {
  display: block;
  text-align: center;
}
.fs-body-my-top .fs-p-accountInfo__point__label {
  font-size: 1.4rem;
}
.fs-body-my-top .fs-c-purchasePointExpiration {
  font-size: 1.4rem;
}
.fs-body-my-top .fs-p-accountInfo__accountName {
  margin: 10px 0 15px;
}
.fs-body-my-top .fs-c-accountService__page {
  flex-basis: 115px;
  height: 115px;
  margin: 5px;
}
.fs-body-my-top .fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  flex-basis: 100%;
}
.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: none;
  border: none;
  background: #f2f2f2;
}
.fs-body-my-top .fs-c-accountService__page--couponList {
  flex-basis: 240px;
}
.fs-body-my-top .fs-p-accountInfo {
  background: #f2f2f2;
  margin-top: 8px;
}
.fs-body-my-top .fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink .fs-c-accountService__pageLink__label {
  font-size: 1.4rem;
  text-decoration: underline;
}
.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  content: '';
}
.fs-body-my-top .fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  width: 50px!important;
  background: url(https://scolar.itembox.design/item/assets/images/common/icon01.png) center center no-repeat;
  background-size: 100% auto;
}
.fs-body-my-top .fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  width: 34px!important;
  background: url(https://scolar.itembox.design/item/assets/images/common/icon02.png) center center no-repeat;
  background-size: 100% auto;
}
.fs-body-my-top .fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  width: 39px!important;
  background: url(https://scolar.itembox.design/item/assets/images/common/icon03.png) center center no-repeat;
  background-size: 100% auto;
}
.fs-body-my-top .fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  width: 37px!important;
  background: url(https://scolar.itembox.design/item/assets/images/common/icon04.png) center center no-repeat;
  background-size: 100% auto;
}
.fs-body-my-top .fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  width: 34px!important;
  background: url(https://scolar.itembox.design/item/assets/images/common/icon05.png) center center no-repeat;
  background-size: 100% auto;
}
.fs-body-my-top .fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  width: 28px!important;
  background: url(https://scolar.itembox.design/item/assets/images/common/icon06.png) center center no-repeat;
  background-size: 100% auto;
}
.fs-body-my-top .fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  width: 27px!important;
  background: url(https://scolar.itembox.design/item/assets/images/common/icon07.png) center center no-repeat;
  background-size: 100% auto;
}
.fs-body-my-top .fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  width: 32px!important;
  background: url(https://scolar.itembox.design/item/assets/images/common/icon08.png) center center no-repeat;
  background-size: 100% auto;
}
.fs-body-my-top .fs-c-wishlistProduct__title {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.fs-body-my-top .fs-c-wishlistProduct__footer {
  display: none;
}
.fs-body-my-top .fs-c-button--carousel--prev::before {
  content: '';
  background: url(https://scolar.itembox.design/item/assets/images/top/icon_prev.svg) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
.fs-body-my-top .fs-c-button--carousel--next::before {
  content: '';
  background: url(https://scolar.itembox.design/item/assets/images/top/icon_next.svg) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
.fs-body-my-top .fs-c-wishlistProduct {
  position: relative;
}
/*
.fs-body-my-top .fs-c-slick .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0 0 -50px;
    padding: 0;
    width: 860px;
}
*/

.fs-body-my-top .fs-c-productListCarousel__ctrl {
  position: absolute;
}
.fs-body-my-top .fs-c-productListCarousel__ctrl--prev {
  left: -20px;
  z-index: 10;
}
.fs-body-my-top .fs-c-productListCarousel__ctrl--next {
  right: -20px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  .fs-l-pageMain {
    /**padding: 0 15px;**/
    padding: 0 1px;
  }
  .fs-body-my-top .fs-p-accountInfo__point__point__available__number {
    color: #ea0000;
    font-size: 3rem;
    font-weight: bold;
  }
  .fs-body-my-top .fs-p-accountInfo__point__point__available__numberLabel {
    font-size: 1.2rem;
  }
  .fs-body-my-top .fs-p-accountInfo__point__point__rate {
    display: none;
  }
  .fs-body-my-top .fs-p-accountInfo__accountName__name {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .fs-body-my-top .fs-p-accountInfo__header {
    display: block;
    text-align: center;
  }
  .fs-body-my-top .fs-p-accountInfo__point__label {
    font-size: 1.2rem;
  }
  .fs-body-my-top .fs-c-purchasePointExpiration {
    font-size: 1.2rem;
  }
  .fs-body-my-top .fs-p-accountInfo__accountName {
    margin: 5px 0 10px;
  }
  .fs-body-my-top .fs-c-accountService__page {
    flex-basis: 31.3%;
    height: 105px;
    margin: 1%;
  }
  .fs-body-my-top .fs-c-accountService__page.fs-c-accountService__page--accountDelete {
    flex-basis: 100%;
  }
  .fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: none;
    border: none;
    background: #f2f2f2;
  }
  .fs-body-my-top .fs-c-accountService__page--couponList {
    flex-basis: 100%;
  }
  .fs-body-my-top .fs-p-accountInfo {
    background: #f2f2f2;
    margin-top: 8px;
  }
  .fs-body-my-top .fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink .fs-c-accountService__pageLink__label {
    font-size: 1.2rem;
    text-decoration: underline;
  }
  .fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    content: '';
  }
  .fs-body-my-top .fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
    width: 45px!important;
    background: url(https://scolar.itembox.design/item/assets/images/common/icon01.png) center center no-repeat;
    background-size: 100% auto;
  }
  .fs-body-my-top .fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
    width: 31px!important;
    background: url(https://scolar.itembox.design/item/assets/images/common/icon02.png) center center no-repeat;
    background-size: 100% auto;
  }
  .fs-body-my-top .fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
    width: 33px!important;
    background: url(https://scolar.itembox.design/item/assets/images/common/icon03.png) center center no-repeat;
    background-size: 100% auto;
  }
  .fs-body-my-top .fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
    width: 32px!important;
    background: url(https://scolar.itembox.design/item/assets/images/common/icon04.png) center center no-repeat;
    background-size: 100% auto;
  }
  .fs-body-my-top .fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
    width: 31px!important;
    background: url(https://scolar.itembox.design/item/assets/images/common/icon05.png) center center no-repeat;
    background-size: 100% auto;
  }
  .fs-body-my-top .fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
    width: 26px!important;
    background: url(https://scolar.itembox.design/item/assets/images/common/icon06.png) center center no-repeat;
    background-size: 100% auto;
  }
  .fs-body-my-top .fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
    width: 25px!important;
    background: url(https://scolar.itembox.design/item/assets/images/common/icon07.png) center center no-repeat;
    background-size: 100% auto;
  }
  .fs-body-my-top .fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
    width: 28px!important;
    background: url(https://scolar.itembox.design/item/assets/images/common/icon08.png) center center no-repeat;
    background-size: 100% auto;
  }
  .fs-body-my-top .fs-c-wishlistProduct__title {
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
  .fs-body-my-top .fs-c-wishlistProduct__footer {
    display: none;
  }
  .fs-body-my-top .fs-c-button--carousel--prev::before {
    content: '';
    background: url(https://scolar.itembox.design/item/assets/images/top/icon_prev.svg) center center no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
  }
  .fs-body-my-top .fs-c-button--carousel--next::before {
    content: '';
    background: url(https://scolar.itembox.design/item/assets/images/top/icon_next.svg) center center no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
  }
  .fs-body-my-top .fs-c-wishlistProduct {
    position: relative;
  }
  /*
    .fs-body-my-top .fs-c-slick .slick-list {
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 0 0 -50px;
        padding: 0;
        width: 860px;
    }
    */

  .fs-body-my-top .fs-c-productListCarousel__ctrl {
    position: absolute;
  }
  .fs-body-my-top .fs-c-productListCarousel__ctrl--prev {
    left: -5px;
    z-index: 10;
  }
  .fs-body-my-top .fs-c-productListCarousel__ctrl--next {
    right: -5px;
    z-index: 10;
  }
}

@media screen and (min-width: 960px) {
  .fs-body-my-top .fs-p-accountInfo {
    flex-basis: 40%;
  }
  .fs-body-my-top .fs-c-accountService {
    flex-basis: 59%;
  }
}
/* ショッピングカート */

.fs-body-cart .fs-c-cartTableContainer {
  padding: 0;
  border: none;
}
.fs-body-cart .fs-c-cartTable__headerCell {
  background: none;
}
.fs-body-cart .fs-c-cartTable__dataCell {
  text-align: left;
}
.fs-body-cart .fs-c-cartTable__headerCell, .fs-body-cart .fs-c-cartTable__dataCell {
  border-left: none;
  border-right: none;
  padding: 8px;
  vertical-align: middle;
}
.fs-body-cart .fs-c-cartTable__product {
  -ms-grid-columns: 60px 1fr;
  grid-template-columns: 60px 1fr;
}
.fs-body-cart .fs-c-cartTable__productName__name {
  font-size: 1.4rem;
}
.fs-body-cart .fs-c-listedProductName__variation {
  font-size: 1.4rem;
}
.fs-body-cart .fs-c-priceDisplay.fs-c-productPrice {
  font-size: 1.4rem;
}
.fs-body-cart .fs-c-quantity__select {
  border-radius: 0;
}
.fs-body-cart .fs-c-price__value {
  font-size: 1.4rem;
}
.fs-body-cart .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
  border: none;
}
.fs-body-cart .fs-c-cartTable__actionButton__container > button {
  font-size: 1.4rem;
  color: #000;
  text-decoration: underline;
}
.fs-body-cart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point {
  text-align: center;
  font-size: 1.4rem;
}
.fs-body-cart .fs-c-cartDiscountInfo__info {
  font-size: 1.4rem;
  font-weight: normal;
}
.fs-body-cart .fs-c-cartDiscountInfo__note {
  font-size: 1.4rem;
  text-align: left;
}
.fs-body-cart .fs-p-announcement-txt {
  text-align: left;
  font-size: 1.4rem;
}
.fs-body-cart .fs-p-announcement {
  font-size: 1.4rem;
  text-align: left;
}
.fs-body-cart .fs-p-flexibleColumn {
  margin-top: 20px;
  display: flex;
}
.fs-body-cart .morebtn {
  width: inherit;
}
.fs-body-cart .morebtn a {
  width: 200px;
  border-radius: 0;
  font-size: 1.4rem;
  padding: 15px 30px 15px 0;
  background-size: 18px auto;
}
.fs-body-cart .fs-p-announcement__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.fs-body-cart .fs-c-continueShopping {
  text-align: left;
}
.fs-body-cart .fs-c-button--standard {
  background: #eee;
  border: 0px solid black;
  font-size: 1.4rem;
  box-shadow: none;
  padding: 1em 2em 1em;
}
.fs-body-cart .fs-c-wishlistProduct {
  margin-top: 80px;
  margin-bottom: 120px;
}
.fs-body-cart .fs-c-wishlistProduct__title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
  font-weight: bold;
}
.fs-body-cart .fs-c-wishlistProduct__footer {
  display: none;
}
.fs-body-cart .fs-c-button--carousel--prev::before {
  content: '';
  background: url(https://scolar.itembox.design/item/assets/images/top/icon_prev.svg) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
.fs-body-cart .fs-c-button--carousel--next::before {
  content: '';
  background: url(https://scolar.itembox.design/item/assets/images/top/icon_next.svg) center center no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
.fs-body-cart .fs-c-wishlistProduct {
  position: relative;
}
.fs-body-cart .fs-c-productListCarousel__ctrl {
  position: absolute;
}
.fs-body-cart .fs-c-productListCarousel__ctrl--prev {
  left: -20px;
  z-index: 10;
}
.fs-body-cart .fs-c-productListCarousel__ctrl--next {
  right: -20px;
  z-index: 10;
}
.fs-body-cart .fs-c-payWithAmazon__message {
  display: none;
}
.fs-body-cart .fs-l-cart {
  width: 1216px;
}
.fs-body-cart .fs-l-cart__contentsArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 350px;
  grid-template-columns: 1fr 350px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.fs-body-cart .fs-c-cartPayment__button .fs-c-button--registerAndPurchase {
  background: #eee;
  border: none;
  border-radius: 5px;
  padding: 1.2em 1.6em 1.2em;
  color: #000;
}

.fs-body-cart #fs-checkout-amazon-container {
  position: relative;
  padding-top: 10px;
}

.fs-body-cart #fs-checkout-amazon-container:before {
  content: "または";
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
}

.fs-body-cart .login-amazon {
  margin-top: 15px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .fs-body-cart .fs-c-button--carousel--prev::before {
    content: '';
    background: url(https://scolar.itembox.design/item/assets/images/top/icon_prev.svg) center center no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
  }
  .fs-body-cart .fs-c-button--carousel--next::before {
    content: '';
    background: url(https://scolar.itembox.design/item/assets/images/top/icon_next.svg) center center no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
  }
  .fs-body-cart .fs-c-wishlistProduct {
    position: relative;
  }
  .fs-body-cart .fs-c-productListCarousel__ctrl {
    position: absolute;
  }
  .fs-body-cart .fs-c-productListCarousel__ctrl--prev {
    left: -5px;
    z-index: 10;
  }
  .fs-body-cart .fs-c-productListCarousel__ctrl--next {
    right: -5px;
    z-index: 10;
  }
  .fs-body-cart .fs-l-cart {
    width: 100%;
  }
  .fs-body-cart thead tr {
  /*
          display: grid;
        align-items: center;
      -ms-grid-columns: 1fr 10% 14% 10% 16%;
      grid-template-columns: 1fr 10% 14% 10% 16%;
      */
  }
  .fs-body-cart .fs-l-cart__contentsArea {
    display: table;
  }
  .fs-body-cart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point {
    text-align: right;
  }
  .fs-body-cart .fs-c-cartTable__actionButton__container > button {
    font-size: 1.2rem;
  }
  .fs-body-cart .fs-c-cartTable__actionButton {
    display: block;
  }
  .fs-body-cart .fs-c-cartTable__actionButton .fs-c-button--plain {
    font-size: 1.2rem;
  }
  .fs-c-cartTable__productImage__image {
    padding-right: 0;
  }
  .fs-body-cart .fs-c-purchaseHere .fs-c-button--primary {
    background: #000;
    border: none;
    border-radius: 5px;
    padding: 1.2em 1.6em 1.2em;
  }
  .fs-body-cart .fs-l-cart__sideColumn {
    font-size: 1.2rem;
  }
  .fs-body-cart .fs-c-cartDiscountInfo__info {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .fs-body-cart .fs-c-price__value {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .fs-body-cart .fs-c-orderTotalTable__count th,  .fs-body-cart .fs-c-orderTotalTable__count td {
    border-top: none;
  }
  .fs-body-cart .login-amazon-ttl {
    position: relative;
  }
  .fs-body-cart .login-amazon-txt {
    font-size: 1.2rem;
    text-align: left;
  }
  .fs-body-cart .fs-p-announcement-txt {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 30px;
  }
  .fs-body-cart .fs-p-announcement__title {
    font-size: 1.5rem;
    text-align: center;
  }
  .fs-body-cart .fs-c-button--standard {
    background: #eee;
    border: 0px solid #000;
    font-size: 1.4rem;
    box-shadow: none;
    padding: 1.3em 2em 1.3em;
    width: 80%;
    margin: 0 auto;
    min-width: inherit;
    display: block;
  }
  .fs-body-cart .fs-p-announcement {
    text-align: left;
  }
  .fs-body-cart .fs-p-flexibleColumn {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .fs-body-cart .morebtn a {
    width: calc(50% - 10px);
    font-size: 1.2rem;
    padding: 10px 20px 10px 0;
    margin: 0 0 15px 0;
    background-size: 14px auto;
  }
}

@media screen and (min-width: 768px) {
  .fs-body-cart .fs-l-cart__sideColumn {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 16px;
  }
  .fs-body-cart .fs-l-cart__sideColumn {
    font-size: 1.4rem;
  }
  .fs-body-cart .fs-l-cart__contentsArea {
    -ms-grid-columns: 1fr 350px;
    grid-template-columns: 1fr 350px;
  }
  .fs-body-cart .fs-c-orderTotalTable__count th,  .fs-body-cart .fs-c-orderTotalTable__count td {
    border-top: none;
  }
  .fs-body-cart .fs-c-price__value {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .fs-body-cart .fs-c-purchaseHere .fs-c-button--primary {
    background: #000;
    border: none;
    border-radius: 5px;
    padding: 1.2em 1.6em 1.2em;
  }
  .fs-body-cart .login-amazon-ttl {
  }

  .fs-body-cart .login-amazon-txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

/*お気に入り*/
@media print, screen and (max-width: 767px) {
  .fs-body-my-wishlist .fs-c-productList__list {
    padding: 0
  }
}
/*お届け先リスト*/
.fs-body-my-addressbook .fs-c-listTable td {
  text-align: left;
  vertical-align: middle;
}
.fs-body-my-addressbook .fs-c-addressBookList .fs-c-button--secondary {
  background: #000;
}
/*ご注文手続き*/

.fs-body-checkout .fs-c-checkout-preview, .fs-body-checkout-amazon .fs-c-checkout-preview {
  border: 1px solid #bbbbbb;
}
.fs-body-checkout .fs-c-checkout-preview__title, .fs-body-checkout-amazon .fs-c-checkout-preview__title {
  border-bottom: 1px solid #bbbbbb;
}
.fs-body-checkout .fs-c-checkout-customerInfo, .fs-body-checkout-amazon .fs-c-checkout-customerInfo {
  text-align: left;
}
.fs-body-checkout .fs-c-button--standard, .fs-body-checkout-amazon .fs-c-button--standard {
  background: #eee;
  border-radius: 5px;
}
.fs-body-checkout .fs-c-checkout-customerInfo > li+li, .fs-body-checkout-amazon .fs-c-checkout-customerInfo > li+li {
  margin-top: 5px;
}
.fs-body-checkout .fs-c-checkout-destination__list, .fs-body-checkout-amazon .fs-c-checkout-destination__list {
  text-align: left;
}
.fs-body-checkout .fs-c-checkout-paymentMethod, .fs-body-checkout-amazon .fs-c-checkout-paymentMethod {
  border: none;
}
.fs-body-checkout .fs-c-checkout-destination__list > li+li, .fs-body-checkout-amazon .fs-c-checkout-destination__list > li+li {
  margin-top: 5px;
}
.fs-body-checkout .fs-c-checkout-paymentInfo__message, .fs-body-checkout-amazon .fs-c-checkout-paymentInfo__message {
  display: none;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__title, .fs-body-checkout-amazon .fs-c-checkout-paymentMethod__title {
  background: none;
  text-align: left;
}
.fs-body-checkout .fs-c-checkout-couponInfo__message, .fs-body-checkout-amazon .fs-c-checkout-couponInfo__message {
  text-align: left;
  font-size: 1.4rem;
}
.fs-body-checkout .fs-c-checkout-couponCodeInput, .fs-body-checkout-amazon .fs-c-checkout-couponCodeInput {
  background: #fbfbfb;
}
.fs-body-checkout .fs-c-checkout-previewAndEdit__info, .fs-body-checkout-amazon .fs-c-checkout-previewAndEdit__info {
  border: 5px solid #fbfbfb;
}
.fs-body-checkout .fs-c-checkout-pointInfo__comment, .fs-body-checkout-amazon .fs-c-checkout-pointInfo__comment {
  text-align: left;
  font-size: 1.4rem;
}
.fs-body-checkout .fs-c-checkout-pointInfo__usePoint__number, .fs-body-checkout-amazon .fs-c-checkout-pointInfo__usePoint__number {
  font-size: 3rem;
  font-weight: bold;
}
.fs-body-checkout .fs-c-checkout-delivery__method, .fs-body-checkout-amazon .fs-c-checkout-delivery__method {
  padding: 0;
  background: none;
}
.fs-body-checkout .fs-c-checkout-delivery__method__message, .fs-body-checkout-amazon .fs-c-checkout-delivery__method__message {
  background: none;
  border: none;
  text-align: left;
  font-size: 1.4rem;
  margin: 8px 0 0 0;
  padding: 0;
}
.fs-body-checkout .fs-c-checkout-delivery__method__title, .fs-body-checkout-amazon .fs-c-checkout-delivery__method__title {
  text-align: left;
}
.fs-body-checkout .fs-c-checkout-delivery__method__deliveryDateTime, .fs-body-checkout-amazon .fs-c-checkout-delivery__method__deliveryDateTime {
  text-align: left;
  font-size: 1.4rem;
}
.fs-body-checkout .fs-c-cartTable__headerCell, .fs-body-checkout-amazon .fs-c-cartTable__headerCell {
  background: none;
  border-top: none;
}
.fs-body-checkout .fs-c-cartTable__headerCell, .fs-body-checkout .fs-c-cartTable__dataCell, .fs-body-checkout-amazon .fs-c-cartTable__headerCell, .fs-body-checkout-amazon .fs-c-cartTable__dataCell {
  border-left: none;
  border-right: none;
  padding: 8px;
  vertical-align: middle;
}
.fs-body-checkout .fs-c-cartTable__productName__name, .fs-body-checkout-amazon .fs-c-cartTable__productName__name {
  font-size: 1.4rem;
}
.fs-body-checkout .fs-c-listedProductName__variation, .fs-body-checkout-amazon .fs-c-listedProductName__variation {
  font-size: 1.4rem;
}
.fs-body-checkout .fs-c-cartTable__dataCell, .fs-body-checkout-amazon .fs-c-cartTable__dataCell {
  text-align: left;
}
.fs-body-checkout .fs-c-orderTotalTable, .fs-body-checkout-amazon .fs-c-orderTotalTable {
  font-size: 1.4rem;
}
.fs-body-checkout .fs-c-price__value, .fs-body-checkout-amazon .fs-c-price__value {
  font-size: 1.4rem;
}
.fs-body-checkout .fs-c-orderTotalTable > tbody > tr:last-of-type, .fs-body-checkout-amazon .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-bottom: none;
}
.fs-body-checkout .fs-c-button--confirmOrder.fs-c-button--primary, .fs-body-checkout-amazon .fs-c-button--confirmOrder.fs-c-button--primary {
  font-size: 1.4rem;
  background: #000;
  border: none;
  width: 250px;
  margin: 20px auto 0;
  min-width: inherit;
  border-radius: 5px;
}
.fs-body-checkout .fs-c-returnedSpecialContract__link, .fs-body-checkout-amazon .fs-c-returnedSpecialContract__link {
  text-align: left;
}
.fs-body-checkout .fs-c-returnedSpecialContract__link a, .fs-body-checkout-amazon .fs-c-returnedSpecialContract__link a {
  font-size: 1.4rem;
  text-decoration: underline;
}
.fs-body-checkout .fs-c-returnedSpecialContract__link a:hover, .fs-body-checkout-amazon .fs-c-returnedSpecialContract__link a:hover {
  text-decoration: none;
}
.fs-body-checkout .fs-c-checkout-couponList__item, .fs-body-checkout-amazon .fs-c-checkout-couponList__item {
  background: #fbfbfb;
}
.fs-body-checkout .fs-c-checkout-couponList__item.is-active, .fs-body-checkout-amazon .fs-c-checkout-couponList__item.is-active {
  background: #fbfbfb;
}
.fs-body-checkout .fs-c-checkout-couponStatus.is-active, .fs-body-checkout-amazon .fs-c-checkout-couponStatus.is-active {
  background: #000;
}
.fs-body-checkout .fs-c-checkout-couponStatus, .fs-body-checkout-amazon .fs-c-checkout-couponStatus {
  border-radius: 5px;
}
.fs-body-checkout .fs-c-inputField__explanation, .fs-body-checkout-amazon .fs-c-inputField__explanation {
  text-align: left;
}
.fs-body-checkout .fs-c-checkout-addressee__data__name, .fs-body-checkout-amazon .fs-c-checkout-addressee__data__name {
  text-align: left;
}
.fs-body-checkout .fs-c-address, .fs-body-checkout-amazon .fs-c-address {
  text-align: left;
}
.fs-body-checkout .fs-c-checkout-paymentMethod__message, .fs-body-checkout-amazon .fs-c-checkout-paymentMethod__message {
  text-align: left;
}
.fs-body-checkout .fs-c-checkout-orderInfo__body.fs-c-checkout-preview__body .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point, .fs-body-checkout .fs-c-checkout-orderInfo__body.fs-c-checkout-preview__body .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity, .fs-body-checkout-amazon .fs-c-checkout-orderInfo__body.fs-c-checkout-preview__body .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point, .fs-body-checkout-amazon .fs-c-checkout-orderInfo__body.fs-c-checkout-preview__body .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fs-body-checkout .fs-c-checkout-orderInfo__body.fs-c-checkout-preview__body .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point,  .fs-body-checkout .fs-c-checkout-orderInfo__body.fs-c-checkout-preview__body .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity,  .fs-body-checkout-amazon .fs-c-checkout-orderInfo__body.fs-c-checkout-preview__body .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point,  .fs-body-checkout-amazon .fs-c-checkout-orderInfo__body.fs-c-checkout-preview__body .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    text-align: right;
  }
}
/*ご注文完了*/
.fs-body-checkout-success .fs-c-checkoutSuccess {
  margin-bottom: 50px;
}
.fs-body-checkout-success .fs-c-checkoutSuccess h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}
.fs-body-checkout-success .fs-c-checkoutSuccess p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8;
}
.fs-body-checkout-success .fs-p-announcement__title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.fs-body-checkout-success .fs-c-list {
  font-size: 1.4rem;
}
.fs-body-checkout-success .fs-c-list li {
  line-height: 2;
}
.fs-body-checkout-success .fs-l-pageMain {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .fs-body-checkout-success .fs-l-pageMain {
    width: 100%;
  }
  .fs-body-checkout-success .fs-c-checkoutSuccess h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }
  .fs-body-checkout-success .fs-c-checkoutSuccess p {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6;
    text-align: center;
  }
  .fs-body-checkout-success .fs-p-announcement__title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .fs-body-checkout-success .fs-c-list {
    font-size: 1.2rem;
  }
}
/*お客様情報入力*/

.fs-body-customerDetails .fs-c-inputField__explanation {
  text-align: left;
  font-size: 1.2rem;
  margin: 8px 0;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__message {
  font-size: 1.2rem;
  text-align: left;
}
.fs-body-customerDetails .fs-c-checkbox {
  display: block;
  font-size: 1.2rem;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__addon {
  margin: 8px 0 0 0;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__addon__message {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 20px;
}
.fs-body-customerDetails .fs-c-checkbox__labelText {
  text-align: left;
  font-size: 1.2rem;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__message.fs-c-agreementConfirmation__message--newsletterChecked {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
/*レビュー履歴*/

.fs-c-reviewStatus {
  background: #000;
}
.fs-body-my-reviews .fs-c-reviewList__item__body.fs-c-reviewBody {
  text-align: left;
}
/*ご注文手続き*/
.fs-body-checkout .fs-c-orderTotalTable__subtotal td, .fs-body-checkout .fs-c-orderTotalTable__postageFee td {
  position: relative;
}
.fs-body-checkout .fs-c-orderTotalTable__subtotal td:after, .fs-body-checkout .fs-c-orderTotalTable__postageFee td:after {
  content: "円";
}
.postageup_txt {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 20px 30px;
}
.postageup_note li {
  position: relative;
  padding-left: 18px;
}
.postageup_note li:after {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width : 767px) {
  .postageup_txt {
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
  .postageup_note li {
    padding-left: 14px;
  }
}
/*レビュー*/
.fs-body-reviews-reviewer .fs-c-listControl {
  font-size: 1rem;
  letter-spacing: .1rem;
  padding: 2px 0;
}
.fs-body-reviews-reviewer .fs-c-reviewList__item__product {
  width: 80%;
  margin: 0 auto;
}
.fs-body-reviews-reviewer .fs-c-reviewProduct__image {
  margin-bottom: 5px;
}
.fs-body-reviews-reviewer .fs-c-productImage__image {
  margin: 0 auto;
}
.fs-body-reviews-reviewer .fs-c-reviewProduct__info {
  font-size: 1.2rem;
}
.fs-body-reviews-reviewer .fs-c-reviewStars {
  justify-content: center;
}
.fs-body-reviews-reviewer .fs-c-reviewStars::before {
  font-size: 1.5rem;
  margin-top: 5px;
}
.fs-body-reviews-reviewer .fs-c-reviewList__item__body {
  font-size: 1.2rem;
  text-align: left;
  padding: 12px 15px;
  margin: 0;
}

@media only screen and (max-width : 767px) {
  .fs-body-reviews-reviewer .fs-c-listControl {
    font-size: 1.2rem;
  }
  .fs-body-reviews-reviewer .fs-c-reviewList__item__product {
    width: 100%;
  }
  .fs-body-reviews-reviewer .fs-c-reviewList__item__body {
    font-size: 1.4rem;
  }
  .fs-body-reviews-reviewer .fs-c-reviewInfo__date {
    justify-content: center;
  }
}
/*-------
ie popup
--------*/
.ieBox_flame {
  display: none;
  z-index: 9999;
  position: relative;
}
.ieBox_ov {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.6);
}
.ieBox {
  background: #fff;
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -300px;
  padding: 110px 68px 45px;
  box-sizing: border-box;
}
.ieBox_close {
  position: absolute;
  top: -80px;
  right: 0;
  cursor: pointer;
}
.ieBox_ttl {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
.ieBox_ttl:before {
  content: "";
  width: 76px;
  height: 64px;
  background: url(https://scolar.itembox.design/item/assets/images/common/scolako.svg);
  background-size: 76px 64px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  margin-left: -38px;
}
.ieBox_txt {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 30px;
}
/*クーポン*/

.fs-body-my-coupons .fs-c-couponName__discount {
  background: #000;
}
.fs-body-my-coupons .fs-c-couponAppliedCondition__list {
  text-align: left;
}
/*レビュー*/
.fs-body-reviews .fs-c-productName__name {
  text-align: left;
}
.fs-body-reviews .fs-c-reviewInfo__reviewer {
  text-align: left;
}
.fs-body-reviews .fs-c-reviewList__item__body {
  text-align: left;
}
.fs-body-reviews .fs-c-reviewerStatus {
  background: #000;
}
.fs-body-reviews .fs-c-listControl__status {
  display: none;
}
.fs-body-reviews .fs-c-listControl:first-child {
  display: none;
}
.fs-body-reviews .fs-c-listControl {
  margin-top: 30px;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .fs-body-reviews .fs-c-listControl {
    margin-top: 0;
  }
}
/*会員登録完了*/

.fs-body-register-success .fs-c-registerSuccessMessage {
  text-align: left;
}
.fs-body-register-success .fs-c-registerSuccessMessage p+p {
  margin-top: 10px;
}
.fs-body-register-success .fs-c-buttonContainer--myPageTop {
  text-align: left;
}





/*商品ページタブ切り替え*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	margin: 0 8px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
	font-size: 1.3em;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #cc0033;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 1px solid #cccccc;
}

.itemname{
	font-size:1.2em;
	margin: 12px 0;
}

.sp-img_tate{
   max-width: 1000px;
   margin:0 auto;
}

.sp-img_tate ul{
   display: flex;
   margin-bottom:10px;
}
.sp-img_tate li{
   max-width:480px;
   margin:8px;
}
.sp-page_table{
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 767px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
  .sp-img_tate ul{
    display: block;
  }
  .topicslist01,.topicslist02{
    width: 90%;
  }
}
/*商品ページタブ切り替え*/

  .logosidepay{margin-left: 20px;}
  .logoside_sp,.telblock{display: none;}
.icon_txt1,.icon_txt2,.icon_txt3{
  color: #343434;
  font-size: 1rem;
  font-weight: bold;
}
.icon_txt1{
  margin-right: 2px;
}
.icon_txt2{
  margin-left: 3px;
}
.icon_txt3{
  display: block;
  margin-left: 10px;
  margin-top: 20px;
}
  .telnone{
    width:100%;
    max-width:1216px;
    margin:10px auto;
  }
  .youtube_videos {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube_videos iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
@media screen and (max-width: 767px) {
  .logosidepay,.telnone{display: none;}
  .logoside_sp,.telblock{display: block;}
  .fs-l-header{padding: 0;}
}
/*会員登録　2019.10.08追加*/
.fs-p-announcement__body{
  max-width:600px;
  margin: 0 auto;
}

/*3カラム　2019.10.17追加*/
.osirase3column{
width: 1216px;
margin:20px auto;
display: flex;
flex-wrap: nowrap;
}
.osirase3column > .fs-pt-column__item{
margin-left: 58px;
}
.osirase3column > .fs-pt-column__item:first-child{
margin-left: 100px;
}
.osirase3column > .fs-pt-column__item:last-child{
margin-right: 100px;
}
@media screen and (max-width: 767px) {
.osirase3column{width: 100%;}
.osirase3column > .fs-pt-column__item img{
  width: 120%;
}
.osirase3column > .fs-pt-column__item{
margin-left: 10px;
}
.osirase3column > .fs-pt-column__item:first-child{
margin-left: 20px;
}
.osirase3column > .fs-pt-column__item:last-child{
margin-right: 20px;
}

}
/*コーラページ追記2019.10.18*/
#cola_body .cola_midashi{
  margin: 30px auto 10px;
}
@media screen and (max-width: 767px) {
#cola_body .cola_midashi{
  margin: 20px auto 10px;
}
}

/*1216pxバナー用　2019.12.16追記*/
.max1216{
  max-width: 1216px;
  margin-left:auto;
  margin-right: auto;
}
@media (min-width: 241px){
  .display-n{
      display:none;
  }
}
@media (max-width: 240px){
  .display-n{
      display: block;
  }
}

#fs_label_email::after{
  content: "※PCメールを受け取れるアドレスでの登録をお願いします。" ;
}

/*ブログリンク設置用 2020.11.27追記*/
.blog-link-block{
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin: 30px auto;
}
.blog-link-block h2{
  font-size: 26px;
  font-weight: bold;
  border-bottom: 3px solid #dd0033;
  text-align: left;
  padding-left: 10px;
}
.blog-link-block h2 span{
  color: #dd0033;
}
.blog-link-block .blog-link{
  display: flex;
  justify-content: space-around;
  border: 1px solid #ddd;
  padding: 20px;
  color: #444;
  margin: 20px 0;
}
.blog-link-block .blog-left{
  width: 150px;
  height: 150px;
}
.blog-link-block .blog-left img{
  border: 1px solid #ddd;
  width: 150%;
  height: 150px;
  object-fit: cover;
}
.blog-link-block .blog-right{
  width: 70%;
  text-align: left;

}
.blog-link-block .blog-right h3{
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
.blog-link-block .blog-right p{
  font-size: 18px;
}
/*SP用*/
@media screen and (max-width: 767px){
  .blog-link-block h2{
    font-size: 18px;
  }
  .blog-link-block .blog-right h3{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .blog-link-block .blog-right p{
    font-size: 12px;
  }
  .blog-link-block .blog-left{
    width: 15%;
    height: auto;
  }
  .blog-link-block .blog-left img{
    height: auto;
  }
}

/*ブログリンク追加用ここまで*/
