﻿@charset "UTF-8";

/* フォント指定 */
body {
  font-family:
    'Noto Sans JP',
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

/* ヘッダー上部分 */
.header_top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
}

/* ヘッダーロゴ部分 */
h1 img {
  width: 350px;
}

/* ヘッダー上　会員情報・カート */
.header_customer {
  display: flex;
  align-items: flex-end;
}

.header_customer a {
  display: flex;
  align-items: center;
  margin-right: 3em;
}

.header_customer a img {
  width: 30px;
  height: auto;
}

    .header_customer a p {
        margin-left: 5px;
        margin-right: 5px;
    }

/* グローバルナビ　pcのみ表示 */
.pc_nav {
  background-image: url(../images/header.png);
  background-size: cover;
}

.pc_nav ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 20px;
}

.pc_nav li {
  color: #fff;
  font-size: 18px;
  padding-right: 60px;
}

.pc_only {
    background-size: cover;
}

.pc_only ul {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        padding: 25px 20px;
    }

.pc_only li {
        color: #fff;
        font-size: 18px;
        padding-right: 60px;
    }

/* トピックパス */
.topicpass {
  background-color: #E6E6E6;
}

.topicpass ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 20px;
}

.topicpass li {
  font-size: 18px;
  padding-right: 30px;
}

.topicpass li+li {
  padding-left: 30px;
  border-left: 1px solid #333;
}

/* メイン　全体 */
main {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 200px;
}

h2 {
  font-size: 36px;
  margin-bottom: 35px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 25px;
}

h2:first-of-type {
  padding-top: 80px;
}

main p {
  font-size: 16px;
  line-height: 1.75;
  padding-bottom: 2em;
  margin-bottom: 50px;
}

