@charset "UTF-8";
:root {
  font-size: 15px;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  line-height: 1.5;
}

@media screen and (min-width: 600px) {
  :root {
    line-height: 2;
  }
}

.bold {
  font-weight: bold;
}

body {
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "Times New Roman", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: inline-block;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  width: 100%;
  z-index: 1000;
}
.main-visual {
  position: relative;
  overflow: hidden;
  height: 160px;
}

.main-visual img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-copy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.main-copy-ttl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 34, 68, 0.2);
}

.banner-list {
  display: flex;
  justify-content: space-between;
}
.banner-list-item {
  width: calc(50% - 1px);
}
.banner-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
}
.banner-list .rakuten {
  background-color: #b00;
}

.banner-list .minne {
  background-color: #000;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
  height: 32px;  
}

.bread-list {
  display: flex;
  align-items: center;
}

.bread-list-item {
  position: relative;
  font-size: 12px;
  flex-shrink: 0;
  line-height: 1.2;
}

.bread-list-item+.bread-list-item {
  margin-left: 3em;
}

.bread-list-item+.bread-list-item::before {
  content: '\003e';
  position: absolute;
  top: calc(50% - 7px);
  left: -1.8em;
  display: inline-block;
}
.bread-list-item .post-categories {
  line-height: 1.2;
}
.bread-list-item.current-page {
  flex-shrink: 1;
}

.main-section {
  position: relative;
}
.main-section a {
  transition: .3s;
}
.default-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #176db6;
  color: #fff!important;
  margin: 60px auto 0;
  transition: .3s opacity;
}
.default-button.darkblue a {
  background: #004f9b;
}
.link_blue {
  color: #176db6;
}
.link_blue:hover {
  opacity: .8;
}

.site-footer {
  position: relative;
  color: #fff;
}

.footer-content {
  background-color: #176db6;
}

.footer-call-tel {
  display: flex;
  align-items: center;
}
.footer-call-no {
  margin-left: 5px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
.footer-shop-list-item {
  display: inline-block;
}
.footer-shop-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}
.footer-shop-list .rakuten a {
  font-weight: bold;
  color: #b00;
}

.footer-nav {
  background-color: #fff;
}

