@charset "UTF-8";
/* CSS Document */

/* ==========================
　Common
============================*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	color: #252525;
	width: 100%;
	word-wrap: break-word;
	word-break: break-all;
}

a,
a:active,
a:visited {
	color: #1e5d9b;
	cursor: pointer;
}

a img {
	transition: .3s;
}

a:hover img {
	opacity: .6;
}

[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 {
  padding: 10px;
}

.cont_sp {
	display: none !important;
}
.cont_pc {
	display: block !important;
}
.red { color: #f00;}
small { font-size: 80%;}

/* flex layout */
.flexbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}

.flex_start,
.flex_center,
.flex_between {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
}
.flex_between {
	justify-content: space-between;
	-webkit-justify-content: space-between;	
}
.flex_center {
	justify-content: center;
	-webkit-justify-content: center;	
}
.flex_start {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;	
}


@media only screen and (max-width: 960px) {
    .cont_sp {
        display: block !important;
    }
    .cont_pc {
        display: none !important;
    }
}


/* ==========================
　fs.reset
============================*/
.fs-l-main {
	max-width: 1200px;
}
.fs-c-heading--page {
	border-bottom: 2px solid #252525;
	color: #252525;
	font-weight: 600;
}
.fs-p-announcement__title,
.fs-c-subSection__title {
	border: none;
    border-left: 4px solid currentColor;
    color: #252525;
    font-size: 1.8rem;
    padding: 1rem 1.4rem;
    font-weight: 700;
}

/* パンくず */
.fs-c-breadcrumb {
	max-width: 1200px;
	margin: 2rem auto 0;
	font-size: 1.4rem;
}
.fs-c-breadcrumb + div.fs-c-breadcrumb{
	margin: 0 auto;
}
.fs-c-breadcrumb__list > li {
	color: #808080;
}

.fs-c-documentArticle__heading {
  background: #ececec;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px;
  color: #252525;
}
.fs-c-documentColumn__heading {
    border: none;
    border-left: 4px solid #252525;
    font-size: 2rem;
	font-weight: 600;
    /*margin-bottom: 16px;*/
	color: #252525;
}

.fs-c-checkbox__labelText a:visited,
.fs-c-checkbox__labelText a:visited {
	color: #0057b5 !important;
}

.fs-c-checkbox__labelText a,
.fs-c-checkbox__labelText a {
	color: #0057b5 !important;
	text-decoration: underline;
}

.fs-c-checkbox__labelText a:hover,
.fs-c-checkbox__labelText a:hover {
	text-decoration: none;
}

#fs_form .fs-c-inputTable__headerCell {
  font-size: 1.4rem;	
  background: #ececec;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;	
}


.fs-c-list li::before {
	border: 4px solid #03796a;
}

.fs-l-footer {
    border-top: none;
    background-color: #efece2;
    color: #252525;
}

/*パンくずリストの表示を3行とするCSS*/

.fs-c-breadcrumb__list {
  display:none;
}
.fs-c-breadcrumb__list:first-child {
  display:block;
}
.fs-c-breadcrumb__list--subgroup:nth-child(2) {
  display:block;
}
.fs-c-breadcrumb__list--subgroup:nth-child(3) {
  display:block;
}

@media only screen and (max-width: 960px) {
	.fs-c-breadcrumb + div.fs-c-breadcrumb {
		margin: 0 auto 2rem;
	}
}


/* youtube */
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 2em 0;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}


/* ==========================
　Btn
============================*/
 .btn_d01 a {
    position: relative;
    display: block;
    padding:  0.65em;
    margin: 0 auto;
    font-size: 1.6rem;
	font-weight: 600;
    color: #252525;
    border: 2px solid #252525;
    text-align: center;
    text-decoration: none;
	max-width: 300px;
	transition: .4s;
  }
  .btn_d01 a:hover {
    background-color:#252525;
	color: #FFF;
  }
  .btn_wrap {
    margin-top: 3em;
    text-align: center;
  }
  .btn_d01 a:hover::before {
	border-color: #FFF;
  }

/*** arrow ****/
.arw_r:before, .arw_d:before, .arw_u:before {
   position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-top: 2px solid #252525;
    border-left: 2px solid #252525;
}

.arw_r:before {
    transform: rotate(135deg);
}
.arw_d:before {
    transform: rotate(-135deg);	
}
.arw_u:before {
    transform: rotate(45deg);	
}

