@charset "UTF-8";
* {
  margin:0;
  padding:0;
}
@font-face {
  font-family: 'NotoSansJP-Regular';
  src: url('../fonts/NotoSansJP-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSansJP-Medium';
  src: url('../fonts/NotoSansJP-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSansJP-Bold';
  src: url('../fonts/NotoSansJP-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'TT0142M.TTF';
  src: url('../fonts/TT0142M.TTF') format('truetype');
}
/*
@font-face {
  font-family: 'Helvetica.ttf';
  src: url('../fonts/Helvetica.ttf') format('truetype');
}
*/
html {
/*font-size: 62.5%;*/
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "NotoSansJP-Regular","游ゴシック", "Yu Gothic", "YuGothic", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  display:block;
  line-height:1;
  color:#000000;
  text-align:left;
  width:100%!important;
  background:#FFF;
  position:relative;

}

a {
  text-decoration:none;
}

@media screen and (max-width: 1024px) {
  max-width:1024px!important;
  width:100%!important;
  height:100%;
}

/* 1024以下*/
@media screen and (max-width: 1024px) {
  .g-navi,.footer{
    display:none;
  }
  .g-navi-mini,.footer-mini{
    display:block;
  }
}
/* 1024以上*/
@media screen and (min-width: 1024px) {
  .g-navi,.footer{
    display:block;
  }
  .g-navi-mini,.footer-mini{
    display:none;
  }
}

img{
  vertical-align:bottom;
}

.error{
  color:#F00;
}
/******************* メニュー *******************/
.menu {
  display:block;
  position: fixed;
  right:0;
  top:0;
  width:160px;
  height:100%;
  color: rgba(255,255,255,1);
  background-color: rgba(136,154,137,1);
  flex-direction: column;
  text-align: center;
  overflow: visible;

}
.menu a{
  color: rgba(255,255,255,1);
  text-decoration:none;
}
.menu-header {
  display:block;
  right:0;
  top:0;
  width:100%;
  height:36px;
  color: rgba(136,154,137,1);
  background-color: rgba(255,255,255,1);
}
.menu-header-link {
  display:block;
  white-space: nowrap;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: rgba(136,154,137,1);
  width:78px;
  height:100%;
  border-left:solid 1px rgba(136,154,137,1);
  float:left;
  padding-top:14px;
}
.menu-header-link-online {
  display:block;
  white-space: nowrap;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: rgba(136,154,137,1);
  width:78px;
  height:100%;
  border-left:solid 1px rgba(136,154,137,1);
  float:left;
  padding-top:6px;
}
.menu-logo {
  display:block;
  position: absolute;
  width:100%;
  top:75px;
}
.menu-contents-link {
  display:block;
  position: absolute;
  width:100%;
  top:240px;
  overflow: visible;
  font-family: 'Helvetica.ttf';
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,1);
}
#menu-about-us{
  display:block;
  position: absolute;
  left:calc((100% - 61px) / 2);
  top: 0px;
}
#menu-about-us:hover{
  opacity:0.4;
  transition: all 0.2s ease;
}
/*
#menu-about-us::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#menu-about-us:hover::after{
  transform: scale(1, 1);
}
*/
#menu-our-service{
  display:block;
  position: absolute;
  left:calc((100% - 88px) / 2);
  top: 35px;
}
#menu-our-service:hover{
  opacity:0.4;
  transition: all 0.2s ease;
}
/*
#menu-our-service::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#menu-our-service:hover::after{
  transform: scale(1, 1);
}
*/
#menu-order-flow{
  display:block;
  position: absolute;
  top: 70px;
  left:calc((100% - 79px) / 2);
}
#menu-order-flow:hover{
  opacity:0.4;
  transition: all 0.2s ease;
}
/*
#menu-order-flow::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#menu-order-flow:hover::after{
  transform: scale(1, 1);
}
*/
#menu-producer-info{
  display:block;
  position: absolute;
  top: 105px;
  left:calc((100% - 99px) / 2);
}
#menu-producer-info:hover{
  opacity:0.4;
  transition: all 0.2s ease;
}
/*
#menu-producer-info::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#menu-producer-info:hover::after{
  transform: scale(1, 1);
}
*/
#menu-photography{
  display:block;
  position: absolute;
  top: 140px;
  left:calc((100% - 90px) / 2);
}
#menu-photography:hover{
  opacity:0.4;
  transition: all 0.2s ease;
}
/*
#menu-photography::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#menu-photography:hover::after{
  transform: scale(1, 1);
}
*/
#menu-recruit{
  display:block;
  position: absolute;
  top: 175px;
  left:calc((100% - 53px) / 2);
}
#menu-recruit:hover{
  opacity:0.4;
  transition: all 0.2s ease;
}
/*
#menu-recruit::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#menu-recruit:hover::after{
  transform: scale(1, 1);
}
*/
#menu-contact{
  display:block;
  position: absolute;
  top: 465px;
  width:100%;
}
#menu-language{
  display:block;
  position: absolute;
  top: 505px;
  width:100%;
}
#menu-language-tooltip{
  cursor: pointer;
}
.language-tooltip {
  position: fixed;
  display:none;
  top: 439px;
  right:100px;
  width:200px;
  font-size:14px;
  color:#fff;
  background-color: rgba(136,154,137,1);
  text-align: center;
  vertical-align: center;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  padding:10px;
  border-radius: 10px;
  border: 2px solid #c4cdc4;
  z-index: 100;
}
.language-tooltip:after {
  display:none;
}
.language-tooltip a{
  color: rgba(255,255,255,1);
  text-decoration:none;
}
.language-tooltip-link{
  width:calc(100% - 20px);
  padding:10px;
}
.menu-footer {
  display:block;
  position: absolute;
  bottom:0;
  width:100%;
  min-height:185px;
  background-color: rgba(136,154,137,1);
  z-index: 99;
}
.menu-border {
  display:block;
  position: absolute;
  top:0px;
  left:15px;
  width:131px;
  height:0px;
  border: 1px solid #c4cdc4;
}
.menu-facebook {
  display:block;
  position: absolute;
  bottom:130px;
  width:30px;
  left:39px;
}
.menu-instagram {
  display:block;
  position: absolute;
  bottom:130px;
  width:30px;
  right:39px;
}
.menu-twitter {
  display:block;
  position: absolute;
  bottom:87px;
  width:30px;
  left:39px;
}
.menu-line {
  display:block;
  position: absolute;
  bottom:85px;
  width:30px;
  right:39px;
}
.menu-webstore {
  display:block;
  position: absolute;
  height:36px;
  width:131px;
  left:15px;
  bottom:25px;
  background-color: rgba(255,255,255,1);
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.161));
  border-radius: 18px;
}
.menu-webstore-img {
  position: absolute;
  left:11px;
  top:8px;
}
.menu-webstore-text {
  position: absolute;
  left:36px;
  top:13px;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Helvetica.ttf';
  letter-spacing: 0.5px;
  color: rgba(136,154,137,1);
}
/******************* END メニュー *******************/
/******************* ハンバーガーメニュー *******************/
.hb-menu-head{
  position: fixed;
  top:0px;
  left:0px;
  width: 100%;
  height: 60px;
  background-color: rgba(136,154,137,1);
  z-index: 99;
}
.hb-menu-head-logo{
  position: absolute;
  top:13px;
  left:10px;
}
.hb-menu-head-logo img{
  height:37px;
}
.hb-menu-head-text{
  position: absolute;
  top:18px;
  left:75px;
}
.hb-menu {
  position: fixed;
  right: -100%;
  width: 100%;
  height: 150%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  color:#fff;
  background-color: rgba(136,154,137,1);
  transition: .2s;
  z-index: 99;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.hb-menu a{
  text-decoration:none;
}

.hb-menu.open {
  right: 0;
}
.hb-btn {
  border: 0;
  position: fixed;
  top: 10px;
  right: 0;
  width: 60px;
  height: 50px;
  z-index: 100;
  background-color: rgba(136,154,137,1);
  color:#fff;
}
.hb-btn-line {
  display: block;
  position: relative;
  width: 50%;
  height: 1px;
  background-color: rgba(255,255,255,1);
  transition: .2s;
  left:15px;
  top:0px;
}
.hb-btn-line::before,
.hb-btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,1);
  transition: .5s;
  right: 0;
}
.hb-btn-line::before {
  transform: translateY(-6px);
}
.hb-btn-line::after {
  transform: translateY(6px);
}
.hb-btn-line.open {
  background-color: transparent;
}
.hb-btn-line.open::before ,
.hb-btn-line.open::after {
  content: "";
  background-color: rgba(255,255,255,1);
  transition: .2s;
}
.hb-btn-line.open::before {
  transform: rotate(45deg);
}
.hb-btn-line.open::after {
  transform: rotate(-45deg);
}
.hb-btn-menu{
  display: block;
  font-size:10px;
  margin-top:14px;
  position:relative;
}
.hb-btn-menu.open{
  display: none;
}
.hb-btn-close{
  display: none;
  font-size:10px;
  margin-top:14px;
  position:relative;
}
.hb-btn-close.open{
  display: block;
}
.hb-menu-header {
  display:block;
  position:relative;
  right:0;
  top:0;
  width:100%;
  height:36px;
  color: rgba(136,154,137,1);
  background-color: rgba(255,255,255,1);
}
.hb-menu-header-link {
  display:block;
  white-space: nowrap;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: rgba(136,154,137,1);
  width: calc((100% - 2px) / 2);
  height:30px;
  border-left:solid 1px rgba(136,154,137,1);
  float:left;
  padding-top:12px;
}
.hb-menu-contents-link {
  display:block;
  width:100%;
  margin-top:4vh;
  overflow: visible;
  font-family: 'NotoSansJP-Regular';
  color: rgba(255,255,255,1);
}
.hb-menu-contents-link div{
  display:block;
  padding:1.5vh 0 1.5vh 0;
}
.hb-menu-contents-link div span{
  padding:10px;
}
.hb-menu-contents-link a{
  color: rgba(255,255,255,1);
  text-decoration:none;
}
#hb-menu-contact{
  display:block;
  margin-top: 2vh;
  width:100%;
}
#hb-menu-language{
  display:block;
  margin-top: 2vh;
  width:100%;
}
#hb-menu-language-tooltip{
  cursor: pointer;
}
.hb-language-tooltip {
  display:block;
  margin-top: 2vh;
  margin-left:auto;
  margin-right:auto;
  width:200px;
  font-size:14px;
  color:#fff;
  background-color: rgba(136,154,137,1);
  text-align: center;
  vertical-align: center;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  padding:10px;
  border-radius: 10px;
  border: 2px solid #c4cdc4;
  z-index: 100;
}
.hb-language-tooltip:after {
  display:none;
}
.hb-language-tooltip a{
  color: rgba(255,255,255,1);
  text-decoration:none;
}
.hb-language-tooltip-link{
  width:calc(100% - 20px);
  padding:10px;
}
#ac-check-lang {
  display: none;
}
.ac-close-lang {
  display: none;
  transition: 0.1s;
}
  /* 隣接セレクタで */
#ac-check-lang:checked + .ac-close-lang {
  display: block;
}
.hb-menu-border {
  margin-top:2vh;
  margin-left:auto;
  margin-right:auto;
  width:85%;
  height:0px;
  border: 1px solid #c4cdc4;
}
.hb-sns {
  display:block;
  margin-top:1vh;
  margin-left:auto;
  margin-right:auto;
  height:30px;
}
.hb-sns a{
  text-decoration:none;
}
.hb-sns div{
  display:inline-block;
  margin:2vh 10px 1vh 10px;
  width:30px;
  height:30px;
}

.hb-menu-webstore-wrapper {
  display:block;
  position: relative;
  height:36px;
  width:131px;
  margin-top:4vh;
  margin-left:auto;
  margin-right:auto;
  background-color: rgba(255,255,255,1);
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.161));
  border-radius: 18px;
}
.hb-menu-webstore {
  display:block;
  position: relative;
  width:100%;
  height:36px;
  margin-left:auto;
  margin-right:auto;
}
.hb-menu-webstore-img {
  display:block;
  position: absolute;
  left:11px;
  top:8px;
}
.hb-menu-webstore-text {
  display:block;
  position: absolute;
  left:36px;
  top:12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(136,154,137,1);
}
/******************* ENDハンバーガーメニュー *******************/
/******************* ヘッダー *******************/
header {
  display: block;
  position: fixed;
  width: calc((100% - 160px) / 2);
  height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  overflow:hidden;
}

@media screen and (max-width: 1024px) {
  header {
    display: block;
    position:relative;
    margin-top:60px;
    overflow:hidden;
    width: calc(100% - 0px);
    height: calc(100vw - 0px);
  }
}
.header{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-x:hidden;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
}
.header-text{
  display: block;
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
}

.top-header{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow:hidden;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
  opacity    : 0;
  animation  : bgAnime 18s infinite; 
  animation-timing-function:linear;
/*  animation-timing-function:ease;*/
}

header .src1{
  background-image: url('../images/hp/high-quality.png');
}
header .src2{
  background-image: url('../images/hp/trend.png');
  animation-delay  : 6s;
}
header .src3{
  background-image: url('../images/hp/seasonal.png');
  animation-delay  : 12s;
}

@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  34% {
    opacity: 0;
    transform: scale(1.2) ;
  }
  100% {
    opacity: 0;
  }
}

.top-header-text{
  display: block;
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
  opacity    : 0;
  animation  : bgAnime-text 18s infinite; 
  animation-timing-function:linear;/**/
}

header .text-src1{
  background-color: rgba(0,0,0,0.15);
  background-image: url('../images/hp/high-quality-text.svg');
}
header .text-src2{
  background-color: rgba(0,0,0,0.05);
  background-image: url('../images/hp/trend-text.svg');
  animation-delay  : 6s;
}
header .text-src3{
  background-color: rgba(0,0,0,0.1);
  background-image: url('../images/hp/seasonal-text.svg');
  animation-delay  : 12s;
}

