@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: #303030;
  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: #303030;
  text-decoration: none;
}

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

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

@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;
}

p {
  text-align: justify;
}

.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: 18vw;
    background-color: transparent;
    position: fixed;
    z-index: 999;
  }
}
.nav_drawer .logo {
  position: fixed;
  top: 5vw;
  left: 5vw;
  width: 45%;
}
.nav_drawer.fixed {
  background-color: white;
}
/*+++ 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: 3vw;
  right: 5vw;
  z-index: 1002;
  outline: none;
  background: transparent;
  border: none;
}
.menu-trigger::after {
  content: "MENU";
  color: #333;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.8vw;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 1vw;
}
.menu-trigger.active::after {
  content: "CLOSE";
}

.menu-trigger span {
  position: absolute;
  left: 1.7vw;
  width: 8vw;
  height: 0.3vw;
  background-color: #555;
  border-radius: 0.15vw;
  transition: all 0.5s;
}

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

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

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

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

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

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

#global_s ul li {
  margin: 0 0 8vw;
}
#global_s ul li:last-of-type {
  margin: 0;
}
#global_s ul li a {
  font-family: "Shippori Mincho", serif;
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.5vw;
}
#global_s ul li a .adjust_1 {
  position: relative;
  left: -0.4vw;
}
#global_s ul li a .adjust_2 {
  position: relative;
  left: 0.4vw;
}

header.normal {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 50px;
  z-index: 10000;
}
@media (max-width: 1023px) {
  header.normal {
    display: none;
  }
}
header.normal .logo {
  display: block;
  width: 237px;
}
header.normal.fixed {
  background-color: white;
}
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 {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s;
}
header.normal #global ul li a:hover {
  color: #999;
}

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: 30px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  #btn_top {
    width: 6vw;
  }
}
#btn_top img {
  display: block;
  position: relative;
  bottom: -1px;
}

.bg {
  background-image: url(../images/bg.png), url(../images/bg.png);
  background-size: calc(100% - (50% - 512px));
  background-repeat: no-repeat;
  background-position: left -160px top 400px, right -160px bottom 700px;
}
@media (max-width: 1023px) {
  .bg {
    background-image: url(../images/bg_s.png), url(../images/bg_s.png);
    background-size: 80vw;
    background-position: left top 70vw, right bottom 500vw;
  }
}

#hero {
  position: relative;
  height: 750px;
  min-width: 1300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  #hero {
    width: 100%;
    height: 170vw;
    min-width: 100%;
  }
}
#hero .text {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  line-height: 1.8;
  position: absolute;
  bottom: -150px;
  left: calc(50% - 512px + 80px);
}
@media (max-width: 1023px) {
  #hero .text {
    font-size: 3.2vw;
    bottom: -25vw;
    left: 12vw;
  }
}
#hero .bar {
  width: 1px;
  height: 300px;
  background: linear-gradient(#231815, white);
  position: absolute;
  left: calc(50% - 512px - 124px);
  bottom: -200px;
}
@media (max-width: 1023px) {
  #hero .bar {
    height: 50vw;
    left: 6vw;
    bottom: -30vw;
  }
}
#hero .bar::after {
  content: "Scroll";
  display: block;
  color: #333;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 2px;
  transform: rotate(90deg);
  position: absolute;
  top: 14px;
  right: -34px;
}
@media (max-width: 1023px) {
  #hero .bar::after {
    font-size: 2.8vw;
    top: 3vw;
    right: -7vw;
  }
}
#hero .screen {
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  background-size: 400px;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  #hero .screen {
    height: 52vw;
    background-size: auto 100%;
  }
}
#hero .screen.n1 {
  top: 0;
  background-position: left top;
  background-image: url(../images/hero_1.jpg);
}
@media (max-width: 1023px) {
  #hero .screen.n1 {
    background-image: url(../images/hero_1_s.jpg);
  }
}
#hero .screen.n2 {
  bottom: 0;
  background-position: right top;
  background-image: url(../images/hero_2.jpg);
}
@media (max-width: 1023px) {
  #hero .screen.n2 {
    background-image: url(../images/hero_2_s.jpg);
  }
}
#hero .tagline {
  position: relative;
}
@media (max-width: 1023px) {
  #hero .tagline {
    display: flex;
    flex-direction: column-reverse;
  }
}
#hero .tagline .in_text {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.5vw;
  line-height: 2;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (max-width: 1023px) {
  #hero .tagline .in_text {
    font-size: 5vw;
    writing-mode: initial;
    text-orientation: initial;
  }
}
#hero .tagline .in_text.n2 {
  position: relative;
  top: 10px;
}
@media (max-width: 1023px) {
  #hero .tagline .in_text.n2 {
    top: initial;
    left: 12vw;
  }
}
#hero .tagline::before {
  content: "";
  display: block;
  width: 137px;
  height: 137px;
  background-image: url("../images/hero_bracket_right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  right: -80px;
}
@media (max-width: 1023px) {
  #hero .tagline::before {
    background-image: url("../images/hero_bracket_right_s.svg");
    width: 16vw;
    height: 16vw;
    top: -5vw;
    right: -15vw;
  }
}
#hero .tagline::after {
  content: "";
  display: block;
  width: 137px;
  height: 137px;
  background-image: url("../images/hero_bracket_left.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -80px;
  left: -80px;
}
@media (max-width: 1023px) {
  #hero .tagline::after {
    background-image: url("../images/hero_bracket_left_s.svg");
    width: 16vw;
    height: 16vw;
    bottom: -5vw;
    left: -15vw;
  }
}

#Intro-sec {
  padding: 260px 0 150px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  #Intro-sec {
    padding: 50vw 0 20vw;
  }
}
#Intro-sec .content {
  width: 1300px;
}
@media (max-width: 1023px) {
  #Intro-sec .content {
    width: 100vw;
  }
}
#Intro-sec .content .box.n1 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 100px 100px 0;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 {
    justify-content: initial;
    flex-direction: column;
    align-items: center;
    padding: 0 0 20vw;
  }
}
#Intro-sec .content .box.n1 .lines {
  font-family: "Shippori Mincho", serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 3;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 .lines {
    font-size: 3.4vw;
    width: 67vw;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20vw;
  }
}
#Intro-sec .content .box.n1 .lines .line {
  display: inline-block;
  margin: 0 0 0 60px;
  position: relative;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 .lines .line {
    margin: 0;
  }
}
#Intro-sec .content .box.n1 .lines .line::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../images/intro_bracket_head.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -10px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 .lines .line::before {
    width: 4vw;
    height: 4vw;
    top: -3vw;
  }
}
#Intro-sec .content .box.n1 .lines .line::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../images/intro_bracket_foot.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 .lines .line::after {
    width: 4vw;
    height: 4vw;
  }
}
#Intro-sec .content .box.n1 .lines .line.n1::after {
  bottom: -10px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 .lines .line.n1::after {
    bottom: -3vw;
  }
}
#Intro-sec .content .box.n1 .lines .line.n2 {
  position: relative;
  top: 40px;
}
#Intro-sec .content .box.n1 .lines .line.n2::after {
  bottom: 85px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 .lines .line.n2::after {
    bottom: 14vw;
  }
}
#Intro-sec .content .box.n1 .lines .line.n3::after {
  bottom: 180px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 .lines .line.n3::after {
    bottom: 31vw;
  }
}
#Intro-sec .content .box.n1 .lines .line.n4 {
  position: relative;
  top: 40px;
}
#Intro-sec .content .box.n1 .lines .line.n4::after {
  bottom: 46px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 .lines .line.n4::after {
    bottom: 6.7vw;
  }
}
#Intro-sec .content .box.n1 .fig {
  width: 442px;
  margin: 60px 0 0 220px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 .fig {
    width: 100%;
    margin: 0;
  }
}
#Intro-sec .content .box.n2 {
  display: flex;
  justify-content: space-between;
  padding: 0 90px 60px 70px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n2 {
    display: flex;
    justify-content: initial;
    flex-direction: column;
    align-items: center;
    padding: 0 0 12vw;
  }
}
#Intro-sec .content .box.n2 .fig {
  width: 200px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n2 .fig {
    width: 100%;
  }
}
#Intro-sec .content .box.n2 .text {
  font-family: "Shippori Mincho", serif;
  line-height: 3;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07vw;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n2 .text {
    font-size: 3.4vw;
    width: 80vw;
    margin: 0 auto;
  }
}
#Intro-sec .content .box.n3 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 300px 100px 0;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n3 {
    display: flex;
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    padding: 0 0 15vw;
  }
}
#Intro-sec .content .box.n3 .in_box {
  width: 500px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n3 .in_box {
    width: 80vw;
    margin: 0 0 13vw;
  }
}
#Intro-sec .content .box.n3 .in_box .text {
  font-family: "Shippori Mincho", serif;
  line-height: 2.4;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07vw;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n3 .in_box .text {
    font-size: 3.4vw;
    margin: 0 0 5vw;
  }
}
#Intro-sec .content .box.n3 .in_box .text:last-of-type {
  margin: 0;
}
#Intro-sec .content .box.n3 .fig {
  width: 350px;
  margin: 60px 0 0;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n3 .fig {
    width: 100%;
    margin: 0;
  }
}
#Intro-sec .content .box.n4 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 60px 0 300px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n4 {
    display: flex;
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    padding: 0;
  }
}
#Intro-sec .content .box.n4 .in_box {
  width: 440px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n4 .in_box {
    width: 80vw;
  }
}
#Intro-sec .content .box.n4 .in_box .text {
  font-family: "Shippori Mincho", serif;
  line-height: 2.4;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07vw;
  margin: 0 0 30px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n4 .in_box .text {
    font-size: 3.4vw;
    margin: 0 0 5vw;
  }
}
#Intro-sec .content .box.n4 .in_box .text:last-of-type {
  margin: 0;
}
#Intro-sec .content .box.n4 .fig {
  width: 350px;
  margin: 60px 0 0;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n4 .fig {
    display: none;
  }
}

#Commitment-to-Quality-sec {
  display: flex;
  justify-content: center;
  padding: 0 0 150px;
}
@media (max-width: 1023px) {
  #Commitment-to-Quality-sec {
    padding: 0 0 20vw;
  }
}
#Commitment-to-Quality-sec .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 92%;
  background: #f0f0f0;
  clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
  -webkit-clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
  box-sizing: border-box;
  padding: 100px 60px 100px;
  min-width: 1144px;
}
@media (max-width: 1023px) {
  #Commitment-to-Quality-sec .content {
    width: 100vw;
    min-width: 100%;
    padding: 10vw 0 10vw;
    clip-path: polygon(6vw 0, calc(100% - 6vw) 0, 100% 6vw, 100% calc(100% - 6vw), calc(100% - 6vw) 100%, 6vw 100%, 0 calc(100% - 6vw), 0 6vw);
    -webkit-clip-path: polygon(6vw 0, calc(100% - 6vw) 0, 100% 6vw, 100% calc(100% - 6vw), calc(100% - 6vw) 100%, 6vw 100%, 0 calc(100% - 6vw), 0 6vw);
  }
}
#Commitment-to-Quality-sec .content .ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 80px;
}
@media (max-width: 1023px) {
  #Commitment-to-Quality-sec .content .ttl {
    margin: 0 0 10vw;
  }
}
#Commitment-to-Quality-sec .content .ttl .first {
  font-size: 20px;
  letter-spacing: 0.07vw;
  margin: 0 0 18px;
}
@media (max-width: 1023px) {
  #Commitment-to-Quality-sec .content .ttl .first {
    font-size: 4.4vw;
    margin: 0 0 3vw;
  }
}
#Commitment-to-Quality-sec .content .ttl .second {
  font-size: 26px;
  letter-spacing: 0.07vw;
}
@media (max-width: 1023px) {
  #Commitment-to-Quality-sec .content .ttl .second {
    font-size: 5.4vw;
  }
}
#Commitment-to-Quality-sec .content .flex {
  width: 1024px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #Commitment-to-Quality-sec .content .flex {
    width: 80vw;
    display: block;
    justify-content: initial;
  }
}
#Commitment-to-Quality-sec .content .flex .box {
  width: 300px;
}
@media (max-width: 1023px) {
  #Commitment-to-Quality-sec .content .flex .box {
    width: 100%;
    margin: 0 0 12vw;
  }
  #Commitment-to-Quality-sec .content .flex .box:last-of-type {
    margin: 0;
  }
}
#Commitment-to-Quality-sec .content .flex .box .fig {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  #Commitment-to-Quality-sec .content .flex .box .fig {
    margin: 0 0 3vw;
  }
}
#Commitment-to-Quality-sec .content .flex .box .ttl_box {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  #Commitment-to-Quality-sec .content .flex .box .ttl_box {
    margin: 0 0 3vw;
  }
}
#Commitment-to-Quality-sec .content .flex .box .ttl_box .in_text {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.07vw;
}
@media (max-width: 1023px) {
  #Commitment-to-Quality-sec .content .flex .box .ttl_box .in_text {
    font-size: 4.4vw;
  }
}
#Commitment-to-Quality-sec .content .flex .box .text {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1023px) {
  #Commitment-to-Quality-sec .content .flex .box .text {
    font-size: 3.6vw;
  }
}

#Items-we-purchase-sec {
  display: flex;
  justify-content: center;
  padding: 0 0 150px;
}
@media (max-width: 1023px) {
  #Items-we-purchase-sec {
    padding: 0 0 15vw;
  }
}
#Items-we-purchase-sec .content {
  width: 1024px;
}
@media (max-width: 1023px) {
  #Items-we-purchase-sec .content {
    width: 88vw;
  }
}
#Items-we-purchase-sec .content .ttl {
  text-align: center;
  margin: 0 0 90px;
}
@media (max-width: 1023px) {
  #Items-we-purchase-sec .content .ttl {
    margin: 0 0 10vw;
  }
}
#Items-we-purchase-sec .content .ttl .in_text {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 0.07vw;
}
@media (max-width: 1023px) {
  #Items-we-purchase-sec .content .ttl .in_text {
    font-size: 5.4vw;
    letter-spacing: 0.07vw;
    margin: 0 0 7vw;
  }
}
#Items-we-purchase-sec .content .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  #Items-we-purchase-sec .content .flex {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
  }
}
#Items-we-purchase-sec .content .flex .box {
  width: 480px;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  #Items-we-purchase-sec .content .flex .box {
    width: 100%;
    margin: 0 0 12vw;
  }
  #Items-we-purchase-sec .content .flex .box:last-of-type {
    margin: 0;
  }
}
#Items-we-purchase-sec .content .flex .box .fig {
  margin: 0 0 10px;
}
@media (max-width: 1023px) {
  #Items-we-purchase-sec .content .flex .box .fig {
    margin: 0 0 3vw;
  }
}
#Items-we-purchase-sec .content .flex .box .ttl_box {
  margin: 0 0 10px;
}
@media (max-width: 1023px) {
  #Items-we-purchase-sec .content .flex .box .ttl_box {
    margin: 0 0 3vw;
  }
}
#Items-we-purchase-sec .content .flex .box .ttl_box .in_text {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  letter-spacing: 0.07vw;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  #Items-we-purchase-sec .content .flex .box .ttl_box .in_text {
    font-size: 4.4vw;
  }
}
#Items-we-purchase-sec .content .flex .box .text {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1023px) {
  #Items-we-purchase-sec .content .flex .box .text {
    font-size: 3.6vw;
  }
}

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