@charset "UTF-8";
/*
Theme Name: momedan.jp
Version: 1.0
Description:
Author: cotolog Inc.
*/
/*#########################################################

読み込み

#########################################################*/
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ最大幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
  // デフォルト
  background: yellow;
  // タブレット
  @include mq(md){
    background: orange;
  }
  // デスクトップ
  @include mq(lg){
    background: red;
  }
}
//------------------------------
*/
/*
// ステップ2：デスクトップファースト用（モバイルファーストの場合はコメントアウト）
$breakpoints: (
  // タブレット(PC)
  'md': 'screen and (max-width: ' + $screen-md-min + ')',
  // スマートフォン
  'sm': 'screen and (max-width: ' + $screen-sm-min + ')',
  // コンテンツ幅用(PC)
  'lg': 'screen and (max-width: ' + $screen-lg-min + ') and (min-width: ' + $screen-md-min + ')',
) !default;
 */
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
  // デフォルト
  background: red;
  // タブレット
  @include mq(md){
    background: orange;
  }
  // スマートフォン
  @include mq(sm){
    background: yellow;
  }
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  height: 100%;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  html {
    height: 100%;
    font-size: 16px;
  }
}
body {
  height: auto;
  color: #FFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.8;
  }
}
a {
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.8, 0, 0.3, 1);
  text-decoration: none;
}
a:visited {
  color: #fff;
}
a:focus {
  color: #fff;
}
a:hover {
  color: #fff;
  opacity: 0.6;
}
a:active {
  color: #fff;
}
/*#########################################################

アニメーション

#########################################################*/
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
/* ========================================================
PC版・SP版専用設定(PCファースト用)
=========================================================*/
/*
// TODO 切り替る幅をsm,md,lgから選択
.pc{
	@include g.mq(md){
		display: none !important;
	}
}
.sp{
	display: none !important;
	@include g.mq(md){
		display: inherit !important;
	}
}
*/
/*#########################################################

プロジェクト専用

#########################################################*/
/* ========================================================
Components
=========================================================*/
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ最大幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
  // デフォルト
  background: yellow;
  // タブレット
  @include mq(md){
    background: orange;
  }
  // デスクトップ
  @include mq(lg){
    background: red;
  }
}
//------------------------------
*/
/*
// ステップ2：デスクトップファースト用（モバイルファーストの場合はコメントアウト）
$breakpoints: (
  // タブレット(PC)
  'md': 'screen and (max-width: ' + $screen-md-min + ')',
  // スマートフォン
  'sm': 'screen and (max-width: ' + $screen-sm-min + ')',
  // コンテンツ幅用(PC)
  'lg': 'screen and (max-width: ' + $screen-lg-min + ') and (min-width: ' + $screen-md-min + ')',
) !default;
 */
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
  // デフォルト
  background: red;
  // タブレット
  @include mq(md){
    background: orange;
  }
  // スマートフォン
  @include mq(sm){
    background: yellow;
  }
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  height: 100%;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  html {
    height: 100%;
    font-size: 16px;
  }
}
body {
  height: auto;
  color: #FFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.8;
  }
}
a {
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.8, 0, 0.3, 1);
  text-decoration: none;
}
a:visited {
  color: #fff;
}
a:focus {
  color: #fff;
}
a:hover {
  color: #fff;
  opacity: 0.6;
}
a:active {
  color: #fff;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
/* ========================================================
PC版・SP版専用設定(PCファースト用)
=========================================================*/
/*
// TODO 切り替る幅をsm,md,lgから選択
.pc{
	@include g.mq(md){
		display: none !important;
	}
}
.sp{
	display: none !important;
	@include g.mq(md){
		display: inherit !important;
	}
}
*/
/*#########################################################

プロジェクト専用

#########################################################*/
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ最大幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
  // デフォルト
  background: yellow;
  // タブレット
  @include mq(md){
    background: orange;
  }
  // デスクトップ
  @include mq(lg){
    background: red;
  }
}
//------------------------------
*/
/*
// ステップ2：デスクトップファースト用（モバイルファーストの場合はコメントアウト）
$breakpoints: (
  // タブレット(PC)
  'md': 'screen and (max-width: ' + $screen-md-min + ')',
  // スマートフォン
  'sm': 'screen and (max-width: ' + $screen-sm-min + ')',
  // コンテンツ幅用(PC)
  'lg': 'screen and (max-width: ' + $screen-lg-min + ') and (min-width: ' + $screen-md-min + ')',
) !default;
 */
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
  // デフォルト
  background: red;
  // タブレット
  @include mq(md){
    background: orange;
  }
  // スマートフォン
  @include mq(sm){
    background: yellow;
  }
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  height: 100%;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  html {
    height: 100%;
    font-size: 16px;
  }
}
body {
  height: auto;
  color: #FFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.8;
  }
}
a {
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.8, 0, 0.3, 1);
  text-decoration: none;
}
a:visited {
  color: #fff;
}
a:focus {
  color: #fff;
}
a:hover {
  color: #fff;
  opacity: 0.6;
}
a:active {
  color: #fff;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
/* ========================================================
PC版・SP版専用設定(PCファースト用)
=========================================================*/
/*
// TODO 切り替る幅をsm,md,lgから選択
.pc{
	@include g.mq(md){
		display: none !important;
	}
}
.sp{
	display: none !important;
	@include g.mq(md){
		display: inherit !important;
	}
}
*/
/*#########################################################

プロジェクト専用

#########################################################*/
.o-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: 0;
  padding: 65px 36px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .o-header {
    left: 3vw;
    padding: 10px 10px 0;
    top: 3vw;
    width: 94vw;
  }
}
.o-header-btn {
  cursor: pointer;
  height: 20px;
  position: relative;
  width: 36px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .o-header-btn {
    background: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
  }
}
.o-header-btn span {
  display: block;
  height: 4px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .o-header-btn span {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35px;
  }
}
.o-header-btn span:first-of-type {
  background: #2e7c2f;
  top: 0;
}
@media screen and (min-width: 768px) {
  .o-header-btn span:first-of-type {
    top: calc(50% - 8px);
  }
}
.o-header-btn span:nth-of-type(2) {
  background: #639c3d;
  top: 8px;
}
@media screen and (min-width: 768px) {
  .o-header-btn span:nth-of-type(2) {
    top: 50%;
  }
}
.o-header-btn span:nth-of-type(3) {
  background: #82b046;
  top: 16px;
}
@media screen and (min-width: 768px) {
  .o-header-btn span:nth-of-type(3) {
    top: calc(50% + 8px);
  }
}
.o-header-btn.is-open span {
  top: 9px;
  width: 38px;
}
@media screen and (min-width: 768px) {
  .o-header-btn.is-open span {
    left: 50%;
    position: absolute;
    top: 50%;
  }
}
.o-header-btn.is-open span:first-of-type {
  left: 1px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
@media screen and (min-width: 768px) {
  .o-header-btn.is-open span:first-of-type {
    left: calc(50% + 2px);
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
    transform: translate(-50%, -50%) rotate(30deg);
  }
}
.o-header-btn.is-open span:nth-of-type(2) {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
@media screen and (min-width: 768px) {
  .o-header-btn.is-open span:nth-of-type(2) {
    margin: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
    transform: translate(-50%, -50%) rotate(-30deg);
  }
}
.o-header-btn.is-open span:nth-of-type(3) {
  opacity: 0;
}
.o-header nav {
  display: none;
  height: calc(100vh - 42px);
  left: 3.5vw;
  overflow-y: auto;
  position: absolute;
  top: 42px;
  width: 93vw;
}
@media screen and (min-width: 768px) {
  .o-header nav {
    height: calc(100vh - 3vw);
    left: 0;
    top: 0;
    width: 100%;
  }
}
.o-header nav div {
  background: rgba(0, 0, 0, 0.79);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100%;
  padding: 68px 22px 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .o-header nav div {
    padding: 70px;
  }
}
.o-header nav ul {
  list-style: none;
}
.o-header nav ul li {
  font-size: 5.6vw;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .o-header nav ul li {
    font-size: 15px;
  }
}
.o-header nav ul li a {
  display: block;
}
.o-header nav ul li span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-header nav ul li span span {
  font-size: 2vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .o-header nav ul li span span {
    font-size: 7px;
  }
}
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ最大幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
  // デフォルト
  background: yellow;
  // タブレット
  @include mq(md){
    background: orange;
  }
  // デスクトップ
  @include mq(lg){
    background: red;
  }
}
//------------------------------
*/
/*
// ステップ2：デスクトップファースト用（モバイルファーストの場合はコメントアウト）
$breakpoints: (
  // タブレット(PC)
  'md': 'screen and (max-width: ' + $screen-md-min + ')',
  // スマートフォン
  'sm': 'screen and (max-width: ' + $screen-sm-min + ')',
  // コンテンツ幅用(PC)
  'lg': 'screen and (max-width: ' + $screen-lg-min + ') and (min-width: ' + $screen-md-min + ')',
) !default;
 */
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
  // デフォルト
  background: red;
  // タブレット
  @include mq(md){
    background: orange;
  }
  // スマートフォン
  @include mq(sm){
    background: yellow;
  }
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  height: 100%;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  html {
    height: 100%;
    font-size: 16px;
  }
}
body {
  height: auto;
  color: #FFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.8;
  }
}
a {
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.8, 0, 0.3, 1);
  text-decoration: none;
}
a:visited {
  color: #fff;
}
a:focus {
  color: #fff;
}
a:hover {
  color: #fff;
  opacity: 0.6;
}
a:active {
  color: #fff;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
/* ========================================================
PC版・SP版専用設定(PCファースト用)
=========================================================*/
/*
// TODO 切り替る幅をsm,md,lgから選択
.pc{
	@include g.mq(md){
		display: none !important;
	}
}
.sp{
	display: none !important;
	@include g.mq(md){
		display: inherit !important;
	}
}
*/
/*#########################################################

プロジェクト専用

#########################################################*/
.o-footer {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .o-footer {
    padding-bottom: 30px;
  }
}
.o-footer .copy {
  display: block;
  font-size: 3.2vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .o-footer .copy {
    font-size: 17px;
  }
}
body {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}
body:after {
  background: url(../img/common/bg_sp.jpg) no-repeat top center/cover;
  content: "";
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -999;
}
@media screen and (min-width: 768px) {
  body:after {
    background-image: url(../img/common/bg.jpg);
  }
}
img {
  max-width: 100%;
}
.p-top {
  height: calc(100vh - 42px);
  margin: 42px 3.5vw 0;
  padding-bottom: 92px;
  overflow-y: auto;
  /* TikTok企画 */
}
@media screen and (min-width: 768px) {
  .p-top {
    height: calc(100vh - 3vw);
    margin: 3vw;
    padding-bottom: 3vw;
    width: auto;
  }
}
.p-top-container {
  background-color: rgba(0, 0, 0, 0.79);
}
.p-top .mv {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .mv {
    padding: 30px;
  }
}
.p-top .mv-inner h1 {
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-top .mv-inner h1 {
    width: 49%;
  }
}
.p-top .mv-inner h1 img {
  height: auto;
  width: 100%;
}
.p-top .mv-inner-text {
  margin-top: 30vw;
}
@media screen and (min-width: 768px) {
  .p-top .mv-inner-text {
    margin-top: 60px;
  }
}
.p-top .mv-inner-text h2 {
  font-size: 6vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-top .mv-inner-text h2 {
    font-size: 58px;
    margin-bottom: 20px;
  }
}
.p-top .mv-inner-text p {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-top .mv-inner-text p {
    font-size: 16px;
  }
}
.p-top .content h3 {
  background: url(../img/common/bg-header.png) no-repeat center/140px auto;
  font-size: 6.4vw;
  margin: 0 auto 40px;
  padding: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .content h3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: auto 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 43px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    min-height: 125px;
  }
}
.p-top .content h3.title-artist {
  font-size: 5.2vw;
}
@media screen and (min-width: 768px) {
  .p-top .content h3.title-artist {
    font-size: 43px;
  }
}
.p-top .content h3.title-final {
  margin-bottom: 10px;
}
.p-top .content h3 span {
  display: block;
  font-size: 3.5vw;
}
@media screen and (min-width: 768px) {
  .p-top .content h3 span {
    font-size: 25px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-top .content .price {
    margin-bottom: 95px;
  }
}
.p-top .content .price-total-header {
  font-size: 13vw;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .content .price-total-header {
    font-size: 56px;
    line-height: 1;
  }
}
.p-top .content .price-total-header span {
  font-size: 19vw;
}
@media screen and (min-width: 768px) {
  .p-top .content .price-total-header span {
    font-size: 82px;
    margin-left: 10px;
  }
}
.p-top .content .price-win-text {
  font-size: 13.8vw;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .content .price-win-text {
    font-size: 63px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
.p-top .content .price-artist-text {
  font-size: 11.5vw;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .content .price-artist-text {
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
.p-top .content .price-join-text {
  font-size: 7vw;
  margin-bottom: 46px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .content .price-join-text {
    font-size: 42px;
  }
}
.p-top .content h5 {
  background-color: #E2FF00;
  border-radius: 40px;
  color: #000;
  font-size: 8.7vw;
  margin: 0 auto 24px;
  padding: 10px;
  text-align: center;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top .content h5 {
    font-size: 32px;
    width: 320px;
  }
}
.p-top .content h5.award-2nd {
  font-size: 7vw;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-top .content h5.award-2nd {
    font-size: 32px;
    width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .p-top .content .artist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-top .content .artist-introduction {
  margin: 0 auto 35px;
  width: 64%;
}
@media screen and (min-width: 768px) {
  .p-top .content .artist-introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 65px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top .content .artist-introduction:first-of-type {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 768px) {
  .p-top .content .artist-introduction-wrap {
    max-width: 80%;
  }
}
.p-top .content .artist-introduction figure {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-top .content .artist-introduction figure {
    margin: 0 35px 0 0;
    max-width: 222px;
  }
}
.p-top .content .artist-introduction figure img {
  height: auto;
}
.p-top .content .artist-introduction h4 {
  font-size: 5.8vw;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .content .artist-introduction h4 {
    font-size: 29px;
    text-align: left;
  }
}
.p-top .content .artist-introduction p {
  font-size: 3vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-top .content .artist-introduction p {
    font-size: 15px;
    width: 100%;
  }
}
.p-top .content h4 {
  font-size: 6.2vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .content h4 {
    font-size: 39px;
    margin-bottom: 40px;
  }
}
.p-top .content h4.subtitle-schedule {
  font-size: 4.35vw;
}
@media screen and (min-width: 768px) {
  .p-top .content h4.subtitle-schedule {
    font-size: 39px;
  }
}
.p-top .content .schedule {
  margin-bottom: 30vw;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule {
    margin-bottom: 165px;
  }
}
.p-top .content .schedule-flow {
  list-style: none;
  margin: 0 auto;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
  }
}
.p-top .content .schedule-flow li {
  border: 4px solid #39b54a;
  border-radius: 45px;
  min-height: 57vw;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: auto;
    padding: 40px 20px;
    width: calc((100% - 50px) / 3);
  }
}
.p-top .content .schedule-flow li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.p-top .content .schedule-flow li:not(:last-of-type)::after {
  background: #39b54a;
  bottom: -26px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  height: 26px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 31px;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow li:not(:last-of-type)::after {
    bottom: auto;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    height: 30px;
    left: auto;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
  }
}
.p-top .content .schedule-flow li figure {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow li figure {
    margin-bottom: 24px;
  }
}
.p-top .content .schedule-flow li figure img {
  height: auto;
  width: 90%;
}
.p-top .content .schedule-flow li p {
  font-size: 3.15vw;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow li p {
    font-size: 18px;
  }
}
.p-top .content .schedule-flow li dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-top .content .schedule-flow li dl dt {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow li dl dt {
    margin-bottom: 26px;
  }
}
.p-top .content .schedule-flow li dl dd {
  text-align: center;
}
.p-top .content .schedule-flow li:nth-of-type(1) dl dt {
  font-size: 8vw;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow li:nth-of-type(1) dl dt {
    font-size: 40px;
    margin-bottom: 38px;
  }
}
.p-top .content .schedule-flow li:nth-of-type(1) dl dd {
  font-size: 6.5vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow li:nth-of-type(1) dl dd {
    font-size: 36px;
  }
}
.p-top .content .schedule-flow li:nth-of-type(1) dl dd > span {
  display: block;
  font-size: 1.8vw;
  margin-top: 20px;
}
.p-top .content .schedule-flow li:nth-of-type(1) dl dd > span.left {
  line-height: 1.4;
  text-align: left;
}
@media screen and (min-width: 375px) {
  .p-top .content .schedule-flow li:nth-of-type(1) dl dd > span {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow li:nth-of-type(1) dl dd > span {
    font-size: 18px;
  }
}
.p-top .content .schedule-flow li:nth-of-type(2) dl dt {
  font-size: 8vw;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow li:nth-of-type(2) dl dt {
    font-size: 40px;
    margin-bottom: 38px;
  }
}
.p-top .content .schedule-flow li:nth-of-type(2) dl dd {
  font-size: 6.5vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow li:nth-of-type(2) dl dd {
    font-size: 36px;
  }
}
.p-top .content .schedule-flow li:nth-of-type(3) dl {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-top .content .schedule-flow li:nth-of-type(3) dl dt {
  font-size: 6.5vw;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow li:nth-of-type(3) dl dt {
    font-size: 37px;
  }
}
.p-top .content .schedule-flow li:nth-of-type(3) dl dd {
  font-size: 5.8vw;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-flow li:nth-of-type(3) dl dd {
    font-size: 32px;
  }
}
.p-top .content .schedule-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-top .content .schedule-info-box {
  width: 80%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #39b54a;
  border-radius: 20px;
  padding: 10px;
  margin: 50px auto;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-info-box {
    padding: 10px 35px;
  }
}
.p-top .content .schedule-info-box figure {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-info-box figure {
    margin-right: 20px;
  }
}
.p-top .content .schedule-info-box figure img {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-info-box figure img {
    width: 90px;
  }
}
.p-top .content .schedule-info-box p {
  font-size: 3vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule-info-box p {
    font-size: inherit;
  }
}
.p-top .content .schedule a {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #03ffff;
  border-radius: 28px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 7vw auto 0;
  min-height: 40px;
  padding: 8px 10px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-top .content .schedule a {
    font-size: 22px;
    height: 56px;
    margin-top: 38px;
    width: 415px;
  }
}
@media screen and (min-width: 768px) {
  .p-top .announce {
    margin-bottom: 210px;
  }
}
.p-top .announce .announce-result {
  text-align: center;
  padding: 15px 0;
  border: white solid 8px;
  max-width: 80%;
  margin: 0 auto 70px;
}
@media screen and (min-width: 768px) {
  .p-top .announce .announce-result {
    font-size: 42px;
  }
}
.p-top .announce .announce-result a {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .announce .announce-result a {
    font-size: 42px;
  }
}
.p-top .announce .announce-result a:last-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-top .announce .announce-result a:last-child {
    margin-bottom: 30px;
  }
}
.p-top .announce-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #54d667;
  border-radius: 80px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 5.8vw;
  height: 130px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 60px;
  text-align: center;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top .announce-box {
    font-size: 29px;
    height: auto;
    line-height: 1.2;
    margin-bottom: 84px;
    min-height: 80px;
    padding: 10px 0;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .p-top .announce-box {
    font-size: 39px;
    width: 80%;
  }
}
.p-top .announce-box:first-of-type {
  font-size: 6.5vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top .announce-box:first-of-type {
    font-size: 29px;
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top .announce-box:first-of-type {
    font-size: 39px;
  }
}
.p-top .announce .sns-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 22vw 0;
}
@media screen and (min-width: 768px) {
  .p-top .announce .sns-icon {
    margin: 0;
  }
}
.p-top .announce .sns-icon li {
  width: 15%;
}
@media screen and (min-width: 768px) {
  .p-top .announce .sns-icon li {
    width: 74px;
  }
}
.p-top .announce .sns-icon li:not(:last-of-type) {
  margin-right: 24px;
}
@media screen and (min-width: 768px) {
  .p-top .announce .sns-icon li:not(:last-of-type) {
    margin-right: 31px;
  }
}
.p-top .announce .sns-icon li img {
  height: auto;
}
.p-top .step {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  .p-top .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 768px) {
  .p-top .step-inner {
    max-width: 70%;
  }
}
.p-top .step h4 {
  margin-bottom: 40px;
}
.p-top .step-flow {
  margin: 0 auto 35px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top .step-flow {
    margin-bottom: 30px;
    width: auto;
  }
}
.p-top .step-flow dt {
  background: #54d667;
  border-radius: 20px;
  display: inline-block;
  font-size: 3vw;
  margin-bottom: 15px;
  padding: 2px 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .step-flow dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    height: 49px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 23px;
    padding: 0;
    width: 260px;
  }
}
.p-top .step-flow dd {
  font-size: 3.7vw;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .p-top .step-flow dd {
    font-size: 17px;
  }
}
.p-top .step a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #03ffff;
  border-radius: 13px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 5vw;
  height: 62px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10vw auto;
  width: 63%;
}
@media screen and (min-width: 768px) {
  .p-top .step a {
    font-size: 23px;
    margin: 75px auto;
    width: 327px;
  }
}
.p-top .song {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  .p-top .song {
    margin-bottom: 186px;
  }
}
.p-top .song-box {
  margin: 0 auto;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-top .song-box {
    margin: 0;
    width: 28%;
  }
}
.p-top .song-box:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-top .song-box:not(:last-of-type) {
    margin: 0 8% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top .song-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 86%;
  }
}
.p-top .song-box img {
  height: auto;
  width: 100%;
}
.p-top .song-box dl {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .song-box dl {
    margin-bottom: 40px;
  }
}
.p-top .song-box dl dt {
  font-size: 3vw;
}
@media screen and (min-width: 768px) {
  .p-top .song-box dl dt {
    font-size: 25px;
  }
}
.p-top .song-box dl dd {
  font-size: 2vw;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
@media screen and (min-width: 768px) {
  .p-top .song-box dl dd {
    font-size: 14px;
    -webkit-transform: none;
    transform: none;
  }
}
.p-top .song-box a {
  background: #54d667;
  border-radius: 20px;
  color: #000;
  display: block;
  font-size: 4vw;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top .song-box a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    height: 49px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
}
.p-top .song-box.new figure {
  position: relative;
}
.p-top .song-box.new figure::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6ff19;
  border-radius: 50%;
  color: #000;
  content: "NEW";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: -27px;
  top: -27px;
  width: 54px;
}
@media screen and (min-width: 768px) {
  .p-top .song-box.new figure::after {
    font-size: 25px;
    height: 98px;
    width: 98px;
  }
}
.p-top .standard {
  margin-bottom: 20vw;
}
@media screen and (min-width: 768px) {
  .p-top .standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 213px;
  }
}
@media screen and (min-width: 768px) {
  .p-top .standard-inner {
    max-width: 86%;
  }
}
.p-top .standard p {
  font-size: 3vw;
  line-height: 1.8;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top .standard p {
    font-size: 25px;
    width: auto;
  }
}
.p-top .standard p:not(:last-of-type) {
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  .p-top .standard p:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
.p-top .standard p span {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-top .standard p span {
    font-size: 25px;
  }
}
.p-top .final {
  margin-bottom: 30vw;
}
@media screen and (min-width: 768px) {
  .p-top .final {
    margin-bottom: 88px;
  }
}
.p-top .final-text-wrap {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-top .final-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
  }
}
.p-top .final-text p {
  font-size: 3.25vw;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .final-text p {
    margin-bottom: 0;
    font-size: 29px;
  }
}
.p-top .final-text p.attention {
  font-size: 2vw;
  margin-bottom: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
@media screen and (min-width: 768px) {
  .p-top .final-text p.attention {
    font-size: 15px;
    text-align: right;
    -webkit-transform: none;
    transform: none;
  }
}
.p-top .final-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  width: 84%;
}
@media screen and (min-width: 768px) {
  .p-top .final-list {
    width: 66%;
  }
}
.p-top .final-list li {
  margin-bottom: 15px;
  text-align: center;
  width: 47%;
}
@media screen and (min-width: 768px) {
  .p-top .final-list li {
    margin: 0;
    width: 22%;
  }
}
.p-top .final-list li img {
  height: auto;
  width: 100%;
}
.p-top .final-list li span {
  font-size: 3.8vw;
}
@media screen and (min-width: 768px) {
  .p-top .final-list li span {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-top .final-list li span.small {
    display: block;
    font-size: 19px;
    margin-top: 6px;
  }
}
.p-top .final-vote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/top/icon_plus.svg) no-repeat top center/27px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px auto 0;
  padding-top: 30px;
  width: 88%;
}
@media screen and (min-width: 768px) {
  .p-top .final-vote {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 47px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 26px;
    padding-top: 77px;
  }
}
.p-top .final-vote figure {
  width: 33%;
}
@media screen and (min-width: 768px) {
  .p-top .final-vote figure {
    margin-right: 18px;
    width: 150px;
  }
}
.p-top .final-vote figure img {
  height: auto;
}
.p-top .final-vote p {
  font-size: 5.5vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-top .final-vote p {
    font-size: 34px;
  }
}
.p-top .terms {
  margin-bottom: 25vw;
}
@media screen and (min-width: 768px) {
  .p-top .terms {
    margin-bottom: 100px;
  }
}
.p-top .terms-box {
  background: #fff;
  color: #000;
  height: 80vh;
  margin: 0 auto 35px;
  overflow-y: auto;
  width: 84%;
}
@media screen and (min-width: 768px) {
  .p-top .terms-box {
    height: 390px;
  }
}
.p-top .terms a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #03ffff;
  border-radius: 13px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6.5vw;
  height: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-top .terms a {
    font-size: 26px;
    width: 213px;
  }
}
.p-top .in-tiktok {
  background: #000;
  border: 2px solid #6FC97B;
  border-radius: 19px;
  margin: 0 auto 66px;
  padding: 24px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top .in-tiktok {
    border-radius: 37px;
    border-width: 6px;
    margin-bottom: 60px;
    padding: 60px;
    width: 86%;
  }
}
.p-top .in-tiktok img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top .in-tiktok img {
    width: 80%;
  }
}
.p-top .in-tiktok h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-top .in-tiktok h2 {
    margin-bottom: 35px;
  }
}
.p-top .in-tiktok ol {
  list-style: none;
  margin: 50px auto 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top .in-tiktok ol {
    margin: 65px auto 50px;
    width: 80%;
  }
}
.p-top .in-tiktok ol li {
  background: #fff;
  border-radius: 9px;
  padding: 17px 10px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top .in-tiktok ol li {
    border-radius: 25px;
    padding: 23px;
  }
}
.p-top .in-tiktok ol li::before {
  content: "";
  height: 19px;
  left: -20px;
  position: absolute;
  top: -10px;
  width: 55px;
}
@media screen and (min-width: 768px) {
  .p-top .in-tiktok ol li::before {
    height: 45px;
    top: -22px;
    width: 130px;
  }
}
.p-top .in-tiktok ol li:first-of-type {
  margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .p-top .in-tiktok ol li:first-of-type {
    margin-bottom: 50px;
  }
}
.p-top .in-tiktok ol li:first-of-type::before {
  background: url(../img/in-tiktok/step1.png) no-repeat top left/cover;
}
.p-top .in-tiktok ol li:nth-of-type(2)::before {
  background: url(../img/in-tiktok/step2.png) no-repeat top left/cover;
}
.p-top .ticket {
  margin-bottom: 30vw;
}
@media screen and (min-width: 768px) {
  .p-top .ticket {
    margin-bottom: 150px;
  }
}
.p-top .ticket dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 5.8vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-top .ticket dl dt {
    font-size: 29px;
    margin-bottom: 30px;
  }
}
.p-top .ticket dl dt span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #54d667;
  border-radius: 40px;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.8em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 275px;
  width: 50%;
}
.p-top .ticket dl dd {
  font-size: 5.8vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .ticket dl dd {
    font-size: 29px;
  }
}
.p-top .ticket dl dd span {
  display: block;
  font-size: 3.7vw;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-top .ticket dl dd span {
    font-size: 17px;
    margin: 30px 0 50px;
  }
}
.p-top .ticket dl dd a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #03ffff;
  border-radius: 13px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 5vw;
  height: 2.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .p-top .ticket dl dd a {
    font-size: 24px;
    height: 55px;
    max-width: 345px;
  }
}
.p-top .ticket dl + dl {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .p-top .ticket dl + dl {
    margin-top: 130px;
  }
}
.p-top .ticket .time-table {
  text-align: center;
}
.p-top .ticket .time-table img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top .pc-hide {
    display: none;
  }
}
.p-top .sp-hide {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top .sp-hide {
    display: block;
  }
}
.p-top .fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
.p-top .fade.fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}