@charset "UTF-8";
/*!
【記述ルール】
p-header-****__****--****
 -****  セクション的要素
 __**** ブロック・インライン的要素の名称
 --**** 修飾的要素の名称
 例）p-top-content01__list--bold

 注意：1クラスに記述するブロック・インライン的要素は必要以上多くならないように注意する
*/
/* =========================================================
flex - flex関連の指定
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900,900i");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/* =========================================================
shadow - シャドウ
デフォルトでは色が濃い目なので使う際に調整してください。
========================================================= */
/* =========================================================
other - その他
========================================================= */
/* =========================================================
color - 色の設定
========================================================= */
/* =========================================================
font - font-familyの設定など
========================================================= */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/* =========================================================
typography - テキスト関連の設定
========================================================= */
/* line 106, ../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
/* line 5, ../sass/foundation/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 26, ../sass/foundation/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 30, ../sass/foundation/_reset.scss */
body {
  line-height: 1;
}

/* line 33, ../sass/foundation/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 36, ../sass/foundation/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 39, ../sass/foundation/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, ../sass/foundation/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 49, ../sass/foundation/_reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
/* line 5, ../sass/foundation/_base.scss */
body {
  overflow-x: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #000000;
  font-family: "Noto Sans Japanese", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 980px) {
  /* line 5, ../sass/foundation/_base.scss */
  body {
    overflow-x: hidden !important;
  }
}

/* line 22, ../sass/foundation/_base.scss */
a {
  cursor: pointer;
  text-decoration: none;
  transition: .4s;
  line-height: 1;
}
/* line 28, ../sass/foundation/_base.scss */
a:hover {
  color: inherit;
}

/* line 33, ../sass/foundation/_base.scss */
p {
  color: #000000;
}

/* line 37, ../sass/foundation/_base.scss */
img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}