.footer-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 13px 0;
  width: 703px;
}
.footer-nav-item {
  margin: 0 14px;
}
.copyright {
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.hoverzoom {
  overflow: hidden;
}
.hoverzoom img {
  transition: .3s;
}
.hoverzoom img:hover {
  transform: scale(1.1);
}
/* tab & sp */
@media screen and (max-width: 979px) {
  body.nav-active {
    overflow: hidden;
  }
  .site-main {
    margin-top: 70px;
  }

  .nav-active .site-header {
    opacity: 1;
  }

  .site-header {
    min-width: 320px;
    height: 70px;
    font-size: 13px;
  }
  .site-header-logo {
    margin-top: 15px;
    margin-left: 25px;
    width: 145px;
    height: 40px;
    transition: .5s transform;
  }
  .site-header-nav {
    position: fixed;
    top: 70px;
    right: -125vw;
    right: min(-125vw, -400px);
    height: calc(100vh - 70px);
    width: 100%;
    background-color: #fff;
    z-index: 1;
    transition: .5s right;
    overflow-y: auto;
  }
  .shop {
    margin-top: 3px;
    margin-left: 25px;
    width: 271px;
    text-align: center;
  }
  .shop-text {
    margin-top: 5px;
  }
  .banner-list {
    display: flex;
  }
  .banner-list-item a {
    width: 135px;
    min-height: 44px;
    font-size: 20px;
  }
  .banner-list .minne img {
    width: 80px;
  }
  .main-nav {
    margin-top: 4px;
    line-height: 1.7;
  }
  
  .main-nav a {
    color: #176db6;
  }
  .main-nav-item {
    padding: 7px 0 0 25px;
    border-top: 1px solid #f6f6f6;
    min-height: 38px;
  }
  
  .main-nav-item>a {
    font-size: 15px;
    font-weight: bold;
  }
  
  .main-nav-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 1px 0 6px;
    width: 270px;
    max-height: 4em;
  }
  
  .main-nav-inner-item {
    padding-left: 4px;
    min-width: 130px;
  }
  
  .main-nav-inner-item::before {
    content: '- ';
    color: #176db6;
  }
  .main-nav .collection {
    background-color: #004f9b;
  }
  .main-nav .collection a {
    color: #fff;
  }

  .main-nav .inquiry {
    background-color: #176db6;
  }
  
  .main-nav .inquiry a {
    color: #fff;
  }
  
  .main-nav-item.sns {
    padding: 0;
  }
  
  .sns-list {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    width: 81px;
  }
  
  .sns-list img {
    width: 23px;
    height: 23px;
  }

  .nav-active .site-header-nav {
    right: 0;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: fixed;
    z-index: 10002;
    top: 24px;
    right: 18px;
    width: 25px;
    height: 22px;
    visibility: visible;
    opacity: 1;
    transition: .5s;
    cursor: pointer;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #176db6;
    border-radius: 1px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 1px;
  }

  .nav-active .menu-trigger span:nth-of-type(1) {
    transform: translateY(10px) rotate(-225deg);
  }

  .nav-active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .nav-active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-10px) rotate(225deg);
  }

  .nav-active .menu-trigger {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .menu-trigger.hidden {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
  }

  .menu-bg,
  .bg-trigger {
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    visibility: hidden;
  }

  .menu-bg {
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .5s;
  }

  .nav-active .menu-bg {
    opacity: 1;
    visibility: visible;
  }

  .bg-trigger {
    cursor: pointer;
  }

  .nav-active .bg-trigger {
    visibility: visible;
  }

  .breadcrumbs {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .default-button a {
    margin-top: 30px;
    width: 180px;
    height: 43px;
    font-size: 14px;
  }

  .footer-nav {
    display: none;
  }
}

/* sp */
@media screen and (max-width: 599px) {
  body {
    min-width: 320px;
  }
  .spNone {display: none;}

  .nav-active .site-header-logo {
    transform: translateX(calc(50vw - 102px));
  }
  .shop {
    margin: 3px auto 0;
  }
  .main-nav-item > * {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    transform: translateX(-12.5%);
  }
  .main-nav-item .sns-list {
    margin: 10px auto;
    width: 123px;
  }
  .main-nav .inquiry, .main-nav .collection {
    text-align: center;
  }

  .breadcrumbs {
    margin-bottom: 45px;
    padding-left: 10px;
  }
  .section-inner {
    padding: 0 25px;
    overflow: hidden;
  }

  .section-img-3 {
    margin: 0 auto;
    width: 100%;
  }
  .slider {
    height: 0;
    overflow: hidden;
  }
  .section-img-3.slick-initialized {
    height: auto;
    overflow: visible;
  }


  .footer-content {
    margin-top: 50px;
    padding: 0 25px;
    font-size: 14px;
    text-align: center;
  }
  .footer-content > div + div {
    margin-top: 13px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.3);
  }
  .footer-content-text {
    font-size: 12px;
  }
  .footer-logo {
    margin: 0 auto;
    padding: 30px 0 14px;
    width: 130px;
  }
  .footer-sns-list {
    display: none;
  }
  .footer-call-tel {
    justify-content: center;
  }
  .footer-shop-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 4px 0 32px;
    width: 270px;
  }
  .footer-shop-list-item a {
    width: 134px;
    height: 44px;
  }
  .footer-shop-list .rakuten a {
    font-size: 20px;
  }
  .footer-shop-list .minne img {
    width: 80px;
  }

  .copyright {
    padding: 8px 0;
    font-size: 11px;
  }

}