header .text-src1-english{
  background-color: rgba(0,0,0,0.15);
  background-image: url('../images/hp/high-quality-text_en.svg');
}
header .text-src2-english{
  background-color: rgba(0,0,0,0.05);
  background-image: url('../images/hp/trend-text_en.svg');
  animation-delay  : 6s;
}
header .text-src3-english{
  background-color: rgba(0,0,0,0.1);
  background-image: url('../images/hp/seasonal-text_en.svg');
  animation-delay  : 12s;
}

header .text-src1-simplified_chinese{
  background-color: rgba(0,0,0,0.15);
  background-image: url('../images/hp/high-quality-text_chine-kantai.svg');
}
header .text-src2-simplified_chinese{
  background-color: rgba(0,0,0,0.05);
  background-image: url('../images/hp/trend-text_chine-kantai.svg');
  animation-delay  : 6s;
}
header .text-src3-simplified_chinese{
  background-color: rgba(0,0,0,0.1);
  background-image: url('../images/hp/seasonal-text_chine-kantai.svg');
  animation-delay  : 12s;
}

header .text-src1-traditional_chinese{
  background-color: rgba(0,0,0,0.15);
  background-image: url('../images/hp/high-quality-text_chine-hantai.svg');
}
header .text-src2-traditional_chinese{
  background-color: rgba(0,0,0,0.05);
  background-image: url('../images/hp/trend-text_chine-hantai.svg');
  animation-delay  : 6s;
}
header .text-src3-traditional_chinese{
  background-color: rgba(0,0,0,0.1);
  background-image: url('../images/hp/seasonal-text_chine-hantai.svg');
  animation-delay  : 12s;
}

header .text-src1-korean{
  background-color: rgba(0,0,0,0.15);
  background-image: url('../images/hp/high-quality-text_korea.svg');
}
header .text-src2-korean{
  background-color: rgba(0,0,0,0.05);
  background-image: url('../images/hp/trend-text_korea.svg');
  animation-delay  : 6s;
}
header .text-src3-korean{
  background-color: rgba(0,0,0,0.1);
  background-image: url('../images/hp/seasonal-text_korea.svg');
  animation-delay  : 12s;
}

@keyframes bgAnime-text {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@media screen and (max-width: 1024px) {
  .top-header, .header{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
  }
  .top-header-text, .header-text{
    position: absolute;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
  }
}

/******************* ENDヘッダー *******************/
/******************* メイン *******************/
main {
  display: block;
  width: calc((100% - 160px) / 2);
  margin:0 0 0 auto;
  position:relative;
  background-color: #FFF;
  right:160px;
  min-height:calc(100vh - ((((100vw - 160px) / 2) - 50px) / 3) - 142px);
}

@media screen and (max-width: 1024px) {
  main {
    display: block;
    width: 100%;
    position:relative;
    right:0;
    min-height:auto;
  }
}
.main {
  display: block;
  position:relative;
  margin:10px auto 10px auto;
  width:calc(100% - 20px);
  min-height:calc(100vh - 142px);
}
@media screen and (max-width: 1024px) {
  .main {
    margin:0px auto 0px auto;
    width:100%;
  }
}
/* ENDメイン */
/* フッター */
footer {
  display: block;
  width: calc(((100% - 160px) / 2) - 20px);
  margin:0 0 10px auto;
  position:relative;
  background-color: #FFF;
  right:170px;
}

@media screen and (max-width: 1024px) {
  footer {
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    width:calc(100% - 0px);
    position:relative;
    right:0px;
    text-align: center;
  }
}

.footer-main{
  display: block;
  position:relative;
  background-color: rgba(136,154,137,1);
  min-height:122px;
  color: rgba(255,255,255,1);
}

.footer-main a{
  text-decoration:none;
  color:#FFF;
}

#footer-logo-wrapper {
  position: absolute;
  overflow: visible;
  width: 144px;
  height:43px;
  left: 13px;
  top: 36px;
}
#footer-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 46px;
  height:43px;
}
#footer-logo-text {
  position: absolute;
  left: 53px;
  top: 9px;
}
#footer-copyright {
  position: absolute;
  left: 13px;
  top: 100px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 9px;
  letter-spacing: 0.5px;
}
#footer-privacy-policy {
  position: absolute;
  right: 17px;
  top: 46px;
  text-align: right;
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
}
#footer-site-map {
  position: absolute;
  right: 17px;
  top: 70px;
  text-align: right;
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
}
    /* フッターmini */
.footer-mini-main{
  display: block;
  position:relative;
  padding-bottom:10px;
  background-color: rgba(136,154,137,1);
  color: rgba(255,255,255,1);
}
.footer-mini-main a{
  text-decoration:none;
  color:#FFF;
}
#footer-mini-logo {
  display: block;
  margin-left:auto;
  margin-right:auto;
  padding-top:20px;
}
#footer-mini-logo img{
  width:31%;
}
.footer-mini-sns{
  padding-top:20px;
  width: 100%;
}
.footer-mini-sns img{
  height:18px;
}
.footer-mini-sns div{
  display: inline-block;
  padding:0px;
  margin-left:10px;
  margin-right:10px;
}
#footer-mini-privacy-policy {
  display: block;
  margin-left:auto;
  margin-right:auto;
  font-family: 'NotoSansJP-Regular';
  padding-top:20px;
  font-size: 12px;
}
#footer-mini-site-map {
  display: block;
  margin-left:auto;
  margin-right:auto;
  padding-top:10px;
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
}
#footer-mini-copyright {
  display: block;
  margin-left:auto;
  margin-right:auto;
  padding-top:20px;
  font-family: 'NotoSansJP-Regular';
  font-size: 9px;
  letter-spacing: 0.5px;
}
/******************* ENDフッター *******************/
/******************* TOP *******************/
.top-big-link-container{
  display: flex;
    position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width:calc(100% - 60px);
  padding:0 30px 0 30px;
  margin-top:40px;
  margin-bottom:10px;
}
.top-big-link-item{
  flex-basis: calc((100% - 40px) / 2);
  margin-top:0px;
  margin-right:40px;
}
.top-big-link-item:nth-child(2n){
  margin-right:0px;
}
.top-big-link-item:nth-child(n + 3){
  margin-top:40px;
}

@media screen and (max-width: 1024px) {
  .top-big-link-container{
    position: relative;
    margin-top:0px;
    margin-bottom:0px;
    padding:0 10px;
    width:calc(100% - 20px);
  }
  .top-big-link-item{
    flex-basis: calc((100% - 10px) / 2);
/*    height:calc((100vw / 2) - 24px);*/
    margin-top:0px;
  }
  .top-big-link-item:nth-child(2n+1){
    margin-right:10px;
  }
  .top-big-link-item:nth-child(n+1){
    margin-top:10px;
  }
}

#top-big-link-wrapper1{
  display: block;
  position: relative;
  width:calc(100% - 0px);
  padding:0;
}
#top-big-link-wrapper2{
  display: block;
  position: relative;
  width:calc(100% - 0px);
  padding:0;
}
#top-big-link-wrapper3{
  display: block;
  position: relative;
  width:calc(100% - 0px);
  padding:0;
}
#top-big-link-wrapper4{
  display: block;
  position: relative;
  width:calc(100% - 0px);
  padding:0;
}
@media screen and (max-width: 1024px) {
  #top-big-link-wrapper1{
    width:calc(100% - 0px);
    height:calc(100% - 0px);
    padding:0px;
  }
  #top-big-link-wrapper2{
    width:calc(100% - 0px);
    height:calc(100% - 0px);
    padding:0px;
  }
  #top-big-link-wrapper3{
    width:calc(100% - 0px);
    height:calc(100% - 0px);
    padding:0px;
  }
  #top-big-link-wrapper4{
    width:calc(100% - 0px);
    height:calc(100% - 0px);
    padding:0px;
  }
}
#top-big-link1{
  position:relative;
  width:100%;
  height: 100%;
}
#top-big-link1 img{
  width:100%;
}
#top-big-link2{
  position:relative;
  width:100%;
  height: 100%;
}
#top-big-link2 img{
  width:100%;
}
#top-big-link3{
  position:relative;
  width:100%;
  height: 100%;
}
#top-big-link3 img{
  width:100%;
}
#top-big-link4{
  position:relative;
  width:100%;
  height: 100%;
}
#top-big-link4 img{
  width:100%;
}
#top-big-link-text1{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  transition: 0.5s;
}
#top-big-link-text1 img{
  width:100%;
}
#top-big-link-text1:hover{
  background-color: rgba(0,0,0,0.5);
  transition: 0.5s;
}
#top-big-link-text2{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  transition: 0.5s;
}
#top-big-link-text2 img{
  width:100%;
}
#top-big-link-text2:hover{
  background-color: rgba(0,0,0,0.5);
  transition: 0.5s;
}
#top-big-link-text3{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  transition: 0.5s;
}
#top-big-link-text3 img{
  width:100%;
}
#top-big-link-text3:hover{
  background-color: rgba(0,0,0,0.5);
  transition: 0.5s;
}
#top-big-link-text4{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  transition: 0.5s;
}
#top-big-link-text4 img{
  width:100%;
}
#top-big-link-text4:hover{
  background-color: rgba(0,0,0,0.5);
  transition: 0.5s;
}

.top-news{
  display: block;
  margin:40px 0 5px;
  text-align: center;
  font-family:'TT0142M.TTF';
  font-size: 25px;
  color: #5f5f5f;
  letter-spacing: 0.2px;
}
.top-news-jp{
  display: block;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #5f5f5f;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .top-news-jp{
    margin-bottom:5px;
  }
}
.top-news-wrapper{
  display: block;
  position: relative;
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;
  width:87%;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper{
    margin-top:15px;
    width:calc(100% - 40px);
  }
}
.top-news-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.top-news-date{
  display: block;
  float:left;
  padding-top:6px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
  color: #5f5f5f;
}
.top-news-main{
  display: block;
  float:left;
  margin-left:30px;
  width:calc(100% - 100px);
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 14px;
  line-height:21px;
  color: #5f5f5f;
  overflow: hidden;
}
.top-news-next{
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
  color: rgba(162,162,162,1);
  padding-left:20px;
}
.top-news-wrapper a,.top-news-date a,.top-news-main a{
  text-decoration:none;
  color: rgba(95,95,95,1);
}
.top-news-next a{
  text-decoration:none;
  color: rgba(162,162,162,1);
}
.top-news-border{
  display: block;
  margin-top:15px;
  margin-left:auto;
  margin-right:auto;
  width:87%;
  height:1px;
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 5px);
  background-repeat: repeat-x;
}

.top-news-button-wrapper{
  display: block;
  margin-top:30px;
  width:100%;
}
@media screen and (max-width: 1024px) {
  .top-news-button-wrapper{
    margin-top:15px;
  }
}
.top-news-button{
  display: block;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width:142px;
  height:36px;
  background-color: rgba(136,154,137,1);
  border-radius: 18px;
}
.top-news-button-text{
  display: block;
  position: absolute;
  width:142px;
  left:0px;
  top:0px;
  padding-top:12px;
  padding-bottom:10px;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
  color: rgba(255,255,255,1);
}
.top-news-button-wrapper a{
  text-decoration:none;
  color: rgba(255,255,255,1);
}

.top-sales-wrapper{
  display: block;
  position:relative;
  margin-top:30px;
  padding-bottom:40px;
  margin-left:auto;
  margin-right:auto;
  width:100%
  background-color: rgba(242,242,242,1);
  background: url('../images/hp/sale-ribbon.svg');
  background-repeat:no-repeat;
  background-position: left top;
  background-color: rgba(242,242,242,1);
}
@media screen and (max-width: 1024px) {
  .top-sales-wrapper{
    margin-top:40px;
    padding-bottom:0px;
    background-size: auto 98px;
  }
}
.top-sales-text{
  display: block;
  padding:40px 0 5px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  font-family:'TT0142M.TTF';
  font-size: 25px;
  color: rgba(95,95,95,1);
  letter-spacing: 0.2px;
}
@media screen and (max-width: 1024px) {
  .top-sales-text{
    padding:30px 0 5px;
  }
}
.top-sales-text-jp{
  display: block;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  font-size: 13px;
  color: rgba(95,95,95,1);
  letter-spacing: 0.2px;
}
.top-sales-item-container{
  display: flex;
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;
  flex-direction: row;
  flex-wrap: wrap;
  width:calc(100% - 70px);
}
@media screen and (max-width: 1024px) {
  .top-sales-item-container{
    position:relative;
    margin-top:0px;
    padding:20px;
    width:calc(100% - 40px);
  }
}
.top-sales-item-wrapper{
  flex-basis:calc((100% - 40px) / 4 );
  margin-left:5px;
  margin-right:5px;
}
@media screen and (max-width: 1024px) {
  .top-sales-item-wrapper{
    flex-basis: calc((100% - 10px) / 2 );
    margin:0px;
  }
  .top-sales-item-wrapper:nth-child(2n+1){
    margin-right:10px;
  }
  .top-sales-item-wrapper:nth-child(n+1){
    margin-top:10px;
  }
}
.top-sales-item{
  display: block;
  position:relative;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
}
.top-sales-item img{
  width:100%;
}
.top-calendar{
  display: block;
  margin-top:40px;
  text-align: center;
  font-family:'TT0142M.TTF';
  font-size: 19px;
  color: rgba(95,95,95,1);
  letter-spacing: 0.2px;
}

.top-calendar-container{
  display: flex;
  position:relative;
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;
  flex-direction: row;
  flex-wrap: wrap;
  width:calc(100% - 60px);
}
.top-calendar-wrapper{
  position:relative;
  width:calc((100% - 20px) / 2);
  margin-right:20px;
}
.top-calendar-wrapper:last-child{
  margin-right:0px;
}

