
@charset "UTF-8";
#content {
  color: #333333;
	font-size: calc((16 / 14) * 100%);
	margin: 0;
	width: auto;
	max-width: none; }
	@media screen and (max-width: 767px) {
		#content {
			font-size: 100%; } }
  #content p {
    line-height: 1.733333;
    }
  #content img {
    width: 100%;
    height: auto;
    /* max-width: 100%; */
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      #content img {
        width: 100%; } }
  #content a {
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #content a:hover {
      text-decoration: none; }
  #content article {
		box-sizing: border-box;
    padding: 120px 20px 0;
    margin: 0 auto;
    max-width: 1200px; }
    @media screen and (max-width: 767px) {
      #content article {
        padding: 80px 20px 0; } }

.mv {
  position: relative; }
  .mv picture{
    display: block;
  }
  .mv picture source,
  .mv picture img{
    display: block;
    width: auto;
    max-width: 100%;
  }
  .mv__inner {
    max-width: 1200px;
    margin: 0 auto;
    position: static;}
  .mv__ttl {
    padding-top: 60px;
    padding-left: 20px;
    position: absolute;
    top: 0px; }
    @media screen and (max-width: 1000px) {
      .mv__ttl {
        padding-top: 10px; } }
    @media screen and (max-width: 767px) {
      .mv__ttl {
        padding-top: 0px;
        padding-left: 0px;
        position: static; } }
    .mv__ttl_inner {
      border-left: 3px solid #CC0000;
      line-height: 1;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .mv__ttl_inner {
          margin: 30px 20px 0; } }
    .mv__ttl h2 {
      font-weight: 500;
      font-size: 42px;
      margin-bottom: 10px;
      letter-spacing: 0.11em;}
      @media screen and (max-width: 767px) {
        .mv__ttl h2 {
          font-size: 30px; } }
    .mv__ttl span {
      color: #CC0000;
      font-family: 'Barlow', sans-serif;
      margin-bottom: 30px;
      display: block;
      letter-spacing: 0.05em;
      font-size: 1rem;
      font-weight: 500; }

.content__ttl_img-1 {
  text-align: center;
  margin-bottom: 40px; }
  #content .content__ttl_img-1 img{
    height: 33px;
  }
  @media screen and (max-width: 767px) {
    #content .content__ttl_img-1 img{
      height: auto;
    }
  }

