@media (max-width: 1100px) {
#p-category ul{
  display: block;
}
#p-category ul li{
  width: 100%;
  padding-bottom: 30px;
}
#p-category ul li p{
  font-size: 1em;
}  
}    

/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
ol, ul {
  list-style: none;
}
li {
  display: inline-block;
  display: inline;  
  zoom: 1;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
h1{
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  color: #000d24;
}
h2{
  font-weight: 300;
  font-size: 1.8em;
  margin-bottom: 15px;
  text-align: center;
  color: #000d24;
}
h2.ttl_h2{
  font-weight: 600;
  margin-bottom: 20px;
}
h3{
  font-size: 2em;
  text-align: center;
}
.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #444;
  font-weight: 600;
  font-size: 15px;
}
h4{
  font-size: 1.5em;
  font-weight: 300;
}
h5{
  background-color: #f5f5f5 ;
  padding: 10px 20px;
  font-weight:  bold;
}
h6 {
 padding: 0.5rem 0.7rem 0.6rem 0.7rem;
  color: #fff;
  font-size: 1.2em;
  background: #ff6347;
}
@media (max-width: 768px) {
h2{
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 15px;
}  
h2.ttl_h2 span{
  font-size: 1.4rem;
}
}
img {
  max-width: 100%;
}
.clear {
  clear: both;
}
.for-sp {
  display: none;
}
@media (max-width: 768px) {
.for-pc {
  display: none;
}
.for-sp {
  display: block;
}
}

q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/* font size */
* {font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; 
}
body {
  font-size: 14px;
} 
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
table {
  font: 100%;
  font-size: inherit;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  *font-size: 108%;
}

/* 詳しくこちら */
.more-btn {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.7em 1.3em;
  font-weight: 500;
  font-size: 15px;
  transition: .4s;
  color: #4e4e4e;
  text-align: center;
  text-decoration: none;
  background-color: #ffce00;
}
a.more-btn  {
  color: #000f23;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.more-btn:hover {
  opacity: 0.5;
}

/* common */
body {
  color: #0a162c;
  background-color: #fff;
  
font-family: "TsukuGoPr5-R","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","游ゴシック体","游ゴシック Medium","YuGothic M’edium","游ゴシック","YuGothic","メイリオ", sans-serif; 
}
a {
  color: #000f23;
  text-decoration: none;
}
a[target="_blank"]:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}
input[type="text"],
textarea,
select {
  border: 1px solid #888;
}
p {
  letter-spacing: 0.05em;
  text-align: justify;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/63/icons16.png);
  background-repeat: no-repeat;
  content: "";
}
  .icon_myaccount:before,
  .ie_icon_myaccount {
    background-position: left -96px;
  }
  .icon_regist:before,
  .ie_icon_regist {
    background-position: left -192px;
  }
  .icon_login:before,
  .ie_icon_login {
    background-position: left -224px;
  }
  .icon_logout:before,
  .ie_icon_logout {
    background-position: left -208px;
  }
  .icon_search:before,
  .ie_icon_search {
    background-position: left -16px;
  }
  .icon_viewcart:before,
  .ie_icon_viewcart {
    background-position: left -0px;
  }
  .icon_sort:before,
  .ie_icon_sort {
    background-position: left -112px;
  }
  .icon_prev:before,
  .ie_icon_prev {
    margin-right: 0;
    background-position: left -32px;
  }
  .icon_next:before,
  .ie_icon_next {
    float: right;
    margin-right: 0;
    background-position: right -48px;
  }
  .icon_prev_dis:before,
  .ie_icon_prev_dis {
    margin-right: 0;
    background-position: left -64px;
  }
  .icon_next_dis:before,
  .ie_icon_next_dis {
    float: right;
    margin-right: 0;
    background-position: right -80px;
  }
  .icon_lst:before,
  .ie_icon_lst {
    margin-right: 0;
    background-position: left -176px;
  }
    .footer_lst .icon_lst:before,
    .footer_lst .ie_icon_lst {
      margin-left: -16px;
    }
  .icon_down:before,
  .ie_icon_down {
    display: none;
  }
  .icon_category_lst:before,
  .ie_icon_category_lst {
    background-position: left -128px;
  }
  .icon_review:before,
  .ie_icon_review {
    background-position: left -240px;
  }
  .icon_review_post:before,
  .ie_icon_review_post {
    background-position: left -256px;
  }

