@charset "utf-8";
/*===============================

  Layout

================================*/

/* Text-align irregular option */
.m_ta-center { text-align: center !important;}
.m_ta-left { text-align: left !important;}
.m_ta-right { text-align: right !important;}

/* Vertical-align irregular option */
.m_va-top { vertical-align: top !important;}
.m_va-middle { vertical-align: middle !important;}
.m_va-bottom { vertical-align: bottom !important;}

/* margin-bottom variation */
.mb-xs { margin-bottom: 8px !important; }
.mb-s { margin-bottom: 16px !important; }
.mb-m { margin-bottom: 32px !important; }
.mb-l { margin-bottom: 64px !important; }
.mb-xl { margin-bottom: 96px !important; }
.section_margin { padding-bottom: 32px !important; line-height: 0; }
.section_margin-sp { display: none;}
.recommend {
  margin: 0;
  width: 100%;
}

.recommend .m_column-3 {
  width: 100%;
}

/* line-height */
.m_line-noH {
  line-height: 0;
}
.clearBoth {
  clear: both;
}
/* Br */
.m_pc_br {
  display: block;
}
.m_sp_br {
  display: inline;
}

.m_pc_tbr {
  display: block;
}
.m_sp_tbr {
  display: none;
}

/* text color variation */
.color_primary { color: #C80421; }
.color_default { color: #191919; }

.color_Gray { color: #757575; }
.color_LightGray { color: #ACACAC; }
.color_DarkWhite { color: #F5F5F5; }

.article * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "europa", sans-serif;
  font-weight: 300;
}

.article {
  padding-top: 0;
  overflow-x: hidden;
}
#pagetop .article {
  padding-top: 0;
}
.article_inner {
  margin: 0 auto;
  max-width: 1080px;
}

.article_contents {
  max-width: 952px;
  width: calc(100% - 128px);
  margin: 64px auto 0;
}

.m_wysiwyg {
  width: 100%;
}

.m_column-1 {
  max-width: 772px;
  width: calc(100% - 180px);
  margin: 0 auto;
}

.m_column-2 {
  display: flex;
  justify-content: space-between;
}

.m_column-3 {
  display: flex;
  justify-content: space-between;
}

.m_column-2 .m_item {
  width: calc(50% - 32px);
}

.m_column-3 .m_item {
  width: calc(33% - 18px);
}

.m_grid-3 {
  display: grid;
  grid-gap: 16px 32px;
  grid-template-columns: repeat(3, 1fr);
}

.m_grid-3.m_grid-mb-m {
  grid-gap: 32px 32px;
}

.m_grid-3 .m_item {
  width: 31%;
  float: left;
  margin: 0 1.16% 16px 1.17%;
}
.m_grid-3.m_grid-mb-m .m_item {
  margin: 0 1.16% 32px 1.17%;
}
@supports (display: grid) {
  .m_grid-3,
  .m_grid-3.m_grid-mb-m {
    margin: 0;
  }
  .m_grid-3 .m_item,
  .m_grid-3.m_grid-mb-m .m_item {
    width: auto;
    margin: 0;
  }
}

/* SP */
@media screen and (max-width: 767px) {

  /* margin-bottom variation */
  .mb-xs { margin-bottom: 8px !important; }
  .mb-s { margin-bottom:16px !important; }
  .mb-m { margin-bottom: 24px !important; }
  .mb-l { margin-bottom: 32px !important; }
  .mb-xl { margin-bottom: 64px !important; }
  .section_margin { padding-bottom: 32px !important; line-height: 0; }
  .section_margin-sp {
    display: block;
    padding-bottom: 32px !important;
    line-height: 0;
  }

  /* Br */
  .m_pc_br {
    display: inline;
  }
  .m_sp_br {
    display: block;
  }

  .m_pc_tbr {
    display: none;
  }
  .m_sp_tbr {
    display: block;
  }

  .article {
    padding-top: 0px;
  }
  .article_contents {
    width: 100%;
    margin: 134px auto 0;
  }

  .m_wysiwyg,
  .m_column-1 {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
  .m_wysiwyg:has(>.recommend) {
    width: calc(100% - 48px);
  }
  #contents .m_wysiwyg:not(.recommend):has(>.recommendTopicpathArae) {
    width: calc(100% - 48px);
  }
  .m_column-2,
  .m_column-3,
  .m_column-4 {
    width: calc(100% - 48px);
    margin: 0 auto;
    flex-direction: column;
  }

  .m_wysiwyg .m_column-1,
  .m_wysiwyg .m_column-2,
  .m_wysiwyg .m_column-3,
  .m_wysiwyg .m_column-4 {
    width: 100%;
  }

  .m_column-2 .m_item,
  .m_column-3 .m_item,
  .m_column-4 .m_item {
    width: 100%;
  }

  .recommend .m_wysiwyg {
    width: 100%;
  }

  .m_grid-3,
  .m_grid-3.m_grid-mb-m {
    width: calc(100% - 48px);
    display: grid;
    grid-gap: 16px 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .m_grid-3 .m_item,
  .m_grid-3.m_grid-mb-m .m_item  {
    width: 49%;
    float: left;
    margin: 0 0.5% 16px 0.5%;
  }
  @supports (display: grid) {
    .m_grid-3,
    .m_grid-3.m_grid-mb-m {
      margin: auto;
    }
    .m_grid-3 .m_item,
    .m_grid-3.m_grid-mb-m .m_item  {
      width: auto;
      margin: 0;
    }
  }
}

/*===============================

  Text

================================*/
/* default */
.m_item_title-1,
.m_item_title-2,
.m_item_title-3,
.m_item_title-4 {
  max-width: 772px;
  letter-spacing: .03em;
  font-family: "Shiseido Neue Regular";
}

.m_item_title-1 { line-height: 1.5; }
.m_item_title-2,
.m_item_title-3,
.m_item_title-4 {
  line-height: 1.7;
}

.m_item_title-1 { font-size: 42px; }
.m_item_title-2 { font-size: 28px; }
.m_item_title-3 { font-size: 20px; }
.m_item_title-4 { font-size: 17px; }

.m_item_title-1 .br-font-neue,
.m_item_title-2 .br-font-neue,
.m_item_title-3 .br-font-neue,
.m_item_title-4 .br-font-neue {
  font-family: "Shiseido Neue Regular";
}

.m_item_txt {
  font-size: 17px;
  line-height: 1.5;
}

.m_item_txt-small {
  font-size: 14px;
  line-height: 1.5;
}

.m_item_txt-caption {
  font-size: 14px;
  line-height: 1.5;
}

.m_item_txt-notes {
  font-size: 12px;
}

.m_item_txt-shiseidoNeue {
  font-family: "Shiseido Neue Regular";
}

.m_item_title-1,
.m_item_title-2,
.m_item_title-3,
.m_item_title-4,
.m_item_txt,
.m_item_txt-small,
.m_item_txt-caption,
.m_item_txt-notes,
.m_item_txt-notes-number {
  max-width: 772px;
  color: #191919;
}

.m_item_txt-notes li {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  padding-left: 0.5em;
}
.m_item_txt-notes li span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}

.m_item_txt-notes-number li {
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  padding-left: 1.0em;
}
.m_item_txt-notes-number li span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}

/* SP */
@media screen and (max-width: 767px) {
  .m_item_title-1 {
    font-size: 22px;
  }
  .m_item_title-2 {
    font-size: 18px;
  }
  .m_item_title-3 {
    font-size: 16px;
  }
  .m_item_title-4 {
    font-size: 14px;
  }
  .m_item_txt {
    font-size: 14px;
  }
  .m_item_txt-small .m_link.m_link--download,
  .m_column-3 .m_item_txt-small .m_link.m_link--download,
  .m_item_txt-small .m_link.m_link--outside,
  .m_column-3 .m_item_txt-small .m_link.m_link--outside,
  .m_item_txt-small {
    font-size: 12px;
  }
  .m_item_txt-caption {
    font-size: 12px;
  }
}

/*===============================

  Text link(テキスト内のリンク)

================================*/
.m_txt_link a {
  display: inline;
}
.m_txt_link a:link {
  color: #C80421;
  text-decoration: none;
}

.m_txt_link a:visited {
  color: #C80421;
  text-decoration: none;
}

.m_txt_link a:hover {
  color: #C80421;
  text-decoration: underline;
}

.m_txt_link a:active {
  color: #C80421;
  text-decoration: none;
}
.m_txt_link .m_link--outside {
  padding-right: 0px;
}
.m_column-3  .m_txt_link .m_link--outside::after,
.m_txt_link .m_link--outside::after {
  top: 0;
  width: 8px;
  height: 10px;
  padding-left: 16px;
}

.m_txt_link .m_link.m_link--download {
  padding-right: 0px;
}
.m_txt_link .m_link.m_link--download::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .m_txt_link .m_link.m_link--outside {
    display: inline-block;
    padding-right: 0px;
  }
  .m_txt_link .m_link--outside::after {
    display: inline-block;
    padding: 0 7px;
  }
}

/*===============================

  ul

================================*/
.m_item_list li {
  font-size: 17px;
  line-height: 2.4;
  letter-spacing: .03em;
  padding-left: 22px;
  position: relative;
}

.m_item_list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #191919;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 0;
  border-radius: 50%;
  transform: translate(0px, -50%);
}

