@charset "UTF-8";
/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*	グリッド幅  */
/*	セクション、コンテンツ間のマージン　*/
/*===============================================================
	_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）)
===============================================================*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

.thispage .tablet {
  display: none;
}
.thispage .sp {
  display: none;
}
.thispage .sp_tablet {
  display: none;
}
.thispage .hide {
  display: none;
}

@media screen and (max-width: 959px) {
  .thispage .pc {
    display: none;
  }
  .thispage .pc_tablet,
  .thispage .sp_tablet,
  .thispage .tablet {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .thispage .sp {
    display: block;
  }
  .thispage .pc_tablet,
  .thispage .tablet {
    display: none;
  }
}
.thispage .display-pc {
  display: block !important;
}
.thispage .display-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .thispage .display-pc {
    display: none !important;
  }
  .thispage .display-sp {
    display: block !important;
  }
}

.thiscontents img {
  max-width: 100%;
  vertical-align: top;
}
.thiscontents .fit,
.thiscontents .fit img {
  width: 100%;
  height: auto;
}
.thiscontents .max,
.thiscontents .max img {
  max-width: 100%;
  max-height: auto;
}

.thiscontents .cf {
  *zoom: 1;
}
.thiscontents .cf:after {
  content: "";
  display: table;
  clear: both;
}
.thiscontents .clear {
  clear: both;
}

.thiscontents a {
  text-decoration: none;
}
.thiscontents a:hover {
  text-decoration: none;
}
.thiscontents .linkblock {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.01;
  background: rgba(255, 255, 255, 0.01);
}

.thiscontents .br_to_space::after {
  white-space: pre;
  content: " ";
}
@media screen and (max-width: 767px) {
  .thiscontents .br_to_space::after {
    content: "\a";
  }
}

.thiscontents .transition, .thiscontents .hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.thiscontents h1, .thiscontents h2, .thiscontents h3, .thiscontents h4, .thiscontents p {
  padding: 0;
  margin: 0;
}

.thiscontents {
  color: #222;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.thiscontents .color_jcom {
  color: #e83416;
}
.thiscontents .color_tv {
  color: #e40177;
}
.thiscontents .color_net {
  color: #0081cf;
}
.thiscontents .color_mobile {
  color: #29a5a9;
}
.thiscontents .color_new {
  color: #fe9b00;
}
.thiscontents .color_add {
  color: #71bb00;
}
.thiscontents .color_au {
  color: #ec5506;
}
.thiscontents .color_notes {
  color: #777;
}
.thiscontents .gra_red_blue {
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 58, 35)), to(rgb(0, 100, 255)));
  background: linear-gradient(to right, rgb(248, 58, 35) 0%, rgb(0, 100, 255) 100%);
}
.thiscontents .tar,
.thiscontents .text_right {
  text-align: right;
}
.thiscontents .text_center {
  text-align: center;
}
.thiscontents .strong,
.thiscontents .text_bold {
  font-weight: bold;
}
.thiscontents .text_up {
  font-size: 125%;
}
.thiscontents .text_down {
  font-size: 75%;
}
.thiscontents .em,
.thiscontents .text_em {
  color: #e83416;
}
.thiscontents .sup {
  position: relative;
  vertical-align: top;
  font-size: 9px;
  font-weight: normal;
}
.thiscontents .sup.asterisk {
  letter-spacing: -0.8px;
  display: inline-block;
  padding-right: 2px;
}
.thiscontents .indent_1 {
  padding-left: 1em;
  text-indent: -1em;
}
.thiscontents .indent_1_5 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.thiscontents .indent_2 {
  padding-left: 2em;
  text-indent: -2em;
}

.thiscontents .vam {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .thiscontents .br_pc {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .thiscontents .br_sp {
    display: none;
  }
}

.thiscontents .mt0 {
  margin-top: 0;
}
.thiscontents .mb0 {
  margin-bottom: 0;
}
.thiscontents .mt5 {
  margin-top: 5px;
}
.thiscontents .mb5 {
  margin-bottom: 5px;
}
.thiscontents .mt10 {
  margin-top: 10px;
}
.thiscontents .mb10 {
  margin-bottom: 10px;
}
.thiscontents .mt15 {
  margin-top: 15px;
}
.thiscontents .mb15 {
  margin-bottom: 15px;
}
.thiscontents .mt20 {
  margin-top: 20px;
}
.thiscontents .mb20 {
  margin-bottom: 20px;
}
.thiscontents .mt25 {
  margin-top: 25px;
}
.thiscontents .mb25 {
  margin-bottom: 25px;
}
.thiscontents .mt30 {
  margin-top: 30px;
}
.thiscontents .mb30 {
  margin-bottom: 30px;
}
.thiscontents .mt35 {
  margin-top: 35px;
}
.thiscontents .mb35 {
  margin-bottom: 35px;
}
.thiscontents .mt40 {
  margin-top: 40px;
}
.thiscontents .mb40 {
  margin-bottom: 40px;
}
.thiscontents .mt45 {
  margin-top: 45px;
}
.thiscontents .mb45 {
  margin-bottom: 45px;
}
.thiscontents .mt50 {
  margin-top: 50px;
}
.thiscontents .mb50 {
  margin-bottom: 50px;
}

@media screen and (orientation: landscape) {
  .thiscontents .portrait {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  .thiscontents .landscape {
    display: none;
  }
}

.thiscontents .hover:hover {
  opacity: 0.65;
}

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

	price

===============================================================*/
.price_en {
  font-family: "quasimoda", sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}

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

.caption_red

===============================================================*/
.caption_red {
  color: #e93817;
}

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

	grad_maker

===============================================================*/
.grad_maker {
  position: relative;
}
.grad_maker::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 58, 35)), to(rgb(0, 100, 255)));
  background: linear-gradient(to right, rgb(248, 58, 35) 0%, rgb(0, 100, 255) 100%);
}

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

	grad_maker_bold

===============================================================*/
.grad_maker_inline {
  position: relative;
  display: inline-block;
  /* SP */
  /* for SP */
}
.grad_maker_inline::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 58, 35)), to(rgb(0, 100, 255)));
  background: linear-gradient(to right, rgb(248, 58, 35) 0%, rgb(0, 100, 255) 100%);
}
.grad_maker_inline.bold::after {
  height: 8px;
  bottom: 9px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .grad_maker_inline::after {
    bottom: 1vw;
    left: 0;
    right: 0;
    height: 4px;
  }
  .grad_maker_inline.bold::after {
    height: 6px;
    bottom: 6px;
  }
}

