@charset "UTF-8";
body {
  font-family: "yumincho";
  color: #333333;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.inner {
  width: 90%;
}

header {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  padding: 25px 0;
  z-index: 99;
}
header .icon-g {
  margin-left: 25px;
}
header .icon-g a {
  padding: 5px;
}
header .icon-g a h1 {
  font-size: 25px;
  text-align: center;
  font-family: "RocknRoll One";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #333333;
}
header .icon-g a .small-title {
  text-align: center;
  font-size: 10px;
  color: #333333;
}
header .icon-g a span {
  color: #ff6600;
}

.sidebar {
  display: none;
}

main {
  width: 100%;
  margin: 0;
}
main img {
  width: 100%;
}
main .original-product {
  margin: 100px 0;
  padding: 15px 0;
  background-color: #f5f5f5;
}
main .original-product h2 {
  font-size: 1.5rem;
  font-family: "Yumincho";
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  color: #333333;
}
main .original-product h2 a {
  color: #333333;
}
main .original-product h2:after {
  content: "ORIGINAL PRODUCT";
  transform: translateY(-20%);
  width: 100%;
  display: block;
  position: absolute;
  color: #bcbcbc;
  z-index: 0;
}
main .original-product .product-flex {
  width: 95%;
  display: flex;
  justify-content: space-between;
  white-space: wrap;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  padding-bottom: 50px;
}
main .original-product .product-flex .product-card {
  width: 100%;
  min-width: 40%;
  border-collapse: collapse;
  margin-left: 15px;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #ededed;
}
main .original-product .product-flex .product-card .img-fit {
  aspect-ratio: 1000/750;
  cursor: pointer;
  overflow: hidden;
}
main .original-product .product-flex .product-card .img-fit img {
  transition: transform 0.3s ease;
}
main .original-product .product-flex .product-card .img-fit :hover {
  transform: scale(1.1); /* 拡大 */
}
main .original-product .product-flex .product-card h3 {
  color: #333333;
  font-size: 16px;
}
main .original-product .product-flex::-webkit-scrollbar {
  display: none;
}
main .original-product .detail {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 25px;
}
main .original-product .detail a {
  color: #333333;
}
main .featured-product {
  margin: 100px 0;
  padding: 15px 0;
  background-color: #f5f5f5;
}
main .featured-product h2 {
  font-size: 1.5rem;
  font-family: "Yumincho";
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  color: #333333;
}
main .featured-product h2 a {
  color: #333333;
}
main .featured-product h2:after {
  content: "featured PRODUCT";
  transform: translateY(-20%);
  width: 100%;
  display: block;
  position: absolute;
  color: #bcbcbc;
  z-index: 0;
}
main .featured-product .product-flex {
  width: 95%;
  display: flex;
  justify-content: space-between;
  white-space: wrap;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
}
main .featured-product .product-flex .product-card {
  width: 100%;
  min-width: 40%;
  border-collapse: collapse;
  margin-left: 15px;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
main .featured-product .product-flex .product-card .img-fit {
  aspect-ratio: 1000/750;
}
main .featured-product .product-flex .product-card h3 {
  color: #333333;
  font-size: 16px;
}
main .featured-product .product-flex::-webkit-scrollbar {
  display: none;
}
main .featured-product .detail {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 25px;
}
main .featured-product .detail a {
  color: #333333;
}
main .aboutnaire {
  background-color: #f5f5f5;
}
main .aboutnaire h2 {
  font-size: 1.5rem;
  font-family: "Yumincho";
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  color: #333333;
}
main .aboutnaire h2:after {
  content: "'INSERT NAMES'";
}
main .paydelivery h2 {
  font-size: 1.5rem;
  font-family: "Yumincho";
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  color: #333333;
}
main .paydelivery h2:after {
  content: "PYMENT DELIVERY";
}
main .paydelivery #postage_table {
  width: 80%;
  margin: 0 auto;
  border: solid 2px #000000 !important;
  border-collapse: collapse;
}
main .paydelivery #postage_table tr {
  vertical-align: baseline;
}
main .paydelivery #postage_table tr th {
  border: solid 1px #000000;
  background-color: #ebebeb;
}
main .paydelivery #postage_table tr td {
  border: solid 1px #000000;
}
main .company h2 {
  font-size: 1.5rem;
  font-family: "Yumincho";
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  color: #333333;
}
main .company h2:after {
  content: "'COMPANY GUIDE'";
}
main .company table {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  border-collapse: collapse;
  border-right: 1px solid #989898;
}
main .company table th {
  border-color: #989898;
  border-style: solid;
  border-width: 1px 0;
  height: auto !important;
  padding: 24px;
  background-color: #2d445d;
  color: #fff;
}
main .company table td {
  border-color: #989898;
  border-style: solid;
  border-width: 1px 0;
  height: auto !important;
  padding: 24px;
}
main .company .map-iframe {
  width: 90%;
  height: 55vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
main .company .map-iframe iframe {
  width: 100%;
  height: 100%;
  display: block;
}
main .catalog h2 {
  text-align: center;
  padding-top: 150px;
  margin-bottom: 50px;
}
main .catalog .product-flex-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
main .catalog .product-flex-wrap .product-card {
  border-collapse: collapse;
  margin-left: 30px;
  margin-right: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 33%;
  margin: 0 0;
  background-color: #ededed;
  margin-bottom: 20px;
}
main .catalog .product-flex-wrap .product-card .img-fit {
  aspect-ratio: 1000/750;
  cursor: pointer;
  overflow: hidden;
}
main .catalog .product-flex-wrap .product-card .img-fit img {
  transition: transform 0.3s ease;
}
main .catalog .product-flex-wrap .product-card .img-fit :hover {
  transform: scale(1.1); /* 拡大 */
}
main .catalog .product-flex-wrap .product-card h3 {
  padding: 5px 10px;
  font-size: 12px;
  color: #333333;
}
main .privacypolicy {
  padding-top: 100px;
  width: 90%;
  margin: 0 auto;
}
main .privacypolicy h2 {
  padding: 50px 0 10px 0;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid #333333;
}
main .privacypolicy #personal_info ol li {
  line-height: 30px;
}
main .privacypolicy #personal_info h3 {
  margin: 55px 0 20px 0;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #2d445d;
  border-left: 8px solid #2d445d;
  width: 100%;
  padding-left: 15px;
}
main .tokutei {
  padding-top: 100px;
  width: 90%;
  margin: 0 auto;
}
main .tokutei h2 {
  padding: 50px 0 10px 0;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid #333333;
}
main .tokutei .entry {
  width: 90%;
  margin: 0 auto;
}
main .tokutei .entry h4 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 100px;
  padding-left: 15px;
  border-bottom: 1px solid #2d445d;
  border-left: 8px solid #2d445d;
}
main .tokutei .entry table tbody tr {
  border-bottom: 1px solid #333333;
}

