@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

address {
  font-style: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

#preloadedImages {
  width: 0;
  height: 0;
  display: inline;
  background-image: url("../images/hero.jpg");
  background-image: url("../images/hero_s.jpg");
  background-image: url("../images/icon_external_on.svg");
}

body {
  color: #3c508c;
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: none;
}
@media screen and (max-width: 1023px) {
  body {
    width: 100%;
    font-size: 3.4vw;
  }
}

body::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

.android_inline {
  display: none;
}
@media (max-width: 1023px) {
  .android .android_inline {
    display: inline;
  }
}

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

a {
  color: #3c508c;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

.anc {
  margin-top: -85px;
  padding-top: 85px;
}
@media (max-width: 1023px) {
  .anc {
    margin-top: -15vw;
    padding-top: 15vw;
  }
}

@media (max-width: 1023px) {
  .image {
    display: none;
  }
}
.image.bk {
  display: block;
}
@media (max-width: 1023px) {
  .image.bk {
    display: none;
  }
}

.image_s {
  display: none;
}
@media (max-width: 1023px) {
  .image_s {
    display: inline;
  }
}
@media (max-width: 1023px) {
  .image_s.bk {
    display: block;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

.block {
  display: block;
}
@media screen and (max-width: 1023px) {
  .block {
    display: none;
  }
}

.block_s {
  display: none;
}
@media screen and (max-width: 1023px) {
  .block_s {
    display: block;
  }
}

.inline_p {
  display: inline;
}
@media screen and (max-width: 1023px) {
  .inline_p {
    display: none;
  }
}

.inline_s {
  display: none;
}
@media screen and (max-width: 1023px) {
  .inline_s {
    display: inline;
  }
}

.nav_drawer {
  display: none;
}
@media (max-width: 1023px) {
  .nav_drawer {
    display: block;
    width: 100%;
    height: 15vw;
    background-color: white;
    position: fixed;
    z-index: 999;
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.2);
  }
}
.nav_drawer .logo {
  position: fixed;
  top: 5vw;
  left: 5vw;
  width: 45%;
}
/*+++ Default Navigation CSS +++*/
.nav_drawer .drawer_nav_wrapper {
  width: 100vw;
  height: auto;
  transition: all 0.5s;
  transform: translate(100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30vw 20vw 20vw;
}
.nav_drawer .drawer_nav_wrapper.open {
  transform: translate(0);
}

.menu-trigger {
  width: 12vw;
  height: 12vw;
  appearance: none;
  position: fixed;
  top: 1vw;
  right: 3vw;
  z-index: 1002;
  outline: none;
  background: transparent;
  border: none;
}
.menu-trigger::after {
  content: "MENU";
  color: #3c508c;
  font-family: "EB Garamond", serif;
  font-size: 2.6vw;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.menu-trigger.active::after {
  content: "CLOSE";
}

.menu-trigger span {
  position: absolute;
  left: 1.7vw;
  width: 8vw;
  height: 0.4vw;
  background-color: #3c508c;
  border-radius: 0.2vw;
  transition: all 0.5s;
}

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

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

.menu-trigger span:nth-of-type(3) {
  top: 7vw;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translate(0vw, 2vw) rotate(-25deg);
}

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

.menu-trigger.active span:nth-of-type(3) {
  transform: translate(0vw, -2vw) rotate(25deg);
}

#global_s ul li {
  margin: 0 0 8vw;
}
#global_s ul li:last-of-type {
  margin: 0;
}
#global_s ul li a {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 5vw;
  font-weight: 400;
  letter-spacing: 0.5vw;
  text-align: center;
}

header.normal {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 78px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 0 40px;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  header.normal {
    display: none;
  }
}
header.normal .logo {
  display: block;
  width: 242px;
}
header.normal #global ul {
  display: flex;
  align-items: center;
}
header.normal #global ul li {
  margin: 0 20px;
}
header.normal #global ul li:last-of-type {
  margin: 0 0 0 20px;
}
header.normal #global ul li a {
  color: #333;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s;
}
header.normal #global ul li a:hover {
  color: #3c508c;
}