@media screen and (max-width: 767px) {
  .m_item_list li {
    font-size: 14px;
    padding-left: 25px;
  }

  .m_item_list li::before {
    top: 17px;
  }
}

/*===============================

  Link

================================*/

.m_link {
  display: inline-block;
  position: relative;
  /* word-break: break-all; */
}

.m_link a {
  display: inline-block;
  color: #C80421;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: .03em;
  padding-right: 16px;
  word-break: keep-all;
}

.m_link::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url(/jp/v3/cmn/img/module_ico_arrow.svg) no-repeat center left;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}

.m_link.m_link--download {
  position: relative;
  color: #C80421;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: .03em;
}
.m_link--download::after {
  position: relative;
  top: 2px;
  right: 0;
  transform: translate(0);

  content: '';
  display: inline-block;
  width: 13px;
  height: 14.5px;

  padding-left: 24px;

  background: url(/en/v3/cmn/img/ico-download.png) no-repeat center center;
  background-size: contain;
}

.m_link.m_link--outside {
  position: relative;
  color: #C80421;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: .03em;
}
.m_link--outside::after {
  position: relative;
  top: 0;
  right: 0;
  transform: translate(0);

  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;

  padding-left: 24px;

  background: url(/en/v3/cmn/img/ico-outside.png) no-repeat center center;
  background-size: contain;
}