.arw_after.arw_r:before {
	right: 1em;
}

.arw_sizeS:before {
    width: 6px;
    height: 6px;
}

/* ==========================
　title
============================*/
.title_d01 {
	margin: 0 0 3rem 0;
}
.title_d01 h2 {
	font-size: 1.4rem;
	font-weight: 600;
	padding: 5px 10px;
	background: #252525;
	color: #FFF;
	display: inline-block;
	letter-spacing: 1px;
}
.title_d01 p {
	font-size: 3.6rem;
	font-weight: 700;
	margin: 0 0 8px 0;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 960px) {
 .btn_d01 a {
	transition: unset; 
  }
}

@media only screen and (max-width: 520px) {
    .title_d01 p {
        font-size: 3rem;
    }
}


/* ==========================
　商品グループ：共通 システムブロック
============================*/

/* 並び替え・ページャーパーツ
 ---------------------------*/
.fs-c-productList__controller {
	padding: 2rem 0 0;
	border-top: 1px solid #252525;
}

.fs-c-sortItems {
	font-size: 1.4rem;
}

.fs-c-sortItems__label {
    border: 1px solid #080808;
    padding: 8px;
}

.fs-c-sortItems__list__item a,
.fs-c-sortItems__list__item {
	color: #252525 !important;
	font-size: 14px !important;
}
.fs-c-sortItems__list__item__label {
	padding: 8px 10px;
}
.fs-c-sortItems__list__item.is-active {
	background: #080808;
	border-radius: 0;
}
.fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
	color: #FFF;
}
.fs-c-pagination__item.is-active {
	background: #080808;	
}



@media only screen and (max-width: 768px) {

/* 並び替え・ページャーパーツ
 ---------------------------*/
    .fs-c-productList {
      margin: 15px 0 24px 0;
    }

    .fs-c-sortItems {
        width: 100%;
		margin: 10px auto;
        max-width: 420px;
        border: 1px solid #808080 !important;
    }
    .fs-c-sortItems__label,
    .fs-c-listControl__status {
        font-weight: bold;
        font-size: 1.3rem;
    }

    .fs-c-sortItems__label {
        border: none !important;
        padding: 2% 3%;
        font-size: 1.3rem;
    }

    .fs-c-sortItems__list__item {
        color: #808080;
        white-space: nowrap;
    }
    .fs-c-sortItems__list__item__label {
        padding: 8px 1%;
    }
    .fs-c-sortItems__list__item.is-active {
        background: #080808;
		width: 33.333%;
    }
    .fs-c-sortItems__list {
        border-left: 1px solid #808080;
    }

    .fs-c-sortItems__list {
        display: table;
    }

    .fs-c-sortItems__list > li {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        font-size: 1.3rem;
    }
}



/* ==========================
　商品詳細：共通 システムブロック
============================*/



/* ==========================
 商品一覧パーツ（システムパーツ） 
============================*/
.fs-c-productList__list {
	margin: 3rem 0 5rem;
}

.fs-c-productList__list .fs-c-productListItem__productDescription,
.fs-c-productListItem__viewMoreImageButton {
	display: none;
}

.fs-c-price__currencyMark,
.fs-c-price__value,
.fs-c-productName__copy,
.fs-c-productName__name {
	color: #252525;
}

.fs-c-productListItem__productName a:hover {
	text-decoration: none;
	color: #808080;
}

.fs-c-productList__list__item {
    border: 1px solid #CCC;
	padding: .5rem .5rem 1rem;
	margin: 1rem;
}

.fs-c-productListItem__productName {
	margin: 1rem .5rem;
}
.fs-c-productName__copy {
	margin-bottom: .5rem;
}
.fs-c-productPrice--listed .fs-c-productPrice__main__price {
  	font-size: 1.4rem;
}

.fs-c-productPrice--selling .fs-c-productPrice__main__price {
  	font-size: 1.9rem;
	font-weight: 700;	
}
.fs-c-productPrice__addon {
	margin-left: 4px;
}
.fs-c-productMarks,
.fs-c-productListItem__prices.fs-c-productPrices {
  	margin: 1rem .5rem;
}

.fs-c-productName__name {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 500;
}
.fs-c-productPrice__main__label {
	color: #c40000;
	font-size: 1.3rem;
}

