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

@font-face {
  font-family: "montserrat";
  src: url("Montserrat-Medium.ttf") format("truetype");
}
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;
  background-color: #f0e1c9;
  background-size: 100%;
  background-image: url("../images/bg.png");
  background-position: center top;
  background-repeat: repeat;
}
@media screen and (max-width: 1023px) {
  body {
    width: 100%;
    background-image: url("../images/bg_s.png");
    font-size: 3.4vw;
    background-size: 100%;
  }
}

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: -113px;
  padding-top: 113px;
}
@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: 15vw;
    background-color: #f5eee4;
    position: fixed;
    z-index: 999;
  }
}
.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: #f5eee4;
  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: #de1478;
  font-family: "Montserrat", sans-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: #de1478;
  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-size: 5vw;
  font-weight: 700;
  letter-spacing: 0.5vw;
  text-align: center;
}

header.normal {
  position: fixed;
  background-color: transparent;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  header.normal {
    display: none;
  }
}
header.normal .screen {
  width: 1250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5eee4;
  box-sizing: border-box;
  padding: 20px 40px;
  border-radius: 12px;
}
header.normal .logo {
  display: block;
  width: 250px;
}
header.normal.fixed {
  background-color: #f5eee4;
}
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-size: 15px;
  font-weight: 700;
  transition: color 0.3s;
}
header.normal #global ul li a:hover {
  color: #9c6400;
}

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 {
  position: relative;
  min-width: 1300px;
  height: 850px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  #hero {
    width: 100%;
    height: 160vw;
    min-width: 100%;
    margin: 0 0 20vw;
  }
}
#hero .bg {
  width: 1250px;
  height: 605px;
  background-image: url("../images/hero_fig.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 1023px) {
  #hero .bg {
    width: 100%;
    height: 103.4vw;
    background-image: url("../images/hero_fig_s.png");
    top: initial;
    bottom: 0;
  }
}
#hero .tagline {
  width: 1250px;
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 1023px) {
  #hero .tagline {
    width: 100%;
    top: 22vw;
  }
}
#hero .tagline img {
  width: 100%;
}
#hero .bar {
  width: 1px;
  height: 200px;
  background: #333;
  position: absolute;
  right: calc(50% - 512px - 124px);
  bottom: -100px;
}
@media (max-width: 1023px) {
  #hero .bar {
    height: 20vw;
    right: 6vw;
    bottom: -14vw;
  }
}
#hero .bar::after {
  content: "SCROLL";
  display: block;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  transform: rotate(90deg);
  position: absolute;
  top: -45px;
  left: -35px;
}
@media (max-width: 1023px) {
  #hero .bar::after {
    font-size: 2.8vw;
    top: -8vw;
    right: -8vw;
  }
}

#Intro-sec {
  min-width: 1300px;
  padding: 0 0 150px;
}
@media (max-width: 1023px) {
  #Intro-sec {
    min-width: 100%;
    padding: 0 0 15vw;
  }
}
#Intro-sec .content .box {
  position: relative;
  width: calc(900px + 50vw - 450px);
  box-sizing: border-box;
  background-color: #f5eee4;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box {
    width: 94%;
  }
}
#Intro-sec .content .box .ttl {
  position: absolute;
  top: 50px;
  left: 0;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box .ttl {
    position: static;
    top: initial;
    left: initial;
    margin: 0 0 8vw;
  }
}
#Intro-sec .content .box .ttl .in_text {
  font-size: 24px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-variant-east-asian: full-width;
  line-height: 1.5;
  letter-spacing: 0.1vw;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box .ttl .in_text {
    font-size: 5.2vw;
    writing-mode: initial;
    text-orientation: initial;
    font-variant-east-asian: initial;
  }
}
#Intro-sec .content .box .text {
  margin: 0 0 50px;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.2vw;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box .text {
    font-size: 3.9vw;
    margin: 0 0 8vw;
  }
}
#Intro-sec .content .box .text:last-of-type {
  margin: 0;
}
#Intro-sec .content .box .text .strong {
  color: #de1478;
  font-size: 30px;
  background: white;
  border: 1px solid #9c6400;
  padding: 0 12px;
  display: inline-block;
  line-height: 1.3;
  margin: 0 6px 0 0;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box .text .strong {
    font-size: 5.2vw;
  }
}
#Intro-sec .content .box .text .emphasis {
  font-size: 24px;
  background-image: url("../images/q_before.svg"), url("../images/q_after.svg");
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  padding: 10px 5px 10px 10px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box .text .emphasis {
    font-size: 4.4vw;
    background-size: 5vw;
  }
}
#Intro-sec .content .box .in_box {
  position: relative;
  box-sizing: border-box;
  background-image: url("../images/intro_deco_ttl.svg");
  background-size: 204px;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box .in_box {
    background-size: 33vw;
  }
}
#Intro-sec .content .box.n1 {
  border-radius: 0 50px 50px 0;
  padding: 80px 0 160px 0;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 {
    border-radius: 0 10vw 10vw 0;
    padding: 0;
  }
}
#Intro-sec .content .box.n1 .in_box {
  padding: 130px 0 0 calc(50vw - 450px + 130px);
  background-position: left calc(50vw - 450px) top;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 .in_box {
    padding: 33vw 10vw 30vw;
    background-position: left 10vw top 20vw;
  }
}
#Intro-sec .content .box.n1 .in_box .ttl {
  left: calc(50vw - 450px);
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 .in_box .ttl {
    left: initial;
  }
}
#Intro-sec .content .box.n1 .fig {
  position: absolute;
}
#Intro-sec .content .box.n1 .fig.n1 {
  width: 300px;
  right: -70px;
  bottom: 160px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 .fig.n1 {
    width: 40vw;
    right: -6vw;
    bottom: initial;
    top: -4vw;
  }
}
#Intro-sec .content .box.n1 .deco {
  position: absolute;
  width: 96px;
  top: 210px;
  right: 180px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n1 .deco {
    width: 19vw;
    top: initial;
    right: 10vw;
    bottom: 5vw;
  }
}
#Intro-sec .content .box.n2 {
  border-radius: 50px 0 0 50px;
  margin: 0 0 0 calc(50vw - 450px);
  padding: 80px 0 240px 0;
  background-image: url("../images/intro_downtown.svg");
  background-size: 96%;
  background-repeat: no-repeat;
  background-position: left 50px bottom;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n2 {
    border-radius: 10vw 0 0 10vw;
    margin: 0 0 0 6vw;
    padding: 0 0 70vw;
    background-image: url("../images/intro_downtown_s.svg");
    background-size: 92%;
    background-position: left 4vw bottom;
  }
}
#Intro-sec .content .box.n2 .in_box {
  padding: 130px 0 0 230px;
  background-position: left 680px top;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n2 .in_box {
    padding: 43vw 10vw 10vw;
    background-position: left 10vw top 30vw;
  }
}
#Intro-sec .content .box.n2 .in_box .ttl {
  left: 820px;
}
#Intro-sec .content .box.n2 .fig {
  position: absolute;
}
#Intro-sec .content .box.n2 .fig.n2 {
  width: 450px;
  left: -80px;
  top: -80px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n2 .fig.n2 {
    width: 60vw;
    left: -6vw;
    top: -14vw;
  }
}
#Intro-sec .content .box.n2 .fig.n3 {
  width: 370px;
  left: 700px;
  bottom: 170px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n2 .fig.n3 {
    width: 49vw;
    left: initial;
    right: 0;
    bottom: 26vw;
  }
}
#Intro-sec .content .box.n2 .wide {
  margin: 120px 0 0 120px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n2 .wide {
    margin: 0;
    padding: 0 10vw;
  }
}
#Intro-sec .content .box.n2 .wide .text {
  font-size: 20px;
  line-height: 2.4;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n2 .wide .text {
    font-size: 3.5vw;
  }
}
#Intro-sec .content .box.n2 .wide .emphasis {
  background: none;
}
#Intro-sec .content .box.n2 .deco {
  position: absolute;
  width: 96px;
  left: -40px;
  bottom: 430px;
}
@media (max-width: 1023px) {
  #Intro-sec .content .box.n2 .deco {
    width: 19vw;
    left: 10vw;
    bottom: 31vw;
  }
}