.m_column-3 .m_link a {
  font-size: 14px;
  padding-right: 16px;
}
.m_column-3 .m_link::after {
  width: 5px;
  height: 10px;
}

.m_column-3 .m_link.m_link--download {
  font-size: 14px;
}
.m_column-3 .m_link--download::after {
  width: 13px;
  height: 14.5px;
}
.m_column-3 .m_link.m_link--outside {
  font-size: 14px;
}
.m_column-3 .m_link--outside::after {
  width: 16px;
  height: 12px;
}

.m_item-block {
  display: block;
  text-decoration: none;
  transition: opacity .4s ease;
}
.m_item-block:hover {
  text-decoration: none;
}
.m_item-block img {
  transition: opacity .4s ease;
}
.m_item-block:hover img {
  transition: opacity .4s ease;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .m_link a {
    font-size: 14px;
    padding-right: 16px;
  }
  .m_link::after {
    width: 5px;
    height: 10px;
  }
  .m_link.m_link--outside {
    font-size: 14px;
    padding-right: 0;
  }
  .m_link--outside::after {
    width: 16px;
    height: 12px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0 10px;
  }
  .m_link.m_link--download {
    font-size: 14px;
    padding-right: 0;
  }
  .m_link--download::after {
    width: 13px;
    height: 14.5px;
    position: relative;
    top: 2px;
    left: 0;
    transform: none;
    padding: 0 10px;
  }
}
/*===============================

  Button

================================*/

.m_btn {
  display: inline-block;
  width: auto;
  min-width: 303px;
  min-height: 56px;
  text-align: center;
  border: 1px solid #C80421;
  border-radius: 4px;
  transition: all 0.5s cubic-bezier(0,0,.2,1);
}
.m_btn a {
  display: inline-block;
  color: #C80421;
  font-size: 17px;
  line-height: 1.7;
  text-decoration: none;
  padding: 12px 27px;
  width: 100%;
  height: 100%;
}
.m_btn--red {
  color: #fff;
  background-color: #C80421;
  transition: .4s ease;
}
.m_btn--red a {
  color: #fff;
}
/*2020.12.07 add */
.m_btn--outside a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_btn--outside a > span {
  display: block;
  word-break: break-all;
}
.m_btn--outside a::after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  padding-left: 16px;
  background: url(/en/v3/cmn/img/ico-outside.png) no-repeat right 0;
  background-size: contain;
}
/* 2020 1021 add */
@media screen and (min-width: 768px) {
  .m_btn:hover {
    background-color: #c80421;
    border: 1px solid #c80421;
  }
  .m_btn:hover a {
    color: #fff;
  }
  .m_btn--red:hover {
    transition: 0.6s ease;
    opacity: 0.8;
  }
  .m_btn--red:hover a {
    color: #fff;
  }
  .m_btn--outside:hover a::after {
    background: url(/en/v3/cmn/img/ico-outside-white.png) no-repeat right 0;
    background-size: contain;
  }
}

