@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 350px) {}
html {
  font-size: 62.5%; /* 16pxに62.5%を掛けると10pxになるよ！ */
}
body {
  min-height: 100%;
  font-size: 1.6em; /* 通常サイズは10pxの1.6倍で16pxだよ！ここだけfont-size em！ */
}
a {
  text-decoration: none;
}
#wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url(/webstore/template/default/img/common/bg.jpg);
  font-family: 'Cormorant Garamond', serif;
}
#left_fl {
  width: 12.7%;
  background: #fff;
  position: fixed;
  height: 100%;
  transition: 0.5s;
}
#right_fl {
  width: 87.3%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fffaf2a6;
  position: relative;
  right: 0;
  /* height: auto; */
  margin: 0 0 0 12.7%;
  transition: 0.5s;
}
right_fl a {
  display: block;
  margin: 0.5%;
  width: 24%;
  hight: 24%;
}
#right_fl a img {
  width: 100%;
}
h1 {
  font-size: 19px;
  transform: rotate(90deg);
  width: 100vh;
  position: absolute;
  /* top: 148px; */
  /* left: -122px; */
  display: block;
  transform-origin: left bottom;
  transition: 0.5s;
}
h1 br {
  display: none;
}
h1 span {
  font-size: 22px;
  margin: 0 0px 0 13px;
  color: #543015;
}
h1 span a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}
h1 span a:hover {
  opacity: 0.5;
}
ul#menulink {
  position: absolute;
  bottom: 2%;
  left: 12px;
  transition: 0.5s;
  font-size: 1.6rem;
}
#menulink li a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
#menulink li a:hover {
  color: #790808;
}
li#sns {
  display: flex;
  height: 18px;
  margin: 15px 0 0 0;
}
#sns a {
  display: inline-block;
}
#sns img {
  height: 100%;
  margin: 0 5px 0 0px;
  width: 18px;
}
#sns a {
  transition: 0.3s;
}
#sns a:hover {
  opacity: 0.6;
}
div#head_photo {
  width: 100%;
  height: 100vh;
  /*background-image: url(/studiom/image/ver3/DSC_0344.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
/*□□□□□□□□□□□□□□□□
    トップ何の日キャプション
□□□□□□□□□□□□□□□□*/
#late {
  opacity: 1;
}
div#late {
  /*background: rgba(255, 255, 255, 0.65);*/
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0px;
  font-size: 13px;
  height: 0;
  width: 0;
  transition: 0.5s;
  /*border: rgba(255, 255, 255, 0.65);*/
  height: auto;
  width: 30%;
  padding: 25px;
}
p.date2 {
  font-size: 25px;
  opacity: 0;
  animation: opcity1 2s 4s forwards 1;
}
#late h6 {
  opacity: 0;
  animation: opcity1 2s 4s forwards 1;
  font-family: "Sawarabi Gothic";
  font-size: 1.3rem;
}
#late {
  overflow: hidden;
  position: relative;
}
#late::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
#late::before {
  top: 0;
  right: 0;
  border-top-color: rgba(255, 255, 255, 0.65);
  border-left-color: rgba(255, 255, 255, 0.65);
  animation: border 2s 2s forwards 1, backcolor 2s 4s forwards 1;
}
#late::after {
  bottom: 0;
  left: 0;
  animation: border 2s 1s forwards 1, borderColor 2s 1s forwards 1, backcolor 2s 1s forwards 1;
}
@keyframes border {
  0% {
    width: 0;
    height: 0;
  }
  25% {
    width: 100%;
    height: 0;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes borderColor {
  0% {
    border-bottom-color: #FFF;
    border-left-color: #FFF;
  }
  50% {
    border-bottom-color: #FFF;
    border-left-color: #FFF;
  }
  51% {
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}
@keyframes backcolor {
  0% {
    background: rgba(255, 255, 255, 0.0);
  }
  100% {
    background: rgba(255, 255, 255, 0.45);
  }
}
@keyframes opcity1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*トップ何の日キャプション終わり
□□□□□□□□□□□□□□□□*/
/*▽▽▽▽ハンバーガー▽▽▽▽*/
.menuWrapper {
  position: relative;
  z-index: 101;
  width: 30px;
  height: 30px;
}
#menuButton {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#menuButton span, #menuButton::before, #menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 3px;
  margin: auto;
  background: #000;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #000;
}
#menuButton::before {
  z-index: 2;
  transform: translate(0, -10px);
  content: "";
}
#menuButton::after {
  z-index: 2;
  transform: translate(0, 10px);
  content: "";
}
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
#menuButton.active span {
  opacity: 0;
  transition: opacity 150ms;
}
#menuButton.active::before {
  transform: rotate(45deg);
}
#menuButton.active::after {
  transform: rotate(-45deg);
}
#menu_icon {
  display: none;
}
/*△△△△ハンバーガー終わり△△△△*/
/*■■■■■■■■■■■■■■■■■■■■■■
アイテムラインナップ_プロダクト
■■■■■■■■■■■■■■■■■■■■■■*/
.page_hed {
  width: 100%;
}
.page_hed img {
  width: 100%;
}
#right_fl h2 {
  font-size: 2.5rem;
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: 0.1em;
  padding: 45px 0 60px;
}
.pro_menu {
  width: 90%;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
li.probox {
  width: 49%;
  margin: 0.5%;
}
li.probox a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.7rem;
  color: inherit;
}
li.probox_k {
  width: 32.933333%;
  margin: 0.2%;
}
li.probox_k a {
  width: 100%;
  height: 200px;
  display: block;
  font-size: 1.4rem;
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: 0.3s;
}
li.probox_k a:hover {
  opacity: 0.6;
}
.probox_k a p {
  color: #383838;
  background: rgba(255, 255, 255, 0.37);
  display: inline;
  line-height: 100%;
  padding: 8px 10px;
  position: absolute;
  bottom: 0;
  font-family: 'Sawarabi Gothic', sans-serif;
}
#itemlineup div#footer {
  margin: 50px 0 0 0;
}
/*■■■■■■■■■■■■■■■■■■■■■■
アイテムラインナップディティール
■■■■■■■■■■■■■■■■■■■■■■■*/
/*◆◆ヘッダスライダ◆◆*/
.swiper-slide img {
  width: 100%;
}
.swiper-container {
  height: 80vh;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    height: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper-container {
    height: 80vw;
  }
}
/*◆◆文字◆◆*/
#right_fl.pro_detail h2 {
  padding: 45px 0 0;
}
.pro_detail h3 {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-family: 'Sawarabi Gothic', sans-serif;
}
.detail_text {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  margin: 25px auto;
}
.detail_text p {
  line-height: 200%;
  font-family: 'Sawarabi Gothic', sans-serif;
}
@media screen and (max-width: 581px) {
  #right_fl.pro_detail h2, .pro_detail h3, .detail_text {
    width: 90%;
    margin: auto;
  }
  .detail_text {
    margin: 25px auto;
  }
  .detail_text p {
    display: inline;
  }
  .detail_text p br {
    display: none;
  }
}
/*▽▽▽▽アイテム▽▽▽▽*/
.pro_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  justify-content: center;
}
.pro_item a {
  display: block;
  width: 19%;
  margin: 0.5%;
  text-decoration: none;
  color: #333;
  font-size: 1.3rem;
  font-family: 'Sawarabi Gothic', sans-serif;
  transition: 0.3s;
  -webkit-filter: saturate(80%);
  -moz-filter: saturate(80%);
  -o-filter: saturate(80%);
  -ms-filter: saturate(80%);
  filter: saturate(80%);
  opacity: 0.8;
}
@media screen and (max-width: 581px) {
  .pro_item a {
    width: 32.33333%;
  }
}
.pro_item a:hover {
  opacity: 1.0;
  -webkit-filter: saturate(100%);
  -moz-filter: saturate(100%);
  -o-filter: saturate(100%);
  -ms-filter: saturate(100%);
  filter: saturate(100%);
}
.pro_item h4 {
  width: 100%;
  text-align: center;
  font-size: 2.1rem;
  margin: 3% 0 12px 0;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #676767;
  padding: 0 0 6px 0;
}
/*▽▽▽▽フッター▽▽▽▽*/
div#footer {
  width: 100%;
  background: rgb(232, 232, 232);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 8px;
}
.foot_left {
  width: 70%;
  margin: 0 0 0 15%;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f_midashi {
  text-align: right;
  width: 15%;
  margin: 7px 0 0 0;
}
.f_link {
  width: 80%;
  margin: 7px 0 0 6px;
  border-left: solid 1px rgb(144, 144, 144);
  padding: 0 0 0 0px;
}
.f_link a {
  display: inline-block;
  margin: 0 7px;
  color: inherit;
  transition: 0.3s;
}
.f_link a:hover {
  color: #790808;
}
.foot_right {
  width: 15%;
}
.foot_right a {
  display: inline-block;
  width: 20px;
  margin: 7px 1% 0;
  transition: 0.3s;
}
.foot_right a:hover {
  opacity: 0.7;
}
p#copyright {
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  margin: 25px 0 0;
  color: #999;
}
/*△△△△フッター終わり△△△△*/
/*■■■■■■■■■■■■■■■■■■
    1024px以下
■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1024px) {
  #left_fl {
    width: 100%;
    background: #fff;
    position: relative;
    height: 105px;
  }
  h1 {
    font-size: 17px;
    transform: rotate(00deg);
    width: auto;
    position: relative;
    /* top: 148px; */
    /* left: -122px; */
    display: block;
    transform-origin: left bottom;
    margin: 24px auto 12px;
    text-align: center;
  }
  #right_fl {
    width: 100%;
    transition: 0.5s;
    margin: 0%;
    height: 100%;
  }
  div#head_photo {
    width: 100%;
    height: calc(100vh - 105px);
    /*background-image: url(/studiom/image/ver3/DSC_0344.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    position: relative;
    overflow: hidden;
  }
  ul#menulink {
    position: relative;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 90%;
    text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  #menulink li {
    width: 12.5%;
  }
  li#sns {
    display: flex;
    height: 20px;
    margin: 0px 0 0 0;
  }
  h1 span {
    font-size: 28px;
    margin: 0 0px 0 13px;
    color: #543015;
  }
}
/*■■■■■■■■■■■■■■■■■■
    768px以下
■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 768px) {
  h1 {
    font-size: 16px;
    transform: rotate(00deg);
    width: auto;
    position: relative;
    /* top: 148px; */
    /* left: -122px; */
    display: block;
    transform-origin: left bottom;
    margin: 12px auto 10px;
    text-align: center;
    line-height: 140%;
  }
  h1 span {
    font-size: 28px;
    margin: 0;
    color: #543015;
  }
  h1 br {
    display: inline;
  }
  #left_fl {
    width: 100%;
    background: #fff;
    position: relative;
    height: 75px;
  }
  #right_fl {
    width: 100%;
    transition: 0.5s;
    margin: 0%;
    height: 100%;
  }
  div#head_photo {
    height: calc(80vh - 75px);
  }
  ul#menulink {
    position: fixed;
    top: -200%;
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    z-index: 100;
  }
  ul#menulink.active2 {
    position: fixed;
    top: 0%;
  }
  #menulink li {
    width: 90%;
    margin: auto;
    padding: 1vh 0;
  }
  #menulink li:first-child {
    padding: 10vh 0 1vh;
  }
  #menu_icon {
    display: block;
    position: fixed;
    top: 25px;
    right: 10px;
    z-index: 9999;
  }
  div#late {
    width: 50%;
    padding: 25px;
  }
  li#sns {
    justify-content: center;
  }
  /*▽▽▽▽フッター768▽▽▽▽*/
  .foot_left {
    margin: 0 0 0 10%;
  }
  .f_midashi {
    width: 20%;
  }
  .f_link {
    width: 70%;
  }
}
/*■■■■■■■■■■■■■■■■■■
    581px以下
■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 581px) {
  div#footer {
    width: 100%;
    display: block;
  }
  .foot_left {
    margin: auto;
    display: block;
    width: 90%;
  }
  .f_midashi {
    width: 100%;
    text-align: left;
    border-bottom: solid 1px rgb(144, 144, 144);
    display: inline;
    padding: 0 0 2px 0;
  }
  .f_link {
    width: 100%;
    border: none;
    padding: 0;
    margin: 7px 0 8px 0;
  }
  .foot_right {
    width: 90%;
    margin: auto;
  }
  .foot_right a {
    display: inline-block;
    width: 17px;
    margin: 7px 4px 0;
  }
  /*プロダクト*/
  li.probox_k {
    width: 49.6%;
    margin: 0.2%;
  }
  li.probox_k a {
    width: 100%;
    height: 100px;
  }
}
/*■■■■■■■■■■■■■■■■■■
    480px以下
■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 480px) {
  div#late {
    width: calc(100% - 40px);
    padding: 20px;
  }
}