@charset "UTF-8";
/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*	グリッド幅  */
/*	セクション、コンテンツ間のマージン　*/
/*===============================================================
	色
===============================================================*/
.c_red {
  color: #b73737 !important; }

/*===============================================================
	font
===============================================================*/
/* Regular */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Regular"), url("/wall_selector/common/font/NotoSansCJKjp-Regular_subset.woff") format("woff"); }
/* Medium */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Medium"), url("/wall_selector/common/font/NotoSansCJKjp-Medium_subset.woff") format("woff"); }
/*===============================================================
	読み込み
===============================================================*/
/*===============================================================
	
	_reset.scss 2021/10/14
	
===============================================================*/
/* 初期化
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box; }

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

input[type="submit"], textarea {
  font-family: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif; }

caption, th, td {
  text-align: left;
  vertical-align: top; }

ul, li {
  list-style: none; }

option {
  padding-right: 1em; }

address, caption {
  font-style: normal;
  font-weight: normal; }

a, a:hover, a:focus {
  outline: none; }

ul a, li a {
  zoom: 1; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

/* HTML5
----------------------------------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*===============================================================
	_mixin.scss
===============================================================*/
/*===============================================================
	ボタン
	@include btn_base(#c00,#000,#fff,#fff,auto);
===============================================================*/
/*===============================================================
	矢印
	@include mx_arw();	
===============================================================*/
/*===============================================================
	三角
	@include mx_sankaku(幅,高さ,色,色hover,向き);	
===============================================================*/
/*===============================================================
	センタリング
	@include mx_margin_center();	
===============================================================*/
/*===============================================================
	斜線の背景
	@include mx_slash($color1,$color2,$width);	
===============================================================*/
/*===============================================================
	グラデーション
	@include mx_grade(色1,色2,向き（横:h / 縦:v）)
===============================================================*/
/*===============================================================
	
	_common.scss 2021/9/24
	
===============================================================*/
/* html/body設定
----------------------------------------------------------------*/
body {
  width: 100%;
  color: #333;
  background: #fff;
  text-align: left;
  -webkit-text-size-adjust: none;
  /* 縦横文字サイズ同じ */
  -webkit-font-smoothing: antialiased;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  position: relative;
  letter-spacing: .03em; }

a {
  color: #398CD3;
  transition: all 0.3s;
  text-decoration: none; }

a:hover {
  opacity: .7;
  text-decoration: none; }

.overflow_hidden {
  overflow: hidden; }

.fiexed {
  position: fixed; }

.multilinkarea {
  cursor: pointer; }

/* SP */
@media screen and (max-width: 800px) {
  body {
    width: 100%;
    height: auto;
    overflow-y: inherit;
    background: #fff; } }
/*===============================================================
	
	基本文字サイズ、装飾
	
===============================================================*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: bold; }

div,
p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8; }

li {
  font-size: 16px;
  line-height: 1.6; }

sup {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 15px; }

.sup {
  font-size: 10px;
  vertical-align: top; }

.bold {
  font-weight: bold; }

.small {
  font-size: small; }

.large {
  font-size: large; }

.caption {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
  /* SP */ }
  @media screen and (max-width: 800px) {
    .caption {
      font-size: 3vw;
      line-height: 1.2; } }

.txt_center {
  text-align: center; }

.c_blue {
  color: #398CD3; }

.indent {
  padding-left: 1em;
  text-indent: .5em;
  margin-left: -1.5em; }

.indent_r {
  padding-left: .5em; }

/* SP */
@media screen and (max-width: 800px) {
  h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, div {
    line-height: 1.6; }

  div,
  p {
    font-size: 3.8vw;
    line-height: 1.8; }

  li {
    font-size: 3.8vw;
    line-height: 1.6; }

  .sup {
    font-size: 2vw; } }
/*===============================================================
	
	レイアウト
	_rayout.scss

===============================================================*/
.bg_gray {
  background: #f8f8f8; }
  @media screen and (max-width: 800px) {
    .bg_gray {
      background: #fff; } }

.sp_width {
  margin: 0 auto;
  max-width: 450px;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 800px) {
    .sp_width {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%;
      margin-top: 0; } }

.full_width {
  padding-left: 50px;
  padding-right: 50px; }
  @media screen and (max-width: 800px) {
    .full_width {
      padding-left: 0;
      padding-right: 0; } }

.max_width {
  max-width: 1900px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 800px) {
    .max_width {
      padding-left: 0;
      padding-right: 0; } }

.wide_width {
  max-width: 1500px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 800px) {
    .wide_width {
      padding-left: 0;
      padding-right: 0; } }

.content_width {
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 800px) {
    .content_width {
      padding-left: 0;
      padding-right: 0; } }

.narrow_width {
  max-width: 760px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 800px) {
    .narrow_width {
      padding-left: 0;
      padding-right: 0; } }

.absolute_full_width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

/*===============================================================
	
	seciton
	headlineとcontentなど、複数の要素、機能を取りまとめるコンテナ的な親要素。
	幅はsection_innerに記述する
	
===============================================================*/
.section {
  width: 100%; }

.section_select {
  position: relative;
  background: #fff;
  padding: 35px 30px 50px; }
  @media screen and (max-width: 800px) {
    .section_select {
      padding: 8vw 5vw 10vw;
      height: auto;
      overflow: inherit; } }

.tv_check .section_inner {
  padding: 30px 0; }
@media screen and (max-width: 800px) {
  .tv_check .section_inner {
    padding: 5vw; } }

/*===============================================================
	
	content 
	個別のコンテンツ
	
===============================================================*/
.content + .content {
  margin-top: 30px; }

.content + .headline {
  margin-top: 60px; }

.content .content + *,
.content * + .content {
  margin-top: 21px; }

.content_title + .content {
  margin-top: 0; }

.content_desc + .content_select_tv {
  margin-top: 30px; }

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .content {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box; } }
/* for tablet */
/* SP向けレイアウトの指定：～736px */
@media screen and (max-width: 800px) {
  .content + .content {
    margin-top: 6vw; }

  .content + .headline {
    margin-top: 10vw; }

  .content .content + *,
  .content * + .content {
    margin-top: 8vw; }

  .content_title + .content {
    margin-top: 0; }

  .content_desc + .content_select_tv {
    margin-top: 4vw; } }
/* for SP */
/*===============================================================
	_grid.scss
===============================================================*/
.grid_wrp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -40px;
  box-sizing: border-box; }
  .grid_wrp .grid {
    box-sizing: border-box;
    margin-top: 40px; }
  .grid_wrp .grid .grid_wrp {
    margin-top: -20px; }
  .grid_wrp .grid .grid {
    margin-top: 20px; }
  .grid_wrp .grid_1_1 {
    width: 100%; }
  .grid_wrp .grid_2_1 {
    width: calc((100% - 40px)/2); }
  .grid_wrp .grid_3_1 {
    width: calc((100% - (40px * 2))/3);
    /* 40px * 2 = 80px */ }
  .grid_wrp .grid_3_2 {
    width: calc(100% - ((100% - (40px * 2))/3) - $grid_margin_pc); }
  .grid_wrp .grid_4_1 {
    width: calc((100% - (40px * 3))/4);
    /* 40px * 3 = 120px */ }
  .grid_wrp .grid_5_1 {
    width: calc((100% - (40px * 2))/5);
    /* 20px * 4 = 80px */ }
  .grid_wrp .grid_6_1 {
    width: calc((100% - (40px * 5))/6);
    /* 50px * 5 = 100px */ }
  .grid_wrp.grid_wrp3:after, .grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before, .grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
    content: "";
    display: block;
    height: 0;
    order: 1; }
  .grid_wrp.grid_wrp3:after {
    width: calc((100% - (40px * 2))/3); }
  .grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before {
    width: calc((100% - (40px * 3))/4); }
  .grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
    width: calc((100% - (40px * 2))/5); }
  @media screen and (max-width: 800px) {
    .grid_wrp {
      margin-top: -5vw; }
      .grid_wrp .grid {
        margin-top: 5vw; }
      .grid_wrp .grid .grid_wrp {
        margin-top: -3vw; }
      .grid_wrp .grid .grid {
        margin-top: 3vw; }
      .grid_wrp .grid_1_1 {
        width: 100%; }
      .grid_wrp .grid_2_1 {
        width: 100%; }
      .grid_wrp .grid_3_1 {
        width: calc((100% - 5vw)/2); }
      .grid_wrp .grid_3_2 {
        width: 100%; }
      .grid_wrp .grid_4_1 {
        width: calc((100% - 5vw)/2); }
      .grid_wrp .grid_5_1 {
        width: calc((100% - 5vw)/2); }
      .grid_wrp .grid_6_1 {
        width: calc((100% - 10vw)/3); }
      .grid_wrp.grid_wrp3:after {
        width: calc((100% - 80px)/3); }
      .grid_wrp.grid_wrp4:after, .grid_wrp.grid_wrp4:before {
        width: calc((100% - 120px)/4); }
      .grid_wrp.grid_wrp5:after, .grid_wrp.grid_wrp5:before {
        width: calc((100% - 80px)/5); }
      .grid_wrp .sp_grid_1 {
        width: 100% !important; } }

/*===============================================================
	
	_headline.scss 2021/9/24
	
===============================================================*/
/*-------------------------------------------------------------
	mixin	
-------------------------------------------------------------*/
/*-------------------------------------------------------------
	headline	
-------------------------------------------------------------*/
.headline {
  text-align: center;
  /* SP */ }
  .headline .title {
    font-size: 40px;
    color: #333; }
  .headline .lead {
    font-size: 20px;
    line-height: 1.6; }
  .headline .title + .lead {
    margin-top: 15px; }
  .headline .lead + .title {
    margin-top: 10px; }
  .content * + .headline {
    margin-top: 60px; }
  @media screen and (max-width: 800px) {
    .headline::after {
      width: 2px;
      height: 6vw; }
    .headline .title {
      font-size: 6vw; }
    .headline .lead {
      font-size: 3.5vw;
      line-height: 1.6; }
    .headline .title + .lead {
      margin-top: 3vw; }
    .headline .lead + .title {
      margin-top: 2vw; }
    .content * + .headline {
      margin-top: 10vw; } }

/*-------------------------------------------------------------
	section_select headline	
-------------------------------------------------------------*/
.section_select .headline {
  text-align: center;
  /* SP */ }
  .section_select .headline .title_icon {
    width: 110px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 50%;
    margin: 0 auto; }
    .section_select .headline .title_icon.icon_tv_size {
      padding: 10px 15px 10px 10px; }
  .section_select .headline .title {
    margin-top: 15px;
    font-size: 20px; }
  @media screen and (max-width: 800px) {
    .section_select .headline .title_icon {
      width: 25vw;
      padding: 3vw; }
      .section_select .headline .title_icon.icon_tv_size {
        padding: 4vw 5vw 4vw 4vw; }
    .section_select .headline .title {
      margin-top: 3vw;
      font-size: 4.5vw; } }

/*-------------------------------------------------------------
	top headline	
-------------------------------------------------------------*/
.top .headline {
  /* SP */
  /* SP_middle */
  /* for SP */ }
  .top .headline .title {
    font-size: 34px;
    letter-spacing: .14em; }
  @media screen and (max-width: 800px) {
    .top .headline .title {
      margin-top: 0;
      font-size: 6vw; } }
  @media only screen and (max-width: 550px) {
    .top .headline {
      padding-top: 5vw; }
      .top .headline .title {
        font-size: 7.5vw;
        letter-spacing: .1em; } }

/*-------------------------------------------------------------
	title	
-------------------------------------------------------------*/
.lv_1 {
  margin-top: 80px; }
  @media screen and (max-width: 800px) {
    .lv_1 {
      margin-top: 14vw; } }

.lv_2 {
  margin-top: 50px; }
  @media screen and (max-width: 800px) {
    .lv_2 {
      margin-top: 10vw; } }

.lv_1 .title {
  font-size: 20px; }
  @media screen and (max-width: 800px) {
    .lv_1 .title {
      font-size: 5vw; } }

.lv_2 .title {
  font-size: 18px; }
  @media screen and (max-width: 800px) {
    .lv_2 .title {
      font-size: 4.5vw; } }

/*===============================================================
	
	_header.scss
	
===============================================================*/
/*===============================================================

	header_wrp
	
===============================================================*/
.header_wrp {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  /* SP */ }
  .header_wrp + * {
    margin-top: 50px; }
  @media screen and (max-width: 800px) {
    .header_wrp + * {
      margin-top: 50px; } }

/*===============================================================

	header
	
===============================================================*/
.header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  height: 50px;
  /* SP */ }
  .header .logo {
    width: 100px;
    margin: 0 auto;
    transition: 0.2s ease; }
    .header .logo a {
      display: block;
      line-height: 1; }
    .header .logo img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 800px) {
    .header {
      height: 50px; }
      .header .logo {
        width: 100px; } }

/*===============================================================
	
	_footer.scss
	
===============================================================*/
/*===============================================================
	
	_footer.scss
	footer 
	
===============================================================*/
.footer_wrp {
  background: #000;
  padding-bottom: 50px;
  /* SP */ }
  .footer_wrp .footer_link_wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 230px;
    background: #333;
    padding-top: 8px; }
    .footer_wrp .footer_link_wrp .contact_info {
      font-size: 14px;
      margin-top: 15px;
      color: #fff; }
      .footer_wrp .footer_link_wrp .contact_info .contact_item {
        margin-top: 2px;
        line-height: 1.6; }
        .footer_wrp .footer_link_wrp .contact_info .contact_item a {
          color: #fff; }
        .footer_wrp .footer_link_wrp .contact_info .contact_item a:hover {
          opacity: .7; }
      .footer_wrp .footer_link_wrp .contact_info .contact_times {
        margin-top: 3px;
        font-size: 13px; }
  .footer_wrp .footer_txt_wrp {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #000; }
    .footer_wrp .footer_txt_wrp .copy {
      text-align: center;
      font-size: 12px;
      color: #f3f3f3; }
  @media screen and (max-width: 800px) {
    .footer_wrp {
      padding-bottom: 10vw; }
      .footer_wrp .footer_link_wrp {
        height: 55vw;
        padding-top: 2vw; }
        .footer_wrp .footer_link_wrp .btn {
          width: 80%; }
        .footer_wrp .footer_link_wrp .contact_info {
          margin-top: 3.5vw; }
          .footer_wrp .footer_link_wrp .contact_info .contact_title {
            font-size: 3.5vw; }
          .footer_wrp .footer_link_wrp .contact_info .contact_item {
            font-size: 3.5vw;
            margin-top: .8vw; }
          .footer_wrp .footer_link_wrp .contact_info .contact_times {
            margin-top: 1.2vw;
            font-size: 3.2vw; }
      .footer_wrp .footer_txt_wrp {
        height: 10vw; }
        .footer_wrp .footer_txt_wrp .copy {
          font-size: 3vw; } }

/*===============================================================
	
	_utils.scss
	
===============================================================*/
.align_center {
  text-align: center; }

.align_right {
  text-align: right; }

.align_left {
  text-align: left; }

@media only screen and (max-width: 800px) {
  .sp_align_center {
    text-align: center !important; }

  .sp_align_right {
    text-align: right !important; }

  .sp_align_left {
    text-align: left !important; } }
/* for SP  */
/*===============================================================
	
	フロート関係
	
===============================================================*/
.clear {
  width: 100%;
  overflow: hidden; }

.clearboth {
  clear: both; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.flol {
  float: left; }

.flor {
  float: right; }

/*===============================================================
	
	PC/SP/TABLET
	
===============================================================*/
.tablet {
  display: none; }

.sp {
  display: none; }

.sp_tablet {
  display: none; }

.none {
  display: none !important; }

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .pc {
    display: none; }

  .tablet,
  .pc_tablet,
  .sp_tablet {
    display: block; } }
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .sp {
    display: block; }

  .pc_sp,
  .pc_tablet,
  .tablet {
    display: none; } }
/* for SP max-width: 800px */
/*===============================================================
	
	img fig
	
===============================================================*/
.fig img,
.fitimg img,
.photo img {
  width: 100%;
  height: auto; }

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================
	
	マージン
	
===============================================================*/
.mt0 {
  margin-top: 0px !important; }

.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mb05 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .mt0 {
    margin-top: 0px !important; }

  .mt05 {
    margin-top: 0.47vw; }

  .mt10 {
    margin-top: 0.93vw; }

  .mt15 {
    margin-top: 1.40vw; }

  .mt20 {
    margin-top: 1.87vw; }

  .mt25 {
    margin-top: 2.34vw; }

  .mt30 {
    margin-top: 2.80vw; }

  .mt40 {
    margin-top: 3.74vw; }

  .mt50 {
    margin-top: 4.67vw; }

  .mt60 {
    margin-top: 5.61vw; }

  .mt70 {
    margin-top: 6.54vw; }

  .mt80 {
    margin-top: 7.48vw; }

  .mt90 {
    margin-top: 8.41vw; }

  .mt100 {
    margin-top: 9.35vw; }

  .mb05 {
    margin-bottom: 0.47vw; }

  .mb10 {
    margin-bottom: 0.93vw; }

  .mb15 {
    margin-bottom: 1.40vw; }

  .mb20 {
    margin-bottom: 1.87vw; }

  .mb25 {
    margin-bottom: 2.34vw; }

  .mb30 {
    margin-bottom: 2.80vw; }

  .mb40 {
    margin-bottom: 3.74vw; }

  .mb50 {
    margin-bottom: 4.67vw; } }
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media screen and (max-width: 800px) {
  .mt0 {
    margin-top: 0px !important; }

  .mt05 {
    margin-top: 0.63vw; }

  .mt10 {
    margin-top: 1.25vw; }

  .mt15 {
    margin-top: 1.88vw; }

  .mt20 {
    margin-top: 2.50vw; }

  .mt25 {
    margin-top: 3.13vw; }

  .mt30 {
    margin-top: 3.75vw; }

  .mt40 {
    margin-top: 5.00vw; }

  .mt50 {
    margin-top: 6.25vw; }

  .mt60 {
    margin-top: 7.50vw; }

  .mt70 {
    margin-top: 8.75vw; }

  .mt80 {
    margin-top: 10.00vw; }

  .mt90 {
    margin-top: 11.25vw; }

  .mt100 {
    margin-top: 12.50vw; }

  .mb05 {
    margin-bottom: 0.63vw; }

  .mb10 {
    margin-bottom: 1.25vw; }

  .mb15 {
    margin-bottom: 1.88vw; }

  .mb20 {
    margin-bottom: 2.50vw; }

  .mb25 {
    margin-bottom: 3.13vw; }

  .mb30 {
    margin-bottom: 3.75vw; }

  .mb40 {
    margin-bottom: 5.00vw; }

  .mb50 {
    margin-bottom: 6.25vw; } }
/* for SP max-width: 800px */
/*===============================================================
	
	fixed
	
===============================================================*/
.fixed {
  position: fixed;
  top: 0; }

.bg_fixed {
  background-attachment: fixed; }

/* タブレット以下 */
@media screen and (max-width: 1200px) {
  .fixed {
    position: fixed;
    top: 0; } }
/* for tablet max-width: 940px */
/* SP向けレイアウトの指定：～800px */
/* for SP */
/*===============================================================
	
	_modal.scss
		
===============================================================*/
.modal_tv_size {
  cursor: pointer;
  transition: all .3s; }
  .modal_tv_size:hover {
    opacity: .7; }

html.modalset {
  overflow: hidden; }

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  left: 0;
  top: 0 !important;
  z-index: 9999; }

.modal_bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%; }