/*-------------------------------------------------------------
	info_faq	
-------------------------------------------------------------*/
.info_faq {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.info_faq a {
  font-size: 16px;
  color: #fff;
}
.info_faq a .icon_blank {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding-left: 5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.info_faq a .text-qst::before {
  background: url(/common_v10/images/icn-text-qst-gray.svg) no-repeat center center/contain;
}
.info_faq a:hover {
  color: #fff;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .info_faq a .icon_blank {
    width: 22px;
    height: 22px;
    padding-left: 5px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

/*-------------------------------------------------------------
	info_ooita	
-------------------------------------------------------------*/
.info_ooita {
  padding-top: 10px !important;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.info_ooita a {
  font-size: 80%;
}
/*-------------------------------------------------------------
icon_caption
-------------------------------------------------------------*/
.icon_caption {
  margin-top: 20px;
  /* SP */
  /* for SP */
}
.icon_caption .txt_atn {
  position: relative;
  margin: 0 auto;
  margin-bottom: 0 !important;
  padding-left: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.icon_caption .txt_atn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_text/icn_text_atn.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .icon_caption {
    margin-top: 0;
  }
  .icon_caption .txt_atn {
    text-align: left;
    padding-left: 7vw;
    color: #fff;
    font-size: 3.5vw;
  }
  .icon_caption .txt_atn::before {
    width: 6vw;
    height: 6vw;
  }
}

/*-------------------------------------------------------------
icon_caption_top
-------------------------------------------------------------*/
.icon_caption_top {
  margin-bottom: 20px;
  /* SP */
  /* for SP */
}
.icon_caption_top .txt_atn {
  position: relative;
  margin: 0 auto;
  position: relative;
  padding-left: 32px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.icon_caption_top .txt_atn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_text/icn_text_atn.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .icon_caption_top {
    margin-bottom: 5vw;
  }
  .icon_caption_top .txt_atn {
    text-align: left;
    padding-left: 7vw;
    color: #fff;
    font-size: 3.5vw;
  }
  .icon_caption_top .txt_atn::before {
    width: 6vw;
    height: 6vw;
  }
}

/*===============================================================
	_grid.scss
===============================================================*/
.grid_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.grid_wrp .grid {
  -webkit-box-sizing: border-box;
          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 - 40px);
}
.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;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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: 767px) {
  .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;
  }
}

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

	レイアウト
	_rayout.scss

===============================================================*/
.full_width {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .full_width {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.max_width {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1900px) {
  .max_width {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1170px) {
  .max_width {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .max_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.wide_width {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1600px) {
  .wide_width {
    padding: 0 50px;
  }
  .max_width .wide_width {
    padding: 0;
  }
}
@media screen and (max-width: 1170px) {
  .wide_width {
    padding: 0 30px;
  }
  .max_width .wide_width {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .wide_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.large_width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1300px) {
  .large_width {
    padding: 0 50px;
  }
  .max_width .large_width, .wide_width .large_width {
    padding: 0;
  }
}
@media screen and (max-width: 1170px) {
  .large_width {
    padding: 0 30px;
  }
  .max_width .large_width, .wide_width .large_width {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .large_width {
    padding-left: 0;
    padding-right: 0;
  }
}

.content_width {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1170px) {
  .content_width {
    padding: 0 30px;
  }
  .max_width .content_width, .wide_width .content_width, .large_width .content_width {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .content_width {
    padding-left: 0;
    padding-right: 0;
  }
}

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

.btn_width {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .btn_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_wrp {
  overflow: hidden;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section {
  width: 100%;
}

.section_inner {
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section_inner {
    padding-top: 20vw;
    padding-bottom: 20vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

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

	content 
	個別のコンテンツ

===============================================================*/
.content + .content {
  margin-top: 100px;
}

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

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

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

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

.block + .block {
  margin-top: 50px;
}

.title_block + .block {
  margin-top: 50px;
}

.block + .title_block {
  margin-top: 70px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .content {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
} /* for tablet */
/* SP向けレイアウトの指定：～736px */
@media screen and (max-width: 767px) {
  .content + .content {
    margin-top: 10vw;
  }
  .headline + .content {
    margin-top: 5vw;
  }
  .content + .headline {
    margin-top: 10vw;
  }
  .content .content + *,
  .content * + .content {
    margin-top: 8vw;
  }
  .content_title + .content {
    margin-top: 0;
  }
  .block + .block {
    margin-top: 5vw;
  }
  .title_block + .block {
    margin-top: 5vw;
  }
  .block + .title_block {
    margin-top: 7vw;
  }
} /* for SP */
/*===============================================================

    modal

===============================================================*/
.this_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
      modal_bg	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      modal_container	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      modal_width	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      modal_width_narrow	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      modal_content	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      modal_body	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      modal_close	
  -------------------------------------------------------------*/
  /*===============================================================
      //	modal
  ===============================================================*/
}
.modal_active .this_modal {
  z-index: 99999;
  pointer-events: inherit;
  opacity: 1;
}
.this_modal .modal_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  width: 30px;
  height: 30px;
  width: 100%;
  height: 100vh;
  width: 100%;
  height: 100vh;
  border-radius: 0%;
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.modal_active .this_modal .modal_bg {
  width: 100%;
  height: 100vh;
  border-radius: 0;
  background-color: #222222;
}
.this_modal .modal_container {
  position: relative;
  z-index: 100000;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  padding: 50px;
  width: 100%;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.modal_active .this_modal .modal_container {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 1070px) {
  .this_modal .modal_container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .this_modal .modal_container {
    width: 100%;
    height: auto;
    padding: 5vw;
  }
}
.this_modal .modal_width {
  max-width: 900px;
  min-width: 900px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 1000px) {
  .this_modal .modal_width {
    max-width: inherit;
    min-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .this_modal .modal_width {
    max-width: inherit;
    min-width: inherit;
  }
}
.this_modal .modal_width_narrow {
  max-width: 660px;
  min-width: 660px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 1000px) {
  .this_modal .modal_width_narrow {
    max-width: inherit;
    min-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .this_modal .modal_width_narrow {
    max-width: inherit;
    min-width: inherit;
  }
}
.this_modal .modal_content {
  position: relative;
  z-index: -1;
  background: #000;
  opacity: 0;
  position: absolute;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.this_modal .modal_content.current {
  z-index: 1;
  opacity: 1;
  position: relative;
}
.this_modal .modal_body {
  padding: 50px;
  height: auto;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 767px) {
  .this_modal .modal_body {
    padding: 10vw;
    max-height: calc(100vh - 40vw);
  }
}
.this_modal .modal_close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  overflow: hidden;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.this_modal .modal_close a {
  display: block;
  width: 45px;
  height: 45px;
  position: relative;
  background-color: #000;
}
.this_modal .modal_close a:hover {
  opacity: 1;
  background-color: #e83416;
}
.this_modal .modal_close a::after,
.this_modal .modal_close a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22.5px;
  height: 1px;
  background-color: #fff;
}
.this_modal .modal_close a::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.this_modal .modal_close a::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .this_modal .modal_close {
    width: 13vw;
    height: 13vw;
    top: -5.2vw;
    right: -5.2vw;
    border-radius: 13vw;
  }
  .this_modal .modal_close a {
    width: 13vw;
    height: 13vw;
  }
  .this_modal .modal_close a::after,
  .this_modal .modal_close a::before {
    width: 6.5vw;
  }
}

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

    btn_gradation

===============================================================*/
.btn_gradation {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
      btn_paramaount	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      btn_link	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      deactive	
  -------------------------------------------------------------*/
  /*===============================================================
      //	btn_gradation
  ===============================================================*/
}
.btn_gradation a {
  display: block;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 58, 35)), to(rgb(0, 100, 255)));
  background: linear-gradient(to right, rgb(248, 58, 35) 0%, rgb(0, 100, 255) 100%);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  padding: 20px 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
}
.btn_gradation a:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.btn_gradation.btn_modal a {
  position: relative;
}
.btn_gradation.btn_modal a::after,
.btn_gradation.btn_modal a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 2px;
  height: 1em;
  background-color: #fff;
}
.btn_gradation.btn_modal a::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .btn_gradation {
    max-width: 90%;
  }
  .btn_gradation a {
    display: block;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(rgb(248, 58, 35)), to(rgb(0, 100, 255)));
    background: linear-gradient(to right, rgb(248, 58, 35) 0%, rgb(0, 100, 255) 100%);
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    line-height: 1;
    padding: 5vw;
    border-radius: 10vw;
  }
}
.btn_gradation.btn_paramaount {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.btn_gradation.btn_paramaount a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 14px;
}
.btn_gradation.btn_paramaount .paramaunt span {
  display: block;
  font-size: 70%;
}
.btn_gradation.btn_link {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.btn_gradation.btn_link a {
  position: relative;
}
.btn_gradation.btn_link a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  border: solid 2px #fff;
  width: 10px;
  height: 10px;
  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;
}
.btn_gradation.deactive {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.btn_gradation.deactive a {
  pointer-events: none;
  background: #666;
  color: #999;
}
.btn_gradation.deactive a::before,
.btn_gradation.deactive a::after {
  opacity: 0.3;
}
/*---------------------------------------------

 J:COM 制作規定（統一ルール）

---------------------------------------------*/
/*---------------------------------------------

	J:COM制作規定
	Headline

---------------------------------------------*/
.jcom_headline h1, .jcom_headline h2, .jcom_headline h3, .jcom_headline h4, .jcom_headline h5, .jcom_headline h6,
.jcom_headline .h1, .jcom_headline .h2, .jcom_headline .h3, .jcom_headline .h4, .jcom_headline .h5, .jcom_headline .h6 {
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  text-align: center;
}

.jcom_headline h1,
.jcom_headline .h1 {
  max-width: 1120px;
  margin: 40px auto;
  padding-left: 16px;
  font-size: 32px;
  text-align: left;
  position: relative;
}

.jcom_headline h1::after,
.jcom_headline .h1::after {
  content: "";
  width: 4px;
  height: calc(100% - 8px);
  background: #e93817;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jcom_headline h2:not([class]),
.jcom_headline .h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 28px;
}

.jcom_headline h2:not([class])::before, .jcom_headline h2:not([class])::after,
.jcom_headline .h2::before, .jcom_headline .h2::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 4px;
  margin: 0 32px;
  background: #e93817;
  border-radius: 2px;
}

.jcom_headline h2::before,
.jcom_headline .h2::before {
  margin-left: 0;
}

.jcom_headline h2::after,
.jcom_headline .h2::after {
  margin-right: 0;
}

.jcom_headline h3,
.jcom_headline .h3 {
  margin: 32px 0;
  font-size: 26px;
}

.jcom_headline h4,
.jcom_headline .h4 {
  margin: 32px 0 16px;
  font-size: 24px;
}

.jcom_headline h5,
.jcom_headline .h5 {
  margin: 16px 0;
  font-size: 20px;
}

.jcom_headline h6,
.jcom_headline .h6 {
  margin: 16px 0;
  font-size: 18px;
}

/*------ 中見出し -------*/
.jcom_headline .h_middle {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

/*------ 装飾見出し -------*/
.jcom_headline .h2_underline {
  position: relative;
  margin-top: 32px;
  padding-bottom: 26px;
  font-size: 32px;
}

.jcom_headline .h2_underline span {
  position: relative;
}

.jcom_headline .h2_underline span::before {
  content: "";
  position: absolute;
  bottom: -12px;
  background: #221715;
  border-radius: 100px;
  width: 100%;
  height: 4px;
}

/*------ アイコン付き見出し -------*/
.jcom_headline .h_icn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
}

.jcom_headline .h_icn img {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 16px;
  width: 40px;
  height: 40px;
}

.jcom_headline h2.h_icn {
  font-size: 28px;
}

.jcom_headline h3.h_icn {
  font-size: 22px;
}

.jcom_headline h4.h_icn {
  font-size: 20px;
}

/*------ ラベル付き見出し -------*/
.jcom_headline .h_label {
  text-align: left;
}

.jcom_headline h3.h_label {
  font-size: 22px;
}

.jcom_headline h4.h_label {
  font-size: 20px;
}

.jcom_headline .h_label .h_label_txt {
  position: relative;
  top: -3px;
  display: inline-block;
  background: #e93817;
  border-radius: 4px;
  margin-left: 16px;
  padding: 4px 6px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .jcom_headline h1,
  .jcom_headline .h1 {
    margin: 10vw auto;
    padding-left: 3.8vw;
    font-size: 8vw;
  }
  .jcom_headline h1::after,
  .jcom_headline .h1::after {
    height: calc(100% - 2vw);
  }
  .jcom_headline h2:not([class]),
  .jcom_headline .h2 {
    margin-top: 8vw;
    margin-bottom: 8vw;
    font-size: 7vw;
  }
  .jcom_headline h2:not([class])::before, .jcom_headline h2:not([class])::after,
  .jcom_headline .h2::before, .jcom_headline .h2::after {
    width: 16vw;
    margin: 0 5vw;
  }
  .jcom_headline h3,
  .jcom_headline .h3 {
    margin: 8vw 0;
    font-size: 6.5vw;
  }
  .jcom_headline h4,
  .jcom_headline .h4 {
    margin: 8vw 0 3.8vw;
    font-size: 6vw;
  }
  .jcom_headline h5,
  .jcom_headline .h5 {
    margin: 3.8vw 0;
    font-size: 5vw;
  }
  .jcom_headline h6,
  .jcom_headline .h6 {
    margin: 3.8vw 0;
    font-size: 4.5vw;
  }
  /*------ 中見出し -------*/
  .jcom_headline .h_middle {
    margin-bottom: 10vw;
    font-size: 5.5vw;
  }
  /*------ 装飾見出し -------*/
  .jcom_headline .h2_underline {
    margin-top: 8vw;
    padding-bottom: 6.5vw;
    font-size: 8vw;
  }
  .jcom_headline .h2_underline span::before {
    bottom: -4vw;
  }
  /*------ アイコン付き見出し -------*/
  .jcom_headline .h-icn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: left;
  }
  .jcom_headline .h_icn img {
    margin-right: 3.8;
    width: 10vw;
    height: 10vw;
  }
  .jcom_headline h2.h_icn {
    font-size: 7vw;
  }
  .jcom_headline h3.h_icn {
    font-size: 5.5vw;
  }
  .jcom_headline h3.h-icn img {
    position: relative;
    top: -3px;
  }
  .jcom_headline h4.h_icn {
    font-size: 5vw;
  }
  .jcom_headline h4.h-icn img {
    position: relative;
    top: -4px;
  }
  /*------ ラベル付き見出し -------*/
  .jcom_headline h3.h_label {
    font-size: 5.5vw;
  }
  .jcom_headline h4.h_label {
    font-size: 5vw;
  }
  .jcom_headline .h_label .h_label_txt {
    top: -0.75vw;
    margin-left: 3.8vw;
    padding: 1vw 1.5vw;
    font-size: 3.5vw;
  }
} /* for SP max-width: 736px */
/*---------------------------------------------

	J:COM制作規定
	Text

---------------------------------------------*/
.jcom_txt_icn .txt_check, .jcom_txt_icn .txt_check_primary, .jcom_txt_icn .txt_atn, .jcom_txt_icn .txt_qst {
  position: relative;
  padding-left: 32px;
}

.jcom_txt_icn .txt_check::before, .jcom_txt_icn .txt_check_primary::before, .jcom_txt_icn .txt_atn::before, .jcom_txt_icn .txt_qst::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
}

.jcom_txt_icn .txt_check::before {
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_text/icn_text_check.svg") no-repeat center center/contain;
}

.jcom_txt_icn .txt_check_primary::before {
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_text/icn_text_check_primary.svg") no-repeat center center/contain;
}

.jcom_txt_icn .txt_atn::before {
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_text/icn_text_atn.svg") no-repeat center center/contain;
}

.jcom_txt_icn .txt_qst::before {
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_text/icn_text_qst.svg") no-repeat center center/contain;
}

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .jcom_txt_icn .txt_check, .jcom_txt_icn .txt_check_primary, .jcom_txt_icn .txt_atn, .jcom_txt_icn .txt_qst {
    padding-left: 8vw;
  }
  .jcom_txt_icn .txt_check::before, .jcom_txt_icn .txt_check_primary::before, .jcom_txt_icn .txt_atn::before, .jcom_txt_icn .txt_qst::before {
    top: 0.5vw;
    width: 6vw;
    height: 6vw;
  }
} /* for SP max-width: 736px */
/*---------------------------------------------

	J:COM制作規定
	Link

---------------------------------------------*/
.jcom_txt_link p {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  /*line-height: 1.2;*/
}

.jcom_txt_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #406FAF;
  font-size: 100%;
  /*line-height: 1.2;*/
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}

.jcom_txt_link a:link,
.jcom_txt_link a:visited,
.jcom_txt_link a:active {
  color: #406FAF;
  text-decoration: none;
}

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

/*------ リンク（ノーマル） -------*/
.jcom_txt_link .link_self {
  color: #406FAF;
}

.jcom_txt_link .link_self::after {
  content: "";
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_link/icn_link_self_blue.svg") no-repeat center center/contain;
  width: 16px;
  height: 16px;
  /*margin-top: -2px;*/
  margin-left: 8px;
}

/*------ リンク（ブランク） -------*/
.jcom_txt_link .link_blank::after {
  content: "";
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_link/icn_link_blank_blue.svg") no-repeat center center/contain;
  width: 16px;
  height: 16px;
  /*margin-top: -2px;*/
  margin-left: 8px;
}

/*------ リンク（PDF） -------*/
.jcom_txt_link .link_pdf {
  color: #406FAF !important;
}

.jcom_txt_link .link_pdf::after, .jcom_txt_link .link_pdf_black::after {
  content: "";
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_link/icn_link_pdf_blue.svg") no-repeat center center/contain;
  width: 24px;
  height: 24px;
  /*margin-top: -2px;*/
  margin-left: 8px;
}

/*------ リンク（お知らせ/ニュース） -------*/
.jcom_txt_link .link_text {
  color: #333 !important;
}

.jcom_txt_link .link_text:link,
.jcom_txt_link .link_text:visited,
.jcom_txt_link .link_text:active {
  color: #333 !important;
}

.jcom_txt_link .link_text:hover {
  opacity: 1 !important;
  text-decoration: underline !important;
}

/*------ リンクリスト -------*/
.jcom_txt_link .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  gap: 15px 30px;
  padding: 0;
}

.jcom_txt_link .link_list li {
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 16px;
  /*line-height: 1.2;*/
}

.jcom_txt_link .link_list li a:not(.link_self)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 1px;
  height: 1em;
  background: #E2E2E2;
}

.jcom_txt_link .link_list li:last-child a:not(.link_self)::after {
  display: none;
}

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .jcom_txt_link p {
    font-size: 4vw;
  }
  .jcom_txt_link p + p {
    margin-top: 4vw;
  }
  .jcom_txt_link a {
    font-size: 4vw;
  }
  /*------ リンク（ノーマル） -------*/
  .jcom_txt_link .link_self::after {
    width: 3.8vw;
    height: 3.8vw;
    /*margin-top: 0;*/
    margin-left: 2vw;
  }
  /*------ リンク（ブランク） -------*/
  .jcom_txt_link .link_blank::after {
    width: 3.8vw;
    height: 3.8vw;
    /*margin-top: 0;*/
    margin-left: 2vw;
  }
  /*------ リンク（PDF） -------*/
  .jcom_txt_link .link_pdf::after, .jcom_txt_link .link_pdf_black::after {
    width: 6vw;
    height: 6vw;
    /*margin-top: 0;*/
    margin-left: 2vw;
  }
  /*------ リンクリスト -------*/
  .jcom_txt_link .link_list {
    display: block;
  }
  .jcom_txt_link .link_list li {
    font-size: 4vw;
  }
  .jcom_txt_link .link_list li + li {
    margin-top: 4vw;
  }
  .jcom_txt_link .link_list li a:not(.link_self)::after {
    display: none;
  }
} /* for SP max-width: 736px */
/*---------------------------------------------

	J:COM制作規定
	AnchorLink

---------------------------------------------*/
.jcom_anchor_link p {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  /*line-height: 1.2;*/
}

.jcom_anchor_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 100%;
  /*line-height: 1.2;*/
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}

.jcom_anchor_link a:visited {
  color: #333;
  text-decoration: none;
}

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

.jcom_anchor_link a::after {
  content: "";
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_link/icn_link_anchor_text.svg") no-repeat center center/contain;
  width: 16px;
  height: 16px;
  /*margin-top: -2px;*/
  margin-left: 8px;
}

/*------ リンクリスト -------*/
.jcom_anchor_link .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  gap: 15px 30px;
  padding: 0;
}

