<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;family=Poppins:wght@200;400;500;600&amp;display=swap');

*,
*:before,
*:after {
  box-sizing: border-box;
}

html{
  font-size: 62.5%;
}

body {
  margin: 0;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;*/
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.5;
  color: #000000;
	
  font-family: Poppins, Noto Sans JP,sans-serif;
  font-feature-settings: 'palt' on;
  font-feature-settings: 'ss04' on;
}
body.fixed{
  width: 100%;
  height: 100%;
  position: fixed;
}

h1,
.h1 {
  margin: 40px 0 20px;
  font-size: 3.0rem;
  font-weight: normal;
}

h2 {
  margin: 20px 0;
  font-size: 2.4rem;
  font-weight: normal;
}

h3 {
  margin: 10px 0;
  font-size: 2.0rem;
  font-weight: normal;
}

a:visited {
  color: unset;
}

a,
a:link {
  text-decoration: none;
  color: #000;
  transition: all .4s ease;
}

a:hover {
  opacity: 0.7;
}

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

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}

figure {
  margin: auto;
}

*:focus {
  outline: none;
}

.yourbrand .inner {
  margin: 0 auto;
}

p.small {
  font-size: 90%;
}

p.-center {
  text-align: center;
}

.font-bold {
  font-weight: bold;
}

figure.-center {
  text-align: center;
}

figcaption {
  margin-top: 15px;
  font-weight: bold;
}

@media screen and (min-width:641px) {
  .yourbrand .inner {
    width: 1200px;
  }
  .-sp {
    display: none;
  }
}

@media screen and (max-width:640px) {
  .yourbrand {
    font-size: calc(24 / 750 * 100vw);
  }
  .yourbrand .inner {
    width: 91.7333333333vw;
  }
  .inner.block-bg {
    padding-left: 5.33333333333vw;
    padding-right: 5.33333333333vw;
    width: 100%;
  }
  .-pc {
    display: none;
  }
}

.title-wrap.-center {
  text-align: center;
}

.block-title .title-wrap {
  margin-bottom: 0;
}

.title-sub {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
}

.title-sub.en {
  text-transform: uppercase;
}

.arrow-r {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  transition: all .4s ease;
}

.arrow-r::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateX(-50%);
}

.arrow-r:hover {
  opacity: 0.7;
}

.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
  position: relative;
  color: #fff;
  background-color: #000;
  text-align: center;
}

.btn-primary.arrow-l::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateX(-50%);
}

.btn-secondary {
  position: relative;
  border: 1px solid #707070;
  color: #000;
  text-align: center;
}

.btn-secondary.arrow-l::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateX(-50%);
}

.btn-secondary.arrow-b::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg) translateX(-50%);
}

@media screen and (min-width:641px) {
  br.sp {
    display: none;
  }

  .btn-primary {
    padding: 13px 60px;
    min-width: 250px;
    font-size: 16px;
  }

  .btn-secondary {
    padding: 13px 60px;
    min-width: 250px;
    font-size: 16px;
  }

  .block-title {
    padding: 50px 0;
  }

  .block-title + .block-body {
    padding-top: 20px;
  }

  .title-wrap {
    margin-bottom: 60px;
  }

  .title-main {
    margin: 0 auto;
    font-size: 30px;
    font-weight: 600;
  }
  
  h2.title-main {
    font-size: 26px;
  }
  
  h3.title-main {
    font-size: 26px;
  }
}

@media screen and (max-width:640px) {
  br.pc {
    display: none;
  }

  .block-title {
    padding: 8vw 0;
  }

  .block-title + .block-body {
    padding-top: 13.3333333333vw;
  }

  .title-wrap {
    padding-bottom: 5.3333333333vw;
  }

  .title-main {
    margin: 0 auto;
    font-size: 5.33333333333vw;
    font-weight: 600;
  }
  
  h2.title-main {
    font-size: 4.8vw;
  }
  
  h3.title-main {
    font-size: 5.33333333333vw;
  }

  .title-sub.en {
    font-size: 3.2vw;
  }

  .arrow-r::after {
    margin-top: -1px;
    width: 8px;
    height: 8px;
  }

  .btn-primary {
    padding: 2.66666666667vw 5.33333333333vw 2.66666666667vw 10.6666666667vw;
    min-width: 66.6666666667vw;
    max-width: 100%;
    font-size: 3.86666666667vw;
  }

  .btn-primary span {
    font-size: 3.86666666667vw;
  }

  .btn-secondary {
    padding: 2.66666666667vw 5.33333333333vw 2.66666666667vw 10.6666666667vw;
    min-width: 66.6666666667vw;
    max-width: 100%;
    font-size: 3.86666666667vw;
  }

  .btn-secondary span {
    font-size: 3.86666666667vw;
  }

  .btn-primary.arrow-l::before {
    left: 6.66666666667vw;
  }
}

.block-bg {
  background-color: #F9F9F9;
}

.btn-wrap.-center {
  display: flex;
  justify-content: center;
}