@media screen and (max-width: 1024px) {
  .top-calendar-container{
    display: block;
    margin-top:20px;
    width:calc(100% - 0px);
  }
  .top-calendar-wrapper{
    margin-left:auto;
    margin-right:auto!important;
    margin-bottom:20px;
    width:calc(100% - 40px);
  }
}
.top-calendar-month{
  display: block;
  padding:15px 0px 15px 0px;
  width:calc(100% - 2px);
  text-align: center;
  font-size: 36px;
  color: rgba(95,95,95,1);
  border:1px solid rgba(230,230,230,1);
  border-bottom:none;
}
@media screen and (max-width: 1024px) {
  .top-calendar-month{
    font-size: 56px;
  }
}
.top-calendar-week-wrapper{
  display: flex;
  position:relative;
  width:calc(100% - 2px);
  border-left:1px solid rgba(230,230,230,1);
  border-right:1px solid rgba(230,230,230,1);
}
.top-calendar-week-item{
  display: block;
  padding-bottom:3px;
  width:calc(100% / 7);
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-size: 7px;
  color: rgb(95, 95, 95);
}
@media screen and (max-width: 1024px) {
  .top-calendar-week-item{
    font-size: 13px;
  }
}
.top-calendar-week-sunday{
  color: rgba(255,100,100,1);
}

.top-calendar-days-wrapper{
  display: flex;
  position:relative;
  width:100%;
}
.top-calendar-days-wrapper:last-child{
  border-bottom:1px solid rgba(230,230,230,1);
}
.top-calendar-day-box{
  position:relative;
  width:calc(100% / 7);
  height:2.7vw;
  min-height:35px;
  border-top:1px solid rgba(230,230,230,1);
  border-right:1px solid rgba(230,230,230,1);
}
.top-calendar-day-box:first-child{
  border-left:1px solid rgba(230,230,230,1);
}
.top-calendar-date{
  display: block;
  position: absolute;
  top:5px;
  right:5px;
  text-align:right;
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
  color: rgba(95,95,95,1);
}
.top-calendar-mark{
  display: block;
  position: absolute;
  bottom:3px;
  right:2px;
  text-align:right;
  font-size: 9px;
}

@media screen and (max-width: 1024px) {
  .top-calendar-day-box{
    height:2.7vw;
    min-height:45px;
  }
  .top-calendar-day-item{
    font-size: 17px;
  }
  .top-calendar-date{
    top:7px;
    right:10px;
  }
  .day-left .top-calendar-date{
    right:8px;
  }
  .top-calendar-mark{
    font-size: 14px;
    right:5px;
    bottom:7px;
  }
  .day-left .top-calendar-mark{
    right:5px;
  }
}

.calendar-mark-pink{
  color: rgba(255,134,134,1);
}
.calendar-mark-blue{
  color: rgba(134,190,255,1);
}

.top-calendar-mark-desc{
  display: block;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  width:calc(100% - 80px);
  font-family: 'NotoSansJP-Regular';
  font-size: 10px;
  color: rgba(95,95,95,1);
  letter-spacing: 0.2px;
}

.top-calendar-mark-desc-mini{
  display: none;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  font-family: 'NotoSansJP-Regular';
  font-size: 10px;
  color: rgba(95,95,95,1);
  letter-spacing: 0.2px;
  text-align: center;
}

.calendar-mark-desc-pink{
  font-size: 14px;
  color: rgba(255,134,134,1);
}
.calendar-mark-desc-blue{
  font-size: 14px;
  color: rgba(134,190,255,1);
}

.top-calendar-desc{
  display: block;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:40px;
  width:calc(100% - 80px);
  font-family: 'NotoSansJP-Regular';
  font-size: 10px;
  color: rgba(95,95,95,1);
  letter-spacing: 0.2px;
  word-break : break-all;
  line-height:15px;
}

@media screen and (max-width: 1024px) {
  .top-calendar-mark-desc{
    display: none;
  }
  .top-calendar-mark-desc-mini{
    display: block;
  }
  .top-calendar-desc{
    display: none;
  }
}

.top-calendar-tooltip {
  position: relative;
  cursor: pointer;
}
 
.top-calendar-tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  max-width: 300px;
  width: 400%;
  left: 0px;
  bottom: 40px;
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 10px;
  color:#fff;
  background-color: rgba(136,154,137,1);
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  line-height:16px;
  z-index: 1;
  transition: 0.5s all;
  border: 1px solid #c4cdc4;
}

.top-calendar-tooltip-text a{
  color:#fff;
  text-decoration:none;
}

.top-calendar-tooltip:hover .top-calendar-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.top-calendar-tooltip:active .top-calendar-tooltip-text {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .right-0{
    left: auto;
    right: 0px;
  }
  .right-50{
    left: auto;
    right: -60px;
  }
}

.hp-border{
  display: block;
  margin-top:10px;
  width:100%;
  border-top:1px solid rgba(193,193,193,1);
}
.margin-top0{
  margin-top:0!important;
}
.margin-top10{
  margin-top:10px!important;
}
.margin-top5{
  margin-top:5px!important;
}
.margin-top15{
  margin-top:15px!important;
}
.margin-top20{
  margin-top:20px!important;
}
.margin-top30{
  margin-top:30px!important;
}
.margin-top40{
  margin-top:40px!important;
}
.margin-top50{
  margin-top:50px!important;
}
.margin-top60{
  margin-top:60px!important;
}
.margin-top70{
  margin-top:70px!important;
}
.margin-top80{
  margin-top:80px!important;
}
.width_100per{
  width:100%!important;
}

.top-photography{
  display: block;
  position:relative;
  margin-top:10px;
  width:100%;
}
.top-photography img{
  width:100%;
}
@media screen and (max-width: 1024px) {
  .top-photography{
    margin-top:40px;
  }
}
.top-photography-text{
  display: block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.2);
}
.top-photography-text img{
  width:100%;
}
.top-instagram{
  display: block;
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
@media screen and (max-width: 1024px) {
  .top-instagram{
    margin-top:40px;
  }
}
.top-instagram-container{
  display: flex;
  position: relative;
  margin-top:20px;
  flex-direction: row;
  flex-wrap: wrap;
  width:100%;
}
@media screen and (max-width: 1024px) {
  .top-instagram-container{
    margin-top:10px;
    padding:0 20px 0 20px;
    width:calc(100% - 40px);
  }
}
.top-instagram-wrapper{
  flex-basis: calc((100% - 50px) / 6);
  margin-right:10px;
}
.top-instagram-wrapper:last-child{
  margin-right:0px;
}
.top-instagram-item{
  display: block;
  position: relative;
  overflow:hidden;
  width:100%;
  height:calc((((100vw - 160px) / 2) - 79px) / 6);
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
/*  background-color: #C0C;*/
}
@media screen and (max-width: 1024px) {
  .top-instagram-container{
    height:calc((100vw - 50px) / 3 * 2);
  }
  .top-instagram-wrapper{
    flex-basis: calc((100vw - 50px) / 3);
  }
  .top-instagram-wrapper:nth-child(1){
    margin-right:5px;
  }
  .top-instagram-wrapper:nth-child(2){
    margin-right:5px;
  }
  .top-instagram-wrapper:nth-child(3){
    margin-right:0px;
  }
  .top-instagram-wrapper:nth-child(4){
    margin-top:5px;
    margin-right:5px;
  }
  .top-instagram-wrapper:nth-child(5){
    margin-top:5px;
    margin-right:5px;
  }
  .top-instagram-wrapper:nth-child(6){
    margin-top:5px;
    margin-right:0px;
  }
  .top-instagram-item{
    height: calc((100vw - 50px) / 3);
  }
}

.top-instagram-item video{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width:100%;
}

.margin-left-0{
  margin-left:0px!important;
}

.hp-border-mini{
  display: none;
  margin-top:10px;
  width:100%;
  border-top:2px solid rgba(193,193,193,1);
}
.web-store-link-mini{
  display:none;
  position: relative;
  margin-top:50px;
  margin-bottom:50px;
  margin-left:auto;
  margin-right:auto;
  width:calc(100% - 40px);
  height:46px;
  text-align:center;
  background-color: rgba(255,255,255,1);
  filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.161));
  border-radius: 36px;
}
.web-store-link-mini-text{
  display: block;
  position: absolute;
  top:18px;
  left:calc(50% - 24px);
  font-size: 12px;
  font-family: 'NotoSansJP-Regular';
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(136,154,137,1);
}
.web-store-link-mini-text a{
  color: rgba(136,154,137,1);
}
.web-store-link-mini-image{
  display: block;
  position: absolute;
  top:13px;
  left:calc(50%  - 50px);
}

@media screen and (max-width: 1024px) {
  .hp-border-mini, .web-store-link-mini{
    display: block;
  }
}
/******************* END TOP **********************/

/******************* ABOUT US **********************/
.about-us-wrapper{
  display: block;
  position: relative;
  margin-top:140px;
  padding-left:30px;
  width:calc(100% - 60px);
  line-height: 23px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  color: rgba(95,95,95,1);
}
@media screen and (max-width: 1024px) {
  .about-us-wrapper{
    margin-top:30px;
    padding-left:20px;
    width:calc(100% - 40px);
  }
}
.about-us-menu-wrapper{
  display: block;
  position: fixed;
  top:0;
  padding-top:60px;
  padding-bottom: 40px;
  width: calc(((100% - 160px) / 2) - 60px);
  overflow: auto;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
  color: rgba(95,95,95,1);
  letter-spacing: 1px;
  line-height: 22px;
  z-index:3;
  overflow: hidden;
  background-color: #FFF;
}
@media screen and (max-width: 1024px) {
  .about-us-menu-wrapper{
    position: relative;
    padding-top:20px;
    padding-bottom: 10px;
    width: 100%;
  }
}
.about-us-menu-wrapper a{
  color: rgba(95,95,95,1);
}
.about-us-menu-wrapper::after {
  content: "";
  display: block;
}
.about-us-menu-greeting{
  display: block;
  float:left;
  height:20px;
  width:calc((100% - 4px) * 0.23);
}
.about-us-menu-strength{
  display: block;
  float:left;
  height:20px;
  border-left:1px solid rgba(112,112,112,1);
  width:calc((100% - 4px) * 0.39);
}
.about-us-menu-company-profile{
  display: block;
  float:left;
  height:20px;
  border-left:1px solid rgba(112,112,112,1);
  width:calc((100% - 4px) * 0.23);
}
.about-us-menu-company-history{
  display: block;
  float:left;
  height:20px;
  border-left:1px solid rgba(112,112,112,1);
  width:calc((100% - 4px) * 0.15);
}
.about-us-catch{
  display: block;
  width:100%;
  text-align: center;
  line-height: 36px;
  margin-top: 60px;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-size: 20px;
  font-weight:600;
  color: rgba(136,154,137,1);
  letter-spacing: 1px;
/*  background-color: #CCC;*/
}
@media screen and (max-width: 1024px) {
  .about-us-catch{
    margin-top: 35px;
    line-height: 34px;
  }
}
.about-us-descrption{
  display: block;
  width:100%;
  margin-top: 30px;
  line-height: 23px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  color: rgba(95,95,95,1);
}
.about-us-message{
  display: block;
  padding-top:80px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  font-family: Futura PT;
  font-size: 25px;
  color: rgba(136,154,137,1);
  letter-spacing: 0.25px;
}
@media screen and (max-width: 1024px) {
  .about-us-message{
    margin-top:50px;
    padding-top:0px;
  }
}
.about-us-message-jp{
  display: block;
  margin-top: 5px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
  color: rgba(95,95,95,1);
  letter-spacing: 2px;
}
.about-us-mini-border{
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left:auto;
  margin-right:auto;
  width:53px;
  height:1px;
  border-top:1px solid rgba(64,64,64,1);
}
.about-us-greeting-wrapper{
  display: block;
  position: relative;
  width:100%;
  margin-top: 20px;
}
.about-us-greeting-wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.about-us-greeting-image-wrapper{
  display: block;
  float:left;
  width:200px;
}
@media screen and (max-width: 1024px) {
  .about-us-greeting-image-wrapper{
    float:none;
    width:100%;
  }
}
.about-us-greeting-image {
  display: block;
  width:200px;
  margin-left:auto;
  margin-right:auto;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
  background-color: rgba(244,244,244,1);
}
.about-us-greeting-image img{
  width:100%;
}
.about-us-greeting-name{
  display: block;
  width:100%;
  margin-top: 15px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  line-height: 23px;
  color: rgba(95,95,95,1);
}
@media screen and (max-width: 1024px) {
  .about-us-greeting-name{
    text-align: center;
  }
}
.about-us-greeting-text{
  display: block;
  float:left;
  margin-left:20px;
  width:calc(100% - 239px);
  line-height: 23px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  color: rgba(95,95,95,1);
/*  background-color: #CCC;*/
}
@media screen and (max-width: 1024px) {
  .about-us-greeting-text{
    float:none;
    margin-top: 20px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
  }
}

.about-us-strength{
  display: block;
  padding-top:80px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 25px;
  color: rgba(136,154,137,1);
  letter-spacing: 0.25px;
}
@media screen and (max-width: 1024px) {
  .about-us-strength{
    margin-top:50px;
    padding-top:0px;
  }
}
.about-us-strength-jp{
  display: block;
  margin-top: 5px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
  color: rgba(95,95,95,1);
  letter-spacing: 2px;
}
.about-us-green-title{
  display: block;
  width:calc(100% - 20px);
  height:29px;
  margin-top:30px;
  padding-top: 7px;
  padding-bottom: 1px;
  padding-left:10px;
  line-height: 22px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 16px;
  font-weight:600;
  color: rgba(255,255,255,1);
  letter-spacing: 1.5px;
  background-color: rgba(136,154,137,1);
}
@media screen and (max-width: 1024px) {
  .about-us-green-title{
    margin-top:20px;
    width:calc(100% - 10px);
  }
}
.about-us-gray-wrapper{
  display: block;
  width:calc(100% - 60px);
  padding: 30px;
  background-color: rgba(244,244,244,1);;
}
@media screen and (max-width: 1024px) {
  .about-us-gray-wrapper{
    padding: 10px;
    width:calc(100% - 20px);
  }
}
.about-us-white-title{
  display: block;
  position: relative;
  width:calc(100% -60px);
  min-height:29px;
  padding-top: 7px;
  padding-bottom: 1px;
  margin-bottom: 15px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 18px;
  color: rgba(136,154,137,1);
  letter-spacing: 1.5px;
  background-color: rgba(255,255,255,1);
}

.about-us-white-title a{
  color: rgba(136,154,137,1);
}
.about-us-white-title::after {
  content: "";
  display: block;
  clear: both;
}
.about-us-white-title-name{
  display: block;
  float:left;
  width:102px;
  margin-left:10px;
  font-size:16px;
  font-weight:600;
}
.about-us-white-title-link{
  display: block;
  float:right;
  width:calc(100% - 132px);
  margin-right:10px;
  line-height: 22px;
  text-align: right;
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
  color: rgba(95,95,95,1);
  word-break: break-all;
}
.about-us-white-title-link a{
  color: rgba(95,95,95,1);
}
@media screen and (max-width: 1024px) {
  .about-us-white-title-link{
    display: none;
  }
}
.about-us-gray-title{
  display: block;
  padding-top: 0px;
  line-height: 22px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 14px;
  font-weight:600;
  color: rgba(95,95,95,1);
  letter-spacing: 0.2px;
}

.about-us-gray-subtitle-a{
  font-size:13px;
  margin-top:3px;
  margin-bottom: 15px;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  .about-us-gray-subtitle-a{
  }
}
.about-us-gray-subtitle-b{
  font-size:13px;
  margin-top:3px;
  line-height: 22px;
}

.about-us-factory-wrapper{
  display: block;
  position: relative;
  margin-top:5px;
  width:100%;
  text-align: left;
}
.about-us-factory-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.about-us-factory{
  display: block;
  float:left;
  width:60%;
  padding:10px; 
  border:1px solid rgba(64,64,64,1);
}
.about-us-factory-desc{
  display: block;
  float:left;
  width:calc(40% - 37px);
  margin-left:10px;
  line-height: 16px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 10px;
  color: rgba(95,95,95,1);
}
.about-us-factory-image{
  display: block;
  width:calc(100% - 80px);
  margin-left:auto;
  margin-right:auto;
/*  background-color: #CCC;*/
}
@media screen and (max-width: 1024px) {
 .about-us-factory{
    float:none;
    width:calc(100% - 20px);
 }
 .about-us-factory-desc{
    float:none;
    width:100%;
    margin-top:5px;
    margin-left:0px;
  }
 .about-us-factory-image{
  width:calc(100%);
  height:calc((100vw - 80px) * 0.4 );
 }
}

.about-us-company-profile{
  display: block;
  padding-top:100px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 25px;
  color: rgba(136,154,137,1);
  letter-spacing: 0.25px;
}
@media screen and (max-width: 1024px) {
  .about-us-company-profile{
    margin-top:50px;
    padding-top:0px;
  }
}
.about-us-company-profile-jp{
  display: block;
  margin-top: 5px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
  color: rgba(95,95,95,1);
  letter-spacing: 2px;
}
.about-us-company-profile-wrapper{
  display: table;
  position: relative;
  margin-top: 0px;
  width:100%;
  text-align: left;
  border-top:1px solid rgba(186,186,186,1);
}
@media screen and (max-width: 1024px) {
  .about-us-company-profile-wrapper{
    margin-top: 0px;
  }
}
.about-us-company-profile-left{
  display: table-cell;
  width:24%;
  height:100%;
  background-color: rgba(248,248,248,1);
  padding:12px;
}
.about-us-company-profile-right{
  display: table-cell;
  width:80%;
  padding:15px 0px 15px 15px ;
}
.about-us-company-profile-google-map{
  margin-top: 10px;
  width:100%;
  height:calc( ((((100vw - 160px) / 2) - 80px) * 0.4) );
}
@media screen and (max-width: 1024px) {
  .about-us-company-profile-google-map{
    height:calc( ((100vw - 80px) * 0.4) );
  }
}
.about-us-company-profile-map{
  width:100%;
  padding-top:15px;
  padding-bottom:15px;
  border-top:1px solid rgba(186,186,186,1);
}
.about-us-company-profile-wrapper-bottom{
  display: table;
  position: relative;
  width:100%;
  text-align: left;
  border-top:1px solid rgba(186,186,186,1);
  border-bottom:1px solid rgba(186,186,186,1);
}
.about-us-company-history{
  display: block;
  padding-top:100px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  font-family: Futura PT;
  font-size: 25px;
  color: rgba(136,154,137,1);
  letter-spacing: 0.25px;
}
@media screen and (max-width: 1024px) {
  .about-us-company-history{
    margin-top:50px;
    padding-top:0px;
  }
}
.about-us-company-history-jp{
  display: block;
  margin-top: 5px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
  color: rgba(95,95,95,1);
  letter-spacing: 2px;
}
.about-us-company-history-wrapper{
  display: table;
  position: relative;
  width:80%;
  margin-left:auto;
  margin-right:auto;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .about-us-company-history-wrapper{
    width:100%;
  }
}
.about-us-company-history-left{
  display: table-cell;
  width:100px;
  height:100%;
  padding:30px 0px 30px 30px ;
}
.about-us-company-history-center{
  display: table-cell;
  width:14px;
  height:100%;
  background: url('../images/hp/about-us-dot-line.png'),url('../images/hp/about-us-line.png');
  background-repeat:no-repeat, repeat-y;
  background-position: center top,center;
}
.about-us-company-history-right{
  display: table-cell;
  padding:30px 0px 30px 30px ;
}

.footer-link-wrapper{
  display: block;
  position: relative;
  width:100%;
}
.footer-link-container{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 80px;
  width:100%;
  height:calc((((100vw - 160px) / 2) - 50px) / 3);
}
@media screen and (max-width: 1024px) {
  .footer-link-container{
    margin-top: 50px;
    height:calc((100vw - 10px) / 3 );
  }
}
.footer-link-wrapper{
  width:calc((100% - 10px) / 3);

/*  flex-basis: calc((((100vw - 160px) / 2) - 50px) / 3);*/
  margin-left:5px;
}
@media screen and (max-width: 1024px) {
  .footer-link-wrapper{
    flex-basis: calc((100% - 10px) / 3 );
  }
}
.footer-link-item{
  display: block;
  position: relative;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
/*  background-color: #C0C;*/
}
.footer-link-item-text{
  display: block;
  position: absolute;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
  background-color: rgba(0,0,0,0.1);
/*  background-color: #C0C;*/
}
.footer-link-item-text:hover{
  background-color: rgba(0,0,0,0.5);
  transition: 0.5s;
}


/******************* END ABOUT US **********************/

/******************* FOREIGN ABOUT US **********************/
.foreign-about-us-wrapper{
  display: block;
  position: relative;
  margin-top:90px;
  padding-left:30px;
  width:calc(100% - 60px);
  line-height: 23px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  color: rgba(95,95,95,1);
}
@media screen and (max-width: 1024px) {
  .foreign-about-us-wrapper{
    margin-top:40px;
  }
}
.foreign-about-us-greeting{
  display: block;
  margin-top: 60px;
  width:100%;
  text-align: center;
  line-height: 36px;
  font-family: 'NotoSansJP-Regular';
  font-size: 20px;
  font-weight:600;
  color: rgba(136,154,137,1);
  letter-spacing: 1px;
}
.foreign-about-us-greeting-mini{
  width:100%;
  text-align: center;
  line-height:12px;
  font-size: 12px;
}
.foreign-about-us-mini-border{
  display: block;
  margin-top: 10px;
  margin-left:auto;
  margin-right:auto;
  width:53px;
  height:1px;
  border-top:1px solid rgba(64,64,64,1);
}
.foreign-about-us-catch{
  display: block;
  width:100%;
  text-align: center;
  line-height: 36px;
  margin-top: 30px;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-size: 20px;
  font-weight:600;
  color: rgba(136,154,137,1);
  letter-spacing: 1px;
/*  background-color: #CCC;*/
}
.foreign-about-us-descrption{
  display: block;
  width:100%;
  margin-top: 30px;
  line-height: 23px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  color: rgba(95,95,95,1);
}
.foreign-about-us-border{
  width:100%;
  margin-top: 30px;
  height:1px;
  border-top:1px solid rgba(186,186,186,1);
}
.foreign-about-us-greeting-wrapper{
  display: block;
  position: relative;
  width:100%;
  margin-top: 20px;
}
.foreign-about-us-greeting-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.foreign-about-us-greeting-image-wrapper{
  display: block;
  float:left;
  width:200px;
}
@media screen and (max-width: 1024px) {
  .foreign-about-us-greeting-image-wrapper{
    float:none;
    width:100%;
  }
}
.foreign-about-us-greeting-image {
  display: block;
  width:200px;
  margin-left:auto;
  margin-right:auto;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
  background-color: rgba(244,244,244,1);
}
.foreign-about-us-greeting-image img{
  width:100%;
}
.foreign-about-us-greeting-name{
  display: block;
  width:100%;
  margin-top: 15px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  line-height: 23px;
  color: rgba(95,95,95,1);
}
@media screen and (max-width: 1024px) {
  .foreign-about-us-greeting-name{
    text-align: center;
  }
}
.foreign-about-us-greeting-text{
  display: block;
  float:left;
  margin-left:20px;
  width:calc(100% - 239px);
  line-height: 23px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  color: rgba(95,95,95,1);
/*  background-color: #CCC;*/
}
@media screen and (max-width: 1024px) {
  .foreign-about-us-greeting-text{
    float:none;
    margin-left:auto;
    margin-right:auto;
    width:100%;
  }
}
.foreign-about-us-strengths{
  display: block;
  margin-top: 60px;
  width:100%;
  text-align: center;
  line-height: 36px;
  font-family: 'NotoSansJP-Regular';
  font-size: 20px;
  font-weight:600;
  color: rgba(136,154,137,1);
  letter-spacing: 1px;
}
.foreign-about-us-green-title{
  display: block;
  width:calc(100% - 20px);
  padding: 7px 10px 7px 10px;
  line-height: 22px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 16px;
  font-weight:600;
  color: rgba(255,255,255,1);
  letter-spacing: 1.5px;
  background-color: rgba(136,154,137,1);
}
.foreign-about-us-gray-wrapper{
  display: block;
  width:calc(100% - 60px);
  padding: 30px;
  background-color: rgba(244,244,244,1);;
}
.foreign-about-us-white-title{
  display: block;
  position: relative;
  width:calc(100% -60px);
  min-height:29px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 18px;
  color: rgba(136,154,137,1);
  letter-spacing: 1.5px;
  background-color: rgba(255,255,255,1);
  margin-bottom: 15px;
}
.foreign-about-us-white-title a{
  color: rgba(136,154,137,1);
}
.foreign-about-us-white-title::after {
  content: "";
  display: block;
  clear: both;
}
.foreign-about-us-white-title-name{
  display: block;
  float:left;
  margin-left:10px;
  font-size:16px;
  font-weight:600;
}
.foreign-about-us-white-title-name-korean{
  display: block;
  float:left;
  margin-left:10px;
  font-size:16px;
  font-weight:600;
  width:calc(100% - 135px);
}
.foreign-about-us-white-title-name-setagaya-english{
  display: block;
  float:left;
  margin-left:10px;
  font-size:16px;
  font-weight:600;
  width:calc(100% - 150px);
}
.foreign-about-us-white-title-link{
  display: block;
  float:right;
  width:calc(100% - 132px);
  margin-right:10px;
  line-height: 22px;
  text-align: right;
  font-family: 'NotoSansJP-Regular';
  font-size: 12px;
  color: rgba(95,95,95,1);
  word-break: break-all;
}
.foreign-about-us-white-title-link a{
  color: rgba(95,95,95,1);
}
@media screen and (max-width: 1024px) {
  .foreign-about-us-white-title-link{
    display: none;
  }
}
.foreign-order-flow-market-title-link{
  display: block;
  position: absolute;
  top:18px;
  right:0;
  color: rgba(136,154,137,1);
  font-size: 10px;
  padding:0px 3px 0px 3px;
  border:1px solid rgba(136,154,137,1);
  border-radius: 5px;
  box-shadow: 2px 2px 5px #CCC;
}
.foreign-order-flow-market-title-link a{
  color: rgba(136,154,137,1);
}
.foreign-about-us-white-title .foreign-order-flow-market-title-link{
  top:6px;
  right:10px;
}
.foreign-about-us-gray-title{
  display: block;
  line-height: 22px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 14px;
  font-weight:600;
  color: rgba(95,95,95,1);
  letter-spacing: 0.2px;
}
.foreign-about-us-gray-subtitle-a{
  font-size:13px;
  margin-top:5px;
  margin-bottom: 15px;
  line-height: 22px;
}
.foreign-about-us-gray-subtitle-b{
  font-size:13px;
  margin-top:5px;
  line-height: 22px;
}
.foreign-about-us-factory-wrapper{
  display: block;
  position: relative;
  width:100%;
  text-align: left;
}
.foreign-about-us-factory-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.foreign-about-us-factory{
  display: block;
  float:left;
  width:calc(100% - 40px);
  padding:15px 15px 15px 10px; 
  border:1px solid rgba(64,64,64,1);
}
.foreign-about-us-factory-image{
  display: block;
  width:calc(100% - 80px);
  margin-left:auto;
  margin-right:auto;
/*  background-color: #CCC;*/
}
@media screen and (max-width: 1024px) {
 .foreign-about-us-factory{
    float:none;
    width:calc(100% - 30px);
 }
 .foreign-about-us-factory-image{
  width:calc(100%);
  height:calc((100vw - 80px) * 0.4 );
 }
}
.foreign-about-us-company-profile{
  display: block;
  padding-top:100px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  line-height: 36px;
  font-family: 'NotoSansJP-Regular';
  font-size: 20px;
  font-weight:600;
  color: rgba(136,154,137,1);
  letter-spacing: 0.25px;
}
@media screen and (max-width: 1024px) {
  .foreign-about-us-company-profile{
    margin-top:50px;
    padding-top:0px;
  }
}
.foreign-about-us-company-profile-wrapper{
  display: table;
  position: relative;
  margin-top: 0px;
  width:100%;
  text-align: left;
  border-top:1px solid rgba(186,186,186,1);
}
.foreign-about-us-company-profile-wrapper-first{
  display: table;
  position: relative;
  margin-top: 30px;
  width:100%;
  text-align: left;
  border-top:1px solid rgba(186,186,186,1);
}
@media screen and (max-width: 1024px) {
  .foreign-about-us-company-profile-wrapper{
    margin-top: 0px;
  }
}
.foreign-about-us-company-profile-left{
  display: table-cell;
  width:24%;
  height:100%;
  background-color: rgba(248,248,248,1);
  padding:12px;
}
@media screen and (max-width: 1024px) {
  .foreign-about-us-company-profile-left{
    display: block;
    width:calc(100% - 24px);
  }
}
.foreign-about-us-company-profile-right{
  display: table-cell;
  width:76%;
  padding:15px 0px 15px 15px ;
}
@media screen and (max-width: 1024px) {
  .foreign-about-us-company-profile-right{
    display: block;
    width:calc(100% - 15px);
  }
}
.foreign-about-us-company-profile-google-map{
  margin-top: 10px;
  width:100%;
  height:calc( ((((100vw - 160px) / 2) - 80px) * 0.4) );
}
.foreign-about-us-company-profile-map{
  width:100%;
  padding-top:15px;
  padding-bottom:15px;
  border-top:1px solid rgba(186,186,186,1);
}
.foreign-about-us-order-flow{
  display: block;
  padding-top:100px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  line-height: 36px;
  font-family: 'NotoSansJP-Regular';
  font-size: 20px;
  font-weight:600;
  color: rgba(136,154,137,1);
  letter-spacing: 0.25px;
}
@media screen and (max-width: 1024px) {
  .foreign-about-us-order-flow{
    margin-top:50px;
    padding-top:0px;
  }
}
.foreign-about-us-order-flow-wrapper{
    margin-top:50px;
}
.foreign-about-us-order-flow-gray{
  padding:20px;
  width: calc(100% - 40px);
  text-align:center;
  border:1px solid rgba(112,112,112,1);
  background-color: rgba(248,248,248,1);
}
.foreign-about-us-order-flow-gray .remark{
  font-size:10px;
}
.foreign-about-us-order-flow-next{
  padding:10px;
  text-align:center;
  font-size:18px;
}
.foreign-about-us-border2{
  width:100%;
  margin-top: 60px;
  height:1px;
  border-top:1px solid rgba(186,186,186,1);
}
@media screen and (max-width: 1024px) {
  .foreign-about-us-border2{
    margin-top: 30px;
  }
}
.foreign-about-us-button{
  display: block;
  margin-top:60px;
  margin-bottom:80px;
  margin-left:auto;
  margin-right:auto;
  padding:15px 40px 15px 40px;
  font-size: 18px;
  color: rgba(255,255,255,1);
  background-color: rgba(136,154,137,1);
  border:none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .foreign-about-us-button{
    margin-top:30px;
    margin-bottom:40px;
  }
}

/******************* END FOREIGN ABOUT US **********************/


/******************* OUR SERVICE US **********************/
.our-service-wrapper{
  display: block;
  position: relative;
  margin-top:40px;
  padding-left:30px;
  width:calc(100% - 60px);
  line-height: 23px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  color: rgba(95,95,95,1);
}
@media screen and (max-width: 1024px) {
  .our-service-wrapper{
    margin-top:20px;
    padding-left:20px;
    width:calc(100% - 40px);
  }
}
.our-service-image-wrapper{
  display: block;
  position: relative;
  width:100%;
}
@media screen and (max-width: 1024px) {
  .our-service-image-wrapper{
  }
}
.our-service-image{
  display: block;
  position: absolute;
  width:100%;
  height:100%;
/*  background-color: #C0C;*/
}
.our-service-image-text{
  display: block;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center;
  background-color: rgba(0,0,0,0.2);
}
.our-service-catch{
  display: block;
  position: relative;
  width:100%;
  text-align: left;
  font-family: 'NotoSansJP-Medium';
  font-size: 16px;
  font-weight:600;
  color: rgba(136,154,137,1);
}
.our-service-catch img{
  display: inline-block;
  vertical-align: top;
}
.our-service-catch .text{
  display: inline-block;
}

.our-service-border{
  width:100%;
  height:1px;
  border-top:1px solid rgba(217,217,217,1);
}

/******************* END OUR SERVICE **********************/

/******************* ORDRE FLOW **********************/
.order-flow-wrapper{
  display: block;
  position: relative;
  margin-top:40px;
  padding-left:40px;
  width:calc(100% - 80px);
  line-height: 23px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  color: rgba(95,95,95,1);
}
@media screen and (max-width: 1024px) {
  .order-flow-wrapper{
    margin-top:20px;
    padding-left:20px;
    width:calc(100% - 40px);
  }
}
.order-flow-remark{
  font-size: 11px;
  line-height: 19px;
}
.order-flow-remark a{
  color: rgba(95,95,95,1);
}

.order-flow-chart{
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .order-flow-chart{
    margin-top: 20px;
  }
}
.order-flow-member-title{
  display: block;
  width:calc(100% - 24px);
  margin-top: 80px;
  padding:3px 0 5px 10px;
  line-height: 25px;
  font-size: 16px;
  font-family: 'NotoSansJP-Medium';
  color: rgba(136,154,137,1);
  border-left:4px solid rgba(136,154,137,1);
  border-bottom:1px solid rgba(136,154,137,1);
}
@media screen and (max-width: 1024px) {
  .order-flow-member-title{
    margin-top: 50px;
  }
}
.order-flow-no-title-wrapper{
  display: block;
  position: relative;
  margin-top: 20px;
  width:100%;
  height:50px;
}
.order-flow-no-title{
  display: block;
}
@media screen and (max-width: 1024px) {
  .order-flow-no-title img{
    width:35px;
  }
}
.order-flow-no-title-text{
  display: block;
  position: absolute;
  top:13px;
  left:46px;
  font-size: 16px;
  font-family: 'NotoSansJP-Medium';
}

.order-flow-card-wrapper-flex{
  display: flex;
  width: 100%;
}

.order-flow-card-wrapper {
    width: 100%;
}
@media screen and (max-width: 1024px) {
  .order-flow-card-wrapper{
    margin-top: 5px;
  }
}
.order-flow-card-container {
  text-align: center;
}
.order-flow-card-wrapper04 {
    width: 100%;
}
@media screen and (max-width: 1024px) {
  .order-flow-card-wrapper04{
    margin-top: 20px;
  }
}
.order-flow-card-container04 {
  text-align: center;
}
.order-flow-card-container04::after {
  content: "";
  display: block;
  clear: both;
}

.order-flow-card-container li {
  display: inline-block;
  position: relative;
  width:calc((100% - 80px) / 4);
  width:160px;
  height:187px;
  margin-top:10px;
  margin-left:10px;
  margin-right:10px;
  border-radius: 8px;
  box-shadow: 2px 2px 5px #CCC;
}
.order-flow-card-container .wide{
  width:212px;
  height:205px;
/*442*/
}
.order-flow-card-container .box{
  width:185px;
  height:225px;
}
.order-flow-card-container .box2{
  width:405px;
  height:225px;
}
.order-flow-card-image{
  display: block;
  position: absolute;
  width:100%;
  top:15px;
  text-align: center;
/*  background-color: #CCC;*/
}
.order-flow-card-title{
  display: block;
  position: absolute;
  width:100%;
  top:82px;
  text-align: center;
  font-size: 15px;
  font-weight:600;
  line-height: 20px;
  margin-top:1px;
  font-family: 'NotoSansJP-Medium';

}
.order-flow-card-desc{
  display: block;
  position: absolute;
  width:calc(100% - 20px);
  top:103px;
  margin-top: 5px;
  padding:2px 10px 15px 10px;
  line-height: 20px;
  text-align: left;
  /* background-color: #CCC*/
}
.order-flow-card-title-remark{
  line-height: 20px;
  font-size: 14px;
}
.order-flow-card-container .title-remark .order-flow-card-desc{
  top:124px;
}

@media screen and (max-width: 1024px) {
  .order-flow-card-container li {
  }
}

.order-flow-card-wrapper-flex{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.order-flow-card-container-flex{
  position: relative;
  width:calc((100% - 20px) / 2);
  max-width:160px;
  margin-top:15px;
  margin-left:0px;
  margin-right:10px;
  border-radius: 8px;
  box-shadow: 2px 2px 5px #CCC;
}
.order-flow-card-wrapper-flex .wide{
  max-width:212px;
}
@media screen and (max-width: 1024px) {
  .order-flow-card-container-flex{
    max-width:auto;
  }
  .order-flow-card-wrapper-flex .wide{
    max-width:auto;
  }
}
.order-flow-card-image-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  mini-height:80px;
  text-align: center;
  margin-top:15px;
}
.order-flow-card-title-flex{
  margin-top:5px;
  text-align: center;
  font-size: 15px;
  font-weight:600;
  line-height: 20px;
  font-family: 'NotoSansJP-Medium';
}
.order-flow-card-desc-flex{
  margin-top: 5px;
  padding:2px 10px 15px 10px;
  line-height: 20px;
  text-align: left;
}

.order-flow-border{
  width:100%;
  height:1px;
  border-top:1px solid rgba(232,232,232,1);
}

.order-flow-card05-wrapper{
  display: flex;
  margin-top: 20px;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  width:100%;
  text-align: center;
}
.order-flow-card05-left{
  display: block;
  position: relative;
  width:calc(66% - 10px);
  border-radius: 8px;
  box-shadow: 2px 2px 5px #CCC;
}
.order-flow-card05-right{
  display: block;
  position: relative;
  width:calc(34% - 10px);
  margin-left:20px;
  border-radius: 8px;
  box-shadow: 2px 2px 5px #CCC;
  /* background-color: #CCC; */
}
@media screen and (max-width: 1024px) {
  .order-flow-card05-wrapper{
    display: block;
    margin-top: 15px;
  }
  .order-flow-card05-left,.order-flow-card05-right{
    margin:0px;
    padding-top:3px;
    width:100%;
  }
  .order-flow-card05-right{
    margin-top:15px;
  }
}

.order-flow-card05-title{
  display: block;
  width:calc(100% - 6px);
  margin-top:3px;
  margin-left:3px;
  margin-right:3px;
  padding: 3px 0;
  font-size:14px;
  border-radius: 6px 6px 0 0;
  color: rgba(255,255,255,1);
  background-color: rgba(136,154,137,1);
}
@media screen and (max-width: 1024px) {
  .order-flow-card05-title{
    margin-top:0px;
  }
}
.order-flow-card05-left-wrapper{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  width:100%;
  margin-bottom:10px;
}
.order-flow-card05-left-item{
  display: block;
  position: relative;
  width:calc(50% - 21px);
  padding:0 10px;
  margin-top:10px;
  border-right:2px dashed rgba(232,232,232,1);
}
.order-flow-card05-left-item:last-child{
  border:none;
}
.order-flow-card05-item{
  display: block;
  position: relative;
  width:calc(100% - 20px);
  padding:10px;
}
.order-flow-card05-item-title{
  display: block;
  font-size:13px;
  font-weight:600;
  line-height: 19px;
  padding-bottom: 10px;
}
.order-flow-card05-left-item span{
  line-height:18px;
  font-size:12px;
}
.order-flow-card05-item-border{
  display: block;
  width:calc(100% - 20px);
  height:1px;
  padding:0 10px 0px 10px;
  border-top:1px solid rgba(112,112,112,1);
}
.order-flow-card05-item-text{
  margin-top:10px;
  padding-bottom:10px;
  text-align: left;
  line-height: 20px;
  word-break: break-all;
}
.order-flow-border2{
  width:100%;
  margin-top:40px;
  height:1px;
  border-top:1px solid rgba(232,232,232,1);
}
@media screen and (max-width: 1024px) {
  .order-flow-border2{
    margin-top:30px;
  }
}
.order-flow-title{
  display: block;
  position: relative;
  margin-top:40px;
  padding-left: 14px;
  font-size:16px;
  font-family: 'NotoSansJP-Medium';
}
@media screen and (max-width: 1024px) {
  .order-flow-title{
    margin-top:30px;
  }
}
.order-flow-title-suqare{
  display: block;
  position: absolute;
  width:9px;
  height:9px;
  left:0;
  margin-top: 7px;
  background-color: rgba(136,154,137,1);
}
.order-flow-gray-wrapper{
  display: block;
  position: relative;
  margin-top:15px;
  padding:25px 0 25px 0;
  text-align: center;
  border-radius: 14px;
  background-color: rgba(247,247,247,1);
}
@media screen and (max-width: 1024px) {
  .order-flow-gray-wrapper{
    padding:20px 0 15px 0;
  }
}
.order-flow-gray-container{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  width:100%;
  text-align: center;
}
.order-flow-gray-item{
  display: block;
  position: relative;
  width:calc(50% - 2px);
  border-right:2px solid rgba(209,209,209,1);
  /* background-color: #CCC; */
}
.order-flow-gray-item:last-child{
  border:none;
}
@media screen and (max-width: 1024px) {
  .order-flow-gray-container{
    display: block;
  }
  .order-flow-gray-item{
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    width:calc(100% - 40px);
    border:0;
  }
  .order-flow-gray-item:last-child{
    border-top:2px solid rgba(209,209,209,1);
    margin-top:20px;
    padding-top:20px;
  }
}

.order-flow-gray-white-title{
  display: block;
  position: relative;
  margin-left:auto;
  margin-right:auto;
  width:calc(100% - 40px);
  min-height:31px;
  border-radius: 20px;
  border:1px solid rgba(95,95,95,1);
  background-color: #FFF;
}
.order-flow-gray-item .order-flow-gray-white-title{
  width:calc(100% - 40px);
}
@media screen and (max-width: 1024px) {
  .order-flow-gray-item .order-flow-gray-white-title{
    width:calc(100% - 0px);
  }
}
.order-flow-gray-white-title-text{
  margin-top:3px;
}

.order-flow-gray-text{
  display: block;
  margin-left:auto;
  margin-right:auto;
  padding:0 10px;
  line-height: 20px;
}
.order-flow-gray-item .order-flow-gray-text{
  width:calc(100% - 80px);
}
@media screen and (max-width: 1024px) {
  .order-flow-gray-item .order-flow-gray-text{
    width:calc(100% - 20px);
  }
}
.order-flow-gray-text span{
  line-height: 16px;
  font-size: 12px;
}
.order-flow-gray-text-next{
  display: block;
  font-size: 16px;
}
.order-flow-online-wrapper{
  display: block;
  position: relative;
  width:calc(100% - 120px);
  margin-left:auto;
  margin-right:auto;
  padding:30px;
  text-align: left;
  font-size: 12px;
  background-color: #FFF;
}
@media screen and (max-width: 1024px) {
  .order-flow-online-wrapper{
    width:calc(100% - 60px);
    padding:15px;
  }
}
.order-flow-online-title{
  display: block;
  padding:0px 20px 20px 20px;
  font-size: 16px;
  font-family: 'NotoSansJP-Medium';
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .order-flow-online-title{
    padding:0px 15px 15px 15px;
  }
}
.order-flow-market-title{
  display: block;
  position: relative;
  padding-top:20px;
  padding-left:8px;
  font-size: 16px;
  font-weight:600;
  border-top:1px solid rgba(238,238,238,1);
}
@media screen and (max-width: 1024px) {
  .order-flow-market-title{
  }
}
.order-flow-market-title-border{
  display: block;
  position: absolute;
  width:4px;
  height:17px;
  top:18px;
  left:0;
  margin-top: 5px;
  background-color: rgba(136,154,137,1);
}

.order-flow-market-title-link{
  display: block;
  position: absolute;
  top:18px;
  right:0;
  color: rgba(136,154,137,1);
  font-size: 10px;
  padding:0px 3px 0px 3px;
  border:1px solid rgba(136,154,137,1);
  border-radius: 5px;
  box-shadow: 2px 2px 5px #CCC;
  letter-spacing : 0px;
}
.order-flow-market-title-link a{
  color: rgba(136,154,137,1);
}
.about-us-white-title .order-flow-market-title-link{
  top:6px;
  right:10px;
}
.order-flow-shop-title{
  display: block;
  position: relative;
  margin-top: 20px;
  padding-left:12px;
  font-size: 14px;
  font-weight:600;
}
@media screen and (max-width: 1024px) {
  .order-flow-shop-title{
    margin-top: 15px;
  }
}
.order-flow-shop-title-circle{
  display: block;
  position: absolute;
  width:7px;
  height:7px;
  top:3px;
  left:0;
  margin-top: 5px;
  border-radius: 4px;
  background-color: rgba(136,154,137,1);
}
.order-flow-online-wrapper table{
  display: block;
  border-collapse: collapse;
  overflow: hidden;
}
.order-flow-online-wrapper th{
  padding-top:5px;
  vertical-align:bottom;
  text-align: center;
  color: #FFF;
  border-collapse: collapse;
  border:1px solid rgba(196,196,196,1);
  background-color: rgba(196,196,196,1);
  overflow: hidden;
}
.order-flow-online-wrapper td{
  padding:14px;
  border-collapse: collapse;
  border:1px solid rgba(196,196,196,1);
  overflow: hidden;
}
.order-flow-online-wrapper .th1{
  min-width:66px;
}
.order-flow-online-wrapper .th3,.order-flow-online-wrapper .th4{
  min-width:110px;
}
.order-flow-online-wrapper .td1{
  text-align: center;
}
.order-flow-online-wrapper .td3,.order-flow-online-wrapper .td4{
  text-align: center;
  font-size: 18px;
}
.order-flow-online-wrapper .red{
  color: rgba(221,109,109,1);
}
.order-flow-martket-price-wrppaer{
  margin-top:10px;
}
.order-flow-martket-price-head{
  text-align: center;
  color: #FFF;
  border: 1px solid rgba(196,196,196,1);
  background-color: rgba(196,196,196,1);
}
.order-flow-martket-price-desc{
  text-align: center;
  padding:5px 15px 5px 15px;
  border: 1px solid rgba(196,196,196,1);
}
.order-flow-martket-price-desc .price{
  font-size: 18px;
}
.order-flow-martket-price-wrppaer .left{
  text-align: left;
}

/******************* END ORDRE FLOW **********************/
/******************* PRDUCER INFO **********************/

.producer-info-wrapper{
  display: block;
  position: relative;
  width:100%;
  line-height: 20px;
  text-align: left;
  font-family:"YuGothic", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  font-size: 14px;
  color: rgba(64,64,64,1);
}
.producer-info-top-link-wrapper{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  width:100%;
}
.producer-info-top-link-wrapper a{
  color: rgba(95,95,95,1);
}
.producer-info-top-link{
  display: block;
  padding:20px 0 20px 0;
  width:calc(50% - 2px);
  text-align: center;
  font-size: 13px;
  border-right:2px solid rgba(240,240,240,1);
/*  background-color: #CCC;*/
}
.producer-info-top-link:last-child{
  border:none;
}
@media screen and (max-width: 1024px) {
  .producer-info-header{
    margin-top:0px;
  }
}

.producer-info-search-wrapper{
  display: block;
  width:100%;
  position: relative;
  padding:20px 0 20px 0;
  background-color: rgba(240,240,240,1);
}
@media screen and (max-width: 1024px) {
  .producer-info-search-wrapper{
    padding:10px 0 20px 0;
  }
}
.producer-info-search-row-wrapper{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  width:calc(100% - 80px);
  height:40px;
/* background-color: #CCC; */
}
@media screen and (max-width: 1024px) {
  .producer-info-search-row-wrapper{
    display: block;
    height:auto;
    width:calc(100% - 40px);
  }
}
.producer-info-search-bar{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  width:calc(100% - 111px);
  height:100%;
  background-color: #FFF;
}
.producer-info-search-icon{
  padding-top:8px;
  margin-right:0px;
}
.producer-info-search-word{
  padding-left:14px;
  padding-top:4px;
  width:calc(100% - 41px);
  height:calc(100% - 7px);
  border:none;
  font-size:13px;
}
.producer-info-search-word:focus{
  outline: 0;
}
.producer-info-search-button{
  margin-left:14px;
  padding:7px 0;
  width:78px;
  height:100%;
  color: rgba(95,95,95,1);
  font-weight:normal;
  border:1px solid rgba(112,112,112,1);
  background-color: #FFF;
  font-size:14px;
}
.producer-info-search-select{
  display: block;
  margin-right:10px;
  padding-top:2px;
  padding-left:12px;
  width:calc((100% - 121px) / 2);
  height:100%;
  color:rgba(95,95,95,1);
  background-color: #FFF;
  border:none;
  font-size:13px;
  -webkit-appearance: none;
  border-radius: 0;
}
.producer-info-search-span{
  display: block;
  padding-top:12px;
  padding-left:14px;
  width:calc(((100% - 121px) / 2) - 14px);
  height:28px;
  font-size: 13px;
  color: rgba(95,95,95,1);
  background-color: #FFF;
  border:none;
}
.margin-right0{
  margin-right:0px!important;
}
.mini-block-hidden{
  display: block!important;
}
.mini-flex-hidden{
  display: flex!important;
}
.mini-block{
  display: none!important;
}
.mini-flex{
  display: none!important;
}

@media screen and (max-width: 1024px) {
  .producer-info-search-bar{
    height:40px;
    width:100%;
  }
  .producer-info-search-word{
  }
  .producer-info-search-icon{
  }
  .producer-info-search-select {
    display: block;
    width:100%;
    margin-top:10px;
    margin-right:0px;
    height:40px;
  }
  .producer-info-search-span{
    width:calc(100% - 14px);
    margin-top:10px;
  }
  .mini-hidden{
    display: none;
  }
  .mini-block-hidden{
    display: none!important;
  }
  .mini-flex-hidden{
    display: none!important;
  }
  .mini-block{
    display: block!important;
  }
  .mini-flex{
    display: flex!important;
  }
}

.producer-info-list-wrapper{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  padding:20px;
  width:calc(100% - 100px);
  border:1px solid rgba(112,112,112,1);
}
@media screen and (max-width: 1024px) {
  .producer-info-list-wrapper{
    width:calc(100% - 80px);
  }
}
.producer-info-list-wrapper a{
  color: rgba(95,95,95,1);
}
.producer-info-list-image{
  width:200px;
}
.producer-info-list-image img{
  width: 200px;
  height:200px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .producer-info-list-image{
    width:calc(100% - 0px);
  }
  .producer-info-list-image img{
    width: 100%;
    height: auto;
    object-fit: none;
  }
}
.producer-info-list-data{
  display: block;
  position: relative;
  margin-left:15px;
  width:calc(100% - 215px);
/* background-color: #CCC; */
}
.producer-info-list-data-head{
  display: block;
  font-size: 12px;
}
.producer-info-list-data-head span{
  font-size: 13px;
  font-weight: 600;
}
.producer-info-list-data-text{
  display: block;
  font-size: 13px;
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid rgba(112,112,112,1);
}
@media screen and (max-width: 1024px) {
  .producer-info-list-data-text{
    margin-top:15px;
    padding-top:15px;
  }
  .producer-info-list-wrapper{
    display: block;
  }
  .producer-info-list-image{
    width:100%;
  }
  .producer-info-list-image img{
    width:100%;
  }
  .producer-info-list-data{
    display: block;
    position: relative;
    margin-top:15px;
    margin-left:0px;
    width:100%;
  }
}
.producer-info-paging-wrpper{
  display: block;
  position: relative;
  margin-top:25px;
  margin-left:auto;
  margin-right:auto;
  width:calc(100% - 60px);
  height:15px;
}
.producer-info-paging{
  position: absolute;
  bottom:0;
  right:0;
  font-size: 12px;
  color: rgba(204,204,204,1);
}
.producer-info-paging a{
  padding-right:6px;
  color: rgba(204,204,204,1);
}
.producer-info-paging a:last-child{
  padding-right:0;
}
.producer-info-paging .active{
  color: #3c3c3c;
}
/******************* END PRDUCER INFO **********************/

/******************* PRDUCER DETAIL INFO **********************/
@media screen and (max-width: 1024px) {
  .header-producer-info-detail{
    display:none;
  }
}
.producer-info-detail-wrapper{
  display: block;
  position: relative;
  padding:40px;
  width:100%;
  line-height: 20px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 14px;
  color: rgba(95,95,95,1);
}
@media screen and (max-width: 1024px) {
  .producer-info-detail-wrapper{
    margin-top:80px;
    padding:0 20px 0 20px;
    width:calc(100% - 40px);
  }
}
.producer-info-detail-wrapper a{
  color: rgba(95,95,95,1);
}
.producer-info-detail-bread{
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .producer-info-detail-bread{
    display: none;
  }
}
.producer-info-detail-top-wrapper{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:20px;
  width:calc(100% - 80px);
}
@media screen and (max-width: 1024px) {
  .producer-info-detail-top-wrapper{
    width:calc(100% - 0px);
  }
}
.producer-info-detail-top-image{
/*  width:calc((100% - 15px) / 2); */
  width:250px;
  height:250px;
}
.producer-info-detail-top-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.producer-info-detail-top-data{
  display: block;
  position: relative;
  margin-left:15px;
/*   width:calc((100% - 15px) / 2); */
  width:calc(100% - 15px - 250px);
/* background-color: #CCC; */
}
.producer-info-detail-top-data-head{
  display: block;
  font-size: 12px;
}
.producer-info-detail-top-data-head span{
  font-size: 14px;
  font-weight:600;
}
.producer-info-detail-top-data-text{
  display: block;
  font-size: 13px;
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid rgba(112,112,112,1);
}
@media screen and (max-width: 1024px) {
  .producer-info-detail-top-data-text{
    margin-top:20px;
    padding-top:20px;
  }
}
@media screen and (max-width: 1024px) {
  .producer-info-detail-top-wrapper{
    display: block;
  }
  .producer-info-detail-top-image{
    width:100%;
  }
  .producer-info-detail-top-image img{
    width:100%;
  }
  .producer-info-detail-top-data{
    display: block;
    position: relative;
    margin-top:20px;
    margin-left:0px;
    width:100%;
  }
}

.producer-info-detail-gray-wrapper{
  display: block;
  position: relative;
  margin-top:30px;
  padding:30px;
  width:calc(100% - 140px);
  background-color:rgba(244,244,244,1);
}
@media screen and (max-width: 1024px) {
  .producer-info-detail-gray-wrapper{
    margin-top:20px;
    padding:20px;
    width:calc(100% - 40px);
    background-color:rgba(244,244,244,1);
  }
}
.producer-info-detail-gray-container{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
}
.producer-info-detail-gray-image{
  width:157px;
  height:107px;
}
.producer-info-detail-gray-image img{
  width:157px;
  height:107px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .producer-info-detail-gray-image{
    width:100%;
    height:auto;
  }
  .producer-info-detail-gray-image img{
    width:100%;
    height:auto;
    object-fit: contain;
  }
}
.producer-info-detail-gray-text{
  width:calc(100% - 172px);
  margin-left:15px;
  font-size: 12px;
  line-height: 19px;
}
.producer-info-detail-gray-text span{
  font-weight:bold;
}
.producer-info-detail-gray-border{
  margin-top:30px;
  padding-bottom:30px;
  border-top:1px solid rgba(112,112,112,1);
}
@media screen and (max-width: 1024px) {
  .producer-info-detail-gray-container{
    display: block;
  }
  .producer-info-detail-gray-text{
    width:100%;
    margin-top:15px;
    margin-left:0;
  }
}

.producer-info-prof-title{
  font-size:14px;
  font-family: 'NotoSansJP-Medium';
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .producer-info-prof-title{
    margin-top: 40px;
  }
}
.producer-info-detail-profile-wrapper{
  display: block;
  position: relative;
  margin-top:5px;
  padding:20px;
  width:calc(100% - 120px);
  border:1px solid rgba(112,112,112,1);
}
@media screen and (max-width: 1024px) {
  .producer-info-detail-profile-wrapper{
    width:calc(100% - 40px);
  }
}
.producer-info-detail-profile-wrapper span{
  font-size: 14px;
}
.producer-info-detail-profile-text{
  line-height:22px;
  font-size: 13px;
}
.producer-info-detail-profile-sns{
  display: inline-block;
  margin-top:7px;
}
.producer-info-detail-profile-sns img{
  margin-top: 10px;
  margin-right:10px;
}
.producer-info-detail-profile-border{
  border-top:1px solid rgba(112,112,112,1);
  height:1px;
}
.producer-info-detail-profile-category-wrapper{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
}
.producer-info-detail-profile-category{
  display: block;
  position: relative;
  margin-top:20px;
  margin-right:20px;
  width:calc((100% - 60px) / 3);
  height: 59px;
}
.producer-info-detail-profile-category-image{
  width: 59px;
}
.producer-info-detail-profile-category-image img{
  border-radius: 50%;
  width: 59px;
  height: 59px;
}
.producer-info-detail-profile-category-text{
  display: block;
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right:10px;
  left: 69px;
  width:calc(100% - 59px);
  font-size: 13px;
/* background-color: #CCC; */
}
@media screen and (max-width: 1024px) {
  .producer-info-detail-profile-category{
    width:calc((100% - 40px) / 2);
  }
}
/******************* END PRDUCER DETAIL INFO **********************/

/******************* NEWS **********************/
.news-wrapper{
  display: block;
  position: relative;
  padding:40px;
  width:calc(100% - 80px);
  line-height: 20px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 14px;
  color: rgba(150,150,150,1);
}
@media screen and (max-width: 1024px) {
  .news-wrapper{
    padding:10px 20px 0 20px;
    width:calc(100% - 40px);
  }
}
.news-item-wrapper{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:20px;
  padding-bottom:20px;
  border-bottom:1px solid rgba(219,219,219,1);
}
@media screen and (max-width: 1024px) {
  .news-item-wrapper{
    display: block;
    margin-top:30px;
    padding-bottom:30px;
  }
}
.news-item{
  display: block;
  margin-right:20px;
  width:calc(100% - 0px);
}
.news-item-image{
  display: block;
  margin-top:20px;
  width:180px;
}
.news-item-image img{
  width:180px;
}
.news-item-date{
  display: block;
  font-size: 12px;
}
.news-item-body{
  display: block;
  margin-top:20px;
  font-size: 14px;
  color: rgba(95,95,95,1);
}
.news-item-next{
  display: block;
  margin-top:15px;
  font-size:14px;
}
.news_next_body{
  display: none;
}
.news-paging-wrapper{
  display: block;
  position: relative;
  margin-top:20px;
  height:20px;
}
.news-paging-prev{
  display: block;
  position:absolute;
  left:0;
  font-size: 12px;
}
.news-paging-next{
  display: block;
  position:absolute;
  right:0;
  font-size: 12px;
}

.news-check {
  display: none;
}
.news-open {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 13px;
}
.news-close {
  display: block;
  height: 0;
  overflow: hidden;
  margin-top:3px;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
}
.news-check:checked + .news-close {
  height: auto;
  opacity: 1;
}
.news-check:checked + .news-close + .news-open {
  display: none;
}
/******************* END NEWS **********************/

/******************* PHOTOGRAPHY **********************/
.photography-wrapper{
  display: block;
  position: relative;
  width:100%;
  line-height: 18px;
  text-align: left;
  font-size: 13px;
  color: rgba(95,95,95,1);
  font-family:"YuGothic", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
}
.photography-wrapper a{
  color: rgba(95,95,95,1);
}
.photography-search-wrapper{
  display: block;
  position: relative;
  padding:50px;
  width:calc(100% - 100px);
  background-color: rgba(240,240,240,1);
}
@media screen and (max-width: 1024px) {
  .photography-search-wrapper{
    padding:10px 0 20px 0;
  }
}
.photography-search-row-wrapper{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  width:100%;
  height:40px;
  margin-top:20px;
/* background-color: #CCC; */
}
.photography-search-row-wrapper:first-child{
  margin-top:0px;
}

.photography-search-bar{
  display: flex;
  margin-top:10px;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  width:100%;
  height:100%;
  background-color: #FFF;
}
.photography-search-icon{
  padding-top:8px;
  margin-right:0px;
}
.photography-search-word{
  padding-left:14px;
  padding-top:7px;
  width:calc(100% - 41px);
  height:calc(100% - 7px);
  border:none;
}
.photography-search-word:focus{
  outline: 0;
}

.photography-search-select{
  display: block;
  margin-right:20px;
  padding-top:2px;
  padding-left:14px;
  width:calc((100% - 40px) / 3);
  height:100%;
  font-size: 13px;
  color: rgba(95,95,95,1);
  background-color: #FFF;
  border:none;
  -webkit-appearance: none;
  border-radius: 0;
}
.photography-search-span{
  display: block;
  margin-right:20px;
  padding-top:12px;
  padding-left:14px;
  width:calc(((100% - 40px) / 3) - 14px);
  height:28px;
  font-size: 13px;
  color: rgba(95,95,95,1);
  background-color: #FFF;
  border:none;
}
.photography-search-button{
  margin-left:14px;
  padding:7px 0;
  width:78px;
  color: rgba(95,95,95,1);
  font-size: 14px;
  font-weight:normal;
  background-color: #FFF;
  border:1px solid rgba(64,64,64,1);
}

@media screen and (max-width: 1024px) {
  .photography-search-wrapper{
    padding:10px 10px 20px 10px;
    width:calc(100% - 20px);
  }
  .photography-search-row-wrapper{
    display: block;
    margin-top:10px;
    height:auto;
  }
  .photography-search-row-wrapper:first-child{
    margin-top:0px;
  }
  .photography-search-bar{
    height:40px;
  }
  .photography-search-select{
    width:100%;
    margin-top:10px;
    margin-right:0px;
    height:40px;
  }
  .photography-search-select:first-child{
    margin-top:0px;
  }
  .photography-search-span{
    margin-top:10px;
    width:calc(100% - 14px);
  }
}

.photography-list-wrapper{
  padding:10px 0px 0px 0px;
  /* width:calc(100% - 100px); */
}
@media screen and (max-width: 1024px) {
  .photography-list-wrapper{
    padding:20px 0px 0px 0px;
    width:calc(100% - 19px);
    margin-left:13px;
  }
}
.products-slide-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
  width:100%;
  height:100%;
/* background-color: #F0F;*/
}

.photography-list-item-wrapper{
  display: block;
  position: relative;
  margin-top:28px;
  margin-right:0px;
  padding:7px;
  width:calc((100% - 57px) / 3);
}
.photography-list-item-wrapper:nth-of-type(3n){
  margin-right:0px;
}
@media screen and (max-width: 1024px) {
  .photography-list-item-wrapper{
    margin-top:20px;
    margin-right:6px;
    width:calc((100% - 46px) / 2);
  }
  .photography-list-item-wrapper:nth-of-type(2n){
    margin-right:0px;
  }
}
.photography-list-item-image-base{
  display: block;
  padding:4px;
  /* width:calc(100% - 23px); */
  background-color: #FFF;
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.353));

}
.photography-list-item-image{
  display: block;
  width:100%;
}
.photography-list-item-image img{
  width:100%;
}
.photography-list-item-no{
  display: block;
  margin-top:10px;
  width:100%;
  font-size: 12px;
}
.photography-list-item-name{
  display: block;
  margin-top:2px;
  width:100%;
  font-size: 13px;
  font-family: 'NotoSansJP-Medium';
}
.photography-list-item-english-name{
  display: block;
  margin-top:3px;
  width:100%;
  font-size: 12px;
  font-family: 'NotoSansJP-Medium';
}
.photography-list-item-category{
  display: block;
  margin-top:5px;
  width:100%;
  font-size: 11px;
}
.photography-list-item-color{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:2px;
  padding-top:5px;
  width:100%;
  font-size: 12px;
  border-top:1px solid rgba(112,112,112,1);
  align-items: center;
}

.photography-list-item-color-box{
  display: inline-block;
  margin-left:5px;
  width:12px;
  height:12px;
}
.photography-list-item-color-box-white{
  display: inline-block;
  margin-left:5px;
  width:10px;
  height:10px;
  border:1px solid #B4B4B4;"
}

.photography-paging-wrapper{
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.photography-paging-wrapper .circle{
  display: inline-block;
  margin-right:5px;
  margin-left:5px;
  width:5px;
  height:5px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #FFF;
  border:1px solid rgba(112,112,112,1);
}
.photography-paging-wrapper .black{
  background-color: #000;
}
.photography-paging-prev{
  display: block;
  position:absolute;
  left:0;
}
.photography-paging-next{
  display: block;
  position:absolute;
  right:0;
}

.color-box{
  position:absolute;
  right: 5px;
  top: 12px;
  width:15px;
  height:15px;
}
.color-box-white{
  position:absolute;
  right: 5px;
  top: 12px;
  width:13px;
  height:13px;
  border:1px solid rgba(190,190,190,1);
}
.color-box-multi{
  position:absolute;
  right: 5px;
  top: 12px;
  width:15px;
  height:15px;
  background: url('../images/ec/color.png');
  background-repeat:no-repeat;
  background-position: center center;
  background-size:cover;
/*
  background: linear-gradient(#ff0000 0%, #faf000 50%, #0089ff 100%);
*/
}
.color-box-another{
  position:absolute;
  right: 5px;
  top: 12px;
  width:13px;
  height:13px;
  border:1px solid rgba(190,190,190,1);
  background-image: linear-gradient(45deg, transparent 49%, rgba(190,190,190,1) 49%, rgba(190,190,190,1) 51%, transparent 51%, transparent);
}

.photography-list-item-color .color-box{
  position:static;
  margin-top:2px;
  margin-left:3px;
  margin-right:3px;
}
.photography-list-item-color .color-box-white{
  position:static;
  margin-top:2px;
  margin-left:3px;
  margin-right:3px;
}
.photography-list-item-color .color-box-multi{
  position:static;
  margin-top:2px;
  margin-left:3px;
  margin-right:3px;
}
.photography-list-item-color .color-box-another{
  position:static;
  margin-top:2px;
  margin-left:3px;
  margin-right:3px;
}

.photography-detail-item-color .color-box{
  position:static;
  margin-top:2px;
  margin-left:3px;
  margin-right:3px;
}
.photography-detail-item-color .color-box-white{
  position:static;
  margin-top:2px;
  margin-left:3px;
  margin-right:3px;
}
.photography-detail-item-color .color-box-multi{
  position:static;
  margin-top:2px;
  margin-left:3px;
  margin-right:3px;
}
.photography-detail-item-color .color-box-another{
  position:static;
  margin-top:2px;
  margin-left:3px;
  margin-right:3px;
}


/**/
/******************* END PHOTOGRAPHY **********************/

/******************* カテゴリーモーダル *******************/
.category_modal_btn{
  cursor: pointer;
}
#category_modal_check{
    display: none;
}
.category_modal_body{    
    display: none;
    position: fixed;
    top: 45%;
    left: 50%;
    width: 90%;
    height: 60%;
    max-width: 1200px;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    background-color: #FFF;
    overflow: hidden;
    z-index: 100000;
}
@media screen and (max-width: 1024px) {
  .category_modal_body{
    top: 45vh;
    height: 80vh;
  }
}
.category_modal_header{
    padding: 15px 10px;
    background-color: #FFF;
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    text-align: center;
}
.category_modal_close{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}
.category_modal_close_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.category_modal_close_icon span::before,
.category_modal_close_icon span::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 8%;
    margin: -8% 0 0 -42%;
    background: #3c3c3c;
}
.category_modal_close_icon span::before{
    transform: rotate(-45deg);
}
.category_modal_close_icon span::after{
    transform: rotate(45deg);
}
.category_modal_content{
  position:relative;
  margin-top:-15px;
  padding: 0px;
}
.category_modal_overlay{
    display: none;
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #3c3c3c;
    opacity: 0.6;
    cursor: pointer;
}
#category_modal_check:checked ~ .category_modal_body, #category_modal_check:checked ~ .category_modal_overlay{
    display: block;
}
.category_modal_search_wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position:relative;
  padding:0px 35px 0px 40px;
  width:calc(100% - 80px);
}
@media screen and (max-width: 1024px) {
  .category_modal_search_wrapper{
    padding:0px 15px 0px 15px;
    width:calc(100% - 30px);
  }
}
.category_modal_search_wrapper .search-bar{
  margin-top:15px;
  height:31px;
  width:calc((100% - 180px) / 100 * 18.5);
  min-width:160px;
  font-size: 15px;
  border-radius: 5px;
  border:1px solid rgba(110,110,110,1);;
}
.category_modal_search_wrapper button{
  margin-top:15px;
  margin-right:15px;
  padding-top:2px;
  height:33px;
  width:calc((100% - 180px) / 100 * 6.5);
  min-width:56px;
  color: rgba(95,95,95,1);
  font-size: 15px;
  border-radius: 5px;
  border:1px solid rgba(110,110,110,1);;
  background-color: #FFF;
}
.category_modal_search_wrapper .all{
  width:calc((100% - 180px) / 100 * 9);
  min-width:80px;
}
.category_modal_search_wrapper .green{
  color: rgba(255,255,255,1);
  border:1px solid rgba(136,154,137,1);
  background-color: rgba(136,154,137,1);
}
.category_modal_items_wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 0;
  position:relative;
  margin-top:40px;
  padding:0px 35px 0px 40px;
  width:calc(100% - 80px);
  height:40vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
/*  background-color: #CCC;*/
}
@media screen and (max-width: 1024px) {
  .category_modal_items_wrapper{
    margin-top:15px;
    padding:0px 15px 0px 15px;
    width:calc(100% - 30px);
    height:calc(80vh - 242px );
  }
}

.category_modal_items_container{
  display: flex;
  position:relative;
  align-items: center;
  margin-right:40px;
  width:calc((100% - 160px) / 5);
  cursor: pointer;
}
.category_modal_items_container:nth-child(5n){
  margin-right:0px;
}
.category_modal_items_container:nth-child(n+6){
  margin-top:30px;
}
@media screen and (max-width: 1024px) {
  .category_modal_items_container{
    width:calc((100% - 40px) / 2);
  }
  .category_modal_items_container:nth-child(5n){
    margin-right:40px;
  }
  .category_modal_items_container:nth-child(2n){
    margin-right:0px;
  }
  .category_modal_items_container:nth-child(n+3){
    margin-top:30px;
  }
}
.category_modal_item_image{
  width:58px;
}
.category_modal_item_image img{
  width:100%;
  border-radius: 50%;
}
.category_modal_item_name{
  padding-left:10px;
  width:calc(100% - 68px);
  text-align:left;
}

/******************* END カテゴリーモーダル *******************/

/******************* PHOTOGRAPHY DETAIL **********************/
.photography-detail-item-wrapper{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  padding:40px;
  width:calc(100% - 80px);
}
@media screen and (max-width: 1024px) {
  .photography-detail-item-wrapper{
    display: block;
    padding: 0px;
    width:calc(100%);
  }
}
.photography-detail-item-image-wrapper{
  display: block;
  width:calc(50% - 23px);
  margin:5px 10px 10px 5px;
}
@media screen and (max-width: 1024px) {
  .photography-detail-item-image-wrapper{
    margin:13px 3px 0px 13px;
    padding:7px;
    width:calc(100% - 47px);
  }
}
.photography-detail-item-image-base{
  display: block;
  padding:4px;
  width:100%;
  background-color: #FFF;
  filter: drop-shadow(7px 7px 10px rgba(0, 0, 0, 0.353));
}
.photography-detail-item-image{
  display: block;
  width:100%;
}
.photography-detail-item-image img{
  width:100%;
}
.photography-detail-item-image-data{
  display: block;
  position: relative;
  margin-left:25px;
  width:calc(50% - 25px);
}
@media screen and (max-width: 1024px) {
  .photography-detail-item-image-data{
    margin-left:0px;
    width:100%;
  }
}
.photography-detail-item-no{
  display: block;
  margin-top:0px;
  width:100%;
  font-size: 12px;
  color: rgba(95,95,95,1);
}
@media screen and (max-width: 1024px) {
  .photography-detail-item-no{
    margin-top:15px;
    padding:0 20px 0 20px;
    width:calc(100% - 40px);
  }
}
.photography-detail-item-name{
  display: block;
  margin-top:5px;
  width:100%;
  font-size: 18px;
  color: rgba(95,95,95,1);
  font-family: 'NotoSansJP-Medium';
}
@media screen and (max-width: 1024px) {
  .photography-detail-item-name{
    padding:0 20px 0 20px;
    width:calc(100% - 40px);
  }
}
.photography-detail-item-english-name{
  display: block;
  margin-top:10px;
  width:100%;
  font-size: 14px;
  color: rgba(95,95,95,1);
  font-family: 'NotoSansJP-Medium';
}
@media screen and (max-width: 1024px) {
  .photography-detail-item-english-name{
    padding:0 20px 0 20px;
    width:calc(100% - 40px);
  }
}
.photography-detail-item-category{
  display: block;
  margin-top:10px;
  width:100%;
  font-size: 12px;
  color: rgba(95,95,95,1);
}
@media screen and (max-width: 1024px) {
  .photography-detail-item-category{
    padding:0 20px 0 20px;
    width:calc(100% - 40px);
  }
}
.photography-detail-item-color{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:10px;
  padding-top:10px;
  width:100%;
  font-size: 12px;
  color: rgba(95,95,95,1);
  border-top:1px solid rgba(112,112,112,1);
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .photography-detail-item-color{
    margin-top:15px;
    margin-left:20px;
    width:calc(100% - 40px);
  }
}
.photography-detail-item-color-box{
  display: inline-block;
  margin-left:5px;
  width:12px;
  height:12px;
}
.photography-detail-item-color-box-white{
  display: inline-block;
  margin-left:5px;
  width:10px;
  height:10px;
  border:1px solid #B4B4B4;"
}
.photography-detail-item-thumbnail-wrapper{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:15px;
  width:100%;
}
@media screen and (max-width: 1024px) {
  .photography-detail-item-thumbnail-wrapper{
    margin-top:13px;
    padding:0 20px 0 20px;
    width:calc(100% - 40px);
  }
}
.photography-detail-item-thumbnail{
  display: block;
  margin-right:10px;
  width:calc((100% - 50px) / 5);
  border:1px solid #000;
}
.photography-detail-item-thumbnail:last-child{
  margin-right:0px;
}
.photography-detail-item-thumbnail img{
  width:100%;
  cursor: pointer;
}
.photography-detail-item-button{
  margin-top:35px;
  padding-top:13px;
  padding-bottom:10px;
  width:75%;
  font-size: 14px;
  color: rgba(255,255,255,1);
  background-color: rgba(136,154,137,1);
  border:none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .photography-detail-item-button{
    display: block;
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
  }
}

/******************* END PHOTOGRAPHY DETAIL **********************/

/******************* RECRUIT **********************/
.recruit-wrapper{
  display: block;
  position: relative;
  padding:0px 40px 40px 40px;
  width:calc(100% - 80px);
  line-height: 23px;
  text-align: left;
/*  font-family: 'NotoSansJP-Regular';*/
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  color: rgba(95,95,95,1);
}
.recruit-wrapper:first-child{
  margin-top:40px;
}
@media screen and (max-width: 1024px) {
  .recruit-wrapper{
    margin-top:40px;
    padding:0px 20px 0px 20px;
    width:calc(100% - 40px);
  }
  .recruit-wrapper:first-child{
    margin-top:20px;
  }
}
.recruit-title{
  display: block;
  padding:10px 0 6px;
  width:100%;
  height:28px;
  text-align:center;
  font-size: 16px;
  color: rgba(255,255,255,1);
  background:rgba(136,154,137,1);
}

.recruit-flex{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:10px;
  width:100%;
}
.recruit-flex-left{
  display: flex;
  align-items: center;
  padding:15px;
  width:calc(25% - 30px);
  background:rgba(206,206,206,1);
  color: #FFF;
}
.recruit-flex-right{
  display: block;
  padding:15px;
  width:calc(75% - 30px);
  background:rgba(247,247,247,1);
}
@media screen and (max-width: 1024px) {
  .recruit-flex{
    display: block;
  }
  .recruit-flex-left{
    display: block;
    width:calc(100% - 30px);
    text-align:center;
  }
  .recruit-flex-right{
    width:calc(100% - 30px);
  }
}
.recruit-flex-content{
  margin-top:30px;
}
.recruit-button{
  display: block;
  margin-top:40px;
  margin-left:auto;
  margin-right:auto;
  padding-top:15px;
  padding-bottom:10px;
  width:270px;
  font-size: 15px;
  color: rgba(255,255,255,1);
  background-color: rgba(136,154,137,1);
  border:none;
  cursor: pointer;
}
.recruit-border{
  border-top:1px solid rgba(221,221,221,1);
  height:1px;
}
.recruit-title2{
  font-size: 14px;
  margin-bottom: 5px;
  font-family: 'NotoSansJP-Medium';
}

.recruit-supplement-text{
  font-size:12px;
  line-height: 20px;
}

.recruit-check {
  display: none;
}
.recruit-open {
  position: relative;
  display: block;
  cursor: pointer;
}

.recruit-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
}

.recruit-check:checked + .recruit-open + .recruit-close {
  height: auto;
  opacity: 1;
}
.recruit-open::before,
.recruit-open::after {
  content: '';
  width: 14px;
  height: 2px;
  background: #CCC;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.recruit-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

.recruit-check:checked + .recruit-open:after {
  transform: translateY(-50%) rotate(0);
}

.recruit-preface{
  margin-top:30px;
  width:100%;
}
.recruit-preface:after{
  content: "";
  clear: both;
  display: block;
}
.recruit-preface-lead{
  float:left;
  padding:0 15px 0 0;
  width:calc(50% - 15px);
}
.recruit-preface-img{
  float:right;
  width:50%;
}
.recruit-preface-img img{
  max-width:100%;
}
@media screen and (max-width: 1024px) {
  .recruit-preface{
    display: block;
    margin-top:15px;
  }
  .recruit-preface-lead{
    float:none;
    margin-top:15px;
    padding:0;
    width:100%;
  }
  .recruit-preface-img{
    float:none;
    margin-top:15px;
    width:100%;
  }
}
.recruit-point{
  margin-top:30px;
  padding:15px;
  border:1px solid #3c3c3c;
}
@media screen and (max-width: 1024px) {
  .recruit-point{
    margin-top:20px;
  }
}
.recruit-point span{
  display:block;
  font-weight: bold;
  padding-bottom:10px;
  font-family: 'NotoSansJP-Bold';
}

/******************* END RECRUIT **********************/

/******************* CONTACT **********************/
.contact-wrapper{
  display: block;
  position: relative;
  padding:40px;
  width:calc(100% - 80px);
  line-height: 20px;
  text-align: center;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  color: rgba(95,95,95,1);
}
@media screen and (max-width: 1024px) {
  .contact-wrapper{
    padding:20px;
    width:calc(100% - 40px);
  }
}
.contact-border{
  margin-top:30px;
  border-top:1px solid rgba(221,221,221,1);
  height:1px;
}
.contact-title{
  display: block;
  font-size: 18px;
}
.contact-flex{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top:20px;
  width:100%;
  text-align: left;
}
.contact-flex-left{
  display: flex;
  align-items: top;
  padding:30px 0px 10px 0px;
  width:calc(25% - 30px);
}
.contact-flex-left .required{
  color: #F00;
}
.contact-flex-right{
  display: block;
  padding:30px 0px 0px 15px;
  width:calc(75% - 15px);
}
.contact-flex select{
  padding-left:15px;
  padding-right:15px;
  height:47px;
  width:75%;
  font-size: 15px;
  font-family: 'NotoSansJP-Regular';
  color: rgba(95,95,95,1);
  background: #FFF;
  border-radius: 5px;
  border:1px solid rgba(170,170,170,1);
}
.contact-flex input[type="text"],.contact-flex input[type="email"],.contact-flex input[type="tel"]{
  padding-left:15px;
  padding-right:15px;
  height:47px;
  width:calc(100% - 32px);
  font-size: 15px;
  border:1px solid rgba(170,170,170,1);
}
.contact-flex input:focus{
  outline: 0;
}
.contact-flex textarea{
  padding:15px;
  width:calc(100% - 32px);
  height:320px;
  font-size: 15px;
  border:1px solid rgba(170,170,170,1);
  resize: none;
}
.contact-flex textarea:focus{
  outline: 0;
}
.form_width30{
  width:calc(30% - 17px)!important;
  min-width:100px!important;
}
.form_width50{
  display: inline-block;
  width:calc((100% - 79px) / 2)!important;
  margin-right:10px;
}
.form_width50:last-child{
  margin-right:0px;
}
.form_width75{
  width:calc(75% - 17px)!important;
}
@media screen and (max-width: 1024px) {
  .contact-flex{
    display: block;
  }
  .contact-flex-left{
    display: block;
    width:calc(100% - 30px);
    text-align: left;
  }
  .contact-flex-right{
    padding:0px;
    width:100%;
  }
 .form_width50{
    width:calc(100% - 32px)!important;
 }
.form_width50:last-child{
  margin-top:10px;
}
 .form_width75{
    width:calc(100% - 32px)!important;
 }
  .contact-flex select{
    width:calc(100% - 2px)!important;
  }
}
.contact-privacy-policy{
  padding:15px;
  width:calc(100% - 32px);
  height:240px;
  text-align: left;
  font-size: 13px;
  border:1px solid rgba(170,170,170,1);
  overflow-y:scroll;
}
.contact-privacy-check{
  font-size: 14px;
}
.contact-privacy-check input[type="checkbox"]{
  transform: scale(1.4, 1.4);
}

.contact-button{
  display: block;
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;
  padding-top:13px;
  padding-bottom:10px;
  width:80%;
  font-size: 14px;
  color: rgba(255,255,255,1);
  background-color: rgba(136,154,137,1);
  border:none;
  cursor: pointer;
}
.contact-confirm{
  display: block;
  text-align: left;
  font-size: 15px;
  padding:30px 0px 15px 15px;
}
.contact-confirm span{
  display: block;
}
.contact-confirm-button{
  display: inline-block;
  margin-top:30px;
  margin-right:15px;
  padding-top:12px;
  padding-bottom:8px;
  width:50%;
  max-width:200px;
  font-size: 18px;
  color: rgba(255,255,255,1);
  background-color: rgba(136,154,137,1);
  border:none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .contact-confirm-button{
    margin-right:0px;
  }
}
.contact-confirm-button:last-child{
  margin-right:0px;
}
.contact-border-mini{
  display: none;
  margin-top:40px;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:10px;
  width:calc(100% - 40px);
  border-top:1px solid rgba(193,193,193,1);
}
@media screen and (max-width: 1024px) {
  .contact-border-mini{
    display: block;
  }
}
/******************* END CONTACT **********************/

/******************* PRIVACY POLICY **********************/
.privacy-policy-wrapper{
  display: block;
  position: relative;
  padding:40px;
  width:calc(100% - 80px);
  line-height: 23px;
  text-align: left;
  font-family: 'NotoSansJP-Regular';
  font-size: 13px;
  color: rgba(95,95,95,1);
}
@media screen and (max-width: 1024px) {
  .privacy-policy-wrapper{
    padding:20px;
    width:calc(100% - 40px);
  }
}
.privacy-policy-wrapper a{
  color: rgba(95,95,95,1);
}
/******************* END PRIVACY POLICY **********************/

.search-bar{
  display: block;
  position: relative;
  width:calc(100%);
/*  background-color: #CCC;*/
  border:1px solid #3c3c3c;
}
.search-icon{
  position: absolute;
  top:1px;
  right:0px;
}
.search-word{
  position: absolute;
  top:0px;
  left:3px;
  padding:3px;
  width:calc(100% - 30px);
  height:calc(100% - 6px);
  border:none;
}

button{
  cursor: pointer;
}

.sales-item-text{
  position: absolute;
  line-height: 14px;
  font-size: 11px;
  padding:5px;
  bottom: 0;
  margin: 0;
  width:calc(100% - 10px);
  color:#FFF;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}
.sales-item-text a{
  color:#FFF;
}
.postal_link{
  color:#3c3c3c;
  font-size:10px;
  text-decoration: underline;
}
.postal_link:hover{
  opacity:0.4;
  transition: all 0.2s ease;
}