/* フッター */
footer {
    background-color: #292e34;
    background-size: cover;
    background-position: center;
    padding: 30px 0 35px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

footer nav ul {
  display: flex;
  justify-content: center;
  padding: 0 20px 130px;
}

footer nav li {
  padding-right: 50px;
}

footer nav li:last-of-type {
  padding-right: 0;
}

/* フッターナビ　ボーダーエフェクト調整用 */
footer nav p {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

/* ボタン　共通ホバーエフェクト */
.login_icon:hover {
  background-color: #565656;
  transition: 0.2s;
  color: #fff;
}

.login_icon:hover .arrow-left {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.login_icon_submit:hover {
  background-color: #fff;
  transition: 0.2s;
  color: #000;
  border: 1px solid #000;
}

/* メニュー等　共通ホバーエフェクト */
.header_customer p:hover,
main nav a:hover {
  transition: 0.2s;
  color: #9f9f9f;
}

.topicpass a:hover {
  transition: 0.2s;
  border-bottom: 1px solid #000;
}

.pc_nav a:hover,
footer nav p:hover {
  transition: 0.2s;
  border-bottom: 1px solid #fff;
}

/* PC　クラス非表示 */
.sp_only,
.sp_background, .openbtn, #g-nav {
  display: none;
}

/* PC レイアウト調整（1100px以下） */
@media screen and (max-width: 1000px) {}

/* PC レイアウト調整（800px以下） */
@media screen and (max-width: 800px) {

  /* ヘッダー */
  .header_customer a {
    margin-right: 2em;
  }

  .header_customer a:last-of-type {
    margin-right: 0;
  }
}

/* spレイアウト（700px以下） */
@media screen and (max-width: 700px) {

  /* ヘッダー */
  .header_top {
    height: 70px;
    padding: 10px 10px 10px 20px;
  }

  header h1 {
    width: 40%;
    display: flex;
    align-items: center;
  }

  header h1 img {
    width: 100%;
  }

  .header_customer .pc_only,
  .pc_nav {
    display: none;
  }

  .header_customer {
    align-items: center;
  }

  .header_customer a {
    margin-right: 1em;
  }

  .header_customer a:last-of-type {
    margin-right: 3em;
  }

  .header_customer a img {
    width: 25px;
  }

  .header_customer a p {
    font-size: 14px;
  }

  /* ----------------ドロワーメニュー---------------- */
  .openbtn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn.active span {
    display: none
  }

  #g-nav.panelactive {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #251E1C;
    animation-name: gnaviAnime;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  #g-nav-list {
    display: none;
    position: fixed;
    z-index: 999;
    color: #fff;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav.panelactive #g-nav-list {
    display: block;
  }

  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  #g-nav-list p {
    padding: 30px 0;
    text-align: center;
  }

  #g-nav-list ul {
    margin: 0 5% 50px;
  }

  #g-nav-list ul:first-of-type li {
    border: 1px #fff solid;
  }

  #g-nav-list ul:first-of-type li a {
    padding: 20px;
  }

  #g-nav-list ul:first-of-type li:last-of-type {
    border-top: none;
  }

  #g-nav-list ul:last-of-type li {
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
  }

  #g-nav-list ul:last-of-type li a {
    padding: 30px 0 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  #g-nav-list ul:last-of-type li:last-of-type {
    border-top: none;
  }

  #g-nav-list a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
  }

  #g-nav-list p:last-of-type {
    padding: 0;
  }

  .arrow-right {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }

  .round_btn {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    /* 枠の調整 */
    border-radius: 50%;
    /* 丸みの度合い */
    background: #fff;
    /* ボタンの背景色 */
  }

  .round_btn::before, .round_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    /* 棒の幅（太さ） */
    height: 10px;
    /* 棒の高さ */
    background: #333;
    /* バツ印の色 */
  }

  .round_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .round_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* トピックパス */
  .topicpass ul {
    border-top: 5px solid #000;
    padding: 10px 20px;
  }

  /* main */
  h2 {
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  h2:first-of-type{
    padding-top: 35px;

  }

  main p {
    font-size: 14px;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  /* フッター */
  footer {
    background-image: none;
    background-color: #292e34;
    padding-top: 0;
  }

  footer nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    padding: 50px;
  }

  footer nav li {
    padding-right: 0;
    padding-bottom: 40px;
  }

  footer li:nth-of-type(odd) {
    width: 40%;
  }

  footer li:nth-of-type(even) {
    width: 50%;
  }

  footer li a {
    display: flex;
    align-items: center;
  }

  /* フッター　背景イラスト部分 */
    .sp_background {
        display: block;
        height: 100px;
        background-color: #292e34;
        background-size: cover;
        background-position: center;
    }

  /* フッター右あしらいの表示 */
  footer .sp_only {
    display: block;
    padding-left: 10px;
  }
}

/* spレイアウト（500px以下） */
@media screen and (max-width: 500px) {
  .header_top {
    height: 50px;
  }

  /* ドロワーアイコンのサイズ */
  .openbtn {
    width: 40px;
    height: 50px;
    top: 0;
    right: 5px;
  }

  .topicpass li,
  footer {
    font-size: 14px;
  }

  .topicpass li {
    padding-right: 20px;
  }

  .topicpass li+li {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header_customer a img {
    width: 20px;
  }

  .header_customer a p {
    font-size: 10px;
  }

  .header_customer a {
    margin-right: 0.5em;
  }

  main p {
    font-size: 12px;
  }

  footer nav ul {
    padding: 30px;
  }

  footer nav li:nth-of-type(odd) {
    padding-right: 10px;
  }
}

/* spレイアウト（400px以下） */
@media screen and (max-width: 400px) {

  .topicpass li,
  footer {
    font-size: 10px;
  }

  .header_customer a img {
    width: 20px;
  }

  .header_customer a p {
    font-size: 10px;
  }

  .header_customer a {
    margin-right: 0.5em;
  }

  footer nav ul {
    padding: 30px;
  }

  footer nav li:nth-of-type(odd) {
    padding-right: 10px;
  }
}