.jcom_anchor_link .link_list li {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 16px;
  /*line-height: 1.2;*/
}

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .jcom_anchor_link p {
    font-size: 4vw;
  }
  .jcom_anchor_link p + p {
    margin-top: 4vw;
  }
  .jcom_anchor_link a {
    font-size: 4vw;
  }
  .jcom_anchor_link a::after {
    width: 3.8vw;
    height: 3.8vw;
    /* margin-top: 0;*/
    margin-left: 2vw;
  }
  /*------ リンクリスト -------*/
  .jcom_anchor_link .link_list {
    display: block;
  }
  .jcom_anchor_link .link_list li {
    font-size: 4vw;
  }
  .jcom_anchor_link .link_list li + li {
    margin-top: 4vw;
  }
} /* for SP max-width: 736px */
/*---------------------------------------------

	J:COM制作規定
	AnchorList

---------------------------------------------*/
.anchor_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  list-style: none;
}

.anchor_list ul li {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.anchor_list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 155px;
  height: 100%;
  color: #333;
  text-decoration: none;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #e93817;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}

.anchor_list li a:hover {
  opacity: 0.7;
}

.anchor_list_down li {
  margin-bottom: 11px;
}

.anchor_list_down li a {
  padding-bottom: 5px;
  border-bottom: 24px solid #e93817;
}

.anchor_list_down li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  width: 100%;
  height: 6px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.anchor_list_down li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
  width: 36px;
  height: 16px;
  background: url(https://www2.myjcom.jp/special/common/images/asset/anchor_list/anchor_panel_down_primary.svg) no-repeat center center;
  background-size: 36px 16px;
}

.anchor_list_up li {
  margin-top: 11px;
}

.anchor_list_up li a {
  padding-top: 5px;
  border-top: 24px solid #e93817;
}

.anchor_list_up li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin: auto;
  width: 100%;
  height: 6px;
  background: #fff;
  border-radius: 5px 5px 0 0;
}

.anchor_list_up li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
  width: 36px;
  height: 16px;
  background: url(https://www2.myjcom.jp/special/common/images/asset/anchor_list/anchor_panel_up_primary.svg) no-repeat center center;
  background-size: 36px 16px;
}

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
  .anchor_list {
    overflow-x: scroll;
  }
  .anchor_list ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4vw;
  }
  .anchor_list ul li {
    font-size: 4vw;
  }
  .anchor_list li a {
    width: 45vw;
    border-radius: 4vw;
    border: 2px solid #e93817;
    padding: 4vw 2vw;
  }
  .anchor_list_down li {
    margin-bottom: 4vw;
  }
  .anchor_list_down li a {
    padding-bottom: 2vw;
    border-bottom: 6vw solid #e93817;
  }
  .anchor_list_down li a::before {
    bottom: -0.5vw;
    height: 1vw;
    border-radius: 0 0 1vw 1vw;
  }
  .anchor_list_down li a::after {
    bottom: -9vw;
    width: 10vw;
    height: 4.4vw;
    background-size: 10vw 4.4vw;
  }
  .anchor_list_up li {
    margin-top: 4vw;
  }
  .anchor_list_up li a {
    padding-top: 2vw;
    border-top: 6vw solid #e93817;
  }
  .anchor_list_up li a::before {
    top: -0.5vw;
    height: 1vw;
    border-radius: 1vw 1vw 0 0;
  }
  .anchor_list_up li a::after {
    top: -9vw;
    width: 10vw;
    height: 4.4vw;
    background-size: 10vw 4.4vw;
  }
} /* for SP max-width: 736px */
/*---------------------------------------------

	J:COM制作規定
	Button

---------------------------------------------*/
.jcom_btn {
  line-height: 0;
}

.jcom_btn [class^=btn_], .jcom_btn [class*=" btn_"] {
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 58px;
  padding: 12px 30px;
  border: 3px solid #fff;
  border-radius: 100px;
  line-height: 1.3;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: bold;
  color: #333 !important;
  text-align: center;
}

.jcom_btn .btn_2line {
  min-height: 58px;
  padding: 5px 30px;
  line-height: 1.3;
  font-size: 16px;
}

.jcom_btn [class^=btn_] .s, .jcom_btn [class*=" btn_"] .s {
  display: block;
  font-size: 12px;
}

.jcom_btn [class^=btn_] .m, .jcom_btn [class*=" btn_"] .m {
  display: block;
  font-size: 14px;
}

.jcom_btn [class^=btn_]:hover, .jcom_btn [class*=" btn_"]:hover {
  opacity: 0.7;
}

.jcom_btn [class^=btn_]::after, .jcom_btn [class*=" btn_"]::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  margin: auto;
}

.jcom_btn [class^=btn_][class*=btn_blank]::after, .jcom_btn [class*=" btn_"][class*=btn_blank]::after {
  background-image: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_link_blank_black.svg");
  width: 16px;
}

.jcom_btn .btn_gra[class*=btn_blank]::after,
.jcom_btn .btn_primary[class*=btn_blank]::after {
  background-image: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_link_blank_white.svg");
  width: 16px;
}

/*------ 標準ボタン -------*/
.jcom_btn .btn_white_primary {
  background: #fff;
  border-color: #e93817;
}

.jcom_btn .btn_white_primary::after {
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_bullet_black.svg") no-repeat center center/contain;
}

/*------ 標準ボタン -------*/
.jcom_btn .btn_white {
  background: #fff;
  border-color: #fff;
}

.jcom_btn .btn_white::after {
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_bullet_black.svg") no-repeat center center/contain;
}

/*------ 標準ボタン（アフター要素無し） -------*/
.jcom_btn .btn_no_after::after {
  display: none !important;
}

/*------ 強調ボタン -------*/
.jcom_btn .btn_primary {
  background: #e93817;
  border-color: #e93817;
  color: #fff !important;
}

.jcom_btn .btn_primary::after {
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_bullet_white.svg") no-repeat center center/contain;
}

/*------ 加入者向けボタン -------*/
.jcom_btn .btn_member {
  background: #F5D200;
  border-color: #F5D200;
  color: #333 !important;
}

.jcom_btn .btn_member::after {
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_bullet_black.svg") no-repeat center center/contain;
}

/*------ エリア・オプション等ボタン -------*/
.jcom_btn .btn_white_gray, .jcom_btn .btn_white_dark {
  background: #fff;
  border-color: #E2E2E2;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.jcom_btn .btn_white_gray::after, .jcom_btn .btn_white_dark::after {
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_bullet_black.svg") no-repeat center center/contain;
}

.jcom_btn .btn_white_dark {
  border-color: #939393;
}

/*------ 戻るボタン -------*/
.jcom_btn .btn_back {
  background: #fff;
  border-color: #E2E2E2;
  width: 150px;
  min-width: 150px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.jcom_btn .btn_back::after {
  left: 24px;
  right: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_bullet_black.svg") no-repeat center center/contain;
}

/*------ グラデボタン -------*/
.jcom_btn .btn_gra {
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 58, 35)), to(rgb(0, 100, 255)));
  background: linear-gradient(to right, rgb(248, 58, 35) 0%, rgb(0, 100, 255) 100%);
  border-color: rgba(0, 0, 0, 0);
  border-left: 0;
  border-right: 0;
  color: #fff !important;
}

.jcom_btn .btn_gra::after {
  background: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_bullet_white.svg") no-repeat center center/contain;
}

/*------ 青ボタン -------*/
.jcom_btn .btn_blue {
  background: #fff;
  border-color: rgba(0, 0, 0, 0);
  border-left: 0;
  border-right: 0;
  color: #0064FF !important;
}

.jcom_btn .btn_blue.btn_blank::after {
  background-image: url("../images/icon_blank_blue.svg");
  width: 16px;
}

/*------ 左アイコン付きボタン -------*/
.jcom_btn .icn {
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 28px auto;
}

.jcom_btn .icn_simulation {
  background-image: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_simulation.svg");
}

.jcom_btn .icn_simulation_white {
  background-image: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_simulation_white.svg");
}

.jcom_btn .icn_member_white {
  background-image: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_member_white.svg");
}

.jcom_btn .icn_mail_white {
  background-image: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_mail_white.svg");
}

.jcom_btn .icn_phone_white {
  background-image: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_phone_white.svg");
}

.jcom_btn .icn_think_white {
  background-image: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_think_white.svg");
}

.jcom_btn .icn_simulation_black {
  background-image: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_simulation_black.svg");
}

.jcom_btn .icn_member_black {
  background-image: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_member_black.svg");
}

.jcom_btn .icn_mail_black {
  background-image: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_mail_black.svg");
}

.jcom_btn .icn_phone_black {
  background-image: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_phone_black.svg");
}

.jcom_btn .icn_think_black {
  background-image: url("https://www2.myjcom.jp/special/common/images/asset/icn_btn/icn_think_black.svg");
}