footer .top-back {
  margin-bottom: 25px;
  margin-top: 50px;
  text-align: right;
  margin-right: 50px;
}
footer .top-back a {
  color: #000000;
}
footer .footer-bgcolor {
  background-color: #2d445d;
}
footer .footer-bgcolor .f-navi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 50px;
}
footer .footer-bgcolor .f-navi p {
  margin: 15px;
}
footer .footer-bgcolor .f-navi p a {
  color: #fff;
}
footer .footer-bgcolor .copyright {
  text-align: center;
  border-top: 1px solid #bcbcbc;
  padding: 50px 0;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
footer .footer-bgcolor .copyright a {
  color: #fff;
}

@media (min-width: 800px) {
  /* 960px以上に適用されるCSS（PC用）-------------------------------------------------- */
  header {
    display: none;
  }
  .sidebar {
    display: inline;
    position: fixed;
    left: 0;
    width: 250px;
    height: 100%;
    background: #2d445d;
    transition: all 0.5s ease;
    color: #fff;
    z-index: 9999;
  }
  .sidebar .icon-g {
    padding: 40px 0;
  }
  .sidebar .icon-g h1 {
    font-size: 25px;
    text-align: center;
    background: #2d445d;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: #fff;
    font-family: "RocknRoll One";
  }
  .sidebar .icon-g .small-title {
    text-align: center;
    font-size: 10px;
    color: #fff;
  }
  .sidebar .icon-g span {
    color: #ff6600;
  }
  .sidebar .g-menu {
    border-bottom: 1px solid #fff;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
  .sidebar .g-menu li {
    line-height: 21px;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .sidebar .g-menu li a {
    color: #fff;
    position: relative;
    padding-bottom: 2px;
  }
  .sidebar .g-menu li a::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #fff;
    /*アニメーションの指定*/
    transition: all 0.3s;
    transform: scale(0, 1); /*X方向0、Y方向1*/
    transform-origin: left top; /*左上基点*/
  }
  .sidebar .g-menu li a:hover::after {
    transform: scale(1, 1); /*X方向にスケール拡大*/
  }
  .sidebar .c-menu {
    margin-top: 30px;
  }
  .sidebar .c-menu h2 {
    line-height: 21px;
    font-size: 14px;
    padding-left: 50px;
    margin-bottom: 10px;
  }
  .sidebar .c-menu h2 a {
    color: #fff;
  }
  .sidebar .c-menu h3 {
    margin-left: 68px;
  }
  .sidebar .c-menu h3 a {
    color: #fff;
  }
  .sidebar .c-menu .handled {
    overflow-y: auto;
    height: 450px;
  }
  .sidebar .c-menu .handled ul {
    width: 150px;
    margin-left: 60px;
    margin-bottom: 15px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.15);
    padding: 5px;
    border-radius: 5px;
  }
  .sidebar .c-menu .handled ul li {
    margin: 5px 0;
  }
  .sidebar .c-menu .handled ul li a {
    color: #fff;
  }
  .sidebar .c-menu .handled::-webkit-scrollbar {
    display: none;
  }
  main {
    width: calc(100% - 250px);
    margin-left: auto;
  }
  main .original-product h2 {
    font-size: 1.5rem;
    font-family: "Yumincho";
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    color: #333333;
  }
  main .original-product h2:after {
    content: "ORIGINAL PRODUCT";
    width: 100%;
    display: block;
    position: absolute;
    font-size: 440%;
    color: #bcbcbc;
    z-index: -1;
    transform: translateY(-20%);
  }
  main .original-product .product-flex .product-card {
    padding: 5px;
    border-radius: 5px;
    min-width: 280px;
    position: relative;
    border-collapse: collapse;
    margin-left: 30px;
    margin-right: 30px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .original-product .product-flex .product-card .img-fit {
    aspect-ratio: 1000/750;
  }
  main .original-product .product-flex .product-card::before,
main .original-product .product-flex .product-card::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    /*線の形状*/
    width: 0;
    height: 2px;
    background: #2d445d;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
    transition-delay: 0.2s;
  }
  main .original-product .product-flex .product-card::before {
    right: 0;
    top: 0;
  }
  main .original-product .product-flex .product-card::after {
    left: 0;
    bottom: 0;
  }
  main .original-product .product-flex .product-card span::before,
main .original-product .product-flex .product-card span::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    /*線の形状*/
    width: 2px;
    height: 0;
    background: #0481a2;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
  }
  main .original-product .product-flex .product-card span::before {
    right: 0;
    top: 0;
  }
  main .original-product .product-flex .product-card span::after {
    left: 0;
    bottom: 0;
  }
  main .original-product .product-flex .product-card:hover::before,
main .original-product .product-flex .product-card:hover::after {
    width: 100%; /*横幅を100%に*/
  }
  main .original-product .detail {
    text-align: right;
  }
  main .original-product .detail h3 {
    color: #333333;
    font-size: 18px;
  }
  main .featured-product h2 {
    font-size: 1.5rem;
    font-family: "Yumincho";
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    color: #333333;
  }
  main .featured-product h2:after {
    content: "FEATURED PRODUCT";
    width: 100%;
    display: block;
    position: absolute;
    font-size: 440%;
    color: #bcbcbc;
    z-index: -1;
    transform: translateY(-20%);
  }
  main .featured-product .product-flex .product-card {
    min-width: 280px;
    border-collapse: collapse;
    margin-left: 30px;
    margin-right: 30px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .featured-product .product-flex .product-card .img-fit {
    aspect-ratio: 1000/750;
  }
  main .featured-product .detail {
    text-align: right;
  }
  main .featured-product .detail h3 {
    color: #333333;
    font-size: 18px;
  }
  main .aboutnaire h2 {
    font-size: 1.5rem;
    font-family: "Yumincho";
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    color: #333333;
  }
  main .aboutnaire h2:after {
    content: "'INSERT NAMES'";
    width: 100%;
    display: block;
    position: absolute;
    font-size: 440%;
    color: #bcbcbc;
    z-index: -1;
    transform: translateY(-20%);
  }
  main .paydelivery h2 {
    font-size: 1.5rem;
    font-family: "Yumincho";
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    color: #333333;
  }
  main .paydelivery h2:after {
    content: "PYMENT DELIVERY";
    width: 100%;
    display: block;
    position: absolute;
    font-size: 440%;
    color: #bcbcbc;
    z-index: -1;
    transform: translateY(-20%);
  }
  main .paydelivery h2:after #postage_table {
    width: 80%;
    margin: 0 auto;
    border: solid 2px #000000 !important;
    border-collapse: collapse;
  }
  main .paydelivery h2:after #postage_table .table_flex {
    display: flex;
  }
  main .paydelivery h2:after #postage_table .table_flex tr {
    vertical-align: baseline;
  }
  main .paydelivery h2:after #postage_table .table_flex tr th {
    border: solid 1px #000000;
    background-color: #ebebeb;
  }
  main .paydelivery h2:after #postage_table .table_flex tr td {
    border: solid 1px #000000;
  }
  main .company {
    margin: 100px 0;
  }
  main .company h2 {
    font-size: 1.5rem;
    font-family: "Yumincho";
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    color: #333333;
  }
  main .company h2:after {
    content: "'COMPANY GUIDE'";
    width: 100%;
    display: block;
    position: absolute;
    font-size: 440%;
    color: #bcbcbc;
    z-index: -1;
    transform: translateY(-20%);
  }
  main .company .company-flex {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  main .company .company-flex table {
    margin: 0;
    width: 45%;
  }
  main .company .company-flex .map-iframe {
    width: 45%;
    height: 55vh;
  }
  main .company .company-flex .map-iframe iframe {
    width: 100%;
    height: 100%;
    display: block;
  }
  main .catalog h2 {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 50px;
  }
  main .catalog .product-flex-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 98%;
    margin: 0 auto;
  }
  main .catalog .product-flex-wrap .product-card {
    border-collapse: collapse;
    margin-left: 30px;
    margin-right: 30px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 210px;
    margin: 0 5px;
    background-color: #ededed;
    margin-bottom: 20px;
  }
  main .catalog .product-flex-wrap .product-card h3 {
    padding: 5px 10px;
    font-size: 14px;
  }
  main .detail-page {
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
    margin-bottom: 150px;
  }
  main .detail-page h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  main .detail-page img {
    width: 300px;
  }
  main .detail-page__flex {
    font-size: 16px;
  }
  main .detail-page__flex h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  main .detail-page__flex .field-p {
    border-bottom: 1px solid #333333;
  }
  main .detail-page__flex .field p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  main .detail-page__flex .field .field_price {
    font-size: 22px;
    text-align: right;
    color: #ed5b14;
  }
  main .privacypolicy {
    width: 90%;
    margin: 0 auto;
  }
  main .privacypolicy h2 {
    padding: 50px 0 10px 0;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #333333;
  }
  main .privacypolicy #personal_info ol li {
    line-height: 30px;
  }
  main .privacypolicy #personal_info h3 {
    margin: 55px 0 20px 0;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #2d445d;
    border-left: 8px solid #2d445d;
    width: 500px;
    padding-left: 15px;
  }
  main .tokutei {
    width: 90%;
    margin: 0 auto;
  }
  main .tokutei h2 {
    padding: 50px 0 10px 0;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #333333;
  }
  main .tokutei .entry {
    width: 90%;
    margin: 0 auto;
  }
  main .tokutei .entry h4 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 100px;
  }
  main .tokutei .entry table tbody tr {
    border-bottom: 1px solid #333333;
  }
  footer {
    width: calc(100% - 250px);
    margin-left: auto;
  }
  footer .top-back {
    text-align: right;
    margin-right: 50px;
  }
  footer .top-back a {
    color: #000000;
  }
  footer .footer-bgcolor {
    background-color: #2d445d;
  }
  footer .footer-bgcolor .f-navi {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  footer .footer-bgcolor .f-navi a {
    color: #fff;
  }
  footer .footer-bgcolor .copyright {
    text-align: center;
    border-top: 1px solid #bcbcbc;
    padding: 50px 0;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  footer .footer-bgcolor .copyright a {
    color: #fff;
  }
}
/*# sourceMappingURL=style.css.map */