/* layout */
.layout_wrapper {
  width: 100%;
}
.layout_container{
  margin: 0 auto;
  width: 100%;
}
.layout_footer {
  width: 70%;
  text-align: center;
  line-height: 2;
  margin: auto;
  margin-top: 60px;
}
@media (max-width: 1024px) {
.layout_wrapper {
  padding-top: 50px;
}
.layout_container,
.layout_footer {
  width: 95%;
}
}

/* header
------------------------------------------------------------*/

header {
  background: #fff;
  display : block;
  position: fixed;
  z-index : 99999;
  top: 0;
  left: 0;
  width : 100%;
}
header .inner{
  width: 93.7%;
  padding: 20px 0 0;
  margin: auto;
}
.header_logo {
  width: 180px;
  display: inline-block;
}
header ul {
  display: flex; 
}
header ul.nav_menu {
  display: flex; 
  padding: 10px 0 0 60px;
}
header ul.nav_menu li a{
  font-size: 16px;
  margin: 0 5px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header ul.nav_menu li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ffa400;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: .5s;
}
header ul.nav_menu li a:hover::after {
  width: 100%;
}
ul.account_cart_pc {
  position: absolute;
  top: 20px;
  right: 260px;
  font-size: 13px;
}
ul.account_cart_pc li{
  margin: 0 5px;
}
.search_unit {
  display: flex;
  right: 0;
  top: -15px;
  position:relative;
  font-size: 13px;
  text-align: right;
}
.search_unit p{
  position: absolute;
  top: 3px;
  right: 185px;
}
@media screen and (max-width: 1024px) { 
header{
  display: none;
}
}

/*　検索フォーム　*/