footer {
  background: #282828;
  padding: 50px 0 20px calc(50% - 420px);
}
@media (max-width: 1023px) {
  footer {
    padding: 12vw 0 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer .primary-sec {
  width: 840px;
  display: flex;
  margin: 0 0 80px;
}
@media (max-width: 1023px) {
  footer .primary-sec {
    width: 67vw;
    display: block;
    margin: 0 0 8vw;
  }
}
footer .primary-sec .logo {
  display: block;
  width: 250px;
  margin: 0 60px 0 0;
}
@media (max-width: 1023px) {
  footer .primary-sec .logo {
    width: 100%;
    margin: 0 0 7vw;
  }
}
footer .primary-sec .nav_foot {
  margin: 5px 0 0;
}
@media (max-width: 1023px) {
  footer .primary-sec .nav_foot {
    margin: 0;
  }
}
footer .primary-sec .nav_foot.aside {
  margin: 5px 160px 0 0;
}
@media (max-width: 1023px) {
  footer .primary-sec .nav_foot.aside {
    margin: 0 0 10vw;
  }
}
footer .primary-sec .nav_foot li {
  margin: 0 0 14px;
}
@media (max-width: 1023px) {
  footer .primary-sec .nav_foot li {
    margin: 0 0 4vw;
  }
}
footer .primary-sec .nav_foot li a {
  transition: opacity 0.3s;
}
footer .primary-sec .nav_foot li a:hover {
  opacity: 0.6;
}
@media (max-width: 1023px) {
  footer .primary-sec .nav_foot li a:hover {
    opacity: 1;
  }
}
footer .primary-sec .nav_foot li .child {
  color: white;
  font-size: 14px;
}
@media (max-width: 1023px) {
  footer .primary-sec .nav_foot li .child {
    font-size: 3.4vw;
  }
}
footer .primary-sec .nav_foot li .child[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/icon_external.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  transition: all 0.5s;
  margin: 0 0 0 5px;
  position: relative;
  top: 3px;
}
@media (max-width: 1023px) {
  footer .primary-sec .nav_foot li .child[target=_blank]::after {
    width: 3.4vw;
    height: 3.4vw;
    margin: 0 0 0 1vw;
    top: 0.4vw;
  }
}
footer #copyright {
  color: white;
  font-size: 12px;
  text-align: right;
  padding: 0 calc(50% - 420px) 0 0;
}
@media (max-width: 1023px) {
  footer #copyright {
    padding: 0;
    font-size: 3.3vw;
    text-align: center;
  }
}

#btn_top {
  display: none;
  width: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  #btn_top {
    width: 8vw;
    bottom: 3vw;
    right: 3vw;
  }
}
#hero {
  width: 100%;
  height: 1000px;
  background-image: url(../images/hero.png);
  background-size: 1700px;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  #hero {
    height: 173vw;
    background-image: url(../images/hero_s.png);
    background-size: 100%;
  }
}
#hero .tagline {
  width: 685px;
  position: absolute;
  left: calc(50% - 540px);
}
@media (max-width: 1023px) {
  #hero .tagline {
    width: 100vw;
    left: 0;
  }
}
#hero .tagline.n1 {
  top: 260px;
}
@media (max-width: 1023px) {
  #hero .tagline.n1 {
    top: 23vw;
  }
}
#hero .tagline.n2 {
  top: 420px;
}
@media (max-width: 1023px) {
  #hero .tagline.n2 {
    top: 45vw;
  }
}
#hero .tagline.n3 {
  top: 570px;
}
@media (max-width: 1023px) {
  #hero .tagline.n3 {
    top: 67vw;
  }
}