.fs-c-button--addToCart--list {
	position: relative;
}
.fs-c-button--addToCart--list::before {
    content: "" !important;
    background: url(../img/icon/icon_cart.png) no-repeat;
    background-size: 20px auto;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}
.fs-c-button--addToCart--list .fs-c-button__label {
	padding: 0 0 0 23px;
	position: relative;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    color: #c40000;
}
.fs-c-productListItem__salesPeriodNotice {
	background: #c40000;	
}
.fs-c-productListItem__control {
	margin: 0 .5rem;
}



@media only screen and (max-width: 980px) {
    /* ==========================
     商品一覧パーツ（システムパーツ） 
    ============================*/
    .fs-c-button--plain {
        font-size: 1.4rem;
    }
	.fs-c-button--addToCart--list::before {
        background-size: 18px auto;
        width: 18px;
        height: 18px;
	}
    .fs-c-button--addToCart--list .fs-c-button__label {
	    padding: 0px 0 0 20px;
    }

    .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
        font-size: 2.2rem;
    }
	.fs-c-productListItem__productName,
    .fs-c-productList__list__item {
        margin: 1rem .5rem;
    }
}

/* ==========================
 検索パーツ（システムパーツ） 
============================*/
.fs-p-productSearch {
	border: none;
}
.fs-p-productSearch__formSwitch {
    width: 150px;
    padding: 1rem 2rem;
    text-align: center;
    font-weight: bold;
}
.fs-c-button--secondary {
    width: 200px;
    background: #037969;
}

@media only screen and (max-width: 520px) {
	.fs-p-productSearch__searchButtonContainer.fs-c-buttonContainer {
		padding: 3rem 0 1rem 0;
	}
}

/* =================================
 pagetop
================================= */
.pagetop {
	position: fixed;
	width: 56px;
	height: 56px;
	right: 2.4%;
	bottom: 12%;
	background: rgba(0,0,0,0.4);
	border-radius: 4px;
	z-index: 200;
}

.pagetop a {
	width: 56px;
	height: 56px;
	border-radius: 28px;
	color:#FFF;
	display: block;
	text-decoration: none;
	position: relative;
}

