@charset "UTF-8";
/* Chakara LP styles */
/*reset*/
* {
  padding-left: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: #fff;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

/*common*/
html {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  background: #000;
  color: #fff;
  scroll-behavior: smooth;
}

a:hover {
  cursor: pointer;
}

a.line {
  position: relative;
  display: inline-block;
}
a.line::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
a.line:hover {
  opacity: 0.8;
}

.menu, h2, .btn:not(.gold), .foot-menu, .copyright, #hamburger {
  font-weight: 300;
}

.btn.gold {
  font-size: 16px;
  letter-spacing: 0.05em;
}

h2.left-line {
  font-weight: 400;
  color: #919191;
  font-size: 10px;
  padding-left: 45px;
  position: relative;
  margin: 72px 0 16px;
}
@media print, screen and (min-width: 768px) {
  h2.left-line {
    margin: 144px 0 48px;
  }
}
h2.left-line::before {
  content: "";
  width: 35px;
  height: 1px;
  background: #919191;
  position: absolute;
  left: 0;
  top: 50%;
}
@media print, screen and (min-width: 768px) {
  h2.left-line {
    font-size: 14px;
    padding-left: 58px;
  }
  h2.left-line::before {
    width: 50px;
  }
}

h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 56px;
}
@media print, screen and (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 768px) {
  h3 {
    letter-spacing: 0.2em;
    margin-bottom: 72px;
  }
}

.page h2:not(.left-line) {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .page h2:not(.left-line) {
    font-size: 26px;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
  }
}

@media print, screen and (max-width: 767px) {
  .page h2.spsmall {
    font-size: 19px;
  }
}

.container, .container-s {
  padding-bottom: 78px;
}
@media print, screen and (min-width: 768px) {
  .container, .container-s {
    padding-bottom: 144px;
  }
}

@media print, screen and (max-width: 767px) {
  footer .container {
    padding-bottom: 50px;
  }
}

.container, .container-wide, .container-s {
  margin: 0 auto;
  width: calc(100% - 32px);
}
@media print, screen and (min-width: 768px) {
  .container, .container-wide, .container-s {
    width: calc(100% - 96px);
  }
}
@media print, screen and (min-width: 1200px) {
  .container, .container-wide, .container-s {
    width: calc(100% - 180px);
  }
}

.container .container-s {
  width: 100%;
}

.container-left {
  padding: 0 16px;
}
@media print, screen and (min-width: 768px) {
  .container-left {
    padding-right: 80px;
    padding-left: 48px;
  }
}
@media print, screen and (min-width: 1200px) {
  .container-left {
    padding-left: calc(100% - 600px);
  }
}
@media print, screen and (max-width: 767px) {
  .container-left {
    margin-bottom: 60px;
  }
}

.container-right {
  padding: 0 16px;
}
@media print, screen and (min-width: 768px) {
  .container-right {
    padding-left: 80px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 1200px) {
  .container-right {
    padding-right: calc(100% - 600px);
  }
}
@media print, screen and (max-width: 767px) {
  .container-right {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .color-lineup .flex_pc .item:first-of-type, #shifuku1 .flex_pc .item:first-of-type {
    padding-right: 60px;
  }
}
@media print, screen and (min-width: 1200px) {
  .color-lineup .flex_pc .item:first-of-type, #shifuku1 .flex_pc .item:first-of-type {
    padding-right: 100px;
  }
}

.container {
  max-width: 1200px;
}
@media print, screen and (min-width: 1380px) {
  .container {
    width: 1200px;
  }
}

.container-wide {
  max-width: 1260px;
}
@media print, screen and (min-width: 1440px) {
  .container-wide {
    width: 1200px;
  }
}

.container-s {
  max-width: 1000px;
}

.com_btm_page {
  margin-bottom: 90px;
}
@media print, screen and (min-width: 768px) {
  .com_btm_page {
    margin-bottom: 150px;
  }
}
.com_btm_page .container, .com_btm_page .container-left {
  padding-bottom: 0;
}