#intro-sec {
  background-image: url("../images/intro_bg.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 90px 0 200px;
}
@media (max-width: 1023px) {
  #intro-sec {
    background-image: url("../images/intro_bg_s.png");
    background-position: center bottom;
    padding: 15vw 0 35vw;
  }
}
#intro-sec .box .text_en {
  margin: 0 0 60px;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  line-height: 2;
}
@media (max-width: 1023px) {
  #intro-sec .box .text_en {
    margin: 0 0 7vw;
    font-size: 4vw;
  }
}
#intro-sec .box .text {
  margin: 0 0 40px;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1023px) {
  #intro-sec .box .text {
    margin: 0 0 7vw;
    font-size: 3.6vw;
  }
}
#intro-sec .box .text.bar::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #a6a6a6;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  #intro-sec .box .text.bar::before {
    width: 10vw;
    margin: 0 0 5vw;
  }
}
#intro-sec .first {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 0 0 100px;
}
@media (max-width: 1023px) {
  #intro-sec .first {
    display: block;
    flex-direction: initial;
    justify-content: initial;
    margin: 0 0 10vw;
  }
}
#intro-sec .first .box {
  width: 600px;
  padding: 200px 0 0;
  margin: 0 0 0 50px;
}
@media (max-width: 1023px) {
  #intro-sec .first .box {
    width: 88vw;
    padding: 0;
    margin: 0 auto 10vw;
  }
}
#intro-sec .first .fig {
  width: 599px;
}
@media (max-width: 1023px) {
  #intro-sec .first .fig {
    width: 100%;
  }
}
#intro-sec .second {
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  #intro-sec .second {
    display: block;
    justify-content: initial;
  }
}
#intro-sec .second .box {
  width: 760px;
  margin: 0 50px 0 0;
}
@media (max-width: 1023px) {
  #intro-sec .second .box {
    width: 88vw;
    margin: 0 auto 10vw;
  }
}
#intro-sec .second .fig {
  width: 440px;
}
@media (max-width: 1023px) {
  #intro-sec .second .fig {
    width: 100%;
  }
}

.ttl_sec {
  text-align: center;
  margin: 0 0 90px;
}
@media (max-width: 1023px) {
  .ttl_sec {
    margin: 0 0 10vw;
  }
}
.ttl_sec .in_text {
  color: #3c508c;
  font-family: "Noto Serif Display", serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .ttl_sec .in_text {
    font-size: 11vw;
  }
}
.ttl_sec .mini {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .ttl_sec .mini {
    font-size: 4vw;
  }
}

#Our-Mission-sec {
  margin: -200px 0 0;
}
@media (max-width: 1023px) {
  #Our-Mission-sec {
    margin: -24vw 0 0;
  }
}
#Our-Mission-sec .head {
  width: 100%;
  height: 200px;
  background-image: url("../images/our-mission_head.png");
  background-size: 100% 200px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .head {
    height: 24vw;
    background-image: url("../images/our-mission_head_s.png");
    background-size: 100%;
  }
}
#Our-Mission-sec .content {
  width: 100%;
  background-image: url("../images/our-mission_bg.png");
  background-size: 100%;
  background-repeat: repeat;
  background-position: center top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#Our-Mission-sec .content .box {
  width: 1024px;
  margin: 0 0 100px;
  position: relative;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .content .box {
    width: 88vw;
    margin: 0 0 12vw;
    padding: 45vw 0 0;
  }
}
#Our-Mission-sec .content .box .in_box {
  width: 800px;
  background: white;
  box-sizing: border-box;
  padding: 60px 60px 60px 260px;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .content .box .in_box {
    width: 100%;
    padding: 22vw 6vw 6vw !important;
  }
}
#Our-Mission-sec .content .box .in_box .ttl_box_en {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .content .box .in_box .ttl_box_en {
    margin: 0 0 3vw;
  }
}
#Our-Mission-sec .content .box .in_box .ttl_box_en .in_text {
  font-family: "Cormorant", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .content .box .in_box .ttl_box_en .in_text {
    font-size: 5.4vw;
  }
}
#Our-Mission-sec .content .box .in_box .ttl_box {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .content .box .in_box .ttl_box {
    margin: 0 0 3vw;
  }
}
#Our-Mission-sec .content .box .in_box .ttl_box .in_text {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .content .box .in_box .ttl_box .in_text {
    font-size: 4vw;
  }
}
#Our-Mission-sec .content .box .in_box .ttl_box::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #a6a6a6;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .content .box .in_box .ttl_box::before {
    width: 10vw;
    margin: 0 0 5vw;
  }
}
#Our-Mission-sec .content .box .in_box .text_en {
  margin: 0 0 30px;
  font-family: "Cormorant", serif;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .content .box .in_box .text_en {
    margin: 0 0 7vw;
    font-size: 4vw;
  }
}
#Our-Mission-sec .content .box .in_box .text {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .content .box .in_box .text {
    font-size: 3.2vw;
  }
}
#Our-Mission-sec .content .box .fig {
  width: 460px;
  position: absolute;
  top: calc(50% - 230px);
  left: 0;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .content .box .fig {
    width: 76vw;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
  }
}
#Our-Mission-sec .content .box.odd {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .content .box.odd {
    display: block;
    justify-content: initial;
  }
}
#Our-Mission-sec .content .box.even .in_box {
  padding: 60px 260px 60px 60px;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .content .box.even .in_box {
    width: 100%;
  }
}
#Our-Mission-sec .content .box.even .fig {
  left: initial;
  right: 0;
}
@media (max-width: 1023px) {
  #Our-Mission-sec .content .box.even .fig {
    right: initial;
  }
}