@media screen and (min-width:641px) { 
  .flex-box {
    display: flex;
    flex-wrap: wrap;
  }
  
  .flex-box.-col2 .box-item {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc((100% - 30px) / 2);
  }
  
  .flex-box.-col2 .box-item:nth-child(2n) {
    margin-right: 0;
  }

  .flex-box.-col2 .box-item:last-child,.flex-box.-col2 .box-item:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
  
  .flex-box.-col3 .box-item {
    margin-right: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: calc((100% - 30px * 2) / 3);
  }
  
  .flex-box.-col3 .box-item:nth-child(3n) {
    margin-right: 0;
  }

  .flex-box.-col3 .box-item:nth-child(3n+1):nth-last-child(-n+3),
  .flex-box.-col3 .box-item:nth-child(3n+1):nth-last-child(-n+3) ~ .box-item {
    margin-bottom: 0;
  }

  .flex-box.-col4 .box-item {
    margin-right: 17px;
    width: calc((100% - 17px * 3) / 4);
  }
  
  .flex-box.-col4 .box-item:nth-child(4n) {
    margin-right: 0;
  }
  
  .flex-box.-col6 .box-item {
    margin-right: 18px;
    width: calc((100% - 18px * 4) / 5);
    margin-bottom:70px;
  }
  
  .flex-box.-col6 .box-item:nth-child(5n) {
    margin-right: 0;
  }

  .flex-box .flex-inner {
    display: flex;
    flex-wrap: wrap;
  }

  .block-wrap {
    padding: 100px 0;
  }

  .btn-wrap:not(:first-child) {
    margin-top: 60px;
  }

  .box-link .box-item {
    padding: 30px 30px 15px;
  }

  .box-link .box-item .item-title {
    margin: 15px auto 0;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }

  .content-min {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}

@media screen and (max-width:640px) {
  .block-wrap {
    padding: 13.3333333333vw 0;
  }

  .btn-wrap:not(:first-child) {
    margin-top: 10.6666666667vw;
  }

  .box-link .box-item {
    padding: 4vw;
  }

  .box-link .box-item .item-title {
    margin: 4vw auto 0;
    font-size: 3.6vw;
    font-weight: 600;
    text-align: center;
  }
  
  .flex-box.-col2sp {
    display: flex;
    flex-wrap: wrap;
  }
  
  .flex-box.-col2sp .box-item,
  .flex-box.-col2sp .box-item-sp {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc((100% - 30px) / 2);
  }
  
  .flex-box.-col2sp .box-item:nth-child(2n),
  .flex-box.-col2sp .box-item-sp:nth-child(2n) {
    margin-right: 0;
  }

  .flex-box.-col2sp .box-item:last-child,
  .flex-box.-col2sp .box-item-sp:last-child,
  .flex-box.-col2sp .box-item:nth-last-child(2):nth-child(odd),
  .flex-box.-col2sp .box-item-sp:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
}

.box-shadow {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
}

/* ----パンくず---- */

.block-topic-path {
  padding: 25px 0 15px 0;
}
.block-topic-path ul{
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
}
.block-topic-path--list li {
  position: relative;
  display: block;
  font-size: 1.2rem;
  padding-left: 14px;
  margin-bottom: 5px;
}
.block-topic-path--list li:before{
  content:"&gt;";
  position: absolute;
  line-height: 12px;
  font-size: 1.2rem;
  top: 1px;
  left: 3px;
}
.block-topic-path--list li:first-child{
  padding-left: 0;
}
.block-topic-path--list li:first-child:before{
  display: none;
}
.block-topic-path--list a{
  text-decoration: none;
  transition: all .4s ease;
}
.block-topic-path--list a:hover{
  text-decoration: none;
  opacity: 0.6;
}
.pane-topic-path .container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:641px) {
  .pane-topic-path .container {
    width: 1200px;
  }
  .block-topic-path {
    margin: 0 auto;
    width: 1200px;
  }
}

@media screen and (max-width:640px) {
  .pane-topic-path .container {
    width: 91.7333333333vw;
  }
  .block-topic-path {
    margin: 0 auto;
    width: 91.7333333333vw;
  }
}

/* header */
header {
  width: 100%;
}

header.fixed-header {
  position: fixed;
  top: 0;
  z-index: 100;
}

.header-nav {
  display: flex;
}

.header-nav-button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px;
}

.header-nav-button span {
  display: block;
  margin-bottom: 8px;
  width: 25px;
  height: 2px;
  background-color: #fff;
}

.header-nav-button span:last-child {
  margin-bottom: 0;
}

.header-nav.js-accordion-wrap.is-active .header-nav-button span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.header-nav.js-accordion-wrap.is-active .header-nav-button span:nth-child(2) {
  opacity: 0;
}

.header-nav.js-accordion-wrap.is-active .header-nav-button span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.header-nav .nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nav-list-wrap.js-accordion {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #000;
}

.header-nav.js-accordion-wrap.is-active .js-accordion {
  display: block;
}

.header-nav a {
  display: inline-block;
  color: #fff;
}

.header-nav .-parent &gt; a span,
.header-nav .-parent &gt; span {
  font-size: 18px;
  font-weight: 600;
}

.header-nav .-child a span {
  position: relative;
  display: block;
  padding-right: 15px;
}

header .site-title {
  color: #fff;
}

header .site-title h1 {
  margin: 0;
}

header .site-title span {
  display: block;
}

@media screen and (min-width:641px) {
  .wrapper {
    margin-top: 92px;
  }

  header {
    height: 92px;
  }

  header .site-title {
    margin: 0;
    padding: 20px 25px;
    text-align: center;
    transition: none;
  }

  header .site-title .-ja {
    font-size: 20px;
    font-weight: 600;
  }
  
  header .site-title .-en {
    font-size: 11px;
  }

  .header-inner {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
  }

  .header-nav-button {
    background-color: #444;
  }

  .header-nav.js-accordion-wrap.is-active .header-nav-button {
    background-color: transparent
  }

  .nav-list-wrap {
    padding: 50px 0;
  }

  .header-nav .-parent:not(:last-child) {
    margin-bottom: 30px;
  }

  .header-nav .-child {
    display: flex;
    margin-top: 20px;
  }

  .header-nav .-child a span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateX(-50%);
  }

  .header-nav .-child.-image .list-item {
    margin-right: 13px;
    width: 132px;
  }

  .header-nav .-child.-image .list-item:last-child {
    margin-right: 0;
  }

  .header-nav .-child.-image a span {
    margin-top: 5px;
  }

  .header-nav .-child.-text .list-item:not(:last-child)::after {
    content: '／';
    margin: 0 15px;
    color: #fff;
  }
  
  header .group {
    display: flex;
    align-items: center;
    margin-left: auto;
    color: #000;
    background-color: #F9F9F9;
  }

  header .group .brand-logo {
    padding: 0 20px;
  }

  header .group .site-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    border-left: 1px solid #000;
  }

  header .group .site-info-tel {
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: .1em;
  }

  header .group .site-info-hours {
    font-size: 11px;
  }

  header .group .site-info-hours .small {
    font-size: 8px;
  }

  header .group .site-info-contact {
    display: flex;
    align-items: center;
    margin-top: 5px;
    padding: 0 20px;
    border: 1px solid #000;
  }
}