.mb16 {
  margin-bottom: 16px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.full-width {
  width: 100%;
}
.full-width img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ta_c {
  text-align: center;
}

iframe.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.btn-wrap {
  width: 380px;
  max-width: 100%;
  text-align: center;
}
.btn-wrap:not(.left) {
  margin-left: auto;
  margin-right: auto;
}

.btn {
  width: 380px;
  max-width: 100%;
  text-align: center;
  padding: 18px 0;
  border: 1px solid #474747;
  margin: 0 auto;
  display: block;
}
.btn:hover {
  background: #1f1f1f;
  border: none;
  transition: 0.3s;
}

.btn.left {
  margin-left: 0;
}

.btn.gold {
  border: none;
  background: #6f6147;
  color: #fff;
}
.btn.gold:hover {
  background: #8b7958;
}

.pc-view {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc-view {
    display: block;
  }
}

.sp-view {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp-view {
    display: none;
  }
}

.kome {
  position: relative;
  padding-left: 1.5em;
}
.kome::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

#products .item-list li a p span::after {
  bottom: -2px !important;
}

@media print, screen and (min-width: 768px) {
  #pc-menu-area #main-menu li,
  .foot-menu li, #products .item-list li a p span {
    cursor: pointer;
    position: relative;
  }
  #pc-menu-area #main-menu li::after,
  .foot-menu li::after, #products .item-list li a p span::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 4px;
    left: 0;
    background: #fff;
    transition: 0.3s;
    transform: scale(0, 1);
    transform-origin: left;
  }
}

@media print, screen and (min-width: 768px) {
  #pc-menu-area #main-menu li:hover::after,
  .foot-menu li:hover::after, #products .item-list li:hover a p span::after {
    transform: scale(1);
  }
}

.page.mv-bright:not(.pastmv) #pc-menu-area #main-menu li a {
  color: #000;
}
.page.mv-bright:not(.pastmv) #pc-menu-area .head-logo {
  filter: invert(100%);
}
.page.mv-bright:not(.pastmv) #pc-menu-area #main-menu li:hover::after {
  background: #000;
}

.page.mv-bright:not(.pastmv) #sp-menu-area #hamburger::after {
  color: #000;
}
.page.mv-bright:not(.pastmv) #sp-menu-area #hamburger span.line {
  background: #000;
}
.page.mv-bright:not(.pastmv) #sp-menu-area #sp-head-logo a {
  filter: invert(100%);
}

/*flexbox*/
@media print, screen and (min-width: 768px) {
  .flex_pc {
    display: flex;
  }
  .flex_pc .item {
    width: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  .flex_pc .item:first-of-type {
    margin-bottom: 60px;
  }
}

@media print, screen and (max-width: 767px) {
  #shifuku4 .flex_pc .item, .flex_pc.no-gap .item {
    height: 77.3vw;
  }
  #shifuku4 .flex_pc .item:first-of-type, .flex_pc.no-gap .item:first-of-type {
    margin-bottom: 0;
  }
}

/*mainmenu*/
#pc-menu-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 64px;
}
@media print, screen and (max-width: 767px) {
  #pc-menu-area {
    display: none;
  }
}
#pc-menu-area .menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pc-menu-area.scroll {
  padding-top: 10px;
  transition: 0.5s;
}
#pc-menu-area #main-menu {
  display: flex;
  justify-content: flex-end;
}
#pc-menu-area #main-menu li {
  cursor: pointer;
  margin-right: 28px;
}
#pc-menu-area #main-menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
#pc-menu-area #main-menu li:last-of-type {
  margin-right: 0;
}
#pc-menu-area #main-menu li.shop {
  margin-right: 0;
  border: solid 1px #fff;
  padding: 2px 22px;
}
#pc-menu-area #main-menu li.shop:hover {
  background: #1f1f1f;
  border: none;
  transition: 0.3s;
}
#pc-menu-area .head-logo {
  display: block;
  width: 216px;
  height: 44px;
  background-image: url(./images/logo-landscape.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  #sp-menu-area {
    display: none;
  }
}
#sp-menu-area #sp-main-menu {
  opacity: 0;
  position: fixed;
  z-index: -10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./images/spmenu-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 16px 0;
}

#sp-menu-area.view #sp-main-menu {
  opacity: 1;
  transition: 0.5s ease-out;
  z-index: 10;
}

#sp-head-logo, #hamburger {
  position: fixed;
  z-index: 1000;
  top: 30px;
}

#sp-menu-area.scroll #sp-head-logo, #sp-menu-area.scroll #hamburger {
  top: 10px;
}

#body.view {
  overflow: hidden;
}