.pagetop span {
	display: block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: 18px;
	left: 21px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.pagetop a:after {
	display: block;
	content: "TOP";
	font-size: 11px;
	letter-spacing: 1px;
	position: absolute;
	right: 17px;
	top: 26px;
}
@media only screen and (max-width: 520px) {
    .pagetop {
      width: 50px;
      height: 50px;
      right: 10px;
      bottom: 16px;
      background: rgba(0,0,0,0.6);
      border-radius: 4px;
      margin: 0;
      padding: 0;
      z-index: 100;
    }
    .pagetop a {
      color: #FFF;
      width: 50px;
      height: 50px;
      border-radius: 4px;
      display: block;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      position: relative;
      border: 1px solid #ccc;
    }
    .pagetop span {
      display: block;
      width: 12px;
      height: 12px;
      border-top: 3px solid #FFF;
      border-right: 3px solid #FFF;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      top: 15px;
      left: 18px;
      padding: 0;
    }
    .pagetop a::after {
      color: #FFF;
      text-indent: 100%;
      white-space: nowrap;
      display: inline-block;
      content: "TOP";
      font-size: 11px;
      letter-spacing: 1px;
      position: absolute;
      right: 37px;
      bottom: 5px;
      width: 50px;
      text-align: center;
    }
}




/* ==========================
 シンプル：ナビゲーションパーツ
============================*/
.s_header_wrap {
	text-align: center;
	border-bottom: 1px solid #cdcdcd;
}

.s_header_wrap .logo img {
	max-width: 220px;
}

@media only screen and (max-width: 960px) {
    .s_header_wrap .logo {
        width: auto;
		margin: .8rem auto;
    }	
    .s_header_wrap .logo img {
        max-width: 180px;
    }	
}


/* ==========================
 追尾ボタン：カート
============================*/
.carttop {
  position: fixed;
  width: 90px;
  height: 80px;
  right: 0;
  bottom: 30%;
  text-align: center;
  z-index: 10000;
}
.carttop a {
  width: 90px;
  height: 80px;
  font-weight: 700;
  color: #FFF;
  display: block;
  border-radius: 6px 0 0 6px;
  position: relative;
  box-sizing: border-box;
  font-size: 11px;
  padding: 56px 0 0 0;
  background: rgba(3,121 ,106, 0.9);
  transition: .3s;
  text-decoration: none;
}
.carttop a:hover {
  background: rgba(3,121 ,106, 0.7);	
}

.carttop span:first-child {
  background: url(../img/icon/icon_cart_w.png) no-repeat top center;
    background-size: 30px auto;
    padding: 32px 0 0 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 16px;
    left: 9px;
    font-size: 12px;
    font-weight: bold;
}

@media only screen and (max-width: 520px) {
    .carttop {
      position: fixed;
      width: 68px;
      height: 64px;
      right: 0;
      bottom: 75px;
      text-align: center;
      z-index: 1;
    }
  .carttop a {
    width: 68px;
    height: 64px;
    color: #FFF;
    display: block;
    border-radius: 12px 0 0 12px;
    position: relative;
    padding: 30px 0 0 0;
    box-sizing: border-box;
    font-size: 12px;
    background: rgba(3,121 ,106, 0.9);
    line-height: 1.3;
  }
  .carttop span:first-child {
    background: url(../img/icon/icon_cart_w.png) no-repeat top center;
    background-size: 20px auto;
    padding: 28px 0 0 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 13px;
    left: 6px;
    font-size: 10px;
    font-weight: bold;
  }
}


/* ==========================
　TOPなど：雑誌一覧 SP 
============================*/
.pu_pagelist_wrap {
	padding: 3rem 0 4rem;
}
.pu_pagelist_wrap .title_d01_pu {
	margin: 0 4% 2rem;
	align-items: center;
	-webkit-align-items: center;
	padding-bottom: .7rem;
}
.title_d01_pu h2 span {
	font-size: 1.3rem;
	font-weight: 600;
	padding: 5px 10px;
	background: #282828;
	color: #FFF;
	display: inline-block;
	letter-spacing: 1px;
	margin-left: 1rem;
}
.title_d01_pu p {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}
.pu_pagelist_wrap .title_d01_pu {
	border-bottom: 1px solid #808080;
}
.pu_pagelist {
	width: 100%;
	overflow-x: scroll;
	padding: 0 4% 1rem;
	flex-wrap: unset;
	-webkit-flex-wrap: unset;
}

.pu_pagelist li {
	margin-right: 1.4rem;
	flex-shrink: 0;
}
.pu_pagelist li:last-child {
	margin-right: 0;	
}

.pu_pagelist a {
	padding: 16px;
	border: 1px solid #CCC;
	display: block;
	min-height: 80px;
	width: 150px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.pu_pagelist a img {
	margin: 0 auto;
	width: 100%;
}


@media only screen and (max-width: 960px) {
    .pu_pagelist_wrap.cont_sp {
        display: block !important;
    }
}

@media only screen and (max-width: 520px) {
    .title_d01_pu p {
        font-size: 2.8rem;
    }
}



/* ==========================
　#footer
============================*/
/***** layout ******/
#footer {
	background-color: #efece2;
	padding: 4rem 0 0;
}


#footer .ft_wrap {
  	max-width: 1200px;
  	margin: 0 auto;
	box-sizing: unset;
	position: relative;
}

.footer_wrap01 {
    padding: 0 4%;	
}

@media only screen and (max-width: 960px) {
  #footer .ft_wrap {
    	width: 100%;
    	margin: 0 auto;
	  	box-sizing: border-box;
  }
  .footer_wrap01 {
      padding: 0;	
  }
}

@media only screen and (min-width: 961px) {
  /***** menu:acd ******/
.acd_btn_01 {
    pointer-events: none;
}
  .acd_btn_01 + ul {
      display: block!important;
  }
}


.ft_subbox {
	align-items: center;
	-webkit-align-items: center;
}