.s-keyword {
  display: flex;
  position: fixed;
  top: 33px;
  left: 230px;
  z-index: 100002;
}
.s-keyword  p{
  background: #ffd200;
  padding: 0 15px;
  margin-right: 5px;
  font-weight: 400;
  font-size: 0.7em;
  color: #fff;
} 
.s-keyword  li a:hover{
  text-decoration: underline;
}  
.l-header-search {
  margin-left: auto;
  z-index: 100001;
}
.l-header-search__box {
  box-sizing: border-box;
  width: 180px;
}
.l-header-search__btn {
  box-sizing: border-box;
  padding: 0;
  width: 60px;
  height: 60px;
  border: 0;
  background: none;
}
.l-header-search__btn img {
  width: 18px;
}
.l-header-search__input {
  flex: 1;
}
.l-header-search__input input {
  box-sizing: border-box;
  padding-right: 50px;
  padding-left: 15px;
  width: 100%;
  height: 25px;
  border-radius: 2px;
  border: 2px solid #ccc;
  -webkit-appearance: none;
}
.l-header-search__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}
.l-header-search__submit img {
  width: 18px;
}
.l-header-search__close,.l-header-search__btn {
  display: none;
}
.l-header-search__form {
  position: relative;
  flex: 1;
  margin: 0;
}
@media screen and (max-width: 1024px) {
.l-header-search__input input {
  height: 45px;
  }
.l-header-search__close,.l-header-search__btn {
  display: block;
}
.l-header-search {
  top: 0;
  left: 0;
}  
.header-search li{
  z-index: 900;
}  
.l-header-search {
  width: 100%;
}
.l-header-search__box {
  display: flex;
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
}
.l-header-search__btn {
  width: 50px;
  height: 50px;
}
.menu ul li .s-keyword {
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.menu ul li .s-keyword a {
  display:inline-block;
  border-bottom: none;
  padding: 15px 0 0 0;
}
.menu ul li .s-keyword a:hover {
  background: none;
}
.sp-header .midashi{
color: #858585;
    background-color: #f2f2f2;
      padding: 1.5em;
}
.sp-header .s-keyword {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}
.sp-header .s-keyword  p{
  padding: 3px 15px;
  font-size: 1em;
} 
}
.sp-header{   
  display:none;
} 
@media (max-width: 1024px) {  
.sp-header{   
  display : block;
  position: fixed;
  z-index : 99999;
  top: 0;
  left: 0;
  width : 100%;
  height: 35px;
  position: fixed;
  height: 50px;
  background-color: #fff;
} 
.sp-header .l-header-search__box {
  width: 80%;
  margin: 1.5em auto;
} 
}
.header_logo_smh{
  width: auto;
  height : 33px;
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 0;
  display: block;
  z-index: 100000;
}
@media (max-width: 375px) { 
.header_logo_smh{
  height : 28px;
  top: 12px;
}
}
.menu ul {
  display: block;
  margin-top: 76px;
  height: calc(100vh - 48px);
  width: 80%;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 100px;
  overflow-y: scroll;
  }
.menu ul li a {
  display:block;
  font-weight:bold;
  padding: 1.5em;
  border-bottom: 1px solid #CCC;
  color:#333;
  text-decoration:none;
}
.menu ul li a:hover {
  background :#ddd;
}
.menu{
  position: fixed;
  z-index : 99998;
  top  : 0;
  left : 0;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: all 0.4s;
  border-top: none;
}
.sp-header .line_up {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.sp-header .line_up a {
  font-size: 0.7em;
  padding: 1.5em;
  width: 50%;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
}
.sp-header .line_up a:nth-child(2n-1){
  border-right: 1px solid #CCC;
}

/*OPEN時の動き*/
.menu.open {
 -webkit-transform: translateX(0%);
  transform: translateX(20%);
}
.Toggle {
  display : block;
  position: fixed;
  z-index : 99999;
  right : 13px;
  top   : 7px;
  width : 33px;
  height: 33px;
  cursor: pointer;
  text-align: center;
}
.Toggle span {
  display : block;
  position: absolute;
  width   : 25px;
  height  : 2px ;
  left    : 4.7px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.Toggle span:nth-child(1) {
    top:9px;
}
.Toggle span:nth-child(2) {
    top: 17px;
}
.Toggle span:nth-child(3) {
    top: 25px;
}
.Toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.account_cart {
  display: flex;
  position: absolute;
  right: 45px;
  top: 16px;
  z-index: 100000;
}
.account_cart li {
  margin-right: 7px;
}
.account_cart .fa-shopping-cart{
  font-size: 25px;
}
.fa-user {
  font-size: 12px;
}
.account_cart .fa-user {
  font-size: 19px;
}

/* footer
------------------------------------------------------------*/

.footer_nav {
  border-top: 1px solid #eee;
  padding: 20px 0 30px 0;
  width: 100%;
  margin:auto;
  display: flex;
  justify-content: space-between;
}
.footer_nav ul{
  width: 30%;
}
.footer_nav ul:first-child{
  width: 15%;
}
.footer_nav ul:nth-child(2){
  width: 25%;
}
.footer_nav span {
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 15px;
  margin-left: 15px;
}
ul.follow-me ul{
  width: 100%;
  display: flex;
}
.follow-me li {
  width: 100%;
  padding-right: 5px;
}
.follow-me li a::before {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  height: 26px; /* Button height */
  line-height: 26px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 26px; /* Button width */
}
.follow-me li a:hover::before {
  opacity: 0.7;
}
.follow-me li a[href*="facebook.com"]::before       { background-color: #3b5998; content: "\f09a"; }
.follow-me li a[href*="instagram.com"]::before      { background-color: #125688; content: "\f16d"; }
.follow-me li a[href*="twitter.com"]::before        { background-color: black; content: "X"; }
.portal_site {
  text-align: left;
}
.portal_site {
  text-align: left;
}
.portal_site img {
  height: 70px;
}
.footer_nav ul.footer_menu{
  display: flex;
  flex-wrap: wrap;
}
.footer_nav ul.footer_menu li{
  width: 50%;
}
@media screen and (max-width: 1100px) {
.footer_nav {
  width: 768px;
}
}  
@media screen and (max-width: 768px) {  
.footer_nav {
  width: 100%;
  border-top: none;
  padding:30px 0 15px 0;
  display: block;
}
.footer_nav ul,
.footer_nav ul:nth-child(2){
  width: 100%;
}  
.footer_nav ul:first-child {
  width: 50%;
  margin: auto;
  padding-bottom: 30px;
}  
.footer_nav span {
  text-align: center;
  margin-left: 0;
  font-weight: 400;
}
.follow-me {
  margin-bottom: 30px;
}
.follow-me li {
  width: 33%;
}
.portal_site {
  text-align: center;
}
.portal_site img {
  height: auto;
}
.footer_nav ul.footer_menu{
  margin: 15px 0;
}
.footer_nav ul.footer_menu li{
  margin: 5px 0;
  width: 100%;
}
}

section .inner{
  width: 92%;
  margin: auto;
  padding: 20px 0;
}
@media (max-width: 1100px) {
section .inner{
  width:100%;
}
}

/* topicpath */
.topicpath_nav {
  font-size: 15px;
}
.topicpath_nav ul{
  margin: 5px 0;
}
.topicpath_nav li {
  display: inline;
  margin-right: .2em;
}
.topicpath_nav li a {
  margin-left: .2em;
  color: #444;
  text-decoration: none;
}
.topicpath_nav li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
.topicpath_nav {
  font-size: 0.8em;
}
}

/* prduct list */
.prd_lst {
  display: flex;
  flex-wrap: wrap;
}
.prd_lst_unit {
  margin-bottom: 25px;
  margin-left: 2.083%;
  word-break: break-all;
  vertical-align:top;
}
  .prd_lst_unit_s {
    width: 22.5%;
    text-align: center;
  }
  .prd_lst_unit_m {
    width: 47%;
    box-sizing: border-box;
    position: relative;
  }
  .prd_lst_unit a {
    text-decoration: none;
  }
  .prd_lst_img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .prd_lst_span {
    display: block;
    margin: 10px 0;
  }

  .prd_lst_name a{
  text-decoration: none;
  }

.prd_lst_name {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0;
  text-align: justify;
}
.prd_lst_exp {
  font-weight: 600;
  font-size: 12px;
  margin-top: 30px;
  text-align: justify;
}
.prd_lst_price,
.prd_lst_soldout {
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}
  .prd_lst_regular {
    color: #666;
    text-decoration: line-through;
  }
  .prd_lst_none {
    clear: both;
    text-align: center;
    font-size: 123.076%;
    line-height: 16;
  }
.prd_lst_s{
  width: 100%;
}
.prd_lst_sort {
  float: right;
  margin: 20px 0;
}
  .prd_lst_sort a {
    color: #444;
  }
  .prd_lst_pager {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
  }
@media (max-width: 768px) {
  .prd_lst_pager {
    font-size: 0.8em;
  }
}
  .prd_lst_pager ul {
    position: relative;
    left: 50%;
    float: left;
  }
  .prd_lst_pager li {
    position: relative;
    left: -50%;
    float: left;
  }
  .prd_lst_pager .prd_lst_pager_prev,
  .prd_lst_pager .prd_lst_pager_next {
    padding: .5em 0;
    width: 7.2em;
  }
  .prd_lst_pager .prd_lst_pager_next {
    text-align: right;
  }
  .icon_prev_dis,
  .icon_next_dis {
    display: block;
    color: #aaa;
  }
  .prd_lst_pager a {
    color: #444;
    text-decoration: none;
  }
  .prd_lst_pager a:hover {
    text-decoration: underline;
  }
.prd_lst_pos b {
  font-size: 160%;
}
@media (max-width: 768px) {
.prd_lst_unit_s {
  width: 47%;
}  
}

/* list */
.def_lst {
  border-top: 1px solid #eee;
}
.def_lst_dt {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: bold;
  float: left;
  clear: both;
  width: 30%;
  word-break: break-all;
  font-size: 1em;
  line-height: 27px;
}
.def_lst_dd {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 35%;
  border-bottom: 1px solid #eee;
  font-size: 1.1em;
  line-height: 27px;
}
.def_lst_dd img {
  max-width: 100%;
}

/* product option */
.product_option_table {
  margin: 3em 0;
}
.product_option_table table {
  width: 100%;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
}
.product_option_table th,
.product_option_table td {
  padding: .8em .5em;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.product_option_table th {
  text-align: center;
}
.product_option_table td {
  vertical-align: top;
  text-align: center;
}

/*--------------------------------------
  コンテンツ・カテゴリ表示
--------------------------------------*/
.border-top {
  border-top: 2px solid #ecebeb;
}
ul.contents {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #ecebeb;
  padding: 10px 0;
  margin: auto;
}
ul.mango{
  width: 30%;
}
ul.contents li{
  width: 33%;
  box-sizing: border-box;  
  border-right: 1px solid #ecebeb;
}
ul.contents li.mango{
  width: 100%;
  border-right: none;
}
ul.contents li p{
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  line-height: 90px;
}
.contents li:last-child{
  border-right: none;
}
.contents_s {
   display: flex;
  padding: 0 10px;
  height: 90px;
}
.contents_s img{
  width: 90px;
  margin: 0 10px;
}

@media (max-width: 1024px) {
ul.contents {
  display: block;
  width: 100%;
  padding: 0;
  border-bottom: none;
}
ul.mango{
  width: 100%;
}
ul.contents li{
  display: block;
  width: 100%;
  border-right: none;
  padding: 10px 0;
  border-bottom: 1px solid #ecebeb;
}
.border-bottom li:last-child{
  border-bottom: 2px solid #ecebeb;
}
}    

/*--------------------------------------
  レビュー
--------------------------------------*/
.p-review-title {
  margin: 30px 0;
  color: #00952f;
}
.p-review {
  padding-bottom: 30px;
}
.lp .p-review {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.p-review article{
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 3px solid #00952f;
  background-color: #fff;
  display: flex;
  color: #212121;
  text-decoration: none;
  padding: 20px 0;
  margin: 15px 0;
  align-items: center;
}
.lp .p-review article{
  width: 100%;
  margin: 7.5px;
}
.p-review img {
  max-width:  170px;
  border-radius: 100%;
  padding: 0 15px;
}
.p-review .body {
  padding: 0 15px;
}
.p-review .head {
  margin-bottom: 10px;
}
.p-review .title {
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.p-review .name {
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 15px;
}
.p-review .star {
  color:#eee;
  margin-right: 5px;
}
.p-review .star02 {
  color:#f90;
}
.p-review .day {
  color:#000;
  font-size: 0.7em;
}
.p-review .text{
  font-size: 0.9em;
  line-height: 21px;
  letter-spacing: 0.05em;
}

@media (max-width: 613px) {
.p-review article{
  display: block;
}
.p-review img {
  padding: 10px 0;
  display: block;
  margin: auto;
}
}

/* レビュー　*/
.review {
 font-size: 0.9em;
 line-height: 1.5;
}
.review h6 {
  width: 80%;
  margin: auto;
  margin-bottom: 25px;
}
.review table {
  width: 80%;
  border-bottom: 1px solid #eee;
  margin: auto;
}
.review table td{
　width: 100%;
}
.review table td img{
  min-width: 100px;
}
.review table td a{
  font-weight: bold;
  font-size: 10px;
}
.review table th{
　width: 100%;
  text-align: left;
  padding: 10px 10px 13px 10px;
}
.review span {
  display: block;
  font-size: 0.8em;
  color: black;
  margin-top: 10px;
  margin-bottom: -10px;
}
.review p {
  color : #ff6347;
}
.review a {
  margin: auto;
  padding-top: 15px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
.review img{
  margin: auto;
}
.review h6 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  padding: 0.6em 0;
}
.review table {
  width: 100%;
}
.review .bnr {
  width: 100%;
}
}

/*--------------------------------------
  フリーページ
--------------------------------------*/

ul.freepage {
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative; 
  text-align: center;
  box-sizing: border-box; 
}
.bg_top, .bg_bottom {
  width: 1100px;
  margin: auto;
}
ul.freepage li{
  width: 47%;
  margin: 30px 0;
}
.freepage h3, .freepage-noimage h3{
  color: #fff;
  top: -131px;
  position: absolute; 
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.freepage h3 span{
  display: block;
  font-size: 0.6em;
  margin-top: 50px;
  font-weight: 600;
  font-family:"MS Pゴシック",sans-serif;
}
.freepage h4{
  margin: 15px 0;
}
.freepage p{
  line-height: 22px;
  letter-spacing: 0.05px;
}
@media (max-width: 1100px) {
ul.freepage, .bg_top, .bg_bottom {
  width: 940px;
}
.freepage h3, .freepage-noimage h3{
  top: -113px;
}
}
@media (max-width:965px) {
ul.freepage, .bg_top, .bg_bottom {
  width: 805px;
}
.freepage h3, .freepage-noimage h3{
  top: -100px;
}
}
@media (max-width: 830px) {
ul.freepage {
  display: block;
  width: 670px;
  padding: 0 20px;
}
.bg_top, .bg_bottom {
  width: 670px;
}
ul.freepage li{
  width: 100%;
  margin: 0;
  padding: 15px 0;
}
.freepage h3, .freepage-noimage h3{
  top: -87px;
  left: 0;
  right: 0;
}
}
@media (max-width: 768px) {
.freepage h3, .freepage-noimage h3{
  top: -100px;
}
}
@media (max-width: 695px) {
ul.freepage, .bg_top, .bg_bottom  {
  width: 535px;
}
.freepage h3, .freepage-noimage h3{
  top: -85px;
}
}
@media (max-width: 560px) {
ul.freepage, .bg_top, .bg_bottom  {
  width: 400px;
}
.freepage h3, .freepage-noimage h3{
  top: -60px;
  font-size: 1.4em;
}
}
@media (max-width: 500px) {
ul.freepage, .bg_top, .bg_bottom  {
  width: 350px;
}
.freepage h3, .freepage-noimage h3{
  top: -55px;
}
}
@media (max-width: 375px) {
ul.freepage, .bg_top, .bg_bottom  {
  width: 290px;
}
.freepage h3, .freepage-noimage h3{
  top: -45px;
  font-size: 1.1em;
}
.freepage h3 span{
  margin-top: 30px;
}
}

/* freepageMenu */
.freepageMenu ul {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  box-sizing: border-box;
  margin-top: 15px;
  padding: 15px 60px 0 60px;
  border-top: 1px solid #ccc;
}
.freepageMenu ul li{
  font-size: 1.2em;
  padding: 15px;
}
.freepageMenu ul li i{
  margin-left: 7px;
}
.freepageMenu ul li a:hover{
  opacity: 0.5;
}
@media (max-width: 1000px) {
.freepageMenu ul {
  width: 90%;
  padding: 15px 30px 0 30px;
}  
}
@media (max-width: 560px) {
.freepageMenu ul li{
  font-size: 1em;
  padding: 10px;
}
}
@media (max-width: 375px) {
.freepageMenu ul li{
  font-size: 0.8em;
  padding: 10px 5px;
}
}

#sistershop{
  margin: 10px 0 0 0;
  font-size: 12px;
  text-align: left;
}
#sistershop a{
  display: inline;
}

/* 240405 プライバシーマーク調節 */
.footer_nav {
  align-items: start;
}
.footer_nav ul.footer_menu li {
  padding-bottom: 15px;
}
.follow-me span {
  margin-left: 0;
}
.p_mark {
  text-align: left;
  margin-top: 25px;
}
.p_mark img {
  width: 50%; 
}
@media (max-width: 768px) {
.p_mark {
  text-align: center;
  }
}
@media (min-width: 1024px) {
.layout_container{
  padding-top: 100px;
}
}

/* 240811 トップへ戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
}
.pagetop a {
    display: block;
    background-color: #000f23;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* 240920 SOLD OUT表示 */
span.prd_lst_soldout.prd_lst_span {
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  font-size: 1.8em;
  position: absolute;
  top: 0px;
  text-align: center;
  margin: 0;
  pointer-events: none;
}
.prd_lst_unit_s {
  position: relative;
}
.prd_lst_soldout {
  font-weight: 600;
  color: #fff;
  line-height: 300px;
}

/* 20240113 SOLD OUT修正 */
li{
  position: relative;
}