#sp-head-logo {
  left: 16px;
  /*  img{
      width: auto;
      height: 100%;
      object-fit: contain;
    }*/
}
#sp-head-logo a {
  display: block;
  width: 144px;
  height: 30px;
  background-image: url(./images/logo-landscape.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#hamburger {
  right: 16px;
}
#hamburger span.line {
  width: 36px;
  height: 1px;
  display: block;
  background: #fff;
  margin-bottom: 2px;
}
#hamburger span.line:first-of-type {
  margin-bottom: 10px;
}
#hamburger::after {
  content: "MENU";
  font-size: 12px;
}
#hamburger.view {
  transform: translateY(10px);
}
#hamburger.view span.line {
  transition: 0.3s;
}
#hamburger.view span.line:first-of-type {
  transform: rotate(15deg) translateY(0);
  margin-bottom: 0;
}
#hamburger.view span.line:last-of-type {
  transform: rotate(-15deg) translateY(-1px);
}
#hamburger.view::after {
  content: "CLOSE";
}

@media print, screen and (max-width: 767px) {
  #sp-main-menu {
    text-align: center;
  }
  #sp-main-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    background: url(./images/mv-logo.png) no-repeat center;
    background-size: contain;
    margin-bottom: 40px;
  }
  #sp-main-menu li {
    font-size: 18px;
    width: 60%;
    letter-spacing: 0.2em;
    margin: 0 auto 16px;
  }
  #sp-main-menu li.shop {
    margin-top: 32px;
    border: solid 1px #fff;
    padding: 8px 0;
  }
}
/*mainvisual*/
#mv-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./images/mv-sp.jpg);
  height: 600px;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #mv-area {
    background-image: url(./images/mv.jpg);
    height: 800px;
  }
}
#mv-area h1 {
  animation: fadeIn 3s ease 0s 1 normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mv-area .link-news {
  width: 100%;
  position: absolute;
  bottom: 32px;
  left: 0;
  text-align: right;
}
@media print, screen and (max-width: 767px) {
  #mv-area .link-news {
    bottom: 16px;
  }
}
#mv-area .link-news img {
  max-width: 100%;
}
#mv-area .link-news a:hover {
  opacity: 0.6;
}
#mv-area .link-news .pc, #mv-area .link-news .sp {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #mv-area .link-news .pc {
    display: inline-block;
  }
}
@media print, screen and (max-width: 767px) {
  #mv-area .link-news .sp {
    display: inline-block;
    width: 32%;
    height: auto;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*concept*/
#concept {
  position: relative;
  height: 400px;
}
@media print, screen and (min-width: 768px) {
  #concept {
    height: 800px;
  }
  #concept h2 {
    margin-bottom: 48px;
  }
  #concept .btn {
    max-width: 300px;
  }
}
#concept::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1366px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url(./images/change.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 767px) {
  #concept h3 {
    margin-bottom: 200px;
    letter-spacing: 0;
  }
}

/*story*/
#story p {
  margin-bottom: 32px;
}
#story ul li {
  padding-left: 1em;
  position: relative;
}
#story ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 0.8em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background: #fff;
}
@media print, screen and (max-width: 979px) {
  #story .img1::after, #story .img2::after {
    margin: 32px auto 0;
    content: "";
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #story .img1::after {
    width: 88vw;
    height: 72vw;
    background-image: url(./images/story-spimg1.png);
    background-size: contain;
  }
  #story .img2::after {
    width: 82vw;
    height: 72vw;
    background-image: url(./images/story-spimg2.png);
    background-size: contain;
  }
}
@media print, screen and (min-width: 980px) {
  #story {
    position: relative;
  }
  #story .text {
    width: 35vw;
  }
  #story::before {
    content: "";
    display: block;
    height: 89vw;
    width: 48.6vw;
    max-width: 688px;
    background-repeat: no-repeat;
    background-image: url(./images/story-img.png);
    background-size: contain;
    background-position: top right;
    position: absolute;
    right: 0;
    top: -90px;
  }
}

@media print, screen and (min-width: 768px) {
  #story .story-txt .more-btn {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  #story .story-txt .intro {
    position: relative;
  }
  #story .story-txt .intro::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
  #story .story-txt .outro {
    display: block;
  }
  #story .story-txt .more-btn {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  #story .story-txt.hide .intro::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 95%);
  }
  #story .story-txt.hide .outro {
    display: none;
  }
  #story .story-txt.hide .more-btn {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .home #products {
    position: relative;
  }
  .home #products::before {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 85%;
    background: url(./images/bg-paper.jpg);
    background-size: cover;
  }
  .home #products::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    left: 0;
    bottom: 85%;
    z-index: -1;
    background: url(./images/bg-paper.jpg);
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
            clip-path: polygon(0 0, 0 100%, 100% 100%);
  }
}