.modal_content {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 50px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }
  .modal_content::-webkit-scrollbar {
    display: none; }
  .modal_content::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }

.modal_body {
  width: 100%;
  max-width: 360px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .modal_body.wide {
    width: 70%;
    max-width: 800px; }

.modal_body.horizon {
  max-width: 80%; }

.modal_inner {
  background: #fff;
  border-radius: 3px;
  text-align: left;
  padding: 20px; }
  .modal_inner .txt_block {
    margin-top: 20px; }
    .modal_inner .txt_block .title {
      font-size: 14px;
      line-height: 1.4; }
    .modal_inner .txt_block .text {
      font-size: 14px;
      line-height: 1.4; }
    .modal_inner .txt_block .title + .text {
      margin-top: 3px; }
    .modal_inner .txt_block .text + .title {
      margin-top: 15px; }
  .modal_inner .prats_request {
    margin-top: 10px;
    text-align: center; }
    .modal_inner .prats_request .btn {
      width: 100%;
      margin-top: 15px; }
    .modal_inner .prats_request .corp {
      font-size: 12px;
      line-height: 1.2;
      margin-top: 10px; }

.modal_close {
  position: absolute;
  align-items: center;
  justify-content: center;
  top: -18px;
  right: -18px;
  width: 38px;
  height: 38px;
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  transition: all .3s; }
  .modal_close::before, .modal_close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 22px;
    background: #fff; }
  .modal_close::before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .modal_close::after {
    transform: translate(-50%, -50%) rotate(-45deg); }
  .modal_close:hover {
    background: #555; }

/* SP */
@media screen and (max-width: 800px) {
  .modal_content {
    padding: 50px 0;
    overflow: auto; }

  .modal_body {
    max-width: 80%; }
    .modal_body.wide {
      width: 90%; }
      .modal_body.wide .modal_inner {
        padding: 4vw; }

  .modal_close {
    top: -4vw;
    right: -4vw;
    width: 9vw;
    height: 9vw;
    font-size: 8vw; }
    .modal_close::before, .modal_close::after {
      height: 5vw; }

  .modal_inner {
    padding: 5vw; }
    .modal_inner .txt_block {
      margin-top: 4vw; }
      .modal_inner .txt_block .title {
        font-size: 3.5vw; }
      .modal_inner .txt_block .text {
        font-size: 3.5vw; }
      .modal_inner .txt_block .title + .text {
        margin-top: .8vw; }
      .modal_inner .txt_block .text + .title {
        margin-top: 3.6vw; }
    .modal_inner .prats_request {
      margin-top: 2vw; }
      .modal_inner .prats_request .btn {
        margin-top: 3.6vw; }
      .modal_inner .prats_request .corp {
        font-size: 3vw;
        margin-top: 2.5vw; } }
/*===============================================================
	
	_btn.scss
	btn
	
===============================================================*/
.btn {
  width: 334px;
  margin: 0 auto;
  /* SP */ }
  .btn a {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    padding: 18px 0;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    transition: opacity 0.3s ease-in;
    box-sizing: border-box; }
    .btn a:hover {
      opacity: .7; }
  .btn.color_gray a {
    color: #333;
    background: #f3f3f3; }
    .btn.color_gray a:hover {
      background: #ccc;
      opacity: 1; }
  .btn.color_white a {
    color: #333;
    background: #fff;
    transition: all .3s; }
  .btn + .btn {
    margin-top: 12px; }
  @media screen and (max-width: 800px) {
    .btn {
      width: 100%; }
      .btn a {
        font-size: 3.5vw;
        padding: 4.1vw 0; }
      .btn + .btn {
        margin-top: 3vw; } }

/*===============================================================
	
	btn_fixed
	
===============================================================*/
.btn_fixed {
  background: rgba(190, 190, 190, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  height: 90px;
  width: 100%;
  /* SP */ }
  .btn_fixed .btn a {
    padding: 16px 0; }
    .btn_fixed .btn a:hover {
      opacity: 1;
      background: #f3f3f3; }
  @media screen and (max-width: 800px) {
    .btn_fixed {
      height: 20vw;
      padding: 0 10%; }
      .btn_fixed .btn a {
        padding: 4vw 0; } }

/*===============================================================
	
	btn_start_fixed
	
===============================================================*/
.btn_start_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 20px 0 30px;
  width: 100%;
  /* SP */
  /* SP_550px以下 */ }
  .btn_start_fixed .btn a {
    padding: 20px 0; }
  @media screen and (max-width: 800px) {
    .btn_start_fixed {
      padding: 5vw 10vw; }
      .btn_start_fixed .btn {
        width: 80%; }
        .btn_start_fixed .btn a {
          font-size: 2.5vw;
          padding: 3vw 0; } }
  @media only screen and (max-width: 550px) {
    .btn_start_fixed {
      width: 100%;
      padding: 5vw 10vw 8vw; }
      .btn_start_fixed .btn {
        width: 100%; }
        .btn_start_fixed .btn a {
          font-size: 3.5vw;
          padding: 5vw 0; } }

/*===============================================================
	
	_btn.scss
	btn_box
	
===============================================================*/
.btn_box {
  padding: 20px 0;
  border-radius: 3px;
  background: #f3f3f3;
  /* SP */ }
  .btn_box .lead {
    font-size: 14px;
    text-align: center; }
  .btn_box .lead + .btn {
    margin-top: 10px; }
  .btn_box .btn a:hover {
    background: #ccc;
    opacity: 1; }
  .btn_box + .content_btn_box {
    margin-top: 10px; }
  @media screen and (max-width: 800px) {
    .btn_box {
      padding: 5vw; }
      .btn_box .lead {
        font-size: 3.5vw; }
      .btn_box .lead + .btn {
        margin-top: 3vw; }
      .btn_box + .content_btn_box {
        margin-top: 6vw;
        padding: 0 5vw; } }

/*===============================================================
	
	_btn.scss
	wall_tv_check_btn
	
===============================================================*/
.wall_tv_check_btn {
  margin-top: 15px;
  background: #f3f3f3;
  padding: 15px 0;
  border-radius: 3px; }
  .wall_tv_check_btn .btn a {
    padding: 10px 0; }

/*===============================================================
	
	_block.scss
	block
	
===============================================================*/
/*-------------------------------------------------------------
	block	
-------------------------------------------------------------*/
.block + .block_title {
  margin-top: 21px; }
.block + .block {
  margin-top: 30px; }
.block + .block_btn {
  margin-top: 30px; }
.block.block_btn + .block_btn {
  margin-top: 15px; }
@media screen and (max-width: 800px) {
  .block + .block_title {
    margin-top: 4.8vw; }
  .block + .block {
    margin-top: 5vw; }
  .block + .block_btn {
    margin-top: 3vw; }
  .block.block_btn + .block_btn {
    margin-top: 1.5vw; }
  .block + .block_search_status {
    margin-top: 5vw; } }

/*-------------------------------------------------------------
	tv_select_block
-------------------------------------------------------------*/
.tv_select_block .label_title {
  padding-bottom: 10px; }
@media screen and (max-width: 800px) {
  .tv_select_block .label_title {
    padding-bottom: 2vw; } }

/*-------------------------------------------------------------
	block_table
-------------------------------------------------------------*/
.block_table + .block_btn {
  margin-top: 20px; }
  @media screen and (max-width: 800px) {
    .block_table + .block_btn {
      margin-top: 5vw; } }

.possible_item + .block_table {
  margin-top: 15px; }
  @media screen and (max-width: 800px) {
    .possible_item + .block_table {
      margin-top: 3.6vw; } }

/*===============================================================
	
	_table.scss
	table
	
===============================================================*/
/*===============================================================
	
	table
	
===============================================================*/
.table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  line-height: 1.2;
  border: solid 1px #ddd;
  /* SP */ }
  .table tr:not(:last-of-type) {
    border-bottom: solid 1px #ddd; }
  .table th, .table td {
    padding: 8px 0; }
  .table th {
    vertical-align: middle;
    border-right: solid 1px #ddd; }
  .table + .caption {
    margin-top: 5px; }
  @media screen and (max-width: 800px) {
    .table {
      font-size: 3.2vw; }
      .table th, .table td {
        padding: 2.3vw 0; }
      .table + .caption {
        margin-top: 1.2vw; } }

/*===============================================================
	
	simple_table
	
===============================================================*/
.simple_table {
  /* SP */ }
  .simple_table thead {
    border: solid 1px #bbb;
    background: #ccc; }
    .simple_table thead th, .simple_table thead td {
      padding: 9px 0;
      text-align: center; }
    .simple_table thead th {
      border-right: solid 1px #bbb; }
  .simple_table tbody th {
    width: 24%;
    text-align: center;
    background: #f3f3f3;
    border-right: solid 1px #ddd; }
  .simple_table tbody td {
    text-align: center; }
    .simple_table tbody td .size {
      font-size: 12px; }
    .simple_table tbody td .large {
      font-size: 14px; }
  .simple_table tbody .link {
    text-align: center; }
    .simple_table tbody .link a {
      position: relative;
      color: #333;
      font-weight: bold; }
      .simple_table tbody .link a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 1px;
        background-color: #333; }
  @media screen and (max-width: 800px) {
    .simple_table thead th, .simple_table thead td {
      padding: 2.3vw 0; }
    .simple_table tbody th {
      width: 25vw;
      min-width: 25vw; }
    .simple_table tbody td .size {
      font-size: 3.2vw; }
    .simple_table tbody td .large {
      font-size: 3.5vw; }
    .simple_table tbody .link {
      padding-right: 2.5vw; }
      .simple_table tbody .link a {
        font-size: 3.2vw; } }

/*-------------------------------------------------------------
	simple_table column2
-------------------------------------------------------------*/
.simple_table.column2 {
  /* SP */ }
  .simple_table.column2 thead td:first-of-type {
    border-right: solid 1px #bbb; }
  .simple_table.column2 tbody td:first-of-type {
    border-right: solid 1px #ddd; }

/*-------------------------------------------------------------
	simple_table column3
-------------------------------------------------------------*/
.simple_table.column3 {
  table-layout: fixed;
  width: 100%;
  /* SP */ }
  .simple_table.column3 thead td:not(first-of-type) {
    border-left: solid 1px #bbb; }
  .simple_table.column3 tbody td:not(first-of-type) {
    border-left: solid 1px #ddd; }
  .simple_table.column3 tbody .link a {
    letter-spacing: 0; }
  @media screen and (max-width: 800px) {
    .simple_table.column3 {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; }
      .simple_table.column3 tbody th {
        width: 25vw;
        min-width: 25vw; }
      .simple_table.column3 tbody td {
        width: 30vw;
        min-width: 30vw; } }

/*===============================================================
	
	_slider.scss
	top_slider
	
===============================================================*/
.top_slider {
  max-width: 100%;
  margin: 0 auto;
  /* SP */
  /* SP_middle */ }
  .top_slider .slide {
    width: auto !important;
    margin: 0 7.5px; }
  .top_slider .slick-track {
    display: flex; }
  .top_slider .slick-slide .photo {
    width: 260px;
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    padding: 0 50px;
    object-fit: cover;
    border-radius: 3px; }
  .top_slider .slick-slide img {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply; }
  .top_slider .slick-active {
    opacity: 1; }
  .top_slider .slick-current {
    opacity: 1; }
  @media screen and (max-width: 800px) {
    .top_slider .slide {
      margin: 0 1vw; }
    .top_slider .slick-slide .photo {
      width: 45vw;
      height: 30vw;
      padding: 0 10vw; } }
  @media only screen and (max-width: 550px) {
    .top_slider .slide {
      margin: 0 1.5vw; }
    .top_slider .slick-slide .photo {
      width: 62vw;
      height: 42vw;
      padding: 0 15vw; } }

/*---------------------------------------------------------------
	slider_left
---------------------------------------------------------------*/
.top_slider.slider_left {
  /* SP */ }

/*---------------------------------------------------------------
	slider_right
---------------------------------------------------------------*/
.top_slider.slider_right {
  margin-top: 15px;
  /* SP */
  /* SP_middle */ }
  @media screen and (max-width: 800px) {
    .top_slider.slider_right {
      margin-top: 2vw; } }
  @media only screen and (max-width: 550px) {
    .top_slider.slider_right {
      margin-top: 3vw; } }

/*===============================================================
	
	_select.scss
	
===============================================================*/
/*===============================================================
	
	デフォルトスタイル打ち消し
	
===============================================================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-sizing: border-box; }

select::-ms-expand {
  display: none; }

/*-------------------------------------------------------------
	プルダウン
-------------------------------------------------------------*/
.select_menu {
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  border: solid 1px #ddd;
  color: #333;
  padding: 15px;
  cursor: pointer;
  transition: all 0.1s linear;
  /* SP */ }
  .select_menu:focus {
    border-color: #333; }
  @media screen and (max-width: 800px) {
    .select_menu {
      font-size: 3.5vw;
      padding: 3.6vw; } }

/*===============================================================
	
	chart
	
===============================================================*/
.result,
.question {
  display: none; }

.question.active {
  display: block; }

.question {
  /* SP */ }
  .question .item > a {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    cursor: pointer;
    border: solid 1px #ddd;
    color: #333;
    background: #fff;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
    min-height: 60px;
    transition: all .2s;
    box-sizing: border-box; }
    .question .item > a:hover {
      border: solid 1px #333;
      opacity: 1; }
    .question .item > a .icon {
      background: #f8f8f8;
      width: 80px;
      height: 80px;
      padding: 10px;
      border-radius: 3px;
      margin-right: 20px; }
    .question .item > a .img {
      width: 80px;
      height: 80px;
      border-radius: 3px;
      overflow: hidden;
      margin-right: 20px;
      background: #f3f3f3; }
      .question .item > a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .question .item > a .txt {
      font-size: 15px;
      line-height: 1.5;
      text-align: left;
      padding-left: 1em;
      text-indent: .5em;
      margin-left: -1.5em; }
    .question .item > a .caption {
      display: block; }
  @media screen and (max-width: 800px) {
    .question .items {
      padding: 5vw 3vw 0;
      margin-top: -2vw; }
    .question .item > a {
      font-size: 3.6vw;
      margin-top: 5vw;
      padding: 2vw;
      min-height: 14vw; }
      .question .item > a .icon {
        width: 19vw;
        height: 19vw;
        padding: 2vw;
        margin-right: 5vw; }
      .question .item > a .img {
        width: 19vw;
        height: 19vw;
        margin-right: 5vw; }
      .question .item > a .txt {
        font-size: 3.6vw; } }

.question.question_1 {
  /* SP */ }
  .question.question_1 .item a {
    justify-content: center; }
  .question.question_1 .headline .title_icon {
    padding: 10px 15px 10px 10px; }
  @media screen and (max-width: 800px) {
    .question.question_1 .headline .title_icon {
      padding: 3vw 4vw 3vw 3vw; } }

.question.question_2 {
  /* SP */ }
  .question.question_2 .headline .title_icon {
    padding: 10px; }
  @media screen and (max-width: 800px) {
    .question.question_2 .headline .title_icon {
      padding: 2.5vw; } }

.question.question_4 .item > a .img {
  background: #ddd; }

.result {
  /* SP */ }
  .result .match_wall_box + .btn_box {
    margin-top: 30px; }
  @media screen and (max-width: 800px) {
    .result {
      padding-bottom: 0; }
      .result .items {
        padding-bottom: 110px; }
      .result .match_wall_box + .btn_box {
        margin-top: 5vw; }
      .result .items {
        padding: 0;
        margin-top: 0; } }

/*===============================================================
	
	_thiscontents.scss
	
===============================================================*/
/*===============================================================
	
	_thiscontents.scss
	walkthrough
	
===============================================================*/
.walkthrough {
  position: relative;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100 - 370px);
  /* SP */ }
  .walkthrough.q1 {
    min-height: calc(var(--vh, 1vh) * 100 - 280px); }
  .walkthrough main {
    width: 100%;
    padding: 50px 0; }
  @media screen and (max-width: 800px) {
    .walkthrough {
      min-height: calc(var(--vh, 1vh) * 100 - 85vw); }
      .walkthrough.q1 {
        min-height: calc(var(--vh, 1vh) * 100 - 65vw); }
      .walkthrough main {
        padding: 0; } }

/*===============================================================
	
	TOP
	
===============================================================*/
.top .walkthrough {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 5vh 0 0; }
  .top .walkthrough main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0; }
.top .section_select {
  position: relative;
  background: #fff;
  padding: 0 30px;
  height: 90vh;
  max-height: 1000px; }

.top.js_fix {
  /* SP */ }
  .top.js_fix .bg_gray {
    height: 100%; }
  .top.js_fix .walkthrough {
    padding: 45px 0; }
  .top.js_fix main {
    position: inherit;
    top: 0;
    left: 0;
    transform: none; }
  .top.js_fix .section_select {
    height: calc(800px - 90px); }
  .top.js_fix .btn_start_fixed {
    position: absolute;
    bottom: 0; }
  .top.js_fix .content_top_slider {
    transition: all .3s;
    top: 52%; }
  @media screen and (max-width: 800px) {
    .top.js_fix .walkthrough {
      padding: 0; }
    .top.js_fix .section_select {
      height: 1000px; }
    .top.js_fix .btn_start_fixed {
      position: absolute;
      bottom: 0; }
    .top.js_fix .content_top_slider {
      transition: all .3s;
      top: 50%; } }

/*===============================================================
	
	content_top_slider
	
===============================================================*/
.content_top_slider {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  /* SP */ }
  @media screen and (max-width: 800px) {
    .content_top_slider {
      top: 50%; } }

/*===============================================================
	
	match_wall_box
	
===============================================================*/
.match_wall_box {
  padding: 25px 30px;
  border: solid 1px #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  /* SP */ }
  .match_wall_box .txt_block .lead {
    font-size: 14px; }
  .match_wall_box .txt_block .title {
    height: 45px;
    margin-top: 5px; }
    .match_wall_box .txt_block .title img {
      width: auto;
      height: 100%; }
  .match_wall_box .img_block {
    margin-top: 8px; }
    .match_wall_box .img_block img {
      width: 80%; }
  .match_wall_box .btn {
    margin-top: 14px;
    width: 100%; }
  @media screen and (max-width: 800px) {
    .match_wall_box {
      margin-top: 3vw;
      padding: 5vw; }
      .match_wall_box .txt_block .lead {
        font-size: 3.5vw; }
      .match_wall_box .txt_block .title {
        height: 11vw;
        margin-top: 1vw; }
      .match_wall_box .img_block {
        margin-top: 2vw; }
      .match_wall_box .btn {
        margin-top: 3.2vw; } }

.item[data-id="6"] .match_wall_box .txt_block .title,
.item[data-id="10"] .match_wall_box .txt_block .title {
  height: 58px;
  /* SP */ }
  @media screen and (max-width: 800px) {
    .item[data-id="6"] .match_wall_box .txt_block .title,
    .item[data-id="10"] .match_wall_box .txt_block .title {
      height: 14vw; } }

/*===============================================================
	
	content_select
	
===============================================================*/
.content_select {
  padding: 30px 0 110px;
  /* SP */ }
  @media screen and (max-width: 800px) {
    .content_select {
      padding: 5vw 3vw 25vw; } }

/*===============================================================
	
	kv
	
===============================================================*/
.kv {
  background: #333;
  background-image: url("/wall_selector/common/images/public/logo_pattern.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  /* SP */ }
  .kv .kv_inner {
    padding: 40px 0 45px;
    max-width: 300px;
    margin: 0 auto; }
  .kv .title {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: center;
    color: #fff; }
    .kv .title::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 2px;
      background-color: #fff; }
  .kv .lead {
    margin-top: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6; }
  .kv .detail_list {
    margin-top: 15px;
    padding: 12px;
    background: #fff; }
  .kv .detail_list li {
    font-size: 15px; }
  @media screen and (max-width: 800px) {
    .kv .kv_inner {
      padding: 8vw 12vw 10vw;
      max-width: 100%; }
    .kv .title {
      font-size: 7.5vw; }
      .kv .title::after {
        bottom: -2vw; }
    .kv .lead {
      margin-top: 6.5vw;
      font-size: 3.8vw; }
    .kv .detail_list {
      margin-top: 3.6vw;
      padding: 3vw; }
    .kv .detail_list li {
      font-size: 3.6vw; } }

/*===============================================================
	
	content_desc
	
===============================================================*/
.content_desc .text {
  font-weight: 400; }

/*===============================================================
	
	content_select_tv
	
===============================================================*/
.content_select_tv {
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd;
  /* SP */ }
  @media screen and (max-width: 800px) {
    .content_select_tv {
      padding-bottom: 6vw; } }

/*===============================================================
	
	select_maker
	
===============================================================*/
.select_maker_list {
  display: flex;
  flex-wrap: wrap;
  /* SP */ }
  .select_maker_list > :not(:nth-child(3n-2)) {
    margin-left: 10px; }
  .select_maker_list > :nth-child(n+4) {
    margin-top: 10px; }
  .select_maker_list .maker {
    width: calc((100% - 10px * 2) / 3); }
  .select_maker_list .maker input {
    display: none; }
  .select_maker_list .maker label {
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    border: solid 1px #ddd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
    transition: all .3s; }
  .select_maker_list .maker label:hover {
    border-color: #bbb;
    background: #fdfdfd; }
  .select_maker_list .maker input:checked + label {
    border: solid 1px #333;
    transition: all .1s; }
  .select_maker_list .maker + input[value="other"] {
    display: none; }
  @media screen and (max-width: 800px) {
    .select_maker_list > :not(:nth-child(3n-2)) {
      margin-left: 2.5vw; }
    .select_maker_list > :nth-child(n+4) {
      margin-top: 2.5vw; }
    .select_maker_list .maker {
      width: calc((100% - 2.5vw * 2) / 3); }
    .select_maker_list .maker label {
      font-size: 3.5vw;
      padding: 4vw 0; } }

/*===============================================================
	
	select_wrp
	
===============================================================*/
.select_wrp {
  position: relative;
  /* SP */ }
  .select_wrp::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    border: solid 1px #bbb;
    width: 8px;
    height: 8px;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg) translate(-1px, -1px);
    transform: rotate(45deg) translate(-1px, -1px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  @media screen and (max-width: 800px) {
    .select_wrp::after {
      right: 3.6vw;
      width: 2vw;
      height: 2vw; } }

/*===============================================================
	
	content_btn_box
	
===============================================================*/
.content_btn_box {
  padding: 20px 0;
  /* SP */ }
  @media screen and (max-width: 800px) {
    .content_btn_box {
      padding: 5vw 8vw; } }

/*===============================================================
	
	result_box
	
===============================================================*/
.result_box {
  border: solid 1px #ddd;
  padding: 25px;
  /* SP */ }
  @media screen and (max-width: 800px) {
    .result_box {
      padding: 5vw; } }

.result_box.impossible .tv_model .label {
  color: #b73737;
  border: solid 1px #b73737; }

.result_box.possible {
  /* SP */ }
  .result_box.possible .block_txt {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    background: #f3f3f3;
    border-radius: 3px;
    padding: 10px 12px; }
    .result_box.possible .block_txt .text {
      display: inline-block;
      font-size: 13px;
      line-height: 1.6; }
    .result_box.possible .block_txt .red {
      color: #E65845; }
    .result_box.possible .block_txt .btn_manual {
      width: 55px;
      position: relative;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      padding-left: 20px; }
      .result_box.possible .block_txt .btn_manual span {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ccc;
        color: #333;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: .3em;
        width: 100%;
        border-radius: 3px;
        padding: 10px 0 8px;
        transition: all .3s;
        cursor: pointer; }
        .result_box.possible .block_txt .btn_manual span:hover {
          opacity: .7; }
      .result_box.possible .block_txt .btn_manual::before {
        content: '';
        position: absolute;
        top: 0;
        left: 6px;
        width: 1px;
        height: 100%;
        background: #ddd; }
    .result_box.possible .block_txt .caption {
      line-height: 1.4; }
  .result_box.possible .tv_model {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px; }
    .result_box.possible .tv_model .label {
      color: #3cb5c6;
      border: solid 1px #3cb5c6; }
  @media screen and (max-width: 800px) {
    .result_box.possible .block_txt {
      margin-top: 2.5vw;
      padding: 3vw; }
      .result_box.possible .block_txt .text {
        font-size: 3.4vw; }
      .result_box.possible .block_txt .btn_manual {
        width: 15vw;
        padding-left: 6vw; }
        .result_box.possible .block_txt .btn_manual span {
          font-size: 3vw;
          padding: 2.5vw 0 2vw; }
        .result_box.possible .block_txt .btn_manual::before {
          left: 2.2vw; }
    .result_box.possible .tv_model {
      padding-bottom: 5vw; } }

/*===============================================================
	
	tv_model
	
===============================================================*/
.tv_model {
  text-align: center;
  /* SP */ }
  .tv_model .model_name {
    width: 100%;
    height: 45px; }
    .tv_model .model_name img {
      width: auto;
      height: 100%; }
  .tv_model .model_img {
    margin-top: 5px; }
    .tv_model .model_img img {
      width: 80%; }
  .tv_model .model_result {
    margin-top: 10px; }
    .tv_model .model_result .label {
      display: inline-block;
      font-size: 16px;
      line-height: 1.6;
      font-weight: bold;
      padding: 6px 20px; }
    .tv_model .model_result .caption {
      margin-top: 8px;
      line-height: 1.4; }
  @media screen and (max-width: 800px) {
    .tv_model .model_name {
      height: 11vw; }
    .tv_model .model_img {
      margin-top: 1vw; }
    .tv_model .model_result {
      margin-top: 2.5vw; }
      .tv_model .model_result .label {
        font-size: 3.8vw;
        padding: 1vw 5vw; }
      .tv_model .model_result .caption {
        margin-top: 2vw; } }

/*===============================================================
	
	result_type
	
===============================================================*/
.result_type {
  padding: 20px 0;
  border-bottom: solid 1px #ddd;
  /* SP */ }
  .result_type .block_type {
    padding: 20px;
    background: #f3f3f3;
    display: flex;
    justify-content: space-between; }
    .result_type .block_type .txt_block {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 40%; }
      .result_type .block_type .txt_block .label {
        width: 100%;
        font-size: 12px;
        line-height: 1.2;
        font-weight: bold;
        padding: 5px 0;
        text-align: center;
        color: #3cb5c6;
        background: #fff;
        border: solid 1px #3cb5c6; }
      .result_type .block_type .txt_block .model_logo {
        min-height: 60px;
        padding: 10px 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        .result_type .block_type .txt_block .model_logo img {
          width: auto;
          height: 100%; }
      .result_type .block_type .txt_block .type {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 1.2;
        padding: 3px 0;
        color: #fff;
        background: #333; }
      .result_type .block_type .txt_block .desc {
        padding-top: 5px;
        text-align: center;
        font-size: 12px;
        line-height: 1.2; }
        .result_type .block_type .txt_block .desc .caption {
          font-size: 80%;
          letter-spacing: 0;
          line-height: 1;
          color: #333; }
    .result_type .block_type .img_block {
      width: 55%;
      border: solid 1px #ddd; }
      .result_type .block_type .img_block img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .result_type .block_table {
    margin-top: 15px; }
  .result_type .block_txt {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    background: #f3f3f3;
    border-radius: 3px;
    padding: 10px 12px; }
    .result_type .block_txt .text {
      display: inline-block;
      font-size: 13px;
      line-height: 1.6; }
    .result_type .block_txt .red {
      color: #E65845; }
    .result_type .block_txt .btn_manual {
      width: 15%;
      position: relative;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      padding-left: 20px; }
      .result_type .block_txt .btn_manual span {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ccc;
        color: #333;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: .3em;
        width: 100%;
        border-radius: 3px;
        padding: 10px 0 8px;
        transition: all .3s;
        cursor: pointer; }
        .result_type .block_txt .btn_manual span:hover {
          opacity: .7; }
      .result_type .block_txt .btn_manual::before {
        content: '';
        position: absolute;
        top: 0;
        left: 6px;
        width: 1px;
        height: 100%;
        background: #ddd; }
    .result_type .block_txt .caption {
      line-height: 1.4; }
  @media screen and (max-width: 800px) {
    .result_type {
      padding: 5vw 0 4vw; }
      .result_type .block_type {
        padding: 4vw; }
        .result_type .block_type .txt_block .label {
          font-size: 3vw;
          padding: .8vw 0; }
        .result_type .block_type .txt_block .model_logo {
          height: 12vw;
          padding: 2.8vw 0; }
        .result_type .block_type .txt_block .type {
          font-size: 3vw;
          padding: .6vw 0; }
        .result_type .block_type .txt_block .desc {
          padding-top: 1vw;
          font-size: 3vw;
          line-height: 1.2; }
      .result_type .block_table {
        margin-top: 3vw; }
      .result_type .block_txt {
        margin-top: 2.5vw;
        padding: 3vw; }
        .result_type .block_txt .text {
          font-size: 3.4vw; }
        .result_type .block_txt .btn_manual {
          width: 18%;
          padding-left: 6vw; }
          .result_type .block_txt .btn_manual span {
            font-size: 3vw;
            padding: 3vw 0 2.2vw; }
          .result_type .block_txt .btn_manual::before {
            left: 2.2vw; } }

/*===============================================================
	
	result_type
	【type_impossible】
	
===============================================================*/
.result_type.type_impossible .block_type .label {
  color: #b73737;
  border: solid 1px #b73737; }
.result_type.type_impossible .block_table .table tbody td {
  text-align: center; }

/*===============================================================
	mixinテスト
===============================================================*/
.under_line {
  background: linear-gradient(transparent 70%, rgba(255, 0, 0, 0.3) 0%);
  display: inline; }

.under_marker {
  background: linear-gradient(transparent 0%, #ff0 0%);
  display: inline; }

.btn_link {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000; }
  .btn_link a {
    display: block;
    text-align: center;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    padding: 20px;
    text-decoration: none; }
    @media screen and (max-width: 800px) {
      .btn_link a {
        padding: 3vw; } }
  .btn_link a:hover {
    background: #000;
    color: #fff;
    text-decoration: none; }
  .btn_link a {
    position: relative; }
    .btn_link a::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      border: solid 1px #000;
      width: 6px;
      height: 6px;
      border-top: none;
      border-left: none;
      transition: all 0.3s;
      right: 10px;
      transform: rotate(-45deg) translate(-1px, -1px); }
    .btn_link a:hover::after {
      border: solid 1px #fff;
      border-top: none;
      border-left: none; }
  @media screen and (max-width: 800px) {
    .btn_link {
      width: 80%; } }

.btn_sankaku {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #000; }
  .btn_sankaku a {
    display: block;
    text-align: center;
    background: #000;
    color: #fff;
    transition: all 0.3s;
    padding: 20px;
    text-decoration: none; }
    @media screen and (max-width: 800px) {
      .btn_sankaku a {
        padding: 3vw; } }
  .btn_sankaku a:hover {
    background: #fff;
    color: #000;
    text-decoration: none; }
  .btn_sankaku a {
    position: relative; }
    .btn_sankaku a::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: all 0.3s;
      width: 0;
      height: 0;
      border-style: solid;
      left: 10px;
      border-width: 5px 8px 5px 0;
      border-color: transparent #fff transparent transparent; }
    .btn_sankaku a:hover::after {
      border-width: 5px 8px 5px 0;
      border-color: transparent #000 transparent transparent; }
  @media screen and (max-width: 800px) {
    .btn_sankaku {
      width: 80%; } }

.bg_slash {
  background-image: linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 5px 5px;
  padding: 30px; }

.bg_grade {
  background: #FF6EC9;
  background: -webkit-linear-gradient(right, #FF6EC9 0%, #5DCAFC 100%);
  background: linear-gradient(to right, #FF6EC9 0%, #5DCAFC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6EC9', endColorstr=' #5DCAFC', GradientType=1);
  padding: 30px; }
