@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Zen+Maru+Gothic:wght@300&display=swap");

/* 共通スタイル */
* {
  margin: 0;
  padding: 0;
  display: block;
  text-decoration: none;
  text-align: justify;
  line-height: 1;
  color: #383333;
  font-family: "Zen Maru Gothic", sans-serif;
}

li a {
  letter-spacing: 0.3vw;
}

h2,
h3,
p,
span {
  line-height: 2;
}

:root {
  --sub_font: "Bruno Ace", cursive;
  --emphasize: 0.3px 0px 0px rgba(56, 51, 51, 1),
    -0.3px 0px 0px rgba(56, 51, 51, 1);
}

.flex {
  display: flex;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.emphasize {
  display: inline;
}

body {
  background-color: #f4f4f4;
  /* background-image: url(../img/lines_1.png), url(../img/lines_2.png),
    url(../img/lines_3.png), url(../img/lines_4.png), url(../img/lines_5.png),
    url(../img/lines_6.png);
  background-repeat: no-repeat;
  background-size: 95vw, 85vw, 97vw, 93vw, 97vw, 97vw;
  background-position: 2vw 250vw, 1vw 400vw, 4vw 520vw, 1vw 600vw, 1vw 730vw,
    3vw 890vw; */
}

/* セクション詳細の共通設定(.about~) */
.section {
  margin: 20vw 0;
}

.section dt,
.section dd {
  font-size: 1.2vw;
  line-height: 2;
}

.section h2 {
  font-size: 1vw;
}

.section h2 span {
  font-size: 2.5vw;
}

.section .description {
  margin-top: 15vw;
}

/* メインメニュー */
.sp_menu {
  display: none;
}

.top_img_sp {
  display: none;
}

h1 {
  margin-bottom: 20%;
}

h1 a {
  font-size: 2vw;
  font-weight: bold;
  font-family: var(--sub_font);
}

.menu_left {
  width: 19vw;
  padding: 3%;
  margin-right: 0;
  background-color: #94b6b7;
}

.menu_right {
  width: 20.3vw;
  padding-top: 5%;
  padding-right: 3%;
  background-color: #d3c6cf;
}

.menu_right li:first-child a {
  background-color: #615c5c;
  color: #d3c6cf;
}

.menu_right li:first-child a:hover {
  cursor: pointer;
}

.menu_right li a {
  /* background-color: #615c5c; */
  border-radius: 0 10px 10px 0;
  /* color: #d3c6cf; */
  margin: 14% 0;
  padding: 3% 0;
  padding-left: 5%;
}

.menu_right li a span {
  color: #d3c6cf;
}

.menu_right li a span:not(.first_span) {
  color: #615c5c;
}

nav ul li a {
  font-size: 1vw;
  margin: 20% 0;
}

nav ul li a span {
  font-family: var(--sub_font);
  font-size: 1.5vw;
  line-height: 1.2;
}

/* 右メニューフォントサイズ調整 */
nav .menu_right li a span {
  font-family: var(--sub_font);
  font-size: 1vw;
  line-height: 1.2;
}

/* 追従メニュー用スタイル */
.follow {
  display: flex;
  justify-content: space-evenly;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 999;
  background: linear-gradient(
    rgba(148, 182, 183, 1),
    90%,
    rgba(148, 182, 183, 0.6)
  );
}

.follow li {
  width: 15vw;
}

.follow li a {
  margin: 5% 0 2%;
  font-weight: bold;
  line-height: 2;
}

.follow li a,
.follow li a span {
  text-align: center;
}

.fordrop {
  display: none;
}

.follow .fordrop {
  display: block;
}

/* クリエイターさん応援モデルベータ版参加者募集 */
.concept {
  background-image: url(../img/g6.png);
  background-repeat: no-repeat;
  background-size: 25vw;
  background-position: 70vw 55vw;
}

.concept p {
  font-size: 1.5vw;
  text-align: center;
  margin: 7vw 0;
}

.concept h2 {
  margin: 5vw 0;
}

.concept h2,
.concept h2 span {
  font-weight: bold;
  font-size: 3vw;
  text-align: center;
  line-height: 1.5;
}

p.highlighted {
  font-size: 2vw;
  text-align: center;
  line-height: 1.5;
  margin: 5% 0;
}

/* アパコレとは？ */
.whats {
  background-image: url(../img/about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.whats h2 {
  font-size: 2vw;
  text-align: center;
  padding-top: 5vw;
}

.whats img {
  width: 15vw;
}

.whats img:nth-child(1) {
  margin-left: 3vw;
}

.whats .sneakers {
  margin-left: 10vw;
}

.whats .description {
  padding-bottom: 5%;
}

.whats .description p {
  font-size: 1.2vw;
  padding: 1vw 0 0 5vw;
  text-align: left;
}

/* アパコレによるアイテム製作事例 */
.examples {
  margin-top: 15vw;
}

.examples h3 {
  font-size: 2vw;
  text-align: center;
}

.examples .items {
  justify-content: start;
  margin: 2vw 0;
}

.examples .items p:first-child {
  font-size: 1.5vw;
  margin-left: 18vw;
}

.examples .items p:last-child {
  font-size: 1.5vw;
  margin-left: 16.5vw;
}

.examples dl {
  width: 72vw;
  margin: 0 auto;
}

.examples dl .flex {
  margin-bottom: 5vw;
}

.examples dl .flex dd {
  width: 100%;
}

.examples dl .flex div {
  width: 50vw;
  margin-left: 5vw;
}

.examples dl .flex div dt,
.examples dl .flex div dd {
  line-height: 3;
  font-size: 1.4vw;
}

.to_insta {
  display: block;
  width: 28vw;
  margin-left: 58vw;
  margin-top: 9vw;
}

/* クリエイターさん応援モデルベータ版 参加者募集概要 */
.models {
  padding: 20vw 0 10vw;
  background-image: url(../img/g7.png);
  background-repeat: no-repeat;
  background-size: 15vw;
  background-position: 15vw 8vw;
}

.models h3,
.models h3 span {
  font-size: 2vw;
  text-align: center;
  font-weight: bold;
}

.models .application {
  margin: 3% 0 5%;
}

.models .application dt {
  font-size: 2vw;
  text-align: center;
}

.models .application dd {
  font-size: 1.6vw;
  margin-left: 33vw;
  line-height: 2;
}

.models .flex {
  width: 80vw;
  margin: 0 auto;
}

.models .flex dt {
  font-size: 1.5vw;
  text-align: center;
  line-height: 1.5;
  margin-top: 2vw;
}

.models .chart {
  width: 40vw;
  padding: 0 2vw;
}

.models .description {
  margin: 2vw;
}

.models .description dt,
.models .description dd {
  font-size: 1.2vw;
  text-align: left;
}

/* About アパコレの特徴 */
.about {
  background-image: url(../img/g1.png);
  background-repeat: no-repeat;
  background-size: 25vw;
  background-position: 20vw 0;
}

.about h2 {
  margin-left: 10vw;
}

.about .description {
  width: 40vw;
  margin-left: 47vw;
}

.about .slick-list {
  width: 40vw;
}

.about .flex {
  justify-content: center;
}

.about .flex dd:nth-child(2) {
  margin-left: 7vw;
}

.about .slider {
  margin-top: 5%;
}

/* アパコレの品質 */
.quality {
  background-image: url(../img/g3.png);
  background-repeat: no-repeat;
  background-size: 27vw;
  background-position: 50vw 0vw;
}

.quality h2 {
  margin-right: 10vw;
}

.quality h2,
.quality h2 span {
  text-align: right;
}

.quality .flex {
  justify-content: flex-end;
}

.quality dl div {
  width: 35vw;
  margin-right: 10vw;
}

.quality dl div img {
  width: 40vw;
}

.quality .description dd {
  margin-bottom: 5vw;
}

/* 充実のサポート */
.services {
  background-image: url(../img/g7.png);
  background-repeat: no-repeat;
  background-size: 70vw;
  background-position: -20vw 10vw;
}

.services h2 {
  margin-left: 10vw;
}

.services .flex {
  justify-content: space-between;
  margin-left: 10vw;
  margin-right: 10vw;
}

.services dl div {
  width: 35vw;
}

.services dl div dd {
  margin-bottom: 5vw;
}

.services dl div img {
  padding-top: 25vw;
  width: 80%;
}

/* アイテムを作る */

.design {
  background-image: url(../img/g2.png), url(../img/g5.png), url(../img/g4.png);
  background-repeat: no-repeat;
  background-size: 90vw, 43vw, 55vw;
  background-position: -35vw 20vw, 55vw 16vw, 38vw 52vw;
  padding-bottom: 30vw;
}

.design h2,
.design h2 span {
  text-align: center;
}

.design h3 {
  width: 40vw;
  margin: 0 auto 10%;
}

.design .flex {
  justify-content: space-evenly;
  width: 80vw;
  margin: 0 auto;
  flex-wrap: wrap;
}

.design .flex img {
  width: 20vw;
}

.design .flex a {
  margin: 3vw 2vw;
}

/* お問い合わせ */
.contact h2,
.contact h2 span {
  text-align: center;
}

.contact .button {
  width: 50vw;
  max-width: 400px;
  margin: 10% auto;
}

/* フッター */
footer img {
  width: 30vw;
  max-width: 200px;
  margin: 0 auto;
}

footer small {
  font-size: 1.2vw;
}

@media screen and (max-width: 768px) {
  * {
    font-weight: bold;
    line-height: 1.5;
  }

  .pc_menu {
    display: none;
  }

  .sp_menu {
    display: block;
  }

  .top_img_sp {
    display: block;
  }

  body {
    background-image: none;
    position: relative;
  }

  main {
    padding-top: 140vw;
  }

  .emphasize {
    text-shadow: var(--emphasize);
  }

  /* ハンバーガーメニュー */

  body {
    position: relative;
  }
  header {
    position: sticky;
    top: 4vw;
    z-index: 999;
  }

  nav ul li a {
    margin: 0;
  }

  .drawer-caret {
    display: inline;
  }

  /* ヒーローイメージ */
  .top_img_sp {
    position: absolute;
    width: 100%;
    top: 0;
  }

  .slick-list {
    width: 100%;
  }

  /* ハンバーガーメニュー */
  .drawer-menu-item p,
  .drawer-menu-item span {
    font-size: 16px;
    color: #383333;
  }

  /* クリエイターさん応援モデルベータ版参加者募集 */
  .concept {
    background-size: 40vw;
    background-position: 80vw 72vw;
    margin-bottom: 20vw;
  }

  .concept p {
    font-size: 3.3vw;
    margin: 10vw auto;
  }

  .concept h2 {
    margin-bottom: 14vw;
  }

  .concept h2,
  .concept h2 span {
    font-size: 5vw;
    text-shadow: var(--emphasize);
  }

  p.highlighted {
    font-size: 4.2vw;
  }

  /* アパコレとは？ */
  .whats {
    position: relative;
    background-image: url(../img/about_bg_sp.png);
    background-size: cover;
  }

  .whats h2 {
    font-size: 4.5vw;
  }

  .whats img {
    width: 30vw;
    margin-top: 5vw;
  }

  .whats img:nth-child(1) {
    margin-left: 12vw;
  }

  .whats img:nth-child(2) {
    margin-left: 3vw;
  }

  .whats .sneakers {
    position: absolute;
    display: block;
    top: 55vw;
    left: 40vw;
  }

  .whats .flex {
    display: block;
  }

  .whats .description {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }

  .whats .description p {
    font-size: 4vw;
    text-align: center;
    padding: 0;
    margin: 3vw auto;
  }

  /* アパコレによるアイテム製作事例 */
  .examples h3 {
    font-size: 4.8vw;
  }

  .examples .items {
    justify-content: center;
  }

  .examples .items p:first-child {
    margin-left: 3vw;
    font-size: 3vw;
  }

  .examples .items p:last-child {
    margin-left: 29vw;
    font-size: 3vw;
  }

  .examples dl .flex {
    display: block;
    margin-bottom: 18vw;
  }

  .examples dl .flex div {
    width: 72vw;
    margin: 2vw 0 10vw;
  }

  .examples dl .flex div dt,
  .examples dl .flex div dd {
    font-size: 4vw;
    line-height: 2;
  }

  .to_insta {
    width: 80vw;
    margin: 9vw auto;
  }

  /* クリエイターさん応援モデルベータ版　参加者募集概要 */
  .models {
    background-size: 20vw;
    background-position: 10vw 28vw;
  }

  .models h3,
  .models h3 span {
    font-size: 4.5vw;
    text-shadow: var(--emphasize);
  }

  .models .application {
    margin: 5vw 0;
  }
  .models .application dt {
    font-size: 4vw;
    text-align: center;
  }

  .models .application dd {
    font-size: 3.8vw;
    margin-left: 10vw;
    line-height: 2;
  }

  .models .flex {
    display: block;
  }

  .models .flex dt {
    margin: 20vw 0 2vw;
    font-size: 3.3vw;
  }

  .models .chart {
    width: 100%;
    padding: 0;
  }

  .models .description {
    margin: 1vw 0 5vw;
  }

  .models .description dt,
  .models .description dd {
    font-size: 3vw;
    margin: 0;
  }

  .models .description dd {
    margin-bottom: 2vw;
  }

  /* 各セクション共通設定 */
  .section {
    margin: 20vw 0 40vw;
  }

  .section h2 {
    font-size: 3vw;
  }

  .section h2 span {
    font-size: 6vw;
  }

  .section dt,
  .section dd {
    font-size: 4.2vw;
    line-height: 2;
  }

  /* About アパコレの特徴 */
  .about {
    background-size: 25vw;
    background-position: 4vw 4vw;
  }

  .about h2,
  .about h2 span {
    margin-left: 0;
    text-align: center;
  }
  .about .description {
    width: 70vw;
    margin: 15vw auto 0;
  }

  .about .slick-list {
    width: 100%;
  }

  .about .flex dd {
    font-size: 2.5vw;
  }

  .about .flex dd:nth-child(2) {
    margin-left: 11vw;
  }

  /* Quality アパコレの品質 */
  .quality h2 {
    margin-right: 0;
  }

  .quality h2,
  .quality h2 span {
    text-align: center;
  }

  .quality .flex {
    display: block;
  }

  .quality dl div {
    width: 70vw;
    margin: 0 auto;
  }

  .quality dl div img {
    width: 55vw;
    margin: 0 auto;
  }

  /* Services 充実のサポート */
  .services h2 {
    margin-left: 0;
    text-align: center;
  }

  .services h2 span {
    text-align: center;
  }

  .services .flex {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .services dl div {
    width: 70vw;
    margin: 2vw auto;
  }

  .services dl div img {
    padding-top: 0;
    width: 80%;
    margin: 0 auto;
  }

  /* Design デザインを作る */
  .design {
    padding-bottom: 0vw;
    background-size: 90vw, 42vw, 55vw;
    background-position: -29vw 38vw, 60vw 40vw, 38vw 88vw;
  }

  .design .flex img {
    width: 30vw;
  }

  .design h3 {
    width: 70vw;
    margin: 0 auto 10%;
  }

  /* お問い合わせ */
  .contact .button {
    width: 70vw;
  }
}

@media screen and (min-width: 1068px) {
  .follow li a {
    font-size: 11px;
  }

  .follow li a span {
    font-size: 15px;
  }
}

/* 
box-shadow generator: https://hiroyuki-n.github.io/boxShadow_generator/
text-shadow generator: https://css-generator.net/text-shadow/
gradient generator: https://cssgradient.io/
border css generator: https://cssgenerator.org/border-css-generator.html
*/