#products .item-list {
  display: flex;
  margin-bottom: 34px;
}
#products .item-list li a:hover {
  cursor: pointer;
  opacity: 0.8;
}
#products .item-list li img {
  margin-bottom: 6px;
}
@media print, screen and (max-width: 767px) {
  #products .item-list {
    overflow-x: scroll;
    margin-bottom: 48px;
  }
  #products .item-list li {
    margin-right: 15px;
  }
  #products .item-list li img {
    width: 266px;
    height: auto;
    max-width: unset;
  }
}
@media print, screen and (min-width: 768px) {
  #products .item-list {
    flex-wrap: wrap;
  }
  #products .item-list li {
    margin: 0 8% 56px 0;
    width: 28%;
  }
  #products .item-list li img {
    width: 100%;
  }
  #products .item-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}
#products span.ex-tax {
  margin-left: 8px;
  color: #acabab;
}
#products .chakara-swatch {
  text-align: center;
}
#products .chakara-swatch img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  #products .chakara-swatch img {
    width: 700px;
  }
}
#products .chakara-swatch:hover img {
  opacity: 0.8;
}

/*contact*/
@media print, screen and (min-width: 768px) {
  .contact-wrap {
    display: flex;
    justify-content: flex-start;
  }
  .contact-wrap .left {
    margin-right: 64px;
  }
}
.contact-wrap small {
  font-size: 13px;
  color: #919191;
}
@media print, screen and (max-width: 767px) {
  .contact-wrap small {
    display: block;
    margin-bottom: 16px;
  }
}

/*footer*/
.foot-logo {
  margin-bottom: 64px;
  display: block;
  width: 216px;
  height: 44px;
  background-image: url(./images/logo-landscape.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 767px) {
  .foot-logo {
    width: 210px;
    height: 40px;
    margin-bottom: 40px;
  }
}
.foot-logo:hover {
  opacity: 0.8;
}

.foot-menu {
  margin-bottom: 36px;
}
@media print, screen and (min-width: 768px) {
  .foot-menu {
    display: flex;
    justify-content: flex-start;
  }
  .foot-menu li {
    margin-right: 24px;
  }
  .foot-menu li:last-of-type {
    margin-right: 0;
  }
}
.foot-menu li {
  font-size: 14px;
}
@media print, screen and (max-width: 767px) {
  .foot-menu li {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .copyright-wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
.copyright-wrap .right a:hover {
  opacity: 0.8;
}

.copyright p, .copyright small, .copyright a {
  color: #919191;
  font-size: 12px;
  line-height: 1.2;
}

.copyright small a {
  position: relative;
}
.copyright small a::after {
  display: block;
  width: 100%;
  height: 0.5px;
  background: #919191;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
}

@media print, screen and (max-width: 767px) {
  .copyright-wrap .left {
    margin-bottom: 30px;
  }
}

.copyright-wrap .right a {
  display: inline-block;
  line-height: 1;
}
.copyright-wrap .right a:first-of-type {
  margin-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .copyright-wrap .right a:first-of-type {
    margin-right: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .copyright-wrap .right a:first-of-type img {
    width: 104px;
  }
  .copyright-wrap .right a:last-of-type img {
    width: 60px;
  }
}

/**** shifuku-bag ***********/
#shifukubags-mv, .mainvisual-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./shifukubags/images/shifukubag-mv-sp.jpg);
  min-height: 600px;
  height: 142vw;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #shifukubags-mv, .mainvisual-area {
    min-height: 800px;
    height: 58.6vw;
    background-image: url(./shifukubags/images/shifukubag-mv.jpg);
  }
}
#shifukubags-mv .container, .mainvisual-area .container {
  position: relative;
  height: 100%;
}
#shifukubags-mv .container h1, .mainvisual-area .container h1 {
  position: absolute;
  left: 5%;
  top: 43%;
  transform: translateY(-50%);
  padding-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  #shifukubags-mv .container h1, .mainvisual-area .container h1 {
    top: 60%;
    width: 80%;
  }
}
#shifukubags-mv .container h1 img, .mainvisual-area .container h1 img {
  max-width: 100%;
}