/* tab & pc */
@media screen and (min-width: 600px) {
  .spOnly {display: none;}
  .main-visual {
    height: 500px;
  }
  .main-copy-ttl {
    font-size: 32px;
    line-height: 1.5;
  }
  .breadcrumbs {
    margin-bottom: 150px;
    padding-left: 70px;
    min-height: 60px;
  }
  .bread-list-item .post-categories {
    line-height: 1.4;
  }
  .two-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .two-column > * {
    margin: 0;
    width: 47.5%;
    max-width: 550px;
  }
  .section-inner {
    padding: 0 20px;
  }
  .vertical-rl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;  
  }
  .section-img-3 {
    display: flex;
    justify-content: center;
    margin: 90px auto 0;
    width: 100%;
  }
  .section-img-3 + .section-img-3 {
    margin-top: 40px;
  }
  .section-img-3 img {
    display: block;
    width: 33.333%;
  }
  .default-button a {
    margin-top: 60px;
    width: 240px;
    height: 60px;
  }
  .main-nav-item a {
    transition: .3s;
  }
  .main-nav-item a:hover {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
  }
  .rakuten,
  .minne,
  .main-nav-item.inquiry a,
  .main-nav-item.collection a {
    transition: .3s;
  }
  .rakuten:hover,
  .minne:hover,
  .main-nav-item a:hover,
  .banner-list-item:hover,
  .default-button a:hover,
  .footer-sns-list-item a:hover {
    text-shadow: none;
    opacity: .6;
  }

  .site-footer {
    margin-top: 105px;
  }
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 47px 0 44px;
    background-color: #176db6;
  }

  .footer-logo {
    margin-bottom: 13px;
    width: 165px;
  }
  
  .footer-sns-list {
    margin-top: 10px;
    display: flex;
  }
  
  .footer-sns-list-item {
    margin-right: 20px;
  }
  
  .footer-sns-list-item a {
    display: block;
  }
  .footer-logo {
    margin-bottom: 13px;
    width: 165px;
  }
  
  .footer-sns-list {
    margin-top: 10px;
    display: flex;
  }
  
  .footer-sns-list-item {
    margin-right: 20px;
  }
  
  .footer-sns-list-item a {
    display: block;
    transition: .3s opacity;
  }
  
  .footer-sns-list-item a img {
    width: 26px;
    height: 26px;
  }

  .footer-call-tel {
    display: flex;
    align-items: center;
    margin: -5px 0 -3px;
  }
  
  .footer-shop-list {
    margin-top: 7px;
  }
  
  .footer-shop-list-item a {
    width: 245px;
    height: 45px;
    transition: .3s opacity;
  }
  
  .footer-shop-list-item.rakuten a {
    font-size: 22px;
  }
  
  .footer-shop-list-item.minne img {
    width: 85px;
  }

  .copyright {
    padding: 20px 0 10px;
    font-size: 10px;
  }
}

/* tab */
@media screen and (min-width: 600px) and (max-width: 979px) {
  .nav-active .site-header-logo {
    transform: translateX(calc(100vw - 263px));
  }
  .site-header-nav {
    width: 320px;
  }
  .footer-content {
    padding: 47px 30px 44px;
  }
  .footer-content-text {
    font-size: 14px;
  }
  .footer-marujo {
    width: 270px;
  }
  .footer-call-no {
    margin-left: 6px;
    font-size: 28px;
  }
  
  .footer-shop {
    margin: 30px auto 0;
    padding: 30px 0 0;
    width: 520px;
    border-top: 1px solid rgba(255,255,255,.3);
  }
  .footer-shop-list {
    display: flex;
  }
  .footer-shop-list-item + .footer-shop-list-item {
    margin-left: 8px;
  }
}

/* pc */
@media print , (min-width: 980px) {
  .menu-bg,
  .bg-trigger {
    display: none;
  }
  .site-main {
    margin-top: 100px;
  }
  .site-main, .site-footer {
    min-width: 1200px;
  }

  .section-inner {
    margin: 0 auto;
    width: 1200px;
  }
  .site-header {
    min-height: 100px;
  }

  .site-header-logo {
    margin-top: 23px;
    margin-left: 50px;
    width: 190px;
  }

  .shop {
    position: absolute;
    top: 0;
    right: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #b00;
    width: 216px;
    height: 48px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    transition: .5s background;
  }
  .shop:hover {
    background-color: transparent;
  }

  .shop-text {
    margin: 0;
    transition: .3s;
  }
  .shop:hover .shop-text {
    opacity: 0;
  }

  .banner-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: .5s;
  }
  .banner-list .rakuten {
    font-size: 20px;
  }
  .shop:hover .banner-list {
    opacity: 1;
    z-index: 1;
  }

  .banner-list-item {
    transition: .3s opacity;
  }
  .banner-list-item a {
    height: 48px;
  }
  .banner-list .minne img {
    width: 85px;
  }
  .main-nav-item.collection a{
    position: absolute;
    top: 0;
    right: 463px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004f9b;
    width: 218px;
    height: 48px;
    font-weight: bold;
    color: #fff;
  }
  .main-nav-item.inquiry a{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #176db6;
    width: 243px;
    height: 48px;
    font-weight: bold;
    color: #fff;
  }

  .site-header-nav {
    position: static;
  }
  .main-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: -17px;
    padding-right: 25px;
    width: 100%;
    min-width: 600px;
  }
  .main-nav-item {
    margin-left: 68px;
  }
  .main-nav-item.inquiry {
    margin: 0;
  }
  
  .main-nav-item.sns {
    display: none;
  }
  .main-nav-inner {
    display: none;
  }

  .footer-content > div {
    padding: 0 55px 0 60px;
    width: 100%;
    max-width: 390px;
    border-left: 1px solid #fff;
  }
  .footer-call p:first-child,
  .footer-shop p:first-child {
    margin-top: -8px;
  }
  .footer-call-no {
    margin-left: 6px;
    font-size: 33px;
  }
  
  
  
  .footer-shop {
    border-right: 1px solid #fff;
  }
  .footer-shop-list-item+.footer-shop-list-item {
    margin-top: 14px;
  }


  
}