/* タブレット */
@media screen and (max-width: 1070px) {
  .jcom_btn [class^=btn_], .jcom_btn [class*=" btn_"] {
    min-height: 5.42vw;
    padding: 1.12vw 3vw;
    border-radius: 9.35vw;
    font-size: 1.68vw;
  }
  .jcom_btn .btn_2line {
    min-height: 5.42vw;
    padding: 0.47vw 3vw;
    font-size: 1.5vw;
  }
  .jcom_btn [class^=btn_] .s, .jcom_btn [class*=" btn_"] .s {
    font-size: 1.12vw;
  }
  .jcom_btn [class^=btn_] .m, .jcom_btn [class*=" btn_"] .m {
    font-size: 1.31vw;
  }
  .jcom_btn [class^=btn_]::after, .jcom_btn [class*=" btn_"]::after {
    right: 2.24vw;
    width: 0.84vw;
    height: 1.5vw;
  }
  .jcom_btn [class^=btn_][class*=btn_blank]::after, .jcom_btn [class*=" btn_"][class*=btn_blank]::after {
    width: 1.5vw;
  }
  .jcom_btn .btn_primary[class*=btn_blank]::after {
    width: 1.5vw;
  }
  .jcom_btn .btn_white_gray, .jcom_btn .btn_white_dark {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 1.5vw;
  }
  .jcom_btn .btn_back {
    width: 14.02vw;
    min-width: 14.02vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 1.5vw;
  }
  .jcom_btn .btn_back::after {
    left: 2.24vw;
  }
  .jcom_btn .icn {
    background-position: left 1.87vw center;
    background-size: 2.62vw auto;
  }
} /* for TABLET */
/* SP向けレイアウトの指定：～736px */
@media screen and (max-width: 767px) {
  .jcom_btn + .jcom_btn {
    margin-top: 4vw;
  }
  .jcom_btn [class^=btn_], .jcom_btn [class*=" btn_"] {
    min-height: 14.5vw;
    padding: 3.5vw 5vw;
    font-size: 4.5vw;
  }
  .jcom_btn .btn_2line {
    min-height: 14.5vw;
    padding: 2vw 5vw;
    font-size: 4vw;
  }
  .jcom_btn [class^=btn_] .s, .jcom_btn [class*=" btn_"] .s {
    font-size: 3.5vw;
  }
  .jcom_btn [class^=btn_]::after, .jcom_btn [class*=" btn_"]::after {
    right: 4vw;
    width: 2.25vw;
    height: 3.8vw;
  }
  .jcom_btn [class^=btn_][class*=btn_blank]::after, .jcom_btn [class*=" btn_"][class*=btn_blank]::after {
    width: 3.8vw;
  }
  .jcom_btn .btn_primary[class*=btn_blank]::after {
    width: 3.8vw;
  }
  .jcom_btn .btn_icon {
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
  }
  .jcom_btn .btn_icon span:nth-child(1) {
    width: 5.85vw;
    height: 5.85vw;
    margin-right: 1vw;
  }
  /*------ エリア・オプション等ボタン -------*/
  .jcom_btn .btn_white_gray, .jcom_btn .btn_white_dark {
    padding-top: 3.8vw;
    padding-bottom: 3.8vw;
    font-size: 3.8vw;
  }
  /*------ 戻るボタン -------*/
  .jcom_btn .btn_back {
    width: 37.5vw;
    min-width: 37.5vw;
    padding-top: 3.8vw;
    padding-bottom: 3.8vw;
    font-size: 3.8vw;
  }
  .jcom_btn .btn_back::after {
    left: -16vw;
  }
  /*------ 左アイコン付きボタン -------*/
  .jcom_btn .icn {
    background-position: left 6vw center;
    background-size: 6vw auto;
  }
} /* for SP max-width: 736px */
/*===============================================================

	block_skew_label

===============================================================*/
.block_skew_label {
  display: inline-block;
  padding: 10px 1.5em;
  position: relative;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	with_arw	
  -------------------------------------------------------------*/
  /*===============================================================
  	//	block_skew_label
  ===============================================================*/
}
.block_skew_label::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  background-color: #fff;
}
.block_skew_label span {
  font-weight: bold;
}
.block_skew_label .large {
  font-size: 120%;
  list-style: 1.2;
}
.block_skew_label .small {
  font-size: 80%;
}
.block_skew_label .inner {
  list-style: 1.2;
  position: relative;
  z-index: 2;
}
.block_skew_label .gradation_txt {
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 58, 35)), to(rgb(0, 100, 255)));
  background: linear-gradient(to right, rgb(248, 58, 35) 0%, rgb(0, 100, 255) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  list-style: 1.2;
  padding: 2px 0;
}
.block_skew_label.label_s {
  font-size: 20px;
}
.block_skew_label.label_s .gradation_txt {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .block_skew_label {
    padding: 3vw 0.8em;
    font-size: 4.5vw;
    line-height: 1;
  }
  .block_skew_label .inner {
    font-size: 4.5vw;
  }
  .block_skew_label .gradation_txt {
    font-size: 4.5vw;
  }
  .block_skew_label.label_s {
    font-size: 4vw;
  }
  .block_skew_label.label_s .gradation_txt {
    font-size: 4vw;
  }
}
.block_skew_label.with_arw {
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_skew_label.with_arw::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 15px solid #fff;
  border-bottom: 15px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*===============================================================

    block_localmenu

===============================================================*/
.block_localmenu {
  max-width: 800px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
      title_block	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      btns_block	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      localmenu_btn	
  -------------------------------------------------------------*/
  /*===============================================================
      //	block_localmenu
  ===============================================================*/
}
@media screen and (max-width: 767px) {
  .block_localmenu {
    width: 100%;
    padding: 0 0vw;
  }
}
.block_localmenu .title_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_localmenu .title_block .title {
  font-size: 44px;
  line-height: 1.3;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
}
.block_localmenu .title_block .title::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.block_localmenu .title_block .title .bar {
  width: calc(50% - 20px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.block_localmenu .title_block .title .bar::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg) translate(-16px, -6px);
          transform: rotate(-45deg) translate(-16px, -6px);
}
.block_localmenu .title_block .title .bar::before {
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: calc((100% + 40px) * -1);
}
.block_localmenu .title_block .title.min {
  margin: 0 60px;
}
@media screen and (max-width: 1070px) {
  .block_localmenu .title_block {
    width: 100%;
    max-width: inherit;
  }
  .block_localmenu .title_block .title {
    font-size: 4.11vw;
    padding-bottom: 1.87vw;
  }
}
@media screen and (max-width: 767px) {
  .block_localmenu .title_block .title {
    font-size: 8vw;
    padding-bottom: 5vw;
  }
  .block_localmenu .title_block .title.min {
    margin: 0;
  }
}
.block_localmenu .btns_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /*
  }	/* for SP */
}
.block_localmenu .btns_block .localmenu_btn {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1070px) {
  .block_localmenu .btns_block {
    margin-top: 40px;
  }
  .block_localmenu .btns_block .localmenu_btn {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .block_localmenu .btns_block {
    margin-top: 8vw;
  }
  .block_localmenu .btns_block .localmenu_btn {
    width: calc((100% - 4vw) / 3);
  }
}
.block_localmenu .localmenu_btn {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 58, 35)), to(rgb(0, 100, 255)));
  background: linear-gradient(to bottom, rgb(248, 58, 35) 0%, rgb(0, 100, 255) 100%);
  border-radius: 15px;
  padding: 2px;
  overflow: hidden;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_localmenu .localmenu_btn a {
  display: block;
  text-align: center;
  background-color: #fff;
  color: #000;
  position: relative;
  font-weight: bold;
  border-radius: 15px;
  padding: 15px 0;
  padding-bottom: 30px;
  font-size: 16px;
}
.block_localmenu .localmenu_btn a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  border: solid 2px #000;
  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: 1070px) {
  .block_localmenu .localmenu_btn a {
    padding: 1.4vw 0;
    padding-bottom: 2.8vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .block_localmenu .localmenu_btn {
    border-radius: 10px;
  }
  .block_localmenu .localmenu_btn a {
    padding: 4vw 0;
    padding-bottom: 6vw;
    font-size: 3.5vw;
    line-height: 1.3;
    min-height: 23vw;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

    block_pagemenu

===============================================================*/
.block_pagemenu {
  margin: auto;
  width: 100%;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	block_pagemenu
  ===============================================================*/
}
.block_pagemenu ul {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border-radius: 50px;
  width: 100%;
}
.block_pagemenu li {
  width: 25%;
  text-align: center;
  margin: 0;
  vertical-align: middle;
}
.block_pagemenu li + li {
  border-left: solid 1px #000;
}
.block_pagemenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  line-height: 50px;
}
.block_pagemenu a .icon {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  width: 36px;
}
.block_pagemenu a span + span {
  padding-left: 5px;
}
.block_pagemenu a img {
  vertical-align: middle;
}
.block_pagemenu a:hover {
  color: #000;
  opacity: 0.5;
}
@media screen and (max-width: 1170px) {
  .block_pagemenu a {
    font-size: 1.5vw;
    line-height: 4.67vw;
  }
  .block_pagemenu a .icon {
    -webkit-transform: translateY(-0.19vw);
            transform: translateY(-0.19vw);
    width: 3.36vw;
  }
}
@media screen and (max-width: 767px) {
  .block_pagemenu {
    display: none;
  }
}

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

    block_for

===============================================================*/
.block_for {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
      header_block	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      block_for_user	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      block_for_newentry	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      bnr	
  -------------------------------------------------------------*/
  /*===============================================================
      //	block_for
  ===============================================================*/
}
@media screen and (max-width: 767px) {
  .block_for + .block_for {
    margin-top: 25vw;
  }
}
.block_for .header_block {
  position: relative;
  padding-top: 30px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_for .header_block .title {
  font-size: 22px;
  border-top: solid 2px #F5D200;
  padding-top: 30px;
  color: #F5D200;
}
.block_for .header_block .lead {
  margin-top: 20px;
}
.block_for .header_block .icon {
  position: absolute;
  background-color: #F5D200;
  width: 50px;
  height: 50px;
  padding: 10px;
  top: 4px;
  border-radius: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.block_for .header_block .icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .block_for .header_block {
    padding-top: 5vw;
  }
  .block_for .header_block .title {
    font-size: 5vw;
    padding-top: 10vw;
  }
  .block_for .header_block .icon {
    position: absolute;
    background-color: #F5D200;
    width: 15vw;
    height: 15vw;
    padding: 2vw;
    top: -2vw;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.block_for.block_for_user {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_for.block_for_newentry {
  /* for SP */
}
.block_for.block_for_newentry .title {
  border-top: solid 2px #E93817;
  color: #E93817;
}
.block_for.block_for_newentry .icon {
  background-color: #E93817;
}
.block_for .bnr {
  margin-top: 30px;
  padding: 0 30px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 767px) {
  .block_for .bnr {
    margin-top: 5vw;
    padding: 0;
  }
}

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

    block_smartplan

===============================================================*/
.block_smartplan {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
     skew_label	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
     price_block	
  -------------------------------------------------------------*/
  /*===============================================================
      //	block_smartplan
  ===============================================================*/
}
.block_smartplan .caption {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  padding: 0 30px;
}
.block_smartplan .fig {
  margin-top: 20px;
}
.block_smartplan .strong {
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .block_smartplan .caption {
    font-size: 3vw;
    text-align: left;
    margin-top: 3vw;
    padding: 0;
  }
  .block_smartplan .fig {
    margin-top: 5vw;
  }
  .block_smartplan .strong {
    margin-top: 5vw;
    font-size: 4.8vw;
  }
}
.block_smartplan .skew_label {
  display: inline-block;
  margin: 0 auto;
  min-width: 240px;
  min-height: 36px;
  background-color: #fff;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  position: relative;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_smartplan .skew_label::after, .block_smartplan .skew_label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 3px;
  height: 36px;
}
.block_smartplan .skew_label::after {
  left: -5px;
}
.block_smartplan .skew_label::before {
  right: -5px;
}
.block_smartplan .skew_label .inner::after, .block_smartplan .skew_label .inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 2px;
  height: 36px;
}
.block_smartplan .skew_label .inner::after {
  left: -9px;
}
.block_smartplan .skew_label .inner::before {
  right: -9px;
}
.block_smartplan .skew_label .txt {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  padding: 2px 8px;
  font-size: 20px;
}
@media screen and (max-width: 1070px) {
  .block_smartplan .skew_label {
    min-width: 22.43vw;
    min-height: 3.36vw;
  }
  .block_smartplan .skew_label::after, .block_smartplan .skew_label::before {
    height: 3.36vw;
  }
  .block_smartplan .skew_label .inner::after, .block_smartplan .skew_label .inner::before {
    height: 3.36vw;
  }
  .block_smartplan .skew_label .txt {
    font-size: 1.87vw;
  }
}
@media screen and (max-width: 767px) {
  .block_smartplan .skew_label {
    min-width: 40vw;
    min-height: 9vw;
  }
  .block_smartplan .skew_label::after, .block_smartplan .skew_label::before {
    height: 9vw;
  }
  .block_smartplan .skew_label .inner::after, .block_smartplan .skew_label .inner::before {
    height: 9vw;
  }
  .block_smartplan .skew_label .txt {
    font-size: 5vw;
    line-height: 1;
    padding: 2vw 5vw;
  }
}
.block_smartplan .price_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_smartplan .price_block .txt {
  font-size: 20px;
  padding-right: 15px;
}
.block_smartplan .price_block .price {
  position: relative;
}
.block_smartplan .price_block .price .price_en {
  font-size: 86px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.block_smartplan .price_block .price .ja {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  padding-left: 8px;
}
.block_smartplan .price_block .price .tax {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 1.5em;
}
.block_smartplan .price_block .price::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 58, 35)), to(rgb(0, 100, 255)));
  background: linear-gradient(to right, rgb(248, 58, 35) 0%, rgb(0, 100, 255) 100%);
}
@media screen and (max-width: 1070px) {
  .block_smartplan .price_block .txt {
    font-size: 1.87vw;
    padding-right: 1.4vw;
  }
  .block_smartplan .price_block .price .price_en {
    font-size: 8.04vw;
  }
  .block_smartplan .price_block .price .ja {
    font-size: 2.43vw;
    padding-left: 0.47vw;
  }
  .block_smartplan .price_block .price .tax {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .block_smartplan .price_block {
    width: 90%;
    margin: 5vw auto 0;
  }
  .block_smartplan .price_block .txt {
    font-size: 4vw;
    padding-right: 4vw;
  }
  .block_smartplan .price_block .price .price_en {
    font-size: 18vw;
  }
  .block_smartplan .price_block .price .ja {
    font-size: 5vw;
    padding-left: 1vw;
  }
  .block_smartplan .price_block .price .tax {
    font-size: 3vw;
  }
}

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

    block_price_box

===============================================================*/
.block_price_box + .price_caption {
  margin-top: 20px;
  /* SP */
  /* for SP */
}
@media screen and (max-width: 767px) {
  .block_price_box + .price_caption {
    margin-top: 3vw;
  }
}

.price_caption {
  font-size: 14px;
  /* SP */
  /* for SP */
}
@media screen and (max-width: 767px) {
  .price_caption {
    font-size: 3vw;
  }
}

.block_price_box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	block_price_box
  ===============================================================*/
}
.block_price_box .title {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  height: 1em;
  position: relative;
}
.block_price_box .title::after, .block_price_box .title::before {
  content: "";
  width: calc((100% - 8em) / 2);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.block_price_box .title::after {
  left: 0;
}
.block_price_box .title::before {
  right: 0;
}
.block_price_box .block_box {
  border: solid 1px #fff;
  border-top: 0;
  padding: 30px;
  padding-right: 20px;
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block_price_box .label {
  background-color: #333;
  font-size: 16px;
  line-height: 1.2;
  padding: 5px 12px;
  border-radius: 5px;
  font-weight: bold;
}
.block_price_box .price {
  font-size: 26px;
  font-weight: bold;
}
.block_price_box .price .price_en {
  font-size: 46px;
  padding-left: 10px;
  padding-right: 3px;
  font-weight: 600 !important;
}
.block_price_box .price .tax {
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .block_price_box {
    max-width: inherit;
    width: 100%;
  }
  .block_price_box .title {
    font-size: 6vw;
  }
  .block_price_box .title::after, .block_price_box .title::before {
    content: "";
    width: calc((100% - 6em) / 2);
  }
  .block_price_box .block_box {
    padding: 5vw 3vw;
    margin-top: -3vw;
  }
  .block_price_box .label {
    font-size: 3.5vw;
    line-height: 1.2;
    padding: 2vw 2vw;
  }
  .block_price_box .price {
    font-size: 5vw;
    line-height: 1.2;
  }
  .block_price_box .price .price_en {
    font-size: 11vw;
    padding: 0 1vw 0 1vw;
    font-weight: 600 !important;
  }
  .block_price_box .price .tax {
    font-size: 3vw;
    display: block;
  }
}

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

    block_tab

===============================================================*/
.block_tab {
  max-width: 900px;
  margin: 55px auto 0;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	block_tab
  ===============================================================*/
}
.block_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 100px);
  margin: 0 auto;
}
.block_tab_list li {
  margin: 0;
}
.block_tab_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: calc((100% - 20px) / 3);
  height: 60px;
  background: #D6D6D6;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.block_tab_item.active {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  border-bottom: 0;
}
.block_tab_item.active::before, .block_tab_item.active::after {
  content: "";
  position: absolute;
}
.block_tab_item.active::before {
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #000;
}
.block_tab_item.active::after {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#E93817), to(#0064FF));
  background: linear-gradient(to right, #E93817, #0064FF);
}
.block_tab_content {
  padding: 50px 30px;
  background: #000;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.block_tab_content__sports {
  background-image: url(../images/ch_bg01.jpg);
}
.block_tab_content__ent {
  background-image: url(../images/ch_bg02.jpg);
}
.block_tab_content__news {
  background-image: url(../images/ch_bg03.jpg);
}
.block_tab_content .block_tab_body_inner {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.block_tab_content.active .block_tab_body_inner {
  opacity: 1;
}
@media screen and (max-width: 1070px) {
  .block_tab_list {
    width: calc(100% - min(9.71vw, 100px));
  }
  .block_tab_item {
    width: calc((100% - min(0.97vw, 10px) * 2) / 3);
    height: min(6vw, 60px);
    font-size: min(1.8vw, 18px);
  }
  .block_tab_content {
    min-height: min(56vw, 560px);
    padding: min(4.85vw, 50px) min(2.91vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .block_tab {
    margin: 7vw auto 0;
  }
  .block_tab_list {
    width: calc(100% - 14vw);
  }
  .block_tab_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 4vw) / 3);
    height: 12vw;
    font-size: 3.6vw;
    line-height: 1.2;
    padding-top: 0.8vw;
  }
  .block_tab_item_sm {
    font-size: 3.2vw;
    margin-bottom: 1vw;
  }
  .block_tab_item.active::after {
    width: 70%;
  }
  .block_tab_content {
    padding: 10vw 5vw 5vw;
    border-left: 0;
    border-right: 0;
    background-size: 180% auto;
  }
}

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

    block_fixed_gnav

===============================================================*/
.block_fixed_gnav {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  padding: 0 16px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	block_fixed_gnav
  ===============================================================*/
}
.block_fixed_gnav .gnav {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.block_fixed_gnav.show {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .block_fixed_gnav {
    display: none;
  }
}

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

	aco

===============================================================*/
.accordion_p {
  max-width: 900px;
  margin: 0 auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.accordion_p .block_tab {
  margin: 0;
}
.accordion_p .aco_header {
  cursor: pointer;
  position: relative;
  padding: 20px;
  background: #000;
  border: 2px solid #0064FF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.accordion_p .aco_header:hover {
  background: #222;
}
.accordion_p .aco_header::before, .accordion_p .aco_header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 24px;
  height: 2px;
  background: #0064FF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion_p .aco_header::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion_p .aco_header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion_p .aco_header .title {
  color: #0064FF;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.accordion_p .aco_body {
  display: none;
}
@media screen and (max-width: 767px) {
  .accordion_p {
    max-width: inherit;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .accordion_p .aco_header {
    padding: 4vw;
  }
  .accordion_p .aco_header::before, .accordion_p .aco_header::after {
    right: 4vw;
    width: 4vw;
  }
  .accordion_p .aco_header .title {
    font-size: 4vw;
    text-align: center;
  }
}

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

    block_paramount_plus_detail

===============================================================*/
.block_paramount_plus_detail {
  background-color: #0064FF;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
      block_tab_list 2407
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      block_tab_item	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      block_tab_body	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      block_tab_content	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      tab_header_block	
  -------------------------------------------------------------*/
  /*===============================================================
      //	block_paramount_plus_detail
  ===============================================================*/
}
.block_paramount_plus_detail .block_tab_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_paramount_plus_detail .block_tab_item + .block_tab_item {
  margin-left: 15px;
}
.block_paramount_plus_detail .block_tab_item {
  border: 1px solid #0064FF;
  border-bottom: 0;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_paramount_plus_detail .block_tab_item::after {
  content: none;
}
.block_paramount_plus_detail .block_tab_item.paramount_tab strong {
  padding-right: 3px;
}
.block_paramount_plus_detail .block_tab_item.paramount_tab strong .en {
  display: block;
  font-size: 90%;
}
.block_paramount_plus_detail .block_tab_item.paramount_tab strong .ja {
  display: block;
  font-size: 60%;
}
@media screen and (max-width: 767px) {
  .block_paramount_plus_detail .block_tab_item {
    width: calc((100% - 2vw) / 2);
  }
  .block_paramount_plus_detail .block_tab_item.paramount_tab strong {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.block_paramount_plus_detail .block_tab_body {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_paramount_plus_detail .block_tab_content {
  border: 1px solid #0064FF;
  border-top: 0;
  position: relative;
  overflow: hidden;
  background-color: #333;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_paramount_plus_detail .block_tab_content::before {
  content: "";
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.block_paramount_plus_detail .block_tab_content .block_tab_body_inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .block_paramount_plus_detail .block_tab_content {
    border: 0px solid #0064FF;
  }
  .block_paramount_plus_detail .block_tab_content::before {
    content: "";
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%);
  }
}
.block_paramount_plus_detail .tab_header_block {
  text-align: center;
  color: #fff;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.block_paramount_plus_detail .tab_header_block .title {
  font-size: 36px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block_paramount_plus_detail .tab_header_block .logo {
  width: 140px;
  height: auto;
}
.block_paramount_plus_detail .tab_header_block .paramount {
  line-height: 1.2;
  padding-right: 5px;
}
.block_paramount_plus_detail .tab_header_block .paramount .en {
  font-size: 29px;
  display: block;
}
.block_paramount_plus_detail .tab_header_block .paramount .ja {
  font-size: 16px;
  display: block;
}
.block_paramount_plus_detail .tab_header_block .subtitle {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-top: 1.5em;
}
.block_paramount_plus_detail .tab_header_block .lead {
  font-size: 18px;
  margin-top: 1.5em;
}
.block_paramount_plus_detail .tab_header_block .subtitle + .lead {
  margin-top: 2.5em;
}
.block_paramount_plus_detail .tab_header_block .lead + .lead {
  margin-top: 0.8em;
}
.block_paramount_plus_detail .tab_header_block .caption {
  font-size: 70%;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .block_paramount_plus_detail .tab_header_block .title {
    font-size: 7vw;
  }
  .block_paramount_plus_detail .tab_header_block .logo {
    display: none;
  }
  .block_paramount_plus_detail .tab_header_block .paramount {
    padding-right: 5px;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block_paramount_plus_detail .tab_header_block .paramount .en {
    font-size: 6vw;
    display: block;
  }
  .block_paramount_plus_detail .tab_header_block .paramount .ja {
    font-size: 3.5vw;
  }
  .block_paramount_plus_detail .tab_header_block .watch {
    width: 100%;
  }
  .block_paramount_plus_detail .tab_header_block .subtitle {
    font-size: 4.5vw;
    margin-top: 8vw;
  }
  .block_paramount_plus_detail .tab_header_block .lead {
    font-size: 3.3vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 0vw;
    margin-top: 3vw;
  }
  .block_paramount_plus_detail .tab_header_block .subtitle + .lead {
    margin-top: 8vw;
  }
  .block_paramount_plus_detail .tab_header_block .lead + .lead {
    margin-top: 1em;
  }
}

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

    block_tab_howto_watch

===============================================================*/
.block_tab_howto_watch {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*---------------------------------------------------------------
  	accordion
  ---------------------------------------------------------------*/
  /*===============================================================
      //	block_tab_howto_watch
  ===============================================================*/
}
.block_tab_howto_watch .accordion {
  border: solid 1px #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  color: #fff;
  /* TABLET */
  /* SP */
}
.block_tab_howto_watch .accordion + .accordion {
  margin-top: 20px;
}
.block_tab_howto_watch .accordion_header {
  position: relative;
  padding: 15px 25px;
  cursor: pointer;
}
.block_tab_howto_watch .accordion_header .title {
  font-size: 18px;
  color: #fff;
  text-align: left;
  position: relative;
}
.block_tab_howto_watch .accordion_header .title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #fff;
  border-radius: 50vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 1;
}
.block_tab_howto_watch .accordion_header::before, .block_tab_howto_watch .accordion_header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #333;
  border-radius: 50vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 2;
}
.block_tab_howto_watch .accordion_header::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.block_tab_howto_watch .accordion_header::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.block_tab_howto_watch .accordion_header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.block_tab_howto_watch .accordion_body {
  position: relative;
}
.block_tab_howto_watch .accordion_body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 50px);
  height: 1px;
  background: #ddd;
}
.block_tab_howto_watch .accordion_content {
  padding: 25px 25px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block_tab_howto_watch .accordion_content .thumb {
  width: 40%;
}
.block_tab_howto_watch .accordion_content .txt {
  width: 56%;
  font-size: 16px;
}
.block_tab_howto_watch .accordion_content .jcom_btn {
  max-width: 400px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .block_tab_howto_watch .accordion + .accordion {
    margin-top: 4.5vw;
  }
  .block_tab_howto_watch .accordion_header {
    padding: 3vw 4vw;
  }
  .block_tab_howto_watch .accordion_header .title {
    font-size: 4vw;
    color: #fff;
  }
  .block_tab_howto_watch .accordion_header .title::after {
    width: 7vw;
    height: 7vw;
    border-radius: 50vh;
    -webkit-transform: translateX(2vw);
            transform: translateX(2vw);
  }
  .block_tab_howto_watch .accordion_header::before, .block_tab_howto_watch .accordion_header::after {
    right: 3.5vw;
    width: 4vw;
    height: 2px;
  }
  .block_tab_howto_watch .accordion_body::after {
    width: calc(100% - 8vw);
  }
  .block_tab_howto_watch .accordion_content {
    padding: 4.5vw 5vw 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .block_tab_howto_watch .accordion_content .thumb,
  .block_tab_howto_watch .accordion_content .txt {
    width: 100%;
    font-size: 3.5vw;
  }
  .block_tab_howto_watch .accordion_content .txt {
    margin-top: 4vw;
  }
  .block_tab_howto_watch .accordion_content .jcom_btn {
    max-width: inherit;
    margin-top: 5vw;
  }
  .block_tab_howto_watch .accordion_content .jcom_btn a {
    min-height: 12vw;
    font-size: 3.5vw;
  }
}

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

    block_tab_paramount_orignal

===============================================================*/
.block_tab_paramount_orignal {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	block_tab_paramount_orignal
  ===============================================================*/
}
.block_tab_paramount_orignal .movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 30px;
  margin-top: -30px;
}
.block_tab_paramount_orignal .item {
  width: calc((100% - 50px) / 2);
  margin-top: 30px;
}
.block_tab_paramount_orignal .item a {
  display: block;
  position: relative;
  text-align: left;
}
.block_tab_paramount_orignal .item a::after {
  content: "";
  position: absolute;
  top: 220px;
  right: 0;
  margin: auto;
  border: solid 1px #fff;
  width: 10px;
  height: 10px;
  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;
}
.block_tab_paramount_orignal .item img {
  width: 100%;
  height: auto;
}
.block_tab_paramount_orignal .item .txt {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 1070px) {
  .block_tab_paramount_orignal .item a::after {
    top: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .block_tab_paramount_orignal .movie_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-top: -3vw;
  }
  .block_tab_paramount_orignal .item {
    width: 100%;
    margin-top: 3vw;
  }
  .block_tab_paramount_orignal .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000;
  }
  .block_tab_paramount_orignal .item a::after {
    top: auto;
    right: 2vw;
    bottom: 2vw;
    width: 2vw;
    height: 2vw;
  }
  .block_tab_paramount_orignal .item .txt,
  .block_tab_paramount_orignal .item .thumb {
    width: 50%;
  }
  .block_tab_paramount_orignal .item .txt {
    margin-top: 0;
    padding: 3vw;
    font-size: 3.5vw;
  }
}

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

    block_tab_paramount_about

===============================================================*/
.block_tab_paramount_about {
  background-image: url(/guide/starter/tv/common/images/tab_paramount_bg.png);
  background-position: top 40px center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% auto;
  padding-bottom: 60px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	block_tab_paramount_about
  ===============================================================*/
}
@media screen and (max-width: 767px) {
  .block_tab_paramount_about {
    background-image: url(/guide/starter/tv/common/images/tab_paramount_bg_sp.png);
    background-position: top 25vw center;
    background-size: 100% auto;
    padding-bottom: 15vw;
  }
}

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

   gnav

===============================================================*/
.shinsta_lp {
  /* SP */
  /* for SP */
  /*===============================================================
     gnav
  ===============================================================*/
}
.shinsta_lp .gnav {
  max-width: 800px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.shinsta_lp .gnav ul li {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .shinsta_lp .gnav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .shinsta_lp #gnav-sp.gnav-sp-jcom .menu {
    padding-left: 0;
  }
  .shinsta_lp #gnav-sp.gnav-sp-jcom .menu .menu-label-content {
    width: 100% !important;
  }
  .shinsta_lp #gnav-sp.gnav-sp-jcom .menu .menu-label-content .nav-label-list {
    width: 100% !important;
  }
  .shinsta_lp #gnav-sp.gnav-sp-jcom .menu .menu-label-content > ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

    section_multidevice

===============================================================*/
.section_multidevice {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(51, 51, 51)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgb(51, 51, 51) 0%, rgb(0, 0, 0) 100%);
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	section_multidevice
  ===============================================================*/
}
.section_multidevice .title_block .title {
  color: #fff;
  font-size: 36px;
  margin-top: 20px;
}
.section_multidevice .multidevice_content {
  margin-top: -100px;
}
.section_multidevice .multidevice_content .caption {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
.section_multidevice .multidevice_content .block_jcom_btns {
  margin-top: 20px;
}
.section_multidevice .multidevice_content .block_jcom_mobile .lead {
  font-size: 26px;
  color: #fff;
}
.section_multidevice .multidevice_content .block_jcom_mobile .lead .strong {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .section_multidevice .title_block .title {
    color: #fff;
    font-size: 6vw;
    margin-top: 3vw;
  }
  .section_multidevice .multidevice_content {
    margin-top: -12vw;
  }
  .section_multidevice .multidevice_content .block_jcom_btns {
    margin-top: 5vw;
  }
  .section_multidevice .multidevice_content .caption {
    font-size: 3.5vw;
    text-align: left;
  }
  .section_multidevice .multidevice_content .block_jcom_mobile .lead {
    font-size: 4.5vw;
  }
  .section_multidevice .multidevice_content .block_jcom_mobile .lead .strong {
    font-size: 6vw;
  }
}

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

   block_campaign_box

===============================================================*/
.block_campaign_box {
  position: relative;
  margin: 60px auto 20px;
  padding: 30px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  /* SP */
  /* for SP */
  /*===============================================================
      //	block_fixed_gnav
  ===============================================================*/
}
.block_campaign_box .campaign_data_pop {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -2px;
  right: 12px;
}
.block_campaign_box .campaign_txt {
  font-size: 50px;
  font-weight: bold;
}
.block_campaign_box .caption {
  margin-top: 15px;
}
.block_campaign_box.pop:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(255, 255, 255, 0.2);
}
.block_campaign_box.btn {
  margin: 50px auto 0;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.2);
  border: solid 1px #626262;
}
.block_campaign_box.btn .campaign_txt {
  font-size: 40px;
  font-weight: bold;
}
.block_campaign_box.btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-45deg) translate(-2px, -2px);
  transform: rotate(-45deg) translate(-2px, -2px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_campaign_box.btn:hover {
  opacity: 0.8;
}
.block_campaign_box.btn a {
  display: block;
  color: #fff;
}
.block_campaign_box.btn .campaign_data_pop {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -23px;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .block_campaign_box {
    margin: 14vw auto 8vw;
    padding: 5vw;
  }
  .block_campaign_box .campaign_data_pop {
    position: absolute;
    width: 25vw;
    height: 25vw;
    top: -15vw;
    right: -2vw;
  }
  .block_campaign_box .campaign_txt {
    font-size: 8.5vw;
  }
  .block_campaign_box .caption {
    margin-top: 5vw;
    font-size: 3.5vw;
    text-align: left;
  }
  .block_campaign_box.btn {
    margin: 0 5vw;
    padding: 3vw 5vw;
  }
  .block_campaign_box.btn::after {
    right: 4vw;
    width: 4vw;
    height: 4vw;
  }
  .block_campaign_box.btn a {
    display: block;
    color: #fff;
  }
  .block_campaign_box.btn a .campaign_txt {
    font-size: 6vw;
  }
  .block_campaign_box.btn a .caption {
    margin-top: 2vw;
    font-size: 3vw;
    text-align: left;
  }
  .block_campaign_box.btn .campaign_data_pop {
    position: absolute;
    width: 20vw;
    height: 20vw;
    top: -6vw;
    left: -4vw;
  }
}

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

    block_tab

===============================================================*/
.block_bnr {
  margin-top: 100px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	block_tab
  ===============================================================*/
}
@media screen and (max-width: 767px) {
  .block_bnr {
    margin-top: 8vw;
  }
}

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

   block_plan_slide

===============================================================*/
.js_plan_slider {
  width: 900px;
  margin: 0 auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.js_plan_slider .slide_title .title {
  color: #fff;
}
.js_plan_slider .caption .txtlink {
  color: #fff;
  text-decoration: underline;
  line-height: 1.8;
}
@media screen and (max-width: 1070px) {
  .js_plan_slider {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .js_plan_slider {
    width: 100%;
  }
  .js_plan_slider .slide_title .title {
    font-size: 5vw;
  }
  .js_plan_slider .caption {
    font-size: 3.5vw;
  }
}

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

	stream_slider

===============================================================*/
.plan_slider {
  display: block;
  margin-top: 30px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	.slider
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	.slider .pager
  -------------------------------------------------------------*/
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	.slider .pager a
  -------------------------------------------------------------*/
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
  	.slick-dotted.slick-slider	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	slick-dots
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  	stream_slider ここまで
  -------------------------------------------------------------*/
}
.plan_slider.slider_active .slider {
  opacity: 1;
}
.plan_slider .slider {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.plan_slider .slick-list {
  overflow: hidden;
}
.plan_slider .slider .slide {
  width: 440px;
  margin-left: 23px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .plan_slider {
    margin-top: 5vw;
  }
  .plan_slider .slider {
    height: auto !important;
  }
  .plan_slider .slider .slide {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
.plan_slider .slider .slide a {
  display: block;
  color: #fff;
  /* タブレット */
  /* for TABLET */
  /* SP */
}
.plan_slider .slider .slide a .slide_item_title {
  font-size: 18px;
}
.plan_slider .slider .slide a .slide_content_box {
  z-index: -2;
  position: relative;
  min-height: 290px;
  margin-top: 20px;
  padding: 30px 40px;
  background: #333;
}
.plan_slider .slider .slide a .slide_content_box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-45deg) translate(-2px, -2px);
          transform: rotate(-45deg) translate(-2px, -2px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plan_slider .slider .slide a .slide_content_box .skew_label {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  min-width: 240px;
  min-height: 36px;
  background-color: #fff;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.plan_slider .slider .slide a .slide_content_box .skew_label::after, .plan_slider .slider .slide a .slide_content_box .skew_label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 3px;
  height: 36px;
}
.plan_slider .slider .slide a .slide_content_box .skew_label::after {
  left: -5px;
}
.plan_slider .slider .slide a .slide_content_box .skew_label::before {
  right: -5px;
}
.plan_slider .slider .slide a .slide_content_box .skew_label .inner::after, .plan_slider .slider .slide a .slide_content_box .skew_label .inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 2px;
  height: 36px;
}
.plan_slider .slider .slide a .slide_content_box .skew_label .inner::after {
  left: -9px;
}
.plan_slider .slider .slide a .slide_content_box .skew_label .inner::before {
  right: -9px;
}
.plan_slider .slider .slide a .slide_content_box .skew_label .txt {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  font-size: 20px;
  padding-top: 2px;
}
.plan_slider .slider .slide a .slide_content_box .skew_label.long .txt {
  padding-left: 5px;
  padding-right: 5px;
}
.plan_slider .slider .slide a .slide_content_box .slide_txt {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}
.plan_slider .slider .slide a .slide_content_box .slide_txt .grad_maker_inline {
  font-size: 28px;
}
.plan_slider .slider .slide a .slide_content_box .pop_txt {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 14px 28px;
  border: solid 1px #fff;
  font-size: 16px;
}
.plan_slider .slider .slide a .slide_content_box .pop_txt::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #333;
}
.plan_slider .slider .slide a .slide_content_box .pop_txt::after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-bottom: 14px solid #fff;
  z-index: 1;
}
.plan_slider .slider .slide a .slide_content_box .slide_img {
  margin: 20px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.plan_slider .slider .slide a .slide_content_box .link_mini {
  margin: 20px auto 0;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.plan_slider .slider .slide a .slide_content_box .link_mini .link_mini_img {
  width: 70px;
}
.plan_slider .slider .slide a .slide_content_box .link_mini .link_mini_txt {
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 1070px) {
  .plan_slider .slider .slide a .slide_content_box .skew_label {
    min-width: 22.43vw;
    min-height: 3.36vw;
  }
  .plan_slider .slider .slide a .slide_content_box .skew_label::after, .plan_slider .slider .slide a .slide_content_box .skew_label::before {
    height: 3.36vw;
  }
  .plan_slider .slider .slide a .slide_content_box .skew_label .inner::after, .plan_slider .slider .slide a .slide_content_box .skew_label .inner::before {
    height: 3.36vw;
  }
  .plan_slider .slider .slide a .slide_content_box .skew_label .txt {
    font-size: 1.87vw;
  }
  .plan_slider .slider .slide a .slide_content_box .link_mini {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .plan_slider .slider .slide a .slide_item_title {
    font-size: 4.5vw;
  }
  .plan_slider .slider .slide a .slide_content_box {
    margin-top: 3vw;
    padding: 5vw;
    min-height: 60vw;
  }
  .plan_slider .slider .slide a .slide_content_box::after {
    right: 7vw;
    width: 5vw;
    height: 5vw;
  }
  .plan_slider .slider .slide a .slide_content_box .skew_label {
    min-width: 40vw;
    min-height: 9vw;
  }
  .plan_slider .slider .slide a .slide_content_box .skew_label::after, .plan_slider .slider .slide a .slide_content_box .skew_label::before {
    height: 9vw;
  }
  .plan_slider .slider .slide a .slide_content_box .skew_label .inner::after, .plan_slider .slider .slide a .slide_content_box .skew_label .inner::before {
    height: 9vw;
  }
  .plan_slider .slider .slide a .slide_content_box .skew_label .txt {
    font-size: 5vw;
    line-height: 1;
    padding: 2vw 5vw;
  }
  .plan_slider .slider .slide a .slide_content_box .skew_label.long .txt {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .plan_slider .slider .slide a .slide_content_box .slide_txt {
    margin-top: 3vw;
    font-size: 5vw;
  }
  .plan_slider .slider .slide a .slide_content_box .slide_txt .grad_maker_inline {
    font-size: 5.5vw;
  }
  .plan_slider .slider .slide a .slide_content_box .pop_txt {
    margin-top: 5vw;
    padding: 3vw 5vw;
    font-size: 3.5vw;
  }
  .plan_slider .slider .slide a .slide_content_box .slide_img {
    width: 75%;
    margin: 5vw auto;
  }
  .plan_slider .slider .slide a .slide_content_box .link_mini {
    width: 100%;
    margin-top: 5vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .plan_slider .slider .slide a .slide_content_box .link_mini .link_mini_img {
    width: 20%;
  }
  .plan_slider .slider .slide a .slide_content_box .link_mini .link_mini_txt {
    width: 74%;
    font-size: 3.5vw;
  }
}
.plan_slider .slider .pager {
  position: absolute;
  top: 165px;
  width: 50px;
  height: 50px;
  z-index: 5;
}
.plan_slider .slider .prev {
  left: -75px;
}
.plan_slider .slider .next {
  right: -75px;
}
@media screen and (max-width: 767px) {
  .plan_slider .slider .pager {
    top: 36vw;
    width: 8vw;
    height: 8vw;
  }
  .plan_slider .slider .prev {
    left: -3vw;
  }
  .plan_slider .slider .next {
    right: -3vw;
  }
}
.plan_slider .slider .pager a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #646464;
  border-radius: 50% 50%;
  overflow: hidden;
  text-indent: -200%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plan_slider .slider .pager a:hover {
  opacity: 1;
  background-color: #e83416;
}
.plan_slider .slider .pager a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(-45deg) translate(-2px, -2px);
          transform: rotate(-45deg) translate(-2px, -2px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plan_slider .slider .prev a:after {
  -webkit-transform: rotate(135deg) translate(-2px, -2px);
          transform: rotate(135deg) translate(-2px, -2px);
}
@media screen and (max-width: 767px) {
  .plan_slider .slider .pager a {
    width: 8vw;
    height: 8vw;
  }
  .plan_slider .slider .pager a:after {
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    width: 2.5vw;
    height: 2.5vw;
  }
}
.plan_slider .slick-dotted.slick-slider {
  margin-bottom: 0;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.plan_slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.plan_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  margin-top: 10px;
}
.plan_slider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.plan_slider .slick-dots li button::before {
  font-size: 14px;
  line-height: 10px;
  width: 10px;
  height: 10px;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plan_slider .slick-dots li button:hover::before {
  opacity: 0.5;
}
.plan_slider .slick-dots li.slick-active button::before {
  color: #e83416;
  opacity: 1;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media screen and (max-width: 767px) {
  .plan_slider .slick-dots {
    margin-top: 10vw;
  }
}

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

   .block_caption

===============================================================*/
.block_caption {
  margin-top: 25px;
  /* SP */
  /* for SP */
  /*===============================================================
      //block_caption
  ===============================================================*/
}
.block_caption .caption + .caption {
  margin-top: 8px;
}
.block_caption .caption {
  color: #fff;
}
.block_caption .caption.gray {
  color: #333;
}
.block_caption .caption .txtlink {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .block_caption {
    margin-top: 5vw;
  }
  .block_caption .caption + .caption {
    margin-top: 2vw;
  }
  .block_caption .caption {
    font-size: 3.5vw;
  }
}

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

    section_gradation

===============================================================*/
.section_gradation {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
      title_block	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      label_block	
  -------------------------------------------------------------*/
  /*===============================================================
      //	section_gradation
  ===============================================================*/
}
.section_gradation.pb_half .section_inner {
  padding-bottom: 50px;
}
.section_gradation .lead {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.6;
}
.section_gradation .title_block + .label_block {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section_gradation.pb_half .section_inner {
    padding-bottom: 0;
  }
  .section_gradation .lead {
    margin-top: 5vw;
    font-size: 4vw;
    line-height: 1.8;
    padding-bottom: 2em;
  }
  .section_gradation .title_block + .label_block {
    margin-top: 8vw;
  }
}
.section_gradation .title_block {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_gradation .title_block .title {
  font-size: 44px;
  line-height: 1.3;
  color: #fff;
}
.section_gradation .title_block .large {
  font-size: 120%;
  font-weight: bold;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  .section_gradation .title_block .title {
    font-size: 9vw;
    color: #fff;
  }
}
.section_gradation .label_block {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_gradation .label_block .block_skew_label {
  position: relative;
}
.section_gradation .label_block .title {
  display: block;
  color: #fff;
  font-size: 40px;
}
.section_gradation .label_block .title img {
  background-color: #000;
  padding: 10px;
  padding-bottom: 5px;
}
.section_gradation .label_block .block_skew_label + .title {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section_gradation .label_block .title {
    font-size: 9vw;
  }
  .section_gradation .label_block .title img {
    width: 70% !important;
    height: auto;
    vertical-align: middle;
  }
  .section_gradation .label_block .block_skew_label + .title {
    margin-top: 5vw;
  }
}

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

	gradation_header

===============================================================*/
.gradation_header {
  position: relative;
  color: #fff;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
  	//	gradation_header
  ===============================================================*/
}
.gradation_header::after, .gradation_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
}
.gradation_header::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 58, 35)), to(rgb(0, 100, 255)));
  background: linear-gradient(to right, rgb(248, 58, 35) 0%, rgb(0, 100, 255) 100%);
}
.gradation_header::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  .gradation_header::after, .gradation_header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vw;
    z-index: -1;
  }
}

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

    section_kv

===============================================================*/
.section_kv {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	section_kv
  ===============================================================*/
}
.section_kv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #000;
  z-index: -1;
}
.section_kv img {
  width: 100%;
  height: auto;
}
.section_kv .kv_img {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section_kv .kv_img.show {
  opacity: 1;
}
.section_kv .wide_width {
  min-height: 481px;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1500px) {
  .section_kv .wide_width {
    min-height: 32.5vw;
  }
}
@media screen and (max-width: 767px) {
  .section_kv {
    margin-top: 0;
  }
  .section_kv .wide_width {
    min-height: 115.5vw;
  }
}

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

	thiscontents

===============================================================*/
.thiscontents {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.thiscontents h1 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  height: auto;
  max-width: inherit;
  text-align: center;
}
/*===============================================================

    section_copyright

===============================================================*/
.section_copyright {
  background-color: #fff;
  position: relative;
  z-index: 2;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	section_copyright
  ===============================================================*/
}
.section_copyright .copyright {
  padding: 50px;
  font-size: 12px;
  line-height: 1.5;
  color: #999;
}
@media screen and (max-width: 767px) {
  .section_copyright {
    padding: 0;
  }
  .section_copyright .copyright {
    padding: 5vw;
    font-size: 2.5vw;
  }
}

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

    section-note

===============================================================*/
.section-note {
  background-color: #fff;
  position: relative;
  z-index: 2;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	section-note
  ===============================================================*/
}
.section-note a {
  text-decoration: underline;
}
/*===============================================================

    section_menubtns

===============================================================*/
.section_menubtns {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================

      section-cv

  ===============================================================*/
  /*===============================================================
      //	section_menubtns
  ===============================================================*/
}
.section_menubtns .section-cv.dark-mode {
  background-color: rgba(0, 0, 0, 0) !important;
  margin-top: 50px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	section-cv
  ===============================================================*/
}
@media screen and (max-width: 767px) {
  .section_menubtns .section-cv.dark-mode {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 5vw;
  }
  .section_menubtns .section-cv.dark-mode .container .new-cv-box .new-cv-board {
    background-color: rgba(0, 0, 0, 0);
  }
}

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

    section_application

===============================================================*/
.section_application {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
      title_block	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
     content_application	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      block_smartplan	
  -------------------------------------------------------------*/
  /*===============================================================
      //	section_application
  ===============================================================*/
}
.section_application .title_block {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_application .content_application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
      block_for_newentry	
  -------------------------------------------------------------*/
}
.section_application .content_application .block_btns {
  width: 50%;
}
.section_application .content_application .block_for {
  padding-right: 20px;
}
.section_application .content_application .block_for + .block_for {
  padding-left: 20px;
  padding-right: 0;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}
.section_application .content_application .jcom_btn {
  max-width: 380px;
  margin: 0 auto;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .section_application .content_application {
    padding-top: 10vw;
  }
  .section_application .content_application .block_btns {
    width: 100%;
  }
  .section_application .content_application .block_for,
  .section_application .content_application .block_for + .block_for {
    padding: 0;
    border-left: solid 0px rgba(255, 255, 255, 0.5);
  }
  .section_application .content_application .jcom_btn {
    max-width: inherit;
    margin: 0 auto;
    margin-top: 5vw;
  }
}
.section_application .content_application .block_for_newentry {
  /* for SP */
}
.section_application .block_smartplan {
  margin-top: 20px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
@media screen and (max-width: 767px) {
  .section_application .block_smartplan {
    margin-top: 0;
  }
}

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

    section_price_detail

===============================================================*/
.section_price_detail {
  /*===============================================================
      //	section_price_detail
  ===============================================================*/
}
.section_price_detail .cv_stream_content .container .cv-guide .cv-box .new-cv-board {
  padding-bottom: 0 !important;
  border: none !important;
  background-color: transparent;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.section_price_detail .cv_stream_content .container .cv-guide .cv-box .new-cv-board .new-cv-ttl {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_price_detail .cv_stream_content .container .cv-guide .cv-box .new-cv-board {
    padding-top: 5vw !important;
  }
}

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

    content_price_for_user

===============================================================*/
.content_price_for_user {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*-------------------------------------------------------------
      block_price_table	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      block_price_table_footer	
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
      block_stream_plan	
  -------------------------------------------------------------*/
  /*===============================================================
      //	content_price_for_user
  ===============================================================*/
}
.content_price_for_user .block_price_table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #fff;
  max-width: 720px;
  margin: 0 auto;
  margin-top: 30px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.content_price_for_user .block_price_table .th {
  width: 42%;
  font-size: 20px;
  line-height: 1.2;
  padding: 10px;
  font-weight: bold;
}
.content_price_for_user .block_price_table .th .caption {
  font-size: 12px;
  display: block;
}
.content_price_for_user .block_price_table .td {
  border-left: solid 1px #fff;
  width: 58%;
  font-size: 25px;
  padding: 20px;
  padding-left: 30px;
  text-align: left;
  font-weight: bold;
}
.content_price_for_user .block_price_table .td .price_en {
  font-size: 40px;
  padding: 0 3px 0 5px;
}
.content_price_for_user .block_price_table .td .caption {
  font-size: 12px;
  font-weight: normal;
}
.content_price_for_user .block_price_table.smart .th {
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
}
.content_price_for_user .block_price_table.smart .th .caption {
  display: inline;
}
.content_price_for_user .block_price_table .label {
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: url(../images/price_label_bg.svg);
  background-repeat: none;
  background-size: cover;
  top: -15px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  color: #E93817;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.content_price_for_user .block_price_table.solo {
  max-width: 100%;
}
.content_price_for_user .block_price_table.solo .th {
  font-size: 22px;
}
.content_price_for_user .block_price_table.solo .th .caption {
  font-size: 14px;
}
.content_price_for_user .block_price_table.solo .td {
  font-size: 27px;
  padding-left: 20px;
  text-align: center;
}
.content_price_for_user .block_price_table.solo .td .price_en {
  font-size: 47px;
}
.content_price_for_user .block_price_table.solo .td .caption {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .content_price_for_user .block_price_table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 0px #fff;
    max-width: inherit;
    margin: 0 auto;
    margin-top: 0;
  }
  .content_price_for_user .block_price_table .th {
    width: 100%;
    height: 18vw;
    font-size: 5vw;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .content_price_for_user .block_price_table .th .caption {
    font-size: 3.2vw;
    display: inline;
  }
  .content_price_for_user .block_price_table .th::before, .content_price_for_user .block_price_table .th::after {
    content: "";
    background-color: #fff;
    width: 22vw;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .content_price_for_user .block_price_table .th::before {
    left: 0;
  }
  .content_price_for_user .block_price_table .th::after {
    right: 0;
  }
  .content_price_for_user .block_price_table .td {
    margin-top: -9vw;
    border: solid 1px #fff;
    border-top: 0;
    text-align: center;
    width: 100%;
    font-size: 5vw;
    line-height: 1.2;
    padding: 8vw 0;
  }
  .content_price_for_user .block_price_table .td .price_en {
    font-size: 8vw;
  }
  .content_price_for_user .block_price_table .td .caption {
    font-size: 3vw;
    display: block;
  }
  .content_price_for_user .block_price_table.smart {
    margin-top: 5vw;
  }
  .content_price_for_user .block_price_table.smart .th {
    font-size: 4vw;
    line-height: 1.2;
    text-align: left;
  }
  .content_price_for_user .block_price_table.smart .th::before, .content_price_for_user .block_price_table.smart .th::after {
    width: 8vw;
  }
  .content_price_for_user .block_price_table.smart .td {
    padding-top: 12vw;
  }
  .content_price_for_user .block_price_table .label {
    width: 25vw;
    height: 25vw;
    top: auto;
    bottom: -3vw;
    right: -3vw;
    font-size: 3vw;
  }
  .content_price_for_user .block_price_table.solo .th {
    font-size: 5vw;
  }
  .content_price_for_user .block_price_table.solo .th .caption {
    font-size: 14px;
  }
  .content_price_for_user .block_price_table.solo .th::before {
    width: 15vw;
  }
  .content_price_for_user .block_price_table.solo .th::after {
    width: 15vw;
  }
  .content_price_for_user .block_price_table.solo .td {
    font-size: 27px;
    padding-left: 0;
    text-align: center;
  }
  .content_price_for_user .block_price_table.solo .td .price_en {
    font-size: 12vw;
  }
  .content_price_for_user .block_price_table.solo .td .caption {
    display: contents;
    font-size: 3.5vw;
  }
}
.content_price_for_user .block_price_table_footer {
  max-width: 720px;
  margin: 0 auto;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.content_price_for_user .block_price_table_footer .jcom_btn {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.content_price_for_user .block_price_table_footer .caption {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content_price_for_user .block_price_table_footer .jcom_btn {
    max-width: inherit;
    width: 100%;
    margin-top: 10vw;
  }
  .content_price_for_user .block_price_table_footer .caption {
    margin-top: 5vw;
    font-size: 3vw;
    text-align: left;
  }
}
.content_price_for_user .block_stream_plan {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 720px;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
}
.content_price_for_user .block_stream_plan .header_block {
  font-weight: bold;
  font-size: 20px;
}
.content_price_for_user .block_stream_plan .plan_block {
  margin-top: 15px;
}
.content_price_for_user .block_stream_plan .plan_block a {
  display: block;
  border: solid 1px #F5D200;
  color: #fff;
  padding: 0;
}
.content_price_for_user .block_stream_plan .plan_block .plan_title {
  font-size: 16px;
  line-height: 1.3;
  padding: 5px;
  background-color: #F5D200;
  color: #000;
}
.content_price_for_user .block_stream_plan .txt {
  padding: 15px;
}
.content_price_for_user .block_stream_plan .link_arw {
  margin-top: 15px;
  display: inline-block;
  padding: 0 0.6em;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #F5D200;
}
.content_price_for_user .block_stream_plan .link_arw::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: solid 2px #F5D200;
  width: 7px;
  height: 7px;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg) translate(-1px, 2px);
          transform: rotate(-45deg) translate(-1px, 2px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .content_price_for_user .block_stream_plan {
    margin-top: 10vw;
  }
  .content_price_for_user .block_stream_plan .header_block {
    font-size: 5vw;
  }
  .content_price_for_user .block_stream_plan .plan_block {
    margin-top: 3vw;
  }
  .content_price_for_user .block_stream_plan .plan_block .plan_title {
    font-size: 4vw;
    padding: 2vw;
  }
  .content_price_for_user .block_stream_plan .txt {
    padding: 3vw;
  }
  .content_price_for_user .block_stream_plan .link_arw {
    margin-top: 3vw;
    font-size: 4vw;
  }
}

/* |||||||||| */
/*===============================================================

	_faq.scss

===============================================================*/
/*---------------------------------------------------------------
	section_faq
---------------------------------------------------------------*/
.section_faq {
  background: #fff;
  /* TABLET */
  /* SP */
  /*---------------------------------------------------------------
  	accordion
  ---------------------------------------------------------------*/
}
.section_faq .section_inner {
  padding: 80px 50px;
}
.section_faq .headline {
  text-align: center;
}
.section_faq .title {
  font-size: 36px;
}
.section_faq .content_faq {
  max-width: 900px;
  margin: 40px auto 0;
}
.section_faq .faq_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.section_faq .faq_title::before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 20px;
  background-image: url(../images/icon_q.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section_faq .faq_text {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 1030px) {
  .section_faq .section_inner {
    padding: 7.77vw 4.85vw;
  }
  .section_faq .title {
    font-size: 3.5vw;
  }
  .section_faq .content_faq {
    margin: 3.88vw auto 0;
  }
  .section_faq .faq_title {
    font-size: 1.6vw;
  }
  .section_faq .faq_title::before {
    width: 3.11vw;
    height: 3.11vw;
    margin-right: 1.94vw;
  }
  .section_faq .faq_text {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .section_faq .section_inner {
    padding: 8vw 5vw;
  }
  .section_faq .title {
    font-size: 6vw;
  }
  .section_faq .content_faq {
    margin: 7.5vw auto 0;
  }
  .section_faq .faq_title {
    font-size: 3.8vw;
  }
  .section_faq .faq_title::before {
    width: 7vw;
    height: 7vw;
    margin-right: 4vw;
  }
  .section_faq .faq_text {
    font-size: 3.8vw;
    line-height: 1.8;
  }
}
.section_faq .accordion {
  background: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  /* TABLET */
  /* SP */
}
.section_faq .accordion + .accordion {
  margin-top: 20px;
}
.section_faq .accordion_header {
  position: relative;
  padding: 30px 25px;
  cursor: pointer;
}
.section_faq .accordion_header::before, .section_faq .accordion_header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 20px;
  height: 3px;
  background: #333;
  border-radius: 50vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.section_faq .accordion_header::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section_faq .accordion_header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.section_faq .accordion_body {
  position: relative;
}
.section_faq .accordion_body::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 50px);
  height: 1px;
  background: #ddd;
}
.section_faq .accordion_content {
  padding: 30px 25px 35px;
}
@media screen and (max-width: 1030px) {
  .section_faq .accordion + .accordion {
    margin-top: 1.94vw;
  }
  .section_faq .accordion_header {
    padding: 2.91vw 2.43vw;
  }
  .section_faq .accordion_header::before, .section_faq .accordion_header::after {
    right: 2.43vw;
    width: 1.94vw;
    height: 0.28vw;
  }
  .section_faq .accordion_body::after {
    width: calc(100% - 4.85vw);
  }
  .section_faq .accordion_content {
    padding: 2.91vw 2.43vw 3.4vw;
  }
}
@media screen and (max-width: 767px) {
  .section_faq .accordion + .accordion {
    margin-top: 4.5vw;
  }
  .section_faq .accordion_header {
    padding: 5vw 12vw 5vw 5vw;
  }
  .section_faq .accordion_header::before, .section_faq .accordion_header::after {
    right: 4vw;
    width: 4.2vw;
    height: 0.6vw;
  }
  .section_faq .accordion_body::after {
    width: calc(100% - 6vw);
  }
  .section_faq .accordion_content {
    padding: 4.5vw 5vw 5vw;
  }
}

/* |||||||||| */
/*===============================================================

    section_localmenu

===============================================================*/
.section_localmenu {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	section_localmenu
  ===============================================================*/
}
.section_localmenu .section_inner {
  padding-top: 0;
}
/*===============================================================

    section_news

===============================================================*/
.section_news {
  background-color: #000;
  padding-top: 15px;
  /*.txt {
      margin-left: 10px;
  }

  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	section_news
  ===============================================================*/
}
.section_news .news_wrp {
  color: #fff;
  background-color: #333;
  padding: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_news .label {
  width: 100px;
  text-align: center;
  background: #e93817;
  color: #fff;
  border-radius: 3px;
}
.section_news .news {
  width: calc(100% - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.section_news a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_news a img {
  margin-left: 5px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.section_news a:hover {
  color: #fff;
  opacity: 0.7;
}
.section_news .date {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section_news {
    padding: 4vw;
    padding-bottom: 0;
  }
  .section_news .news_wrp {
    padding: 5vw;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .section_news .label {
    width: auto;
    font-size: 3.5vw;
    display: inline-block;
    padding: 0 4vw;
    position: absolute;
    top: -2vw;
    left: -2vw;
  }
  .section_news .news {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .section_news a {
    font-size: 3.5vw;
  }
  .section_news a img {
    margin-left: 5px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .section_news a:hover {
    color: #fff;
    opacity: 0.7;
  }
  .section_news .txt {
    margin-left: 0;
  }
}

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

    section-cv
    adjust.cssをさらに上書き

===============================================================*/
.section-cv .container .cv-side {
  /* SP */
}
.section-cv .container .cv-side .cv-item .jcom_link_self {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
  cursor: pointer;
  margin-bottom: 10px;
}
.section-cv .container .cv-side .cv-item .jcom_link_self a {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  color: #007ff5 !important;
  text-decoration: underline;
}
.section-cv .container .cv-side .cv-item .jcom_link_self a::after {
  content: "";
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background-image: url(../images/icn_link_self_blue_shinsta.svg);
}
@media screen and (max-width: 767px) {
  .section-cv .container .cv-side .cv-item .jcom_link_self {
    margin-bottom: 10px;
  }
  .section-cv .container .cv-side .cv-item .jcom_link_self a {
    font-size: 12px;
  }
}

.cv_stream_content {
  /* SP */
}
.cv_stream_content.mt100 {
  margin-top: 100px;
}
.cv_stream_content .section-cv {
  padding: 0 !important;
}
.cv_stream_content .section-cv .container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv_stream_content.mt100 {
    margin-top: 8vw;
  }
}

.section-cv {
  padding: 0;
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	section-cv
  ===============================================================*/
}
.section-cv .container h3 {
  margin-bottom: 10px;
  color: #fff;
}
.section-cv.cv-stream .container {
  display: block;
}
.section-cv.cv-stream .container .cv-guide {
  width: 100%;
}
.section-cv.cv-stream .container .cv-guide .cv-box {
  display: block;
}
.section-cv.cv-stream .container .cv-guide .cv-box .new-cv-board {
  padding: 30px 80px;
  border: solid 1px #333;
}
.section-cv.cv-stream .container .cv-guide .cv-box .new-cv-board .new-cv-ttl {
  margin-bottom: 20px;
}
.section-cv.cv-stream .container .cv-guide .cv-box .icn-starter {
  background: #e93817 url(/common_v10/images/icn-think-white.svg) no-repeat 24px center;
  background-size: 45px 45px;
}
.section-cv.cv-stream .container .cv-guide .cv-box .icn-member {
  background: #F5D200 url(/common_v10/images/icn-member.svg) no-repeat 24px center;
  background-size: 40px 40px;
}
.section-cv.cv-stream .cv_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-cv.cv-stream .cv_flex .mb-md_block {
  width: 48%;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-cv.cv-stream .cv_flex .mb-md_block .mb-md {
  width: 100%;
  margin-bottom: 0 !important;
}
.section-cv.cv-stream .cv_flex .mb-md_block .mb-md .adjust {
  height: 75px !important;
}
.section-cv.cv-stream .cv_flex .mb-md_block .mb-md .adjust .small {
  font-size: 14px;
}
.section-cv.cv-stream .cv_flex .mb-md_block .mb-md .adjust .main {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .section-cv.cv-stream .container .cv-guide .cv-box .new-cv-board {
    padding: 0;
    border: none;
  }
  .section-cv.cv-stream .container .cv-guide .cv-box .new-cv-board .new-cv-ttl {
    margin-bottom: 5vw;
  }
  .section-cv.cv-stream .container .cv-guide .cv-box .icn-starter {
    background: #e93817 url(/common_v10/images/icn-think-white.svg) no-repeat center 15px;
    background-size: 32px 32px;
  }
  .section-cv.cv-stream .container .cv-guide .cv-box .icn-member {
    background: #F5D200 url(/common_v10/images/icn-member.svg) no-repeat center 15px;
    background-size: 32px 32px;
  }
  .section-cv.cv-stream .cv_flex .mb-md_block {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: 5vw;
  }
  .section-cv.cv-stream .cv_flex .mb-md_block .mb-md {
    width: 100%;
  }
  .section-cv.cv-stream .cv_flex .mb-md_block .mb-md .adjust {
    height: 128px !important;
  }
  .section-cv.cv-stream .cv_flex .mb-md_block .mb-md .adjust .small {
    font-size: 12px;
  }
  .section-cv.cv-stream .cv_flex .mb-md_block .mb-md .adjust .main {
    font-size: 16px;
    line-height: 1.8;
  }
  .section-cv.cv-stream .new-cv-board {
    padding: 0;
  }
}

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

  cv_stream_content
    adjust.cssをさらに上書き

===============================================================*/
.cv_stream_price {
  padding: 30px 80px;
  /* SP */
  /*===============================================================
      //	cv_stream_content
  ===============================================================*/
}
.cv_stream_price .cv_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cv_stream_price .cv_flex .mb-md_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 48%;
}
.cv_stream_price .cv_flex .mb-md_block .mb-md {
  width: 100%;
}
.cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 75px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary:hover {
  opacity: 0.7;
}
.cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary .txt .small {
  font-size: 14px;
  font-weight: bold;
}
.cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary .txt .main {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
}
.cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  display: inline-block;
  width: 9px;
  height: 16px;
  margin: auto;
}
.cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary .main {
  font-size: 20px;
  line-height: 1.8;
}
.cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary.btn_starter {
  color: #fff;
  background: #e93817 url("https://www.jcom.co.jp/common_v10/images/icn-think-white.svg") no-repeat 24px center;
  background-size: 45px 45px;
}
.cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary.btn_starter::after {
  background: url(https://www.jcom.co.jp/common_v10/images/icn-bullet-white.svg) no-repeat center center/contain;
}
.cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary.btn_member {
  color: #000;
  background: #F5D200 url("https://www.jcom.co.jp/common_v10/images/icn-member.svg") no-repeat 24px center;
  background-size: 40px 40px;
}
.cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary.btn_member::after {
  background: url(https://www.jcom.co.jp/common_v10/images/icn-bullet-black.svg) no-repeat center center/contain;
}
.cv_stream_price .cv_flex .mb-md_block .mb-md + .caption {
  color: #fff;
}
.cv_stream_price .cv_flex .mb-md_block .caption {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv_stream_price {
    padding: 5vw 0 0 0;
  }
  .cv_stream_price .new-cv-ttl {
    margin-bottom: 5vw;
  }
  .cv_stream_price .cv_flex .mb-md_block + .mb-md_block {
    margin-top: 2vw;
  }
  .cv_stream_price .cv_flex .mb-md_block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cv_stream_price .cv_flex .mb-md_block .mb-md {
    width: 100%;
    margin-bottom: 0;
  }
  .cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary {
    height: 14.5vw;
    padding: 0;
  }
  .cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary .txt .small {
    font-size: 4.5vw;
  }
  .cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary .txt .main {
    font-size: 4.5vw;
    line-height: 1.8;
  }
  .cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary.btn_starter {
    background: #e93817 url("https://www.jcom.co.jp/common_v10/images/icn-think-white.svg") no-repeat 4vw center;
    background-size: 7vw;
  }
  .cv_stream_price .cv_flex .mb-md_block .mb-md .btn_primary.btn_member {
    color: #000;
    background: #F5D200 url("https://www.jcom.co.jp/common_v10/images/icn-member.svg") no-repeat 4vw center;
    background-size: 7vw;
  }
  .cv_stream_price .cv_flex .mb-md_block .mb-md + .caption {
    margin-bottom: 2vw;
  }
  .cv_stream_price .cv_flex .mb-md_block .caption {
    font-size: 3.5vw;
  }
}

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

    gnav_wrp

===============================================================*/
.gnav_wrp {
  /* タブレット */
  /* for TABLET */
  /* SP */
  /* for SP */
  /*===============================================================
      //	gnav
  ===============================================================*/
}
/*===============================================================
	わくわくナビ
===============================================================*/
#gnav-sp {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  /*-------------------------------------------------------------
      tv_menu	
  -------------------------------------------------------------*/
}
#gnav-sp.show {
  opacity: 1;
}
#gnav-sp .swiper-slide {
  display: none;
}
#gnav-sp .swiper-slide:nth-child(1) {
  display: block;
}
#gnav-sp .menu .nav-label-list {
  width: auto !important;
}
#gnav-sp .menu .nav-label-list .deactive {
  display: none;
}
#gnav-sp .tv_menu a {
  padding-top: 2px !important;
  text-align: center;
}
#gnav-sp .tv_menu .icon {
  display: block;
  width: 45%;
  margin: 0 auto;
}
#gnav-sp .tv_menu .text {
  height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gnav-sp .menu-swiper-sp .swiper-container {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

#fixed-nav.is-active {
  display: none;
}

.none {
  display: none;
}

.social,
.section-p-sm,
.breadcrumb {
  position: relative;
  z-index: 2;
}
/*# sourceMappingURL=style.css.map */