#shifukubags-mv.m {
  background-image: url(./shifukubagm/images/shifukubagm-mv-sp.jpg);
  height: 106vw;
}
@media print, screen and (min-width: 768px) {
  #shifukubags-mv.m {
    background-image: url(./shifukubagm/images/shifukubagm-mv.jpg);
    min-height: 800px;
    height: 58.6vw;
    background-position: bottom;
  }
}
@media print, screen and (max-width: 767px) {
  #shifukubags-mv.m h1 {
    top: 84%;
  }
}

.mainvisual-area.chataku {
  background-image: url(./chataku-en/images/spmain.jpg);
  height: 400px;
}
@media print, screen and (min-width: 768px) {
  .mainvisual-area.chataku {
    background-image: url(./chataku-en/images/main.jpg);
    min-height: 800px;
    height: 58.6vw;
    background-position: bottom;
  }
}
@media print, screen and (max-width: 767px) {
  .mainvisual-area.chataku .container h1 {
    top: 42%;
    width: 76%;
    margin-left: 10%;
  }
}

.mainvisual-area.chataku.shikaku {
  background-image: url(./chataku-shikaku/images/spmain.jpg);
}
@media print, screen and (min-width: 768px) {
  .mainvisual-area.chataku.shikaku {
    background-image: url(./chataku-shikaku/images/main.jpg);
  }
}
@media print, screen and (max-width: 767px) {
  .mainvisual-area.chataku.shikaku h1 {
    width: 58%;
    margin-left: 0;
    top: 86%;
  }
}

.mainvisual-area.chataku.jikkaku {
  background-image: url(./chataku-jikkaku/images/spmain.jpg);
}
@media print, screen and (min-width: 768px) {
  .mainvisual-area.chataku.jikkaku {
    background-image: url(./chataku-jikkaku/images/main.jpg);
  }
}
@media print, screen and (max-width: 767px) {
  .mainvisual-area.chataku.jikkaku h1 {
    width: 58%;
    margin-left: 0;
    top: 86%;
  }
}

#shingenbag-mv.mainvisual-area {
  background-image: url(./shingenbag/images/spmain.jpg);
}
@media print, screen and (min-width: 768px) {
  #shingenbag-mv.mainvisual-area {
    background-image: url(./shingenbag/images/shingenbag-mv.jpg);
  }
}
@media print, screen and (max-width: 767px) {
  #shingenbag-mv.mainvisual-area h1 {
    width: 58%;
    margin-left: 0;
    top: 92%;
  }
}

#gamaguchi-cardcase-mv.mainvisual-area {
  background-image: url(./gamaguchicardcase/images/spmain.jpg);
}
@media print, screen and (min-width: 768px) {
  #gamaguchi-cardcase-mv.mainvisual-area {
    background-image: url(./gamaguchicardcase/images/gamaguchi-cardcase-mv.jpg);
  }
}
#gamaguchi-cardcase-mv.mainvisual-area h1 {
  top: 50%;
}
@media print, screen and (max-width: 767px) {
  #gamaguchi-cardcase-mv.mainvisual-area {
    min-height: 500px;
  }
  #gamaguchi-cardcase-mv.mainvisual-area h1 {
    width: 80%;
    margin-left: 0;
    top: 92%;
  }
}

#gamaguchi-traycase-mv.mainvisual-area {
  background-image: url(./gamaguchitraycase/images/spmain.jpg);
}
@media print, screen and (min-width: 768px) {
  #gamaguchi-traycase-mv.mainvisual-area {
    background-image: url(./gamaguchitraycase/images/gamaguchi-traycase-mv.jpg);
  }
}
#gamaguchi-traycase-mv.mainvisual-area h1 {
  top: 50%;
}
@media print, screen and (max-width: 767px) {
  #gamaguchi-traycase-mv.mainvisual-area {
    min-height: 500px;
  }
  #gamaguchi-traycase-mv.mainvisual-area h1 {
    width: 80%;
    margin-left: 0;
    top: 92%;
  }
}

#gamaguchi-hankocase-mv.mainvisual-area {
  background-image: url(./gamaguchihankocase/images/spmain.jpg);
}
@media print, screen and (min-width: 768px) {
  #gamaguchi-hankocase-mv.mainvisual-area {
    background-image: url(./gamaguchihankocase/images/gamaguchi-hankocase-mv.jpg);
  }
}
#gamaguchi-hankocase-mv.mainvisual-area h1 {
  top: 50%;
}
@media print, screen and (max-width: 767px) {
  #gamaguchi-hankocase-mv.mainvisual-area {
    min-height: 500px;
  }
  #gamaguchi-hankocase-mv.mainvisual-area h1 {
    width: 90%;
    margin-left: 0;
    top: 92%;
  }
}