/* SP  */
@media screen and (max-width: 767px) {
  .m_btn {
    min-width: 272px;
    min-height: 48px;
  }

  .m_btn a {
    font-size: 14px;
    padding: 11px 34px;
  }

  /* 2020 1021 add */
  .m_btn:active {
    background-color: #c80421;
    border: 1px solid #c80421;
  }
  .m_btn:active a {
    color: #fff;
  }
  .m_btn--red:active {
    transition: 0.6s ease;
    opacity: 0.8;
  }
  .m_btn--red:active a {
    color: #fff;
  }
}


/*===============================

  Image

================================*/

.m_img-max {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  opacity: 0;
}

.m_img-large {
  display: block;
  width: 100%;
  height: auto;
}

.m_img-large-vertical {
  display: block;
  height: auto;
  width: 444px;
  margin: 0 auto;
}

.m_img-medium {
  display: block;
  width: 444px;
  height: 222px;
}

.m_img-small {
  display: block;
  width: 296px;
  height: 148px;
}

.m_column-2 .m_img-large-vertical {
  margin: 0;
}


/* SP */
@media screen and (max-width: 767px) {
  .m_img-large-vertical {
    width: 222px;
  }

  .m_img-medium,
  .m_img-small {
    height: auto;
    width: 100%;
  }

  .m_column-2 .m_img-large-vertical {
    margin: 0 auto;
  }
}


/*===============================

  Video

================================*/
.m_movie div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.m_movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/*===============================

Table Layout

================================*/

.m_tableText {
  display: none;
}

.m_table {
  width: 100%;
  table-layout: fixed;
  font-size: 17px;
}

.m_table *:not(.m_item_txt-notes) {
  line-height: 1.25;
  font-size: 14px;
}

.m_table .m_item_list li::before {
  width: 8px;
  height: 8px;
  top: 8px;
}

.m_table th {
  border: 1px solid  #000;
  word-wrap: break-word;
  padding: 11px;
  background-color:#d6d7d7;
  font-weight: 400;
  text-align: center;
  font-weight: 600;
}
.m_table td {
  border: 1px solid #000;
  word-wrap: break-word;
  padding: 11px;
  text-align: center;
}

.m_table_col-8 th,
.m_table_col-8 td {
  width: calc(100% / 8);
}
.m_table_col-7 th,
.m_table_col-7 td {
  width: calc(100% / 7);
}
.m_table_col-6 th,
.m_table_col-6 td {
  width: calc(100% / 6);
}
.m_table_col-5 th,
.m_table_col-5 td {
  width: calc(100% / 5);
}
.m_table_col-4 th,
.m_table_col-4 td {
  width: calc(100% / 4);
}
.m_table_col-3 th,
.m_table_col-3 td {
  width: calc(100% / 3);
}
.m_table_col-2 th,
.m_table_col-2 td {
  width: calc(100% / 2);
}

.m_table_cell_width-8 {
  width: 12.5%;
}
.m_table_cell_width-7 {
  width: 14.285%;
}
.m_table_cell_width-6 {
  width: 16.666%;
}
.m_table_cell_width-5 {
  width: 20%
}
.m_table_cell_width-4 {
  width: 25%
}
.m_table_cell_width-3 {
  width: 33.333%
}
.m_table_cell_width-2 {
  width: 50%;
}

/* SP */
@media screen and (max-width: 767px) {
  .m_tableText {
    display: block;
    font-size: 14px;
    padding: 0 0 10px;
  }

  .m_table_scroll {
    overflow-x: auto;
  }

  .m_table {
    width: 772px;
    font-size: 14px;
  }
}