.content-2 {
  padding: 100px 0; }
  .content-2__inner {
    max-width: 1200px !important;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .content-2__inner {
        padding: 0 20px; } }
  .content-2__lead {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.18em;}
  .content-2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .content-2__list {
        display: block;
        margin-top: 30px; } }
  .content-2__item {
    list-style: none;
    width: calc(100% / 3);
    border-right: 1px dashed #FD0102;
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      .content-2__item {
        width: 100%;
        border-right: 0;
        border-bottom: 1px dashed #FD0102;
        padding: 30px 0; } }
    .content-2__item img {
      height: 340px !important; }
    .content-2__item:last-child {
      border-right: 0; }
    .content-2__item_txt {
      font-weight: 500;
      text-align: center;
      line-height: 1.8;
      margin-top: 30px; }
      .content-2__item_txt span {
        color: #FD0102;
        font-size: 24px; }
        @media screen and (max-width: 767px) {
          .content-2__item_txt span {
            font-size: 22px; } }
  .content-2__btn {
    margin: 60px auto 0;
    width: 40%; }
    @media screen and (max-width: 767px) {
      .content-2__btn {
        width: 100%; } }
    .content-2__btn a {
      color: #333 !important;
      font-weight: 500;
      background: #fff;
      padding: 9px 20px 11px;
      display: block;
      border-radius: 30px;
      border: 2px solid #FD0102;
      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; }
      @media screen and (max-width: 767px) {
        .content-2__btn a {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: center;
          padding: 9px 0 11px 20px;
          line-height: 1.7;
          border-radius: 40px; } }
      .content-2__btn a:hover {
        background: #fff;
        color: #333 !important;
        opacity: .8; }
        .content-2__btn a:hover::after {
          color: #FD0102 !important; }
      .content-2__btn a::after {
        font-family: fontawesome;
        content: "\f105";
        display: block;
        padding-left: 10px;
        color: #FD0102; }
        @media screen and (max-width: 767px) {
          .content-2__btn a::after {
            padding-right: 20px; } }

.message__top_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.message__top_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .message__top_flex {
      display: block; } }

.message__top_ttl {
  font-size: 42px;
  line-height: 1.3;
  letter-spacing: 0.18em; 
  }
  @media screen and (max-width: 767px) {
    .message__top_ttl {
			text-align: center;
      font-size: 26px; } }

.message__top_name {
  margin-top: 30px;
  letter-spacing: 0.18em;
  }
  .message__top_name span {
    font-size: 18px;
    display: block; }

@media screen and (max-width: 767px) {
  .message__top_bnr {
    margin-top: 20px; } }

.message__top_bnr a {
  background: #CC0000;
  text-align: center;
  letter-spacing: 0.05em;
  width: 142px;
  padding: 30px 0;
  display: block;
  border: 1px solid #CC0000; }
  .message__top_bnr a:hover {
    background: #fff; }
    .message__top_bnr a:hover p {
      color: #CC0000; }
    .message__top_bnr a:hover span {
      color: #CC0000; }

.message__top_bnr p {
  font-size: 14px;
  color: #fff; }

.message__top_bnr span {
  font-weight: 500;
  font-size: 14px;
  color: #fff; }

.message__section {
  margin: 100px 0 80px;
  letter-spacing: 0.18em;}
  .message__section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .message__section_inner {
        display: block; } }
  .message__section_ttl {
    width: 280px;
    font-size: 24px;
    color: #FD0102;
    margin-right: 60px;
    }
    @media screen and (max-width: 767px) {
      .message__section_ttl {
        font-size: 22px;
        margin-bottom: 20px; } }
  .message__section_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .message__section_img {
    margin-top: 30px; }
  .message__section p{
    margin-bottom: 1em;
  }

.message__onomatope {
  background: #EFEFEF; }
  .message__onomatope_inner {
    padding: 60px 0 0;
    margin: 0 auto; }
    .message__onomatope_inner-txt {
      max-width: 1200px;
      margin: 30px auto 0;
      letter-spacing: 0.13em;}
  .message__onomatope_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 0 20px 60px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .message__onomatope_flex {
        display: block;
        position: static;
        padding-bottom: 30px; } }
  .message__onomatope_img {
    text-align: right;
    max-width: 1200px;
    margin-right: calc((100vw - 1200px) / 2);
    width: calc((100vw - 680px) / 2);
    min-width: 250px; }
    .message__onomatope_img-inner {
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        .message__onomatope_img-inner {
          padding-left: 0px; } }
    @media screen and (max-width: 767px) {
      .message__onomatope_img {
        text-align: left;
        margin-right: 0;
        padding-left: 0px;
        width: 100%;
        padding-left: 20px; } }
    .message__onomatope_img::after {
      content: "";
      height: 1px;
      background: #000;
      display: block;
      margin-top: 15px; }
    .message__onomatope_img img {
      width: 250px !important; }
  .message__onomatope_left {
    width: 60%; }
    @media screen and (max-width: 767px) {
      .message__onomatope_left {
        width: 100%; } }
  .message__onomatope_right {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 490px;
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .message__onomatope_right {
        position: static;
        padding-left: 0px; } }
    .message__onomatope_right img {
      width: 330px !important; }
      @media screen and (max-width: 767px) {
        .message__onomatope_right img {
          width: auto; } }
  .message__onomatope_btn {
    width: 300px;
    margin-bottom: 60px;
    padding-top: 20px; }
    @media screen and (max-width: 767px) {
      .message__onomatope_btn {
        width: 100%;
        margin-top: 30px; } }
    .message__onomatope_btn a {
      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;
      background: #CC0000;
      color: #fff !important;
      text-align: center;
      padding: 15px 0;
      border: 1px solid #CC0000; }
      .message__onomatope_btn a:hover {
        background: #fff;
        color: #CC0000 !important; }
        .message__onomatope_btn a:hover::before {
          color: #CC0000; }
      .message__onomatope_btn a::before {
        content: "\f105";
        font-family: fontawesome;
        display: block;
        padding-right: 10px;
        color: #fff; }

@media screen and (min-width: 1000px) {
  .br_none {
    display: none; } }

@media not all and (max-width: 767px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none; } }

@media screen and (max-width: 767px) {
  .sp-mt-20 {
    margin-top: 20px !important; } }