#rikyubag-mv.mainvisual-area {
  background-image: url(./rikyubag/images/spmain.jpg);
}
@media print, screen and (min-width: 768px) {
  #rikyubag-mv.mainvisual-area {
    background-image: url(./rikyubag/images/rikyubag-mv.jpg);
  }
}
#rikyubag-mv.mainvisual-area h1 {
  top: 37%;
  right: 0;
  left: unset;
}
@media print, screen and (max-width: 767px) {
  #rikyubag-mv.mainvisual-area {
    min-height: 500px;
    position: relative;
  }
  #rikyubag-mv.mainvisual-area h1 {
    width: 60%;
    margin-left: 0;
    top: 35%;
    position: absolute;
    right: -16px;
    z-index: 100;
  }
}

#shifuku1 .color-wrap, .color-lineup .color-wrap {
  margin: 40px 0 60px;
  margin: 40px 0;
}
#shifuku1 .color-wrap .colors, .color-lineup .color-wrap .colors {
  display: flex;
  justify-content: flex-start;
}
#shifuku1 .color-wrap .colors figure:not(:last-of-type), .color-lineup .color-wrap .colors figure:not(:last-of-type) {
  margin-right: 16px;
}
#shifuku1 .color-wrap .colors figure, .color-lineup .color-wrap .colors figure {
  width: calc((100% - 32px) / 3);
  max-width: 50px;
}
#shifuku1 .color-wrap .colors figure a, .color-lineup .color-wrap .colors figure a {
  display: block;
}
#shifuku1 .color-wrap .colors figure img, .color-lineup .color-wrap .colors figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#shifuku1 .color-wrap .colors.six figure, .color-lineup .color-wrap .colors.six figure {
  width: calc((100% - 80px) / 6);
}
#shifuku1 .color-wrap .colors figcaption, .color-lineup .color-wrap .colors figcaption {
  font-size: 12px;
  text-align: center;
}
@media print, screen and (max-width: 639px) {
  #shifuku1 .color-wrap .colors figcaption, .color-lineup .color-wrap .colors figcaption {
    font-size: 10px;
  }
}
#shifuku1 .color-wrap .colors figcaption.new::after, .color-lineup .color-wrap .colors figcaption.new::after {
  content: "new";
  display: block;
  border: solid 1px #fff;
  line-height: 0.9em;
  padding-bottom: 0.2em;
  margin-top: 0.2em;
}

.price-wrap {
  margin: 40px 0;
}
.price-wrap small {
  font-size: 12px;
}

.fullwidthimage, #shifuku-image {
  width: 100%;
  height: 360px;
  background-position: 35%;
  background-image: url(./images/shifuku.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: auto 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .fullwidthimage, #shifuku-image {
    height: 39.5vw;
    background-position: center;
  }
}

#shifuku-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 75%;
  left: 12%;
  width: 100px;
  height: 80px;
  background-image: url(./images/shifuku-txt.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  #shifuku-image::after {
    top: 50%;
    left: 78%;
    width: 100px;
    height: 80px;
  }
}

.chataku.fullwidthimage {
  background-image: url(./chataku-en/images/fullwidthimage.jpg);
}
@media print, screen and (max-width: 767px) {
  .chataku.fullwidthimage {
    width: 85%;
    height: 260px;
    background-position: 55%;
  }
}

.chataku.fullwidthimage.shikaku {
  background-image: url(./chataku-shikaku/images/fullwidthimage.jpg);
  background-position: 49%;
}

.chataku.fullwidthimage.jikkaku {
  background-image: url(./chataku-jikkaku/images/fullwidthimage.jpg);
  background-position: 49%;
}

.chakara-spec-table {
  border-collapse: collapse;
  margin-bottom: 40px;
}
.chakara-spec-table th {
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .chakara-spec-table th, .chakara-spec-table td {
    width: 100%;
    display: block;
  }
  .chakara-spec-table th {
    padding-top: 14px;
    border-top: 1px solid #303030;
  }
  .chakara-spec-table td {
    padding-bottom: 14px;
  }
  .chakara-spec-table td:last-of-type {
    border-bottom: 1px solid #303030;
  }
}
@media print, screen and (min-width: 768px) {
  .chakara-spec-table th {
    width: 256px;
  }
  .chakara-spec-table th, .chakara-spec-table td {
    padding: 14px 0;
    border-top: 1px solid #303030;
  }
  .chakara-spec-table th:last-of-type, .chakara-spec-table td:last-of-type {
    border-bottom: 1px solid #303030;
  }
}

