@charset 'UTF-8';
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html{
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before{
  box-sizing: inherit; 
  background-repeat: no-repeat;
}

:after,
:before{
  vertical-align: inherit; 
  text-decoration: inherit;
}

*{
  margin: 0; 
  padding: 0;
}

audio:not([controls]){
  display: none;
  height: 0;
}

hr{
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary{
  display: block;
}

summary{
  display: list-item;
}

small{
  font-size: 80%;
}

[hidden],
template{
  display: none;
}

abbr[title]{
  border-bottom: 1px dotted;
  text-decoration: none;
}

a{
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover{
  outline-width: 0;
}

code,
kbd,
pre,
samp{
  font-family: monospace,monospace;
}

b,
strong{
  font-weight: bolder;
}

dfn{
  font-style: italic;
}

mark{
  background-color: #ff0;
  color: #000;
}

sub,
sup{
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sub{
  bottom: -.25em;
}

sup{
  top: -.5em;
}

input{
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button{
  cursor: pointer;
}

[disabled]{
  cursor: default;
}

[type=number]{
  width: auto;
}

[type=search]{
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration{
  -webkit-appearance: none;
}

textarea{
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea{
  font: inherit;
}

optgroup{
  font-weight: 700;
}

button{
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner{
  padding: 0; 
  border-style: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring{
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button]{
  -webkit-appearance: button;
}

button,
select{
  text-transform: none;
}

button,
input,
select,
textarea{
  border-style: none;
  background-color: transparent;
  color: inherit;
}

select{
  -webkit-appearance: none; 
     -moz-appearance: none;
}

select::-ms-expand{
  display: none;
}

select::-ms-value{
  color: currentColor;
}

legend{
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button{
  font: inherit; 

  -webkit-appearance: button;
}

[type=search]{
  outline-offset: -2px; 

  -webkit-appearance: textfield;
}

img{
  border-style: none;
}

progress{
  vertical-align: baseline;
}

svg:not(:root){
  overflow: hidden;
}

audio,
canvas,
progress,
video{
  display: inline-block;
}

[aria-busy=true]{
  cursor: progress;
}

[aria-controls]{
  cursor: pointer;
}

[aria-disabled]{
  cursor: default;
}

::-moz-selection{
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection{
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

.cf:after,
.cf:before{
  display: table;
  content: '';
}

.cf:after{
  clear: both;
}

.cf{
  *zoom: 1;
}

.u-hide{
  display: none !important;
}

.u-hide-sp{
  display: none !important;
}

html{
  color: #333;
  font-size: 12px;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.6;
}

body{
  min-width: 320px;
  word-wrap: break-word;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a{
  color: #333;
  transition: all .2s;
}
a img{
  transition: all .2s;
}
a:hover{
  color: #c00;
}
a:hover img{
  opacity: .7;
}

:link:hover,
:visited:hover,
a{
  text-decoration: none;
}

*,
*:after,
*:before{
  box-sizing: border-box;
}

ol,
ul{
  list-style: none;
}

table{
  border-spacing: 0;
  border-collapse: collapse;
}

button{
  cursor: pointer;
}

img{
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.md-btn{
  text-align: center;
}
.md-btn-01{
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  width: 150px;
  background-color: #000;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
}
.md-btn-01::before{
  position: absolute;
  top: 50%;
  left: -5px;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #f00;
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.md-btn--link{
  background-image: url(/images/icon/icon_link.svg);
  background-position: right 6px center;
  background-size: 10px 7px;
}

.md-item-list__wrapper{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.md-item-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 30px;
  width: 638px;
}

.md-item-list__item{
  margin-right: 8px;
}

.md-title01{
  font-size: 28px;
  font-size: 2.33333rem; 
  line-height: 1.1;
}
.md-title01 .svg-inline--fa.fa-w-14{
  margin-left: 3px;
  width: 20px;
}

.md-title01__sub{
  font-weight: bold;
  font-size: 15px;
  font-size: 1.25rem;
}

.md-title02{
  padding: 5px 5px;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-size: 1.66667rem; 
  font-family: 'MidashiGo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
}
.md-title02 .fa-instagram.fa-w-14{
  margin-left: 5px;
  width: 18px;
}

.insta-list.insta-list--02{
  margin: 25px 10px 20px;
}

.small01{
  display: block;
  margin: 0 10px 30px;
  font-size: 11px;
  font-size: .91667rem;
}

.md-title04{
  margin: 15px auto 0;
  padding: 5px 0;
  max-width: 421px;
  width: 100%;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-size: 1.66667rem;
}

.lang-switch{
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  font-size: .83333rem; 
  font-family: 'MidashiGo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
}
.lang-switch a{
  color: #fff;
}
.lang-switch a:hover{
  color: #c71b25;
}
.lang-switch--b{
  color: #000;
}
.lang-switch--b a{
  color: #000;
}
.lang-switch--b a:hover{
  color: #c71b25;
}
.lang-switch--b .lang-switch__list__item.is-select .lang-switch__list__item__inner{
  border-bottom: 1px solid #000;
}

.lang-switch__list__item{
  display: inline-block;
  font-size: 14px;
  font-size: 1.16667rem;
}
.lang-switch__list__item.is-select .lang-switch__list__item__inner{
  border-bottom: 1px solid #fff;
}
.lang-switch__list__item::after{
  margin: 0 2px;
  content: '/';
}
.lang-switch__list__item:last-child::after{
  display: none;
}

.main-footer{
  margin-top: 70px;
  padding-bottom: 60px;
}

.main-footer__front{
  padding: 0 20px 30px;
  background-color: #dce1e7;
}

.main-footer__logo{
  display: table-cell;
  float: left;
  margin-top: -20px;
  margin-right: 15px;
  padding-top: 35px;
  width: 87px;
  height: 205px;
  background-color: #000;
  text-align: center;
}
.main-footer__logo img{
  margin-right: -15px;
}

.main-footer__list01{
  padding-top: 20px;
  font-weight: bold;
  line-height: 1.8;
}

.main-footer__list01__item__link{
  display: block;
  margin-bottom: 15px;
  color: #c71b25;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.08333rem;
}
.main-footer__list01__item__link::before{
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 2px;
  background-color: #c71b25;
  content: '';
  vertical-align: middle;
}

.main-footer__list01__item-pc{
  display: none;
}

.main-footer__map-box{
  clear: both;
  padding-top: 20px;
  text-align: center;
}

.main-footer__inner{
  margin: 0 auto;
  max-width: 1000px;
}

.main-footer__back{
  padding: 0 30px;
  background: no-repeat right 30px bottom url(/images/main/footer_title.png);
  background-size: 73px 151px;
}

.main-footer__list02{
  margin-bottom: 20px;
  padding-top: 30px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.16667rem;
}

.main-footer__list02__item{
  margin: 7px 0;
}

.main-footer__list02__item__link::before{
  display: inline-block;
  margin-right: 7px;
  width: 10px;
  height: 2px;
  background-color: #c71b25;
  content: '';
  vertical-align: middle;
}

.main-footer__list03{
  font-weight: bold;
  line-height: 1.9;
}
.main-footer__list03 .fa-instagram.fa-w-14{
  margin-top: 15px;
  width: 20px;
  height: 20px;
}

.main-footer__copy{
  display: block;
  margin-top: 30px;
  text-align: center;
}

.link-icon{
  margin: -2px 0 0 3px;
  vertical-align: middle;
}

.gnav{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  padding-bottom: 10px;
  width: 100%;
  background-color: rgba(221, 224, 231, .95);
}

.gnab-back{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
}
.gnab-back.is-active{
  display: block;
}

.gnav_logo{
  display: block;
  margin: 50px auto 40px;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.ganv-close{
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: bold;
  cursor: pointer;
}
.ganv-close::before{
  position: absolute;
  top: 50%;
  left: -14px;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #c71b25;
  content: '';
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ganv-close::after{
  position: absolute;
  top: 50%;
  left: -14px;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #c71b25;
  content: '';
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.gnav-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: center;
  margin-bottom: 30px;

  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  justify-content: center;
}

.gnav-list__item{
  position: relative;
  margin: 0 10px;
  padding-top: 10px;
}
.gnav-list__item::before{
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #c71b25;
  content: '';
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.gnav_icon{
  text-align: center;
  font-size: 22px;
  font-size: 1.83333rem;
}

.navbox{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 95px;
  height: 40px;
  background: url(/images/main/menu-back.jpg);
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-size: .91667rem;
  cursor: pointer;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.navbox .fa-bars{
  color: #c71b25;
}
.navbox--top{
  top: -200px;
  opacity: 0;
  transition: opacity .5s;
}
.navbox--top.is-active{
  top: 0;
  opacity: 1;
}

.kv-erea{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 460px;
}

.kv-list__item{
  width: 100%;
  height: 460px;
  background-position: center center;
  background-size: cover;
}
.kv-list__item--01{
  background-image: url(/images/main/kv_sp_01.jpg);
}
.kv-list__item--02{
  background-image: url(/images/main/kv_sp_02.jpg);
}

.main-rogo{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  display: none;
  min-width: 124px;
  max-width: 150px;
  width: 39%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-rogo img{
  margin-left: 10%;
  width: 100%;
}

@-webkit-keyframes ani-mouse{
  0%{
    top: 0;
    opacity: 0;
  }
  15%{
    opacity: 1;
  }
  85%{
    opacity: 1;
  }
  100%{
    top: 100%;
    opacity: 0;
  }
}

@keyframes ani-mouse{
  0%{
    top: 0;
    opacity: 0;
  }
  15%{
    opacity: 1;
  }
  85%{
    opacity: 1;
  }
  100%{
    top: 100%;
    opacity: 0;
  }
}

.scroll-btn{
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  display: block;
  text-align: center;
  font-weight: bold;
}

.scroll-btn__link{
  display: block;
}

.scroll-btn .mouse{
  position: relative;
  display: block;
  margin: 0 auto 0;
  width: 25px;
  height: 30px;
}
.scroll-btn .mouse::before{
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: '';
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.scroll-btn .mouse> *{
  position: absolute;
  top: 29%;
  left: 50%;
  display: block;
  margin: -4px 0 0 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: ani-mouse 2.5s linear infinite;
          animation: ani-mouse 2.5s linear infinite;
}

.scroll-btn__text{
  display: none;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-size: .83333rem;
}

.item_nav__message{
  display: block;
  margin: 0 auto 178px;
  -webkit-transform: translateX(-13px);
      -ms-transform: translateX(-13px);
          transform: translateX(-13px);
}

.item_nav{
  padding-top: 50px;
  background-image: url(/images/main/japan.png);
  background-position: 20% 0;
  background-size: 560px;
}

.vertical__title__wrapper{
  position: relative;
  height: 340px;
}

.vertical__title{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
      -ms-writing-mode: tb-rl;
  text-align: left;
  font-weight: bold;
  line-height: 2em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);

  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.vertical__title--02{
  margin-bottom: 10px;
}

.vertical__sub{
  letter-spacing: 3px;
  font-size: 10px;
  font-size: .83333rem;
}

.vertical__txt{
  margin-right: 10px;
  padding-left: 30px;
      -ms-writing-mode: tb-rl;
  letter-spacing: 2.5px;
  font-size: 13px;
  font-size: 1.08333rem;
  line-height: 2;

  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.vertical__txt__img{
  -webkit-transform: translate(-10px, 8px);
      -ms-transform: translate(-10px, 8px);
          transform: translate(-10px, 8px);
}
.vertical__txt--02{
  white-space: nowrap;
}

@supports (-ms-ime-align: auto){
  .vertical__txt__img{
    margin-top: 20px;
    margin-left: -2px;
    -webkit-transform: translate(-18px, 12px);
        -ms-transform: translate(-18px, 12px);
            transform: translate(-18px, 12px);
  }
}

.layoutbox01{
  padding-top: 92px;
  text-align: center;
}

.layoutbox01__item{
  margin-bottom: 5px;
}
.layoutbox01__item--farst{
  position: relative;
  height: 170px;
}
.layoutbox01__item--last{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 30px auto 45px;
  width: 250px;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.layoutbox01__linkbox{
  position: relative;
}
.layoutbox01__linkbox:nth-child(even){
  margin-top: 30px;
}
.layoutbox01__linkbox:nth-child(1) .layoutbox01__linkbox__image{
  bottom: 0;
}
.layoutbox01__linkbox:nth-child(2) .layoutbox01__linkbox__image{
  top: -50px;
}
.layoutbox01__linkbox:nth-child(3) .layoutbox01__linkbox__image{
  bottom: -3px;
}
.layoutbox01__linkbox:nth-child(4) .layoutbox01__linkbox__image{
  top: -50px;
}

.layoutbox01__linkbox__image{
  position: absolute;
  left: 50%;
  opacity: 1 !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.insta-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 15px 30px 40px;

  -webkit-box-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}

.insta-list--item{
  margin-bottom: 2px;
  width: 49.7%;
}
.insta-list--item img{
  display: block;
  width: 100%;
}

.innsta-wrapper{
  margin: 40px auto 30px;
  padding: 0 30px;
  max-width: 1000px;
}
.innsta-wrapper--02{
  margin: 25px 0 10px;
  padding: 0;
  max-width: 1500px;
}

.kv-erea__insta-img{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: none;
  width: 90px;
}
.kv-erea__insta-img.is-active{
  display: block;
}

.page-header--concept{
  position: relative;
  height: 380px;
  background: no-repeat right 78px url(/images/concept/concept01_sp.png), repeat-x right bottom url(/images/back01.png);
  background-size: 224px auto, 25px auto;
}

.box-wrapper{
  padding: 0 20px;
}

.breadcrumb{
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.breadcrumb--02{
  padding-left: 20px;
}
.breadcrumb--02 .breadcrumb__item::after{
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.breadcrumb__item::after{
  display: inline-block;
  margin: -3px 4px 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: '';
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumb__item:last-child::after{
  display: none;
}

.breadcrumb__item a{
  text-decoration: underline;
}

.page-header__title-concept{
  position: absolute;
  top: 65px;
  left: calc(50% - 135px);
}

.page-content{
  padding: 20px 25px 25px;
  background: repeat-x right bottom url(/images/back01.png);
  background-size: 25px auto;
}

.text01{
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 2.2;
}

.img-center{
  display: block;
  margin: 0 auto 30px;
}
.img-center:last-child{
  margin-bottom: 0;
}

.page-header--products{
  min-height: 595px;
  background-image: url(/images/main/japan.png);
  background-position: 20% 200px;
  background-size: 560px;
}

.page-header__title{
  margin: 60px auto 15px;
      -ms-writing-mode: tb-rl;
  letter-spacing: 1px;
  font-size: 10px;
  font-size: .83333rem;
  line-height: 2;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);

  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.page-header__title--care,
.page-header__title--products{
  margin-top: 40px;
}

.page-header__intro{
  margin-bottom: 15px;
  padding: 0 10px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 2.2;
}

.products_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products_list__item{
  width: 50%;
}
.products_list__item img{
  width: 100%;
}

.products_list__item__picture{
  display: block;
}

.producing_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  padding-bottom: 15px;
  border-top: 2.5px solid #000;
  border-bottom: 2.5px solid #000;
  font-weight: bold;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.producing_list__item--dt{
  margin-bottom: 10px;
  padding: 5px 10px;
  width: 100%;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-size: 1.25rem;
}

.producing_list__item--dd{
  padding: 5px 0 5px 10px;
  width: 33.3%;
  font-size: 13px;
  font-size: 1.08333rem;
}
.producing_list__item--dd::before{
  display: inline-block;
  margin-right: 5px;
  width: 7px;
  height: 2px;
  background-color: #c71b25;
  content: '';
  vertical-align: middle;
}

.layoutbox02{
  margin: 0 auto;
  max-width: 1000px;
}

.page-header--detail{
  position: relative;
}
.page-header--detail::after{
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 241px;
  background-position: center center;
  background-size: cover;
  content: '';
}

.page-header--detail--kutani::after{
  background-image: url(/images/detail/kutani.jpg);
}

.page-header--detail--mashiko::after{
  background-image: url(/images/detail/mashiko.jpg);
}

.page-header--detail--echizen::after{
  background-image: url(/images/detail/echizen.jpg);
}

.page-header--detail--mino::after{
  background-image: url(/images/detail/mino.jpg);
}

.page-header--detail--tokoname::after{
  background-image: url(/images/detail/tokoname.jpg);
}

.page-header--detail--setoakazu::after{
  background-image: url(/images/detail/setoakazu.jpg);
}

.page-header--detail--banko::after{
  background-image: url(/images/detail/banko.jpg);
}

.page-header--detail--shigaraki::after{
  background-image: url(/images/detail/shigaraki.jpg);
}

.page-header--detail--kyo::after{
  background-image: url(/images/detail/kyo.jpg);
}

.page-header--detail--tanba::after{
  background-image: url(/images/detail/tanba.jpg);
}

.page-header--detail--bizen::after{
  background-image: url(/images/detail/bizen.jpg);
}

.page-header--detail--hagi::after{
  background-image: url(/images/detail/hagi.jpg);
}

.page-header--detail--koishiwara::after{
  background-image: url(/images/detail/koishiwara.jpg);
}

.page-header--detail--arita::after{
  background-image: url(/images/detail/arita.jpg);
}

.page-header--detail--karatsu::after{
  background-image: url(/images/detail/karatsu.jpg);
}

.page-header--detail--hasami::after{
  background-image: url(/images/detail/hasami.jpg);
}

.page-header__title--detail{
  position: absolute;
  top: -40px;
  left: -60px;
  min-height: 200px;
      -ms-writing-mode: tb-rl;
  font-size: 12px;
  font-size: 1rem;

  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.page-header__title--detail--04{
  min-height: 215px;
}
.page-header__title--detail--05{
  min-height: 245px;
}

.titleimg-wrapper{
  display: inline-block;
}
.titleimg-wrapper--02{
  height: 90px;
}
.titleimg-wrapper--03{
  height: 130px;
}
.titleimg-wrapper--04{
  height: 165px;
}
.titleimg-wrapper--05{
  height: 200px;
}

.layoutbox03{
  position: relative;
  margin-top: 25px;
  margin-left: 70px;
  min-height: 120px;
}
.layoutbox03--04{
  min-height: 150px;
}
.layoutbox03--05{
  min-height: 190px;
}

.products-txt{
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 2;
}

.ac-box{
  margin-bottom: 20px;
  padding-bottom: 13px;
  background: repeat-x right bottom -27px url(/images/back01.png);
  background-size: 25px auto;
}

.acbox-switch{
  position: relative;
  padding: 0 30px 0;
  height: 120px;
  background: repeat-x right bottom -13px url(/images/back01.png);
  background-size: 25px auto;
}

.acbox-content{
  display: none;
  overflow: hidden;
  padding: 40px 30px 20px;
}

.acbox-switch__title{
  position: absolute;
  bottom: 0;
}
.acbox-switch__title img{
  display: block;
}

.acbox-switch__img{
  position: absolute;
}
.acbox-switch__img--jiki{
  top: 18px;
  left: 75px;
}
.acbox-switch__img--touki{
  top: 34px;
  left: 75px;
}
.acbox-switch__img--siikki{
  top: 16px;
  left: 72px;
}
.acbox-switch__img--donabe{
  top: 35px;
  left: 60px;
}

.acbox-switch__r{
  float: right;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  font-size: .91667rem; 
  line-height: 1.4;
}

.acbox-switch__text{
  margin-top: 18px;
  margin-bottom: 20px;
}

.acbox-switch__icon{
  position: relative;
}
.acbox-switch__icon::before{
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  margin-left: 3px;
  width: 1px;
  height: 10px;
  border-right: 1px solid #c62825;
  content: '';
  transition: all .3s;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.acbox-switch__icon::after{
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  margin-left: -3px;
  width: 1px;
  height: 10px;
  border-right: 1px solid #c62825;
  content: '';
  transition: all .3s;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.acbox-content__list__item__small{
  display: block;
  margin-top: 1em;
  font-size: 11px;
  font-size: .91667rem;
}
.acbox-content__list__item__small:before{
  content: '※';
}

.is-active .acbox-switch__icon::before{
  bottom: -10px;
  margin-left: 0;
}

.is-active .acbox-switch__icon::after{
  bottom: -10px;
  margin-left: 0;
}

.acbox-content__text{
  margin-bottom: 20px;
  font-weight: bold;
}

.acbox-content__list__item{
  line-height: 1.7;
}
.acbox-content__list__item--dt{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
  font-weight: bold;
}
.acbox-content__list__item--dt:first-of-type{
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.acbox-content__list__item--dd{
  padding-left: 1em;
  text-indent: -1em;
}
.acbox-content__list__item--dd::before{
  content: '・';
}

.page-header--shop{
  position: relative;
}
.page-header--shop .breadcrumb{
  padding-left: 20px;
}
.page-header--shop::after{
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 190px;
  background-image: url(/images/shop/shop-kv.jpg);
  background-position: center center;
  background-size: cover;
  content: '';
}

.page-content03{
  margin: 0 auto;
  max-width: 1000px;
}

.block01{
  position: relative;
  padding-top: 20px;
  padding-left: 80px;
}

.side-title{
  position: absolute;
  top: -15px;
  left: 16px;
      -ms-writing-mode: tb-rl;
  letter-spacing: 1px;
  font-size: 10px;
  font-size: .83333rem;
  line-height: 3;

  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.map-img{
  display: none;
}

.icon-title{
  margin-bottom: 10px;
  padding-top: 15px;
  padding-left: 18px;
  background-image: url(/images/icon/icon_maru.svg);
  background-position: left center;
  background-size: 14px auto;
  font-size: 20px;
  font-size: 1.66667rem;
}
.icon-title--02{
  margin-bottom: 15px;
  padding-left: 20px;
  background-position: left 12px;
  font-size: 18px;
  font-size: 1.5rem; 
  line-height: 1.2;
}

.address{
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  font-size: 1.08333rem;
}

.list-txt01{
  margin-bottom: 5px;
  font-size: 10px;
  font-size: .83333rem;
}
.list-txt01--02{
  margin-top: 4px;
  margin-bottom: 2px;
}
.list-txt01--02 br{
  display: none;
}

.list-txt02--02{
  margin-top: -5px;
  font-weight: bold;
}

.list-txt02__item{
  display: inline;
  font-size: 13px;
  font-size: 1.08333rem;
}
.list-txt02__item--dd::after{
  display: block;
  content: '';
}

.block01__content{
  float: left;
}

.map-img{
  float: right;
  margin-right: -10px;
  max-width: 640px;
  width: calc(100% - 240px);
}

.block02{
  margin-top: 40px;
  padding: 5px 15px;
  border: 2px solid #000;
}

.block02__before{
  text-align: center;
}

.block02__txt01{
  margin-bottom: 10px;
  color: #c62825;
  font-weight: bold;
  font-size: 11px;
  font-size: .91667rem;
}

.block02__txt02{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 25px;
  font-size: 2.08333rem;
}

.block02__txt03{
  margin: 0 auto 10px;
  width: 165px;
  border-bottom: 1px solid #c62825;
  font-weight: bold;
}

.number-list01{
  margin-top: 25px;
}

.number-list01__item--dt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;

  align-items: center; 
  -webkit-box-align: center;
}

.number-list01__item--dd{
  margin-bottom: 20px;
}

.number-list01__item__parts{
  font-weight: bold;
}
.number-list01__item__parts:nth-child(1){
  width: 2.3em;
  font-size: 12px;
  font-size: 1rem;
}
.number-list01__item__parts:nth-child(2){
  width: .7em;
  color: #c62825;
  font-size: 45px;
  font-size: 3.75rem; 
  font-family: 'RoHMinSinkPro', serif;
  line-height: 1.1;
}
.number-list01__item__parts:nth-child(3){
  margin-top: -5px;
  font-size: 15px;
  font-size: 1.25rem; 
  line-height: 1.2;
}

.block03{
  margin-top: 40px;
}

.block03__title{
  margin: 0 0 20px;
  text-align: center;
  font-size: 15px;
  font-size: 1.25rem;
}

.data-list__item{
  margin-bottom: 2px;
  padding: 10px 20px 25px;
  background-color: #eeeff3;
}

.banner-list img{
  margin-bottom: 5px;
  width: 100%;
}

.mapbox{
  position: relative;
  margin: 15px 0 10px;
  width: calc(100% - 10px);
}

.mapbox__map{
  width: 100%;
}

.mapbox__zoom{
  position: absolute;
  right: 5px;
  bottom: 10px;
}

.page-header__vertical{
  position: relative;
}

.page-header__vertical__inner{
  position: absolute;
  top: 0;
  left: 50%;
  display: inline;
      -ms-writing-mode: tb-rl;
  font-size: 10px;
  font-size: .83333rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);

  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.page-header__vertical--products{
  margin: 40px auto 15px;
  height: 151px;
}

.page-header__vertical--care{
  margin: 40px auto 15px;
  height: 147px;
}

.vertical__sub--02{
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}

.fancybox-skin{
  padding: 0 !important;
}

.fancybox-inner{
  width: 100% !important;
}

.fancybox-skin .fancybox-close{
  top: 5px;
  right: 4px;
  width: 20px;
  height: 20px;
  background-image: url(close.png) !important;
  background-size: 19px 19px !important;
}

.mente-rogo{
  padding: 80px 0 20px;
  text-align: center;
}

.menttxt{
  margin: 20px 0 100px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.16667rem; 
  line-height: 1.8;
}

.body-mente{
  position: relative;
  margin-top: 80px;
}

@media screen{
  [hidden~=screen]{
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target){
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media only screen and (min-width: 769px){
  .u-hide-pc{
    display: none !important;
  }
  .u-hide-sp{
    display: block !important;
  }
  body body{
    font-size: 15px;
    font-size: 1.25rem;
  }
  .md-btn{
    text-align: center;
    font-size: 16px;
    font-size: 1.33333rem;
  }
  .md-btn-01{
    width: 405px;
  }
  .md-btn::before{
    width: 22px;
    height: 4px;
  }
  .md-btn--link{
    background-position: right 12px center;
    background-size: 12px 9px;
  }
  .md-item-list{
    -ms-flex-pack: justify;
    margin-bottom: 20px;
    padding-left: 0;
    width: auto;

    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .md-item-list__item{
    margin-right: 0;
  }
  .md-item-list__item__img{
    width: 45px;
    height: 213px;
  }
  .md-title01{
    font-size: 44px;
    font-size: 3.66667rem;
  }
  .md-title01 .svg-inline--fa.fa-w-14{
    margin-left: 10px;
    width: 35px;
  }
  .md-title01__sub{
    font-size: 21px;
    font-size: 1.75rem;
  }
  .insta-list.insta-list--02{
    margin: 50px 0 20px;
    padding: 0;
  }
  .small01{
    margin-right: 0;
    margin-bottom: 0;
    text-align: right;
    font-size: 14px;
    font-size: 1.16667rem;
  }
  .md-title02{
    padding: 10px 20px;
    border-top: 5px solid #000;
    border-bottom: 1px solid #000;
    font-size: 24px;
    font-size: 2rem;
  }
  .md-title02 svg{
    display: none;
  }
  .lang-switch{
    top: 20px;
    right: 150px;
    left: auto;
  }
  .lang-switch--en{
    right: 20px;
  }
  .main-footer{
    margin-top: 150px;
    padding-bottom: 30px;
  }
  .main-footer__front{
    padding: 0 20px 40px;
  }
  .main-footer__logo{
    margin-top: -25px;
    margin-right: 30px;
    width: 156px;
    height: 310px;
  }
  .main-footer__logo img{
    width: 120px;
  }
  .main-footer__list01{
    float: left;
    padding-top: 50px;
    font-size: 14px;
    font-size: 1.16667rem;
  }
  .main-footer__list01__item__link{
    margin-top: 3px;
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.33333rem;
  }
  .main-footer__list01__item__link::before{
    margin-right: 10px;
    width: 12px;
  }
  .main-footer__list01__item-sp{
    display: none;
  }
  .main-footer__list01__item-pc{
    display: inline;
  }
  .main-footer__map-box{
    float: right;
    clear: none;
    margin-top: 50px;
    padding-right: 8%;
    max-width: calc(356px + 8%);
    width: calc(90% - 380px);
  }
  .main-footer__map-box img{
    width: 100%;
    height: auto;
  }
  .main-footer__back{
    background: none;
  }
  .main-footer__list02{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    padding-top: 20px;
  }
  .main-footer__list02__item{
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #000;
    line-height: 1.1;
  }
  .main-footer__list02__item:last-child{
    border: none;
  }
  .main-footer__list02__item__link{
    display: inline-block;
    font-size: 15px;
    font-size: 1.25rem;
  }
  .main-footer__list02__item__link::before{
    display: none;
  }
  .main-footer__list03{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    padding-top: 20px;
  }
  .main-footer__list03 .fa-instagram.fa-w-14{
    margin-top: 0;
  }
  .main-footer__list03__item{
    margin-left: 15px;
  }
  .main-footer__copy{
    font-size: 10px;
    font-size: .83333rem;
  }
  .gnav{
    height: 100%;
  }
  .gnav_logo{
    margin-top: 0;
    width: 100px;
    -webkit-transform: translateX(18px);
        -ms-transform: translateX(18px);
            transform: translateX(18px);
  }
  .gnav_wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .ganv-close{
    top: 30px;
    right: 28px;
    padding-left: 20px;
    font-size: 15px;
    font-size: 1.25rem;
  }
  .ganv-close::before{
    left: 4px;
    width: 14px;
  }
  .ganv-close::after{
    left: 4px;
    width: 14px;
  }
  .gnav-list{
    margin-bottom: 60px;
  }
  .gnav-list__item{
    margin: 0 20px;
    padding-top: 15px;
  }
  .gnav-list__item::before{
    width: 25px;
  }
  .gnav-list__item img{
    width: auto;
  }
  .gnav_icon{
    font-size: 35px;
    font-size: 2.91667rem;
  }
  .navbox{
    width: 134px;
    height: 84px;
    font-size: 14px;
    font-size: 1.16667rem;
  }
  .navbox--top{
    top: 0;
    opacity: 1;
  }
  .kv-erea{
    min-height: 500px;
    height: 100vh;
  }
  .kv-list__item{
    min-height: 500px;
    height: 100vh;
  }
  .kv-list__item--01{
    background-image: url(/images/main/kv_pc_01.jpg);
  }
  .kv-list__item--02{
    background-image: url(/images/main/kv_pc_02.jpg);
  }
  .main-rogo{
    max-width: 170px;
    width: 170px;
  }
  .scroll-btn{
    bottom: calc(50% - 210px);
  }
  .scroll-btn__text{
    display: block;
  }
  .scroll-btn .mouse{
    margin-top: 5px;
    height: 20px;
  }
  .item_nav__message{
    margin: 0 0 40px auto;
    width: auto;
  }
  .vertical__title__wrapper{
    height: 290px;
  }
  .vertical__sub{
    display: block;
    -webkit-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  .vertical__title{
    right: -5px;
    bottom: 0;
    left: auto;
    line-height: 3em;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .vertical__title--02{
    margin: 0;
  }
  .vertical__title--02 .vertical__txt{
    margin-right: 15px;
    font-size: 17px;
    font-size: 1.41667rem; 
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .vertical__title--02 .vertical__img{
    width: 120px;
  }
  .vertical__img{
    width: 60px;
  }
  .vertical__txt{
    margin-right: 15px;
    padding-left: 45px;
    height: 250px;
    background-size: 33px 48px;
    font-size: 17px;
    font-size: 1.41667rem; 
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
  }
  .vertical__txt__img{
    display: inline-block;
    width: 33px !important;
    height: 48px;
    -webkit-transform: translate(-18px, 8px);
        -ms-transform: translate(-18px, 8px);
            transform: translate(-18px, 8px);
  }
  @supports (-ms-ime-align: auto){
    .vertical__txt__img{
      margin-top: 25px;
      margin-left: -10px;
      -webkit-transform: translate(-18px, 12px);
          -ms-transform: translate(-18px, 12px);
              transform: translate(-18px, 12px);
    }
  }
  .item_nav{
    padding-top: 350px;
    background-position: 46% -195px;
    background-size: auto;
  }
  .item_nav__inner{
    margin: 0 auto;
    padding: 0 10px;
    max-width: 980px;
  }
  .layoutbox01{
    padding-top: 175px;
  }
  .layoutbox01__item--farst{
    position: relative;
    width: 339px;
    height: 221px;
  }
  .vertical__img02{
    width: 120px;
    height: 221px;
  }
  .layoutbox01__linkbox:nth-child(1) .layoutbox01__linkbox__image{
    bottom: 25px;
    width: 110px;
  }
  .layoutbox01__linkbox:nth-child(2) .layoutbox01__linkbox__image{
    top: -75px;
    width: 80px;
  }
  .layoutbox01__linkbox:nth-child(3) .layoutbox01__linkbox__image{
    bottom: 20px;
    width: 85px;
  }
  .layoutbox01__linkbox:nth-child(4) .layoutbox01__linkbox__image{
    top: -75px;
    width: 85px;
  }
  .layoutbox01__item{
    margin-bottom: 85px;
  }
  .layoutbox01__item--farst{
    display: block;
    margin-right: 50px;
    -webkit-transform: translateX(-3%);
        -ms-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  .layoutbox01__item--farst img{
    width: 272px;
  }
  .layoutbox01__item--last{
    margin: 30px 0 45px;
    width: 400px;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .layoutbox01__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
  }
  .layoutbox01__linkbox__name{
    width: 80px;
  }
  .insta-list{
    -ms-flex-pack: center;
    margin: 40px 0 40px;
    padding: 0 10px;

    -webkit-box-pack: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: center;
  }
  .insta-list--item{
    margin: 0 1px;
    width: auto;
  }
  .kv-erea__insta-img{
    top: 50px;
    left: 50px;
    width: 150px;
    height: 150px;
  }
  .box-wrapper{
    padding: 0 25px;
  }
  .page-header--concept{
    height: 430px;
    background: no-repeat center 0 url(/images/concept/concept01_pc.png), repeat-x right bottom url(/images/back01.png);
    background-size: auto auto, 40px auto;
  }
  .breadcrumb{
    position: fixed;
    top: 0;
    left: 25px;
    padding-top: 20px;
  }
  .breadcrumb--02{
    color: #000;
  }
  .breadcrumb--02 a{
    color: #000;
  }
  .page-header__title-concept{
    top: 105px;
    left: calc(50% - 360px);
  }
  .page-header__title-concept img{
    width: 83px;
    height: 389px;
  }
  .page-content{
    padding-top: 50px;
    padding-bottom: 35px;
    background-size: 40px auto;
  }
  .text01{
    margin-bottom: 40px;
    text-align: center;
    font-size: 15px;
    font-size: 1.25rem; 
    line-height: 2.6;
  }
  .img-center{
    margin-bottom: 40px;
  }
  .img-center--content01{
    width: 365px;
  }
  .img-center--content02{
    width: 479px;
  }
  .page-header--products{
    min-height: 850px;
    background-position: 46% -90px;
    background-size: auto;
  }
  .page-header__title{
    margin-top: 0;
    margin-bottom: 440px;
    padding-top: 98px;
    letter-spacing: 2px;
  }
  .page-header__title img{
    width: 60px;
  }
  .page-header__title--care{
    margin-top: 0;
    margin-bottom: 40px;
  }
  .page-header__title--care img{
    width: 120px;
  }
  .page-header__intro{
    text-align: center;
    font-size: 15px;
    font-size: 1.25rem; 
    line-height: 2.6;
  }
  .page-header__intro--care{
    margin-bottom: 90px;
  }
  .products_list{
    margin: 50px auto 0;
    max-width: 1000px;
  }
  .products_list__item{
    width: 25%;
  }
  .producing_list{
    margin: 0 auto;
    margin-top: 80px;
    max-width: 1000px;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
  }
  .producing_list--02{
    margin-top: 40px;
  }
  .producing_list__item--dt{
    padding: 10px 20px;
    font-size: 20px;
    font-size: 1.66667rem;
  }
  .producing_list__item--dd{
    padding: 7px 0 7px 10px;
    width: 16.6%;
    font-size: 15px;
    font-size: 1.25rem;
  }
  .page-header--detail{
    height: 625px;
  }
  .page-header--detail::after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-top: 0;
    height: 625px;
  }
  .page-header__title--detail{
    top: -15px;
    left: 70px;
    text-align: center;
    font-size: 28px;
    font-size: 2.33333rem;
  }
  .page-header__title--detail img{
    width: 80px;
  }
  .titleimg-wrapper{
    margin-right: 10px;
  }
  .titleimg-wrapper--02{
    height: 155px;
  }
  .titleimg-wrapper--03{
    height: 230px;
  }
  .titleimg-wrapper--04{
    height: 310px;
  }
  .titleimg-wrapper--05{
    height: 385px;
  }
  .layoutbox03{
    margin: 0 auto;
    padding: 40px 5% 0 240px;
    min-height: 260px;
    max-width: 1000px;
  }
  .layoutbox03--04{
    min-height: 300px;
  }
  .layoutbox03--05{
    min-height: 380px;
  }
  .products-txt{
    font-size: 15px;
    font-size: 1.25rem; 
    line-height: 2.6;
  }
  .ac-box{
    background: repeat-x right top 0 url(/images/back01.png);
    background-size: 40px auto;
  }
  .acbox-switch{
    margin: 0 auto;
    max-width: 1000px;
    height: auto;
    background: none;
  }
  .acbox-content{
    display: block !important;
    margin: 0 auto;
    padding: 30px 30px 20px !important;
    max-width: 1000px;
    height: auto !important;
  }
  .acbox-content__inner{
    margin-left: auto;
    min-height: 280px;
    width: calc(100% - 430px);
  }
  .acbox-switch__title{
    top: 25px;
    bottom: auto;
  }
  .acbox-switch__title img{
    width: 83px;
  }
  .acbox-switch__img--jiki{
    top: 41px;
    left: 91px;
    width: 330px;
  }
  .acbox-switch__img--touki{
    top: 94px;
    left: 97px;
    width: 325px;
  }
  .acbox-switch__img--siikki{
    top: 25px;
    left: 80px;
    width: 337px;
  }
  .acbox-switch__img--donabe{
    top: 90px;
    left: 40px;
    width: 401px;
  }
  .acbox-switch__r{
    float: none;
    text-align: center;
    font-size: 22px;
    font-size: 1.83333rem;
  }
  .acbox-switch__r br{
    display: none;
  }
  .acbox-switch__text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 0;
    margin-left: auto;
    width: calc(100% - 430px);
    height: 65px;
    text-align: left;

    align-items: center; 
    -webkit-box-align: center;
  }
  .acbox-switch__icon{
    display: none;
  }
  .acbox-content__text{
    font-size: 13px;
    font-size: 1.08333rem;
  }
  .acbox-content__list{
    font-size: 13px;
    font-size: 1.08333rem;
  }
  .acbox-content__list__item--dt{
    border: none;
  }
  .page-header--shop{
    height: 625px;
  }
  .page-header--shop .breadcrumb{
    padding-left: 0;
  }
  .page-header--shop .breadcrumb__item::after{
    border-color: #333;
  }
  .page-header--shop .breadcrumb{
    color: #333;
  }
  .page-header--shop .breadcrumb a{
    color: #333;
  }
  .page-header--shop::after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-top: 0;
    height: 625px;
  }
  .block01{
    padding-top: 40px;
    padding-left: 110px;
  }
  .side-title{
    top: -23px;
    left: 0;
  }
  .side-title img{
    width: 53px;
  }
  .map-img{
    display: block;
  }
  .icon-title{
    padding-left: 20px;
    background-size: 16px auto;
    font-size: 24px;
    font-size: 2rem;
  }
  .icon-title br{
    display: none;
  }
  .icon-title--02{
    font-size: 19px;
    font-size: 1.58333rem; 
    line-height: 1.5;
  }
  .address{
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.16667rem;
  }
  .address br{
    display: none;
  }
  .list-txt01{
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.08333rem;
  }
  .list-txt01--02{
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.16667rem;
  }
  .list-txt02--02{
    margin-top: -15px;
  }
  .list-txt02--02 .list-txt02__item{
    line-height: 1.9;
  }
  .list-txt02__item{
    font-size: 14px;
    font-size: 1.16667rem; 
    line-height: 1.8;
  }
  .block02{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-top: 60px;
    padding: 5px 50px 30px 0;
    border-width: 4px;

    align-items: center; 
    -webkit-box-align: center;
  }
  .block02__before{
    padding: 10px;
    width: 440px;
  }
  .block02__txt01{
    font-size: 15px;
    font-size: 1.25rem;
  }
  .block02__txt02{
    font-size: 33px;
    font-size: 2.75rem;
  }
  .block02__txt03{
    width: 220px;
    font-size: 16px;
    font-size: 1.33333rem;
  }
  .number-list01__item__parts:nth-child(1){
    font-size: 14px;
    font-size: 1.16667rem;
  }
  .number-list01__item__parts:nth-child(2){
    font-size: 50px;
    font-size: 4.16667rem;
  }
  .number-list01__item__parts:nth-child(3){
    font-size: 20px;
    font-size: 1.66667rem;
  }
  .number-list01__item__parts:nth-child(3) br{
    display: none;
  }
  .block03{
    margin-top: 60px;
  }
  .block03__title{
    font-size: 22px;
    font-size: 1.83333rem;
  }
  .data-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    justify-content: center;
  }
  .data-list__item{
    padding: 20px 35px 30px;
    width: 49.5%;
  }
  .banner-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .banner-list__item{
    width: 49.5%;
  }
  .mapbox{
    display: none;
  }
  .page-header__vertical{
    margin-top: 0;
    padding-top: 98px;
  }
  .page-header__vertical--products{
    margin-bottom: 440px;
    height: 313px;
  }
  .page-header__vertical--products img{
    width: 60px;
    height: 215px;
  }
  .page-header__vertical--care{
    margin-bottom: 40px;
    height: 319px;
  }
  .page-header__vertical--care img{
    margin-right: 2px;
    width: 120px;
    height: 221px;
  }
  .page-header__vertical__inner{
    top: 98px;
  }
  .vertical__sub--02{
    -webkit-transform: translateX(2px);
        -ms-transform: translateX(2px);
            transform: translateX(2px);
  }
  .vertical__sub--03{
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media all and (-ms-high-contrast: none){
  .vertical__txt__img{
    margin-top: 25px;
    margin-left: -10px;
    -webkit-transform: translate(-18px, 12px);
        -ms-transform: translate(-18px, 12px);
            transform: translate(-18px, 12px);
  }
}

@media only screen and (min-width: 1000px){
  .layoutbox01__item--farst{
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