.m_table_img_column {
  display: flex;
  justify-content: space-around;
}
.m_table_img_column .imgw250 {
  width: 250px;
}
.m_table_img_column .imgw250 + .m_item {
  width: calc(100% - 250px);
  margin-left: 16px;
}

/*===============================

  accoridon

================================*/
.m_accordion {
  height: 332px;
  overflow: hidden;
  position: relative;
  transition: all .6s ease;
}

.m_accordion::before {
  content: "";
  display: block;
  width: 100%;
  height: 123px;
  z-index: 10;
  background: -moz-linear-gradient(bottom,  #FFFFFF 15% , rgba(255,255,255,0));
  background: -webkit-linear-gradient(bottom,  #FFFFFF 15% , rgba(255,255,255,0));
  background: linear-gradient(to top,  #FFFFFF 15% , rgba(255,255,255,0));
  position: absolute;
  left: 0;
  bottom: 0;
  transition: height .4s ease;
}

.m_accordion.is-open::before {
  height: 0;
}

.m_accordion_btn {
  color: #C80421;
  font-size: 14px;
  letter-spacing: .03em;
  text-align: center;
  width: 200px;
  height: 42px;
  position: relative;
  margin: 10px auto 0;
  cursor: pointer;
}

.m_accordion_btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background: url(/jp/v3/cmn/img/module_ico_more.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: transform .6s ease;
}

.m_accordion.is-open + .m_accordion_btn::after {
  transform: translate(-50%, 0) rotate(180deg);
}

/*===============================

  slider
  @version: 2020/11/27
  @author y-fujikake

================================*/
.m_column-1.slider {
  max-width: none;
  width: 100%;
}
.m_slider {
  overflow: hidden;
}
.m_slider .slick-list {
  width: calc(100% + 32px);
  margin-left: -16px;
}
.m_slider img {
  width: 100%;
  height: auto;
}
.m_slider .slick-slide {
  margin: 0 16px;
}
.m_slider .slick-dots {
  width: auto !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.m_slider .slick-dots li.slick-active button:before {
  color: #C80421;
}
.m_slider .slick-dots .prevBtn,
.m_slider .slick-dots .nextBtn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.m_slider .slick-dots-wrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.m_slider.-single .slick-dots-wrap {
  position: relative;
  margin: auto;
  margin-top: 64px !important;
}

@media screen and (max-width: 767px) {
  .m_slider .slick-dots-wrap {
    position: static;
    left: 0;
    transform: translateX(0);
  }
  .m_slider.-single .slick-dots-wrap {
    margin-top: 24px !important;
  }
}
.m_slider .slider_prev_btn,
.m_slider .slider_next_btn {
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
.slider_prev_btn {
  left: 32px;
  transform: translate(0, -50%);
}
.slider_next_btn {
  right: 32px;
  transform: translate(0, -50%) rotate(180deg);
}
.m_slider .slick-dots li button::before {
  font-size: 10px;
}


/*===============================

  slider -single
  @version: 2020/11/27
  @author y-fujikake
================================*/

.m_slider.-single {
  max-width: 1052px;
  margin: auto;
  overflow: visible;
}

.m_slider.-single .m_slider_item {
  max-width: 952px;
}
.m_slider.-single .slick-list {
  overflow: visible;
}
.m_slider.-single .slick-dots-wrap {
  margin: auto;
}
/* SP */
@media screen and (max-width: 767px) {
  .m_slider.-single .mb-l {
    margin-bottom: 24px !important;
  }

  .m_slider.-single img {
    width: 100%;
    height: auto;
  }
}

/*===============================

  slider -dotsRight

================================*/
.m_slider.-dotsRight .slick-dots {
  position: static;
  margin-right: 34px;
  width: auto !important;
  bottom: 0;
  transform: none;
}
.m_slider.-dotsRight .slick-dots .prevBtn,
.m_slider.-dotsRight .slick-dots .nextBtn {
  display: block;
  position: static;
  left: 0;
  top: 0;
}
.m_slider.-dotsRight .slick-dots-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: auto;
}

.m_slider.-dotsRight .slider_prev_btn,
.m_slider.-dotsRight .slider_next_btn {
  position: static;
  display: block;
  width: 10px;
  height: 20px;
  cursor: pointer;
}
.m_slider.-dotsRight .slider_prev_btn {
  margin-right: 45px;
  transform: none;
}

.m_slider.-dotsRight .slider_next_btn {
  transform: none;
  transform: rotate(180deg);
}

/* SP */
@media screen and (max-width: 767px) {
  .m_slider {
    display: flex;
    width: calc(100% - 48px);
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m_slider .slick-slide {
    margin: 0 8px;
  }
  .m_slider .slick-dots li {
    width: 5px;
    height: 5px;
  }
  .m_slider .slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 0;
    padding-top: 5px;
  }
  .m_slider .slick-dots li button:before {
    font-size: 10px;
    line-height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    transform: scale(0.5);
  }
  .m_slider .m_slider_item {
    width: calc(50% - 12px);
  }
  .m_slider.-dotsRight .slick-dots {
    margin-right: 20px;
  }
  .m_slider.-dotsRight .slider_prev_btn {
    margin-right: 20px;
  }
}
/*===============================

  wysiwyg only layout.

================================*/
.m_column-3 {
  display: flex;
  justify-content: space-between;
}
.m_column-3 .m_item-1 {
  width: calc(33% - 18px);
}
.m_column-3 .m_item-2 {
  width: calc(66% - 18px);
}

/* SP */
@media screen and (max-width: 767px) {

  .m_column-3 .m_item-1,
  .m_column-3 .m_item-2 {
    width: 100%;
  }
}

.showSP {
  display: none;
}
.showPC {
  display: block;
}

/* SP */
@media screen and (max-width: 767px) {

  .showSP {
    display: block;
  }
  .showPC {
    display: none;
  }
}


/*===============================

  form

================================*/
.m_form_wrap-max {
  width: 100%;
}

.m_form-wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m_form-wrap {
    width: calc(100% - 48px);
  }
}

.m_form-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .m_form-column {
    display: block;
  }
}

.m_form_zipcode-column {
  width: 100%;
  display: flex;
  align-items: center;
}

.m_form_column-1 {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .m_form_column-1 {
    width: 100%;
  }
}

.m_form-ttl {
  font-weight: 600;
  font-size: 14px;
}

.m_form-ttl > span {
  margin-left: 8px;
  font-weight: 300;
  font-size: 12px;
  color: #c80421;
}

.m_form_column-mt {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .m_form_column-mt {
    margin-top: 0;
  }
}

.m_form_column-2 {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .m_form_column-2 {
    width: 100%;
  }
}

.m_form_item-bg {
  padding: 18px 21px;
  background-color: #f5f5f5;
}

.m_form_item_bg-txt {
  font-size: 14px;
}

.m_form_item-xsmall {
  width: 84px;
}
@media screen and (max-width: 767px) {
  .m_form_item-xsmall {
    width: 80px;
  }
}

.m_form_item-small {
  width: 122px;
}
@media screen and (max-width: 767px) {
  .m_form_item-small {
    width: 110px;
  }
}

.m_form_item-medium {
  width: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  .m_form_item-medium {
    margin-top: 14px;
    width: 100%;
  }
}

.m_form_item-medium:nth-child(n + 3) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .m_form_item-medium:nth-child(n + 3) {
    margin-top: 14px;
  }
}

.m_form_item-large {
  width: 100%;
}

.m_form_item-large:nth-child(n + 2) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .m_form_item-large {
    margin-top: 14px;
  }
  .m_form_item-large:nth-child(n + 2) {
    margin-top: 14px;
  }
}