.chakara-spec-table ul:not(:last-of-type) {
  margin-bottom: 32px;
}
.chakara-spec-table ul li {
  list-style: none;
  padding-left: 1em;
  position: relative;
}
.chakara-spec-table ul li::before {
  content: "";
  display: block;
  height: 2px;
  width: 2px;
  border-radius: 50%;
  background: #fff;
  top: 0.8em;
  left: 0.5em;
  position: absolute;
}

.page .notice {
  color: #aaaaaa;
  font-size: 13px;
  margin-top: 32px;
}

@media print, screen and (min-width: 768px) {
  #shifuku1 .flex_pc, #shifuku3 .flex_pc, #shifuku5 .flex_pc, .v-center .flex_pc {
    align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .v-center.flex_pc {
    align-items: center;
  }
}

.chakara-slick .slick-prev, .chakara-slick .slick-next {
  width: 24px;
  height: 66px;
}
@media print, screen and (max-width: 767px) {
  .chakara-slick .slick-prev, .chakara-slick .slick-next {
    width: 16px;
  }
}
.chakara-slick .slick-prev::before, .chakara-slick .slick-next::before {
  width: 100%;
  height: 100%;
}
.chakara-slick .slick-prev {
  left: 24px;
  z-index: 10;
}
.chakara-slick .slick-prev::before {
  content: "";
  display: block;
  background: url(./images/l_arrow.svg) no-repeat;
  background-size: contain;
}
.chakara-slick .slick-next {
  right: 24px;
  z-index: 10;
}
.chakara-slick .slick-next::before {
  content: "";
  display: block;
  background: url(./images/r_arrow.svg) no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 767px) {
  .chakara-slick .slick-prev {
    left: 16px;
  }
  .chakara-slick .slick-next {
    right: 16px;
  }
}
.chakara-slick .slick-dots {
  text-align: right;
}
.chakara-slick .slick-dots li {
  margin: 0 0 0 8px;
  width: 6px;
}
.chakara-slick .slick-dots li button {
  width: 6px;
  padding: 0;
}
.chakara-slick .slick-dots li button::before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  background: #737373;
}
.chakara-slick .slick-dots li.slick-active button::before {
  background: #fff;
}

.color-wrap .colors a:hover {
  opacity: 0.8;
}

@media print, screen and (max-width: 767px) {
  .inspiration.chataku.com_btm_page {
    margin-bottom: 60px;
  }
  .inspiration.chataku .flex_pc .item:last-of-type {
    width: 85%;
    margin: 0 0 0 auto;
  }
}

.r-mark::after {
  content: "®";
  font-weight: normal;
}