.ft_side {
  	width: 300px;
  	display: flex;
  	display: -webkit-flex;
}
.sns_wrap {
	width: calc(100% - 300px);
}
.icon_link_list {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.icon_link_list li {
  margin: 0 0 0 1rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/***** SNS ******/
.icon_link_list a {
  display: block;
  width: 50px;
  height: 50px;
}

.icon_link_list a:hover {
	opacity: .8;		
}
.i_line a {
  background: url(../img/icon/icon_line.png) no-repeat center;
  background-size: 30px auto;
}
.i_twitter a {
  background: url(../img/icon/icon_twitter.png) no-repeat center;
  background-size: 30px auto;
}
.i_insta a {
  background: url(../img/icon/icon_insta.png) no-repeat center;
  background-size: 30px auto;
}
.i_facebook a {
  background: url(../img/icon/icon_facebook.png) no-repeat center;
  background-size: 30px auto;
}

.i_youtube a {
  background: url(../img/icon/icon_youtube.png) no-repeat center;
  background-size: 30px auto;
}

@media only screen and (max-width: 960px) {
  .ft_side,
  .sns_wrap {
    justify-content: center;
	-webkit-justify-content: center;
  }
	.sns_wrap {
		width: 100%;
	}	
	
  .ft_subbox.ft_wrap {
    padding: 0;
    display: inherit;
  }
  .ft_side {
    width: 100%;
	  margin-bottom: 1.5rem;
  }
  .ft_side .logo_box {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
	.icon_link_list {
	  	margin-left: 0;
		margin-bottom: 3rem;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.icon_link_list li:first-child {
		margin-left: 0;
	}
}

/***** logo ******/
.ft_container {
  	display: flex;
  	display: -webkit-flex;
	padding: 1.8rem 0;
}

.ft_logo_box {
  	background-color: #fff;
    box-shadow: 0 0 5px 0 #e3e1dc;
}

.ft_side .logo_box {
  color: inherit;
  font-weight: inherit;
  text-align: inherit;
  line-height: 0;
  margin: 0;
  width: 220px;
  display: flex;
  align-items: center;
}

.logo_box img {
	width: 100%;
}
.ft_logo_box .logo_box a {
	display: block;
	width: 100%;
}
.ft_container .logo_box {
  	text-align: center;
  	margin: 20px;
	width: 120px;
	display: flex;
	align-items: center;
  	display: -webkit-flex;
  	-webkit-align-items: center;
  	-webkit-justify-content: center;
	justify-content: center;
}


.logobox_tit {
  display: inline-block;
  font-size: 1.5rem;
  background-color: #282828;
  text-align: center;
  padding: 3px 8px;
  color: #fff;
	position: absolute;
	top: -10px;
}

@media only screen and (max-width: 960px) {
  .ft_container .logo_box {
    margin: 1.5rem 1rem 0;
  }
}

@media only screen and (max-width: 520px) {
    .icon_link_list a:hover {
        opacity: 1;		
    }
	
    .ft_logo_box {
        box-shadow: 0 0 8px 0 #e3e1dc;
    }

	#footer .ft_logo_box .ft_wrap {
		padding: 0;
	}
	
	.ft_container {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding: 3.6rem 4% 1.2rem;
	}	
  .ft_logo_box .logo_box {
    margin: 0 auto 2rem;
    width: 50%;
	max-width: 200px;
  }
  .ft_logo_box .logo_box a {
	  width: 84%;
	  max-width: 120px;
	}
}


/***** footer-sub ******/
.sublink-list {
	display: flex;	
  	display: -webkit-flex;
  	-webkit-flex-wrap: wrap;
  	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 3.6rem 0;
	
}
.sublink-list li {
  	display: inline-block;
  	letter-spacing: normal;
 	line-height: 1;
	padding: 0 1.5rem;
}
.sublink-list li a {
  	font-size: 1.4rem;
	color: #252525;
}
.sublink-list li a:focus, .sublink-list li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
    .sub_link_wrap {
      padding: 20px 0;
      text-align: center;
    }
    .sublink-list li {
      padding-left: 16px;
      padding-right: 16px;
      line-height: 2;
      border: none;
    }
    .sublink-list li a {
      font-size: 1.5rem;
    }
}

@media only screen and (max-width: 520px) {
    .sublink-list {
		padding: 3.6rem 0 2.4rem;
    }	
    .sublink-list li {
        padding: 0 1.5rem 1.5rem;
    }
}

/***** copyright ******/
.copyright {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background-color: #292929;
}
	
.footer__copy {
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}

@media only screen and (max-width: 960px) {
    .footer__copy {
      margin-top: 5px;
  }
}
	
/***** footer-category ******/
#footer .menu_category {
  padding: 40px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 960px) {
    #footer .menu_category {
      padding: 1rem 0 5rem;
      display: flex;
      flex-wrap: wrap;
    }

}


/***** menu:category ******/
.menu_title_1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
  padding: 0 0 1.6rem 0;
  border-bottom: 1px solid #252525;
}