#Points-sec {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 150px;
}
@media (max-width: 1023px) {
  #Points-sec {
    padding: 0 0 20vw;
  }
}
#Points-sec .head {
  width: 100%;
  height: 260px;
  background-image: url("../images/points_head.png");
  background-repeat: no-repeat;
  background-size: 100% 260px;
  background-position: center top;
}
@media (max-width: 1023px) {
  #Points-sec .head {
    height: 20vw;
    background-image: url("../images/points_head_s.png");
    background-size: 100% auto;
  }
}
#Points-sec .screen {
  width: 100%;
  background: #f5eee4;
  display: flex;
  justify-content: center;
  padding: 0 0 150px;
}
#Points-sec .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1024px;
}
@media (max-width: 1023px) {
  #Points-sec .content {
    width: 88vw;
  }
}
#Points-sec .content .ttl {
  font-weight: 700;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 80px;
}
@media (max-width: 1023px) {
  #Points-sec .content .ttl {
    margin: 0 0 10vw;
  }
}
#Points-sec .content .ttl .first {
  font-size: 26px;
  letter-spacing: 0.3vw;
  margin: 0 0 18px;
}
@media (max-width: 1023px) {
  #Points-sec .content .ttl .first {
    font-size: 4.4vw;
    margin: 0 0 3vw;
    display: block;
    text-align: center;
  }
}
#Points-sec .content .ttl .second {
  color: #9c6400;
  font-size: 36px;
  letter-spacing: 0.3vw;
}
@media (max-width: 1023px) {
  #Points-sec .content .ttl .second {
    font-size: 6.6vw;
  }
}
#Points-sec .content .flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #Points-sec .content .flex {
    display: block;
    justify-content: initial;
  }
}
#Points-sec .content .flex .box {
  width: 300px;
}
@media (max-width: 1023px) {
  #Points-sec .content .flex .box {
    width: 100%;
    margin: 0 0 12vw;
  }
  #Points-sec .content .flex .box:last-of-type {
    margin: 0;
  }
}
#Points-sec .content .flex .box .fig {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  #Points-sec .content .flex .box .fig {
    margin: 0 0 3vw;
  }
}
#Points-sec .content .flex .box .ttl_box {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  #Points-sec .content .flex .box .ttl_box {
    margin: 0 0 3vw;
  }
}
#Points-sec .content .flex .box .ttl_box .in_text {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.07vw;
}
@media (max-width: 1023px) {
  #Points-sec .content .flex .box .ttl_box .in_text {
    font-size: 4.4vw;
  }
}
#Points-sec .content .flex .box .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1023px) {
  #Points-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 {
  color: #9c6400;
  font-size: 36px;
  line-height: 1.8;
  letter-spacing: 0.07vw;
}
@media (max-width: 1023px) {
  #Items-we-purchase-sec .content .ttl .in_text {
    font-size: 6.6vw;
    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 80px;
}
@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-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-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 */