.catechin {
  margin-top: 1em;
}
.catechin p:first-of-type {
  margin-bottom: 2em;
}
.catechin p:nth-of-type(2) {
  margin-bottom: 0.5em;
}
.catechin a.pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 430px;
  color: #fff;
  padding: 8px;
  text-align: center;
  border: solid 1px #303030;
}
.catechin a.pdf:hover {
  background-color: #303030;
}
.catechin a.pdf::before {
  background: url(./images/ico-pdf.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 33px;
  width: 23px;
  margin-right: 4px;
}
.catechin a.pdf:not(:last-of-type) {
  margin-bottom: 0.5em;
}
@media print, screen and (max-width: 767px) {
  .catechin a.pdf {
    font-size: 0.8em;
    width: 100%;
  }
  .catechin a.pdf::before {
    height: 26px;
    width: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .grid-container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr repeat(3, max-content) 1fr;
    max-height: 780px;
  }
  .grid-container .grid-wrap {
    grid-column: 1;
  }
  .grid-container .grid-wrap.right {
    grid-column: 2;
    grid-row: 1/5;
  }
  .grid-container .grid-wrap:not(.right) {
    padding-right: 100px;
  }
  .grid-container .grid-wrap:nth-of-type(1) {
    grid-row: 1;
  }
  .grid-container .grid-wrap:nth-of-type(2) {
    grid-row: 2;
  }
  .grid-container .grid-wrap:nth-of-type(3) {
    grid-row: 3;
  }
  .grid-container .grid-wrap:nth-of-type(5) {
    grid-row: 4;
  }
}

.page-head {
  margin-top: 120px;
}
@media print, screen and (min-width: 768px) {
  .page-head {
    margin-top: 210px;
  }
}
.page-head .container-s {
  padding-bottom: 0;
}
.page-head h1 {
  margin-bottom: 48px;
  font-weight: normal;
  letter-spacing: 0.16em;
  font-size: 32px;
}
@media print, screen and (min-width: 768px) {
  .page-head h1 {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .page-head h1 {
    padding-left: calc((100% - 1000px) / 4);
  }
}
.page-head h1 span:not(.r-mark) {
  margin-left: 16px;
  font-size: 0.4em;
}
.page-head h1 span {
  color: #919191;
}
@media print, screen and (min-width: 768px) {
  .page-head h1 {
    font-size: 40px;
  }
  .page-head h1 span:not(.r-mark) {
    margin-left: 48px;
  }
}
.page-head p {
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.page-head img {
  max-width: 100%;
}
.page-head .comment {
  padding: 40px 0;
}
.page-head .comment::before, .page-head .comment::after {
  content: "";
  display: block;
  height: 40px;
  width: 35%;
}
.page-head .comment::before {
  border-top: 1px dashed #fff;
}
.page-head .comment::after {
  border-bottom: 1px dashed #fff;
}

.page #news-intro.container {
  padding-bottom: 64px;
}

.page .news-more .btn:first-of-type {
  margin-bottom: 16px;
}

@media print, screen and (min-width: 768px) {
  #about-intro .about-intro-wrap {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
  }
  #about-intro .about-intro-wrap .txt {
    width: calc(100% - 200px);
  }
  #about-intro .about-intro-wrap .img {
    width: 160px;
  }
}
@media print, screen and (max-width: 767px) {
  #about-intro .about-intro-wrap {
    margin-bottom: 32px;
  }
  #about-intro .about-intro-wrap .txt {
    margin-bottom: 32px;
  }
  #about-intro .about-intro-wrap .img {
    text-align: center;
  }
}

#about-plant {
  padding-bottom: 50vw;
  background: url(./images/change2.png) no-repeat;
  background-size: contain;
  background-position: center right;
}
@media print, screen and (min-width: 768px) {
  #about-plant {
    padding-bottom: 30vw;
  }
}

#about-feature .feature3-wrap {
  margin-bottom: 30px;
}
#about-feature .feature3-wrap .item {
  width: 100%;
}
#about-feature .feature3-wrap .item img {
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  #about-feature .feature3-wrap {
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-start;
  }
  #about-feature .feature3-wrap .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  #about-feature .feature3-wrap .item:last-of-type {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 767px) {
  #about-feature .feature3-wrap .item {
    width: 60%;
    margin: 0 20% 15px;
  }
}

#about-spec dt, #about-spec dd {
  padding: 12px 0;
}
@media print, screen and (min-width: 768px) {
  #about-spec dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  #about-spec dt {
    width: 25%;
  }
  #about-spec dd {
    width: 75%;
  }
  #about-spec dt, #about-spec dd {
    border-top: solid 1px #303030;
  }
  #about-spec dt:last-of-type, #about-spec dd:last-of-type {
    border-bottom: solid 1px #303030;
  }
}
@media print, screen and (max-width: 767px) {
  #about-spec dl {
    margin-bottom: 32px;
  }
  #about-spec dt {
    border-top: solid 1px #303030;
    padding-bottom: 0;
  }
  #about-spec dd:last-of-type {
    border-bottom: solid 1px #303030;
  }
}

#faq dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 26px;
  line-height: 1.6;
  border-bottom: solid 1px #303030;
  margin-bottom: 20px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  #faq dl dt {
    font-size: 18px;
  }
}
#faq dl dt::before {
  content: "Q";
  background: #303030;
  margin-right: 1em;
  text-align: center;
  padding: 15px;
  margin-right: 1em;
  width: 1em;
}
#faq dl dd {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  #faq dl dd {
    margin-bottom: 80px;
  }
}
#faq .btn {
  margin-top: 30px;
}

@media print, screen and (max-width: 767px) {
  #rikyubag4 .flex_pc .item:first-of-type {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */