@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap");
*, :after, :before {
  box-sizing: border-box
}
ol[class], ul[class] {
  padding: 0
}
blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, ol[class], p, ul[class] {
  margin: 0
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5
}
ol[class], ul[class] {
  list-style: none
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}
article, aside, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section {
  display: block
}
nav ul {
  list-style: none
}
article>*+* {
  margin-top: 1em
}
button, input, select, textarea {
  font: inherit
}
.clr {
  *zoom: 1
}
.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: .1em;
  line-height: 0
}
blockquote, q {
  quotes: none;
  margin: 0
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
li, ol, ul {
  margin: 0;
  padding: 0;
  list-style: none
}
a img, img {
  border: none;
  vertical-align: bottom
}
a, dd, dt, p, p a {
  color: #333;
  text-decoration: none
}
a:hover {
  opacity: 0.5;
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
address {
  font-style: normal
}
img {
  max-width: 100%;
  height: auto;
  width: 100%
}
html {
  font-size: 100%;
  font-style: inherit;
  font-family: inherit;
  font-weight: inherit;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  font: 13px/1.8 Noto Sans JP, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  *font-size: small;
  *font: x-small;
  margin: 0;
  padding: 0
}
p {
  letter-spacing: .05rem
}
a {
  color: #e3e3e3;
  display: block;
  transition: opacity .2s ease 0s
}
a:focus {
  outline: none
}
button, input[type=email], input[type=submit], input[type=tel], input[type=text], select, textarea {
  -webkit-appearance: none;
  border-radius: 0
}
button, input[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
#wrapper, body, html {
  width: 100%;
  height: 100%
}
body.home #main {
  display: flex;
  flex-direction: row-reverse
}
body.home #main .content {
  width: calc(100% - 290px)
}
body.home #main .side {
  width: 290px
}
body.page #header .desc {
  width: 290px;
  color: #333;
  text-align: center;
  letter-spacing: .05rem;
  font-weight: 900;
  line-height: 1.5;
  font-size: 13px;
  left: 0;
  padding: 0 1%;
  margin: 15px auto;
  box-sizing: border-box
}
body.page #header .desc span {
  display: block
}
body.page #header .logo {
  display: block;
  position: absolute;
  top: 68px;
  left: 50px;
  width: 180px;
  height: 150px;
  margin: 0 auto;
  background: url(../../assets/images/logo_pottepotte.svg) no-repeat 50%/cover
}
body.page #header.fixed .desc {
  left: 1.5%;
  width: auto;
  padding: 0;
  margin: 10px 0 0
}
body.page #header.fixed .logo {
  position: static;
  width: 170px;
  height: 50px;
  margin: 22px 0 0;
  background: url(../../assets/images/logo_mark_bk.svg) no-repeat 50%/contain
}
body.page #main {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 90px;
  *zoom: 1
}
body.page #main:after, body.page #main:before {
  content: "";
  display: table
}
body.page #main:after {
  clear: both
}
body.page #main .content {
  width: calc(100% - 290px);
  float: right
}
body.page #main .side {
  position: relative;
  z-index: 101;
  width: 290px;
  float: left;
  margin-top: -120px;
  padding: 265px 2% 100px
}
body.page #main .side .side_sticky {
  top: 35px
}
.wrap {
  position: relative;
  max-width: 900px;
  padding-left: 4%;
  padding-right: 4%;
  margin: 0 auto;
  *zoom: 1
}
.wrap:after, .wrap:before {
  content: "";
  display: table
}
.wrap:after {
  clear: both
}
.grid {
  display: flex;
  justify-content: space-between;
  align-items: top
}
#loading, .grid .col12 {
  width: 100%
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  background: #f7f7f7
}
#loading img {
  max-width: 150px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 102;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.gallery {
  display: flex;
  flex-wrap: wrap
}
.gallery .inner {
  width: 33.333333%
}
.gallery .inner:nth-child(3n), .gallery .inner:nth-child(3n+2) {
  border-left: 1px solid #e3e3e3
}
.gallery .inner a {
  color: #333;
  position: relative
}
.gallery .inner a:hover {
  opacity: 1
}
.gallery .inner a:hover .tmb_flame>img {
  opacity: .5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(2px);
  filter: blur(2px)
}
.c-soldout {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.c-soldout__base {
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, .7)
}
.c-soldout__outline {
  width: 160px;
  height: 40px;
  border-radius: 5px;
  border: 3px solid #333;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.c-soldout__outline:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: 52px;
  margin-left: -4px
}
.c-soldout__outline:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 0;
  border-top: 2px dotted #333;
  border-right: 2px dotted #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  bottom: 22px;
  margin-left: -15px
}
.c-soldout__text {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 40px;
  line-height: 32px;
  text-align: center;
  letter-spacing: .1rem;
  text-indent: .1rem
}
.c-soldout2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.c-soldout2__base {
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, .7)
}
.c-soldout2__outline {
  width: 160px;
  height: 40px;
  border-radius: 5px;
  border: 3px solid #333;
  box-sizing: border-box;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.c-soldout2__outline:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: 52px;
  margin-left: -4px
}
.c-soldout2__outline:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 0;
  border-top: 2px dotted #333;
  border-right: 2px dotted #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  bottom: 22px;
  margin-left: -15px
}
.c-soldout2__text {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 40px;
  line-height: 32px;
  text-align: center;
  letter-spacing: .1rem;
  text-indent: .1rem
}
.c-soldout3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.c-soldout3__base {
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, .7)
}
.c-soldout3__outline {
  width: 160px;
  height: 40px;
  border-radius: 5px;
  border: 3px solid #333;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-8deg);
  transform: translate(-50%, -50%) rotate(-8deg)
}
.c-soldout3__outline:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -4px
}
.c-soldout3__text {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 40px;
  line-height: 32px;
  text-align: center;
  letter-spacing: .1rem;
  text-indent: .8rem
}
.c-soldout4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.c-soldout4__base {
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, .7)
}
.c-soldout4__outline {
  width: 160px;
  height: 40px;
  border-radius: 5px;
  border: 3px solid #333;
  box-sizing: border-box;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-8deg);
  transform: translate(-50%, -50%) rotate(-8deg)
}
.c-soldout4__outline:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -4px
}
.c-soldout4__text {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 40px;
  line-height: 32px;
  text-align: center;
  letter-spacing: .1rem;
  text-indent: .8rem
}
.c-soldout5 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.c-soldout5__base {
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, .7)
}
.c-soldout5__outline {
  width: 160px;
  height: 40px;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.c-soldout5__text {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 40px;
  line-height: 32px;
  text-align: center;
  letter-spacing: .1rem;
  text-indent: .1rem
}
.c-soldout6 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}
.c-soldout6__base {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6)
}
.c-soldout6__outline {
  width: 160px;
  height: 40px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  box-sizing: border-box;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.c-soldout6__text {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: 40px;
  line-height: 32px;
  text-align: center;
  letter-spacing: .1rem;
  text-indent: .1rem
}
.tmb_flame {
  position: relative;
  overflow: hidden
}
.tmb_flame>img {
  transition: all .2s ease
}
.meta_new {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0
}
.meta_new img {
  width: 57px
}
.ico_buy {
  position: absolute;
  top: 15px;
  left: 0;
  margin: 0
}
.ico_buy img {
  width: 109px
}
.meta_tax {
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 10px;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: .05rem;
  padding: 7px 11px 7px 22px;
  margin: 0 11px 0 0;
  background: #fff
}
.meta_tax:after {
  content: "";
  display: block;
  width: 11px;
  height: 25px;
  background: url(../../assets/images/bg_tag_after.png) no-repeat 0 0/cover;
  position: absolute;
  top: 0;
  left: 100%
}
.gallery_txt {
  position: relative;
  padding: 15% 3%;
  background: #fff
}
.gallery_txt time {
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: .1rem;
  font-weight: 700
}
.gallery_txt h3 {
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .08rem;
  font-weight: 400
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  box-sizing: border-box;
  transition: top .3s ease 0s
}
#header .inner {
  padding: 0 1.5%;
  margin: 0 auto;
  box-sizing: border-box
}
#header.fixed {
  position: fixed;
  opacity: 0;
  top: -100px;
  background: #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1)
}
#header.fixed.is_up {
  transition: top .3s ease 0s, opacity 1s ease 0s
}
#header.fixed .logo {
  display: block
}
#header.fixed .nav_cart {
  margin: 29px 5% 0 0
}
#header.fixed .gnav {
  margin: 27px 3% 0 0
}
#header.is_main {
  display: block;
  opacity: 1;
  top: 0
}
.logo {
  display: none;
  color: #000;
  float: left;
  position: relative;
  z-index: 101;
  width: 200px;
  height: 50px;
  line-height: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 22px 0 0;
  background: url(../../assets/images/logo_mark_bk.svg) no-repeat 50%/contain
}
.logo a {
  display: block;
  height: 100%
}
.hnav {
  cursor: pointer;
  position: absolute;
  top: 25px;
  left: 3%;
  z-index: 2;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px)
}
.hnav img {
  width: 30px
}
.desc {
  position: absolute;
  top: 0;
  left: 2%;
  color: #333;
  font-weight: 900;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .05rem;
  margin: 10px 0 0
}
footer {
  position: relative;
  padding: 50px 0 45px;
  background: url(../../assets/images/bg_footer.jpg) no-repeat top/cover
}
.footer_nav {
  margin: 0 auto
}
.footer_nav ul {
  display: flex;
  justify-content: center
}
.footer_nav ul li {
  position: relative;
  line-height: 1;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: .2rem;
  margin: 0
}
.footer_nav ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0
}
.footer_nav ul li a {
  color: #fff;
  padding: 0 30px
}
.footer_nav ul li:first-child:after {
  display: none
}
.footer_logo {
  text-align: center;
  margin: 60px auto 0
}
.footer_logo h3 {
  color: #fff;
  font-size: 12px;
  font-size: .75rem;
  text-align: center;
  letter-spacing: .2rem;
  padding: 0 0 0 .2rem;
  margin: 0 auto
}
.footer_logo p {
  color: #fff;
  max-width: 200px;
  text-align: center;
  margin: 25px auto 0
}
.footer_sns ul {
  display: flex;
  justify-content: center;
  margin: 45px auto 0
}
.footer_sns ul li {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 10px
}
.copy, .footer_sns ul li a {
  color: #fff
}
.copy {
  font-size: 11px;
  font-size: .6875rem;
  text-align: center;
  letter-spacing: .1rem;
  padding: 0 0 0 .1rem;
  margin: 10px auto 0
}
#toTop {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .2s ease-out 0s
}
#toTop a {
  width: 65px
}
#toTop.is_active {
  opacity: 1
}
.btn_follow {
  width: 38px;
  height: 228px;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 102;
  padding: 130px 0 0 2px;
  background: url(../../assets/images/img_follow@2x.png) no-repeat 0 0/contain;
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px)
}
.btn_follow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.btn_follow ul li {
  line-height: 1;
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 6px 0 0
}
.btn_follow ul li a {
  color: #333
}
.btn_follow_sp {
  display: none;
  position: relative;
  width: 90%;
  max-width: 400px;
  height: 42px;
  position: fixed;
  top: inherit;
  left: 50%;
  bottom: 0;
  z-index: 1001;
  -webkit-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
  padding: 0;
  border-radius: 25px 25px 0 0;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
  background: #e3e3e3;
  transition: all .2s ease 0s
}
.btn_follow_sp>* {
  width: 50%
}
.btn_follow_sp.is_active {
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}
.btn_follow_sp:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 50%
}
.btn_follow_sp .inner_left {
  background: url(../../assets/images/img_follow_sp@2x.png) no-repeat 18%/60px auto
}
.btn_follow_sp .inner_left ul {
  display: flex;
  margin: 0 0 0 50%
}
.btn_follow_sp .inner_left ul li {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 5px
}
.btn_follow_sp .inner_left ul li a {
  color: #333
}
.btn_follow_sp .inner_left ul li a i {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px)
}
.btn_follow_sp .inner_right {
  text-align: center
}
.btn_follow_sp .inner_right a {
  margin: 10px auto 0
}
.btn_follow_sp .inner_right img {
  max-width: 120px;
  margin: 0 auto
}
.side {
  padding: 30px 2% 100px;
  box-sizing: border-box;
  background: #e3e3e3
}
.side h2 {
  line-height: 1;
  font-size: 13px;
  font-size: .8125rem;
  letter-spacing: .05rem;
  text-align: center;
  font-style: italic;
  padding: 5px 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333
}
.side_sticky {
  position: sticky;
  top: 120px
}
.side_items {
  margin: 35px auto 0
}
.side_items h3 {
  line-height: 1;
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: .15rem;
  font-weight: 700;
  padding: 0 0 15px;
  margin: 35px 0 20px
}
.side_items h3 a {
  color: #333
}
.side_items h3 i {
  display: inline-block;
  font-style: normal;
  margin: 0 10px 0 0
}
.side_items h3 span {
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-size: .625rem;
  letter-spacing: .05rem;
  text-align: center;
  padding: 3px 10px 4px;
  margin: 10px 0 0;
  background: #333
}
.side_items h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0
}
.side_items ul {
  margin: 0 8% 30px
}
.side_items ul li {
  font-size: 13px;
  font-size: .8125rem;
  letter-spacing: .05rem;
  margin: 0 0 10px
}
.side_items ul li a {
  color: #333
}
.side_other {
  background: url(../../assets/images/i_dots.png) repeat-x 0 0
}
.side_other ul {
  padding: 22px 0 18px
}
.side_other ul li {
  font-size: 13px;
  font-size: .8125rem;
  letter-spacing: .05rem;
  margin: 0 0 10px
}
.side_other ul li a {
  color: #333;
  font-weight: 900
}
.ico {
  width: 28px;
  text-align: center;
  vertical-align: sub;
  margin: 0 10px 0 0
}
.ico, .ico:after {
  display: inline-block
}
.ico:after {
  content: ""
}
.ico.__lesson:after {
  width: 22px;
  height: 23px;
  background: url(../../assets/images/i_lesson.svg) no-repeat 0 0/cover
}
.ico.__uwabaki:after {
  width: 15px;
  height: 25.5px;
  background: url(../../assets/images/i_uwabaki.svg) no-repeat 0 0/cover
}
.ico.__taisou:after {
  width: 22px;
  height: 20px;
  background: url(../../assets/images/i_taisou.svg) no-repeat 0 0/cover
}
.ico.__bento:after {
  width: 21px;
  height: 16.5px;
  background: url(../../assets/images/i_bento.svg) no-repeat 0 0/cover
}
.ico.__lancheonmat:after {
  width: 27px;
  height: 19px;
  background: url(../../assets/images/i_lancheonmat.svg) no-repeat 0 0/cover
}
.ico.__cup:after {
  width: 22px;
  height: 15px;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  background: url(../../assets/images/ico-cup.svg) no-repeat 0 0/cover
}
.ico.__kinchaku:after {
  width: 21px;
  height: 18px;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  background: url(../../assets/images/ico-kinchaku.svg) no-repeat 0 0/cover
}
.ico.__zukin:after {
  width: 21px;
  height: 17px;
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
  background: url(../../assets/images/ico-zukin.svg) no-repeat 0 0/cover
}
.ico.__smock:after {
  width: 25px;
  height: 19px;
  background: url(../../assets/images/i_smock.svg) no-repeat 0 0/cover
}
.ico.__school:after {
  width: 15px;
  height: 26px;
  background: url(../../assets/images/i_school.svg) no-repeat 0 0/cover
}
.ico.__mask:after {
  width: 28px;
  height: 16px;
  background: url(../../assets/images/i_mask.svg) no-repeat 0 0/cover
}
.ico.__number:after {
  width: 21px;
  height: 19px;
  background: url(../../assets/images/i_number.svg) no-repeat 0 0/cover
}
.ico.__pianica:after {
  width: 24px;
  height: 21px;
  background: url(../../assets/images/i_pianica.svg) no-repeat 0 0/cover
}
.ico.__zabuton:after {
  width: 20px;
  height: 26px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background: url(../../assets/images/i_zabuton.svg) no-repeat 0 0/cover
}
.ico.__futo:after {
  width: 23px;
  height: 19px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  background: url(../../assets/images/ico-futo.svg) no-repeat 0 0/cover
}
.ico.__pocket:after {
  width: 22px;
  height: 21px;
  background: url(../../assets/images/ico-pocket.svg) no-repeat 0 0/cover
}
.ico.__topics:after {
  width: 14px;
  height: 19px;
  background: url(../../assets/images/i_topics.svg) no-repeat 0 0/cover
}
.ico.__motikomi:after {
  width: 29px;
  height: 16px;
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  background: url(../../assets/images/ico-motikomi.svg) no-repeat 0 0/cover
}
.ico.__kiji:after {
  width: 38px;
  height: 23px;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  background: url(../../assets/images/ico-kiji.png) no-repeat 0 0/cover
}
.ico.__example:after {
  width: 16px;
  height: 15px;
  background: url(../../assets/images/i_example.svg) no-repeat 0 0/cover
}
.ico.__stock:after {
  width: 17px;
  height: 20px;
  background: url(../../assets/images/i_stock.svg) no-repeat 0 0/cover
}
.ico.__concept:after {
  width: 14px;
  height: 17px;
  background: url(../../assets/images/i_concept.svg) no-repeat 0 0/cover
}
.ico.__guide:after {
  width: 15px;
  height: 19px;
  background: url(../../assets/images/i_guide.svg) no-repeat 0 0/cover
}
.ico.__contact:after {
  width: 18px;
  height: 11px;
  background: url(../../assets/images/i_contact.svg) no-repeat 0 0/cover
}
.ico.__zabubou:after {
  width: 28px;
  height: 16px;
  background: url(../../assets/images/i_zabu_bou.svg) no-repeat 0 0/cover
}
.side_cat h3 {
  line-height: 1;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  font-style: italic;
  padding: 0 0 18px;
  margin: 0 0 15px
}
.side_cat h3 span {
  font-style: normal
}
.side_cat h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0
}
.side_cat ul {
  margin: 0 0 45px
}
.side_cat ul.children {
  margin: 0
}
.side_cat ul li {
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.3
}
.side_cat ul li a {
  color: #333
}
.side_recently {
  margin: 50px 0 0
}
.side_recently h3 {
  line-height: 1;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  font-style: italic;
  padding: 0 0 18px;
  margin: 0 0 15px
}
.side_recently h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0
}
.side_recently ul {
  margin: 20px 0 0
}
.side_recently ul>li {
  font-size: 14px;
  font-size: .875rem;
  line-height: 2;
  margin: 0 0 30px
}
.side_recently ul>li a {
  color: #333
}
.side_recently ul>li a ul {
  margin: 0
}
.side_recently ul>li a ul li {
  line-height: 1;
  display: inline-block;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: .05rem;
  font-weight: 900;
  padding: 3px 0;
  margin: 0
}
.side_recently ul>li a ul li:nth-child(2) {
  color: #333;
  position: relative;
  font-size: 10px;
  font-size: .625rem;
  font-weight: 500;
  text-align: center;
  padding: 3px 9px 3px 15px;
  margin: 0 0 0 8px;
  background: #fff
}
.side_recently ul>li a ul li:nth-child(2):after {
  content: "";
  display: block;
  width: 6px;
  height: 16px;
  background: url(../../assets/images/bg_tag_after.png) no-repeat 0 0/cover;
  position: absolute;
  top: 0;
  left: 100%
}
.side_recently ul>li p {
  font-size: 12px;
  font-size: .75rem;
  text-align: justify
}
.side_archive {
  margin: 50px 0
}
.side_archive h3 {
  line-height: 1;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  font-style: italic;
  padding: 0 0 18px;
  margin: 0 0 15px
}
.side_archive h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0
}
.side_archive select {
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  font-size: .875rem;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  border: none;
  background: #fff
}
.nav_cart {
  float: right;
  margin: 35px 5% 0 0
}
.nav_cart img {
  width: 18px
}
.gnav {
  position: relative;
  z-index: 2;
  float: right;
  width: 400px;
  margin: 35px 45px 0 0
}
.gnav>ul {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.gnav>ul>li {
  position: relative;
  text-align: right;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  letter-spacing: .1rem;
  padding: 0 0 0 .1rem
}
.gnav>ul>li.current-nav>a:after {
  width: 100%
}
.gnav>ul>li>a {
  color: #000;
  position: relative;
  padding: 0 0 15px
}
.gnav>ul>li>a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 100;
  width: 0;
  height: 1px;
  background: #000;
  transition: all .3s ease 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.gnav>ul>li>a:hover {
  opacity: 1
}
.gnav>ul>li>a:hover:after {
  width: 100%
}
.gnav>ul>li span {
  position: relative;
  display: block
}
ul.gnav_sub {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 501;
  width: 200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px 20px 10px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1)
}
ul.gnav_sub>li {
  font-size: 11px;
  font-size: .6875rem;
  text-align: left;
  margin: 0 0 12px
}
ul.gnav_sub>li a {
  color: #000
}
ul.gnav_sub:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  z-index: 502;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 9px 12px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
#offcanvas {
  width: 95%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all .3s ease;
  padding: 50px 5% 0;
  background: #e3e3e3
}
#offcanvas .side_items ul {
  display: flex;
  flex-wrap: wrap
}
#offcanvas .side_items ul li {
  width: 50%
}
#offcanvas.is_active, #offcanvas.is_active #i_close {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
#offcanvas.is_active #i_close {
  opacity: 1
}
#i_close {
  display: block;
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 1;
  -webkit-transform: translateX(50px);
  transform: translateX(50px)
}
#i_close img {
  width: 26px
}
.btn._about {
  color: #fff;
  overflow: hidden;
  position: relative;
  max-width: 295px;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .05rem;
  text-align: center;
  padding: 20px 2%;
  border: 1px solid #fff;
  box-sizing: border-box;
  transition: all .3s
}
.btn._about:hover {
  color: #003c66;
  opacity: 1
}
.btn._about:hover:before {
  width: 150%;
  height: 100%
}
.btn._about:hover:after {
  background: url(../../assets/images/i_arrow_bl.svg) no-repeat 50%/cover
}
.btn._about:before {
  width: 0;
  transition: all .3s;
  content: "";
  position: absolute;
  height: 100%;
  left: -35%;
  top: 0;
  z-index: -1;
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
  transition-duration: .5s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background: #fff
}
.btn._about:after {
  content: "";
  display: block;
  width: 7px;
  height: 9px;
  background: url(../../assets/images/i_arrow_wh.svg) no-repeat 50%/cover;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.btn._topics {
  color: #333;
  position: relative;
  overflow: hidden;
  max-width: 295px;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .05rem;
  text-align: center;
  padding: 20px 0 20px .05rem;
  margin: 70px auto 0;
  border: 1px solid #e3e3e3;
  box-sizing: border-box
}
.btn._topics:hover {
  color: #fff;
  opacity: 1
}
.btn._topics:hover:before {
  width: 150%;
  height: 100%
}
.btn._topics:hover:after {
  background: url(../../assets/images/i_arrow_wh.svg) no-repeat 50%/cover
}
.btn._topics:before {
  width: 0;
  transition: all .3s;
  content: "";
  position: absolute;
  height: 100%;
  left: -35%;
  top: 0;
  z-index: -1;
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
  transition-duration: .5s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background: #e3e3e3
}
.btn._topics:after {
  content: "";
  display: block;
  width: 7px;
  height: 9px;
  background: url(../../assets/images/i_arrow_bk.svg) no-repeat 50%/cover;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.btn._more {
  color: #333;
  position: relative;
  line-height: 1;
  max-width: 225px;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .05rem;
  text-align: center;
  margin: 30px 0 0
}
.btn._more span {
  display: block;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  padding: 15px 0 15px .05rem
}
.btn._more:hover {
  opacity: 1
}
.btn._more i:after {
  content: "";
  display: block;
  width: 7px;
  height: 9px;
  background: url(../../assets/images/i_arrow_bk.svg) no-repeat 50%/cover;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.btn._more_wh {
  color: #fff;
  position: relative;
  line-height: 1;
  max-width: 225px;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .05rem;
  text-align: center;
  margin: 30px 0 0
}
.btn._more_wh span {
  display: block;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 15px 0 15px .05rem
}
.btn._more_wh:hover {
  opacity: 1
}
.btn._more_wh i:after {
  content: "";
  display: block;
  width: 7px;
  height: 9px;
  background: url(../../assets/images/i_arrow_wh.svg) no-repeat 50%/cover;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.btn._recruit {
  color: #333;
  position: relative;
  line-height: 1;
  max-width: 225px;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .05rem;
  text-align: center;
  margin: 20px 0 0;
  box-sizing: bordeer-box;
  padding: 15px 0 15px .05rem;
  background: #fff
}
.btn._recruit:hover {
  opacity: 1
}
.btn._recruit:hover i:after {
  background: url(../../assets/images/i_arrow_wh.svg) no-repeat 50%/cover
}
.btn._recruit i:after {
  content: "";
  display: block;
  width: 7px;
  height: 9px;
  background: url(../../assets/images/i_arrow_bk.svg) no-repeat 50%/cover;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.breadcrumb {
  padding: 5px 2%;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  *zoom: 1
}
.breadcrumb:after, .breadcrumb:before {
  content: "";
  display: table
}
.breadcrumb:after {
  clear: both
}
.breadcrumb .inner li {
  color: #6d7278;
  display: inline-flex;
  line-height: 1;
  white-space: nowrap;
  font-size: 12px;
  font-size: .75rem;
  padding: 8px 0
}
.breadcrumb .inner li:after {
  float: right;
  content: ">";
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 0 0 12px
}
.breadcrumb .inner li:last-child:after {
  display: none
}
.breadcrumb .inner li a {
  color: #333;
  text-decoration: underline
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat
}
@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal
}
.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}
.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -25px
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}
.slick-prev:before {
  content: "←"
}
[dir=rtl] .slick-prev:before {
  content: "→"
}
.slick-next {
  right: -25px
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}
.slick-next:before {
  content: "→"
}
[dir=rtl] .slick-next:before {
  content: "←"
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0
}
.slick-dots li, .slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list, .slick-slider {
  position: relative;
  display: block
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.infomation {
  margin: 50px auto 0
}
.infomation h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: .2rem;
  text-align: center;
  padding: 0 0 0 .2rem;
  margin: 0 auto
}
.infomation h3 {
  color: #555;
  position: relative;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .15rem;
  text-indent: .25rem;
  padding: 6px 0 10px .6rem;
  margin: 50px 0 0
}
.infomation h3:before {
  width: 4px;
  height: 100%;
  border-left: 4px solid #1ea0c3;
  top: 0
}
.infomation h3:after, .infomation h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0
}
.infomation h3:after {
  width: 100%;
  height: 4px;
  border-bottom: 3px dashed #a1a1a1;
  bottom: 0
}
.infomation h4 {
  color: #555;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .05rem;
  padding: 0 0 .5rem .2rem;
  margin: 30px 0 0;
  line-height: 1.2
}
.infomation h4:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #a1a1a1;
  position: absolute;
  bottom: 0;
  left: 0
}
.infomation p {
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .08rem;
  text-align: justify;
  margin: 30px auto
}
.infomation p:last-child {
  margin: 30px auto 0
}
.infomation p a {
  color: #0091ff;
  display: inline-block;
  text-decoration: underline
}
.infomation figure {
  text-align: center;
  margin: 30px auto
}
.infomation figure img {
  margin: 0 auto
}
.widget {
  padding: 65px 0;
  border-top: 1px solid #e3e3e3
}
.widget .grid-4 {
  margin: 20px auto 0
}
.widget .inner>p {
  font-size: 12px;
  font-size: .75rem;
  text-align: center;
  margin: 35px auto 0
}
.widget .inner>p a {
  text-decoration: underline
}
.grid-4 {
  margin: 20px auto 0;
  display: flex
}
.grid-4>* {
  width: 25%
}
.meta_product {
  position: relative;
  padding: 130px 5% 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3
}
.meta_product h3 {
  color: #333;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .05rem
}
.meta_product_inner {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 90%
}
.meta_cat {
  color: #6d7278;
  font-size: 12px;
  font-size: .75rem
}
.meta_price {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  font-style: italic
}
.meta_price span {
  display: inline-block;
  font-style: normal;
  margin: 0 0 0 3px
}
.slider-carousel-nav {
  padding: 0 5%;
  margin: 2% auto 0;
  box-sizing: border-box
}
.slider-carousel-nav .slick-slide {
  cursor: pointer;
  margin: 0 5px 0 0;
  border: 1px solid #fff;
  background: #fff;
  box-sizing: border-box
}
.slider-carousel-nav .slick-slide:last-child {
  margin: 0
}
.slider-carousel-nav .slick-slide.slick-current {
  opacity: .5
}
.slider-carousel-nav .slick-slide.slick-current img {
  border: 2px solid #a1a1a1
}
.slider-carousel-nav .slick-list {
  margin: 0 -.5% 0 0
}
.slick-next, .slick-prev {
  width: auto
}
.slick-next {
  right: 1%
}
.slick-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  text-align: center;
  background: url(../../assets/images/i_next.svg) no-repeat 50%/cover
}
.slick-prev {
  left: 1%
}
.slick-prev:before {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  text-align: center;
  background: url(../../assets/images/i_prev.svg) no-repeat 50%/cover
}
.heading_page {
  position: relative;
  width: 100%;
  padding: 80px 0;
  border-bottom: 1px solid #e3e3e3
}
.heading_page .inner {
  width: 96%;
  margin: 0 auto
}
.heading_page .inner h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: .4rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto
}
.heading_page .inner h2 i:after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin: 0 18px 0 0
}
.heading_page .inner h2 i.__product:after {
  width: 29px;
  height: 31px;
  background: url(../../assets/images/i_product.svg) no-repeat 0 0/cover
}
.heading_page .inner h2 i.__topics:after {
  width: 25px;
  height: 33px;
  background: url(../../assets/images/i_topics.svg) no-repeat 0 0/cover
}
.heading_page .inner h2 i.__example:after {
  width: 28px;
  height: 25px;
  background: url(../../assets/images/i_example.svg) no-repeat 0 0/cover
}
.heading_page .inner h2 i.__stock:after {
  width: 30px;
  height: 35px;
  background: url(../../assets/images/i_stock.svg) no-repeat 0 0/cover
}
.heading_page .inner h2 i.__concept:after {
  width: 29px;
  height: 35px;
  background: url(../../assets/images/i_concept.svg) no-repeat 0 0/cover
}
.heading_page .inner h2 i.__guide:after {
  width: 30px;
  height: 35px;
  background: url(../../assets/images/i_guide.svg) no-repeat 0 0/cover
}
.heading_page .inner h2 i.__contact:after {
  width: 34px;
  height: 19px;
  vertical-align: baseline;
  background: url(../../assets/images/i_contact.svg) no-repeat 0 0/cover
}
.heading_page .inner p {
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: .08rem;
  font-weight: 500;
  text-align: center;
  padding: 0 0 0 .1rem;
  margin: 15px auto 0
}
.heading_page .inner p a {
  color: #0091ff;
  display: inline-block;
  text-decoration: underline
}
.pagination {
  display: block;
  text-align: center;
  padding: 50px 0;
  margin: 0 auto;
  border-top: 1px solid #e3e3e3
}
.pagination .i_next, .pagination .i_prev {
  font-style: italic;
  text-decoration: underline;
  margin: 0 2%
}
.pagination a, .pagination span {
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .05rem;
  padding: 2px 0;
  text-align: center
}
.pagination a.inactive, .pagination span.inactive {
  padding: 2px 5px;
  margin: 0 5px;
  box-sizing: border-box
}
.pagination a.current, .pagination span.current {
  color: #b7b7b7;
  padding: 2px 5px;
  margin: 0 5px
}
.post_topics>ul {
  margin: 45px 0 20px
}
.post_topics>ul li {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1rem;
  display: inline-block;
  padding: 2px 0
}
.post_topics>ul li:nth-child(2) {
  color: #333;
  font-size: 11px;
  font-size: .6875rem;
  text-align: center;
  padding: 2px 15px;
  margin: 0 0 0 10px;
  background: #eee
}
.post_topics h1, .post_topics h2 {
  line-height: 1.5;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: .15rem;
  font-weight: 700;
  margin: 0 0 20px
}
.post_content p {
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  text-align: justify;
  margin: 30px auto
}
.post_content p a {
  color: #0091ff;
  display: inline-block;
  text-decoration: underline
}
.post_content p img {
  margin: 0 auto
}
.post_content figure {
  text-align: center;
  margin: 40px auto
}
.post_content figure img {
  margin: 0 auto
}
.post_content figcaption {
  font-size: 12px;
  font-size: .75rem;
  text-align: center;
  margin: 10px auto 0
}
.post_content h2 {
  font-size: 20px;
  font-size: 1.25rem
}
.post_content h2, .post_content h3 {
  padding: 0 0 0 10px;
  margin: 60px 0 -10px;
  border-left: 2px solid #333;
  box-sizing: border-box
}
.post_content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .1rem
}
.post_content ul {
  margin: 35px 0 0
}
.post_content ul li {
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  list-style: disc;
  margin-left: 1.5em
}
.sns {
  text-align: center;
  margin: 45px auto 0
}
.sns ul {
  display: flex;
  justify-content: center
}
.sns ul li {
  margin: 0 10px 0 0
}
.sns ul li:first-child {
  -webkit-transform: translateY(2px);
  transform: translateY(2px)
}
.pager {
  max-width: 900px;
  padding: 0 4%;
  margin: 65px auto 100px
}
.pager ul {
  display: flex;
  justify-content: space-between
}
.pager li {
  color: #008e66;
  width: 33.333%;
  list-style: none;
  font-size: 14px;
  font-size: .875rem;
  text-align: center
}
.pager li.toPrev {
  text-align: left
}
.pager li.toNext {
  text-align: right
}
.pager li a {
  color: #333;
  font-weight: 700;
  letter-spacing: .05rem;
  text-decoration: underline;
  box-sizing: border-box
}
.btn_toCart button {
  color: #fff;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  padding: 0 0 0 .1rem;
  margin: 0 auto;
  border-radius: 6px;
  background: #000;
  transition: opacity .3s ease 0s;
  display: block
}
.btn_toCart button:hover {
  opacity: .5
}
.btn_toCart button:after {
  content: "";
  display: block;
  width: 22px;
  height: 21px;
  background: url(../../assets/images/i_cart_wh.svg) no-repeat 0 0/cover;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.btn_toCart p {
  margin: 0 auto
}
.btn_toCart p a {
  color: #fff;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  letter-spacing: .1rem;
  padding: 0 0 0 .1rem;
  margin: 0 auto;
  border-radius: 6px;
  background: #000
}
.btn_toCart ul {
  display: flex;
  justify-content: center;
  margin: 25px auto 0
}
.btn_toCart ul li {
  letter-spacing: .05rem;
  margin: 0 10px
}
.btn_toCart ul li a {
  color: #333;
  text-decoration: underline
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 65px auto 80px
}
.flex_center>* {
  width: 45%
}
.meta_price_single {
  margin: 0 0 20px
}
.meta_price_single dl dt {
  line-height: 1;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  margin: 0
}
.meta_price_single dl dt span {
  position: absolute;
  top: 15px;
  left: 0
}
.meta_price_single dl dd {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  margin: 0 0 0 2.5em
}
.meta_price_single dl dd span {
  font-size: 12px;
  font-size: .75rem
}
.txt_sold {
  font-size: 13px;
  font-size: .8125rem;
  letter-spacing: .05rem;
  font-weight: 700
}
.txt_sold_single {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: .1rem;
  font-weight: 700;
  text-align: center
}
.concept_content {
  padding: 20px 0 50px
}
.concept_content .inner {
  padding: 0 5%;
  box-sizing: border-box;
  background: url(../../assets/images/bg_concept.png) no-repeat center 0/90% auto
}
.concept_content .inner p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  line-height: 2.2;
  text-align: center;
  margin: 60px auto
}
.concept_content .inner img {
  max-width: 220px;
  margin: 0 auto
}
.guide_header {
  padding: 35px 5%;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3
}
.guide_header h2 {
  line-height: 1.5;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: .15rem;
  margin: 20px auto
}
.guide_header h2, .guide_header p {
  color: #333;
  display: block;
  text-align: center
}
.guide_header p {
  line-height: 2;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .1rem;
  margin: 10px auto 15px
}
.guide_content {
  padding: 50px 5% 80px;
  box-sizing: border-box
}
.nav_guide {
  max-width: 562px;
  margin: 50px auto 80px
}
.nav_guide .__inner {
  display: flex;
  justify-content: space-between
}
.nav_guide .inner {
  margin: 0 0 35px
}
.nav_guide .inner h3 {
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1rem;
  margin: 0
}
.nav_guide .inner ul {
  margin: 20px 0 0
}
.nav_guide .inner ul li {
  color: #0091ff;
  white-space: nowrap;
  position: relative;
  margin: 0 0 10px
}
.nav_guide .inner ul li:before {
  content: "・";
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  margin: 0 2px 0 0
}
.nav_guide .inner ul li a {
  color: #0091ff;
  text-decoration: underline
}
.nav_guide>img {
  text-align: center;
  margin: 10px auto 0
}
.ico_bignner {
  display: inline-block;
  vertical-align: sub
}
.ico_bignner:after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background: url(../../assets/images/i_beginners.svg) no-repeat 0 0/cover;
  vertical-align: middle;
  margin: 0 0 0 5px
}
.ttl_guide {
  color: #6d7278;
  line-height: 1;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: .15rem;
  padding: 0 0 15px 5px;
  border-bottom: 2px dashed #6d7278
}
.guide_info {
  max-width: 780px
}
.guide_info, .guide_info .inner {
  margin: 60px auto 0
}
.guide_info .inner h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1rem;
  margin: 20px 0 -5px
}
.guide_info .inner p {
  line-height: 1.6;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .03rem;
  text-align: left;
  margin: 10px auto
}
.guide_info .inner p.fz_s {
  font-size: 12px;
  font-size: .75rem
}
.guide_info .inner p.cl_red {
  color: #e02020
}
.guide_info .inner p a {
  color: #0091ff !important;
  display: inline-block;
  text-decoration: underline
}
.guide_info .inner p span, .guide_info .inner p span a {
  color: #e02020
}
.guide_info .inner>img {
  width: auto
}
.guide_info .inner table {
  width: 100%;
  margin: 20px auto 0
}
.guide_info .inner table a {
  color: #0091ff;
  display: inline-block;
  text-decoration: underline
}
.guide_info .inner table tr td, .guide_info .inner table tr th {
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .05rem;
  font-weight: 500;
  text-align: center;
  padding: 15px 2%;
  border: 1px solid #6d7278;
  box-sizing: border-box
}
.guide_info .inner table tr th {
  background: #ddd
}
.guide_info .inner table tr td {
  width: 20%;
  background: #fff
}
.guide_info .inner table tr td h3 {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  margin: 10px auto 0
}
.guide_info .inner table tr td p.fz_s {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .05rem;
  text-align: justify;
  margin: 5px 3% 10px
}
.guide_info .inner table tr td:first-child {
  width: 12%
}
.guide_info .inner ul {
  margin: 15px auto 0
}
.guide_info .inner ul li {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .05rem;
  margin: 0 0 5px
}
.contact_content {
  padding: 0 0 80px
}
.contact_content .inner {
  padding: 50px 5%
}
.contact_content .inner .row {
  margin: 40px auto 100px
}
.contact_content .inner .row h3 {
  position: relative;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .2rem;
  text-align: center;
  padding: 0 0 18px .2rem;
  margin: 0 auto
}
.contact_content .inner .row h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.contact_content .inner .row>p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  text-align: center;
  margin: 25px auto 0
}
.contact_content .inner .row>p.clr_red {
  position: relative;
  color: #e02020
}
.contact_content .inner .row>p.clr_red:before {
  content: "※";
  display: inline-block;
  width: 1em;
  height: 1em
}
.contact_content .inner .row ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px auto 0
}
.contact_content .inner .row ul li {
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .05rem;
  margin: 0 1% 10px
}
.contact_content .inner .row ul li a {
  color: #0091ff;
  text-decoration: underline
}
.btn_toLine a {
  color: #fff;
  width: 310px;
  height: 78px;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  padding: 14px 5% 0;
  margin: 20px auto;
  background: #00b900;
  border-radius: 5px
}
table.contactForm {
  width: 100%;
  border-collapse: collapse;
  margin: 60px auto 0
}
table.contactForm td, table.contactForm th {
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  padding: 0 0 30px;
  margin: 0
}
table.contactForm th {
  width: 30%;
  vertical-align: top;
  padding-top: 8px
}
table.contactForm th span {
  color: #fff;
  line-hei: 1px;
  font-size: 12px;
  font-size: .75rem;
  display: inline-block;
  padding: 1px 8px;
  margin: 0 0 0 10px;
  border-radius: 2px;
  background: #333
}
table.contactForm td input[type=email], table.contactForm td input[type=tel], table.contactForm td input[type=text], table.contactForm td textarea {
  width: 100%;
  padding: 5px 2%;
  box-sizing: border-box;
  box-shadow: none;
  border: none;
  outline: none;
  background: #f0eeee
}
table.contactForm td textarea {
  max-width: 568px;
  min-height: 250px
}
.wpcf7-list-item.first {
  margin: 0
}
.btn_submit input[type=submit] {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 60px;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  margin: 0 auto;
  background: #333;
  transition: all .3s ease 0s
}
.btn_submit input[type=submit], div.wpcf7-response-output {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  text-align: center
}
div.wpcf7-response-output {
  padding: 35px 2%;
  border: none;
  margin: 0 auto 20px;
  background: #0091ff
}
.notFound .notFound_inner {
  text-align: center;
  padding: 0 5%;
  margin: 80px auto;
  box-sizing: border-box
}
.notFound .notFound_inner .notFound_inner_heading h1 {
  line-height: 1;
  font-size: 145px;
  font-size: 9.0625rem;
  letter-spacing: 1rem;
  padding: 0 0 0 1rem;
  margin: 0 auto
}
.notFound .notFound_inner .notFound_inner_heading p {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .3rem;
  padding: 0 0 0 .3rem;
  margin: 15px auto 0
}
.notFound .notFound_inner .notFound_inner_content {
  margin: 50px auto 0
}
.notFound .notFound_inner .notFound_inner_content h2 {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: .1rem;
  font-weight: 400;
  padding: 0 0 0 .1rem
}
.notFound .notFound_inner .notFound_inner_content p {
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .03rem;
  font-weight: 400;
  padding: 0 0 0 .03rem;
  margin: 20px auto 0
}
.btn._404 {
  color: #fff;
  cursor: pointer;
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  padding: 0 0 0 .1rem;
  margin: 60px auto 0;
  border-radius: 6px;
  background: #1ea0c3;
  transition: opacity .3s ease 0s;
  display: block
}
.telNum img {
  width: auto;
  margin: 15px 0 0
}
.bag_flame.__smockpants .bag_color_base_top {
  width: 85%;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__smockpants .bag_color_base_bottom {
  width: 15%;
  top: 17%;
  right: 31%;
  z-index: 101
}
.ico.__smockpants:after {
  width: 23px;
  height: 21px;
  background: url(../../assets/images/i_smockpants.svg) no-repeat 0 0/cover
}
#simulator {
  padding-top: 45px;
  margin: 45px auto 0;
  border-top: 1px solid #e3e3e3
}
#simulator.wrap {
  max-width: 1135px
}
.ttl_items {
  line-height: 1;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .3rem;
  padding: 0 0 20px .3rem;
  margin: 0 auto
}
.ttl_items:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  bottom: 0
}
.hundle, .ttl_items:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.hundle {
  z-index: 1
}
.hundle i {
  content: "";
  display: block;
  width: 600px;
  height: 600px;
  margin: 0 auto
}
.simulator_bag {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 50px auto 45px
}
.simulator_bag_colLeft {
  position: sticky;
  top: 100px;
  width: 42%
}
.activeFabric_wrap {
  width: 90%;
  padding: 35px 6%;
  margin: 35px auto 50px;
  box-sizing: border-box;
  background: #f7f7f7
}
.activeFabric_wrap h2 {
  color: #333;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .1rem;
  text-align: center;
  padding: 0 0 0 .1rem;
  box-sizing: border-box
}
.activeFabric_wrap ul {
  margin: 20px auto 0
}
.activeFabric_wrap ul li {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .1rem;
  margin: 0 0 5px
}
.activeFabric_wrap ul li span {
  color: #1ea0c3;
  font-weight: 700
}
.product {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  margin: 0
}
.bag_color_base_top {
  position: absolute;
  z-index: 100;
  overflow: hidden
}
.bag_color_base_top img {
  position: absolute;
  top: 0;
  left: 0
}
.bag_color_base_bottom {
  position: absolute;
  z-index: 101;
  overflow: hidden
}
.bag_color_base_bottom img {
  position: absolute;
  top: 0;
  left: 0
}
.bag_flame {
  position: relative;
  overflow: hidden;
  margin: 0 auto
}
.bag_flame>img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 102;
  margin: auto;
  -webkit-transform: scale(1.01);
  transform: scale(1.01)
}
.bag_flame.__bag .hundle {
  top: 5%
}
.bag_flame.__bag .hundle i {
  height: 200px
}
.bag_flame.__bag .bag_color_base_top {
  height: 45%
}
.bag_flame.__bag .bag_color_base_bottom, .bag_flame.__bag .bag_color_base_top {
  width: 115%;
  top: 27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__bag .bag_color_base_bottom {
  z-index: 99
}
.bag_flame.__uwabaki .hundle {
  top: 5%
}
.bag_flame.__uwabaki .hundle i {
  height: 200px
}
.bag_flame.__uwabaki .bag_color_base_top {
  height: 45%
}
.bag_flame.__uwabaki .bag_color_base_bottom, .bag_flame.__uwabaki .bag_color_base_top {
  width: 90%;
  top: 26.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__uwabaki .bag_color_base_bottom {
  z-index: 99
}
.bag_flame.__taisou .hundle {
  top: 5%
}
.bag_flame.__taisou .hundle i {
  height: 200px
}
.bag_flame.__taisou .bag_color_base_top {
  height: 45%
}
.bag_flame.__taisou .bag_color_base_bottom, .bag_flame.__taisou .bag_color_base_top {
  width: 55%;
  top: 27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__taisou .bag_color_base_bottom {
  z-index: 99
}
.bag_flame.__bento>img {
  -webkit-transform: scale(1.01) translateY(-15%);
  transform: scale(1.01) translateY(-15%)
}
.bag_flame.__bento .hundle {
  bottom: inherit;
  top: 29%
}
.bag_flame.__bento .hundle i {
  width: 665px;
  height: 130px
}
.bag_flame.__bento .bag_color_base_top {
  height: 42%
}
.bag_flame.__bento .bag_color_base_bottom, .bag_flame.__bento .bag_color_base_top {
  width: 68%;
  top: 29%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__bento .bag_color_base_bottom {
  height: 50%;
  z-index: 99
}
.bag_flame.__lancheonmat .bag_color_base_top {
  width: 111%;
  height: 37%;
  top: 27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__lancheonmat .bag_color_base_bottom {
  width: 111%;
  top: 27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99
}
.bag_flame.__cup .hundle {
  left: inherit;
  top: 16%;
  right: 68.3%;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.bag_flame.__cup .hundle i {
  width: 150px;
  height: 200px
}
.bag_flame.__cup .bag_color_base_top {
  height: 45%
}
.bag_flame.__cup .bag_color_base_bottom, .bag_flame.__cup .bag_color_base_top {
  width: 55%;
  top: 16%;
  left: 50%;
  -webkit-transform: translateX(-34%);
  transform: translateX(-34%)
}
.bag_flame.__cup .bag_color_base_bottom {
  z-index: 99
}
.bag_flame.__kinchaku .hundle {
  left: inherit;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.bag_flame.__kinchaku .hundle i {
  width: 300px;
  height: 300px
}
.bag_flame.__kinchaku .bag_color_base_top {
  width: 106%;
  top: 3%;
  left: 20.7%;
  -webkit-transform: translate(0);
  transform: translate(0);
  height: 60%
}
.bag_flame.__kinchaku .bag_color_base_bottom {
  width: 106%;
  top: 3%;
  left: 20.7%;
  z-index: 99
}
.bag_flame.__futo .bag_color_base_top {
  height: 25%;
  border-radius: 0 0 20px 20px
}
.bag_flame.__futo .bag_color_base_bottom, .bag_flame.__futo .bag_color_base_top {
  width: 82%;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__futo .bag_color_base_bottom {
  z-index: 99
}
.bag_flame.__zukin .bag_color_base_top {
  width: 90%;
  height: 15%;
  top: 27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__zukin .bag_color_base_bottom {
  width: 100%;
  top: 27%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99
}
.bag_flame.__school .product {
  padding-top: 138%
}
.bag_flame.__school .hundle {
  top: 0
}
.bag_flame.__school .hundle i {
  width: 500px;
  height: 700px
}
.bag_flame.__school .bag_color_base_top {
  width: 54%;
  height: 19%;
  top: 59.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__school .bag_color_base_bottom {
  width: 120%;
  top: 59.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99
}
.bag_flame.__mask .product {
  padding-top: 81%
}
.bag_flame.__mask .bag_color_base_top {
  width: 55%;
  top: 28%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__pocket .hundle {
  top: 48%;
  z-index: 9999
}
.bag_flame.__pocket .hundle i {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 101
}
.bag_flame.__pocket .bag_color_base_top {
  height: 35%;
  border-radius: 0 0 10px 10px
}
.bag_flame.__pocket .bag_color_base_bottom, .bag_flame.__pocket .bag_color_base_top {
  width: 73%;
  top: 24%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__pocket .bag_color_base_bottom {
  z-index: 99
}
.bag_flame.__number .product:after {
  content: "";
  display: block;
  width: 47%;
  height: 35%;
  background: url(../../assets/images/img_zekkenName.jpg) no-repeat 50%/cover;
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 101;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.bag_flame.__number .hundle {
  bottom: inherit;
  top: 0
}
.bag_flame.__number .hundle i {
  width: 500px;
  height: 500px
}
.bag_flame.__number .bag_color_base_top {
  width: 62.5%;
  top: 32%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__pianica .hundle {
  top: 0
}
.bag_flame.__pianica .bag_color_base_top {
  width: 36%;
  height: 15%;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__pianica .bag_color_base_bottom {
  width: 94%;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99
}
.bag_flame.__zabuton .hundle {
  top: 5%
}
.bag_flame.__zabuton .hundle i {
  height: 200px
}
.bag_flame.__zabuton .bag_color_base_top {
  height: 38%
}
.bag_flame.__zabuton .bag_color_base_bottom, .bag_flame.__zabuton .bag_color_base_top {
  width: 71%;
  top: 11%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__zabuton .bag_color_base_bottom {
  z-index: 99
}
.bag_flame.__smock .hundle {
  top: 5%
}
.bag_flame.__smock .hundle i {
  height: 200px
}
.bag_flame.__smock .bag_color_base_top {
  width: 87%;
  top: 11%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.bag_flame.__smock .bag_color_base_bottom {
  width: 14.6%;
  top: 48.6%;
  left: 35%;
  z-index: 101
}
.bag_color_base_bottom, .bag_color_base_top {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
  vertical-align: top;
  *zoom: 1
}
.bag_color_base_bottom:after, .bag_color_base_bottom:before, .bag_color_base_top:after, .bag_color_base_top:before {
  content: "";
  display: table
}
.bag_color_base_bottom:after, .bag_color_base_top:after {
  clear: both
}
.controller {
  width: 54%;
  margin: 0 2%
}
.controller div+* {
  border-top: 1px solid #e1e1e1;
  padding: 15px 0 0
}
.controller h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .1rem;
  margin: 0 auto 15px
}
.controller h3 span {
  color: #1ea0c3;
  font-weight: 700
}
.controller .inner {
  padding: 20px 0
}
.area_combination_wrap {
  width: 100%
}
.area_combination_wrap h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .1rem;
  margin: 0 auto 5px
}
#area_combination {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 5px 8px;
  margin: 0 0 20px
}
.flex_select {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 0 20px
}
.flex_select h3 {
  width: 18em;
  font-size: 16px;
  font-size: 1rem;
  margin: 0
}
.area_combination_wrap h4, .flex_select h3 {
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .02rem
}
.area_combination_wrap h4 {
  font-size: 14px;
  font-size: .875rem;
  margin: 0 0 5px
}
.select_style_box {
  position: relative;
  width: 100%;
  box-sizing: border-box
}
.select_style_box:after, .select_style_box:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 12px
}
.select_style_box:before {
  bottom: 53%;
  border-width: 0 4.5px 5px;
  border-bottom-color: #e3e3e3
}
.select_style_box:after {
  top: 53%;
  border-width: 5px 4.5px 0;
  border-top-color: #e3e3e3
}
.select_style_box:hover:before {
  border-bottom-color: #333
}
.select_style_box:hover:after {
  border-top-color: #333
}
.select_style {
  color: #494949;
  width: 100%;
  padding: 4px 8px;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  background: #fff;
  box-sizing: border-box
}
.select_style:hover {
  border: 1px solid #333
}
.select_hundle {
  width: calc(100% - 6em)
}
.tmb_list {
  margin: 0 auto
}
.tmb_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.5%
}
.tmb_list ul li {
  width: 15.5%;
  box-sizing: border-box;
  margin: 0 .5% 1%
}
.tmb_list ul li img {
  opacity: 1;
  transition: all .3s ease;
  border-radius: 50%;
  padding: 2px;
  box-sizing: border-box
}
.tmb_list ul li img.current {
  opacity: .5
}
.tmb_list ul li:hover img {
  cursor: pointer;
  opacity: .5
}
.ChangePhoto_bottom .current, .ChangePhoto_top .current {
  border: 2px solid #037aff;
  box-sizing: border-box
}
.txt_red {
  color: #e02020;
  font-weight: 700
}
.orderForm {
  padding-top: 45px;
  margin-bottom: 65px;
  border-top: 1px solid #e3e3e3
}
.orderForm h2 {
  margin: 0
}
.orderForm h2 span {
  color: #fd3777
}
.flex_top {
  display: flex;
  align-items: top;
  justify-content: space-between;
  margin: 50px auto 0
}
.flex_top>* {
  width: 46%
}
.flex_number {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 20px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin: 20px auto 0
}
.flex_number h3 {
  width: 5em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1rem;
  margin: 0
}
.flex_number input[type=text] {
  color: #494949;
  width: 50px;
  padding: 4px 8px;
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  margin: 0 10px 0 0;
  background: #fff;
  box-sizing: border-box
}
.product_meta h3 {
  line-height: 1.6;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: .2rem;
  font-weight: 700;
  margin: -5px 0 0
}
.product_meta dl {
  margin: 0 0 30px
}
.product_meta dl dt {
  line-height: 1;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  margin: 0
}
.product_meta dl dt span {
  position: absolute;
  top: 15px;
  left: 0
}
.product_meta dl dd {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: .1rem;
  margin: 0 0 0 2.5em
}
.product_meta dl dd span {
  font-size: 12px;
  font-size: .75rem
}
.product_meta table {
  width: 100%;
  margin: 15px 0 0
}
.product_meta table tr td, .product_meta table tr th {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .05rem;
  text-align: left;
  padding: 10px 0;
  box-sizing: border-box;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1
}
.product_meta table tr th {
  vertical-align: top
}
.product_meta ul {
  margin: 20px 0 0
}
.product_meta ul li {
  color: #e02020;
  line-height: 2;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .02rem
}
.order_option {
  margin: 0;
  box-sizing: border-box
}
.order_option h2 {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .1rem;
  text-align: center;
  font-weight: 500;
  padding: 2px 0 2px .1rem;
  margin: 0 0 25px;
  box-sizing: border-box;
  background: #a1a1a1
}
.order_option p {
  font-size: 13px;
  font-size: .8125rem;
  letter-spacing: .02rem;
  text-align: justify;
  margin: 0 0 30px
}
.order_option p a {
  color: #1ea0c3;
  display: inline-block
}
.order_option input[type=submit] {
  color: #fff;
  cursor: pointer;
  width: 270px;
  height: 60px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .1rem;
  padding: 0 0 0 .1rem;
  margin: 25px auto 0;
  border-radius: 6px;
  background: #1ea0c3;
  transition: opacity .3s ease 0s;
  display: block
}
.order_option input[type=submit]:hover {
  opacity: .5
}
.order_option ul {
  display: flex;
  justify-content: center;
  margin: 25px auto 0
}
.order_option ul li {
  letter-spacing: .05rem;
  margin: 0 10px
}
.order_option ul li a {
  color: #333;
  text-decoration: underline
}
@media screen and (max-width:1024px) {
  .simulator_bag {
    display: block;
    margin: 25px auto 45px
  }
  .simulator_bag_colLeft {
    position: static;
    top: 0;
    width: 100%
  }
  .controller {
    width: 100%;
    margin: 50px auto 0
  }
  .controller h2 {
    font-size: 16px;
    font-size: 1rem;
    margin: 20px auto 10px
  }
  .tmb_list {
    max-width: 768px;
    margin: 0 auto
  }
  .tmb_list ul li {
    width: 16%;
    margin: 0 .33% 2px
  }
  .flex_top {
    display: block
  }
  .flex_top>* {
    width: 100%
  }
  .order_option {
    margin: 50px auto 0
  }
  .orderForm select {
    display: block
  }
}
@media screen and (max-width:768px) {
  .activeFabric_wrap, .simulator_bag_colLeft {
    width: 100%
  }
  .activeFabric_wrap {
    padding: 25px 5%
  }
  .activeFabric_wrap h2 {
    font-size: 18px;
    font-size: 1.125rem
  }
  .activeFabric_wrap ul {
    margin: 15px auto 0
  }
  .activeFabric_wrap ul li {
    font-size: 16px;
    font-size: 1rem
  }
}
@media screen and (max-width:500px) {
  .controller {
    margin: 20px auto 0
  }
  .ttl_items {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .25rem;
    padding: 0 0 20px .25rem
  }
  .select_hundle {
    width: 100%
  }
  .flex_top {
    margin: 35px auto 0
  }
  .simulator_bag {
    margin: 30px auto 20px
  }
  .orderForm {
    padding-top: 35px;
    margin-bottom: 40px
  }
  .product_meta h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: .15rem
  }
  .product_meta dl {
    margin: 0 0 20px
  }
  .product_meta dl dt span {
    top: 14px
  }
  .product_meta dl dd {
    font-size: 20px;
    font-size: 1.25rem
  }
  .product_meta table tr td, .product_meta table tr th {
    font-size: 13px;
    font-size: .8125rem;
    padding: 8px 0
  }
  .product_meta table tr th {
    width: 60px
  }
  .product_meta ul {
    margin: 10px 0 0
  }
  .product_meta ul li {
    font-size: 13px;
    font-size: .8125rem
  }
  .order_option {
    margin: 35px auto 0
  }
  .order_option h2 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 15px
  }
  .order_option p {
    font-size: 13px;
    font-size: .8125rem
  }
  .order_option input[type=submit] {
    font-size: 15px;
    font-size: .9375rem
  }
  .order_option ul li {
    font-size: 13px;
    font-size: .8125rem
  }
  .activeFabric_wrap h2 {
    font-size: 17px;
    font-size: 1.0625rem
  }
  #area_combination, .activeFabric_wrap ul li {
    font-size: 16px;
    font-size: 1rem
  }
  .flex_select {
    display: block;
    padding: 0 0 12px
  }
  .flex_select h3 {
    font-size: 16px;
    font-size: 1rem
  }
  .flex_number {
    margin: 15px auto 0
  }
  .flex_number h3 {
    font-size: 16px;
    font-size: 1rem
  }
  .flex_number input[type=text] {
    padding: 2px 8px
  }
  .controller .inner {
    padding: 12px 0
  }
  .controller h3, .select_style {
    font-size: 16px;
    font-size: 1rem
  }
  .select_style {
    margin: 5px 0 0
  }
}
.c-bring-in-fabric {
  margin: 0 0 20px
}
.c-bring-in-fabric__text {
  color: #e02020;
  font-weight: 700;
  font-size: 13px;
  font-size: .8125rem;
  letter-spacing: .05rem;
  margin: 0 !important
}
.c-bring-in-fabric__check {
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .05rem;
  margin: 15px 0 0
}
.c-bring-in-fabric__check input[type=checkbox] {
  margin: 0 5px 0 0
}
.c-bring-in-fabric__check input[type=checkbox]:checked+.c-bring-in-fabric__area {
  display: block;
  color: #e02020
}
.c-bring-in-fabric__area {
  margin: 10px 0 0
}
.c-bring-in-fabric__area textarea {
  width: 100%;
  min-height: 100px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .02rem;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 5px 8px;
  margin: 0
}
.c-bring-in-fabric__list {
  flex-direction: column
}
.c-bring-in-fabric__item, .c-bring-in-fabric__list {
  display: flex;
  margin: 10px 0 0 !important
}
.c-bring-in-fabric__item>p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 7em;
  white-space: nowrap;
  text-align: left;
  font-weight: 700
}
.c-bring-in-fabric__item>p, .c-bring-in-fabric__item input {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .02rem;
  margin: 0
}
.c-bring-in-fabric__item input {
  width: calc(100% - 6rem);
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 5px 8px
}
@media only screen and (max-width:1024px) {
  .gnav {
    width: 350px;
    margin: 60px 35px 0 0
  }
  .gallery .inner {
    width: 50%
  }
  .gallery .inner:nth-child(2n) {
    border-left: 1px solid #e3e3e3
  }
  .footer_nav ul li a {
    padding: 0 16px
  }
}
@media only screen and (max-width:768px) {
  .gallery .inner a:hover .tmb_flame>img {
    opacity: .8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(.5px);
    filter: blur(.5px)
  }
  .gallery_txt {
    padding: 40px 3%
  }
  .gallery_txt_inner p {
    font-size: 11px
  }
  .swiper-button-next, .swiper-button-prev, .swiper-pagination {
    display: block
  }
  #loading img {
    max-width: 120px
  }
  #header {
    position: static;
    background: #fff
  }
  #header.fixed .desc {
    display: none
  }
  #header.fixed .logo {
    width: 52px;
    height: 42px;
    margin: 5px auto
  }
  #header.fixed .nav_cart {
    margin: 5px 3% 0 0;
    position: absolute;
    top: 10px
  }
  #header.fixed .hnav {
    top: 15px
  }
  .hnav {
    top: 52px;
    left: 4%;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  .logo {
    display: block;
    float: none;
    width: 100px;
    height: 80px;
    background: url(../../assets/images/logo_pottepotte.svg) no-repeat 50%/contain
  }
  .desc, .logo {
    margin: 15px auto
  }
  .desc {
    position: static;
    letter-spacing: .05rem;
    text-align: center
  }
  .btn_follow {
    display: none
  }
  .btn_follow_sp {
    display: flex
  }
  .nav_cart {
    float: none;
    margin: 0 4% 0 0;
    position: absolute;
    top: 55px;
    right: 0
  }
  .nav_cart img {
    width: 28px
  }
  .gnav, .logo_hero {
    display: none
  }
  .btn_try {
    margin: 90% auto 0
  }
  #footer {
    padding: 35px 0 40px
  }
  .footer_nav ul {
    margin: 15px auto 42px
  }
  .footer_nav ul li {
    font-size: 11px;
    font-size: .6875rem;
    letter-spacing: 0
  }
  .footer_nav ul li:first-child, .footer_nav ul li:nth-child(2), .footer_nav ul li:nth-child(3) {
    display: none
  }
  .footer_nav ul li:last-child:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0
  }
  .footer_logo {
    margin: 0 auto
  }
  .footer_logo p {
    margin: 15px auto 0
  }
  .footer_sns ul {
    margin: 25px auto 0
  }
  .side {
    padding: 30px 5%
  }
  .side_items {
    padding: 0 0 20px
  }
  .side_items h3 {
    margin: 25px 0 20px
  }
  .side_items ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0
  }
  .side_items ul li {
    width: 50%
  }
  .side_other_wrap {
    padding: 30px 0 0;
    background: url(../../assets/images/i_dots.png) repeat-x 0 top
  }
  .side_other {
    margin: 0;
    background: none
  }
  .side_other ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto
  }
  .side_other ul li {
    width: 50%
  }
}
@media only screen and (max-width:500px) {
  .desc {
    letter-spacing: .02rem
  }
  .meta_tax {
    font-size: 10px;
    font-size: .625rem;
    padding: 5px 4px 5px 15px
  }
  .meta_tax:after {
    height: 20px
  }
  .gallery_txt {
    padding: 20px 3%
  }
  .gallery_txt time {
    font-size: 10px;
    font-size: .625rem
  }
  .gallery_txt h3 {
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: 0
  }
  .meta_new {
    top: 5px;
    left: 5px
  }
  .meta_new img {
    width: 37px
  }
  .ico_buy img {
    width: 77px
  }
  .side_items h3 {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .1rem
  }
  .side_items ul li, .side_other ul li {
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .02rem
  }
  #footer {
    padding: 25px 0 20px
  }
  .footer_logo h3 {
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: .15rem
  }
  .footer_logo p {
    max-width: 120px
  }
  .footer_sns ul {
    margin: 25px auto 0
  }
  .footer_sns ul li {
    line-height: 1;
    font-size: 22px;
    font-size: 1.375rem
  }
  .copy {
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: .02rem;
    margin: 15px auto 0
  }
  #toTop a {
    width: 75px
  }
}
@media only screen and (max-width:1200px) {
  body.page #header .desc {
    width: 220px;
    letter-spacing: .02rem
  }
  body.page #header .logo {
    top: 65px;
    left: 34px;
    width: 150px;
    height: 121px
  }
  body.page #main .content {
    width: calc(100% - 220px)
  }
  body.page #main .side {
    width: 220px;
    padding: 210px 2% 100px
  }
}
@media screen and (max-width:1024px) {
  .flex_center {
    display: block
  }
  .flex_center>* {
    width: 100%
  }
  .btn_toCart {
    margin: 45px auto 0;
    max-width: 350px
  }
  .concept_content .inner {
    background: url(../../assets/images/bg_concept.png) no-repeat center 0/cover
  }
}
@media only screen and (max-width:768px) {
  body.page #header {
    position: static;
    height: auto
  }
  body.page #header .desc {
    width: 100%
  }
  body.page #header .logo {
    position: static;
    width: 100px;
    height: 80px;
    margin: 15px auto
  }
  body.page #header.fixed {
    position: fixed;
    background: #fff
  }
  body.page #header.fixed .logo {
    width: 52px;
    height: 42px;
    margin: 5px auto;
    background: url(../../assets/images/logo_pottepotte.svg) no-repeat 50%/cover
  }
  body.page #main {
    display: block;
    padding-top: 0
  }
  body.page #main.is_main_sp {
    margin-top: 174px
  }
  body.page #main .content {
    width: 100%
  }
  body.page #main .side {
    width: 100%;
    padding: 50px 2%;
    margin-top: 0
  }
  .concept_content .inner img {
    max-width: 180px
  }
  .nav_guide {
    margin: 0 auto
  }
  .nav_guide .__inner {
    display: block
  }
  .nav_guide .inner {
    margin: 0 0 25px
  }
  .nav_guide .inner ul {
    margin: 15px 0 0
  }
  .nav_guide .inner ul li {
    margin: 0 0 5px
  }
  .nav_guide>img {
    margin: 10px auto 0
  }
  .guide_header {
    padding: 30px 3%
  }
  .guide_header h2 {
    font-size: 20px;
    font-size: 1.25rem
  }
  .guide_header p {
    font-size: 14px;
    font-size: .875rem
  }
  .contact_content .inner .row {
    margin: 30px auto 65px
  }
  .contact_content .inner .row h3 {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .15rem
  }
  .contact_content .inner .row p, .contact_content .inner .row ul li, table.contactForm td, table.contactForm th {
    font-size: 14px;
    font-size: .875rem
  }
}
@media only screen and (max-width:500px) {
  body.page #main .side {
    padding: 35px 5% 30px
  }
  .widget {
    padding: 35px 0
  }
  .widget .inner>p {
    font-size: 11px;
    font-size: .6875rem;
    margin: 20px auto 0
  }
  .grid-4 {
    flex-wrap: wrap
  }
  .grid-4>* {
    width: 50%
  }
  .breadcrumb {
    padding: 2px 2%
  }
  .breadcrumb .inner li {
    font-size: 10px;
    font-size: .625rem
  }
  .heading_page {
    padding: 50px 0
  }
  .heading_page .inner h2 {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .2rem
  }
  .heading_page .inner h2 i.__stock:after {
    width: 25px;
    height: 28px
  }
  .heading_page .inner h2 i.__product:after {
    width: 22px;
    height: 24px;
    margin: 0 8px 0 0
  }
  .heading_page .inner p {
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: .02rem;
    margin: 5px auto 0
  }
  .side_cat ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px
  }
  .side_cat ul li {
    width: 50%;
    font-size: 12px;
    font-size: .75rem
  }
  .side_recently {
    margin: 30px 0 0
  }
  .side_recently ul>li {
    margin: 0 0 10px
  }
  .side_archive {
    margin: 30px 0
  }
  .infomation {
    margin: 35px auto 0
  }
  .infomation h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: .15rem
  }
  .infomation p {
    font-size: 14px;
    font-size: .875rem
  }
  .meta_product {
    padding: 45% 5% 0
  }
  .meta_product h3 {
    font-size: 12px;
    font-size: .75rem
  }
  .meta_cat {
    font-size: 10px;
    font-size: .625rem
  }
  .meta_price {
    font-size: 12px;
    font-size: .75rem
  }
  .flex_center {
    margin: 35px auto 40px
  }
  .btn_toCart {
    margin: 20px auto 0
  }
  .btn_toCart button {
    font-size: 14px;
    font-size: .875rem
  }
  .btn_toCart p a, .btn_toCart ul li {
    font-size: 12px;
    font-size: .75rem
  }
  .slider-carousel-nav {
    padding: 0 5%
  }
  .post_topics>ul {
    margin: 35px 0 10px
  }
  .post_topics>ul li {
    font-size: 11px;
    font-size: .6875rem
  }
  .post_topics>ul li:nth-child(2) {
    font-size: 10px;
    font-size: .625rem;
    padding: 0 10px
  }
  .post_topics h1, .post_topics h2 {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .1rem
  }
  .post_content p {
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .05rem;
    margin: 25px auto
  }
  .post_content figure {
    margin: 30px auto
  }
  .pager li {
    font-size: 12px;
    font-size: .75rem
  }
  .concept_content {
    padding: 20px 0 35px
  }
  .concept_content .inner {
    background: url(../../assets/images/bg_concept_sp.png) no-repeat center 0/cover
  }
  .concept_content .inner p {
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .05rem;
    margin: 45px auto
  }
  .guide_header {
    padding: 30px 5%
  }
  .guide_header h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 12px auto
  }
  .guide_header p {
    font-size: 13px;
    font-size: .8125rem;
    text-align: justify
  }
  .guide_header p br {
    display: none
  }
  .guide_content {
    padding: 50px 5%
  }
  .ttl_guide {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .08rem
  }
  .guide_info {
    margin: 45px auto 0
  }
  .guide_info .inner {
    margin: 20px auto 0
  }
  .guide_info .inner h3 {
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .03rem
  }
  .guide_info .inner p {
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .02rem
  }
  .guide_info .inner p.fz_s {
    font-size: 10px;
    font-size: .625rem;
    letter-spacing: 0
  }
  .guide_info .inner ul li {
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .02rem
  }
  .guide_info .inner table {
    margin: 0 auto 15px
  }
  .guide_info .inner table thead {
    display: none
  }
  .guide_info .inner table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center
  }
  .guide_info .inner table tr td, .guide_info .inner table tr th {
    display: block;
    font-size: 12px;
    font-size: .75rem;
    padding: 4px 1%
  }
  .guide_info .inner table tr td {
    width: 100%;
    text-align: left;
    padding: .5rem 10px;
    border-bottom: none
  }
  .guide_info .inner table tr td h3 {
    font-size: 13px;
    font-size: .8125rem;
    margin: 0
  }
  .guide_info .inner table tr td p {
    width: 100%;
    font-size: 12px;
    font-size: .75rem;
    margin: 0
  }
  .guide_info .inner table tr td p br {
    display: none
  }
  .guide_info .inner table tr td p br.spbr-important {
    display: block !important
  }
  .guide_info .inner table tr td p.fz_s {
    margin: 0 5% 0 0
  }
  .guide_info .inner table tr td:first-child {
    width: 100%;
    font-weight: 700;
    text-align: center;
    background: #d8d8d8;
    margin: 20px 0 0
  }
  .guide_info .inner table tr td:nth-child(n+2) {
    display: flex;
    flex-wrap: wrap;
    align-items: center
  }
  .guide_info .inner table tr td:last-child {
    border-bottom: 1px solid #6d7278
  }
  .guide_info .inner table tr td:before {
    display: block;
    content: attr(data-label);
    font-weight: 700;
    margin: 0 5% 0 0;
    min-width: 5em;
    vertical-align: middle
  }
  .contact_content .inner .row {
    margin: 20px auto 45px
  }
  .contact_content .inner .row h3 {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .1rem
  }
  .contact_content .inner .row p, .contact_content .inner .row ul li {
    font-size: 13px;
    font-size: .8125rem
  }
  .contact_content .inner .row p.clr_red {
    text-align: justify
  }
  .contact_content .inner .row p.clr_red br {
    display: none
  }
  table.contactForm td, table.contactForm th {
    font-size: 13px;
    font-size: .8125rem
  }
  table.contactForm {
    margin: 40px auto 0
  }
  table.contactForm td, table.contactForm th {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .05rem;
    padding: 0 0 8px
  }
  table.contactForm th {
    width: 100%
  }
  table.contactForm th span {
    font-size: 10px;
    font-size: .625rem
  }
  table.contactForm td input[type=email], table.contactForm td input[type=tel], table.contactForm td input[type=text], table.contactForm td textarea {
    padding: 2px 2%
  }
  .btn_submit input[type=submit] {
    font-size: 14px;
    font-size: .875rem
  }
}