@media screen and (max-width:640px) {
  .wrapper {
    margin-top: 12.2666666667vw;
  }

  header {
    height: 12.2666666667vw;
    background-color: #000;
    color: #fff;
  }

  .header-inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  /* .header-nav-button span {
    margin-bottom: 1.33333333333vw;
    width: 4.13333333333vw;
  }

  .header-nav.js-accordion-wrap.is-active .header-nav-button span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .header-nav.js-accordion-wrap.is-active .header-nav-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  } */

  .header-nav .-child.-image .list-item img {
    display: none;
  }

  .header-nav-button {
    padding: 0 4vw 0 2.66666666667vw;
  }

  .nav-list-wrap {
    padding: 6.66666666667vw 4vw;
  }

  .header-nav .nav-list {
    text-align: left;
  }

  .header-nav .nav-list .list-item {
    width: 100%;
    background-color: #242424;
  }

  .header-nav .-parent &gt; a span,
  .header-nav .-parent &gt; span {
    font-size: 4vw;
  }

  .header-nav .-parent &gt; a,
  .header-nav .-parent &gt; span {
    display: inline-block;
    padding: 4vw 5.33333333333vw;
    width: 100%;
  }

  .header-nav .nav-list .list-item.-parent {
    margin-bottom: 3px;
  }

  .header-nav .-child {
    position: relative;
    display: none;
    padding: 0 5.33333333333vw 4vw;
  }

  .header-nav .js-accordion-switch {
    position: relative;
  }

  .header-nav .js-accordion-switch::before,
  .header-nav .js-accordion-switch::after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #fff;
    right: 5.33333333333vw;
    top: 50%;
    width: 15px;
    height: 2px;
    transform: translate(-50%, -50%);
  }

  .header-nav .js-accordion-switch::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .header-nav .js-accordion-switch.is-active::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .header-nav .-child .list-item {
    margin-bottom: 3px;
    padding: 2.66666666667vw 3.33333333333vw;
    background-color: #313131;
  }

  header .site-title {
    margin: 0;
    text-align: center;
  }

  header .site-title .-ja {
    font-size: 3.2vw;
    font-weight: 600;
  }
  
  header .site-title .-en {
    font-size: 1.86666666667vw;
    font-weight: 600;
  }

  header .group {
    margin-left: auto;
    padding-right: 2.66666666667vw;
  }

  header .group .brand-logo {
    width: 18.2666666667vw;
  }

  header .group .site-info {
    display: none;
  }
}

/* footer */
footer {
  color: #fff;
  background-color: #000;
}

footer a,
footer a:link {
  color: #fff;
}

footer .site-title {
  text-align: center;
}

footer .site-title .-ja {
  font-size: 18px;
  font-weight: 600;
}

footer .site-title .-en {
  font-size: 12px;
}

footer .copyright-wrap {
  padding: 15px;
  border-top: 1px solid #fff;
  text-align: center;
}

.footer-nav .-parent &gt; a span,
.footer-nav .-parent &gt; span {
  font-size: 18px;
  font-weight: 600;
}

.footer-nav .-child a span {
  position: relative;
  padding-left: 15px;
}

.footer-nav .-child a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateX(-50%);
}

@media screen and (min-width:641px) {
  .footer-info {
    display: none;
  }
  .yourbrand footer .block-footer {
    padding: 50px 0 30px;
  }
  .block-footer {
    display: flex;
    justify-content: space-between;
  }
  .footer-nav {
    display: flex;
  }

  footer .nav-list {
    margin-left: 50px;
  }

  .footer-nav .-child {
    margin-top: 25px;
  }
  
  .footer-nav .-child li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width:640px) {
  .footer-info {
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    height: 14vw;
    background-color: #000;
    color: #fff;
    z-index: 100;
  }
  .footer-info-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50vw;
    font-size: 3.2vw;
  }
  .footer-info-group:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .footer-info-tel {
    line-height: 1;
    font-weight: bold;
  }
  .footer-info-tel img {
    margin-right: 1.6vw;
    width: 2.8vw;
  }
  .footer-info-hours {
    font-size: 2vw;
  }
  .footer-info-hours .small {
    display: block;
    font-size: 1.73333333333vw;
  }
  .footer-info-group a {
    color: #fff;
    font-weight: bold;
  }
  .yourbrand footer {
    margin-bottom: 14vw;
  }
  .footer-info .box-inner {
    display: flex;
  }
  .footer-info-contact {
    line-height: 1;
  }
  .footer-info-contact img {
    margin-right: 1.86666666667vw;
    width: 3.86666666667vw;
  }
  footer .site-title {
    display: none;
  }

  .footer-nav {
    padding: 6.66666666667vw 0;
  }

  .footer-nav .nav-list {
    text-align: left;
  }

  .footer-nav .nav-list .list-item {
    width: 100%;
    background-color: #242424;
  }

  .footer-nav .-parent &gt; a span,
  .footer-nav .-parent &gt; span {
    font-size: 4vw;
    font-weight: 600;
  }

  .footer-nav .-parent &gt; a,
  .footer-nav .-parent &gt; span {
    display: inline-block;
    padding: 4vw 5.33333333333vw;
    width: 100%;
  }

  .footer-nav .nav-list .list-item.-parent {
    margin-bottom: 3px;
  }

  .footer-nav .-child {
    position: relative;
    display: none;
    padding: 0 5.33333333333vw 4vw;
  }

  .footer-nav .js-accordion-switch {
    position: relative;
  }

  .footer-nav .js-accordion-switch::before,
  .footer-nav .js-accordion-switch::after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #fff;
    right: 5.33333333333vw;
    top: 50%;
    width: 15px;
    height: 2px;
    transform: translate(-50%, -50%);
  }

  .footer-nav .js-accordion-switch::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .footer-nav .js-accordion-switch.is-active::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .footer-nav .-child .list-item {
    margin-bottom: 3px;
    padding: 2.66666666667vw 3.33333333333vw;
    background-color: #313131;
  }

  footer .copyright-wrap {
    border-top: none;
  }

  footer .copyright {
    font-size: 3.73333333333vw;
  }
}

/* toppage */
.slider-mv .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  cursor: pointer;
}
.slider-mv .slick-dots {
  position: absolute;
  bottom: -15px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}
.slider-mv .slick-dots li:not(:last-child) {
  margin-right: 5px;
}
.slider-mv .slick-dots button {
  display: block;
  border: none;
  font-size: 0;
  height: 2px;
  width: 30px;
  background-color: #ccc;
}
.slider-mv .slick-dots .slick-active button {
  background-color: #000;
}

@media screen and (min-width:641px) {
  .slider-mv {
    margin: 0 auto;
    max-width: 1600px;;
  }
  .slider-mv .slick-arrow {
    width: 31px;
  }
  .slider-mv .slick-arrow.-prev {
    left: 10.7142857143%;
  }
  .slider-mv .slick-arrow.-next {
    right: 10.7142857143%;
  }
}

@media screen and (max-width:640px) {
  .slider-mv .slick-arrow {
    width: 6.66666666667vw;
  }
  .slider-mv .slick-arrow.-prev {
    left: 2.66666666667vw;
  }
  .slider-mv .slick-arrow.-next {
    right: 2.66666666667vw;
  }
}

.yourbrand-top .wrapper {
  padding-top: 0;
}

.block-catch .catch {
  text-align: center;
}