/* carousel */
.products-carousel {
  position: relative;
  margin: 98px auto 0;
  padding-top: 90px;
  max-height: 500px;
}

.products-carousel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 60px);
  border-top: 1px solid #dcdcdc;
}

@media all and (min-width: 1200px) {
  .products-carousel::before {
    left: calc(610px - 50vw);
    width: calc(100vw - 60px);
  }
}

.carousel-header-ttl {
  margin: 0 auto 0;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

.carousel-list {
  position: relative;
  margin: 50px auto 0;
  width: 100%;
  opacity: 0;
  transition: .5s;
}
.carousel-list.slick-initialized {
  opacity: 1;
  transition-delay: .5s;
}
.carousel-list-item {
  padding: 0 5px;
}
/* .carousel-ttl {
  color: #fff;
  transition: 2s color;
  transition-delay: .5s;
}
.slick-active .carousel-ttl {
  color: #000;
} */

.carousel-ttl span {display: inline-block;}
.carousel-list-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: bold;
  line-height: 1.2;
  transition: .5s height;
}
@media (max-width: 599px) {
  .products-carousel {
    margin: 50px auto 0;
    padding-top: 50px;
    width: 95%;
    max-width: 460px;
  }
  .carousel-header-ttl {
    font-size: 15px;
  }
  .carousel-list {
    margin-top: 24px;
  }
  /* .carousel-list-item a {
    min-height: calc(26vw + 32px);
    max-height: 171px;
  } */
  .carousel-img img {
    width: 100%;
    height: 27.421875vw;
    max-height: 146px;
  }
  .carousel-ttl {
    font-size: 13px;
    min-height: 30px;
  }
}
@media (min-width: 600px) {
  .carousel-list-item a {
    font-size: 16px;
    min-height: calc(26vw + 24px);
  }
  .carousel-ttl {
    min-height: 38px;
  }
}
@media (min-width: 980px) {
  .carousel-list-item a {
    font-size: 20px;
    min-height: 276px;
  }
  .carousel-ttl {
    min-height: 48px;
  }
}

.carousel-img img {
  display: block;
  margin-bottom: 10px;
}

.slick-prev,
.slick-next {
  top: calc(50% - 30px);
  width: 20px;
  height: 40px;
  background: rgba(255, 255, 255, .75) !important;
  z-index: 1;
  transition: .5s;
}
.slick-next {
  right: -20px;
}
@media all and (max-width: 1199px) {
  .slick-prev {
    left: 0;
    transition: .5s;
  }

  .slick-next {
    right: 0;
    transition: .5s;
  }
}
@media (max-width: 980px) {
  .slick-prev, .slick-next {top: calc(50% - 10px);}
  .slick-prev {left: -6px}
  .slick-next {right: -6px;}
}
@media (max-width: 599px) {
  .slick-prev, .slick-next {top: calc(50% - 40px);transform: scale(.75)}
  .slick-prev {left: -23px}
  .slick-next {right: -23px}
}
.slick-prev::before,
.slick-next::before {
  content: '';
  display: block;
  margin-left: 4px;
  width: 15px;
  height: 20px;
  background: url(../images/common/slick-arrow-left.svg) no-repeat;
  background-position-x: 3px;
}

.slick-next::before {
  transform: scale(-1, 1);
  background-position-x: 4px;
}


.to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(255,255,255,.8);
  width: 30px;
  height: 30px;
  border: 2px solid #176db6;
  border-radius: 50%;
  overflow: hidden;
  display: none;
  transition: .3s transform;
  z-index: 1;
}
.to-top:hover {
  transform: scale(1.1);
}
@media (min-width: 600px) {
  .to-top {
    width: 40px;
    height: 40px;
    right: auto;
    left: calc(100% - 60px);
  }
}

@media print {
  body {
    width: 100%;
    -webkit-print-color-adjust: exact;
  }
  .site-header {position: absolute;min-height:80px}
  .site-header-logo {margin-top: 0;padding-top: 10px}
  .site-header-nav {position: absolute;bottom: 0;right: 0;}
  .shop {top: -70px;}
  .main-nav-item.inquiry a {top: -70px;}

  .main-nav-item.sns, .footer-sns-list {display: none!important;}
  .to-top {display: none;}
  .site-main {margin-top: 80px;}
}
@page pagename {
  size: A4 landscape;
}