#Product-Range-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../images/our-mission_bg.png");
  background-size: 1300px;
  background-repeat: repeat;
  background-position: center top;
}
#Product-Range-sec .head {
  width: 100%;
  height: 200px;
  background-image: url("../images/product-range_head.png");
  background-size: 100% 200px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 1023px) {
  #Product-Range-sec .head {
    height: 24vw;
    background-image: url("../images/product-range_head_s.png");
    background-size: 100%;
  }
}
#Product-Range-sec .content {
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 120px;
}
@media (max-width: 1023px) {
  #Product-Range-sec .content {
    padding: 0 0 15vw;
  }
}
#Product-Range-sec .content .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1024px;
}
@media (max-width: 1023px) {
  #Product-Range-sec .content .flex {
    width: 88vw;
    display: block;
    justify-content: initial;
    flex-wrap: initial;
  }
}
#Product-Range-sec .content .flex .box {
  width: 480px;
  margin: 0 0 80px;
}
@media (max-width: 1023px) {
  #Product-Range-sec .content .flex .box {
    width: 100%;
    margin: 0 0 12vw;
  }
  #Product-Range-sec .content .flex .box:last-of-type {
    margin: 0;
  }
}
#Product-Range-sec .content .flex .box .fig {
  margin: 0 0 10px;
}
@media (max-width: 1023px) {
  #Product-Range-sec .content .flex .box .fig {
    margin: 0 0 3vw;
  }
}
#Product-Range-sec .content .flex .box .ttl_en {
  margin: 0 0 10px;
}
@media (max-width: 1023px) {
  #Product-Range-sec .content .flex .box .ttl_en {
    margin: 0 0 3vw;
  }
}
#Product-Range-sec .content .flex .box .ttl_en .in_text {
  font-family: "Cormorant", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  #Product-Range-sec .content .flex .box .ttl_en .in_text {
    font-size: 5.4vw;
  }
}
#Product-Range-sec .content .flex .box .text_en {
  font-family: "Cormorant", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  #Product-Range-sec .content .flex .box .text_en {
    font-size: 4vw;
    margin: 0 0 4vw;
  }
}
#Product-Range-sec .content .flex .box .ttl_box {
  margin: 0 0 10px;
}
@media (max-width: 1023px) {
  #Product-Range-sec .content .flex .box .ttl_box {
    margin: 0 0 3vw;
  }
}
#Product-Range-sec .content .flex .box .ttl_box .in_text {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  #Product-Range-sec .content .flex .box .ttl_box .in_text {
    font-size: 4.4vw;
  }
}
#Product-Range-sec .content .flex .box .text {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1023px) {
  #Product-Range-sec .content .flex .box .text {
    font-size: 3.2w;
  }
}

/*# sourceMappingURL=styles.css.map */