.menu_category.ft_wrap p {
  margin: 0;
  padding: 0 0 20px 0;
}
.menu_category .menu_box {
  width: 17%;
	margin-bottom: 4rem;
	margin-right: 3%;
}
.menu_category .menu_box:nth-child(5n) {
	margin-right: 0;	
}

.menu_category .menu_box input {
  display: none;
}
.menu_category.ft_wrap .menu_box ul {
  margin: 0;
  list-style: none;
}
.menu_category.ft_wrap .menu_box ul li {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.menu_category.ft_wrap .copyright {
  width: 100%;
  padding: 20px 0 0 0;
}

.menu_box li {
	position: relative;
	padding-left: 1.4rem;
}
.menu_box li:before {
   position: absolute;
    top: 7px;
	left: 0;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    transform: rotate(135deg);
}
.menu_category a {
 	color: #252525;
  text-decoration: none;
}
.menu_category li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
    .menu_title_1 {
        margin: 0;
        padding: 0;
        border-bottom: none;
    }
	
    .menu_category .menu_box {
      	width: 100%;
		margin-bottom: 0;
		margin-right: 0;
    }
	.menu_box li:before {
    	top: 0;
		bottom: 0;
	}
}

@media only screen and (max-width: 960px) {
  .menu_title_1 {
    margin: 0;
    padding: 0;
  }
  .menu_category.ft_wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .menu_category.ft_wrap .menu_box:first-child {
    border-top: 1px solid #808080;
  }
  .menu_category.ft_wrap .menu_box {
    width: 100%;
  }
	.menu_category.ft_wrap .menu_box.menu_other .menu_title_1,
	.menu_category.ft_wrap .menu_box ul {
		display: none;
	}
	.menu_category.ft_wrap .menu_box.menu_other ul {
		display: block;
	}
  
	.menu_category.ft_wrap .menu_box.menu_other a {
		padding: 1.2em;
		font-weight: 700;
	}
		
    .menu_category.ft_wrap .menu_box ul li a {
      display: block;
      padding: 1.2em 5%;
      border-bottom: 1px solid #808080;
    }
	.menu_category.ft_wrap .menu_box ul li {
		padding: 0;
		margin: 0;
		font-size: 1.5rem;
		position: relative;
	}
    .menu_box li:before {
        width: 8px;
        height: 8px;
        border-top: 2px solid #252525;
        border-left: 2px solid #252525;
        transform: rotate(135deg);
        left: 95%;
    }

	.menu_title_1 {
    	padding: 1.2em 1.4em;
    	display: block;
    	border-bottom: 1px solid #808080;
		position: relative;
  }
  .acd_icon::after,	
  .acd_icon::before {
      content: "";
      position: absolute;
      right: 4%;
      top: 27px;
      width: 20px;
      height: 2px;
      background-color: #252525;
      transition: all 0.3s;
   }
  .acd_btn_01{
      pointer-events: all;
  }
  .acd_icon::after{
      transform: rotate(90deg);
  }
  .open .acd_icon::after{
      transform: rotate(0deg);
  }
}

	
@media only screen and (max-width: 520px) {
    .menu_box li:before {
        left: 94%;
    }
}



/* ==========================
　haeder_txt
============================*/
.header_textlink01 {
    background: #f4f4f4;
    font-size: 1.3rem;
    border-bottom: 1px solid #cdcdcd;
}
.header_textlink01 > p {
    margin: 0 auto;
    max-width: 1200px;
    display: block;
    padding: 0 1rem;
	color: #808080;
}
.header_textlink01 a {
    color: #808080;
	position: relative;
	padding: .8rem 3rem .8rem 1rem;
	display: inline-block;
}
.header_textlink01 a.arw_r:before {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	right: 0;
}

@media only screen and (max-width: 520px) {
    .header_textlink01 {
      	font-size: 1.1rem;
		padding: 0;
    }
	.header_textlink01 > p {
		padding: 0;
	}	
	.header_textlink01 a {
		padding: .8rem 2rem .8rem 1rem;
		display: block;		
		width: 100%;
	}
	.header_textlink01 a.arw_r:before {
		border-top: 1px solid #808080;
		border-left: 1px solid #808080;
		right: 10px;
	}
}


/* ==========================
　amazon_banner
============================*/
.bnr_area_01 {
	margin: 2rem auto;
	text-align: center;
}
.bnr_area_01 img {
	margin: 0 auto;
}