/** Shopify CDN: Minification failed

Line 383:1 Unexpected "html"
Line 462:0 All "@import" rules must come first

**/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/*############################################*/
/*（1）文字設定-共有*/
/*############################################*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html {
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 180%;
  font-family: 'Lato', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #252525;
  _letter-spacing: -0.05em;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
}
.large {
  font-size: 16px;
}
.larger {
  font-size: 18px;
}
.smaller {
  font-size: 12px;
}
a:link {
  color: #5c93d7;
  text-decoration: none;
}
a:visited {
  color: #5c93d7;
  text-decoration: none;
}
/*ホバー*/
a:hover {
  color: #df5d5d;
  text-decoration: none;
}
/*文字色*/
.aka {
  color: #cc2222;
}
.kuro {
  color: #000000 !important;
}
.ao {
  color: #69a9e1;
}
.bold {
  font-weight: bold;
}
.serif,
.serif span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*############################################*/
/*（2）サイト全体-共有*/
/*############################################*/
html,
body {
  height: 100%;
}
/* IE7でpadding指定 */
*:first-child+html body {
  padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
  padding-left: 1px;
}
img, h1, h2, h3, h4, h5, h6, p, form {
  border: none;
  margin: 0;
}
img {
  vertical-align: top;
}
ul, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
table,
h1, h2, h3, h4, h5, h6 {
  /*これないと、IEでbodyのフォントサイズが引き継がれない*/
  font-size: 100%;
}
/*floatキャンセル*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.tt {
  border: solid 1px #dbdbdb;
  _border-width: 0 1px 1px 0px;
  border-collapse: collapse;
}
.tt td,
.tt th {
  padding: 6px 12px;
  border: solid 1px #dbdbdb;
  _border-width: 1px 0 0 1px;
}
/*############################################*/
/*（3）ヘッダーとか基本構成*/
/*############################################*/
body {
  padding: 0;
  margin: 0;
  text-align: center;
}
/*responsive---------------------------------------------------------------------------------------*/
/*############################################*/
/*  */
/*############################################*/
.sp {
  display: none;
}
@media (max-width: 992px) {}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*############################################*/
  /*（3）ヘッダーとか基本構成*/
  /*############################################*/
  html,
  body {
    height: auto;
    padding: 0;
    margin: 0;
    text-align: center;
  }
}
/* /@media */
@media only screen and (max-width: 374px) {
  /*iPhone5サイズ*/
}
/* /@media */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP&family=Oswald&display=swap');
.qBtn,
.nextBtn,
.prevBtn {
  width: 100%;
  margin: 0 auto 10px;
  padding: 25px 20px 25px 55px;
  background: #fff;
  border: solid 3px #999;
  border-radius: 4px;
  transition: background-color 0.4s;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  text-align: center;
}
#matchingchart_bat .qBtn {
  padding: 30px 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
#matchingchart_bat .nextBtn,
#matchingchart_bat .prevBtn {
  font-size: 1.8rem;
  font-weight: bold;
}
#matchingchart_bat .qBtn::first-letter,
#matchingchart_bat .qBtn span {
	color: #FF0100;
}
#matchingchart_bat .q4 .qBtn::first-letter,
#matchingchart_bat .q5 .qBtn::first-letter{
	color: #000;
}
.qBtn {
  position: relative;
}
.qBtn:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/cdn/shop/files/cm_icon_btn.svg);
  background-size: contain;
  position: absolute;
  /*top: 35%;*/
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#matchingchart_cm .qBtn {
  text-align: left;
  line-height: 1.7;
}
#matchingchart_bat .question-contents.q3 .btn-contents .qBtn {
  min-height: 112px
}
/*.q2 .qBtn:before{
	top: 40%;
}

.q3 .qBtn:before{
	left: 10px;
}*/
.qBtn h4 {
  color: #FF0100;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.qBtn .box {
  display: block;
  margin-top: 15px;
}
.qBtn .box span {
  display: inline;
  border: 1px solid #000;
  font-size: 1.2rem;
  padding: 3px 5px;
}
.qBtn img {
  display: block;
  width: 220px;
  margin: 18px auto;
}
.qBtn span.sub-txt {
  font-size: 1.4rem;
  color: #000;
  display: block;
}
.q3 .qBtn span.sub-txt {
  margin-top: 10px;
}
.q3 .qBtn {
  position: relative;
  padding: 15px 20px 15px 55px;
}
#matchingchart_cm .q3 .qBtn.n01 {
  background: url(/cdn/shop/files/cm_img_q03_01.png) #fff no-repeat;
  background-size: 137px 97px;
  background-position: bottom 5px right 10px;
}
#matchingchart_cm .q3 .qBtn.n02 {
  background: url(/cdn/shop/files/cm_img_q03_02.png) #fff no-repeat;
  background-size: 137px 97px;
  background-position: bottom 5px right 10px;
}
#matchingchart_bat .q3 .qBtn:before {
  left: 10px;
}
#matchingchart_bat .q3 .qBtn.n02 {
  font-feature-settings: "palt";
}
.q4 .qBtn {
  position: relative;
  padding: 15px 20px 15px 55px;
}
#matchingchart_cm .q4 .qBtn.n01 {
  background: url(/cdn/shop/files/cm_img_q04_01.png) #fff no-repeat;
  background-size: 110px 102px;
  background-position: bottom 25px right 10px;
}
#matchingchart_cm .q4 .qBtn.n02 {
  padding-top: 25px;
  padding-bottom: 25px;
  background: url(/cdn/shop/files/cm_img_q04_02.png) #fff no-repeat;
  background-size: 110px 102px;
  background-position: bottom 25px right 10px;
}
.q3 .qBtn:hover,
.q4 .qBtn:hover {
  background-color: #FFD5D5;
}
@media only screen and (max-width: 375px) {
  .q4 .qBtn.n02 br {
    display: block;
  }
}
.qBtn:hover {
  background: #FFD5D5;
  border: solid 3px #999;
}
.qBtn:hover:before {
  background: url(/cdn/shop/files/cm_icon_btn_hover.svg);
}
.qBtn.current {
  background: #FFD5D5;
}
.qBtn.current:before {
  background: url(/cdn/shop/files/cm_icon_btn_hover.svg);
}
.qBtn.hdn {
  pointer-events: none;
  background: rgb(222, 222, 222);
  opacity: 0.5;
}
.nextBtn {
  width: 90%;
  margin: 40px auto 20px;
  padding: 25px 20px;
  border: 1px #8B0000;
  background: #FF0100;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
}
.nextBtn:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  top: 45%;
  bottom: 0;
  right: 5%;
}
.nextBtn:hover,
.prevBtn:hover {
  opacity: 0.8;
}
.prevBtn {
  border: none;
  width: 90%;
  padding: 15px 20px;
  border-radius: 50px;
}
/**/
.resultBat {
  margin-top: 30px;
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  background: #000;
  border: solid 3px #999;
  border-radius: 4px;
}
.resultBat.resultBat.honmei {
  border: solid 5px #fff;
}
.resultBat .overLay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.resultBat.honmei {
  background: #000;
  position: relative;
}
.resultBat.suisyo {
  background: #666;
}
.resultBat .modal04:hover {
  cursor: auto;
}
.resultBat .modal05:hover {
  cursor: auto;
}
.resultBat .modal07:hover {
  cursor: auto;
}
/**/
.onemoreBtn {
  display: block;
  width: 90%;
  margin: 30px auto 10px;
  padding: 14px;
  color: #000;
  background: #fff;
  border-radius: 4px;
  border: none;
  width: 90%;
  padding: 15px 20px;
  border-radius: 50px;
}
a.onemoreBtn {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}
/* /@media */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
ul {
  list-style: none;
}
ul li {
  list-style-type: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='month']::-webkit-outer-spin-button,
input[type='month']::-webkit-inner-spin-button,
input[type='datetime-local']::-webkit-outer-spin-button,
input[type='datetime-local']::-webkit-inner-spin-button,
input[type='week']::-webkit-outer-spin-button,
input[type='week']::-webkit-inner-spin-button,
input[type='time']::-webkit-outer-spin-button,
input[type='time']::-webkit-inner-spin-button,
input[type='date']::-webkit-outer-spin-button,
input[type='date']::-webkit-inner-spin-button {
  display: none;
}
input[type='number'],
input[type='month'],
input[type='datetime-local'],
input[type='week'],
input[type='time'],
input[type='date'] {
  -moz-appearance: textfield;
}
input[type='date']::-webkit-clear-button,
input[type='month']::-webkit-clear-button,
input[type='datetime-local']::-webkit-clear-button,
input[type='time']::-webkit-clear-button,
input[type='week']::-webkit-clear-button {
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
input::-ms-clear {
  visibility: hidden;
}
html {
  font-size: 62.5%;
}
html,
body {
  height: 100%;
}
ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ol {
  padding-left: 1.4em;
  list-style: none;
}
dl {
  margin-bottom: 0;
}
dl dt {
  margin-bottom: 0;
}
dl dd {
  margin-bottom: 0;
}
a {
  transition: 0.3s all;
  color: #000;
  opacity: 1;
  -webkit-transform: 0.3s all;
  transform: 0.3s all;
}
a:hover {
  text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
h2>span,
h3>span,
h4>span,
h5>span,
h6>span {
  display: inline-block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
p {
  margin-bottom: 0;
}
iframe {
  width: 100%;
}
html {
  box-sizing: border-box;
  /*height: -webkit-fill-available;*/
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  background: #000;
  /*min-height: 100vh;
	min-height: -webkit-fill-available;*/
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
button {
  border: none;
}
.shopify-section {
  height: 100%;
}
.pc-bg {
  width: 100%;
  /*min-height: 600px;*/
  height: 100%;
  background-image: url(/cdn/shop/files/cm_bg_txt.png), url(/cdn/shop/files/cm_bg_player.png), url(/cdn/shop/files/cm_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: 30%, 43%, cover;
  background-position: bottom 40px left 3%, center right 0, center center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pc-bg .pc-title {
  width: 29%;
  /*max-width: 420px;*/
  position: absolute;
  top: 40px;
  left: 3%;
}
#matchingchart_cm,#matchingchart_bat {
  height: 100%;
}
#matchingchart_bat .pc-bg {
  background-image: url(/cdn/shop/files/bat_bg_txt.png),url(/cdn/shop/files/bat_bg_bat.png),url(/cdn/shop/files/bat_bg_pc.png);
  background-size: 30%,contain,cover;
  background-position: bottom 40px left 3%,center right 3%,center center;
}
#matchingchart_bat .pc-title {
  width: 22%;
}
/*
.sp-container{
	width: 414px;
	max-height: 680 px;
	margin: 0 auto;
	border: 8px solid #1F1F1F;
	border-radius: 4px;
}*/
.sp-container {
  width: 414px;
  height: calc(100vh - 80px);
  max-height: 680px;
  margin: 0 auto;
  background: #000;
  border: 8px solid #1F1F1F;
  border-radius: 4px;
  /*overflow-x: hidden;
	overflow-y: hidden;*/
  overflow: auto;
  scrollbar-width: thin;
  /*FireFox スクロールバー表示*/
  scrollbar-color: #666 #999;
  position: relative;
}
/*スクロールバー*/
.sp-container::-webkit-scrollbar {
  width: 2px;
}
.sp-container::-webkit-scrollbar-thumb {
  background-color: #666;
}
.sp-container .header {
  position: fixed;
  width: 398px;
  height: 64px;
  background: #000;
  padding: 20px;
  z-index: 1000;
}
.sp-container .header h1 {
  text-align: left;
}
.sp-container .header h1 span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 25px;
}
.sp-container .header button {
  background: #000;
}
.sp-container .header .menu-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 1px;
  right: 1px;
  /*background-color: #fff;*/
  outline: initial;
  /*&:focus-visible {
	  box-shadow: 0 0 0 2px blue;
	}*/
}
.sp-container .header .menu-btn .inn {
  margin: auto;
  position: absolute;
  width: 24px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.sp-container .header .menu-btn .inn .line {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  height: 2px;
  left: 0;
  width: 100%;
  transition: 0.3s;
}
.sp-container .header .menu-btn .inn .line:nth-of-type(1) {
  top: 0;
}
.sp-container .header .menu-btn .inn .line:nth-of-type(2) {
  top: 45%;
}
.sp-container .header .menu-btn .inn .line:nth-of-type(3) {
  bottom: 0;
}
.sp-container .header .menu-btn.is-open .inn .line:nth-of-type(1) {
  top: 45%;
  transform: rotate(45deg);
}
.sp-container .header .menu-btn.is-open .inn .line:nth-of-type(2) {
  opacity: 0;
}
.sp-container .header .menu-btn.is-open .inn .line:nth-of-type(3) {
  top: 45%;
  transform: rotate(-45deg);
  bottom: auto;
}
.sp-container .header .menu {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: .3s ease-in-out;
  pointer-events: none;
  transform: translateY(-30px);
}
.sp-container .header .menu ul {
  border-bottom: 1px solid #000;
}
.sp-container .header .menu ul li {
  height: 60px;
  border-top: 1px solid #000;
}
.sp-container .header .menu.is-open {
  opacity: 0.9;
  transform: translateY(0);
  /*height: 600px;*/
  height: 100vh;
  height: calc(100vh - 160px);
  max-height: 600px;
  /*z-index: 1200;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}
.sp-container .header .menu .inner {
  padding: 0 55px;
}
.sp-container .header .menu .inner ul {
  width: 297px;
  padding-bottom: 60px;
}
.sp-container .header .menu ul li {
  border: 1px solid #A8A8A8;
  border-radius: 2px;
  margin-bottom: 30px;
}
.sp-container .header .menu ul li a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  padding: 20px 0;
  width: 100%;
  position: relative;
}
.sp-container .header .menu ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  top: 45%;
  bottom: 0;
  right: 5%;
}
.sp-container .header .menu ul li a:hover:after {
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
}
.sp-container .header .menu ul li a:hover {
  background: #fff;
  color: #111;
}
.sp-container .header .menu ul li.last {
  margin-bottom: 0;
}
.sp-container .header .menu .inner a.official {
  width: 75%;
  color: #F7F7F7;
  font-size: 1.4rem;
  position: absolute;
  margin-left: -12px;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sp-container .header .menu .inner a.official:after {
  display: inline-block;
  content: url(/cdn/shop/files/cm_Icon_open-external-link.svg);
  width: 12px;
  height: 12px;
  background-image: 100%;
  position: absolute;
  right: 0;
}
.sp-container .main {
  width: 100%;
}
.sp-container .mv {
  position: relative;
}
.sp-container .mv .scrolldown1 {
  width: 20px;
  position: absolute;
  right: 10px;
  bottom: 35px;
}
.sp-container .mv .scrolldown1 span {
  font-size: 1.4rem;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.sp-container .mv .scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 50px;
  right: 10px;
  /*線の形状*/
  width: 1px;
  height: 36px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  padding-top: 50px;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 40px;
    opacity: 0;
  }
  30% {
    height: 36px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 90px;
    opacity: 0;
  }
}
.new-bat {
  margin: 65px 0;
  /*padding: 0 20px;*/
  border-bottom: 1px solid #fff;
  padding-bottom: 80px;
}
.new-bat .brand-logo {
  padding: 0 20px 10px;
}
.new-bat .brand-logo img {
  display: block;
  text-align: left;
  vertical-align: initial;
}
.new-bat h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  padding: 0 20px;
}
#matchingchart_bat .new-bat h2 {
  font-size: 2.8rem;
}
.new-bat h2 span {
  font-size: 2.2rem;
}
.new-bat .about_btn {
  background: #FF0100;
  border: 1px solid #8B0000;
  border-radius: 4px;
  width: 340px;
  margin: 0 auto 40px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  padding: 20px 0;
  position: relative;
}
.new-bat .about_btn a {
  color: #fff;
}
.new-bat .about_btn span {
  display: block;
  font-size: 1.4rem;
}
.new-bat .about_btn .arrow:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  top: 45%;
  bottom: 0;
  right: 5%;
}
/*****モーダル******/
.modaal-inner-wrapper {
  top: 40px;
}
.modaal-container {
  width: 374px;
  /*max-height: 70vh;*/
  border-radius: 4px;
}
.modaal-inner-wrapper {
  padding-top: 100px;
}
.modaal-content-container {
  height: calc(100vh - 200px);
  height: 470px;
}
.modaal-close {
  position: absolute;
  right: -10px;
  top: -40px;
  color: #000;
  width: 30px;
  height: 30px;
}
.modaal-close:hover {
  outline: 0;
  background: none;
}
.modaal-close:after,
.modaal-close:before {
  top: 0;
  left: 0;
  width: 2px;
  height: 30px;
  background: #A8A8A8;
}
.hide-area {
  display: none;
}
.modaal-content-container h2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.modaal-content-container dl {
  margin: 30px 0;
}
.modaal-content-container dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.modaal-content-container dl dd {
  font-size: 1.3rem;
  margin-bottom: 25px;
}
.modaal-content-container dl dd.last {
  margin-bottom: 0;
}
.modaal-overlay {
  z-index: 2000;
}
/*アコーディオン*/
.new-bat .accodion_contents {
  margin-top: 40px;
}
.new-bat .accodion_contents .accodion_box {
  margin-bottom: 60px;
}
.new-bat .triger_btn {
  width: 340px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 25px 0;
  margin: 0 auto;
  position: relative;
}
.new-bat .triger_btn .btn-more:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(45deg);
  top: 45%;
  bottom: 0;
  right: 5%;
}
.new-bat .triger_btn .btn-more.close:after {
  transform: rotate(225deg);
}
.new-bat .triger_btn:hover .btn-more:after {
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
}
.new-bat .triger_btn .btn-more {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
.new-bat .triger_btn .btn-more:before {
  display: block;
  content: '詳細を見る';
}
.new-bat .triger_btn .btn-more.close:before {
  content: '詳細を閉じる';
}
.new-bat .triger_btn:hover {
  border: 1px solid #111;
  background: #fff;
}
.new-bat .triger_btn:hover .btn-more {
  color: #111;
}
/******モーダル・アコーディオンなし***********/
.new-bat .inner {
  padding: 0 20px;
}
.new-bat-about {
  margin-top: 30px;
}
.new-bat-about h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #FF0100;
  text-align: left;
  padding: 0 10px;
}
.new-bat-about dl {
  margin: 30px 0;
  text-align: left;
  padding: 0 10px;
}
.new-bat-about dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 12px;
  color: #fff;
}
.new-bat-about dl dd {
  font-size: 1.3rem;
  margin-bottom: 25px;
  color: #fff;
}
.new-bat-about dl dd.last {
  margin-bottom: 0;
}
/*******/
.about {
  border-bottom: 1px solid #fff;
  padding-bottom: 80px;
}
.about .inner {
  padding: 0 20px;
}
.about h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
  margin-bottom: 40px;
}
#matchingchart_bat .about h3 {
  margin-bottom: 45px;
}
.about h3 span {
  display: block;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-family: 'Oswald', sans-serif;
}
.about h3 span.brand-logo {
  margin-bottom: 10px;
}
.about p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.3;
  text-align: left;
}
#matchingchart_bat .about p {
line-height: 2;
}
.about .btn_simu {
  margin-top: 60px;
  padding-left: 40px;
}
.about .btn_simu a:hover {
  opacity: 0.8;
}
.lineup {
  padding: 80px 0;
}
.lineup .inner {
  padding: 0 20px;
}
.lineup h2 {
  color: #fff;
  font-size: 4.4rem;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.lineup h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
}
.lineup dl {
  /*margin: 65px 0;*/
}
.lineup dl dt {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 40px;
}
.lineup dl dd {
  margin-bottom: 25px;
}
.lineup dl dd.recommend {
  position: relative;
}
.lineup dl dd.recommend:before {
  content: '';
  display: inline-block;
  background: url(/cdn/shop/files/cm_icon_recommend.png);
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 10;
}
.sns {
  width: 150px;
  margin: 0 auto 50px;
}
.sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sns ul li {
  width: 30px;
}
.sns ul li a {
  display: block;
}
/*****設問*****/
.question .main {
  padding-top: 64px;
}
.question .mv {
  background: url(/cdn/shop/files/cm_mv_quention.png);
  background-size: cover;
}
#matchingchart_bat.question .mv {
  background-image: url(/cdn/shop/files/bat_mv_quention.png);
}
.question .mv h2 {
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  padding: 45px 0 60px;
}
.question .mv h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
}
.question .question-contents {
  margin-top: 50px;
  padding: 0 20px 60px;
}
.question .question-contents h3 {
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: left;
}
.question .question-contents h3 span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
.question .question-contents .btn-contents {
  margin-top: 30px;
}

/****結果****/
.result .question-contents {
  padding-top: 65px;
  position: relative;
}
.result .question-contents .inner {
  padding: 0 20px 60px;
}
.result .question-contents .resultBox {
  margin-top: 120px;
}
.result .question-contents .resultBat.honmei {
  position: relative;
  margin-bottom: 120px;
}
.result .question-contents .resultBat.honmei:before {
  content: '';
  display: inline-block;
  background: url(/cdn/shop/files/cm_title_honmei.png);
  width: 130px;
  height: 85px;
  background-size: cover;
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.result .question-contents .resultBat.honmei:after {
  content: '';
  display: inline-block;
  background: url(/cdn/shop/files/cm_title_suisyo.png);
  width: 86px;
  height: 58px;
  background-size: cover;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.result .sns {
  margin-top: 30px;
  width: 250px;
}
.result .sns ul {
  width: 170px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0;
}
.result .sns ul li {
  width: 41px;
  /*アイコン最小サイズのため*/
}
.result .sns ul li:nth-of-type(2) {
  width: 32px;
}
.result .sns ul li a {
  display: block;
}
.result .sns p.share {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

/***マッチング読み込み****/
.result .matching {
  background: rgb(0, 0, 0);
  position: absolute;
  top: 65px;
  width: 100%;
  height: calc(100vh - 80px);
  max-height: 680px;
}
/***マッチング読み込み時に、スクロールさせないようにする***/
.result .sp-container.scroll {
  overflow-y: hidden;
}
.result .matching p {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.result .matching .progress-loader {
  top: 45%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.result .matching .progress-loader {
  width: 150px;
  background: rgb(168, 168, 168);
  height: 3px;
  border-radius: 7px;
}
.result .matching .progress {
  content: '';
  width: 1px;
  height: 3px;
  border-radius: 7px;
  background: #FC0000;
  transition: 0.5s;
  animation: loading 3s ease 1.0;
}
@keyframes loading {
  0% {
    width: 0%;
  }
  10% {
    width: 10%;
  }
  50% {
    width: 40%;
  }
  60% {
    width: 60%;
  }
  100% {
    width: 100%;
  }
}
.footer {
  border-top: 1px solid #444444;
  padding: 20px;
  color: #fff;
}
.footer .copy-light {
  font-size: 1.1rem;
}
/****タブレット****/
@media all and (min-width: 480px) and (max-width: 820px) {
  .pc-bg {
    background: url(/cdn/shop/files/cm_pc_tablet.jpg);
    background-size: cover;
    background-position: center center;
  }
  .pc-bg:before {
    display: none;
  }
  .pc-bg .pc-title {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pc-bg {
    background: none;
    display: block;
  }
  .sp-container {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    max-height: initial;
  }
  .sp-container .header {
    width: 100%;
    height: 64px;
    padding: 20px 5%;
    top: 0;
  }
  .sp-container .header .menu.is-open {
    min-height: 95vh;
    /*height: 100vh;
		min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    /*min-height: calc(var(--vh, 1vh) * 100);*/
  }
  /***safari***/
  ::-webkit-full-page-media, :future, :root .sp-container .header .menu .inner ul {
    padding-bottom: 50%;
  }
  ::-webkit-full-page-media, :future, :root .sp-container .header .menu .inner a.official {
    bottom: 25%;
  }
  .sp-container .header .menu .inner a.official {
    bottom: 15%;
  }
  /*.sp-container .mv{
		margin-top: 70px !important;
	}*/
  .new-bat h2 {
    padding: 0 5%;
  }
  /****モーダル***/
  .modaal-inner-wrapper {
    padding: 0 5%;
  }
  .modaal-container {
    width: 100%;
  }
  /****設問***/
  .question .question-contents {
    padding: 0 5% 60px;
  }
  /***結果読み込み****/
  .result .matching {
    /*max-height: 780px;*/
    height: 100vh;
    max-height: 900px;
  }
  .result .sp-container.scroll {
    position: fixed;
    overflow-y: hidden;
  }
  /***safari***/
  ::-webkit-full-page-media, :future, :root .result .matching p {
    top: 35%;
  }
  ::-webkit-full-page-media, :future, :root .result .matching .progress-loader {
    top: 40%;
  }
}
/*20230320-動画とかモーダル用に追記*/
.modaal-container {
  width: 90%;
  max-width: 1200px;
  height: auto;
}
.modaal-content-container {
  width: 100%;
  height: auto;
}
.video {
  width: 100%;
}
/**/
.modaal-inner-wrapper {
  padding-top: 0px;
}
.modaal-inner-wrapper {
  top: 0px;
}
.modaal-inner-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
.modaal-inner-wrapper {
  padding: 0px 25px;
}
/**/
@media only screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding: 0 3%;
  }
  .modaal-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    background: #000;
    border-radius: 0;
  }
  .modaal-content-container {
    padding: 0px;
  }
}