/* line 44, ../sass/foundation/_base.scss */
.pc-show {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 44, ../sass/foundation/_base.scss */
  .pc-show {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  /* line 51, ../sass/foundation/_base.scss */
  .sp-show {
    display: none;
  }
}

/* line 58, ../sass/foundation/_base.scss */
.pc-show-inline {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 58, ../sass/foundation/_base.scss */
  .pc-show-inline {
    display: inline-block;
  }
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
/* line 4, ../sass/layout/_container.scss */
.l-container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  /* line 4, ../sass/layout/_container.scss */
  .l-container {
    max-width: 1250px;
  }
}

/* =========================================================
main - メイン
========================================================= */
/* line 5, ../sass/layout/_main.scss */
.l-main {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (min-width: 980px) {
  /* line 5, ../sass/layout/_main.scss */
  .l-main {
    padding-bottom: 100px;
  }
}

/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/* line 8, ../sass/object/component/_title.scss */
.c-basic-h2 {
  border-bottom: 3px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  /* line 8, ../sass/object/component/_title.scss */
  .c-basic-h2 {
    margin-bottom: 30px;
  }
}
/* line 15, ../sass/object/component/_title.scss */
.c-basic-h2 .main {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: calc(45 * (100vw / 750));
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  /* line 15, ../sass/object/component/_title.scss */
  .c-basic-h2 .main {
    display: inline-block;
    vertical-align: middle;
    font-size: calc(35 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 15, ../sass/object/component/_title.scss */
  .c-basic-h2 .main {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* line 30, ../sass/object/component/_title.scss */
.c-basic-h2 .sub {
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  font-size: calc(22 * (100vw / 750));
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 30, ../sass/object/component/_title.scss */
  .c-basic-h2 .sub {
    font-size: calc(20 * (100vw / 750));
    padding-left: 10px;
  }
}
@media screen and (min-width: 980px) {
  /* line 30, ../sass/object/component/_title.scss */
  .c-basic-h2 .sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 45, ../sass/object/component/_title.scss */
.c-basic-h2.center {
  border: none;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 50px;
}
/* line 50, ../sass/object/component/_title.scss */
.c-basic-h2.center .main {
  display: block;
}
/* line 53, ../sass/object/component/_title.scss */
.c-basic-h2.center .sub {
  display: block;
  padding: 0;
}

/* line 60, ../sass/object/component/_title.scss */
.c-basic-h3 {
  color: #80C6C4;
  font-size: 32px;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
/* line 67, ../sass/object/component/_title.scss */
.c-basic-h3 span {
  color: #AA8E76;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Sans Japanese", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  position: relative;
}
/* line 76, ../sass/object/component/_title.scss */
.c-basic-h3 span::before {
  background-color: #80C6C4;
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
/* line 9, ../sass/object/component/_txt.scss */
.c-basic-txt,
.c-error-message {
  color: #555555;
  word-wrap: break-word;
  line-height: 1.8;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 980px) {
  /* line 9, ../sass/object/component/_txt.scss */
  .c-basic-txt,
  .c-error-message {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
/* line 20, ../sass/object/component/_txt.scss */
.c-basic-txt:last-of-type,
.c-error-message:last-of-type {
  margin-bottom: 0;
}
/* line 23, ../sass/object/component/_txt.scss */
.c-basic-txt strong,
.c-error-message strong {
  font-weight: bold;
}
/* line 27, ../sass/object/component/_txt.scss */
.c-basic-txt li,
.c-error-message li {
  display: block;
  text-indent: -1.3rem;
  padding-left: 1rem;
  margin-bottom: 5px;
}
/* line 32, ../sass/object/component/_txt.scss */
.c-basic-txt li:before,
.c-error-message li:before {
  content: "・";
  color: #218541;
}

/* line 39, ../sass/object/component/_txt.scss */
.c-small-txt {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 3px;
  margin-bottom: 0.18rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 980px) {
  /* line 39, ../sass/object/component/_txt.scss */
  .c-small-txt {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
/* line 47, ../sass/object/component/_txt.scss */
.c-small-txt:last-of-type {
  margin-bottom: 0;
}

/* line 52, ../sass/object/component/_txt.scss */
.c-error-message {
  display: inline-block;
  color: #e74c3c;
  margin-top: .5rem;
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
/* line 10, ../sass/object/component/_button.scss */
.c-basic-btn a {
  background-color: #000000;
  color: #fff;
  display: block;
  padding: 25px 10px;
  position: relative;
  max-width: 330px;
  margin: 0 auto;
  text-align: center;
}
/* line 19, ../sass/object/component/_button.scss */
.c-basic-btn a:hover {
  opacity: .7;
}
/* line 22, ../sass/object/component/_button.scss */
.c-basic-btn a::before {
  content: '';
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #ffffff;
  position: absolute;
  top: 5px;
  left: 5px;
}
/* line 32, ../sass/object/component/_button.scss */
.c-basic-btn a .in {
  background: url(../images/common/icon-right.svg) no-repeat center right 20px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
}

/*popup*/
/* line 49, ../sass/object/component/_button.scss */
.c-btn-popup .c-btn-popup--open {
  cursor: pointer;
}
/* line 51, ../sass/object/component/_button.scss */
.c-btn-popup .c-btn-popup--open:hover {
  opacity: 0.7;
}

/* line 55, ../sass/object/component/_button.scss */
.c-btn-popup .c-btn-popup--overlay,
.c-btn-popup--close-overlay {
  display: none;
}

/* line 59, ../sass/object/component/_button.scss */
.c-btn-popup input {
  display: none;
}

/* line 62, ../sass/object/component/_button.scss */
.c-btn-popup input:checked ~ .c-btn-popup--overlay {
  display: block;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
}

/* line 69, ../sass/object/component/_button.scss */
.c-btn-popup input:checked ~ .c-btn-popup--close-overlay {
  display: block;
  background-color: #00000070;
  cursor: pointer;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99998;
}

/* line 81, ../sass/object/component/_button.scss */
.c-btn-popup .c-btn-popup--window {
  width: 90%;
  max-width: 720px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 90, ../sass/object/component/_button.scss */
.c-btn-popup .c-btn-popup--close {
  background: #000000;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  padding: 11px;
}

/*アコーディオン===========*/
/* line 106, ../sass/object/component/_button.scss */
.c-btn-accordion--label {
  position: relative;
  display: block;
  transition: .3s;
  cursor: pointer;
}
/* line 31, ../sass/core/mixin/_other.scss */
.c-btn-accordion--label:hover {
  opacity: .7;
}
/* line 112, ../sass/object/component/_button.scss */
.c-btn-accordion--input {
  display: none;
}
/* line 115, ../sass/object/component/_button.scss */
.c-btn-accordion--input:checked ~ .c-btn-accordion--contents {
  opacity: 1;
  overflow: inherit;
  line-height: 1;
  height: auto;
}
/* line 124, ../sass/object/component/_button.scss */
.c-btn-accordion--contents {
  position: relative;
  transition: line-height 0.4s ease-out 0s, padding 0.4s ease-out 0s, opacity 0.6s 0.3s;
  opacity: 0;
  overflow: hidden;
  line-height: 0;
  height: 0;
}

/*アコーディオン===========*/
/* line 135, ../sass/object/component/_button.scss */
.c-btn-more {
  position: relative;
}
/* line 138, ../sass/object/component/_button.scss */
.c-btn-more--label {
  display: block;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  height: 60px;
  position: absolute;
  top: 50px;
  left: calc(50% - 100px);
  width: 200px;
  z-index: 100;
  transition: .3s;
  cursor: pointer;
}
/* line 31, ../sass/core/mixin/_other.scss */
.c-btn-more--label:hover {
  opacity: .7;
}
/* line 150, ../sass/object/component/_button.scss */
.c-btn-more--label::before, .c-btn-more--label::after {
  background: #000000;
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 30px;
}
/* line 160, ../sass/object/component/_button.scss */
.c-btn-more--label::before {
  transform: rotate(330deg);
  left: calc(50% - 7px);
}
/* line 164, ../sass/object/component/_button.scss */
.c-btn-more--label::after {
  transform: rotate(30deg);
  right: calc(50% - 6px);
}
/* line 170, ../sass/object/component/_button.scss */
.c-btn-more--input {
  display: none;
}
/* line 173, ../sass/object/component/_button.scss */
.c-btn-more--input:checked ~ .c-btn-more--label {
  top: auto;
  bottom: 0;
}
/* line 176, ../sass/object/component/_button.scss */
.c-btn-more--input:checked ~ .c-btn-more--label::before {
  transform: rotate(208deg);
}
/* line 179, ../sass/object/component/_button.scss */
.c-btn-more--input:checked ~ .c-btn-more--label::after {
  transform: rotate(152deg);
}
/* line 182, ../sass/object/component/_button.scss */
.c-btn-more--input:checked ~ .c-btn-more--label .in {
  display: none;
}
/* line 186, ../sass/object/component/_button.scss */
.c-btn-more--input:checked ~ .c-btn-more--contents {
  overflow: inherit;
  height: auto;
  padding-bottom: 50px;
}
/* line 190, ../sass/object/component/_button.scss */
.c-btn-more--input:checked ~ .c-btn-more--contents::before {
  content: none;
}
/* line 197, ../sass/object/component/_button.scss */
.c-btn-more--contents {
  position: relative;
  transition: line-height 0.4s ease-out 0s, padding 0.4s ease-out 0s, opacity 0.6s 0.3s;
  overflow: hidden;
  height: 100px;
}
/* line 202, ../sass/object/component/_button.scss */
.c-btn-more--contents::before {
  content: '';
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 50;
}

/* =========================================================
txtarea - テキストエリア
========================================================= */
/* line 5, ../sass/object/component/_txtarea.scss */
.c-txtarea {
  resize: none;
  width: 100%;
  height: 10rem;
  padding: .5rem;
  border: 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #fafafa;
  font-size: 16px;
  font-size: 1rem;
  color: #555555;
  font-family: "Noto Sans Japanese", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* line 18, ../sass/object/component/_txtarea.scss */
.c-txtarea::placeholder {
  color: #cccccc;
}
/* line 22, ../sass/object/component/_txtarea.scss */
.c-txtarea.is-entered {
  background-color: #ffffff;
}

/* =========================================================
drawer - ドロワーのスタイルなど
========================================================= */
/* line 4, ../sass/object/component/_drawer.scss */
.c-drawer {
  display: block;
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 980px) {
  /* line 4, ../sass/object/component/_drawer.scss */
  .c-drawer {
    display: none;
  }
}
/* line 13, ../sass/object/component/_drawer.scss */
.c-drawer .drawer-toggle {
  background-color: #C01920;
  display: block;
}
@media screen and (min-width: 980px) {
  /* line 13, ../sass/object/component/_drawer.scss */
  .c-drawer .drawer-toggle {
    display: none;
  }
}
/* line 22, ../sass/object/component/_drawer.scss */
.c-drawer-nav {
  overflow: scroll;
}
/* line 26, ../sass/object/component/_drawer.scss */
.c-drawer-label {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
}
/* line 35, ../sass/object/component/_drawer.scss */
.c-drawer-label::before {
  content: 'menu';
}
/* line 40, ../sass/object/component/_drawer.scss */
.c-drawer-wrap {
  background: #eeeeee;
  padding: 20px;
}
/* line 45, ../sass/object/component/_drawer.scss */
.c-drawer-info {
  padding-top: 30px;
}
/* line 47, ../sass/object/component/_drawer.scss */
.c-drawer-info--sns {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 53, ../sass/object/component/_drawer.scss */
.c-drawer-info--sns .item a {
  background: #000000;
  border-left: 1px solid #ffffff;
  color: #000000;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: .3s;
  height: 38px;
  width: 38px;
}
/* line 64, ../sass/object/component/_drawer.scss */
.c-drawer-info--sns .item a:hover {
  background-color: #959595;
}
/* line 67, ../sass/object/component/_drawer.scss */
.c-drawer-info--sns .item a img {
  width: 19px;
  height: 19px;
}
/* line 75, ../sass/object/component/_drawer.scss */
.c-drawer-info--nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 77, ../sass/object/component/_drawer.scss */
.c-drawer-info--nav .item {
  border-left: 1px solid #000000;
  padding-left: 15px;
  margin-left: 20px;
}
/* line 81, ../sass/object/component/_drawer.scss */
.c-drawer-info--nav .item:first-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 86, ../sass/object/component/_drawer.scss */
.c-drawer-info--nav .item a {
  background: url(../images/common/icon-login.svg) no-repeat center left;
  background-size: 15px 15px;
  border-radius: 5px;
  color: #000000;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 5px;
  padding-left: 20px;
  transition: .3s;
}
/* line 96, ../sass/object/component/_drawer.scss */
.c-drawer-info--nav .item a.member {
  background-image: url(../images/common/icon-new.svg);
}
/* line 99, ../sass/object/component/_drawer.scss */
.c-drawer-info--nav .item a:hover {
  background-color: #ededed;
}
/* line 107, ../sass/object/component/_drawer.scss */
.c-drawer-head {
  padding-top: 10px;
}
/* line 109, ../sass/object/component/_drawer.scss */
.c-drawer-head--text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
}
/* line 113, ../sass/object/component/_drawer.scss */
.c-drawer-head--logo {
  padding: 5px 0;
}
/* line 115, ../sass/object/component/_drawer.scss */
.c-drawer-head--logo a {
  display: inline-block;
  max-width: 250px;
}
/* line 118, ../sass/object/component/_drawer.scss */
.c-drawer-head--logo a img {
  display: block;
  width: 100%;
}
/* line 124, ../sass/object/component/_drawer.scss */
.c-drawer-head--copy {
  font-size: 10px;
  font-size: 0.625rem;
}
/* line 133, ../sass/object/component/_drawer.scss */
.c-drawer-nav-main--item {
  margin-bottom: 5px;
}
/* line 138, ../sass/object/component/_drawer.scss */
.c-drawer-nav-main--box input:checked ~ label.c-drawer-nav-main--label {
  background-image: url(../images/common/icon_up_black.svg);
}
/* line 141, ../sass/object/component/_drawer.scss */
.c-drawer-nav-main--box input:checked ~ .c-btn-accordion--contents {
  background: #E5E5E5;
  padding: 0 15px 15px;
}
/* line 149, ../sass/object/component/_drawer.scss */
.c-drawer-nav-main--box > a {
  background: url(../images/common/icon_right_black.svg) no-repeat center left 10px;
  background-size: 12px 12px;
  background-color: #ffffff;
  border: none;
  padding: 15px 15px 15px 30px;
}
/* line 157, ../sass/object/component/_drawer.scss */
.c-drawer-nav-main--label {
  display: block;
  background: url(../images/common/icon_bown_black.svg) no-repeat center left 10px;
  background-size: 12px 12px;
  background-color: #D1D1D1;
  border: 10px solid #E5E5E5;
  padding: 10px 10px 10px 35px;
}
/* line 165, ../sass/object/component/_drawer.scss */
.c-drawer-nav-main--btn {
  color: #000000;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  width: 100%;
}
/* line 171, ../sass/object/component/_drawer.scss */
.c-drawer-nav-main--btn.shop {
  margin-bottom: 5px;
}
/* line 173, ../sass/object/component/_drawer.scss */
.c-drawer-nav-main--btn.shop a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  background: #C01920;
  color: #ffffff;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
}
/* line 184, ../sass/object/component/_drawer.scss */
.c-drawer-nav-main--btn.contact {
  margin-bottom: 10px;
}
/* line 186, ../sass/object/component/_drawer.scss */
.c-drawer-nav-main--btn.contact a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
}
/* line 203, ../sass/object/component/_drawer.scss */
.c-drawer-sub--container {
  background: #ffffff;
  padding: 10px 10px 0;
}
/* line 206, ../sass/object/component/_drawer.scss */
.c-drawer-sub--container:last-of-type {
  padding: 10px;
}
/* line 210, ../sass/object/component/_drawer.scss */
.c-drawer-sub--ttl {
  background: #D1D1D1;
  color: #000000;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  width: 100%;
}
/* line 220, ../sass/object/component/_drawer.scss */
.c-drawer-sub--link {
  background: url(../images/common/icon_right_black.svg) no-repeat center left;
  background-size: 12px 12px;
  padding: 10px 10px 10px 20px;
  margin-left: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000000;
  display: block;
  font-weight: bold;
  width: calc(100% - 20px);
}
/* line 233, ../sass/object/component/_drawer.scss */
.c-drawer-nav-sub {
  padding: 20px 0;
}
/* line 238, ../sass/object/component/_drawer.scss */
.c-drawer-nav-sub--btn {
  background: url(../images/common/icon-right-black.svg) no-repeat center left;
  background-size: 10px 10px;
  color: #000000;
  display: block;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px;
  padding-left: 20px;
}
/* line 250, ../sass/object/component/_drawer.scss */
.c-drawer-contact {
  background: #ffffff;
  padding: 20px 10px;
  text-align: center;
}
/* line 256, ../sass/object/component/_drawer.scss */
.c-drawer-contact-m .ttl {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding-bottom: 10px;
}
/* line 262, ../sass/object/component/_drawer.scss */
.c-drawer-contact-m .data a {
  display: inline-block;
}
/* line 271, ../sass/object/component/_drawer.scss */
.c-drawer-contact-center {
  background: #ededed;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}
/* line 276, ../sass/object/component/_drawer.scss */
.c-drawer-contact-center .ttl {
  border: 1px solid #000000;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 3px 5px;
}
/* line 282, ../sass/object/component/_drawer.scss */
.c-drawer-contact-center .data {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 5px;
}
/* line 290, ../sass/object/component/_drawer.scss */
.c-drawer-bnr {
  padding: 20px 0;
  text-align: center;
}

/* line 297, ../sass/object/component/_drawer.scss */
.drawer-nav {
  width: 85vw;
  width: -webkit-calc(100vw - 56px);
  width: calc(100vw - 56px);
}

/* line 303, ../sass/object/component/_drawer.scss */
.drawer--right .drawer-nav {
  background-color: rgba(60, 60, 60, 0.9);
  right: -85vw;
  right: -webkit-calc(-100vw + 56px);
  right: calc(-100vw + 56px);
}

/* line 310, ../sass/object/component/_drawer.scss */
.drawer--right.drawer-open .drawer-hamburger {
  background-color: #fff;
  right: 85vw;
  right: -webkit-calc(100vw - 56px);
  right: calc(100vw - 56px);
}

/* line 317, ../sass/object/component/_drawer.scss */
.drawer-hamburger {
  padding: 17px 0.75rem 29px;
  top: -2px;
}

/* line 322, ../sass/object/component/_drawer.scss */
.drawer-hamburger-icon {
  margin: 10px 10%;
  height: 0;
  width: 80%;
}

/* line 328, ../sass/object/component/_drawer.scss */
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff;
}

/* line 334, ../sass/object/component/_drawer.scss */
.drawer-hamburger-icon:after {
  top: 0;
}

/* line 338, ../sass/object/component/_drawer.scss */
.drawer-open .c-drawer-label {
  color: #C01920;
  bottom: 6px;
}

/* line 343, ../sass/object/component/_drawer.scss */
.drawer-open .c-drawer-label::before {
  content: 'close';
}

/* line 347, ../sass/object/component/_drawer.scss */
.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  background-color: #C01920;
}

/* line 353, ../sass/object/component/_drawer.scss */
.slick-next {
  right: -20px;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
/* line 5, ../sass/object/component/_pagenation.scss */
.c-pagenation {
  display: block;
  padding: 30px 0;
  width: 100%;
}
/* line 10, ../sass/object/component/_pagenation.scss */
.c-pagenation__num,
.c-pagenation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 16, ../sass/object/component/_pagenation.scss */
.c-pagenation__link {
  display: inline-block;
}
/* line 19, ../sass/object/component/_pagenation.scss */
.c-pagenation .page-numbers {
  display: inline-block;
  font-weight: bold;
  background: #ffffff;
  border: 1px solid #000000;
  padding: 8px 10px;
  margin: 0 3px;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1rem;
}
@media screen and (min-width: 768px) {
  /* line 19, ../sass/object/component/_pagenation.scss */
  .c-pagenation .page-numbers {
    padding: 8px 10px;
    margin: 0 5px;
  }
}
/* line 33, ../sass/object/component/_pagenation.scss */
.c-pagenation .page-numbers.current {
  background: #000000;
  color: #ffffff;
}
/* line 37, ../sass/object/component/_pagenation.scss */
.c-pagenation .page-numbers.next, .c-pagenation .page-numbers.prev {
  border: none;
  padding: 8px 3px;
}
/* line 41, ../sass/object/component/_pagenation.scss */
.c-pagenation .page-numbers.next .c-pagenation__link, .c-pagenation .page-numbers.prev .c-pagenation__link {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: calc(35 * (100vw / 750));
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 41, ../sass/object/component/_pagenation.scss */
  .c-pagenation .page-numbers.next .c-pagenation__link, .c-pagenation .page-numbers.prev .c-pagenation__link {
    font-size: calc(25 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 41, ../sass/object/component/_pagenation.scss */
  .c-pagenation .page-numbers.next .c-pagenation__link, .c-pagenation .page-numbers.prev .c-pagenation__link {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 55, ../sass/object/component/_pagenation.scss */
.c-pagenation .page-numbers.prev .c-pagenation__link:before {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 25px;
  position: absolute;
  bottom: 6px;
  left: -28px;
}
@media screen and (min-width: 768px) {
  /* line 55, ../sass/object/component/_pagenation.scss */
  .c-pagenation .page-numbers.prev .c-pagenation__link:before {
    width: 60px;
    left: -63px;
  }
}
/* line 69, ../sass/object/component/_pagenation.scss */
.c-pagenation .page-numbers.prev .c-pagenation__link:after {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: 14px;
  left: -30px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  /* line 69, ../sass/object/component/_pagenation.scss */
  .c-pagenation .page-numbers.prev .c-pagenation__link:after {
    left: -65px;
  }
}
/* line 85, ../sass/object/component/_pagenation.scss */
.c-pagenation .page-numbers.next .c-pagenation__link:before {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 25px;
  position: absolute;
  bottom: 6px;
  right: -28px;
}
@media screen and (min-width: 768px) {
  /* line 85, ../sass/object/component/_pagenation.scss */
  .c-pagenation .page-numbers.next .c-pagenation__link:before {
    width: 60px;
    right: -63px;
  }
}
/* line 99, ../sass/object/component/_pagenation.scss */
.c-pagenation .page-numbers.next .c-pagenation__link:after {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: 14px;
  right: -30px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  /* line 99, ../sass/object/component/_pagenation.scss */
  .c-pagenation .page-numbers.next .c-pagenation__link:after {
    right: -65px;
  }
}

/* =========================================================
breadcrumbs - パンくずリスト
========================================================= */
/* line 5, ../sass/object/component/_breadcrumbs.scss */
.c-breadcrumbs {
  display: none;
  padding: 20px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 5, ../sass/object/component/_breadcrumbs.scss */
  .c-breadcrumbs {
    display: block;
    padding: 25px 0 0;
  }
}
/* line 12, ../sass/object/component/_breadcrumbs.scss */
.c-breadcrumbs--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
/* line 18, ../sass/object/component/_breadcrumbs.scss */
.c-breadcrumbs--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 23, ../sass/object/component/_breadcrumbs.scss */
.c-breadcrumbs--item {
  background: url(../images/common/icon_right_black.svg) no-repeat left center;
  background-size: 10px 10px;
  color: #0b2b1b;
  padding-left: 15px;
  margin-left: 5px;
  position: relative;
}
/* line 30, ../sass/object/component/_breadcrumbs.scss */
.c-breadcrumbs--item a {
  text-decoration: underline;
  color: #0b2b1b;
}
/* line 34, ../sass/object/component/_breadcrumbs.scss */
.c-breadcrumbs--item:first-of-type {
  background: none;
  padding: 0;
  margin: 0;
}
/* line 40, ../sass/object/component/_breadcrumbs.scss */
.c-breadcrumbs--in {
  font-size: calc(24 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 40, ../sass/object/component/_breadcrumbs.scss */
  .c-breadcrumbs--in {
    font-size: calc(20 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 40, ../sass/object/component/_breadcrumbs.scss */
  .c-breadcrumbs--in {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* =========================================================
navigation - グローバルナビなど
========================================================= */
/* line 5, ../sass/object/component/_navigation.scss */
.c-nav {
  display: block;
  border-bottom: 4px solid #8B8B8B;
}
/* line 8, ../sass/object/component/_navigation.scss */
.c-nav--wrap {
  display: none;
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  /* line 8, ../sass/object/component/_navigation.scss */
  .c-nav--wrap {
    max-width: 1440px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 22, ../sass/object/component/_navigation.scss */
.c-nav--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
/* line 27, ../sass/object/component/_navigation.scss */
.c-nav--item {
  position: relative;
}
/* line 30, ../sass/object/component/_navigation.scss */
.c-nav--link {
  display: block;
  padding: 11px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 36, ../sass/object/component/_navigation.scss */
.c-nav--link::before {
  background: #c01920;
  content: none;
  height: 4px;
  width: 44px;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 22px);
  transition: .3s;
}
/* line 47, ../sass/object/component/_navigation.scss */
.c-nav--link:hover::before {
  content: '';
}
/* line 50, ../sass/object/component/_navigation.scss */
.c-nav--link:hover ~ .c-nav--sub {
  display: block;
}
/* line 54, ../sass/object/component/_navigation.scss */
.c-nav--link .in {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}
/* line 59, ../sass/object/component/_navigation.scss */
.c-nav--sub {
  display: none;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  top: 100%;
  left: calc(50% - 160px);
  transition: .3s;
  padding-top: 20px;
  width: 320px;
  z-index: 10;
}
/* line 69, ../sass/object/component/_navigation.scss */
.c-nav--sub:hover {
  display: block;
}
/* line 72, ../sass/object/component/_navigation.scss */
.c-nav--sub::before {
  content: '';
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #ffffff transparent;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 4px;
  left: calc(50% - 15px);
  z-index: 11;
}
/* line 85, ../sass/object/component/_navigation.scss */
.c-nav--sub .wrap {
  background: #ffffff;
  box-shadow: 0px 0px 15px -5px #777777;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 30px 30px 20px;
}
/* line 91, ../sass/object/component/_navigation.scss */
.c-nav--sub .ttl {
  font-weight: bold;
  padding-bottom: 15px;
}
/* line 96, ../sass/object/component/_navigation.scss */
.c-nav--sub .data-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 100, ../sass/object/component/_navigation.scss */
.c-nav--sub .data-item {
  width: 50%;
  margin-bottom: 8px;
}
/* line 104, ../sass/object/component/_navigation.scss */
.c-nav--sub .data a {
  background: url(../images/common/icon_right_black.svg) no-repeat center left;
  background-size: 10px 10px;
  color: #000000;
  display: inline-block;
  padding-left: 15px;
  transition: 0.3s;
}
/* line 111, ../sass/object/component/_navigation.scss */
.c-nav--sub .data a:hover {
  color: #777777;
}
/* line 117, ../sass/object/component/_navigation.scss */
.c-nav--pick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  width: 100%;
}
/* line 121, ../sass/object/component/_navigation.scss */
.c-nav--pick .item {
  width: 50%;
}
/* line 124, ../sass/object/component/_navigation.scss */
.c-nav--pick .link {
  background: #c01920;
  display: block;
  text-align: center;
  max-width: 240px;
  padding: 12px 20px;
  width: 100%;
}
/* line 131, ../sass/object/component/_navigation.scss */
.c-nav--pick .link .in {
  color: #ffffff;
}
/* line 134, ../sass/object/component/_navigation.scss */
.c-nav--pick .link.contact {
  background: #000000;
}

/* line 141, ../sass/object/component/_navigation.scss */
.c-nav-page {
  display: block;
  border-bottom: 4px solid #000000;
}
@media screen and (min-width: 980px) {
  /* line 141, ../sass/object/component/_navigation.scss */
  .c-nav-page {
    border-bottom: none;
  }
}
/* line 148, ../sass/object/component/_navigation.scss */
.c-nav-page--wrap {
  display: none;
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  /* line 148, ../sass/object/component/_navigation.scss */
  .c-nav-page--wrap {
    max-width: 1440px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 162, ../sass/object/component/_navigation.scss */
.c-nav-page--list {
  background: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
/* line 168, ../sass/object/component/_navigation.scss */
.c-nav-page--item {
  text-align: center;
  position: relative;
  width: 100%;
}
/* line 173, ../sass/object/component/_navigation.scss */
.c-nav-page--link {
  color: #8b8b8b;
  display: block;
  padding: 15px 10px;
  position: relative;
  width: 100%;
}
/* line 179, ../sass/object/component/_navigation.scss */
.c-nav-page--link:hover {
  color: #ffffff;
}
/* line 182, ../sass/object/component/_navigation.scss */
.c-nav-page--link::before {
  background: #000000;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  height: 2px;
}
/* line 192, ../sass/object/component/_navigation.scss */
.c-nav-page--link.active {
  color: #ffffff;
}
/* line 194, ../sass/object/component/_navigation.scss */
.c-nav-page--link.active::before {
  background: #ffffff;
}

/* =========================================================
trigger - トリガー
========================================================= */
/* line 4, ../sass/object/component/_trigger.scss */
.invisible {
  opacity: 0.0;
  transition: opacity 0.5s ease;
}

/* line 11, ../sass/object/component/_trigger.scss */
.c-trigger_delay_2 {
  animation-delay: .2s;
}
/* line 15, ../sass/object/component/_trigger.scss */
.c-trigger_delay_4 {
  animation-delay: .4s;
}
/* line 19, ../sass/object/component/_trigger.scss */
.c-trigger_delay_6 {
  animation-delay: .6s;
}
/* line 23, ../sass/object/component/_trigger.scss */
.c-trigger_delay_8 {
  animation-delay: .8s;
}
/* line 27, ../sass/object/component/_trigger.scss */
.c-trigger_delay_10 {
  animation-delay: 1s;
}
/* line 31, ../sass/object/component/_trigger.scss */
.c-trigger_delay_12 {
  animation-delay: 1.2s;
}
/* line 35, ../sass/object/component/_trigger.scss */
.c-trigger_delay_14 {
  animation-delay: 1.4s;
}
/* line 39, ../sass/object/component/_trigger.scss */
.c-trigger_delay_16 {
  animation-delay: 1.6s;
}
/* line 43, ../sass/object/component/_trigger.scss */
.c-trigger_delay_24 {
  animation-delay: 2.4s;
}
/* line 47, ../sass/object/component/_trigger.scss */
.c-trigger_duration_1 {
  --animate-duration: 1.5s;
}
/* line 51, ../sass/object/component/_trigger.scss */
.c-trigger_duration_2 {
  --animate-duration: 2s;
}
/* line 55, ../sass/object/component/_trigger.scss */
.c-trigger_duration_3 {
  --animate-duration: 3s;
}
/* line 59, ../sass/object/component/_trigger.scss */
.c-trigger_duration_4 {
  --animate-duration: 4s;
}

/* =========================================================
reveal effect - テキストエフェクト
========================================================= */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 60, ../sass/object/component/_revealeffect.scss */
.u-passing .u-passing-bar {
  display: inline-block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 67, ../sass/object/component/_revealeffect.scss */
.u-passing .u-passing-bar:before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #80C6C4;
}
/* line 79, ../sass/object/component/_revealeffect.scss */
.u-passing .u-passing-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 87, ../sass/object/component/_revealeffect.scss */
.u-passing.isActive .u-passing-time:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
/* line 94, ../sass/object/component/_revealeffect.scss */
.u-passing.isActive .u-passing-time_delay02:before {
  -webkit-animation: passing-bar 1s ease .2s 1 normal forwards;
  animation: passing-bar 1s ease .2s 1 normal forwards;
}
/* line 101, ../sass/object/component/_revealeffect.scss */
.u-passing.isActive .u-passing-time_delay04:before {
  -webkit-animation: passing-bar 1s ease .4s 1 normal forwards;
  animation: passing-bar 1s ease .4s 1 normal forwards;
}
/* line 108, ../sass/object/component/_revealeffect.scss */
.u-passing.isActive .u-passing-time_delay06:before {
  -webkit-animation: passing-bar 1s ease .6s 1 normal forwards;
  animation: passing-bar 1s ease .6s 1 normal forwards;
}
/* line 115, ../sass/object/component/_revealeffect.scss */
.u-passing.isActive .u-passing-time_delay08:before {
  -webkit-animation: passing-bar 1s ease .8s 1 normal forwards;
  animation: passing-bar 1s ease .8s 1 normal forwards;
}
/* line 122, ../sass/object/component/_revealeffect.scss */
.u-passing.isActive .u-passing-time_delay10:before {
  -webkit-animation: passing-bar 1s ease 1s 1 normal forwards;
  animation: passing-bar 1s ease 1s 1 normal forwards;
}
/* line 129, ../sass/object/component/_revealeffect.scss */
.u-passing.isActive .u-passing-time_delay12:before {
  -webkit-animation: passing-bar 1s ease 1.2s 1 normal forwards;
  animation: passing-bar 1s ease 1.2s 1 normal forwards;
}
/* line 136, ../sass/object/component/_revealeffect.scss */
.u-passing.isActive .u-passing-txt {
  -webkit-animation: passing-txt 0s ease .6s 1 normal forwards;
  animation: passing-txt 0s ease .6s 1 normal forwards;
}
/* line 143, ../sass/object/component/_revealeffect.scss */
.u-passing.isActive .u-passing-txt_delay08 {
  -webkit-animation: passing-txt 0s ease .8s 1 normal forwards;
  animation: passing-txt 0s ease .8s 1 normal forwards;
}
/* line 150, ../sass/object/component/_revealeffect.scss */
.u-passing.isActive .u-passing-txt_delay10 {
  -webkit-animation: passing-txt 0s ease 1s 1 normal forwards;
  animation: passing-txt 0s ease 1s 1 normal forwards;
}
/* line 157, ../sass/object/component/_revealeffect.scss */
.u-passing.isActive .u-passing-txt_delay12 {
  -webkit-animation: passing-txt 0s ease 1.2s 1 normal forwards;
  animation: passing-txt 0s ease 1.2s 1 normal forwards;
}
/* line 164, ../sass/object/component/_revealeffect.scss */
.u-passing.isActive .u-passing-txt_delay14 {
  -webkit-animation: passing-txt 0s ease 1.4s 1 normal forwards;
  animation: passing-txt 0s ease 1.4s 1 normal forwards;
}
/* line 171, ../sass/object/component/_revealeffect.scss */
.u-passing.isActive .u-passing-txt_delay16 {
  -webkit-animation: passing-txt 0s ease 1.6s 1 normal forwards;
  animation: passing-txt 0s ease 1.6s 1 normal forwards;
}

/* =========================================================
textline - テキストラインエフェクト
========================================================= */
/* line 6, ../sass/object/component/_textline.scss */
.c-textline-txt {
  display: inline-block;
  opacity: 0;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
}
/* line 13, ../sass/object/component/_textline.scss */
.c-textline-txt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 1rem;
  background: #e8f3ff;
  z-index: -1;
  transition: all 0.8s;
  animation-delay: .6s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  /* line 13, ../sass/object/component/_textline.scss */
  .c-textline-txt:after {
    height: 1rem;
  }
}
/* line 31, ../sass/object/component/_textline.scss */
.c-textline-txt.isActive {
  opacity: 1;
}
/* line 34, ../sass/object/component/_textline.scss */
.c-textline-txt.isActive:after {
  opacity: 1;
  width: 100%;
}
/* line 41, ../sass/object/component/_textline.scss */
.c-textline-txt-brown {
  position: relative;
  z-index: 1;
}
/* line 45, ../sass/object/component/_textline.scss */
.c-textline-txt-brown:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2rem;
  background: #F1EAE9;
  z-index: -1;
  transition: all 0.8s;
  opacity: 0;
}
/* line 60, ../sass/object/component/_textline.scss */
.c-textline-txt-brown.isActive:after {
  opacity: 1;
  width: 100%;
}

/* =========================================================
loader - プリローダー
========================================================= */
/* line 5, ../sass/object/component/_loader.scss */
#c-loader {
  background-color: #F1EAE9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}
/* line 15, ../sass/object/component/_loader.scss */
#c-loader--wrap {
  max-width: 300px;
  width: 50%;
}
/* line 20, ../sass/object/component/_loader.scss */
#c-loader .st0 {
  fill: none;
  fill-opacity: 0;
  stroke: #AA8E76;
  stroke-width: 1;
  transition: fill-opacity 1s;
}
/* line 28, ../sass/object/component/_loader.scss */
#c-loader .done .st0 {
  fill: #5F2A1D;
  fill-opacity: 1;
  stroke-width: 0;
  transition: fill-opacity 1s, stroke-width 1s;
}

/* =========================================================
pasrts - 共通パーツのクラスなど
========================================================= */
/*お取り扱いブランド*/
/* line 6, ../sass/object/project/_parts.scss */
.p-parts-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
/* line 12, ../sass/object/project/_parts.scss */
.p-parts-brand .item {
  width: 50%;
  padding: 0 10px 20px;
}
@media screen and (min-width: 768px) {
  /* line 12, ../sass/object/project/_parts.scss */
  .p-parts-brand .item {
    width: 33.3%;
  }
}
@media screen and (min-width: 980px) {
  /* line 12, ../sass/object/project/_parts.scss */
  .p-parts-brand .item {
    width: 25%;
  }
}
/* line 22, ../sass/object/project/_parts.scss */
.p-parts-brand .link {
  display: block;
}
/* line 26, ../sass/object/project/_parts.scss */
.p-parts-brand .link:hover {
  opacity: 0.7;
}
/* line 30, ../sass/object/project/_parts.scss */
.p-parts-brand .box {
  aspect-ratio: 2 / 1;
  background: #ffffff;
  border: 1px solid #ffffff;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 30, ../sass/object/project/_parts.scss */
  .p-parts-brand .box {
    aspect-ratio: 3 / 1;
  }
}
/* line 45, ../sass/object/project/_parts.scss */
.p-parts-brand .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: none;
}
/* line 57, ../sass/object/project/_parts.scss */
.p-parts-brand .text {
  background: url(../images/common/icon_right_black.svg) no-repeat center left;
  background-size: 10px 10px;
  color: #000000;
  display: block;
  font-size: calc(24 * (100vw / 750));
  margin-top: 10px;
  padding: 0 0 0 15px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  /* line 57, ../sass/object/project/_parts.scss */
  .p-parts-brand .text {
    font-size: calc(12 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 57, ../sass/object/project/_parts.scss */
  .p-parts-brand .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 73, ../sass/object/project/_parts.scss */
.p-parts-brand--btn {
  padding-top: 30px;
}
/* line 75, ../sass/object/project/_parts.scss */
.p-parts-brand--btn .popup {
  display: inline-block;
}
/* line 77, ../sass/object/project/_parts.scss */
.p-parts-brand--btn .popup .in {
  font-size: calc(25 * (100vw / 750));
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 77, ../sass/object/project/_parts.scss */
  .p-parts-brand--btn .popup .in {
    font-size: calc(18 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 77, ../sass/object/project/_parts.scss */
  .p-parts-brand--btn .popup .in {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 87, ../sass/object/project/_parts.scss */
.p-parts-brand--btn .popup .in:before {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 60px;
  position: absolute;
  bottom: 4px;
  right: -63px;
}
/* line 97, ../sass/object/project/_parts.scss */
.p-parts-brand--btn .popup .in:after {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 13px;
  position: absolute;
  bottom: 9px;
  right: -65px;
  transform: rotate(43deg);
}
/* line 111, ../sass/object/project/_parts.scss */
.p-parts-brand--popup {
  background: #ffffff;
  border: 5px solid #cccccc;
  border-radius: 10px;
  padding: 5px;
}
/* line 116, ../sass/object/project/_parts.scss */
.p-parts-brand--popup .ttl {
  background: #666666;
  color: #ffffff;
  font-weight: bold;
  font-size: calc(24 * (100vw / 750));
  margin-top: 10px;
  line-height: 1.2;
  padding: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 116, ../sass/object/project/_parts.scss */
  .p-parts-brand--popup .ttl {
    font-size: calc(12 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 116, ../sass/object/project/_parts.scss */
  .p-parts-brand--popup .ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 132, ../sass/object/project/_parts.scss */
.p-parts-brand--popup .contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 20px;
  padding: 0 10px 10px;
}
/* line 139, ../sass/object/project/_parts.scss */
.p-parts-brand--popup .link {
  background: #eeeeee;
  border-radius: 5px;
  color: #000000;
  text-decoration: underline;
  font-size: calc(24 * (100vw / 750));
  line-height: 1.2;
  text-align: center;
  transition: 0.3s;
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 139, ../sass/object/project/_parts.scss */
  .p-parts-brand--popup .link {
    font-size: calc(14 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 139, ../sass/object/project/_parts.scss */
  .p-parts-brand--popup .link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 156, ../sass/object/project/_parts.scss */
.p-parts-brand--popup .link:hover {
  opacity: 0.5;
}
/* line 162, ../sass/object/project/_parts.scss */
.p-parts-brand--table {
  background: #ffffff;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  padding: 15px;
}
/* line 167, ../sass/object/project/_parts.scss */
.p-parts-brand--table table {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  width: 100%;
}
/* line 171, ../sass/object/project/_parts.scss */
.p-parts-brand--table table tr {
  border-right: 1px solid #000000;
}
/* line 174, ../sass/object/project/_parts.scss */
.p-parts-brand--table table th, .p-parts-brand--table table td {
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: calc(24 * (100vw / 750));
  line-height: 1.2;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  /* line 174, ../sass/object/project/_parts.scss */
  .p-parts-brand--table table th, .p-parts-brand--table table td {
    font-size: calc(14 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 174, ../sass/object/project/_parts.scss */
  .p-parts-brand--table table th, .p-parts-brand--table table td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 189, ../sass/object/project/_parts.scss */
.p-parts-brand--table table th {
  background: #8b8b8b;
  border-top: none;
  color: #ffffff;
  padding-left: 20px;
  width: 40%;
}
@media screen and (min-width: 980px) {
  /* line 189, ../sass/object/project/_parts.scss */
  .p-parts-brand--table table th {
    padding-left: 20px;
  }
}
/* line 202, ../sass/object/project/_parts.scss */
.p-parts-brand--table table td a {
  color: #000000;
  text-decoration: underline;
  font-size: calc(24 * (100vw / 750));
  line-height: 1.2;
  text-align: left;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  /* line 202, ../sass/object/project/_parts.scss */
  .p-parts-brand--table table td a {
    font-size: calc(14 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 202, ../sass/object/project/_parts.scss */
  .p-parts-brand--table table td a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 215, ../sass/object/project/_parts.scss */
.p-parts-brand--table table td a:hover {
  opacity: 0.5;
}

/*買取アイテムカテゴリ*/
/* line 225, ../sass/object/project/_parts.scss */
.p-parts-category {
  padding: 50px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 225, ../sass/object/project/_parts.scss */
  .p-parts-category {
    padding: 100px 0 0;
  }
}
/* line 230, ../sass/object/project/_parts.scss */
.p-parts-category--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
/* line 237, ../sass/object/project/_parts.scss */
.p-parts-category--ttl {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 237, ../sass/object/project/_parts.scss */
  .p-parts-category--ttl {
    margin-bottom: 30px;
  }
}
/* line 243, ../sass/object/project/_parts.scss */
.p-parts-category--ttl .main {
  display: block;
  font-size: calc(45 * (100vw / 750));
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  /* line 243, ../sass/object/project/_parts.scss */
  .p-parts-category--ttl .main {
    font-size: calc(35 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 243, ../sass/object/project/_parts.scss */
  .p-parts-category--ttl .main {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* line 256, ../sass/object/project/_parts.scss */
.p-parts-category--ttl .sub {
  color: #8b8b8b;
  display: block;
  font-size: calc(22 * (100vw / 750));
  font-family: "Oswald", sans-serif;
  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  /* line 256, ../sass/object/project/_parts.scss */
  .p-parts-category--ttl .sub {
    font-size: calc(12 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 256, ../sass/object/project/_parts.scss */
  .p-parts-category--ttl .sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 272, ../sass/object/project/_parts.scss */
  .p-parts-category--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
/* line 279, ../sass/object/project/_parts.scss */
.p-parts-category--item {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 279, ../sass/object/project/_parts.scss */
  .p-parts-category--item {
    width: 50%;
    padding: 0 10px 20px;
  }
}
@media screen and (min-width: 980px) {
  /* line 279, ../sass/object/project/_parts.scss */
  .p-parts-category--item {
    width: 25%;
  }
}
@media screen and (min-width: 980px) {
  /* line 288, ../sass/object/project/_parts.scss */
  .p-parts-category--item.col2 {
    width: 50%;
  }
}
/* line 294, ../sass/object/project/_parts.scss */
.p-parts-category--box {
  border: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 20px 30% 20px 15px;
  position: relative;
  transition: .3s;
  min-height: 130px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  /* line 294, ../sass/object/project/_parts.scss */
  .p-parts-category--box {
    padding: 20px 40% 20px 15px;
  }
}
/* line 308, ../sass/object/project/_parts.scss */
.p-parts-category--box:hover {
  border-color: #cccccc;
  opacity: 0.7;
}
/* line 312, ../sass/object/project/_parts.scss */
.p-parts-category--box .ttl {
  color: #000000;
  font-weight: bold;
  font-size: calc(24 * (100vw / 750));
  margin-bottom: 10px;
  line-height: 1.2;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  /* line 312, ../sass/object/project/_parts.scss */
  .p-parts-category--box .ttl {
    font-size: calc(18 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 312, ../sass/object/project/_parts.scss */
  .p-parts-category--box .ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 327, ../sass/object/project/_parts.scss */
.p-parts-category--box .category-text {
  color: #000000;
  font-size: calc(20 * (100vw / 750));
  line-height: 1.2;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  /* line 327, ../sass/object/project/_parts.scss */
  .p-parts-category--box .category-text {
    font-size: calc(12 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 327, ../sass/object/project/_parts.scss */
  .p-parts-category--box .category-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 340, ../sass/object/project/_parts.scss */
.p-parts-category--box .photo {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
}
/* line 349, ../sass/object/project/_parts.scss */
.p-parts-category--box .photo img {
  display: inline-block;
  width: auto;
  max-height: 150px;
  height: auto;
}

/* line 360, ../sass/object/project/_parts.scss */
.p-parts-voice {
  padding: 50px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 360, ../sass/object/project/_parts.scss */
  .p-parts-voice {
    padding: 100px 0 0;
  }
}
/* line 365, ../sass/object/project/_parts.scss */
.p-parts-voice--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
/* line 371, ../sass/object/project/_parts.scss */
.p-parts-voice--contents {
  border: 1px solid #000000;
  padding: 50px 20px;
  text-align: center;
}

/* =========================================================
header - ヘッダー内のクラス
========================================================= */
/* line 4, ../sass/object/project/_header.scss */
.p-header {
  height: 58px;
}
@media screen and (min-width: 980px) {
  /* line 4, ../sass/object/project/_header.scss */
  .p-header {
    height: auto;
  }
}
/* line 9, ../sass/object/project/_header.scss */
.p-header--wrap {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  /* line 9, ../sass/object/project/_header.scss */
  .p-header--wrap {
    max-width: 1440px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 21, ../sass/object/project/_header.scss */
.p-header--head {
  padding: 5px 0;
  min-width: 200px;
}
@media screen and (min-width: 980px) {
  /* line 21, ../sass/object/project/_header.scss */
  .p-header--head {
    min-width: 310px;
  }
}
/* line 28, ../sass/object/project/_header.scss */
.p-header--text {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 28, ../sass/object/project/_header.scss */
  .p-header--text {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 36, ../sass/object/project/_header.scss */
.p-header-logo a {
  display: block;
}
/* line 38, ../sass/object/project/_header.scss */
.p-header-logo a img {
  max-width: 192px;
}
@media screen and (min-width: 980px) {
  /* line 38, ../sass/object/project/_header.scss */
  .p-header-logo a img {
    max-width: 300px;
  }
}
/* line 46, ../sass/object/project/_header.scss */
.p-header--foot {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 46, ../sass/object/project/_header.scss */
  .p-header--foot {
    display: block;
  }
}
/* line 52, ../sass/object/project/_header.scss */
.p-header--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 57, ../sass/object/project/_header.scss */
.p-header--nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 59, ../sass/object/project/_header.scss */
.p-header--nav .item {
  border-left: 1px solid #000000;
  padding-left: 25px;
  margin-left: 30px;
}
/* line 63, ../sass/object/project/_header.scss */
.p-header--nav .item:first-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 68, ../sass/object/project/_header.scss */
.p-header--nav .item a {
  background: url(../images/common/icon-login.svg) no-repeat center left;
  background-size: 20px 20px;
  border-radius: 5px;
  color: #000000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px;
  padding-left: 25px;
  transition: .3s;
}
/* line 78, ../sass/object/project/_header.scss */
.p-header--nav .item a.member {
  background-image: url(../images/common/icon-new.svg);
}
/* line 81, ../sass/object/project/_header.scss */
.p-header--nav .item a:hover {
  background-color: #ededed;
}
/* line 87, ../sass/object/project/_header.scss */
.p-header--sns {
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 91, ../sass/object/project/_header.scss */
.p-header--sns .item a {
  background: #000000;
  border-left: 1px solid #ffffff;
  color: #000000;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: .3s;
  height: 38px;
  width: 38px;
}
/* line 102, ../sass/object/project/_header.scss */
.p-header--sns .item a:hover {
  background-color: #959595;
}
/* line 105, ../sass/object/project/_header.scss */
.p-header--sns .item a img {
  width: 19px;
  height: 19px;
}
/* line 112, ../sass/object/project/_header.scss */
.p-header--contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: 10px;
}
/* line 119, ../sass/object/project/_header.scss */
.p-header--contact-m {
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  /* line 119, ../sass/object/project/_header.scss */
  .p-header--contact-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
/* line 125, ../sass/object/project/_header.scss */
.p-header--contact-m .ttl {
  font-size: 14px;
  font-size: 0.875rem;
  padding-right: 10px;
}
/* line 130, ../sass/object/project/_header.scss */
.p-header--contact-m .data a {
  transition: .3s;
}
/* line 132, ../sass/object/project/_header.scss */
.p-header--contact-m .data a:hover {
  opacity: 0.8;
}
/* line 136, ../sass/object/project/_header.scss */
.p-header--contact-m .data img {
  max-width: 190px;
}
/* line 141, ../sass/object/project/_header.scss */
.p-header--center {
  border: 1px solid #000000;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 3px 5px;
}
@media screen and (min-width: 1200px) {
  /* line 141, ../sass/object/project/_header.scss */
  .p-header--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  /* line 150, ../sass/object/project/_header.scss */
  .p-header--center .ttl {
    padding-right: 20px;
  }
}

/* =========================================================
footer - フッター内のクラス
========================================================= */
/* line 4, ../sass/object/project/_footer.scss */
.p-footer-footcontact {
  background: #f2f2f2;
  margin-top: 50px;
  padding-bottom: 50px;
}
/* line 8, ../sass/object/project/_footer.scss */
.p-footer-footcontact__h2 {
  text-align: center;
  position: relative;
  top: -25px;
}
/* line 12, ../sass/object/project/_footer.scss */
.p-footer-footcontact__h2 img {
  display: inline-block;
  width: 200px;
}
/* line 17, ../sass/object/project/_footer.scss */
.p-footer-footcontact--wrap {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (min-width: 980px) {
  /* line 17, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--wrap {
    padding: 30px 0 0;
  }
}
@media screen and (min-width: 980px) {
  /* line 26, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
/* line 32, ../sass/object/project/_footer.scss */
.p-footer-footcontact--text {
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 32, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--text {
    display: block;
    width: 50%;
  }
}
/* line 39, ../sass/object/project/_footer.scss */
.p-footer-footcontact--text .in {
  display: inline-block;
  font-size: calc(30 * (100vw / 750));
  font-weight: bold;
  line-height: 1.3;
  padding: 40px 0 20px;
  position: relative;
}
@media screen and (min-width: 980px) {
  /* line 39, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--text .in {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* line 49, ../sass/object/project/_footer.scss */
.p-footer-footcontact--text .in::before {
  content: '';
  background: url(../images/common/ttl-letscontact.png) no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  bottom: 48px;
  right: 0;
  height: 71px;
  width: 223px;
}
@media screen and (min-width: 980px) {
  /* line 49, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--text .in::before {
    height: 75px;
    width: 190px;
  }
}
/* line 65, ../sass/object/project/_footer.scss */
.p-footer-footcontact--form {
  border: 1px solid #000000;
  border-top: 4px double #000000;
  border-bottom: 4px double #000000;
  padding: 20px 10px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 65, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--form {
    padding: 30px;
    width: 50%;
  }
}
/* line 75, ../sass/object/project/_footer.scss */
.p-footer-footcontact--form--wrap {
  display: inline-block;
  text-align: left;
}
/* line 80, ../sass/object/project/_footer.scss */
.p-footer-footcontact--contact-m {
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 80, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--contact-m {
    padding-right: 15px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  /* line 80, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--contact-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
/* line 91, ../sass/object/project/_footer.scss */
.p-footer-footcontact--contact-m .data a {
  transition: .3s;
}
/* line 93, ../sass/object/project/_footer.scss */
.p-footer-footcontact--contact-m .data a:hover {
  opacity: 0.8;
}
/* line 97, ../sass/object/project/_footer.scss */
.p-footer-footcontact--contact-m .data img {
  max-width: 190px;
}
/* line 101, ../sass/object/project/_footer.scss */
.p-footer-footcontact--contact-m .text {
  font-size: calc(18 * (100vw / 750));
  padding-top: 10px;
}
@media screen and (min-width: 980px) {
  /* line 101, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--contact-m .text {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 0 0 10px;
  }
}
/* line 110, ../sass/object/project/_footer.scss */
.p-footer-footcontact--center {
  font-weight: bold;
  font-size: calc(18 * (100vw / 750));
  margin-top: 10px;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 110, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--center {
    font-size: 10px;
    font-size: 0.625rem;
    text-align: left;
    margin-top: 0;
    padding: 8px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 110, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
/* line 126, ../sass/object/project/_footer.scss */
.p-footer-footcontact--center .add {
  padding-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  /* line 126, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--center .add {
    padding-bottom: 0;
    padding-right: 20px;
  }
}
/* line 133, ../sass/object/project/_footer.scss */
.p-footer-footcontact--center .stasion {
  background: #6c6b6c;
  color: #ffffff;
  display: inline-block;
  padding: 0 30px;
}
@media screen and (min-width: 980px) {
  /* line 133, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--center .stasion {
    padding: 0 15px;
  }
}
/* line 143, ../sass/object/project/_footer.scss */
.p-footer-footcontact--btn {
  text-align: center;
  padding-top: 30px;
}
/* line 146, ../sass/object/project/_footer.scss */
.p-footer-footcontact--btn .btn {
  background: #000000;
  color: #ffffff;
  font-size: calc(30 * (100vw / 750));
  display: inline-block;
  max-width: 80%;
  padding: 20px 10px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 146, ../sass/object/project/_footer.scss */
  .p-footer-footcontact--btn .btn {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 300px;
    padding: 25px 10px;
  }
}

/* line 167, ../sass/object/project/_footer.scss */
.p-footer-pagetop--link {
  background: #000000;
  display: block;
  padding: 10px 0;
  text-align: center;
}
/* line 172, ../sass/object/project/_footer.scss */
.p-footer-pagetop--link .in {
  background: url(../images/common/icon-up.svg) no-repeat center;
  background-size: 14px 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
}
/* line 182, ../sass/object/project/_footer.scss */
.p-footer--wrap {
  width: 100%;
  padding: 0 20px 30px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  /* line 182, ../sass/object/project/_footer.scss */
  .p-footer--wrap {
    max-width: 1440px;
  }
}
/* line 192, ../sass/object/project/_footer.scss */
.p-footer--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 197, ../sass/object/project/_footer.scss */
.p-footer--nav {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 197, ../sass/object/project/_footer.scss */
  .p-footer--nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 202, ../sass/object/project/_footer.scss */
.p-footer--nav .item {
  border-left: 1px solid #000000;
  padding-left: 25px;
  margin-left: 30px;
}
/* line 206, ../sass/object/project/_footer.scss */
.p-footer--nav .item:first-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
/* line 211, ../sass/object/project/_footer.scss */
.p-footer--nav .item a {
  background: url(../images/common/icon-login.svg) no-repeat center left;
  background-size: 20px 20px;
  border-radius: 5px;
  color: #000000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px;
  padding-left: 25px;
  transition: .3s;
}
/* line 221, ../sass/object/project/_footer.scss */
.p-footer--nav .item a.member {
  background-image: url(../images/common/icon-new.svg);
}
/* line 224, ../sass/object/project/_footer.scss */
.p-footer--nav .item a:hover {
  background-color: #ededed;
}
/* line 230, ../sass/object/project/_footer.scss */
.p-footer--sns {
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 234, ../sass/object/project/_footer.scss */
.p-footer--sns .item a {
  background: #000000;
  border-left: 1px solid #ffffff;
  color: #000000;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: .3s;
  height: 38px;
  width: 38px;
}
/* line 245, ../sass/object/project/_footer.scss */
.p-footer--sns .item a:hover {
  background-color: #959595;
}
/* line 248, ../sass/object/project/_footer.scss */
.p-footer--sns .item a img {
  width: 19px;
  height: 19px;
}
@media screen and (min-width: 980px) {
  /* line 256, ../sass/object/project/_footer.scss */
  .p-footer--contents {
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
/* line 265, ../sass/object/project/_footer.scss */
.p-footer--head {
  padding: 5px 0;
}
/* line 270, ../sass/object/project/_footer.scss */
.p-footer--text {
  font-size: calc(15 * (100vw / 750));
  line-height: 1.3;
  padding-bottom: 5px;
}
@media screen and (min-width: 980px) {
  /* line 270, ../sass/object/project/_footer.scss */
  .p-footer--text {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 280, ../sass/object/project/_footer.scss */
.p-footer-logo a {
  display: block;
}
/* line 282, ../sass/object/project/_footer.scss */
.p-footer-logo a img {
  max-width: 230px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 282, ../sass/object/project/_footer.scss */
  .p-footer-logo a img {
    max-width: 300px;
  }
}
/* line 291, ../sass/object/project/_footer.scss */
.p-footer--copy {
  font-size: calc(13 * (100vw / 750));
  padding-top: 10px;
}
@media screen and (min-width: 980px) {
  /* line 291, ../sass/object/project/_footer.scss */
  .p-footer--copy {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 15px;
  }
}
/* line 300, ../sass/object/project/_footer.scss */
.p-footer-nav {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 300, ../sass/object/project/_footer.scss */
  .p-footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 306, ../sass/object/project/_footer.scss */
.p-footer-nav--item {
  width: 50%;
  padding-bottom: 10px;
}
/* line 309, ../sass/object/project/_footer.scss */
.p-footer-nav--item a {
  background: url(../images/common/icon_right_black.svg) no-repeat center left;
  background-size: 10px 10px;
  color: #000000;
  display: inline-block;
  padding-left: 15px;
  transition: 0.3s;
}
/* line 316, ../sass/object/project/_footer.scss */
.p-footer-nav--item a:hover {
  color: #777777;
}
/* line 323, ../sass/object/project/_footer.scss */
.p-footer-sub-nav {
  padding-top: 5px;
}
@media screen and (min-width: 980px) {
  /* line 323, ../sass/object/project/_footer.scss */
  .p-footer-sub-nav {
    padding: 0 0 0 10px;
    max-width: 370px;
    width: 100%;
  }
}
/* line 330, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--pick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 330, ../sass/object/project/_footer.scss */
  .p-footer-sub-nav--pick {
    max-width: 480px;
  }
}
/* line 336, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--pick .item {
  width: 50%;
}
/* line 339, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--pick .link {
  background: #00a0c1;
  display: block;
  text-align: center;
  padding: 12px 20px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 339, ../sass/object/project/_footer.scss */
  .p-footer-sub-nav--pick .link {
    max-width: 240px;
  }
}
/* line 348, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--pick .link .in {
  color: #ffffff;
}
/* line 351, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--pick .link.contact {
  background: #ff5a00;
}
/* line 356, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--bnr {
  padding-top: 10px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 356, ../sass/object/project/_footer.scss */
  .p-footer-sub-nav--bnr {
    text-align: right;
  }
}
/* line 362, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--bnr a {
  display: inline-block;
}
/* line 371, ../sass/object/project/_footer.scss */
.p-footer--contact {
  width: 100%;
  padding-top: 10px;
}
@media screen and (min-width: 980px) {
  /* line 371, ../sass/object/project/_footer.scss */
  .p-footer--contact {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
/* line 381, ../sass/object/project/_footer.scss */
.p-footer--contact-m {
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 381, ../sass/object/project/_footer.scss */
  .p-footer--contact-m {
    padding-right: 15px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  /* line 381, ../sass/object/project/_footer.scss */
  .p-footer--contact-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
/* line 391, ../sass/object/project/_footer.scss */
.p-footer--contact-m .ttl {
  font-size: calc(18 * (100vw / 750));
  padding-top: 10px;
}
@media screen and (min-width: 980px) {
  /* line 391, ../sass/object/project/_footer.scss */
  .p-footer--contact-m .ttl {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 10px 0 0;
  }
}
/* line 400, ../sass/object/project/_footer.scss */
.p-footer--contact-m .data a {
  transition: .3s;
}
/* line 402, ../sass/object/project/_footer.scss */
.p-footer--contact-m .data a:hover {
  opacity: 0.8;
}
/* line 406, ../sass/object/project/_footer.scss */
.p-footer--contact-m .data img {
  max-width: 190px;
}
/* line 411, ../sass/object/project/_footer.scss */
.p-footer--center {
  border: 1px solid #000000;
  font-weight: bold;
  font-size: calc(18 * (100vw / 750));
  margin-top: 10px;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 411, ../sass/object/project/_footer.scss */
  .p-footer--center {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left;
    margin-top: 0;
    padding: 3px 5px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 411, ../sass/object/project/_footer.scss */
  .p-footer--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  /* line 428, ../sass/object/project/_footer.scss */
  .p-footer--center .ttl {
    padding-right: 20px;
  }
}

/* line 441, ../sass/object/project/_footer.scss */
.p-footer-page {
  padding-top: 10px;
}
@media screen and (min-width: 980px) {
  /* line 441, ../sass/object/project/_footer.scss */
  .p-footer-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 446, ../sass/object/project/_footer.scss */
.p-footer-page--head {
  padding-bottom: 15px;
}
@media screen and (min-width: 980px) {
  /* line 446, ../sass/object/project/_footer.scss */
  .p-footer-page--head {
    width: 300px;
  }
}
/* line 452, ../sass/object/project/_footer.scss */
.p-footer-page--text {
  font-size: calc(15 * (100vw / 750));
  line-height: 1.3;
  padding-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 452, ../sass/object/project/_footer.scss */
  .p-footer-page--text {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 10px;
  }
}
/* line 463, ../sass/object/project/_footer.scss */
.p-footer-page--logo {
  text-align: center;
}
/* line 465, ../sass/object/project/_footer.scss */
.p-footer-page--logo a {
  display: inline-block;
}
/* line 467, ../sass/object/project/_footer.scss */
.p-footer-page--logo a img {
  max-width: 230px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 467, ../sass/object/project/_footer.scss */
  .p-footer-page--logo a img {
    max-width: 300px;
  }
}
@media screen and (min-width: 980px) {
  /* line 477, ../sass/object/project/_footer.scss */
  .p-footer-page-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-bottom: 40px;
    width: calc(100% - 300px);
  }
}
/* line 485, ../sass/object/project/_footer.scss */
.p-footer-page-nav--box {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 485, ../sass/object/project/_footer.scss */
  .p-footer-page-nav--box {
    display: block;
    width: 33.3%;
    padding-left: 10px;
    padding-top: 30px;
  }
}
/* line 493, ../sass/object/project/_footer.scss */
.p-footer-page-nav--box.foot {
  display: block;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 493, ../sass/object/project/_footer.scss */
  .p-footer-page-nav--box.foot {
    text-align: left;
  }
}
/* line 501, ../sass/object/project/_footer.scss */
.p-footer-page-nav--box .main .p-footer-page-nav--item {
  padding-bottom: 10px;
}
/* line 504, ../sass/object/project/_footer.scss */
.p-footer-page-nav--box .main .p-footer-page-nav--link {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 507, ../sass/object/project/_footer.scss */
.p-footer-page-nav--box .main .p-footer-page-nav--link .in {
  font-size: 120%;
}
/* line 512, ../sass/object/project/_footer.scss */
.p-footer-page-nav--box .sub {
  padding-left: 15px;
}
@media screen and (min-width: 980px) {
  /* line 517, ../sass/object/project/_footer.scss */
  .p-footer-page-nav--list.more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 521, ../sass/object/project/_footer.scss */
  .p-footer-page-nav--list.more .p-footer-page-nav--item {
    width: 50%;
    padding-right: 10px;
  }
}
/* line 531, ../sass/object/project/_footer.scss */
.p-footer-page-nav--link {
  background: url(../images/common/icon_right_black.svg) no-repeat center left;
  background-size: 10px 10px;
  display: inline-block;
  padding-left: 15px;
  transition: 0.3s;
}
/* line 537, ../sass/object/project/_footer.scss */
.p-footer-page-nav--link:hover {
  color: #777777;
}
/* line 540, ../sass/object/project/_footer.scss */
.p-footer-page-nav--link .in {
  color: #000000;
  font-size: calc(15 * (100vw / 750));
  line-height: 1.3;
  padding-bottom: 5px;
}
@media screen and (min-width: 980px) {
  /* line 540, ../sass/object/project/_footer.scss */
  .p-footer-page-nav--link .in {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
/* line 555, ../sass/object/project/_footer.scss */
.p-footer-page--copy {
  font-size: calc(15 * (100vw / 750));
  line-height: 1.3;
  padding-top: 5px;
}
@media screen and (min-width: 980px) {
  /* line 555, ../sass/object/project/_footer.scss */
  .p-footer-page--copy {
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    text-align: left;
  }
}

/* =========================================================
sell - 楽器高価買取のクラスなど
========================================================= */
@media screen and (min-width: 980px) {
  /* line 5, ../sass/object/project/_sell.scss */
  .p-sell-mv {
    padding: 0 25px;
    padding-top: 50px;
  }
}
/* line 10, ../sass/object/project/_sell.scss */
.p-sell-mv--wrap {
  background: url(../images/sell/fv-sp.webp) no-repeat center;
  background-size: cover;
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 25px 20px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 10, ../sass/object/project/_sell.scss */
  .p-sell-mv--wrap {
    padding: 20px 20px 20px 45px;
    background: url(../images/sell/fv-pc.webp);
  }
}
/* line 22, ../sass/object/project/_sell.scss */
.p-sell-mv--list {
  width: 100%;
  max-width: 600px;
  padding: 30px 0;
}
@media screen and (min-width: 980px) {
  /* line 22, ../sass/object/project/_sell.scss */
  .p-sell-mv--list {
    padding: 70px 0;
  }
}
/* line 29, ../sass/object/project/_sell.scss */
.p-sell-mv--list .slick-dots li button {
  font-size: 16px;
  color: #ffffff;
}
/* line 33, ../sass/object/project/_sell.scss */
.p-sell-mv--list .slick-dots li button:before {
  content: none;
}
/* line 43, ../sass/object/project/_sell.scss */
.p-sell-mv--dt {
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 980px) {
  /* line 43, ../sass/object/project/_sell.scss */
  .p-sell-mv--dt {
    margin-bottom: 25px;
  }
}
/* line 50, ../sass/object/project/_sell.scss */
.p-sell-mv--dt .sub {
  display: block;
  font-size: calc(24 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 50, ../sass/object/project/_sell.scss */
  .p-sell-mv--dt .sub {
    font-size: calc(20 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 50, ../sass/object/project/_sell.scss */
  .p-sell-mv--dt .sub {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 61, ../sass/object/project/_sell.scss */
.p-sell-mv--dt .main {
  display: block;
  font-size: calc(50 * (100vw / 750));
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 61, ../sass/object/project/_sell.scss */
  .p-sell-mv--dt .main {
    font-size: calc(40 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 61, ../sass/object/project/_sell.scss */
  .p-sell-mv--dt .main {
    display: inline-block;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* line 75, ../sass/object/project/_sell.scss */
.p-sell-mv--dd .c-basic-txt, .p-sell-mv--dd .c-error-message {
  color: #ffffff;
}
/* line 81, ../sass/object/project/_sell.scss */
.p-sell-purchase {
  padding: 30px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 81, ../sass/object/project/_sell.scss */
  .p-sell-purchase {
    padding: 50px 0 0;
  }
}
/* line 86, ../sass/object/project/_sell.scss */
.p-sell-purchase--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
/* line 93, ../sass/object/project/_sell.scss */
.p-sell-purchase--total {
  padding: 0 0 20px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 980px) {
  /* line 93, ../sass/object/project/_sell.scss */
  .p-sell-purchase--total {
    text-align: left;
    padding: 0 0 30px;
  }
}
/* line 101, ../sass/object/project/_sell.scss */
.p-sell-purchase--total .text {
  display: inline-block;
  font-size: calc(22 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 101, ../sass/object/project/_sell.scss */
  .p-sell-purchase--total .text {
    font-size: calc(20 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 101, ../sass/object/project/_sell.scss */
  .p-sell-purchase--total .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 111, ../sass/object/project/_sell.scss */
.p-sell-purchase--total .num {
  display: inline-block;
  font-size: calc(40 * (100vw / 750));
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 111, ../sass/object/project/_sell.scss */
  .p-sell-purchase--total .num {
    font-size: calc(35 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 111, ../sass/object/project/_sell.scss */
  .p-sell-purchase--total .num {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* line 125, ../sass/object/project/_sell.scss */
.p-sell-purchase--search {
  padding: 0 0 40px;
}
@media screen and (min-width: 980px) {
  /* line 125, ../sass/object/project/_sell.scss */
  .p-sell-purchase--search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
  }
}
/* line 131, ../sass/object/project/_sell.scss */
.p-sell-purchase--search__box {
  padding-bottom: 10px;
}
@media screen and (min-width: 980px) {
  /* line 131, ../sass/object/project/_sell.scss */
  .p-sell-purchase--search__box {
    width: 50%;
    padding: 0 20px 10px;
  }
}
/* line 137, ../sass/object/project/_sell.scss */
.p-sell-purchase--search__box .ttl {
  font-size: calc(22 * (100vw / 750));
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  /* line 137, ../sass/object/project/_sell.scss */
  .p-sell-purchase--search__box .ttl {
    font-size: calc(15 * (100vw / 750));
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 980px) {
  /* line 137, ../sass/object/project/_sell.scss */
  .p-sell-purchase--search__box .ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 980px) {
  /* line 149, ../sass/object/project/_sell.scss */
  .p-sell-purchase--search__box .data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
}
/* line 154, ../sass/object/project/_sell.scss */
.p-sell-purchase--search__box .data select,
.p-sell-purchase--search__box .data input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid #000000;
  border-radius: 0;
  display: block;
  padding: 10px 50px 10px 10px;
  position: relative;
  height: 50px;
  width: 100%;
  z-index: 10;
}
/* line 169, ../sass/object/project/_sell.scss */
.p-sell-purchase--search__box .data .btn {
  background: url(../images/common/icon-search.svg) no-repeat center;
  background-size: 30% 30%;
  background-color: #000000;
  display: inline-block;
  width: 50px;
  height: 50px;
}
/* line 178, ../sass/object/project/_sell.scss */
.p-sell-purchase--search__box-input {
  position: relative;
  padding: 0 0 5px;
}
@media screen and (min-width: 980px) {
  /* line 178, ../sass/object/project/_sell.scss */
  .p-sell-purchase--search__box-input {
    width: 50%;
    padding: 0 10px 5px;
  }
}
/* line 185, ../sass/object/project/_sell.scss */
.p-sell-purchase--search__box-input::before {
  content: '';
  background: url(../images/common/icon-bottom.svg) no-repeat center;
  background-size: 30% 30%;
  background-color: #000000;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 28px);
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 980px) {
  /* line 185, ../sass/object/project/_sell.scss */
  .p-sell-purchase--search__box-input::before {
    right: 10px;
  }
}
/* line 203, ../sass/object/project/_sell.scss */
.p-sell-purchase--search__box.search .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 206, ../sass/object/project/_sell.scss */
.p-sell-purchase--search__box.search input {
  width: calc(100% - 50px);
}
/* line 215, ../sass/object/project/_sell.scss */
.p-sell-purchase--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
/* line 222, ../sass/object/project/_sell.scss */
.p-sell-purchase--item {
  padding: 0 10px 20px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  /* line 222, ../sass/object/project/_sell.scss */
  .p-sell-purchase--item {
    width: 33.3%;
  }
}
@media screen and (min-width: 980px) {
  /* line 222, ../sass/object/project/_sell.scss */
  .p-sell-purchase--item {
    width: 20%;
  }
}
/* line 236, ../sass/object/project/_sell.scss */
.p-sell-purchase-box--link {
  display: block;
}
/* line 240, ../sass/object/project/_sell.scss */
.p-sell-purchase-box--link:hover {
  background: #eeeeee;
}
/* line 245, ../sass/object/project/_sell.scss */
.p-sell-purchase-box--photo {
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 245, ../sass/object/project/_sell.scss */
  .p-sell-purchase-box--photo {
    aspect-ratio: 1.3 / 1;
  }
}
/* line 258, ../sass/object/project/_sell.scss */
.p-sell-purchase-box--photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
/* line 270, ../sass/object/project/_sell.scss */
.p-sell-purchase-box--info {
  color: #000000;
  font-size: calc(22 * (100vw / 750));
  padding-top: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  /* line 270, ../sass/object/project/_sell.scss */
  .p-sell-purchase-box--info {
    font-size: calc(18 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 270, ../sass/object/project/_sell.scss */
  .p-sell-purchase-box--info {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 290, ../sass/object/project/_sell.scss */
.p-sell-purchase-box--pay {
  font-weight: bold;
  padding-top: 10px;
  line-height: 1.8;
}
/* line 296, ../sass/object/project/_sell.scss */
.p-sell-purchase-box--pay .ttl {
  font-size: calc(24 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 296, ../sass/object/project/_sell.scss */
  .p-sell-purchase-box--pay .ttl {
    font-size: calc(18 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 296, ../sass/object/project/_sell.scss */
  .p-sell-purchase-box--pay .ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 305, ../sass/object/project/_sell.scss */
.p-sell-purchase-box--pay .pay {
  color: #bb2b4f;
  font-size: calc(24 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 305, ../sass/object/project/_sell.scss */
  .p-sell-purchase-box--pay .pay {
    font-size: calc(18 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 305, ../sass/object/project/_sell.scss */
  .p-sell-purchase-box--pay .pay {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 318, ../sass/object/project/_sell.scss */
.p-sell-purchase--btn {
  text-align: center;
  padding-top: 30px;
}
@media screen and (min-width: 980px) {
  /* line 318, ../sass/object/project/_sell.scss */
  .p-sell-purchase--btn {
    padding-top: 50px;
  }
}
/* line 327, ../sass/object/project/_sell.scss */
.p-sell-how {
  padding: 30px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 327, ../sass/object/project/_sell.scss */
  .p-sell-how {
    padding: 50px 0 0;
  }
}
/* line 332, ../sass/object/project/_sell.scss */
.p-sell-how--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
/* line 338, ../sass/object/project/_sell.scss */
.p-sell-how--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
/* line 345, ../sass/object/project/_sell.scss */
.p-sell-how--item {
  width: 50%;
  padding: 0 10px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 345, ../sass/object/project/_sell.scss */
  .p-sell-how--item {
    width: 33.3%;
  }
}
@media screen and (min-width: 980px) {
  /* line 345, ../sass/object/project/_sell.scss */
  .p-sell-how--item {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 345, ../sass/object/project/_sell.scss */
  .p-sell-how--item {
    width: 16.66%;
  }
}
/* line 359, ../sass/object/project/_sell.scss */
.p-sell-how--link {
  aspect-ratio: 1 / 1;
  background: #f3f3f3;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
/* line 371, ../sass/object/project/_sell.scss */
.p-sell-how--box {
  text-align: center;
}
/* line 375, ../sass/object/project/_sell.scss */
.p-sell-how--box::before {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 60px;
  position: absolute;
  bottom: 20px;
  right: calc(50% - 30px);
}
/* line 385, ../sass/object/project/_sell.scss */
.p-sell-how--box::after {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: 28px;
  right: calc(50% - 32px);
  transform: rotate(45deg);
}
/* line 397, ../sass/object/project/_sell.scss */
.p-sell-how--icon {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  text-align: center;
}
/* line 404, ../sass/object/project/_sell.scss */
.p-sell-how--icon img {
  display: inline-block;
  max-height: 25px;
}
/* line 411, ../sass/object/project/_sell.scss */
.p-sell-how--info {
  display: block;
  color: #000000;
  padding-bottom: 10px;
  font-size: calc(24 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 411, ../sass/object/project/_sell.scss */
  .p-sell-how--info {
    font-size: calc(20 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 411, ../sass/object/project/_sell.scss */
  .p-sell-how--info {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 423, ../sass/object/project/_sell.scss */
.p-sell-how--info .ttl {
  font-weight: bold;
  font-size: calc(28 * (100vw / 750));
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 423, ../sass/object/project/_sell.scss */
  .p-sell-how--info .ttl {
    font-size: calc(13 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 423, ../sass/object/project/_sell.scss */
  .p-sell-how--info .ttl {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 435, ../sass/object/project/_sell.scss */
.p-sell-how--info .text {
  line-height: 1.6;
  font-size: calc(20 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 435, ../sass/object/project/_sell.scss */
  .p-sell-how--info .text {
    font-size: calc(11 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 435, ../sass/object/project/_sell.scss */
  .p-sell-how--info .text {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 449, ../sass/object/project/_sell.scss */
.p-sell-pick {
  padding: 30px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 449, ../sass/object/project/_sell.scss */
  .p-sell-pick {
    padding: 50px 0 0;
  }
}
/* line 454, ../sass/object/project/_sell.scss */
.p-sell-pick--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 460, ../sass/object/project/_sell.scss */
  .p-sell-pick--contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
/* line 467, ../sass/object/project/_sell.scss */
.p-sell-pick--photo {
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (min-width: 980px) {
  /* line 467, ../sass/object/project/_sell.scss */
  .p-sell-pick--photo {
    padding-bottom: 0;
    padding-left: 30px;
    width: 690px;
  }
}
/* line 475, ../sass/object/project/_sell.scss */
.p-sell-pick--photo img {
  display: inline-block;
  width: 100%;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  /* line 475, ../sass/object/project/_sell.scss */
  .p-sell-pick--photo img {
    max-width: 290px;
  }
}
@media screen and (min-width: 980px) {
  /* line 484, ../sass/object/project/_sell.scss */
  .p-sell-pick--info {
    width: calc(100% - 690px);
  }
}
/* line 489, ../sass/object/project/_sell.scss */
.p-sell-pick--ttl {
  padding-bottom: 20px;
}
/* line 493, ../sass/object/project/_sell.scss */
.p-sell-pick--ttl .time {
  display: block;
  padding-bottom: 20px;
}
/* line 498, ../sass/object/project/_sell.scss */
.p-sell-pick--ttl .time .in {
  display: inline-block;
  background: #fff100;
  font-weight: bold;
  font-size: calc(22 * (100vw / 750));
  font-family: "Oswald", sans-serif;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  /* line 498, ../sass/object/project/_sell.scss */
  .p-sell-pick--ttl .time .in {
    font-size: calc(22 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 498, ../sass/object/project/_sell.scss */
  .p-sell-pick--ttl .time .in {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 513, ../sass/object/project/_sell.scss */
.p-sell-pick--ttl .ttl {
  display: block;
  font-size: calc(40 * (100vw / 750));
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  /* line 513, ../sass/object/project/_sell.scss */
  .p-sell-pick--ttl .ttl {
    font-size: calc(22 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 513, ../sass/object/project/_sell.scss */
  .p-sell-pick--ttl .ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 532, ../sass/object/project/_sell.scss */
.p-sell-feature {
  padding: 30px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 532, ../sass/object/project/_sell.scss */
  .p-sell-feature {
    padding: 50px 0 0;
  }
}
/* line 537, ../sass/object/project/_sell.scss */
.p-sell-feature--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 543, ../sass/object/project/_sell.scss */
  .p-sell-feature--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
/* line 550, ../sass/object/project/_sell.scss */
.p-sell-feature--item {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 550, ../sass/object/project/_sell.scss */
  .p-sell-feature--item {
    padding: 0 10px 10px;
    width: 50%;
  }
}
/* line 558, ../sass/object/project/_sell.scss */
.p-sell-feature--link {
  display: inline-block;
}
/* line 560, ../sass/object/project/_sell.scss */
.p-sell-feature--link img {
  display: inline-block;
  width: 100%;
}
/* line 567, ../sass/object/project/_sell.scss */
.p-sell-ranking {
  padding: 30px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 567, ../sass/object/project/_sell.scss */
  .p-sell-ranking {
    padding: 50px 0 0;
  }
}
/* line 572, ../sass/object/project/_sell.scss */
.p-sell-ranking--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
/* line 578, ../sass/object/project/_sell.scss */
.p-sell-ranking--list {
  padding-bottom: 30px;
}
/* line 582, ../sass/object/project/_sell.scss */
.p-sell-ranking--item {
  padding: 0 10px 20px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  /* line 582, ../sass/object/project/_sell.scss */
  .p-sell-ranking--item {
    width: 33.3%;
  }
}
@media screen and (min-width: 980px) {
  /* line 582, ../sass/object/project/_sell.scss */
  .p-sell-ranking--item {
    width: 25%;
  }
}
/* line 592, ../sass/object/project/_sell.scss */
.p-sell-ranking--item.no1 .p-sell-ranking-box--link::before {
  content: 'NO.1';
  color: #b8934c;
  background: url(../images/common/ranking-icon01.png) no-repeat left center;
  padding-left: 30px;
}
/* line 598, ../sass/object/project/_sell.scss */
.p-sell-ranking--item.no2 .p-sell-ranking-box--link::before {
  content: 'NO.2';
  color: #9c9c9c;
  background: url(../images/common/ranking-icon02.png) no-repeat left center;
  padding-left: 30px;
}
/* line 604, ../sass/object/project/_sell.scss */
.p-sell-ranking--item.no3 .p-sell-ranking-box--link::before {
  content: 'NO.3';
  color: #d57d7d;
  background: url(../images/common/ranking-icon03.png) no-repeat left center;
  padding-left: 30px;
}
/* line 611, ../sass/object/project/_sell.scss */
.p-sell-ranking--item.no4 .p-sell-ranking-box--link::before {
  content: "NO.4";
}
/* line 611, ../sass/object/project/_sell.scss */
.p-sell-ranking--item.no5 .p-sell-ranking-box--link::before {
  content: "NO.5";
}
/* line 611, ../sass/object/project/_sell.scss */
.p-sell-ranking--item.no6 .p-sell-ranking-box--link::before {
  content: "NO.6";
}
/* line 611, ../sass/object/project/_sell.scss */
.p-sell-ranking--item.no7 .p-sell-ranking-box--link::before {
  content: "NO.7";
}
/* line 611, ../sass/object/project/_sell.scss */
.p-sell-ranking--item.no8 .p-sell-ranking-box--link::before {
  content: "NO.8";
}
/* line 611, ../sass/object/project/_sell.scss */
.p-sell-ranking--item.no9 .p-sell-ranking-box--link::before {
  content: "NO.9";
}
/* line 611, ../sass/object/project/_sell.scss */
.p-sell-ranking--item.no10 .p-sell-ranking-box--link::before {
  content: "NO.10";
}
/* line 621, ../sass/object/project/_sell.scss */
.p-sell-ranking-box--link {
  display: block;
  padding-top: 30px;
  position: relative;
}
/* line 627, ../sass/object/project/_sell.scss */
.p-sell-ranking-box--link:hover {
  background: #eeeeee;
}
/* line 630, ../sass/object/project/_sell.scss */
.p-sell-ranking-box--link::before {
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: calc(35 * (100vw / 750));
  padding: 5px 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  /* line 630, ../sass/object/project/_sell.scss */
  .p-sell-ranking-box--link::before {
    font-size: calc(20 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 630, ../sass/object/project/_sell.scss */
  .p-sell-ranking-box--link::before {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 648, ../sass/object/project/_sell.scss */
.p-sell-ranking-box--photo {
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 648, ../sass/object/project/_sell.scss */
  .p-sell-ranking-box--photo {
    aspect-ratio: 1.3 / 1;
  }
}
/* line 661, ../sass/object/project/_sell.scss */
.p-sell-ranking-box--photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
/* line 673, ../sass/object/project/_sell.scss */
.p-sell-ranking-box--info {
  color: #000000;
  font-size: calc(22 * (100vw / 750));
  padding-top: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  /* line 673, ../sass/object/project/_sell.scss */
  .p-sell-ranking-box--info {
    font-size: calc(18 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 673, ../sass/object/project/_sell.scss */
  .p-sell-ranking-box--info {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 693, ../sass/object/project/_sell.scss */
.p-sell-ranking-box--pay {
  font-weight: bold;
  padding-top: 10px;
  line-height: 1.8;
}
/* line 699, ../sass/object/project/_sell.scss */
.p-sell-ranking-box--pay .ttl {
  font-size: calc(24 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 699, ../sass/object/project/_sell.scss */
  .p-sell-ranking-box--pay .ttl {
    font-size: calc(18 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 699, ../sass/object/project/_sell.scss */
  .p-sell-ranking-box--pay .ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 708, ../sass/object/project/_sell.scss */
.p-sell-ranking-box--pay .pay {
  color: #bb2b4f;
  font-size: calc(24 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 708, ../sass/object/project/_sell.scss */
  .p-sell-ranking-box--pay .pay {
    font-size: calc(18 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 708, ../sass/object/project/_sell.scss */
  .p-sell-ranking-box--pay .pay {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 721, ../sass/object/project/_sell.scss */
.p-sell-ranking .slick-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  font-family: "Oswald", sans-serif;
}
/* line 726, ../sass/object/project/_sell.scss */
.p-sell-ranking .slick-arrow.js-slick-prev {
  right: 61%;
}
/* line 728, ../sass/object/project/_sell.scss */
.p-sell-ranking .slick-arrow.js-slick-prev .in {
  font-weight: bold;
  font-size: calc(35 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 728, ../sass/object/project/_sell.scss */
  .p-sell-ranking .slick-arrow.js-slick-prev .in {
    font-size: calc(25 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 728, ../sass/object/project/_sell.scss */
  .p-sell-ranking .slick-arrow.js-slick-prev .in {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 738, ../sass/object/project/_sell.scss */
.p-sell-ranking .slick-arrow.js-slick-prev:before {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: 6px;
  left: -63px;
}
@media screen and (min-width: 768px) {
  /* line 738, ../sass/object/project/_sell.scss */
  .p-sell-ranking .slick-arrow.js-slick-prev:before {
    width: 60px;
  }
}
/* line 751, ../sass/object/project/_sell.scss */
.p-sell-ranking .slick-arrow.js-slick-prev:after {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: 14px;
  left: -65px;
  transform: rotate(-45deg);
}
/* line 763, ../sass/object/project/_sell.scss */
.p-sell-ranking .slick-arrow.js-slick-next {
  left: 61%;
}
/* line 765, ../sass/object/project/_sell.scss */
.p-sell-ranking .slick-arrow.js-slick-next .in {
  font-weight: bold;
  font-size: calc(35 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 765, ../sass/object/project/_sell.scss */
  .p-sell-ranking .slick-arrow.js-slick-next .in {
    font-size: calc(25 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 765, ../sass/object/project/_sell.scss */
  .p-sell-ranking .slick-arrow.js-slick-next .in {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 775, ../sass/object/project/_sell.scss */
.p-sell-ranking .slick-arrow.js-slick-next:before {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: 6px;
  right: -63px;
}
@media screen and (min-width: 768px) {
  /* line 775, ../sass/object/project/_sell.scss */
  .p-sell-ranking .slick-arrow.js-slick-next:before {
    width: 60px;
  }
}
/* line 788, ../sass/object/project/_sell.scss */
.p-sell-ranking .slick-arrow.js-slick-next:after {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: 14px;
  right: -65px;
  transform: rotate(45deg);
}
/* line 803, ../sass/object/project/_sell.scss */
.p-sell-brand {
  padding: 30px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 803, ../sass/object/project/_sell.scss */
  .p-sell-brand {
    padding: 50px 0 0;
  }
}
/* line 808, ../sass/object/project/_sell.scss */
.p-sell-brand--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
/* line 814, ../sass/object/project/_sell.scss */
.p-sell-brand--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
/* line 821, ../sass/object/project/_sell.scss */
.p-sell-brand .item {
  width: 50%;
  padding: 0 10px 20px;
}
@media screen and (min-width: 768px) {
  /* line 821, ../sass/object/project/_sell.scss */
  .p-sell-brand .item {
    width: 33.3%;
  }
}
@media screen and (min-width: 980px) {
  /* line 821, ../sass/object/project/_sell.scss */
  .p-sell-brand .item {
    width: 25%;
  }
}
/* line 831, ../sass/object/project/_sell.scss */
.p-sell-brand .link {
  display: block;
}
/* line 835, ../sass/object/project/_sell.scss */
.p-sell-brand .link:hover {
  opacity: 0.7;
}
/* line 839, ../sass/object/project/_sell.scss */
.p-sell-brand .box {
  aspect-ratio: 2 / 1;
  background: #ffffff;
  border: 1px solid #ffffff;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 839, ../sass/object/project/_sell.scss */
  .p-sell-brand .box {
    aspect-ratio: 3 / 1;
  }
}
/* line 854, ../sass/object/project/_sell.scss */
.p-sell-brand .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: none;
}
/* line 866, ../sass/object/project/_sell.scss */
.p-sell-brand .text {
  background: url(../images/common/icon_right_black.svg) no-repeat top 3px left;
  background-size: 10px 10px;
  color: #000000;
  display: block;
  font-size: calc(24 * (100vw / 750));
  margin-top: 10px;
  padding: 0 0 0 15px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  /* line 866, ../sass/object/project/_sell.scss */
  .p-sell-brand .text {
    font-size: calc(12 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 866, ../sass/object/project/_sell.scss */
  .p-sell-brand .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 882, ../sass/object/project/_sell.scss */
.p-sell-brand--btn {
  padding-top: 30px;
}
/* line 884, ../sass/object/project/_sell.scss */
.p-sell-brand--btn .link {
  display: inline-block;
}
/* line 886, ../sass/object/project/_sell.scss */
.p-sell-brand--btn .link .in {
  font-size: calc(25 * (100vw / 750));
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 886, ../sass/object/project/_sell.scss */
  .p-sell-brand--btn .link .in {
    font-size: calc(18 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 886, ../sass/object/project/_sell.scss */
  .p-sell-brand--btn .link .in {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 896, ../sass/object/project/_sell.scss */
.p-sell-brand--btn .link .in:before {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 60px;
  position: absolute;
  bottom: 4px;
  right: -63px;
}
/* line 906, ../sass/object/project/_sell.scss */
.p-sell-brand--btn .link .in:after {
  background: #000000;
  content: '';
  display: block;
  height: 1px;
  width: 13px;
  position: absolute;
  bottom: 9px;
  right: -65px;
  transform: rotate(43deg);
}
/* line 922, ../sass/object/project/_sell.scss */
.p-sell-category {
  padding: 30px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 922, ../sass/object/project/_sell.scss */
  .p-sell-category {
    padding: 50px 0 0;
  }
}
/* line 927, ../sass/object/project/_sell.scss */
.p-sell-category--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 933, ../sass/object/project/_sell.scss */
  .p-sell-category--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
/* line 940, ../sass/object/project/_sell.scss */
.p-sell-category--item {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 940, ../sass/object/project/_sell.scss */
  .p-sell-category--item {
    width: 50%;
    padding: 0 10px 20px;
  }
}
@media screen and (min-width: 980px) {
  /* line 940, ../sass/object/project/_sell.scss */
  .p-sell-category--item {
    width: 25%;
  }
}
/* line 950, ../sass/object/project/_sell.scss */
.p-sell-category--box {
  position: relative;
  border: 1px solid #000000;
  padding: 20px 95px 20px 15px;
}
/* line 954, ../sass/object/project/_sell.scss */
.p-sell-category--box .ttl {
  font-weight: bold;
  font-size: calc(24 * (100vw / 750));
  margin-bottom: 10px;
  line-height: 1.2;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  /* line 954, ../sass/object/project/_sell.scss */
  .p-sell-category--box .ttl {
    font-size: calc(18 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 954, ../sass/object/project/_sell.scss */
  .p-sell-category--box .ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 968, ../sass/object/project/_sell.scss */
.p-sell-category--box .category-text {
  color: #000000;
  font-size: calc(20 * (100vw / 750));
  line-height: 1.2;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  /* line 968, ../sass/object/project/_sell.scss */
  .p-sell-category--box .category-text {
    font-size: calc(12 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 968, ../sass/object/project/_sell.scss */
  .p-sell-category--box .category-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 981, ../sass/object/project/_sell.scss */
.p-sell-category--box .photo {
  max-width: 140px;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 988, ../sass/object/project/_sell.scss */
.p-sell-category--box .photo img {
  width: auto;
  max-height: 70px;
}
@media screen and (min-width: 980px) {
  /* line 988, ../sass/object/project/_sell.scss */
  .p-sell-category--box .photo img {
    max-height: 90px;
  }
}
/* line 997, ../sass/object/project/_sell.scss */
.p-sell-category--table {
  background: #ffffff;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  padding: 15px;
}
/* line 1002, ../sass/object/project/_sell.scss */
.p-sell-category--table table {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  width: 100%;
}
/* line 1006, ../sass/object/project/_sell.scss */
.p-sell-category--table table tr {
  border-right: 1px solid #000000;
}
/* line 1009, ../sass/object/project/_sell.scss */
.p-sell-category--table table th, .p-sell-category--table table td {
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: calc(24 * (100vw / 750));
  line-height: 1.2;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  /* line 1009, ../sass/object/project/_sell.scss */
  .p-sell-category--table table th, .p-sell-category--table table td {
    font-size: calc(14 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 1009, ../sass/object/project/_sell.scss */
  .p-sell-category--table table th, .p-sell-category--table table td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 1024, ../sass/object/project/_sell.scss */
.p-sell-category--table table th {
  background: #547981;
  border-top: none;
  color: #ffffff;
  padding-left: 20px;
  width: 40%;
}
@media screen and (min-width: 980px) {
  /* line 1024, ../sass/object/project/_sell.scss */
  .p-sell-category--table table th {
    padding-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  /* line 1034, ../sass/object/project/_sell.scss */
  .p-sell-category--table table td {
    padding-left: 40px;
  }
}
/* line 1043, ../sass/object/project/_sell.scss */
.p-sell-junk {
  padding: 30px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 1043, ../sass/object/project/_sell.scss */
  .p-sell-junk {
    padding: 50px 0 0;
  }
}
/* line 1048, ../sass/object/project/_sell.scss */
.p-sell-junk--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
/* line 1054, ../sass/object/project/_sell.scss */
.p-sell-junk--ttl {
  text-align: center;
}
/* line 1056, ../sass/object/project/_sell.scss */
.p-sell-junk--ttl img {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 1061, ../sass/object/project/_sell.scss */
  .p-sell-junk--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
/* line 1068, ../sass/object/project/_sell.scss */
.p-sell-junk--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
}
@media screen and (min-width: 980px) {
  /* line 1068, ../sass/object/project/_sell.scss */
  .p-sell-junk--box {
    width: 50%;
    padding: 0 20px 40px;
  }
}
/* line 1076, ../sass/object/project/_sell.scss */
.p-sell-junk--dt {
  width: 60%;
}
@media screen and (min-width: 768px) {
  /* line 1076, ../sass/object/project/_sell.scss */
  .p-sell-junk--dt {
    width: calc(100% - 180px);
  }
}
/* line 1081, ../sass/object/project/_sell.scss */
.p-sell-junk--dt .no {
  border: 4px solid #000000;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
/* line 1095, ../sass/object/project/_sell.scss */
.p-sell-junk--dt .ttl {
  padding-top: 20px;
  font-size: calc(24 * (100vw / 750));
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  /* line 1095, ../sass/object/project/_sell.scss */
  .p-sell-junk--dt .ttl {
    font-size: calc(18 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 1095, ../sass/object/project/_sell.scss */
  .p-sell-junk--dt .ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 1108, ../sass/object/project/_sell.scss */
.p-sell-junk--photo {
  width: 40%;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  /* line 1108, ../sass/object/project/_sell.scss */
  .p-sell-junk--photo {
    width: 180px;
  }
}
/* line 1114, ../sass/object/project/_sell.scss */
.p-sell-junk--photo img {
  display: inline-block;
  width: 100%;
}
/* line 1121, ../sass/object/project/_sell.scss */
.p-sell-junk--text {
  padding-top: 30px;
}
/* line 1128, ../sass/object/project/_sell.scss */
.p-sell-point {
  padding: 30px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 1128, ../sass/object/project/_sell.scss */
  .p-sell-point {
    padding: 50px 0 0;
  }
}
/* line 1133, ../sass/object/project/_sell.scss */
.p-sell-point--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 1143, ../sass/object/project/_sell.scss */
  .p-sell-point--head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
/* line 1149, ../sass/object/project/_sell.scss */
.p-sell-point--ttl {
  padding-bottom: 20px;
}
@media screen and (min-width: 980px) {
  /* line 1149, ../sass/object/project/_sell.scss */
  .p-sell-point--ttl {
    width: 50%;
  }
}
/* line 1154, ../sass/object/project/_sell.scss */
.p-sell-point--ttl .time {
  display: block;
  padding-bottom: 20px;
}
/* line 1159, ../sass/object/project/_sell.scss */
.p-sell-point--ttl .time .in {
  background: #fff100;
  display: inline-block;
  font-weight: bold;
  font-size: calc(22 * (100vw / 750));
  font-family: "Oswald", sans-serif;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  /* line 1159, ../sass/object/project/_sell.scss */
  .p-sell-point--ttl .time .in {
    font-size: calc(22 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 1159, ../sass/object/project/_sell.scss */
  .p-sell-point--ttl .time .in {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 1174, ../sass/object/project/_sell.scss */
.p-sell-point--ttl .ttl {
  display: block;
  font-size: calc(40 * (100vw / 750));
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  /* line 1174, ../sass/object/project/_sell.scss */
  .p-sell-point--ttl .ttl {
    font-size: calc(22 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 1174, ../sass/object/project/_sell.scss */
  .p-sell-point--ttl .ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 1187, ../sass/object/project/_sell.scss */
.p-sell-point--photo {
  text-align: center;
  padding-top: 10px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 1187, ../sass/object/project/_sell.scss */
  .p-sell-point--photo {
    padding-top: 0;
    padding-left: 30px;
    width: 50%;
  }
}
/* line 1196, ../sass/object/project/_sell.scss */
.p-sell-point--photo img {
  display: inline-block;
  width: 100%;
  max-width: 350px;
}
/* line 1204, ../sass/object/project/_sell.scss */
.p-sell-point--text {
  padding-top: 20px;
}
/* line 1211, ../sass/object/project/_sell.scss */
.p-sell-about {
  padding: 30px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 1211, ../sass/object/project/_sell.scss */
  .p-sell-about {
    padding: 50px 0 0;
  }
}
/* line 1216, ../sass/object/project/_sell.scss */
.p-sell-about--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
/* line 1222, ../sass/object/project/_sell.scss */
.p-sell-about--photo {
  display: block;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 1222, ../sass/object/project/_sell.scss */
  .p-sell-about--photo {
    padding-bottom: 30px;
  }
}
/* line 1228, ../sass/object/project/_sell.scss */
.p-sell-about--photo img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
/* line 1237, ../sass/object/project/_sell.scss */
.p-sell-about--dt {
  display: block;
  font-size: calc(35 * (100vw / 750));
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 1237, ../sass/object/project/_sell.scss */
  .p-sell-about--dt {
    font-size: calc(22 * (100vw / 750));
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  /* line 1237, ../sass/object/project/_sell.scss */
  .p-sell-about--dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 1256, ../sass/object/project/_sell.scss */
.p-sell-faq {
  padding: 30px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 1256, ../sass/object/project/_sell.scss */
  .p-sell-faq {
    padding: 50px 0 0;
  }
}
/* line 1261, ../sass/object/project/_sell.scss */
.p-sell-faq--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
/* line 1273, ../sass/object/project/_sell.scss */
.p-sell-faq--item {
  border: 1px solid #000000;
  margin-bottom: 15px;
}
/* line 1281, ../sass/object/project/_sell.scss */
.p-sell-faq--label {
  position: relative;
  display: block;
  padding: 15px;
  padding-left: 40px;
  background: #f3f3f3;
  transition: .3s;
  cursor: pointer;
}
/* line 31, ../sass/core/mixin/_other.scss */
.p-sell-faq--label:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  /* line 1281, ../sass/object/project/_sell.scss */
  .p-sell-faq--label {
    padding: 20px;
    padding-left: 55px;
  }
}
@media screen and (min-width: 980px) {
  /* line 1281, ../sass/object/project/_sell.scss */
  .p-sell-faq--label {
    padding: 15px;
    padding-left: 40px;
  }
}
/* line 1298, ../sass/object/project/_sell.scss */
.p-sell-faq--label::before {
  content: "Q.";
  display: block;
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: calc(35 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 1298, ../sass/object/project/_sell.scss */
  .p-sell-faq--label::before {
    font-size: calc(22 * (100vw / 750));
    top: 17px;
  }
}
@media screen and (min-width: 980px) {
  /* line 1298, ../sass/object/project/_sell.scss */
  .p-sell-faq--label::before {
    top: 9px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 1320, ../sass/object/project/_sell.scss */
.p-sell-faq--q {
  display: block;
  color: #000000;
  font-weight: bold;
  line-height: 1.6;
  font-size: calc(28 * (100vw / 750));
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  /* line 1320, ../sass/object/project/_sell.scss */
  .p-sell-faq--q {
    font-size: calc(20 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 1320, ../sass/object/project/_sell.scss */
  .p-sell-faq--q {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 1333, ../sass/object/project/_sell.scss */
.p-sell-faq--q::before {
  content: '';
  background: url(../images/common/icon-bottom.svg) no-repeat center;
  background-size: 40% 40%;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
}
@media screen and (min-width: 768px) {
  /* line 1333, ../sass/object/project/_sell.scss */
  .p-sell-faq--q::before {
    width: 52px;
  }
}
/* line 1349, ../sass/object/project/_sell.scss */
.p-sell-faq--input {
  display: none;
}
/* line 1356, ../sass/object/project/_sell.scss */
.p-sell-faq--input:checked + .p-sell-faq--label .p-sell-faq--q::before {
  background-image: url(../images/common/icon-up.svg);
}
/* line 1360, ../sass/object/project/_sell.scss */
.p-sell-faq--input:checked ~ .p-sell-faq--a {
  opacity: 1;
  overflow: inherit;
  line-height: 1.6;
}
/* line 1371, ../sass/object/project/_sell.scss */
.p-sell-faq--a {
  position: relative;
  background: #ffffff;
  padding-left: 40px;
  transition: line-height 0.4s ease-out 0s, padding 0.4s ease-out 0s, opacity 0.6s 0.3s;
  opacity: 0;
  overflow: hidden;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  /* line 1371, ../sass/object/project/_sell.scss */
  .p-sell-faq--a {
    padding-left: 55px;
  }
}
@media screen and (min-width: 980px) {
  /* line 1371, ../sass/object/project/_sell.scss */
  .p-sell-faq--a {
    padding-left: 40px;
  }
}
/* line 1387, ../sass/object/project/_sell.scss */
.p-sell-faq--a::before {
  content: "A.";
  display: block;
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: calc(35 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 1387, ../sass/object/project/_sell.scss */
  .p-sell-faq--a::before {
    font-size: calc(22 * (100vw / 750));
    top: 17px;
  }
}
@media screen and (min-width: 980px) {
  /* line 1387, ../sass/object/project/_sell.scss */
  .p-sell-faq--a::before {
    font-size: 20px;
    font-size: 1.25rem;
    top: 4px;
  }
}
/* line 1408, ../sass/object/project/_sell.scss */
.p-sell-faq--a .c-basic-txt, .p-sell-faq--a .c-error-message {
  padding: 10px 10px 20px 0;
}
/* line 1414, ../sass/object/project/_sell.scss */
.p-sell-blog {
  padding: 30px 0 0;
}
@media screen and (min-width: 980px) {
  /* line 1414, ../sass/object/project/_sell.scss */
  .p-sell-blog {
    padding: 50px 0 0;
  }
}
/* line 1419, ../sass/object/project/_sell.scss */
.p-sell-blog--wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
  width: 100%;
}
/* line 1425, ../sass/object/project/_sell.scss */
.p-sell-blog--line {
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  /* line 1425, ../sass/object/project/_sell.scss */
  .p-sell-blog--line {
    padding: 0 5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
/* line 1435, ../sass/object/project/_sell.scss */
.p-sell-blog--info {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 1435, ../sass/object/project/_sell.scss */
  .p-sell-blog--info {
    width: 60%;
    padding-right: 30px;
  }
}
/* line 1442, ../sass/object/project/_sell.scss */
.p-sell-blog--ttl {
  display: block;
  font-size: calc(30 * (100vw / 750));
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 1442, ../sass/object/project/_sell.scss */
  .p-sell-blog--ttl {
    font-size: calc(20 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 1442, ../sass/object/project/_sell.scss */
  .p-sell-blog--ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 1455, ../sass/object/project/_sell.scss */
.p-sell-blog--contents {
  padding-top: 10px;
}
/* line 1464, ../sass/object/project/_sell.scss */
.p-sell-blog-prof {
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 1464, ../sass/object/project/_sell.scss */
  .p-sell-blog-prof {
    width: 40%;
  }
}
/* line 1469, ../sass/object/project/_sell.scss */
.p-sell-blog-prof--photo {
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
}
/* line 1477, ../sass/object/project/_sell.scss */
.p-sell-blog-prof--photo img {
  max-width: 150px;
}
/* line 1483, ../sass/object/project/_sell.scss */
.p-sell-blog-prof--ttl {
  display: block;
  padding-top: 10px;
  text-align: center;
}
/* line 1489, ../sass/object/project/_sell.scss */
.p-sell-blog-prof--ttl .in {
  background: #fff100;
  color: #000000;
  display: inline-block;
  font-size: calc(22 * (100vw / 750));
  font-weight: bold;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  /* line 1489, ../sass/object/project/_sell.scss */
  .p-sell-blog-prof--ttl .in {
    font-size: calc(20 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 1489, ../sass/object/project/_sell.scss */
  .p-sell-blog-prof--ttl .in {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 1504, ../sass/object/project/_sell.scss */
.p-sell-blog-prof--data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 280px;
  margin: 0 auto;
}
/* line 1512, ../sass/object/project/_sell.scss */
.p-sell-blog-prof--data .ttl {
  border: 1px solid #000000;
  font-size: calc(22 * (100vw / 750));
  font-weight: bold;
  padding: 3px;
  text-align: center;
  margin-bottom: 5px;
  width: 115px;
}
@media screen and (min-width: 768px) {
  /* line 1512, ../sass/object/project/_sell.scss */
  .p-sell-blog-prof--data .ttl {
    font-size: calc(10 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 1512, ../sass/object/project/_sell.scss */
  .p-sell-blog-prof--data .ttl {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 1527, ../sass/object/project/_sell.scss */
.p-sell-blog-prof--data .text {
  width: calc(100% - 115px);
  padding: 5px 0 5px 10px;
  margin-bottom: 5px;
  font-size: calc(22 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  /* line 1527, ../sass/object/project/_sell.scss */
  .p-sell-blog-prof--data .text {
    font-size: calc(15 * (100vw / 750));
  }
}
@media screen and (min-width: 980px) {
  /* line 1527, ../sass/object/project/_sell.scss */
  .p-sell-blog-prof--data .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 1540, ../sass/object/project/_sell.scss */
.p-sell-blog-prof--blog {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 980px) {
  /* line 1540, ../sass/object/project/_sell.scss */
  .p-sell-blog-prof--blog {
    font-size: 26px;
    line-height: 1.2;
  }
}

/* =========================================================
page - 固定ページのクラスなど
========================================================= */
/* =========================================================
post - 投稿のクラスなど
========================================================= */
