@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/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@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=EB+Garamond:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* =========================================================
shadow - シャドウ
デフォルトでは色が濃い目なので使う際に調整してください。
========================================================= */
/* =========================================================
other - その他
========================================================= */
/* =========================================================
color - 色の設定
========================================================= */
/* =========================================================
font - font-familyの設定など
========================================================= */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/* =========================================================
typography - テキスト関連の設定
========================================================= */
/* line 106, ../../../../Ruby31-x64/lib/ruby/gems/3.1.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: #333333;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 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: #555555;
}

/* 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;
}

/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/* line 4, ../sass/object/component/_title.scss */
.p-title-h1 {
  background: url(../images/common/main_ttl_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  /* line 4, ../sass/object/component/_title.scss */
  .p-title-h1 {
    padding: 50px 0;
  }
}
/* line 11, ../sass/object/component/_title.scss */
.p-title-h1--wrap {
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 1280px;
  width: 100%;
}
/* line 19, ../sass/object/component/_title.scss */
.p-title-h1--wrap .main {
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 900;
  line-height: 1.2;
}
/* line 29, ../sass/object/component/_title.scss */
.p-title-h1--wrap .sub {
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  padding-top: 10px;
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
/* line 9, ../sass/object/component/_txt.scss */
.c-basic-txt,
.c-error-message,
.c-basic-list__item,
.c-ol-list__item {
  color: #000000;
  word-wrap: break-word;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 12px;
  font-size: 0.75rem;
  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,
  .c-basic-list__item,
  .c-ol-list__item {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
/* line 19, ../sass/object/component/_txt.scss */
.c-basic-txt:last-of-type,
.c-error-message:last-of-type,
.c-basic-list__item:last-of-type,
.c-ol-list__item:last-of-type {
  margin-bottom: 0;
}

/* line 24, ../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 24, ../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 32, ../sass/object/component/_txt.scss */
.c-small-txt:last-of-type {
  margin-bottom: 0;
}

/* line 37, ../sass/object/component/_txt.scss */
.c-error-message {
  display: inline-block;
  color: #e74c3c;
  margin-top: .5rem;
}

/* line 44, ../sass/object/component/_txt.scss */
.c-basic-list {
  display: inline-block;
  text-align: left;
}
/* line 48, ../sass/object/component/_txt.scss */
.c-basic-list__item {
  position: relative;
  display: block;
  text-indent: -1.3rem;
  padding-left: 1rem;
  margin-bottom: 10px;
}
/* line 55, ../sass/object/component/_txt.scss */
.c-basic-list__item::before {
  content: "・";
  color: #000000;
}

/* line 63, ../sass/object/component/_txt.scss */
.c-ol-list {
  display: block;
  text-align: left;
}
/* line 66, ../sass/object/component/_txt.scss */
.c-ol-list__item {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 5px;
}
/* line 73, ../sass/object/component/_txt.scss */
.c-ol-list__item-kako {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 10px;
}
/* line 80, ../sass/object/component/_txt.scss */
.c-ol-list > .p-ol-list--sub {
  padding-left: 0;
}

/* line 89, ../sass/object/component/_txt.scss */
.c-ol-list__item:nth-child(1):before {
  content: "1.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 99, ../sass/object/component/_txt.scss */
.c-ol-list__item-kako:nth-child(1):before {
  content: "(1)";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 89, ../sass/object/component/_txt.scss */
.c-ol-list__item:nth-child(2):before {
  content: "2.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 99, ../sass/object/component/_txt.scss */
.c-ol-list__item-kako:nth-child(2):before {
  content: "(2)";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 89, ../sass/object/component/_txt.scss */
.c-ol-list__item:nth-child(3):before {
  content: "3.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 99, ../sass/object/component/_txt.scss */
.c-ol-list__item-kako:nth-child(3):before {
  content: "(3)";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 89, ../sass/object/component/_txt.scss */
.c-ol-list__item:nth-child(4):before {
  content: "4.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 99, ../sass/object/component/_txt.scss */
.c-ol-list__item-kako:nth-child(4):before {
  content: "(4)";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 89, ../sass/object/component/_txt.scss */
.c-ol-list__item:nth-child(5):before {
  content: "5.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 99, ../sass/object/component/_txt.scss */
.c-ol-list__item-kako:nth-child(5):before {
  content: "(5)";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 89, ../sass/object/component/_txt.scss */
.c-ol-list__item:nth-child(6):before {
  content: "6.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 99, ../sass/object/component/_txt.scss */
.c-ol-list__item-kako:nth-child(6):before {
  content: "(6)";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 89, ../sass/object/component/_txt.scss */
.c-ol-list__item:nth-child(7):before {
  content: "7.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 99, ../sass/object/component/_txt.scss */
.c-ol-list__item-kako:nth-child(7):before {
  content: "(7)";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 89, ../sass/object/component/_txt.scss */
.c-ol-list__item:nth-child(8):before {
  content: "8.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 99, ../sass/object/component/_txt.scss */
.c-ol-list__item-kako:nth-child(8):before {
  content: "(8)";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 89, ../sass/object/component/_txt.scss */
.c-ol-list__item:nth-child(9):before {
  content: "9.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 99, ../sass/object/component/_txt.scss */
.c-ol-list__item-kako:nth-child(9):before {
  content: "(9)";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
/* line 8, ../sass/object/component/_button.scss */
.c-basic-btn {
  text-align: center;
}
/* line 10, ../sass/object/component/_button.scss */
.c-basic-btn a {
  background: #FFF100;
  display: inline-block;
  overflow: hidden;
  padding: 25px 30px;
  position: relative;
  max-width: 320px;
  text-align: center;
  transition: .3s;
  width: 100%;
}
/* line 20, ../sass/object/component/_button.scss */
.c-basic-btn a::before {
  background-color: #ffe600;
  content: '';
  display: block;
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: .4s;
}
/* line 31, ../sass/object/component/_button.scss */
.c-basic-btn a:hover {
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
}
/* line 33, ../sass/object/component/_button.scss */
.c-basic-btn a:hover::after {
  background-color: #CDE0EF;
  content: '';
  display: block;
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .4s;
}
/* line 45, ../sass/object/component/_button.scss */
.c-basic-btn a .in {
  color: #000000;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  position: relative;
  z-index: 10;
}
/* line 53, ../sass/object/component/_button.scss */
.c-basic-btn a.icon a {
  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;
}

/* line 65, ../sass/object/component/_button.scss */
.icon-mail,
.icon-mail::after {
  display: block;
  box-sizing: border-box;
  height: 14px;
  border: 2px solid;
}

/* line 72, ../sass/object/component/_button.scss */
.icon-mail {
  overflow: hidden;
  transform: scale(var(--ggs, 1));
  position: relative;
  width: 18px;
  border-radius: 2px;
}

/* line 79, ../sass/object/component/_button.scss */
.icon-mail::after {
  content: "";
  position: absolute;
  width: 14px;
  transform: rotate(-45deg);
  bottom: 3px;
  left: 0;
}

/* =========================================================
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 JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", 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 - ドロワーのスタイルなど
========================================================= */
/*input使用したタブ切り替え＝＝＝＝＝＝＝＝*/
/*ラジオボタンを全て消す*/
/* line 6, ../sass/object/component/_drawer.scss */
input[name="tab-item"] {
  display: none;
}

/* line 9, ../sass/object/component/_drawer.scss */
.c-drawer-tab {
  cursor: pointer;
}
/* line 11, ../sass/object/component/_drawer.scss */
.c-drawer-tab .p-header-gnav--link {
  transition: .3s;
}
/* line 13, ../sass/object/component/_drawer.scss */
.c-drawer-tab .p-header-gnav--link:hover {
  color: #000000;
}

/*タブ切り替えの中身のスタイル*/
/* line 20, ../sass/object/component/_drawer.scss */
.c-drawer-tab--content {
  display: none;
  clear: both;
  overflow: hidden;
  width: 100%;
  transition: .3s;
}

/*選択されているタブのコンテンツのみを表示*/
/* line 29, ../sass/object/component/_drawer.scss */
#item1:checked ~ #item1-content {
  display: block;
}

/* line 29, ../sass/object/component/_drawer.scss */
#item2:checked ~ #item2-content {
  display: block;
}

/* line 29, ../sass/object/component/_drawer.scss */
#item3:checked ~ #item3-content {
  display: block;
}

/* line 29, ../sass/object/component/_drawer.scss */
#item4:checked ~ #item4-content {
  display: block;
}

/* line 29, ../sass/object/component/_drawer.scss */
#item5:checked ~ #item5-content {
  display: block;
}

/* line 29, ../sass/object/component/_drawer.scss */
#item6:checked ~ #item6-content {
  display: block;
}

/* line 29, ../sass/object/component/_drawer.scss */
#item7:checked ~ #item7-content {
  display: block;
}

/* line 29, ../sass/object/component/_drawer.scss */
#item8:checked ~ #item8-content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
/* =========================================================
pagenation - ページ送り
========================================================= */
/* line 4, ../sass/object/component/_pagenation.scss */
.c-pagenation {
  text-align: center;
  margin: auto;
}
/* line 7, ../sass/object/component/_pagenation.scss */
.c-pagenation__group {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 14, ../sass/object/component/_pagenation.scss */
.c-pagenation__item + .c-pagenation__item {
  margin-left: .5rem;
}
/* line 19, ../sass/object/component/_pagenation.scss */
.c-pagenation__item.is-current .c-pagenation__link {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  pointer-events: none;
}
/* line 28, ../sass/object/component/_pagenation.scss */
.c-pagenation__link a {
  text-decoration: none;
}
/* line 32, ../sass/object/component/_pagenation.scss */
.c-pagenation__link .page-numbers {
  width: 2rem;
  height: 2rem;
  border: 1px solid #999;
  color: #999;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
  display: inline-block;
  line-height: 1.7;
  margin: 0 5px;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 47, ../sass/object/component/_pagenation.scss */
.c-pagenation__link .page-numbers:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
/* line 54, ../sass/object/component/_pagenation.scss */
.c-pagenation__link .next,
.c-pagenation__link .prev {
  border: none;
  width: 4rem;
}
/* line 59, ../sass/object/component/_pagenation.scss */
.c-pagenation__link .next:hover,
.c-pagenation__link .prev:hover {
  background-color: #fff;
  color: #000000;
  text-decoration: underline;
}
/* line 66, ../sass/object/component/_pagenation.scss */
.c-pagenation__link .current {
  background-color: #000000;
  color: #fff;
}

/* =========================================================
breadcrumbs - パンくずリスト
========================================================= */
/* line 4, ../sass/object/component/_breadcrumbs.scss */
.c-breadcrumbs {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  /* line 4, ../sass/object/component/_breadcrumbs.scss */
  .c-breadcrumbs {
    padding: 30px 0;
  }
}
/* line 9, ../sass/object/component/_breadcrumbs.scss */
.c-breadcrumbs--wrap {
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 1280px;
  width: 100%;
}
/* line 19, ../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 {
  padding: 0 20px 0 10px;
  background: url(../images/common/nav_icon_right_black.svg) no-repeat right center;
  background-size: 10px 10px;
}
/* line 27, ../sass/object/component/_breadcrumbs.scss */
.c-breadcrumbs--item:first-of-type {
  padding-left: 0;
}
/* line 30, ../sass/object/component/_breadcrumbs.scss */
.c-breadcrumbs--item:last-of-type {
  background: none;
  padding-right: 0;
}
/* line 35, ../sass/object/component/_breadcrumbs.scss */
.c-breadcrumbs--item a.in {
  text-decoration: underline;
  color: #000000;
}
/* line 41, ../sass/object/component/_breadcrumbs.scss */
.c-breadcrumbs .in {
  color: #000000;
  font-size: 12px;
  font-size: 0.75rem;
}

/* =========================================================
navigation - グローバルナビなど
========================================================= */
/* =========================================================
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;
}

/* =========================================================
header - ヘッダー内のクラス
========================================================= */
/*form要素のcssリセット*/
/* line 5, ../sass/object/project/_header.scss */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  display: inline-block;
}

/* line 16, ../sass/object/project/_header.scss */
.p-header {
  background: #ffffff;
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  height: 70px;
}
@media screen and (min-width: 1200px) {
  /* line 16, ../sass/object/project/_header.scss */
  .p-header {
    height: 100px;
    padding-right: 100px;
  }
}
/* line 27, ../sass/object/project/_header.scss */
.p-header-logo {
  padding: 10px;
}
/* line 31, ../sass/object/project/_header.scss */
.p-header-logo--link {
  display: inline-block;
  transition: .3s;
}
/* line 34, ../sass/object/project/_header.scss */
.p-header-logo--link:hover {
  opacity: 0.6;
}
/* line 37, ../sass/object/project/_header.scss */
.p-header-logo--link img {
  width: 110px;
}
@media screen and (min-width: 1200px) {
  /* line 37, ../sass/object/project/_header.scss */
  .p-header-logo--link img {
    width: 154px;
    height: 36px;
  }
}
/* line 47, ../sass/object/project/_header.scss */
.p-header-contents {
  width: 210px;
  height: 70px;
}
@media screen and (min-width: 1200px) {
  /* line 47, ../sass/object/project/_header.scss */
  .p-header-contents {
    width: calc(100% - 170px);
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 56, ../sass/object/project/_header.scss */
  .p-header-head {
    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 64, ../sass/object/project/_header.scss */
.p-header-sub-nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  /* line 64, ../sass/object/project/_header.scss */
  .p-header-sub-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 69, ../sass/object/project/_header.scss */
.p-header-sub-nav--item {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 73, ../sass/object/project/_header.scss */
.p-header-sub-nav--item::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 1px;
  height: 18px;
  background: #000000;
}
/* line 82, ../sass/object/project/_header.scss */
.p-header-sub-nav--item:first-of-type::before {
  content: none;
}
/* line 87, ../sass/object/project/_header.scss */
.p-header-sub-nav--link .in {
  background: no-repeat center left;
  background-size: 18px 18px;
  color: #6d6d6d;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 25px;
  transition: .3s;
}
/* line 94, ../sass/object/project/_header.scss */
.p-header-sub-nav--link .in:hover {
  color: #000000;
}
/* line 100, ../sass/object/project/_header.scss */
.p-header-sub-nav--link.member .in {
  background-image: url(../images/common/nav_icon_member_black.png);
}
/* line 105, ../sass/object/project/_header.scss */
.p-header-sub-nav--link.login .in {
  background-image: url(../images/common/nav_icon_login_black.png);
}
/* line 110, ../sass/object/project/_header.scss */
.p-header-sub-nav--link.logout .in {
  background-image: url(../images/common/nav_icon_logout_black.png);
}
/* line 115, ../sass/object/project/_header.scss */
.p-header-sub-nav--link.terms .in {
  background-image: url(../images/common/nav_icon_terms_black.png);
}
/* line 120, ../sass/object/project/_header.scss */
.p-header-sub-nav--link.privacy .in {
  background-image: url(../images/common/nav_icon_privacy_black.png);
}
/* line 125, ../sass/object/project/_header.scss */
.p-header-sub-nav--link.qa .in {
  background-image: url(../images/common/nav_icon_qa_black.png);
}
/* line 132, ../sass/object/project/_header.scss */
.p-header-sns {
  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;
  width: 70px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media screen and (min-width: 1200px) {
  /* line 132, ../sass/object/project/_header.scss */
  .p-header-sns {
    width: 200px;
    border: 1px solid #000000;
  }
}
/* line 142, ../sass/object/project/_header.scss */
.p-header-sns--item {
  width: calc(35px - 1px);
  height: 35px;
}
@media screen and (min-width: 1200px) {
  /* line 142, ../sass/object/project/_header.scss */
  .p-header-sns--item {
    width: calc(50px - 1px);
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 150, ../sass/object/project/_header.scss */
  .p-header-sns--item:first-of-type .p-header-sns--link {
    border-left: none;
  }
}
/* line 157, ../sass/object/project/_header.scss */
.p-header-sns--link {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  background: #ffffff;
  display: inline-block;
  transition: .3s;
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 1200px) {
  /* line 157, ../sass/object/project/_header.scss */
  .p-header-sns--link {
    border-top: none;
    width: 50px;
    height: 50px;
  }
}
/* line 170, ../sass/object/project/_header.scss */
.p-header-sns--link:hover {
  background: #bdbdbd;
}
/* line 173, ../sass/object/project/_header.scss */
.p-header-sns--link .in {
  background-repeat: no-repeat;
  background-size: 45% 45%;
  background-position: center;
  display: inline-block;
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 1200px) {
  /* line 173, ../sass/object/project/_header.scss */
  .p-header-sns--link .in {
    width: 50px;
    height: 50px;
  }
}
/* line 188, ../sass/object/project/_header.scss */
.p-header-sns--link.fb .in {
  background-image: url(../images/common/nav_icon_fb_black.png);
}
/* line 193, ../sass/object/project/_header.scss */
.p-header-sns--link.insta .in {
  background-image: url(../images/common/nav_icon_insta_black.png);
}
/* line 198, ../sass/object/project/_header.scss */
.p-header-sns--link.x .in {
  background-image: url(../images/common/nav_icon_x_black.png);
}
/* line 203, ../sass/object/project/_header.scss */
.p-header-sns--link.tik .in {
  background-image: url(../images/common/nav_icon_tik_black.png);
}
/* line 210, ../sass/object/project/_header.scss */
.p-header-gnav {
  display: none;
}
@media screen and (min-width: 1200px) {
  /* line 210, ../sass/object/project/_header.scss */
  .p-header-gnav {
    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;
    padding-top: 3px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 217, ../sass/object/project/_header.scss */
  .p-header-gnav--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 228, ../sass/object/project/_header.scss */
.p-header-gnav--item.megamenu:hover .p-header-gnav--megamenu {
  display: block;
}
/* line 234, ../sass/object/project/_header.scss */
.p-header-gnav--link {
  color: #bdbdbd;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
  padding: 13px 15px 17px;
  font-size: 12px;
  font-size: 0.75rem;
  transition: .3s;
}
/* line 242, ../sass/object/project/_header.scss */
.p-header-gnav--link:hover {
  color: #000000;
}
/* line 246, ../sass/object/project/_header.scss */
.p-header-gnav--megamenu {
  background: url(../images/common/megamenu_bg.jpg) center;
  background-size: cover;
  border-top: 1px solid #ffffff;
  box-shadow: 0px 16px 25px 5px #ffffff;
  display: none;
  padding: 20px 0;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100vw;
  z-index: 10;
}
/* line 258, ../sass/object/project/_header.scss */
.p-header-gnav--megamenu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
/* line 266, ../sass/object/project/_header.scss */
.p-header-gnav--megamenu__link {
  display: inline-block;
  padding: 10px 30px 10px 0;
  transition: .3s;
  z-index: 10;
}
/* line 272, ../sass/object/project/_header.scss */
.p-header-gnav--megamenu__link:hover .in {
  color: #FFF100;
}
/* line 276, ../sass/object/project/_header.scss */
.p-header-gnav--megamenu__link .in {
  background: url(../images/common/nav_icon_right_w.svg) no-repeat center left;
  background-size: 10px 10px;
  color: #ffffff;
  padding-left: 15px;
  transition: .3s;
}
/* line 290, ../sass/object/project/_header.scss */
.p-header-search--content {
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 297, ../sass/object/project/_header.scss */
.p-header-search--input {
  border-bottom: 1px solid #000000;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  max-width: 100%;
  padding: 10px 0;
  width: 180px;
  height: 46px;
}
/* line 308, ../sass/object/project/_header.scss */
.p-header-search--btn {
  background: url(../images/common/nav_icon_search_w.png) no-repeat center;
  background-color: #000000;
  background-size: 40% 40%;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  width: 46px;
  height: 46px;
}
/* line 319, ../sass/object/project/_header.scss */
.p-header-search--btn:hover {
  background-color: #6d6d6d;
}
/* line 325, ../sass/object/project/_header.scss */
.p-header-contact {
  position: absolute;
  top: 0;
  right: 70px;
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 1200px) {
  /* line 325, ../sass/object/project/_header.scss */
  .p-header-contact {
    right: 0;
    width: 100px;
    height: 100px;
  }
}
/* line 336, ../sass/object/project/_header.scss */
.p-header-contact--btn {
  background: #FFF100;
  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;
  width: 100%;
  height: 100%;
}
/* line 344, ../sass/object/project/_header.scss */
.p-header-contact--btn:hover {
  background: #000000;
}
/* line 346, ../sass/object/project/_header.scss */
.p-header-contact--btn:hover .in {
  color: #ffffff;
}
/* line 350, ../sass/object/project/_header.scss */
.p-header-contact--btn .in {
  color: #000000;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 900;
  transition: .3s;
}
@media screen and (min-width: 1200px) {
  /* line 350, ../sass/object/project/_header.scss */
  .p-header-contact--btn .in {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 363, ../sass/object/project/_header.scss */
.p-header-sp {
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 1200px) {
  /* line 363, ../sass/object/project/_header.scss */
  .p-header-sp {
    display: none;
  }
}
/* line 373, ../sass/object/project/_header.scss */
.p-header-sp--btn {
  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: 70px;
  height: 70px;
}
/* line 379, ../sass/object/project/_header.scss */
.p-header-sp--btn .in {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 13px;
}
/* line 384, ../sass/object/project/_header.scss */
.p-header-sp--btn .in::before {
  content: '';
  background: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 1px;
  transition: .3s;
}
/* line 395, ../sass/object/project/_header.scss */
.p-header-sp--btn .in::after {
  content: '';
  background: #ffffff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 1px;
  transition: .3s;
}
/* line 408, ../sass/object/project/_header.scss */
.p-header-sp input[name="tab-item"]:checked + .p-header-sp--btn .in::before {
  transform: rotate(45deg);
  top: 7px;
}
/* line 412, ../sass/object/project/_header.scss */
.p-header-sp input[name="tab-item"]:checked + .p-header-sp--btn .in::after {
  transform: rotate(-45deg);
  bottom: 5px;
}
/* line 416, ../sass/object/project/_header.scss */
.p-header-sp--contents {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 25px 5px #ffffff;
  position: absolute;
  top: 70px;
  right: 0;
  width: 100vw;
  z-index: 100;
}
/* line 425, ../sass/object/project/_header.scss */
.p-header-sp--search {
  text-align: right;
}
/* line 427, ../sass/object/project/_header.scss */
.p-header-sp--search--content {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 432, ../sass/object/project/_header.scss */
.p-header-sp--search--input {
  background: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  max-width: 100%;
  padding: 10px 0;
  width: 180px;
  height: 46px;
}
/* line 445, ../sass/object/project/_header.scss */
.p-header-sp--search--btn {
  background: url(../images/common/nav_icon_search_w.png) no-repeat center;
  background-color: #000000;
  background-size: 40% 40%;
  border: none;
  display: inline-block;
  vertical-align: bottom;
  width: 46px;
  height: 46px;
}
/* line 458, ../sass/object/project/_header.scss */
.p-header-sp--sub-nav {
  padding: 20px 10px 0;
}
/* line 460, ../sass/object/project/_header.scss */
.p-header-sp--sub-nav--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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 465, ../sass/object/project/_header.scss */
.p-header-sp--sub-nav--item {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
/* line 470, ../sass/object/project/_header.scss */
.p-header-sp--sub-nav--item::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 1px;
  height: 18px;
  background: #ffffff;
}
/* line 479, ../sass/object/project/_header.scss */
.p-header-sp--sub-nav--item:first-of-type::before {
  content: none;
}
/* line 484, ../sass/object/project/_header.scss */
.p-header-sp--sub-nav--link .in {
  background: no-repeat center left;
  background-size: 18px 18px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 25px;
  transition: .3s;
}
/* line 494, ../sass/object/project/_header.scss */
.p-header-sp--sub-nav--link.member .in {
  background-image: url(../images/common/nav_icon_member_w.png);
}
/* line 499, ../sass/object/project/_header.scss */
.p-header-sp--sub-nav--link.login .in {
  background-image: url(../images/common/nav_icon_login_w.png);
}
/* line 504, ../sass/object/project/_header.scss */
.p-header-sp--sub-nav--link.logout .in {
  background-image: url(../images/common/nav_icon_logout_w.png);
}
/* line 509, ../sass/object/project/_header.scss */
.p-header-sp--sub-nav--link.terms .in {
  background-image: url(../images/common/nav_icon_terms_w.png);
}
/* line 514, ../sass/object/project/_header.scss */
.p-header-sp--sub-nav--link.privacy .in {
  background-image: url(../images/common/nav_icon_privacy_w.png);
}
/* line 519, ../sass/object/project/_header.scss */
.p-header-sp--sub-nav--link.qa .in {
  background-image: url(../images/common/nav_icon_qa_w.png);
}
/* line 529, ../sass/object/project/_header.scss */
.p-header-sp--gnav--link {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  padding: 20px 30px;
  position: relative;
  width: 100%;
  height: 65px;
}
/* line 539, ../sass/object/project/_header.scss */
.p-header-sp--gnav--link.c-drawer-tab {
  padding-right: 65px;
}
/* line 541, ../sass/object/project/_header.scss */
.p-header-sp--gnav--link.c-drawer-tab::before {
  content: '';
  background: url(../images/common/icon_bottom_thin_w.svg) no-repeat center;
  background-size: 40% 40%;
  background-color: #000000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 64px;
}
/* line 555, ../sass/object/project/_header.scss */
.p-header-sp--gnav input[name="tab-item"]:checked + .c-drawer-tab.p-header-sp--gnav--link::before {
  background-image: url(../images/common/icon_up_thin_w.svg);
}
/* line 559, ../sass/object/project/_header.scss */
.p-header-sp--gnav__sub--list {
  padding: 0 10px;
}
/* line 562, ../sass/object/project/_header.scss */
.p-header-sp--gnav__sub--item {
  border-top: 1px solid #bdbdbd;
}
/* line 565, ../sass/object/project/_header.scss */
.p-header-sp--gnav__sub--link {
  display: block;
  color: #bdbdbd;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px 10px;
}
/* line 576, ../sass/object/project/_header.scss */
.p-header.active {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
/* line 583, ../sass/object/project/_header.scss */
.p-header.active::before {
  background: #ffffff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
/* line 594, ../sass/object/project/_header.scss */
.p-header.active .p-header-logo a {
  background: url(../images/common/logo_w.svg) no-repeat center;
  background-size: cover;
}
/* line 597, ../sass/object/project/_header.scss */
.p-header.active .p-header-logo a img {
  opacity: 0;
}
/* line 602, ../sass/object/project/_header.scss */
.p-header.active .p-header-search--input {
  background: #000000;
  border-color: #ffffff;
  color: #ffffff;
}
/* line 607, ../sass/object/project/_header.scss */
.p-header.active .p-header-search--btn {
  background-color: #ffffff;
  background-image: url(../images/common/nav_icon_search_black.png);
}
/* line 613, ../sass/object/project/_header.scss */
.p-header.active .p-header-sub-nav--item::before {
  background: #ffffff;
}
/* line 617, ../sass/object/project/_header.scss */
.p-header.active .p-header-sub-nav--link .in {
  color: #ffffff;
}
/* line 619, ../sass/object/project/_header.scss */
.p-header.active .p-header-sub-nav--link .in:hover {
  color: #cccccc;
}
/* line 623, ../sass/object/project/_header.scss */
.p-header.active .p-header-sub-nav--link.member .in {
  background-image: url(../images/common/nav_icon_member_w.png);
}
/* line 626, ../sass/object/project/_header.scss */
.p-header.active .p-header-sub-nav--link.login .in {
  background-image: url(../images/common/nav_icon_login_w.png);
}
/* line 629, ../sass/object/project/_header.scss */
.p-header.active .p-header-sub-nav--link.logout .in {
  background-image: url(../images/common/nav_icon_logout_w.png);
}
/* line 632, ../sass/object/project/_header.scss */
.p-header.active .p-header-sub-nav--link.terms .in {
  background-image: url(../images/common/nav_icon_terms_w.png);
}
/* line 635, ../sass/object/project/_header.scss */
.p-header.active .p-header-sub-nav--link.privacy .in {
  background-image: url(../images/common/nav_icon_privacy_w.png);
}
/* line 638, ../sass/object/project/_header.scss */
.p-header.active .p-header-sub-nav--link.qa .in {
  background-image: url(../images/common/nav_icon_qa_w.png);
}
/* line 641, ../sass/object/project/_header.scss */
.p-header.active .p-header-gnav--link:hover {
  color: #6d6d6d;
}
/* line 644, ../sass/object/project/_header.scss */
.p-header.active .p-header-sns {
  border-color: #ffffff;
}
/* line 646, ../sass/object/project/_header.scss */
.p-header.active .p-header-sns--link {
  border-color: #ffffff;
  background: #000000;
}
/* line 649, ../sass/object/project/_header.scss */
.p-header.active .p-header-sns--link:hover {
  background: #6d6d6d;
}
/* line 653, ../sass/object/project/_header.scss */
.p-header.active .p-header-sns .p-header-sns--link.fb .in {
  background-image: url(../images/common/nav_icon_fb_w.png);
}
/* line 656, ../sass/object/project/_header.scss */
.p-header.active .p-header-sns .p-header-sns--link.insta .in {
  background-image: url(../images/common/nav_icon_insta_w.png);
}
/* line 659, ../sass/object/project/_header.scss */
.p-header.active .p-header-sns .p-header-sns--link.x .in {
  background-image: url(../images/common/nav_icon_x_w.png);
}
/* line 662, ../sass/object/project/_header.scss */
.p-header.active .p-header-sns .p-header-sns--link.tik .in {
  background-image: url(../images/common/nav_icon_tik_w.png);
}
/* line 667, ../sass/object/project/_header.scss */
.p-header.active .p-header-sp {
  background: #ffffff;
  /* line 385, ../sass/object/project/_header.scss */
}
/* line 669, ../sass/object/project/_header.scss */
.p-header.active .p-header-sp .p-header-sp--btn .in::before {
  background: #000000;
}
/* line 673, ../sass/object/project/_header.scss */
.p-header.active .p-header-sp .p-header-sp--btn .in::after {
  background: #000000;
}

/* =========================================================
footer - フッター内のクラス
========================================================= */
/* line 4, ../sass/object/project/_footer.scss */
.p-footer {
  background: url(../images/common/footer_bg.jpg) center;
  background-size: cover;
  padding: 40px 0;
}
@media screen and (min-width: 980px) {
  /* line 4, ../sass/object/project/_footer.scss */
  .p-footer {
    padding: 60px 0;
  }
}
/* line 13, ../sass/object/project/_footer.scss */
.p-footer-pagetop--btn {
  background: #000000;
  display: block;
  padding: 10px 0;
  transition: .3s;
  text-align: center;
}
/* line 19, ../sass/object/project/_footer.scss */
.p-footer-pagetop--btn:hover {
  background: #6d6d6d;
}
/* line 22, ../sass/object/project/_footer.scss */
.p-footer-pagetop--btn .in {
  background: url(../images/common/icon_up_thin_w.svg) no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  width: 32px;
  height: 32px;
}
/* line 32, ../sass/object/project/_footer.scss */
.p-footer--wrap {
  max-width: 1000px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  /* line 32, ../sass/object/project/_footer.scss */
  .p-footer--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 43, ../sass/object/project/_footer.scss */
.p-footer-logo {
  padding-bottom: 30px;
}
@media screen and (min-width: 980px) {
  /* line 43, ../sass/object/project/_footer.scss */
  .p-footer-logo {
    width: 335px;
  }
}
/* line 48, ../sass/object/project/_footer.scss */
.p-footer-logo--text {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (min-width: 980px) {
  /* line 48, ../sass/object/project/_footer.scss */
  .p-footer-logo--text {
    padding-bottom: 30px;
  }
}
/* line 57, ../sass/object/project/_footer.scss */
.p-footer-logo--link {
  display: block;
  padding-bottom: 10px;
  transition: .3s;
}
@media screen and (min-width: 980px) {
  /* line 57, ../sass/object/project/_footer.scss */
  .p-footer-logo--link {
    padding-bottom: 30px;
  }
}
/* line 64, ../sass/object/project/_footer.scss */
.p-footer-logo--link:hover {
  opacity: 0.6;
}
/* line 67, ../sass/object/project/_footer.scss */
.p-footer-logo--link img {
  width: 150px;
}
/* line 73, ../sass/object/project/_footer.scss */
.p-footer-copy {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  /* line 79, ../sass/object/project/_footer.scss */
  .p-footer-nav {
    width: calc(100% - 335px);
    padding-left: 10px;
  }
}
/* line 86, ../sass/object/project/_footer.scss */
.p-footer-sub-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-bottom: 10px;
}
@media screen and (min-width: 980px) {
  /* line 86, ../sass/object/project/_footer.scss */
  .p-footer-sub-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
/* line 93, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--item {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
/* line 98, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--item::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 1px;
  height: 18px;
  background: #ffffff;
}
/* line 107, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--item:first-of-type {
  padding-left: 0;
}
/* line 109, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--item:first-of-type::before {
  content: none;
}
@media screen and (min-width: 980px) {
  /* line 113, ../sass/object/project/_footer.scss */
  .p-footer-sub-nav--item:last-child {
    padding-right: 0;
  }
}
/* line 120, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--link .in {
  background: no-repeat center left;
  background-size: 12px 12px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 18px;
  transition: .3s;
}
/* line 127, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--link .in:hover {
  color: #cccccc;
}
/* line 133, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--link.member .in {
  background-image: url(../images/common/nav_icon_member_w.png);
}
/* line 138, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--link.login .in {
  background-image: url(../images/common/nav_icon_login_w.png);
}
/* line 143, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--link.logout .in {
  background-image: url(../images/common/nav_icon_logout_w.png);
}
/* line 148, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--link.terms .in {
  background-image: url(../images/common/nav_icon_terms_w.png);
}
/* line 153, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--link.privacy .in {
  background-image: url(../images/common/nav_icon_privacy_w.png);
}
/* line 158, ../sass/object/project/_footer.scss */
.p-footer-sub-nav--link.qa .in {
  background-image: url(../images/common/nav_icon_qa_w.png);
}
/* line 165, ../sass/object/project/_footer.scss */
.p-footer-gnav {
  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-bottom: 20px;
}
@media screen and (min-width: 980px) {
  /* line 165, ../sass/object/project/_footer.scss */
  .p-footer-gnav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
/* line 177, ../sass/object/project/_footer.scss */
.p-footer-gnav--item.megamenu:hover .p-header-gnav--megamenu {
  display: block;
}
/* line 183, ../sass/object/project/_footer.scss */
.p-footer-gnav--link {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
  padding: 10px 15px 10px 0;
  font-size: 12px;
  font-size: 0.75rem;
  transition: .3s;
}
/* line 191, ../sass/object/project/_footer.scss */
.p-footer-gnav--link:hover {
  color: #cccccc;
}
@media screen and (min-width: 980px) {
  /* line 183, ../sass/object/project/_footer.scss */
  .p-footer-gnav--link {
    padding: 10px 0 10px 15px;
  }
}
/* line 200, ../sass/object/project/_footer.scss */
.p-footer-sns {
  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;
  width: 200px;
  border: 1px solid #000000;
}
@media screen and (min-width: 980px) {
  /* line 200, ../sass/object/project/_footer.scss */
  .p-footer-sns {
    margin: 0 0 0 auto;
  }
}
/* line 208, ../sass/object/project/_footer.scss */
.p-footer-sns--item {
  width: calc(50px - 1px);
  height: 50px;
}
/* line 212, ../sass/object/project/_footer.scss */
.p-footer-sns--item:first-of-type .p-header-sns--link {
  border-left: none;
}
/* line 217, ../sass/object/project/_footer.scss */
.p-footer-sns--link {
  border-left: 1px solid #000000;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  transition: .3s;
  width: 50px;
  height: 50px;
}
/* line 224, ../sass/object/project/_footer.scss */
.p-footer-sns--link:hover {
  background: #bdbdbd;
}
/* line 227, ../sass/object/project/_footer.scss */
.p-footer-sns--link .in {
  background-repeat: no-repeat;
  background-size: 45% 45%;
  background-position: center;
  display: inline-block;
  width: 50px;
  height: 50px;
}
/* line 238, ../sass/object/project/_footer.scss */
.p-footer-sns--link.fb .in {
  background-image: url(../images/common/nav_icon_fb_black.png);
}
/* line 243, ../sass/object/project/_footer.scss */
.p-footer-sns--link.insta .in {
  background-image: url(../images/common/nav_icon_insta_black.png);
}
/* line 248, ../sass/object/project/_footer.scss */
.p-footer-sns--link.x .in {
  background-image: url(../images/common/nav_icon_x_black.png);
}
/* line 253, ../sass/object/project/_footer.scss */
.p-footer-sns--link.tik .in {
  background-image: url(../images/common/nav_icon_tik_black.png);
}

/* =========================================================
top - トップページのクラスなど
========================================================= */
/* line 6, ../sass/object/project/_top.scss */
.p-top-fv {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZTZmMyIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjYzZkYmYwIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmY2ZjZmUiLz48c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iI2Y0YzFkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I3NmRiNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d6e6f3), color-stop(25%, #c6dbf0), color-stop(50%, #fcfcfe), color-stop(76%, #f4c1d2), color-stop(100%, #b76db6));
  background-image: -moz-linear-gradient(top, #d6e6f3 0%, #c6dbf0 25%, #fcfcfe 50%, #f4c1d2 76%, #b76db6 100%);
  background-image: -webkit-linear-gradient(top, #d6e6f3 0%, #c6dbf0 25%, #fcfcfe 50%, #f4c1d2 76%, #b76db6 100%);
  background-image: linear-gradient(to bottom, #d6e6f3 0%, #c6dbf0 25%, #fcfcfe 50%, #f4c1d2 76%, #b76db6 100%);
}
/* line 8, ../sass/object/project/_top.scss */
.p-top-fv--wrap {
  position: relative;
}
/* line 11, ../sass/object/project/_top.scss */
.p-top-fv--text {
  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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 21, ../sass/object/project/_top.scss */
.p-top-fv--text img {
  max-height: 70%;
}
/* line 25, ../sass/object/project/_top.scss */
.p-top-fv--img {
  text-align: center;
  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: auto;
  max-width: inherit;
  height: calc(58vh - 70px);
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  /* line 25, ../sass/object/project/_top.scss */
  .p-top-fv--img {
    height: calc(100vh - 100px);
  }
}
@media screen and (min-width: 1200px) {
  /* line 25, ../sass/object/project/_top.scss */
  .p-top-fv--img {
    height: calc(100vh - 100px);
  }
}
/* line 48, ../sass/object/project/_top.scss */
.p-top-popular {
  padding: 50px 0;
  background: #e7e7e7;
}
@media screen and (min-width: 768px) {
  /* line 48, ../sass/object/project/_top.scss */
  .p-top-popular {
    padding: 80px 0;
  }
}
/* line 55, ../sass/object/project/_top.scss */
.p-top-popular--wrap {
  position: relative;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 1281px;
  width: 100%;
}
/* line 64, ../sass/object/project/_top.scss */
.p-top-popular--ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 64, ../sass/object/project/_top.scss */
  .p-top-popular--ttl {
    margin-bottom: 60px;
  }
}
/* line 70, ../sass/object/project/_top.scss */
.p-top-popular--ttl .en {
  display: block;
  color: #000000;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 70, ../sass/object/project/_top.scss */
  .p-top-popular--ttl .en {
    margin-bottom: 15px;
  }
}
/* line 81, ../sass/object/project/_top.scss */
.p-top-popular--ttl .jp {
  display: block;
  color: #6d6d6d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
/* line 89, ../sass/object/project/_top.scss */
.p-top-popular--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;
  padding-bottom: 30px;
  margin: 0 -4px;
}
@media screen and (min-width: 980px) {
  /* line 89, ../sass/object/project/_top.scss */
  .p-top-popular--list {
    padding-bottom: 50px;
  }
}
/* line 99, ../sass/object/project/_top.scss */
.p-top-popular--item {
  width: 50%;
  padding: 0 4px 8px;
}
@media screen and (min-width: 768px) {
  /* line 99, ../sass/object/project/_top.scss */
  .p-top-popular--item {
    width: 33.3%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 99, ../sass/object/project/_top.scss */
  .p-top-popular--item {
    width: 25%;
  }
}
/* line 110, ../sass/object/project/_top.scss */
.p-top-popular--link {
  display: block;
  background: #ffffff;
  padding: 10px 10px 15px;
  transition: .3s;
}
/* line 115, ../sass/object/project/_top.scss */
.p-top-popular--link:hover {
  background: #eeeeee;
}
/* line 120, ../sass/object/project/_top.scss */
.p-top-popular--photo {
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 980px) {
  /* line 120, ../sass/object/project/_top.scss */
  .p-top-popular--photo {
    padding-bottom: 25px;
  }
}
/* line 126, ../sass/object/project/_top.scss */
.p-top-popular--photo img {
  display: inline-block;
  vertical-align: bottom;
}
/* line 132, ../sass/object/project/_top.scss */
.p-top-popular--name {
  display: block;
  color: #6d6d6d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
/* line 142, ../sass/object/project/_top.scss */
.p-top-popular--data__rate {
  word-break: break-all;
  padding-bottom: 5px;
}
@media screen and (min-width: 980px) {
  /* line 142, ../sass/object/project/_top.scss */
  .p-top-popular--data__rate {
    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 150, ../sass/object/project/_top.scss */
.p-top-popular--data__rate .ttl {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhOTFjZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVhMzY5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #fa91cd), color-stop(100%, #5a3696));
  background-image: -moz-linear-gradient(left top, #fa91cd 0%, #5a3696 100%);
  background-image: -webkit-linear-gradient(left top, #fa91cd 0%, #5a3696 100%);
  background-image: linear-gradient(to right bottom, #fa91cd 0%, #5a3696 100%);
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 150, ../sass/object/project/_top.scss */
  .p-top-popular--data__rate .ttl {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 10px 10px;
    width: 80px;
  }
}
/* line 164, ../sass/object/project/_top.scss */
.p-top-popular--data__rate .data {
  text-align: right;
}
@media screen and (min-width: 980px) {
  /* line 164, ../sass/object/project/_top.scss */
  .p-top-popular--data__rate .data {
    width: calc(100% - 80px);
  }
}
/* line 170, ../sass/object/project/_top.scss */
.p-top-popular--data__rate .data .in {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhOTFjZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVhMzY5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #fa91cd), color-stop(100%, #5a3696));
  background-image: -moz-linear-gradient(left top, #fa91cd 0%, #5a3696 100%);
  background-image: -webkit-linear-gradient(left top, #fa91cd 0%, #5a3696 100%);
  background-image: linear-gradient(to right bottom, #fa91cd 0%, #5a3696 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 980px) {
  /* line 170, ../sass/object/project/_top.scss */
  .p-top-popular--data__rate .data .in {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* line 181, ../sass/object/project/_top.scss */
.p-top-popular--data__rate .data .in .mini {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 980px) {
  /* line 181, ../sass/object/project/_top.scss */
  .p-top-popular--data__rate .data .in .mini {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* line 190, ../sass/object/project/_top.scss */
.p-top-popular--data__profit {
  padding-bottom: 5px;
  word-break: break-all;
}
@media screen and (min-width: 980px) {
  /* line 190, ../sass/object/project/_top.scss */
  .p-top-popular--data__profit {
    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;
    padding-bottom: 15px;
  }
}
/* line 199, ../sass/object/project/_top.scss */
.p-top-popular--data__profit .ttl {
  background: #17afd0;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 199, ../sass/object/project/_top.scss */
  .p-top-popular--data__profit .ttl {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 10px 10px;
    width: 80px;
  }
}
/* line 212, ../sass/object/project/_top.scss */
.p-top-popular--data__profit .data {
  text-align: right;
}
@media screen and (min-width: 980px) {
  /* line 212, ../sass/object/project/_top.scss */
  .p-top-popular--data__profit .data {
    width: calc(100% - 80px);
  }
}
/* line 217, ../sass/object/project/_top.scss */
.p-top-popular--data__profit .data .in {
  color: #17afd0;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 980px) {
  /* line 217, ../sass/object/project/_top.scss */
  .p-top-popular--data__profit .data .in {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
/* line 226, ../sass/object/project/_top.scss */
.p-top-popular--data__profit .data .in .mini {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 232, ../sass/object/project/_top.scss */
.p-top-popular--data__totalprofit {
  word-break: break-all;
  padding-bottom: 5px;
}
@media screen and (min-width: 980px) {
  /* line 232, ../sass/object/project/_top.scss */
  .p-top-popular--data__totalprofit {
    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 240, ../sass/object/project/_top.scss */
.p-top-popular--data__totalprofit .ttl {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhOTFjZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVhMzY5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #fa91cd), color-stop(100%, #5a3696));
  background-image: -moz-linear-gradient(left top, #fa91cd 0%, #5a3696 100%);
  background-image: -webkit-linear-gradient(left top, #fa91cd 0%, #5a3696 100%);
  background-image: linear-gradient(to right bottom, #fa91cd 0%, #5a3696 100%);
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 240, ../sass/object/project/_top.scss */
  .p-top-popular--data__totalprofit .ttl {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 10px 10px;
    width: 80px;
  }
}
/* line 254, ../sass/object/project/_top.scss */
.p-top-popular--data__totalprofit .data {
  text-align: right;
}
@media screen and (min-width: 980px) {
  /* line 254, ../sass/object/project/_top.scss */
  .p-top-popular--data__totalprofit .data {
    width: calc(100% - 80px);
  }
}
/* line 260, ../sass/object/project/_top.scss */
.p-top-popular--data__totalprofit .data .in {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhOTFjZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVhMzY5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #fa91cd), color-stop(100%, #5a3696));
  background-image: -moz-linear-gradient(left top, #fa91cd 0%, #5a3696 100%);
  background-image: -webkit-linear-gradient(left top, #fa91cd 0%, #5a3696 100%);
  background-image: linear-gradient(to right bottom, #fa91cd 0%, #5a3696 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 980px) {
  /* line 260, ../sass/object/project/_top.scss */
  .p-top-popular--data__totalprofit .data .in {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
/* line 271, ../sass/object/project/_top.scss */
.p-top-popular--data__totalprofit .data .in .mini {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 277, ../sass/object/project/_top.scss */
.p-top-popular--data__pair {
  padding-bottom: 5px;
  word-break: break-all;
}
@media screen and (min-width: 980px) {
  /* line 277, ../sass/object/project/_top.scss */
  .p-top-popular--data__pair {
    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 285, ../sass/object/project/_top.scss */
.p-top-popular--data__pair .ttl {
  background: #17afd0;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 285, ../sass/object/project/_top.scss */
  .p-top-popular--data__pair .ttl {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 10px 10px;
    width: 80px;
  }
}
/* line 298, ../sass/object/project/_top.scss */
.p-top-popular--data__pair .data {
  text-align: right;
}
@media screen and (min-width: 980px) {
  /* line 298, ../sass/object/project/_top.scss */
  .p-top-popular--data__pair .data {
    width: calc(100% - 80px);
  }
}
/* line 303, ../sass/object/project/_top.scss */
.p-top-popular--data__pair .data .in {
  color: #17afd0;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 980px) {
  /* line 303, ../sass/object/project/_top.scss */
  .p-top-popular--data__pair .data .in {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* line 312, ../sass/object/project/_top.scss */
.p-top-popular--data__pair .data .in .mini {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 318, ../sass/object/project/_top.scss */
.p-top-popular--data__dl {
  word-break: break-all;
}
@media screen and (min-width: 980px) {
  /* line 318, ../sass/object/project/_top.scss */
  .p-top-popular--data__dl {
    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 325, ../sass/object/project/_top.scss */
.p-top-popular--data__dl .ttl {
  background: #58b077;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 325, ../sass/object/project/_top.scss */
  .p-top-popular--data__dl .ttl {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 10px 10px;
    width: 80px;
  }
}
/* line 339, ../sass/object/project/_top.scss */
.p-top-popular--data__dl .data {
  text-align: right;
}
@media screen and (min-width: 980px) {
  /* line 339, ../sass/object/project/_top.scss */
  .p-top-popular--data__dl .data {
    width: calc(100% - 80px);
  }
}
/* line 344, ../sass/object/project/_top.scss */
.p-top-popular--data__dl .data .in {
  color: #58b077;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 980px) {
  /* line 344, ../sass/object/project/_top.scss */
  .p-top-popular--data__dl .data .in {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* line 353, ../sass/object/project/_top.scss */
.p-top-popular--data__dl .data .in .mini {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 364, ../sass/object/project/_top.scss */
.p-top-news {
  padding: 50px 0;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  /* line 364, ../sass/object/project/_top.scss */
  .p-top-news {
    padding: 120px 0;
  }
}
/* line 370, ../sass/object/project/_top.scss */
.p-top-news--wrap {
  position: relative;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 1281px;
  width: 100%;
}
/* line 378, ../sass/object/project/_top.scss */
.p-top-news--ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 378, ../sass/object/project/_top.scss */
  .p-top-news--ttl {
    margin-bottom: 60px;
  }
}
/* line 385, ../sass/object/project/_top.scss */
.p-top-news--ttl .en {
  display: block;
  color: #000000;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 385, ../sass/object/project/_top.scss */
  .p-top-news--ttl .en {
    margin-bottom: 15px;
  }
}
/* line 396, ../sass/object/project/_top.scss */
.p-top-news--ttl .jp {
  display: block;
  color: #6d6d6d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  /* line 403, ../sass/object/project/_top.scss */
  .p-top-news--contents {
    border: 1px solid #000000;
    padding: 65px 10px;
  }
}
/* line 409, ../sass/object/project/_top.scss */
.p-top-news--list {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 409, ../sass/object/project/_top.scss */
  .p-top-news--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 417, ../sass/object/project/_top.scss */
.p-top-news--item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 417, ../sass/object/project/_top.scss */
  .p-top-news--item {
    width: 50%;
    padding: 0 10px;
  }
}
/* line 423, ../sass/object/project/_top.scss */
.p-top-news--item__link {
  background: #f8f8f8;
  border: 1px solid #b3b3b3;
  display: block;
  padding: 15px;
  transition: .3s;
  height: 100%;
}
@media screen and (min-width: 768px) {
  /* line 423, ../sass/object/project/_top.scss */
  .p-top-news--item__link {
    padding: 20px;
  }
}
/* line 433, ../sass/object/project/_top.scss */
.p-top-news--item__link:hover {
  background: #eeeeee;
}
/* line 436, ../sass/object/project/_top.scss */
.p-top-news--item__link.category-news .p-top-news--item__info {
  background-image: url(../images/news/icon_news.png);
}
/* line 439, ../sass/object/project/_top.scss */
.p-top-news--item__link.category-campaign .p-top-news--item__info {
  background-image: url(../images/news/icon_campaign.png);
}
/* line 442, ../sass/object/project/_top.scss */
.p-top-news--item__link .category-other .p-top-news--item__info {
  background-image: url(../images/news/icon_other.png);
}
/* line 446, ../sass/object/project/_top.scss */
.p-top-news--item__in {
  position: relative;
  padding: 10px 0 0 10px;
}
/* line 449, ../sass/object/project/_top.scss */
.p-top-news--item__in::before {
  content: '';
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 95px;
}
/* line 461, ../sass/object/project/_top.scss */
.p-top-news--item__category {
  color: #000000;
  display: block;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding-bottom: 10px;
}
/* line 469, ../sass/object/project/_top.scss */
.p-top-news--item__info {
  padding-left: 75px;
  margin-bottom: 10px;
  background: url(../images/news/icon_news.png) no-repeat left center;
  background-size: 58px 58px;
  min-height: 58px;
}
/* line 476, ../sass/object/project/_top.scss */
.p-top-news--item__data {
  color: #000000;
  display: block;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding-bottom: 5px;
}
/* line 484, ../sass/object/project/_top.scss */
.p-top-news--item__ttl {
  color: #6d6d6d;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
}
/* line 489, ../sass/object/project/_top.scss */
.p-top-news--item__btn {
  display: block;
  text-align: right;
}
/* line 492, ../sass/object/project/_top.scss */
.p-top-news--item__btn .in {
  background: #FFF100;
  color: #000000;
  display: inline-block;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 10px 15px;
}
/* line 503, ../sass/object/project/_top.scss */
.p-top-news--text {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  text-align: center;
}
/* line 508, ../sass/object/project/_top.scss */
.p-top-news--btn {
  text-align: center;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  /* line 508, ../sass/object/project/_top.scss */
  .p-top-news--btn {
    padding: 0;
  }
}
/* line 517, ../sass/object/project/_top.scss */
.p-top-recommend {
  padding: 50px 0;
  background: url(../images/top/recommend_bg.webp) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  /* line 517, ../sass/object/project/_top.scss */
  .p-top-recommend {
    padding: 120px 0;
  }
}
/* line 525, ../sass/object/project/_top.scss */
.p-top-recommend--wrap {
  position: relative;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 1281px;
  width: 100%;
}
/* line 534, ../sass/object/project/_top.scss */
.p-top-recommend--ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 534, ../sass/object/project/_top.scss */
  .p-top-recommend--ttl {
    margin-bottom: 60px;
  }
}
/* line 541, ../sass/object/project/_top.scss */
.p-top-recommend--ttl .en {
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 541, ../sass/object/project/_top.scss */
  .p-top-recommend--ttl .en {
    margin-bottom: 15px;
  }
}
/* line 553, ../sass/object/project/_top.scss */
.p-top-recommend--ttl .jp {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
/* line 561, ../sass/object/project/_top.scss */
.p-top-recommend--list {
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 561, ../sass/object/project/_top.scss */
  .p-top-recommend--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    max-width: 100%;
  }
}
/* line 571, ../sass/object/project/_top.scss */
.p-top-recommend--item {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 571, ../sass/object/project/_top.scss */
  .p-top-recommend--item {
    width: 33.3%;
    padding: 0 10px;
  }
}
/* line 579, ../sass/object/project/_top.scss */
.p-top-recommend--link {
  display: block;
  transition: .3s;
}
/* line 582, ../sass/object/project/_top.scss */
.p-top-recommend--link:hover {
  opacity: 0.7;
}
/* line 587, ../sass/object/project/_top.scss */
.p-top-recommend--logo {
  display: block;
  background: #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;
  padding: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 587, ../sass/object/project/_top.scss */
  .p-top-recommend--logo {
    margin-bottom: 20px;
    height: 225px;
  }
}
/* line 602, ../sass/object/project/_top.scss */
.p-top-recommend--name .in {
  position: relative;
  color: #ffffff;
  padding-right: 45px;
}
/* line 606, ../sass/object/project/_top.scss */
.p-top-recommend--name .in::before {
  content: '';
  background: #ffffff;
  display: block;
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 27px;
  height: 1px;
}
/* line 616, ../sass/object/project/_top.scss */
.p-top-recommend--name .in::after {
  content: '';
  background: #ffffff;
  display: block;
  position: absolute;
  bottom: 8px;
  right: 0;
  transform: rotate(45deg);
  width: 10px;
  height: 1px;
}
/* line 633, ../sass/object/project/_top.scss */
.p-top-about {
  padding: 50px 0;
  background: #e7e7e7;
}
@media screen and (min-width: 768px) {
  /* line 633, ../sass/object/project/_top.scss */
  .p-top-about {
    padding: 120px 0;
  }
}
/* line 640, ../sass/object/project/_top.scss */
.p-top-about--wrap {
  position: relative;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 640, ../sass/object/project/_top.scss */
  .p-top-about--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 100%;
  }
}
/* line 653, ../sass/object/project/_top.scss */
.p-top-about--photo {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 653, ../sass/object/project/_top.scss */
  .p-top-about--photo {
    margin-bottom: 0;
    width: 45%;
    padding-left: 10px;
  }
}
/* line 662, ../sass/object/project/_top.scss */
.p-top-about--info {
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 662, ../sass/object/project/_top.scss */
  .p-top-about--info {
    max-width: 100%;
    width: 55%;
  }
}
/* line 670, ../sass/object/project/_top.scss */
.p-top-about--ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 670, ../sass/object/project/_top.scss */
  .p-top-about--ttl {
    margin-bottom: 50px;
  }
}
/* line 675, ../sass/object/project/_top.scss */
.p-top-about--ttl .en {
  display: block;
  color: #000000;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Roboto", "Noto Sans JP", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  /* line 675, ../sass/object/project/_top.scss */
  .p-top-about--ttl .en {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
/* line 687, ../sass/object/project/_top.scss */
.p-top-about--ttl .jp {
  display: block;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  /* line 687, ../sass/object/project/_top.scss */
  .p-top-about--ttl .jp {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 696, ../sass/object/project/_top.scss */
.p-top-about--dl {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  /* line 696, ../sass/object/project/_top.scss */
  .p-top-about--dl {
    margin-bottom: 55px;
  }
}
/* line 702, ../sass/object/project/_top.scss */
.p-top-about--dt {
  display: block;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 702, ../sass/object/project/_top.scss */
  .p-top-about--dt {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
/* line 712, ../sass/object/project/_top.scss */
.p-top-about--btn {
  text-align: left;
}
/* line 714, ../sass/object/project/_top.scss */
.p-top-about--btn a {
  max-width: 180px;
  padding: 15px 30px;
}
@media screen and (min-width: 768px) {
  /* line 714, ../sass/object/project/_top.scss */
  .p-top-about--btn a {
    max-width: 240px;
  }
}
/* line 720, ../sass/object/project/_top.scss */
.p-top-about--btn a .in {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 727, ../sass/object/project/_top.scss */
.p-top--btn {
  padding: 60px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 727, ../sass/object/project/_top.scss */
  .p-top--btn {
    padding: 90px 0;
  }
}

/* =========================================================
page - 固定ページのクラスなど
========================================================= */
/* line 6, ../sass/object/project/_page.scss */
.p-page-mainvisual {
  height: 70vh;
  overflow: hidden;
  position: relative;
}
/* line 11, ../sass/object/project/_page.scss */
.p-page-mainvisual__h1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
/* line 16, ../sass/object/project/_page.scss */
.p-page-mainvisual__h1 small {
  color: #5bc8ac;
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 5px;
}
/* line 23, ../sass/object/project/_page.scss */
.p-page-mainvisual__h1 .underline {
  color: #fff;
  display: inline;
  background: linear-gradient(rgba(0, 0, 0, 0) 10%, #5bc8ac 0%);
}
/* line 30, ../sass/object/project/_page.scss */
.p-page-mainvisual__pagetitle {
  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;
  height: 100%;
}
/* line 36, ../sass/object/project/_page.scss */
.p-page-mainvisual__pagetitle__img {
  margin: 0 50px;
}
/* line 42, ../sass/object/project/_page.scss */
.p-page-mainvisual__btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
}
/* line 49, ../sass/object/project/_page.scss */
.p-page-mainvisual__btnlist {
  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: 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;
}
/* line 55, ../sass/object/project/_page.scss */
.p-page-mainvisual__btnlist li {
  margin: 0 5px;
}
/* line 58, ../sass/object/project/_page.scss */
.p-page-mainvisual__btnlist li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding: 15px;
}
/* line 68, ../sass/object/project/_page.scss */
.p-page-mainvisual__video {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
/* line 77, ../sass/object/project/_page.scss */
.p-page-mainvisual__video video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
/* line 91, ../sass/object/project/_page.scss */
.p-page-contact {
  background-color: rgba(22, 22, 38, 0.75);
  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;
  height: 38vh;
  overflow: hidden;
  position: relative;
}
/* line 101, ../sass/object/project/_page.scss */
.p-page-contact__h2 {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: .1rem;
  text-align: center;
}
/* line 110, ../sass/object/project/_page.scss */
.p-page-contact__btn {
  margin: 30px auto 0;
}
/* line 115, ../sass/object/project/_page.scss */
.p-page__section {
  background-color: #fff;
  padding: 70px 0;
}
/* line 120, ../sass/object/project/_page.scss */
.p-page--wrap {
  max-width: 1100px;
  margin: auto;
}
/* line 125, ../sass/object/project/_page.scss */
.p-page__h2 {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  position: relative;
  padding: 0 0 30px;
  margin: 0 0 25px;
}
/* line 132, ../sass/object/project/_page.scss */
.p-page__h2:after {
  background-color: #5586b3;
  content: '';
  display: block;
  height: 4px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 146, ../sass/object/project/_page.scss */
.p-page__text {
  margin: 50px auto 0;
  line-height: 1.8;
}
/* line 150, ../sass/object/project/_page.scss */
.p-page__text strong {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
/* line 156, ../sass/object/project/_page.scss */
.p-page__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: 50px auto 0;
}
/* line 162, ../sass/object/project/_page.scss */
.p-page__detail {
  border: 1px solid #aaa;
  border-radius: 10px;
  margin: 0 1% 20px;
  padding: 15px 0;
  width: 23%;
}
/* line 170, ../sass/object/project/_page.scss */
.p-page__subtitle {
  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;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
/* line 176, ../sass/object/project/_page.scss */
.p-page__subtitle span {
  background-color: #5586b3;
  color: #fff;
  margin: 0 8px 0 0;
  padding: 5px;
}
/* line 184, ../sass/object/project/_page.scss */
.p-page__explanation {
  padding: 10px;
}
/* line 189, ../sass/object/project/_page.scss */
.p-page dl.form_style {
  margin: 30px auto 0;
  max-width: 800px;
}
/* line 193, ../sass/object/project/_page.scss */
.p-page dl.form_style .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px dotted #000;
  padding: 10px 5px;
  margin: 10px auto;
}
@media screen and (min-width: 768px) {
  /* line 193, ../sass/object/project/_page.scss */
  .p-page dl.form_style .row {
    -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: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/* line 207, ../sass/object/project/_page.scss */
.p-page dl.form_style dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  margin: 0 5% 10px 0;
  max-width: 240px;
  min-width: 215px;
  width: 40%;
}
@media screen and (min-width: 768px) {
  /* line 207, ../sass/object/project/_page.scss */
  .p-page dl.form_style dt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 5% 0 0;
  }
}
/* line 223, ../sass/object/project/_page.scss */
.p-page dl.form_style dt .require {
  background-color: #d15151;
  color: #fff;
  margin: 0 0 0 8px;
  padding: 2px 5px;
}
/* line 231, ../sass/object/project/_page.scss */
.p-page dl.form_style dd {
  flex-grow: 1;
  line-height: 1.4;
}
/* line 235, ../sass/object/project/_page.scss */
.p-page dl.form_style dd input[type="text"] {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px;
  width: 100%;
}
/* line 241, ../sass/object/project/_page.scss */
.p-page dl.form_style dd input[type="email"] {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px;
  width: 100%;
}
/* line 247, ../sass/object/project/_page.scss */
.p-page dl.form_style dd input[name="tel[data][0]"],
.p-page dl.form_style dd input[name="tel[data][1]"],
.p-page dl.form_style dd input[name="tel[data][2]"] {
  width: 25%;
}
/* line 253, ../sass/object/project/_page.scss */
.p-page dl.form_style dd textarea {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px;
  width: 100%;
}
/* line 263, ../sass/object/project/_page.scss */
.p-page .form_style__btn input[type="submit"] {
  background-color: #1e1d76;
  border: none;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  padding: 16px 0;
  position: relative;
  max-width: 330px;
  margin: 60px auto 0;
  text-align: center;
  width: 80%;
}
/* line 279, ../sass/object/project/_page.scss */
.p-page .form_style__btn input[type="submit"]::after {
  background-image: url(../images/common/icon-btn-arw02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 294, ../sass/object/project/_page.scss */
.p-page .form_style__btn input[type="submit"]:hover {
  cursor: pointer;
  opacity: .7;
}

/* =========================================================
post - 投稿のクラスなど
========================================================= */