.block-catch .catch-main {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.block-catch .catch-sub {
  font-size: 22px;
}
.block-three-reasons .box-item {
  text-align: center;
  font-size: 15px;
}

.block-three-reasons .item-title {
  font-size: 20px;
  font-weight: 600;
}

.block-order-made .flex-box .flex-inner {
  padding: 30px;
  align-items: center;
}

.block-order-made .box-text {
  flex: 1;
  text-align: center;
}

.block-order-made .box-text .item-title {
  justify-content: center;
  font-size: 24px;
  font-weight: 600;;
}

.block-order-made .box-text .item-text {
  margin-top: 20px;
}

.block-order-made .box-text .btn-more {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
}

.faq-content {
  text-align: center;
}

.block-contact .description {
  text-align: center;
  line-height: 2;
}

.box-contact .box-item {
  padding: 40px 100px;
  box-sizing: border-box;
}

.box-contact .box-item p {
  text-align: center;
}

.box-contact .box-item .title {
  padding: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
}

.box-contact .box-item .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
}

.box-contact .box-item .info img {
  margin-right: 25px;
}

.box-contact .box-item .text {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}

.slider-case .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  cursor: pointer;
}

.slider-case .slick-arrow.-prev {
  left: 0;
}

.slider-case .slick-arrow.-next {
  right: 0;
}

@media screen and (min-width:641px) {
  .slider-case .slick-arrow {
    width: 42px;
  }

  .block-catch {
    margin-top: 125px;
  }

  .block-order-made .box-image {
    width: 244px;
    height: 244px;
  }
  
  .slider-case {
    margin: 80px auto 0;
    max-width: 1600px;
  }

  .contact-content {
    margin-top: 60px;
  }
}

@media screen and (max-width:640px) {
  .block-catch {
    margin-top: 23.3333333333vw;
  }

  .block-catch .catch-main {
    margin-bottom: 6.66666666667vw;
    font-size: 6.93333333333vw;
  }

  .block-catch .catch-sub {
    font-size: 3.46666666667vw;
  }

  .block-three-reasons .box-item:not(:last-child) {
    margin-bottom: 7.33333333333vw;
  }

  .block-three-reasons .item-title {
    margin: 2.66666666667vw auto 1.33333333333vw;
    font-size: 4vw;
  }

  .block-order-made .flex-box .flex-inner {
    display: flex;
    margin-bottom: 6.66666666667vw;
    padding: 4vw;
  }

  .block-order-made .flex-box .flex-inner:last-child {
    margin-bottom: 0;
  }

  .block-order-made .box-image {
    margin-right: 4vw;
    width: 38.6666666667vw;
  }

  .block-order-made .box-text .item-title {
    margin: 0;
    font-size: 4vw;
  }

  .block-order-made .box-text .item-text {
    margin-top: 2vw;
    font-size: calc(23 * (100vw / 750));
    letter-spacing: -0.1em;
  }

  .block-order-made .box-text .btn-more {
    margin-top: 8vw;
    font-size: calc(24 * (100vw / 750));
  }

  .case-content .box-item:not(:last-child) {
    margin-bottom: 6.66666666667vw;
  }

  .slider-case {
    margin-top: 10.6666666667vw;
  }

  .slider-case .slick-arrow {
    width: 5.6vw;
  }

  .block-contact .description {
    line-height: 1.6;
  }

  .contact-content .box-contact {
    margin-top: 6.66666666667vw;
  }

  .box-contact .box-item {
    margin-bottom: 6.66666666667vw;
    padding: 8vw 6.66666666667vw;
  }

  .box-contact .box-item:last-child {
    margin-bottom: 0;
  }

  .box-contact .box-item .title {
    font-size: 2.4vw;
    text-align: left;
  }

  .box-contact .box-item .info {
    margin-top: 4vw;
    font-size: 6.13333333333vw;
  }

  .box-contact .box-item .info img {
    margin-right: 2.66666666667vw;
    height: 8.8vw;
    width: auto;
  }

  .box-contact .box-item .text {
    font-size: 3.2vw;
  }
}