.m_form-input {
  padding: 18px 21px;
  width: 100%;
  box-sizing: border-box;
  background-color: #f5f5f5;
  outline: none;
  border: 1px solid transparent;
  webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  border-radius: 0;
  font-size: 14px;
}

.m_form-input::placeholder {
  color: #acacac;
}

/* IE */
.m_form-input:-ms-input-placeholder {
  color: #acacac;
}

/* Edge */
.m_form-input::-ms-input-placeholder {
  color: #acacac;
}

.m_form-column-radio {
  width: 100%;
  display: flex;
}

.m_form-column-radio > li {
  margin-right: 60px;
  display: flex;
  align-items: center;
}

.m_form-column-radio label {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}
/* IEのみテキストのズレ */
@media all and (-ms-high-contrast: none) {
  .m_form-column-radio label {
    margin-top: 2px;
  }
}

.m_form-select {
  font-size: 14px;
  font-weight: 300;
  border: 1px solid transparent;
}

.m_form-hyphen {
  margin: 0 20px;
  font-weight: 600;
  font-size: 14px;
  color: #acacac;
}

.m_form-textarea {
  padding: 20px;
  height: 165px;
}

@media screen and (max-width: 767px) {
  .m_form-textarea {
    margin-top: 14px;
    height: 268px;
  }
}

.m_form-privacy {
  width: 700px;
  margin: 0 auto;
}

.m_form_privacy-ttl {
  margin-bottom: 33px;
  font-weight: 300;
  line-height: 2;
  font-size: 17px;
}

.m_form_scrollBox {
  padding: 9px 6px;
  border: 1px solid #acacac;
  box-sizing: border-box;
}

.m_form_scrollBox-inner {
  padding: 9px 16px;
  height: 181px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.m_form_scrollBox-inner::-webkit-scrollbar {
  width: 6px;
}

.m_form_scrollBox-inner::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #acacac;
  height: 60px;
}

.m_form_scrollBox-inner::-webkit-scrollbar-track {
  border-radius: 50px;
  background: #fff;
}

.m_form_scrollBox-txt {
  font-weight: 300;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.m_form-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.m_form-checkbox > span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}
/* IEテキストのズレ */
@media all and (-ms-high-contrast: none) {
  .m_form-checkbox > span {
    margin-top: 2px;
  }
}

.m_form_alert-txt {
  font-weight: 300;
  line-height: 2.14;
  font-size: 14px;
  color: #c80421;
}

/* ボタン */
.m_form_btn-column {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .m_form_btn-column {
    display: block;
  }
}

.m_btn.m_form_btn-gray {
  border-color: #757575;
}

.m_form_btn-gray > a {
  color: #191919;
}

.m_form_btn-gray > a:hover {
  background-color: #757575;
  border-color: #757575;
}

.m_form_btn-m {
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .m_form_btn-m {
    margin-left: 0;
    margin-top: 24px;
  }
}

.m_form_mb-xsmall {
  margin-bottom: 14px;
}
.m_form_mb-small {
  margin-bottom: 21px;
}

.m_form_mb-medium {
  margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .m_form_mb-medium {
    margin-bottom: 50px;
  }
}

.m_form_mb-large {
  margin-bottom: 96px;
}

.m_form_caution {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}
.m_form_caution span {
  color: #c80421;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.m_form_caution + #party { margin-top: 40px; }
@media screen and (max-width: 767px) {
  .m_form_caution {
    margin-top: 14px;
  }
}

/*===============================

  indent.
  @update: 2020.10.01

================================*/
.m_txt-indent {
  position: relative;
}
.m_txt-indent > span {
  max-width: 220px;
  position: absolute;
  left: 0;
  top: 0;
}

/*===============================
2020.10.12 .recommend .m_contents-max
================================*/
/* m_contents-max */
.m_contents-max { max-width: none !important; }

/* recommend */
.recommend {
  color: #191919;
  background-color: #f5f5f5;
  max-width: none !important;
}
#sitemap_recommend .recommend { background-color: #fff; }
.recommend .m_category_button_top { margin-bottom: 32px; }
.recommend_block {
  padding: 64px 0;
  margin: 0 auto;
}
.recommend_flex_block .m_link a { padding-right: 10px; }
.recommend_flex_block .m_link a,
.recommend_flex_block .m_link.m_link--outside {
  font-size: 14px;
  line-height: 1;
}
.recommend_flex_block .m_link.m_link--line a,
.recommend_flex_block .m_link.m_link--outside.m_link--line { line-height: 1.4; }
.recommend_flex_block .m_link::after {
  transform: translate(0, 0);
  width: 5px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: -6px;
  margin: auto;
}
.recommend_flex_block .m_link--outside::after {
  width: 14px;
  height: 10px;
  padding-left: 3px;
}
.recommend_flex_block .recommend_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 16px;
}
.recommend_flex_block li { display: block; }