/* faq */
.faq-list dt {
  margin-bottom: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.faq-list dt span {
  font-size: 16px;
  font-weight: 600;
}
.faq-list dt span::before {
  content: 'Q.';
  margin-right: 0.5em;
}
.faq-list dd {
  margin-bottom: 45px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.faq-list dd::before {
  content: 'A.';
  margin-right: 0.5em;
}

/* basic box */
.basic-box .box-text {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.basic-box .box-item:last-child {
  margin-bottom: 0;
}
.content-basic-box .intro {
  text-align: center;
}
.line-right .-en {
  text-transform: uppercase;
}

@media screen and (min-width:641px) {
  .basic-box {
    margin: 50px auto;
  }
  .basic-box &gt; .box-item {
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
    padding: 50px;
  }
  .basic-box .box-image {
    margin-left: 50px;
    width: 350px;
  }
  .basic-box .box-text {
    flex: 1;
    padding: 40px 0;
  }
  .item-title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .item-title .-jp {
    font-size: 27px;
    font-weight: 600;
  }
  .item-title .-jp .num {
    font-size: 30px;
    font-weight: 600;
  }
  .item-title .-en {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: .1em;
  }
  .line-right {
    justify-content: flex-start;
    align-items: center;
  }
  .line-right::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    margin-left: 30px;
    background-color: #999;
  }
  .line-right .-en {
    margin: 5px 0 0 25px;
    margin-bottom: 0;
  }
  .basic-box .item-text p {
    margin-bottom: 30px;
    line-height: 2;
  }
  .basic-box .item-text p:last-child {
    margin-bottom: 0;
  }
  .list-box &gt; .box-item:not(:first-child) {
    margin-top: 45px;
  }
}

@media screen and (max-width:640px) {
  .basic-box {
    margin: 6.66666666667vw auto;
  }
  .basic-box &gt; .box-item {
    margin-bottom: 6.66666666667vw;
    padding: 8vw;
  }
  .basic-box .box-image {
    margin-bottom: 6.66666666667vw;
  }
  .basic-box .box-text {
    padding: 6.66666666667vw 0;
  }
  .item-title {
    display: flex;
    align-items: center;
  }
  .item-title:not(.line-right) {
    flex-direction: column;
  }
  .item-title .-jp {
    font-size: 5.33333333333vw;
    font-weight: 600;
  }
  .item-title .-jp .num {
    font-size: 5.73333333333vw;
    font-weight: 600;
  }
  .item-title .-en {
    margin-bottom: 5px;
    font-size: 3.2vw;
    letter-spacing: .1em;
  }
  .line-right {
    justify-content: flex-start;
    align-items: center;
  }
  .line-right::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    margin-left: 3.33333333333vw;
    background-color: #999;
  }
  .line-right .-en {
    margin: 0 0 0 2.66666666667vw;
    margin-bottom: 0;
  }
  .basic-box .item-text p {
    margin-bottom: 8.66666666667vw;
    font-size: 3.2vw;
    line-height: 2;
  }
  .basic-box .item-text p:last-child {
    margin-bottom: 0;
  }
  .list-box &gt; .box-item:not(:first-child) {
    margin-top: 8vw;
  }
}
.basic-box .box-head {
  margin-bottom: 40px;
}
.parts-box &gt; .box-item::after {
  content: '';
  display: block;
  margin-top: 50px;
  height: 1px;
  width: 100%;
  background-color: #999;
}
.parts-box .box-item .-text {
  margin-top: 15px;
}
.basic-box .col-item {
  display: flex;
  flex-direction: column;
}
.basic-box .col-item .-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.basic-box .col-item .-text p:not(:last-child) {
  margin-bottom: 10px;
}
.basic-box .col-item .-text .small {
  margin-top: auto;
}
.basic-box .small {
  font-size: 11px;
}

/* lineup */
.lineup-list-box .product-info {
  text-align: center;
}
@media screen and (min-width:641px) {
  .lineup-list-wrap {
    margin-top: 50px;
    padding: 50px;
  }
  .lineup-list-box {
    margin-top: 35px;
  }
  .lineup-list-box .product-info {
    margin-top: 30px;
  }
  .lineup-list-box .product-info .product-name {
    font-weight: 600;
    font-size: 20px;
  }
  .lineup-list-box .product-info .product-text {
    margin-top: 5px;
  }
  .lineup-list-box .product-info .product-text span {
    display: block;
    font-size: 15px;
  }
}

@media screen and (max-width:640px) {
  .lineup-list-wrap {
    margin-top: 6.66666666667vw;
    padding: 6.66666666667vw 5.33333333333vw;
  }
  .lineup-list-box {
    margin-top: 5.33333333333vw;
  }
  .lineup-list-box .product-info {
    margin-top: 5.33333333333vw;
  }
  .lineup-list-box .product-info .product-name {
    font-weight: 600;
    font-size: 4vw;
  }
  .lineup-list-box .product-info .product-text {
    margin-top: 2.66666666667vw;
  }
  .lineup-list-box .product-info .product-text span {
    display: block;
    font-size: 2.93333333333vw;
  }
}

.box-posts .post-date {
  font-size: 16px;
  font-weight: bold;
}

.box-posts .post-tags-group {
  display: flex;
}

.box-posts .post-tags .tag {
  padding: 2px 15px;
  background-color: #E5E5E5;
  font-size: 12px;
}

.box-posts .post-tags-group .target-blank {
  display: flex;
  align-items: center;
}

.box-posts .post-tags-group .target-blank img {
  width: 10px;
}

.box-posts .post-text {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (min-width:641px) {
  .box-posts.flex-box {
    align-items: flex-start;
    margin-top: 30px;
  }

  .box-posts.-col4 .box-item {
    margin-bottom: 90px;
  }

  .box-posts.-col4 .box-item:nth-child(4n+1):nth-last-child(-n+4),
  .box-posts.-col4 .box-item:nth-child(4n+1):nth-last-child(-n+4) ~ .box-item {
    margin-bottom: 0;
  }

  .box-posts .-text {
    margin-top: 20px;
  }

  .box-posts .post-tags-group {
    justify-content: space-between;
  }
  
  .original-box .item-title {
    justify-content: space-between;
    margin: 0 auto 28px;
  }
  .box-posts .post-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

@media screen and (max-width:640px) {
  .box-posts.flex-box {
    margin-top: 13.3333333333vw;
  }
  .box-posts .col-item:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
  .box-posts .flex-box .box-item-sp.-image {
    margin-right: 5.33333333333vw;
  }
  .box-posts .flex-box .box-item-sp.-text {
    flex: 1;
  }
  .post-tags {
    margin-right: 1.33333333333vw;
  }
  .box-posts .post-date {
    font-size: 3.2vw;
  }
  .box-posts .post-tags .tag {
    font-size: 3.46666666667vw;
  }
  .box-posts .post-text {
    font-size: 3.73333333333vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .yourbrand-example .btn-more {
    padding: 2.66666666667vw 5.33333333333vw;
    background-color: #E5E5E5;
    border-radius: 50vh;
    border: none;
  }
  .original-box .item-title {
    margin: 0 auto 5.33333333333vw;
  }
}

/* fadein */
.js-fadeIn-element {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@media screen and (min-width:641px) {
  .delay-02{
    animation-delay: 0.2s;
  }
  .delay-04{
    animation-delay: 0.4s;
  }
}

@keyframes fadeUpAnime{
  from {
  opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width:641px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.bg-title {
  background: linear-gradient(135deg, rgba(128, 128, 128, 0.2) 0%, rgba(255, 255, 255, 0.7) 31.37%, rgba(255, 255, 255, 0.7) 74.02%, rgba(128, 128, 128, 0.2) 100%);
}

.note p {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}

.basic-table {
  border: 1px solid #F4F4F4;
  width: 100%;
}

.basic-table th {
  padding: 15px 0;
  background-color: #F4F4F4;
  text-align: center;
}

.basic-table td.-center {
  text-align: center;
}

.box-engraving .basic-table th {
  width: 154px;
}

.box-commemorative .-text {
  display: flex;
  flex-wrap: wrap;
}

.box-commemorative .-text ul li {
  padding: 20px 10px;
  border-bottom: 1px solid #999;
}

.box-commemorative .-text ul li:first-child {
  border-top: 1px solid #999;
}

.block-order-made .box-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-order-made .box-item a .text {
  text-align: center;
}

@media screen and (min-width:641px) {
  .bg-title .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .bg-title .title-wrap.-sp {
    display:  none;
  }
  .bg-title .title-wrap .-text {
    flex: 1;
  }
  .bg-title .title-wrap .title-main {
    margin-bottom: 30px;
    font-size: 55px;
    letter-spacing: 0.1em;
  }
  .bg-title .title-wrap .-image {
    margin-left: auto;
  }
  .bg-title .title-wrap p {
    font-size: 20px;
    line-height: calc(38/20);
  }
  .box-commemorative {
    align-items: center;
    margin: 60px auto 0;
    width: 1050px;
  }
  .box-commemorative .-image {
    width: 410px;
  }
  .box-commemorative .-text {
    margin-left: auto;
    width: 540px;
  }
  .box-commemorative .-text ul {
    width: 250px;
  }
  .box-commemorative .-text ul:nth-child(2n) {
    margin-left: auto;
  }
  .block-variation {
    margin-top: 50px;
  }
  .box-variation {
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 75px 0;
  }
  .box-variation .box-item.-image {
    margin-right: 100px;
    width: 240px;
  }
  .box-variation .box-item.-text {
    width: 400px;
  }
  .box-variation .box-item.-text::after {
    content: '';
    display: block;
    margin-top: 50px;
    height: 1px;
    width: 100%;
    background-color: #999;
  }
  .block-order-made .box-link .box-item .item-title {
    margin: 30px auto 10px;
  }
  .block-order-made .box-link .box-item .item-title + p {
    margin-bottom: 10px;
  }
  .block-order-made .box-link .box-item .arrow-r {
    font-weight: bold;
  }
  .block-order-made .box-link .box-item .arrow-r::after {
    margin-top: -1px;
    border-width: 2px;
    width: 8px;
    height: 8px;
  }
  .yourbrand-ordermade-fullorder .bg-title .title-wrap .-image img {
    padding: 20px;
    width: 438px;
  }
  .block-full_order {
    margin: 30px auto 40px;
  }
  .box-full_order {
    align-items: center;
    padding: 30px 60px;
  }
  .box-full_order .box-item.-image {
    margin-right: 50px;
    width: 120px;
  }
  .box-full_order .box-item.-text {
    flex: 1;
    line-height: calc(38 / 18);
    font-size: 18px;
  }
  .yourbrand-ordermade-oem .bg-title .title-wrap img {
    width: 581px;
  }
  .block-flow {
    margin-top: 50px;
  }
  .block-flow .block-wrap {
    padding: 60px 0 50px;
  }
  .block-flow .box-flow {
    position: relative;
    margin-bottom: 30px;
    padding: 45px 0 80px;
  }
  .block-flow .box-flow:last-child {
    margin-bottom: 0;
  }
  .block-flow .box-flow .num-wrap {
    position: absolute;
    top: 45px;
    left: 35px;
    line-height: 1;
    border-bottom: 1px solid #000;
  }
  .block-flow .box-flow .num-wrap::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .block-flow .box-flow:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 54px;
    background-color: #EDEDED;
    width: 10px;
    height: calc(100% - 30px);
    z-index: 1;
  }
  .block-flow .box-flow .num-wrap .num {
    font-size: 40px;
    font-weight: bold;
  }
  .block-flow .box-flow .content {
    margin: 0 auto;
    text-align: center;
  }
  .block-flow h3.title-main .title-sub {
    margin-top: 0;
    font-size: 13px;
  }
  .block-flow .text {
    margin: 20px auto 60px;
    line-height: calc(26 / 15);
  }
  .block-flow .box-flow .content .title-wrap {
    margin-bottom: 0;
  }
  .block-flow .box-flow .content .flex-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .block-flow .box-flow .content .flex-box .box-item {
    display: flex;
    flex-direction: column;
  }
  .block-flow .box-flow .content .flex-box .btn-wrap {
    margin-top: auto;
  }
  .block-flow .box-flow .content .note {
    margin: 50px auto 0;
    font-size: 15px;
    line-height: calc(30 / 15);
  }
  .block-schedule {
    margin: 40px auto 0;
  }
  .block-schedule .title-wrap {
    margin-bottom: 40px;
  }
  .block-schedule .title-wrap p {
    margin: 40px auto 0;
    font-size: 18px;
    line-height: calc(38 / 18);
  }
  .box-schedule {
    padding: 60px 90px;
  }
  .box-schedule .note {
    margin: 25px auto 0;
    font-size: 15px;
    line-height: calc(26 / 15);
  }
}

@media screen and (max-width:640px) {
  .bg-title .title-wrap {
    padding: 8vw 0;
  }
  .bg-title .title-wrap .title-main {
    margin-bottom: 8.66666666667vw;
    font-size: 7.2vw;
    letter-spacing: 0.1em;
  }
  .bg-title .title-wrap img {
    margin-bottom: 8.66666666667vw;
    width: 62.2666666667vw;
  }
  .yourbrand-ordermade-fullorder .bg-title .title-wrap img {
    width: 67.7333333333vw;
  }
  .yourbrand-ordermade-oem .bg-title .title-wrap img {
    width: 100vw;
  }
  .box-commemorative .-image {
    margin: 8vw auto;
    width: 73.3333333333vw;
  }
  .box-commemorative .-text ul {
    width: calc((100% - 5.33333333333vw) / 2);
  }
  .box-commemorative .-text ul:nth-child(2n) {
    margin-left: 5.33333333333vw;
  }
  .block-variation {
    margin-top: 6.66666666667vw;
  }
  .box-variation {
    margin-bottom: 6.66666666667vw;
    padding: 9.33333333333vw 5.33333333333vw;
  }
  .box-variation .box-item.-image {
    text-align: center;
  }
  .box-variation .box-item.-image img {
    width: 48.2666666667vw;
  }
  .box-variation .box-item.-text {
    margin-top: 8%;
  }
  .box-variation .box-item.-text::after {
    content: '';
    display: block;
    margin-top: 9.33333333333vw;
    height: 1px;
    width: 100%;
    background-color: #999;
  }
  .note p {
    font-size: 3.2vw;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
  }
  .bg-title .title-wrap p {
    font-size: 4.26666666667vw;
  }
  .box-engraving {
    margin: 0 auto;
    width: 91.7333333333vw;
  }
  .box-engraving .box-item {
    margin-bottom: 2.66666666667vw;
  }
  .block-order-made .-col3 .box-item {
    margin-bottom: 6.66666666667vw;
  }
  .block-order-made .-col3 .box-item a {
    flex-direction: row;
  }
  .block-order-made .-col3 .box-item a img {
    width: 38.6666666667vw;
  }
  .block-order-made .-col3 .box-item .text {
    flex: 1;
  }
  .block-order-made .-col3 .box-item .text .item-title {
    margin: 0 auto 1.33333333333vw;
    font-size: 4vw;
  }
  .block-order-made .-col3 .box-item .text p {
    margin: 0 auto 8vw;
    font-size: 2.93333333333vw;
  }
  .block-order-made .-col3 .box-item .text span {
    font-size: 2.93333333333vw;
  }
  .yourbrand-ordermade-fullorder .bg-title .title-wrap .-image img {
    width: 67.7333333333vw;
  }
  .box-full_order .box-item.-image {
    padding: 13.3333333333vw 0 0;
    text-align: center;
  }
  .box-full_order .box-item.-image img {
    width: 27.2vw;
  }
  .box-full_order .box-item.-text {
    padding: 9.33333333333vw;
    line-height: calc(60 / 32);
    font-size: 4.26666666667vw;
  }
  .block-flow .box-flow {
    position: relative;
    margin-bottom: 6.66666666667vw;
    padding: 6.66666666667vw 0;
  }
  .block-flow .box-flow:last-child {
    margin-bottom: 0;
  }
  .block-flow .box-flow .num-wrap {
    position: absolute;
    top: 6.66666666667vw;
    left: 2.66666666667vw;
    line-height: 1;
    border-bottom: 1px solid #000;
  }
  .block-flow .box-flow .num-wrap::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  .block-flow .box-flow:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 16vw;
    bottom: 0;
    left: 6.66666666667vw;
    background-color: #EDEDED;
    width: 1.33333333333vw;
    height: calc(100% - 5.33333333333vw);
    z-index: 1;
  }
  .block-flow .box-flow .num-wrap .num {
    font-size: 8vw;
    font-weight: bold;
  }
  .block-flow .box-flow .content {
    margin: 0 auto;
    width: 69.3333333333vw;
    text-align: center;
  }
  .block-flow h3.title-main .title-sub {
    margin-top: 0;
    font-size: 13px;
  }
  .block-flow .text {
    margin: 4.66666666667vw auto;
    font-size: 3.2vw;
  }
  .block-flow .box-flow .content .title-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .block-flow .box-flow .content .flex-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .block-flow .box-flow .content .flex-box .box-item {
    display: flex;
    flex-direction: column;
  }
  .block-flow .box-flow .content .flex-box .btn-wrap {
    margin-top: auto;
  }
  .block-flow .box-flow .content .note {
    margin: 6.66666666667vw auto 0;
    font-size: 3.2vw;
    line-height: calc(30 / 15);
  }
  .block-oem .flow-01 img {
    width: calc(418 / 750 * 100vw);
  }
  .block-oem .flow-02 img {
    width: calc(537 / 750 * 100vw);
  }
  .block-oem .flow-03 .flex-box .box-item:nth-child(1) img {
    width: calc(460 / 750 * 100vw);
  }
  .block-oem .flow-03 .flex-box .box-item:nth-child(2) img,
  .block-doublebrand .flow-03 .flex-box .box-item:nth-child(2) img {
    width: calc(300 / 750 * 100vw);
  }
  .block-oem .flow-04 img {
    width: calc(409 / 750 * 100vw);
  }
  .block-oem .flow-05 img,
  .block-doublebrand .flow-05 img {
    width: calc(384 / 750 * 100vw);
  }
  .block-oem .flow-06 img,
  .block-doublebrand .flow-06 img {
    width: calc(415 / 750 * 100vw);
  }
  .block-doublebrand .flow-01 img {
    width: calc(415 / 750 * 100vw);
  }
  .block-doublebrand .flow-02 img {
    width: calc(534 / 750 * 100vw);
  }
  .block-doublebrand .flow-03 .flex-box .box-item:nth-child(1) img {
    width: calc(520 / 750 * 100vw);
  }
  .block-doublebrand .flow-04 img {
    width: calc(409 / 750 * 100vw);
  }
  .block-flow .flow-03 .flex-box .box-item:nth-child(2) {
    margin-top: 5.33333333333vw;
  }
  .block-schedule {
    margin: 6.66666666667vw auto 0;
  }
  .block-schedule .title-main {
    font-size: 5.33333333333vw;
  }
  .block-schedule .title-wrap {
    margin-bottom: 6.66666666667vw;
    padding-bottom: 0;
  }
  .block-schedule .title-wrap p {
    margin: 6.66666666667vw auto 0;
    font-size: 3.2vw;
    line-height: calc(38 / 24);
  }
  .box-schedule {
    padding: 10.6666666667vw 13.3333333333vw 9.33333333333vw;
  }
  .box-schedule .note {
    margin: 5.33333333333vw auto 0;
    font-size: 3.2vw;
    line-height: calc(38 / 24);
  }
}

.example-detail h2 {
  font-weight: bold;
}
.example-detail h3 {
  border-bottom: 1px solid #707070;
  font-weight: bold;
}
.example-detail h4 {
  font-weight: bold;
}
.example-detail h4::before {
  content: '・';
  color: #A7A7A7;
}
.example-detail table {
  width: 100%;
  border-collapse: collapse;
}
.example-detail table th,
.example-detail table td {
  padding: 15px 0;
  border: 1px solid #E3E3E3;
}
.example-detail table th {
  background-color: #BCBCBC;
  vertical-align: middle;
}
.example-detail table td {
  text-align: center;
}
.example-detail .img-wrap.-col2 {
  display: flex;
  justify-content: center;
}
@media screen and (min-width:641px) {
  .example-detail {
    padding: 30px 0 0;
  }
  .example-detail .title-wrap {
    margin-bottom: 90px;
  }
  .example-detail .detail-title {
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
  }
  .example-detail .content {
    line-height: calc(26 / 16);
  }
  .example-detail h2 {
    margin: 0 auto 30px;
    font-size: 16px;
  }
  .example-detail h3 {
    margin: 0 auto 35px;
    padding-bottom: 5px;
    font-size: 23px;
  }
  .example-detail h4 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .example-detail figure {
    margin-bottom: 20px;
  }
  .example-detail figure:not(.-center) {
    margin-left: 0;
    margin-right: 0;
  }
  .example-detail figure.-col1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .example-detail figure.img-600 {
    width: 600px;
  }
  .example-detail figure.float-right {
    margin: 0 0 20px 40px;
    float: right;
  }
  .example-detail figcaption {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
  }
  .example-detail .content p:not(:last-child) {
    margin-bottom: 40px;
  }
  .example-detail .img-wrap.-col2 figure {
    margin-bottom: 0;
  }
  .example-detail .img-wrap.-col2 figure:not(:last-child) {
    margin-right: 30px;
  }
  .example-detail table {
    margin: 50px auto;
  }
  .example-detail table th,
  .example-detail table td {
    padding: 15px 0;
  }
  .example-detail table th {
    width: 280px;
  }
  .example-detail .content p.note {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .example-detail .brand-card {
    display: flex;
    margin-top:  60px;
  }
  .example-detail .brand-card .logo {
    margin-right: 35px;
    width: 100px;
  }
  .example-detail .brand-card .text {
    flex: 1;
    line-height: calc(29 / 16);
  }
}

@media screen and (max-width:640px) {
  .example-detail {
    padding: 0;
  }
  .example-detail .title-wrap {
    margin-bottom: 13.3333333333vw;
    padding: 0;
  }
  .example-detail .date {
    font-size: 3.73333333333vw;
  }
  .example-detail .detail-title {
    margin: 0 auto;
    font-size: 5.33333333333vw;
    font-weight: bold;
  }
  .example-detail .content {
    line-height: calc(45 / 28);
  }
  .example-detail h2 {
    margin: 0 auto 5.33333333333vw;
    font-size: 3.73333333333vw;
  }
  .example-detail h3 {
    margin-bottom: 6.66666666667vw;
    padding: 2.66666666667vw 5.33333333333vw;
    font-size: 4.8vw;
    background-color: #EDEDED;
  }
  .example-detail h4 {
    font-size: 3.73333333333vw;
  }
  .example-detail .content p:not(:last-child) {
    margin-bottom: 8vw;
    font-size: 3.73333333333vw;
  }
  .example-detail figure {
    margin: 4vw auto 9.33333333333vw;
  }
  .example-detail figcaption {
    text-align: left;
    font-size: 2.93333333333vw;
    font-weight: normal;
  }
  .example-detail .img-wrap.-col2 {
    margin-bottom: 9.33333333333vw;
  }
  .example-detail .img-wrap.-col2 figure {
    margin: 0 1.33333333333vw;
  }
  .example-detail table {
    margin: 6.66666666667vw 0;
  }
  .example-detail table th,
  .example-detail table td {
    font-size: 3.73333333333vw;
    box-sizing: border-box;
  }
  .example-detail table th {
    padding: 2.66666666667vw 1.33333333333vw;
    width: 18.6666666667vw;
  }
  .example-detail table td {
    padding: 2.66666666667vw 2vw;
  }
  .example-detail .content p.note {
    margin-bottom: 2.66666666667vw;
    font-size: 3.2vw;
  }
  .example-detail .brand-card {
    margin-top:  13.3333333333vw;
  }
  .example-detail .brand-card .logo {
    margin-bottom: 9.33333333333vw;
    text-align: center;
  }
  .example-detail .brand-card .logo img {
    width: 28.6666666667vw;
  }
  .example-detail .brand-card .text {
    font-size: 3.73333333333vw;
    line-height: calc(44 / 28);
  }
}

.model-name {
  font-weight: bold;
  text-align: center;
}
.sub-thumb .sub-title {
  font-weight: bold;
  text-align: center;
}
.model-detail .detail-title {
  font-weight: bold;
}
.detail-list {
  display: flex;
  flex-wrap: wrap;
}
.detail-list dt,
.detail-list dd {
  border-bottom: 1px solid #999;
}
.main-model-image {
  aspect-ratio: 1;
}
.thumb-item {
  border: 1px solid #f4f4f4;
}
.thumb-item:not(.is-active) {
  opacity: 0.4;
  transition: opacity 0.6s ease-out;
}
.thumb-item.is-active {
  opacity: 1;
  border-color: #000;
}
@media screen and (min-width:641px) {
  .model-name {
    margin: 0 auto 40px;
    font-size: 30px;
  }
  .model-content {
    display: flex;
  }
  .model-image {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 460px - 90px);
  }
  .main-model-image {
    width: calc(100% - 120px - 70px);
  }
  .main-model-image img {
    width: 100%;
  }
  .thumb-item {
    padding: 15px;
    transition: opacity 0.6s ease-out;
  }
  .thumb-item:hover {
    opacity: 1;
    border-color: #000;
  }
  .thumb-item img {
    cursor: pointer;
  }
  .model-thumb {
    margin-left: auto;
    width: 120px;
  }
  .sub-thumb {
    margin-left: auto;
    margin-top: 60px;
  }
  .sub-thumb .sub-title {
    font-size: 16px;
  }
  .sub-thumb .item {
    margin-bottom: 20px;
  }
  .model-detail {
    margin-left: 90px;
    width: 460px;
  }
  .model-detail .detail-title {
    font-size: 20px;
  }
  .detail-list dt,
  .detail-list dd {
    padding: 15px 0;
  }
  .detail-list dt {
    width: 180px;
  }
  .detail-list dd {
    width: calc(100% - 180px);
  }
  .model-lot {
    margin-top: 25px;
  }
  .model-lot th {
    width: 200px;
  }
  .block-lineup-detail .pager {
    display: flex;
    justify-content: center;
    margin: 80px auto 0;
  }
}

@media screen and (max-width:640px) {
  .block-lineup-detail .block-title {
    padding-bottom: 0;
  }
  .block-lineup-detail .title-wrap {
    padding-bottom: 0;
  }
  .model-name {
    margin: 1.33333333333vw auto 8vw;
  }
  .main-model-image {
    display: flex;
    justify-content: center;
    margin-bottom: 11.3333333333vw;
  }
  .model-thumb .main-thumb {
    margin-bottom: 5.33333333333vw;
    width: 26.6666666667vw;
  }
  .sub-thumb .sub-title {
    font-size: 3.2vw;
  }
  .sub-thumb .group {
    display: flex;
  }
  .sub-thumb .group .item {
    margin-right: 3.33333333333vw;
    width: calc((100% - 3.33333333333vw * 2) / 3);
  }
  .sub-thumb .group .item:nth-child(3n) {
    margin-right: 0;
  }
  .thumb-item {
    padding: 4vw;
  }
  .model-detail {
    margin-top: 13.3333333333vw;
  }
  .model-detail .detail-title {
    margin: 0 auto 1.33333333333vw;
    text-align: center;
  }
  .detail-list {
    margin-bottom: 4vw;
    border-top: 1px solid #999;
  }
  .detail-list dt,
  .detail-list dd {
    padding: 4vw 0;
  }
  .detail-list dt {
    width: 36vw;
  }
  .detail-list dd {
    width: calc(100% - 36vw);
  }
  .model-lot {
    margin-bottom: 16vw;
  }
  .model-lot th {
    width: 50%;
  }
  .block-lineup-detail .pager .btn {
    display: block;
    width: 100%;
  }
}

.archive .box-posts .box-item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.btn-more {
  cursor: pointer;
}

.btn-more.is-btn-hidden {
  display:none;
}

@media screen and (min-width:641px) {
  .block-lineup-detail {
    margin-top: 92px;
  }
}

@media screen and (max-width:640px) {
  .block-lineup-detail {
    margin-top: 12.2666666667vw;
  }
}

@media screen and (min-width:641px){
  .yourbrand-item-box .block-body.block-faq{
    margin-bottom: 100px;
  }
}</pre></body></html>