@media screen and (min-width: 768px) {
  .recommend_block { width: 952px; }
  .recommend_flex_wrap {
    display: flex;
    justify-content: space-between;
  }
  .recommend_flex_block { width: 296px; }
  .recommend_flex_wrap.p_5column .recommend_flex_block { width: auto; }
  .recommend_flex_block ul + .recommend_title { margin-top: 30px; }
  .recommend_flex_wrap.p_5column .recommend_flex_block ul + .recommend_title { margin: 38px 0 18px; }
  .recommend_flex_block.p_notitle { margin-top: 30px; }
}
@media screen and (max-width: 767px) {
  .recommend_block { width: calc(100% - 48px); }
  .recommend_flex_block .recommend_title,
  .recommend_flex_block ul + .recommend_title { margin-top: 32px; }
  .recommend_flex_block .m_link a,
  .recommend_flex_block .m_link.m_link--outside { line-height: 1.4; }
}
/* 2020.12.14 add */
.recommend_flex_block .list_paddingl a {
  padding-left: 9px;
  margin: 0;
}
.recommend_flex_block .list_paddingl .list_paddingl-nop a { padding-left: 0; }
.recommend_flex_block .m_recommend_tit {
  position: relative;
  font-weight: bold;
  line-height: 18px;
  height: 18px;
  font-size: 14px;
  color: #191919;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  padding-left: 9px;
}
.recommend_flex_block .m_recommend_tit::before {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 3px;
  background-color: #C80421;
}
@media screen and (min-width: 768px) {
  .recommend_flex_block.p_2column { width: 50%; }
  .recommend_flex_block .list_paddingl .list_paddingl-noppc a { padding-left: 0; }
  .recommend_flex_block .list_paddingl .list_paddingl-nopsp a { padding-left: 9px; }
}
@media screen and (max-width: 767px) {
  .recommend_flex_block .list_paddingl .list_paddingl-noppc a { padding-left: 9px; }
  .recommend_flex_block .list_paddingl .list_paddingl-nopsp a { padding-left: 0; }
  .recommend_flex_block .m_recommend_tit {
    line-height: 1.5;
    margin-bottom: 16px;
    height: auto;
  }
  .recommend_flex_block .m_recommend_tit::before { top: 2px; }
}
_:-ms-lang(x)::-ms-backdrop, .recommend_flex_block .m_recommend_tit { line-height: 20px; }
_:-ms-lang(x)::-ms-backdrop, .recommend_flex_block .m_link {
  line-height: 1;
}
_:-ms-lang(x)::-ms-backdrop, .recommend_flex_block .m_link::after {
  right: -12px;
  top: -3px;
}

/*
".wide" を付与することで max-width を無効化.
レイアウトの崩れを防ぐため, .m_wysiwyg 内のみでの使用とする.
@update 2020.11.11
@author s-ogino
*/
.m_wysiwyg .m_item_title-1.wide,
.m_wysiwyg .m_item_title-3.wide,
.m_wysiwyg .m_item_title-2.wide,
.m_wysiwyg .m_item_title-4.wide,
.m_wysiwyg .m_item_txt.wide,
.m_wysiwyg .m_item_txt-small.wide,
.m_wysiwyg .m_item_txt-caption.wide,
.m_wysiwyg .m_item_txt-notes.wide,
.m_wysiwyg .m_item_txt-notes-number.wide {
  max-width: none;
}

/* 2020.12.09 add .m_news_release */
.m_news_release li {
  box-sizing: border-box;
  border-top: 1px solid #c1c1c1;
}
.m_news_release li:last-child { border-bottom: 1px solid #c1c1c1; }
.m_news_release li a,
.m_news_release li a:link,
.m_news_release li a:visited { color: #191919; }
.m_news_release li a:hover { text-decoration: none; }
.m_news_release li a:hover .date { color: #524e4d; }
.m_news_release li a:hover .title {
  color: #d0576a;
  text-decoration: underline;
}
.m_news_release span { display: block; }
.m_news_release .date { letter-spacing: 0.03em; }
.m_news_release .title {
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px){
  .m_news_release li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
  }
  .m_news_release .date { font-size: 14px; }
  .m_news_release .title {
    font-size: 17px;
    width: 758px;
  }
}
@media screen and (max-width: 767px){
  .m_news_release li a {
    display: block;
    padding: 10px 0 12px;
  }
  .m_news_release .date {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .m_news_release .title {
    font-size: 14px;
    line-height: 1.5;
  }
}

/*===============================

  Border
  @update: 2024.04.09

================================*/
.m_box_border {
  padding: 32px;
  border: 1px solid #acacac;
}
@media screen and (max-width: 767px) {
  .m_box_border {
    padding: 24px;
  }
}