/* #######################################################
style.css
####################################################### */

/*=======================================================
css
========================================================*/
/*-------------- ブレークポイント作成 ここから ----------------*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*-------------- margin/padding mixin ここから ----------------*/

* {
  font-family: inherit;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%; }

body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative; }
/*
main {
  display: block;
  margin-top: 90px; }
  @media screen and (max-width: 987px) {
    main {
      margin-top: 0; } }

*/


a {
  text-decoration: none; }

a:hover {
  cursor: pointer;
  transition: 0.5s;
  opacity: 0.7; }

a:visited, a:link {
  color: #000000; }

img {
  width: revert-layer;/*ロールバック*/
  max-width: 100%;
  vertical-align: bottom !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  line-height: normal; }

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    width: 100%; } }

#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 640px) {
  #wrapper {
    overflow: hidden; } }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

@media screen and (max-width: 640px) {
  .pc {
    display: none !important; } }

@media screen and (max-width: 987px) {
  .tb_pc {
    display: none !important; } }

@media screen and (min-width: 988px) {
  .tb {
    display: none !important; } }

@media print, screen and (min-width: 641px) {
  .sp {
    display: none !important; } }

p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400; }

@media screen and (max-width: 640px) {
  p {
    font-size: 1.2rem; } }

h2, h3, h4, h5, h6 {
  line-height: 1;
  -webkit-margin-before: 0em;
  -webkit-padding-start: 0;
  -webkit-margin-after: 0em; }

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

 共通パーツ

========================================================*/
@media print, screen and (min-width: 641px) {
  .col2 {
    float: left;
    display: inline-block; }
  .col2:nth-of-type(2n) {
    float: right; }
  .col2:last-of-type {
    margin-right: 0; } }

@media print, screen and (min-width: 641px) {
  .col3 {
    display: inline-block;
    width: 30%;
    float: left;
    margin-right: 5%; }
  .col3:nth-child(3n), .col3:last-of-type {
    margin-right: 0; } }

.col3_sp {
  display: inline-block;
  width: 30%;
  float: left;
  margin-right: 5%; }

.col3_sp:last-of-type {
  margin-right: 0; }

.contBox_img {
  position: relative;
  text-align: center; }

section {
  position: relative; }

.contentInner {
  width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 640px) {
  .contentInner {
    width: calc(100% - 30px); } }

.section_title {
  width: 1200px; }

@media screen and (max-width: 640px) {
  .section_title {
    width: calc(100% - 30px); } }

.section_title-bdrBtm {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
  margin: 0 auto; }

@media screen and (max-width: 640px) {
  .section_title-bdrBtm {
    font-size: 2.2rem;
    font-weight: 600; } }

.section_title-bdrBtm::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 20px auto 0; }

@media screen and (max-width: 640px) {
  .section_title-bdrBtm::after {
    width: 45px;
    margin-top: 15px; } }

.section_title-bdrLeft {
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 600;
  border-left: 6px solid #ff7900;
  padding-left: 20px; }

@media screen and (max-width: 640px) {
  .section_title-bdrLeft {
    font-size: 2.2rem;
    line-height: 1.33;
    border-width: 4px;
    padding-left: 10px; } }

.section_txt {
  width: 100%;
  margin: 18px auto 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.05em; }

@media screen and (max-width: 640px) {
  .section_txt {
    line-height: 1.42; } }

a.link-orange {
  color: #ff7900;
  text-decoration: underline; }

a.link-orange:hover {
  text-decoration: none; }

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

  開発者インタビュー

========================================================*/
#interview {
  /*----------------------- */
  /* BASE                   */
  /*----------------------- */
  /*----------------------- */
  /* レイアウト              */
  /*----------------------- */
  /* --- 記事エリアのwrap --- */
  /* --- 記事エリアの左右余白 --- */
  /* --- カラムレイアウト --- */
  /*----------------------- */
  /* ページタイトル          */
  /*----------------------- */
  /*----------------------- */
  /* メインビジュアル        */
  /*----------------------- */
  /*----------------------- */
  /* プロフィール            */
  /*----------------------- */
  /*----------------------- */
  /* パーツ　　              */
  /*----------------------- */
  /* --- 見出し --- */
  /* --- ボックス --- */
  /* --- ボタン --- */
  /* --- 写真 --- */
  /*----------------------- */
  /* 製品訴求エリア          */
  /*----------------------- */
  /*----------------------- */
  /* アンケート mw wp formの場合
/*----------------------- */ }
  #interview strong {
    font-weight: bold; }
  #interview .contents {
    max-width: 950px;
    margin: 0 auto 120px; }
    @media screen and (max-width: 640px) {
      #interview .contents {
        margin: 0 auto 40px; } }
  #interview .inner {
    max-width: 844px;
    margin: 0 auto;
    padding: 0 22px; }
  #interview .grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
  #interview .grid--3column > li {
    width: 31.11111%; }
  @media screen and (max-width: 640px) {
    #interview .grid--3column > li {
      width: 100%;
      margin: 0 0 15px; } }
  #interview .pageTitle {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 38px; }
    @media screen and (max-width: 640px) {
      #interview .pageTitle {
        font-size: 1.0rem;
        margin: 0 0 19px; } }
  #interview .pageTitle_en {
    display: block;
    margin: 0 auto 9px; }
    @media screen and (max-width: 640px) {
      #interview .pageTitle_en {
        margin: 0 auto 4px;
        width: 206px; } }
  #interview .mv {
    margin: 0 0 50px; }
    @media screen and (max-width: 640px) {
      #interview .mv {
        margin: 0 0 25px; } }
  #interview .mv_title {
    padding: 4px 0;
    padding: 6px 0 4px\0;
    background-color: #000;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 640px) {
      #interview .mv_title {
        font-size: 1.3rem; } }
  #interview .mv_visualArea {
    position: relative; }
  #interview .mv_textArea {
    width: 480px;
    height: 254px;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    background-color: #0089cf;
    mix-blend-mode: multiply; }
    @media screen and (max-width: 950px) {
      #interview .mv_textArea {
        display: none; } }
  #interview .mv_lead {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    color: #fff;
    padding: 40px; }
    #interview .mv_lead p {
      display: block;
      position: static;
      mix-blend-mode: normal; }
    #interview .mv_lead strong {
      display: block;
      font-size: 2.6rem;
      line-height: 1.5;
      margin: 0 0 35px; }
    @media screen and (max-width: 950px) {
      #interview .mv_lead {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 20px 18px 19px 23px;
        background-color: #0089cf; }
        #interview .mv_lead strong {
          margin: 0 0 20px; } }
    @media screen and (max-width: 640px) {
      #interview .mv_lead strong {
        font-size: 1.3rem; } }
  #interview .mv_personsName {
    display: block;
    position: relative;
    font-size: 2rem;
    text-align: right; }
    #interview .mv_personsName:before {
      width: 160px;
      height: 1px;
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 107px;
      background-color: #fff; }
    @media screen and (max-width: 640px) {
      #interview .mv_personsName {
        font-size: 1rem; }
        #interview .mv_personsName:before {
          width: 80px;
          right: 54px; } }
  #interview .profile {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 35px; }
    @media screen and (max-width: 640px) {
      #interview .profile {
        margin: 0 0 25px; } }
  #interview .profile_photo {
    width: 57.5%; }
    @media screen and (max-width: 640px) {
      #interview .profile_photo {
        width: 83.63636%;
        max-width: 460px;
        margin: 0 0 10px; } }
  #interview .profile_info {
    width: 40%; }
    @media screen and (max-width: 640px) {
      #interview .profile_info {
        width: 100%; } }
  #interview .profile_title {
    color: #0089cf;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 12px; }
    @media screen and (max-width: 640px) {
      #interview .profile_title {
        font-size: 1rem;
        margin: 0 0 6px; } }
  #interview .profile_name {
    font-size: 2.2rem;
    line-height: 1.5;
    margin: 0 0 12px; }
    @media screen and (max-width: 640px) {
      #interview .profile_name {
        font-size: 1.2rem;
        margin: 0 0 6px; } }
  #interview .profile_data {
    font-size: 1.4rem;
    line-height: 1.5; }
    @media screen and (max-width: 640px) {
      #interview .profile_data {
        font-size: 1rem; } }
  #interview .title {
    color: #0089cf;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 21px; }
    @media screen and (max-width: 640px) {
      #interview .title {
        font-size: 1.3rem;
        margin: 0 0 16px; } }
  #interview .box {
    margin: 0 0 30px; }
    @media screen and (max-width: 640px) {
      #interview .box {
        margin: 0 0 20px; } }
  #interview .box_text {
    margin: 0 0 32px; }
    #interview .box_text p {
      font-size: 1.6rem;
      line-height: 1.75; }
    @media screen and (max-width: 640px) {
      #interview .box_text {
        margin: 0 0 20px; }
        #interview .box_text p {
          font-size: 1rem; } }
  #interview .box_photo {
    margin: 0 0 30px;
    text-align: center; }
    #interview .box_photo img {
      max-width: 100%; }
    @media screen and (max-width: 640px) {
      #interview .box_photo {
        margin: 0 0 20px; } }
  #interview .interview-btn {
    display: inline-block;
    background-color: #fff;
    color: #0089cf;
    font-size: 1.6rem;
    line-height: 1.75;
    border: 1px solid #0089cf;
    border-radius: 30px;
    padding: 3px 20px;
    transition: background-color .3s ease, color .3s ease;
    cursor: pointer; }
    #interview .interview-btn:hover {
      background-color: #0089cf;
      color: #fff; }
    @media screen and (max-width: 640px) {
      #interview .interview-btn {
        font-size: 1rem;
        border-radius: 15px;
        padding: 2px 10px; } }
  #interview .btnWrap {
    text-align: center; }
  @media screen and (max-width: 640px) {
    #interview .photo {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      #interview .photo img {
        width: 50.90909%;
        max-width: 100%; } }
  #interview .photo_caption {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 8px 0 0; }
    @media screen and (max-width: 640px) {
      #interview .photo_caption {
        width: 47.27273%;
        font-size: 1rem;
        margin: 0; } }
  #interview .promotion {
    background-color: #EFF7FC;
    margin: 0 0 56px;
    padding: 40px 25px; }
    @media screen and (max-width: 640px) {
      #interview .promotion {
        margin: 0 0 30px;
        padding: 20px 23px; } }
  #interview .promotion_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 767px;
    margin: 0 auto 16px; }
    @media screen and (max-width: 640px) {
      #interview .promotion_header {
        flex-direction: column-reverse;
        width: 88.36364%;
        max-width: 243px;
        margin: 0 auto 29px; } }
  #interview .promotion_headerContent {
    width: 58.27901%; }
    @media screen and (max-width: 640px) {
      #interview .promotion_headerContent {
        width: 100%; } }
  #interview .promotion_title {
    color: #0089cf;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 10px; }
    @media screen and (max-width: 950px) {
      #interview .promotion_title {
        font-size: 1.8rem; } }
    @media screen and (max-width: 640px) {
      #interview .promotion_title {
        font-size: 1.3rem;
        margin: 0 0 5px; } }
  #interview .promotion_headerPhoto {
    width: 39.11343%; }
    @media screen and (max-width: 640px) {
      #interview .promotion_headerPhoto {
        width: 54.54545%;
        max-width: 300px;
        height: 100%;
        margin: 0 auto 10px; } }
  #interview .form_content {
    max-width: 500px;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      #interview .form_content {
        padding: 0 10px; } }
  #interview .form_title {
    color: #0089cf;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
    padding: 0 0 8px;
    margin: 0 0 16px;
    border-bottom: 1px solid #0089cf; }
    @media screen and (max-width: 640px) {
      #interview .form_title {
        font-size: 1rem;
        text-align: left;
        padding: 0 0 4px;
        margin: 0 0 11px; } }
  #interview .form_box {
    margin: 0 0 16px; }
    @media screen and (max-width: 640px) {
      #interview .form_box {
        margin: 0 0 8px; } }
  #interview .form_label {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 8px; }
    @media screen and (max-width: 640px) {
      #interview .form_label {
        font-size: 1rem;
        margin: 0 0 4px; } }
  #interview .form_radioList input[type="radio"] {
    display: block;
    opacity: 0;
    position: absolute;
    cursor: pointer; }
  #interview .form_radioList .mwform-radio-field.vertical-item {
    display: block;
    margin: 0 0 10px; }
  #interview .form_radioList .mwform-radio-field-text {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 30px;
    font-size: 1.6rem; }
    #interview .form_radioList .mwform-radio-field-text:before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #000;
      border-radius: 100%; }
  #interview .form_radioList input[type="radio"]:checked + .mwform-radio-field-text:after {
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background-color: #0089cf;
    border: 1px solid #0089cf;
    border-radius: 100%; }
  @media screen and (max-width: 640px) {
    #interview .form_radioList .mwform-radio-field.vertical-item {
      margin: 0 0 5px; }
    #interview .form_radioList .mwform-radio-field-text {
      font-size: 1rem;
      padding: 0 0 0 15px; }
      #interview .form_radioList .mwform-radio-field-text:before {
        width: 10px;
        height: 10px; }
    #interview .form_radioList input[type="radio"]:checked + .mwform-radio-field-text:after {
      top: 2px;
      left: 2px;
      width: 6px;
      height: 6px; } }
  #interview textarea {
    width: 100%;
    min-height: 80px;
    padding: 1em;
    font-size: 1.6rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: 1px solid #C7C7C7;
    border-radius: 5px; }
    @media screen and (max-width: 640px) {
      #interview textarea {
        font-size: 1rem; } }


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

  ATグリップ LP（AT-Cシリーズ）

========================================================*/
#atc001 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4A4A4A; }
  #atc001 li {
    list-style: none; }
  #atc001 .inner {
    width: 800px;
    margin: 0 auto; }
  #atc001 #feature h2,
  #atc001 #list h2,
  #atc001 #case-study h2 {
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    background-color: rgba(0, 137, 207, 0.8);
    color: #fff;
    border-radius: 3px; }
  #atc001 .list-head {
    padding: 23px 0 7px 40px;
    position: relative;
    display: flex;
    margin-bottom: 70px; }
    #atc001 .list-head h3 div:first-of-type {
      font-size: 2.4rem;
      font-weight: bold;
      margin-bottom: 5px;
      line-height: 1.5; }
    #atc001 .list-head h3 div:last-of-type {
      font-size: 2rem;
      font-weight: 500;
      line-height: 1.4; }
    #atc001 .list-head .series-number {
      color: #fff;
      font-size: 2.4rem;
      font-weight: 500;
      width: 100px;
      height: 100px;
      position: relative;
      border-radius: 50%;
      margin-right: 30px; }
      #atc001 .list-head .series-number span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    #atc001 .list-head .list-head-image {
      position: absolute;
      right: 20px;
      top: 20px; }
  #atc001 .list-box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 85px;
    flex-wrap: wrap; }
    #atc001 .list-box .list-item {
      display: flex;
      justify-content: space-between;
      width: 44%;
      margin-bottom: 35px; }
    #atc001 .list-box .list-item-detail {
      width: 53%; }
      #atc001 .list-box .list-item-detail h4 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 6px; }
      #atc001 .list-box .list-item-detail p {
        font-size: 1.4rem;
        line-height: 1.5; }
      #atc001 .list-box .list-item-detail .cont-box-btn {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 95%; }
        #atc001 .list-box .list-item-detail .cont-box-btn a {
          display: inline-block;
          width: 100%;
          font-size: 1.6rem;
          font-weight: 500;
          padding: 7px 0;
          text-align: center;
          color: #0089cf;
          border-radius: 20px;
          border: 1px solid #0089cf; }
      #atc001 .list-box .list-item-detail .list-item-detail-toggle {
        display: inline-block;
        color: #0089cf;
        font-size: 1.6rem;
        font-weight: bold;
        cursor: pointer; }
        #atc001 .list-box .list-item-detail .list-item-detail-toggle[aria-expanded="false"]::before {
          content: url(../img/lp/atc001/toggle_icon.png);
          margin-right: 5px;
          vertical-align: middle; }
        #atc001 .list-box .list-item-detail .list-item-detail-toggle[aria-expanded="true"]:before {
          content: url(../img/lp/atc001/toggle_icon02.png);
          margin-right: 5px;
          vertical-align: middle; }
    #atc001 .list-box .list-item-image {
      width: 45%;
      text-align: center; }
  #atc001 #seriesE800 .series-number:first-of-type,
  #atc001 #seriesE1050 .series-number:first-of-type {
    margin-right: 10px; }
  #atc001 #seriesE800 .series-number:nth-of-type(2),
  #atc001 #seriesE1050 .series-number:nth-of-type(2) {
    margin-right: 20px;
    white-space: pre; }
  #atc001 .list-accordion {
    width: 100%;
    margin-bottom: 35px; }
    #atc001 .list-accordion[aria-hidden="true"] {
      display: none; }
    #atc001 .list-accordion .list-accordion-wrap {
      padding-top: 30px;
      padding-left: 30px;
      border: 1px solid #0089cf;
      display: flex;
      justify-content: space-between; }
    #atc001 .list-accordion .head {
      background-color: #707070;
      font-size: 1.4rem;
      font-weight: 500;
      width: 80px;
      color: #fff;
      text-align: center;
      padding: 3px 0; }
    #atc001 .list-accordion .component-part {
      width: 67%; }
      #atc001 .list-accordion .component-part .component-part-wrap {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        #atc001 .list-accordion .component-part .component-part-wrap h4 {
          font-weight: bold;
          line-height: 1.5; }
        #atc001 .list-accordion .component-part .component-part-wrap p {
          font-size: 1.4rem;
          line-height: 1.4; }
        #atc001 .list-accordion .component-part .component-part-wrap .component-part-image {
          text-align: center;
          margin-top: 20px; }
        #atc001 .list-accordion .component-part .component-part-wrap .component-part-item {
          position: relative;
          margin-bottom: 30px; }
          #atc001 .list-accordion .component-part .component-part-wrap .component-part-item:nth-of-type(odd) {
            width: 47%;
            margin-right: 17px; }
      #atc001 .list-accordion .component-part .head {
        margin-bottom: 15px; }
    #atc001 .list-accordion .dimensions {
      width: 30%; }
      #atc001 .list-accordion .dimensions .head {
        margin-bottom: 27px; }
    #atc001 .list-accordion .tag {
      background-color: #E60012;
      border-radius: 3px;
      font-weight: 900;
      color: #fff;
      padding: 0px 3px;
      line-height: 1.3;
      display: inline-block;
      margin-left: 3px; }
      #atc001 .list-accordion .tag span:first-of-type {
        font-size: 1.2rem;
        font-weight: 900; }
      #atc001 .list-accordion .tag span:last-of-type {
        font-size: 1.6rem;
        font-weight: 900; }
  #atc001 .mv {
    width: 950px;
    height: 475px;
    background: transparent url(../img/lp/atc001/mv.jpg) no-repeat center center;
    background-size: 100% auto;
    padding: 160px 0 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px; }
    #atc001 .mv .mv-inner {
      width: 800px;
      margin: 0 auto; }
    #atc001 .mv .mv-title {
      width: 430px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
    #atc001 .mv .mv-txt {
      color: #000;
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.5;
      text-align: center;
      width: 450px;
      margin: 0 auto;
      text-shadow: 0px 5px 8px #fff; }
  #atc001 .product-announcement {
    border: 1px solid #9fa0a0;
    padding: 20px;
    margin-bottom: 45px; }
    #atc001 .product-announcement h2 {
      color: #e60520;
      text-align: center;
      font-weight: bold;
      font-size: 2.1rem;
      margin-bottom: 25px; }
      #atc001 .product-announcement h2 br {
        display: none; }
    #atc001 .product-announcement ul li {
      width: 49%;
      margin-bottom: 18px; }
      #atc001 .product-announcement ul li a {
        background-color: #898989;
        border-radius: 20px;
        text-align: center;
        color: #fff;
        padding: 7px 10px;
        display: block;
        transition: 0.5s;
        font-size: 1.3rem; }
    #atc001 .product-announcement ul:first-of-type li {
      margin-left: auto;
      margin-right: auto; }
      #atc001 .product-announcement ul:first-of-type li a {
        background-color: #ec75a9; }
    #atc001 .product-announcement ul:nth-of-type(2) {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #atc001 .product-announcement ul:nth-of-type(2) li:nth-last-child(-n+2) {
        margin-bottom: 0; }
      #atc001 .product-announcement ul:nth-of-type(2) li:last-of-type br {
        display: none; }
  #atc001 .page-nav {
    margin-bottom: 30px; }
    #atc001 .page-nav ul {
      display: flex;
      justify-content: space-between; }
      #atc001 .page-nav ul li {
        width: 260px;
        border: 1px solid #0089cf;
        border-radius: 3px; }
        #atc001 .page-nav ul li a {
          font-weight: 500;
          color: #0089cf;
          text-align: center;
          display: inline-block;
          width: 100%;
          padding: 9px 0; }
          #atc001 .page-nav ul li a::after {
            content: url(../img/lp/atc001/arrow01.png);
            margin-left: 10px; }
  #atc001 #feature h2 {
    margin-bottom: 30px; }
  #atc001 #feature h4 {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.4;
    height: 50px;
    display: flex;
    align-items: center;
    border-left: 15px solid #E89728;
    padding-left: 15px;
    margin-bottom: 14px;
    letter-spacing: -0.05em; }
    #atc001 #feature h4 + p {
      margin-bottom: 16px;
      line-height: 1.5; }
  #atc001 #feature .feature-wrap {
    padding-bottom: 85px; }
  #atc001 #feature .feature-container01 .feature-item-wrap {
    display: flex;
    justify-content: space-between; }
    #atc001 #feature .feature-container01 .feature-item-wrap .feature-item-box {
      display: flex;
      justify-content: space-between;
      width: 46%; }
      #atc001 #feature .feature-container01 .feature-item-wrap .feature-item-box div {
        width: 54%; }
      #atc001 #feature .feature-container01 .feature-item-wrap .feature-item-box p {
        width: 42%;
        font-size: 1.4rem; }
  #atc001 #feature .fature-container02 {
    margin-bottom: 68px; }
    #atc001 #feature .fature-container02 h4 {
      line-height: 1.4;
      margin-bottom: 30px; }
    #atc001 #feature .fature-container02 .feature-item-wrap {
      display: flex;
      justify-content: space-between; }
    #atc001 #feature .fature-container02 .feature-item-box {
      width: 23%; }
      #atc001 #feature .fature-container02 .feature-item-box p {
        font-size: 1.4rem;
        line-height: 1.4;
        height: 55px; }
    #atc001 #feature .fature-container02 .feature-item-box:last-of-type div {
      transform: translateY(-30px); }
  #atc001 #feature .fature-container03 {
    margin-bottom: 70px; }
    #atc001 #feature .fature-container03 h4 {
      margin-bottom: 20px; }
    #atc001 #feature .fature-container03 h5 {
      font-size: 1.8rem;
      font-weight: 500;
      margin-bottom: 30px; }
    #atc001 #feature .fature-container03 > div:first-of-type {
      text-align: center;
      width: 90%;
      margin: 0 auto; }
    #atc001 #feature .fature-container03 > div:nth-of-type(2) {
      margin-top: 15px;
      border: 2px solid #9A9A9A;
      border-radius: 15px;
      padding: 20px 30px 40px; }
    #atc001 #feature .fature-container03 .feature-item-wrap {
      display: flex;
      justify-content: space-between; }
      #atc001 #feature .fature-container03 .feature-item-wrap .feature-item-box div {
        text-align: center; }
      #atc001 #feature .fature-container03 .feature-item-wrap .feature-item-box p {
        margin-bottom: 20px;
        line-height: 1.2;
        font-size: 1.5rem; }
      #atc001 #feature .fature-container03 .feature-item-wrap .feature-item-box:first-of-type {
        width: 190px; }
        #atc001 #feature .fature-container03 .feature-item-wrap .feature-item-box:first-of-type p {
          margin-bottom: 50px; }
      #atc001 #feature .fature-container03 .feature-item-wrap .feature-item-box:nth-of-type(2) {
        width: 220px; }
        #atc001 #feature .fature-container03 .feature-item-wrap .feature-item-box:nth-of-type(2) p {
          margin-bottom: 30px; }
      #atc001 #feature .fature-container03 .feature-item-wrap .feature-item-box:last-of-type {
        width: 280px; }
        #atc001 #feature .fature-container03 .feature-item-wrap .feature-item-box:last-of-type p {
          margin-bottom: 20px; }
  #atc001 #feature .feature-container01:first-of-type {
    margin-bottom: 45px; }
  #atc001 #feature .feature-container01:nth-of-type(2) {
    margin-bottom: 50px; }
  #atc001 #feature .fature-container04 {
    margin-bottom: 84px;
    margin-bottom: 14px; }
    #atc001 #feature .fature-container04 div {
      text-align: center; }
  #atc001 #list h2 {
    margin-bottom: 10px; }
  #atc001 #list .list-nav {
    margin-bottom: 42px; }
    #atc001 #list .list-nav ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #atc001 #list .list-nav ul li {
        width: 24.5%;
        background: linear-gradient(rgba(0, 137, 207, 0.21) 0%, rgba(0, 137, 207, 0.7) 100%);
        border-radius: 3px;
        margin-bottom: 8px;
        position: relative; }
        #atc001 #list .list-nav ul li:nth-child(n+5) {
          margin-bottom: 0; }
        #atc001 #list .list-nav ul li a {
          display: inline-block;
          font-size: 1.8rem;
          font-weight: 500;
          width: 100%;
          color: #fff;
          text-align: center; }
          #atc001 #list .list-nav ul li a::after {
            content: url(../img/lp/atc001/arrow03.png);
            margin-left: 8px;
            position: absolute;
            top: -3px; }
  #atc001 #list #series240 .list-head {
    background: linear-gradient(rgba(44, 157, 134, 0.47) 0%, #fff 100%); }
  #atc001 #list #series240 .series-number {
    background-color: #2C9D86; }
  #atc001 #list #series240 h3 {
    color: #2C9D86; }
  #atc001 #list #series630 .list-head {
    background: linear-gradient(rgba(27, 127, 167, 0.47) 0%, #fff 100%); }
  #atc001 #list #series630 .series-number {
    background-color: #1B7FA7; }
  #atc001 #list #series630 h3 {
    color: #1B7FA7; }
  #atc001 #list #series930 .list-head {
    background: linear-gradient(rgba(96, 94, 144, 0.51) 0%, #fff 100%); }
  #atc001 #list #series930 .series-number {
    background-color: #605E90; }
  #atc001 #list #series930 h3 {
    color: #605E90; }
  #atc001 #list #seriesE800 .list-head {
    background: linear-gradient(rgba(222, 186, 0, 0.3) 0%, #fff 100%); }
  #atc001 #list #seriesE800 .series-number {
    background-color: #D5B200; }
    #atc001 #list #seriesE800 .series-number:nth-of-type(2) {
      background-color: #CA9E03; }
  #atc001 #list #seriesE800 h3 {
    color: #D5B200; }
  #atc001 #list #seriesE1050 .list-head {
    background: linear-gradient(rgba(224, 146, 0, 0.38) 0%, #fff 100%); }
  #atc001 #list #seriesE1050 .series-number {
    background-color: #D38900; }
    #atc001 #list #seriesE1050 .series-number:nth-of-type(2) {
      background-color: #DA6A48; }
  #atc001 #list #seriesE1050 h3 {
    color: #D38900; }
  #atc001 #list #seriesE1600 .list-head,
  #atc001 #list #seriesE1850 .list-head,
  #atc001 #list #seriesE2100 .list-head {
    background: linear-gradient(rgba(0, 169, 211, 0.35) 0%, #fff 100%); }
  #atc001 #list #seriesE1600 .series-number,
  #atc001 #list #seriesE1850 .series-number,
  #atc001 #list #seriesE2100 .series-number {
    background-color: #0090B4; }
  #atc001 #list #seriesE1600 h3,
  #atc001 #list #seriesE1850 h3,
  #atc001 #list #seriesE2100 h3 {
    color: #00A9D3; }
  #atc001 #case-study h2 {
    margin-bottom: 30px; }
  #atc001 #case-study .case-study-head {
    display: flex;
    margin-bottom: 15px;
    align-items: center; }
    #atc001 #case-study .case-study-head .case {
      color: #fff;
      font-weight: bold;
      font-size: 2.5rem;
      border-radius: 0 9px 0 0;
      background-color: #0089cf;
      width: 100px;
      text-align: center;
      line-height: 1.6;
      margin-right: 15px; }
    #atc001 #case-study .case-study-head h3 {
      color: #707070;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.5; }
  #atc001 #case-study .case-study-container {
    margin-bottom: 40px; }
    #atc001 #case-study .case-study-container:nth-of-type(2) .case-study-item .case-study-detail-img {
      width: 35%; }
    #atc001 #case-study .case-study-container:nth-of-type(3) .case-study-item .case-study-detail-img {
      width: 35%; }
    #atc001 #case-study .case-study-container:nth-of-type(4) .case-study-item .case-study-detail-img {
      width: 35%; }
    #atc001 #case-study .case-study-container:last-of-type {
      margin-bottom: 0; }
  #atc001 #case-study .case-study-item {
    display: flex;
    justify-content: space-between; }
    #atc001 #case-study .case-study-item .case-study-detail {
      display: flex;
      justify-content: space-between; }
      #atc001 #case-study .case-study-item .case-study-detail .case-study-detail-txt {
        width: 65%; }
      #atc001 #case-study .case-study-item .case-study-detail .case-study-detail-img {
        width: 32%;
        align-self: flex-end; }
    #atc001 #case-study .case-study-item .case-study-detail-txt h4 {
      font-size: 1.5rem;
      font-weight: 500;
      margin-bottom: 12px; }
    #atc001 #case-study .case-study-item .case-study-detail-txt .point {
      color: #fff;
      font-size: 1.5rem;
      font-weight: 500;
      padding-left: 10px;
      background-color: #79b3d1;
      margin-bottom: 5px; }
    #atc001 #case-study .case-study-item .case-study-detail-txt p {
      font-size: 1.7rem;
      font-weight: 500;
      line-height: 1.5; }
    #atc001 #case-study .case-study-item .case-study-detail {
      width: 50%; }
    #atc001 #case-study .case-study-item .case-study-image-wrap {
      width: 63%;
      display: flex;
      justify-content: space-between;
      position: relative; }
      #atc001 #case-study .case-study-item .case-study-image-wrap::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 15px;
        height: 24px;
        background: transparent url(../img/lp/atc001/arrow02.png) no-repeat center center;
        background-size: contain;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #atc001 #case-study .case-study-item .case-study-image-wrap div {
        width: 47%; }
  #atc001 #pamphlet {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    margin-top: 120px; }
    #atc001 #pamphlet h2 {
      background-color: #0089cf;
      font-size: 2.4rem;
      color: #fff;
      font-weight: bold;
      text-align: center;
      line-height: 1.8;
      position: relative; }
      #atc001 #pamphlet h2:after {
        content: "";
        position: absolute;
        width: 0px;
        border-style: solid;
        border-top: solid 20px #0089cf;
        border-right: solid 10px transparent;
        border-bottom: solid 20px transparent;
        border-left: solid 10px transparent;
        bottom: -39px;
        left: 50%;
        transform: translateX(-50%); }
    #atc001 #pamphlet .pamphlet-container {
      background-color: rgba(0, 137, 207, 0.2);
      padding: 50px 100px 35px; }
    #atc001 #pamphlet .pamphlet-inner ul {
      display: flex;
      justify-content: center; }
      #atc001 #pamphlet .pamphlet-inner ul li {
        width: 20%; }
        #atc001 #pamphlet .pamphlet-inner ul li:first-of-type {
          margin-right: 20px; }
        #atc001 #pamphlet .pamphlet-inner ul li img {
          transition: 0.5s; }
        #atc001 #pamphlet .pamphlet-inner ul li img:hover {
          opacity: 0.7; }
        #atc001 #pamphlet .pamphlet-inner ul li p {
          text-align: center;
          font-weight: 500;
          line-height: 1.7;
          margin-top: 10px; }
    #atc001 #pamphlet .pamphlet-inner .pamphlet-image {
      width: 112px;
      margin: 0 auto; }

@media screen and (max-width: 640px) {
  #atc001 img {
    width: auto; }
  #atc001 .inner {
    width: auto; }
  #atc001 #feature h2,
  #atc001 #list h2,
  #atc001 #case-study h2 {
    font-size: 1.8rem;
    border-radius: 0; }
  #atc001 .list-head {
    display: block;
    padding-left: 8%; }
    #atc001 .list-head h3 {
      position: absolute;
      bottom: -115px; }
    #atc001 .list-head .list-head-image {
      position: absolute;
      right: 7%;
      top: 20px; }
  #atc001 .list-accordion {
    margin-bottom: 40px; }
    #atc001 .list-accordion:last-of-type {
      margin-bottom: 0; }
    #atc001 .list-accordion .component-part-item {
      display: flex;
      flex-direction: column-reverse;
      width: 100% !important;
      margin-right: 0 !important; }
    #atc001 .list-accordion .list-accordion-wrap {
      display: block;
      padding-right: 30px; }
    #atc001 .list-accordion .dimensions {
      margin: 0 auto;
      width: 93%;
      max-width: 238px; }
      #atc001 .list-accordion .dimensions .dimensions-image {
        text-align: center;
        margin-bottom: 30px; }
    #atc001 .list-accordion .component-part {
      width: 100%;
      margin: 0 auto;
      max-width: 242px; }
      #atc001 .list-accordion .component-part .head {
        margin-bottom: 20px; }
      #atc001 .list-accordion .component-part .component-part-wrap {
        justify-content: center; }
        #atc001 .list-accordion .component-part .component-part-wrap .component-part-image {
          margin-top: 0;
          margin-bottom: 20px; }
  #atc001 .sp-order00 {
    order: 0; }
  #atc001 .sp-order01 {
    order: 01; }
  #atc001 .sp-order02 {
    order: 02; }
  #atc001 .sp-order03 {
    order: 03; }
  #atc001 .sp-order04 {
    order: 04; }
  #atc001 .sp-order05 {
    order: 05; }
  #atc001 .sp-order06 {
    order: 06; }
  #atc001 .sp-order07 {
    order: 07; }
  #atc001 .sp-order08 {
    order: 08; }
  #atc001 .sp-order09 {
    order: 09; }
  #atc001 .sp-order10 {
    order: 10; }
  #atc001 .sp-order11 {
    order: 11; }
  #atc001 .sp-order12 {
    order: 12; }
  #atc001 .sp-order12 {
    order: 12; }
  #atc001 .sp-order12 {
    order: 12; }
  #atc001 .sp-order13 {
    order: 13; }
  #atc001 .sp-order14 {
    order: 14; }
  #atc001 .sp-order15 {
    order: 15; }
  #atc001 .sp-order16 {
    order: 16; }
  #atc001 .sp-order17 {
    order: 17; }
  #atc001 .sp-order18 {
    order: 18; }
  #atc001 .sp-order19 {
    order: 19; }
  #atc001 .sp-order20 {
    order: 20; }
  #atc001 .sp-order21 {
    order: 21; }
  #atc001 .sp-order22 {
    order: 22; }
  #atc001 .sp-order23 {
    order: 23; }
  #atc001 .sp-order24 {
    order: 24; }
  #atc001 .sp-order25 {
    order: 25; }
  #atc001 .sp-order26 {
    order: 26; }
  #atc001 .sp-order27 {
    order: 27; }
  #atc001 .sp-order28 {
    order: 28; }
  #atc001 .sp-order29 {
    order: 29; }
  #atc001 .sp-order30 {
    order: 30; }
  #atc001 .sp-order31 {
    order: 31; }
  #atc001 .sp-order32 {
    order: 32; }
  #atc001 .sp-order33 {
    order: 33; }
  #atc001 .sp-order34 {
    order: 34; }
  #atc001 .sp-order35 {
    order: 35; }
  #atc001 .sp-order36 {
    order: 36; }
  #atc001 .sp-order37 {
    order: 37; }
  #atc001 .sp-order38 {
    order: 38; }
  #atc001 .sp-order39 {
    order: 39; }
  #atc001 .sp-order40 {
    order: 40; }
  #atc001 .mv {
    background: transparent url(../img/lp/atc001/mv_sp.jpg) no-repeat center center;
    background-size: 100% auto;
    height: auto;
    width: auto;
    padding: 80% 0 0;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 115px;
    position: relative; }
    #atc001 .mv .mv-inner {
      width: auto; }
    #atc001 .mv .mv-title {
      width: 80%;
      position: absolute;
      left: 50%;
      bottom: 13px;
      transform: translateX(-50%);
      margin-bottom: 0; }
    #atc001 .mv .mv-txt {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -85px;
      font-size: 2.2rem; }
  #atc001 .product-announcement {
    padding: 20px 15px;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
    #atc001 .product-announcement h2 {
      font-size: 1.8rem;
      line-height: 1.2; }
      #atc001 .product-announcement h2 br {
        display: block; }
    #atc001 .product-announcement ul li {
      width: 100%;
      margin-bottom: 15px; }
      #atc001 .product-announcement ul li a {
        padding: 7px 15px; }
    #atc001 .product-announcement ul:last-of-type {
      display: block; }
      #atc001 .product-announcement ul:last-of-type li:nth-last-of-type(2) {
        margin-bottom: 15px; }
      #atc001 .product-announcement ul:last-of-type li:last-of-type br {
        display: block; }
      #atc001 .product-announcement ul:last-of-type li:last-of-type a {
        border-radius: 60px; }
  #atc001 .page-nav {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
    #atc001 .page-nav ul {
      display: block; }
      #atc001 .page-nav ul li {
        width: auto;
        margin-bottom: 20px; }
        #atc001 .page-nav ul li:last-of-type {
          margin-bottom: 0; }
        #atc001 .page-nav ul li a {
          font-size: 1.8rem; }
  #atc001 #feature .feature-wrap {
    width: 84%;
    margin: 0 auto; }
  #atc001 #feature h4 {
    margin-bottom: 20px; }
    #atc001 #feature h4 + p {
      font-size: 1.6rem; }
  #atc001 #feature .feature-container01 .feature-item-wrap {
    display: block;
    width: auto; }
    #atc001 #feature .feature-container01 .feature-item-wrap .feature-item-box {
      display: block;
      width: auto;
      max-width: 200px;
      margin: 0 auto; }
      #atc001 #feature .feature-container01 .feature-item-wrap .feature-item-box:first-of-type {
        margin-bottom: 20px; }
      #atc001 #feature .feature-container01 .feature-item-wrap .feature-item-box div {
        width: auto;
        margin-bottom: 20px; }
      #atc001 #feature .feature-container01 .feature-item-wrap .feature-item-box p {
        width: auto; }
  #atc001 #feature .fature-container02 h4 {
    height: auto; }
  #atc001 #feature .fature-container02 .feature-item-wrap {
    flex-wrap: wrap; }
    #atc001 #feature .fature-container02 .feature-item-wrap .feature-item-box {
      width: 64%;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
      #atc001 #feature .fature-container02 .feature-item-wrap .feature-item-box:last-of-type {
        margin-bottom: 0; }
        #atc001 #feature .fature-container02 .feature-item-wrap .feature-item-box:last-of-type div {
          transform: none; }
      #atc001 #feature .fature-container02 .feature-item-wrap .feature-item-box p {
        height: auto;
        margin-bottom: 20px; }
  #atc001 #feature .fature-container03 > div:nth-of-type(2) {
    margin-top: 15px; }
  #atc001 #feature .fature-container03 > div:first-of-type {
    width: auto;
    margin: 0; }
  #atc001 #feature .fature-container03 h4 {
    height: auto; }
  #atc001 #feature .fature-container03 h5 {
    margin-bottom: 35px;
    line-height: 1.3; }
  #atc001 #feature .fature-container03 .feature-item-wrap {
    display: block; }
    #atc001 #feature .fature-container03 .feature-item-wrap .feature-item-box {
      width: auto !important;
      margin-bottom: 40px; }
      #atc001 #feature .fature-container03 .feature-item-wrap .feature-item-box p {
        height: auto;
        margin-bottom: 30px; }
      #atc001 #feature .fature-container03 .feature-item-wrap .feature-item-box:last-of-type {
        margin-bottom: 0; }
    #atc001 #feature .fature-container03 .feature-item-wrap .feature-item-box:first-of-type p {
      margin-bottom: 30px; }
    #atc001 #feature .fature-container03 .feature-item-wrap .feature-item-box:first-of-type div {
      width: 70%;
      margin: 0 auto; }
  #atc001 #feature .fature-container04 h4 + p {
    margin-bottom: 20px; }
  #atc001 #list h2 {
    margin-bottom: 20px; }
  #atc001 #list .list-nav {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px; }
    #atc001 #list .list-nav ul {
      display: block; }
      #atc001 #list .list-nav ul li {
        width: auto;
        margin-bottom: 20px; }
        #atc001 #list .list-nav ul li:nth-child(n+5) {
          margin-bottom: 20px; }
        #atc001 #list .list-nav ul li:last-of-type {
          margin-bottom: 0; }
  #atc001 #list .list-head {
    margin-bottom: 150px; }
  #atc001 #list .list-box {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 60px; }
    #atc001 #list .list-box .list-item {
      width: 63%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 37px;
      flex-direction: column-reverse;
      position: relative; }
      #atc001 #list .list-box .list-item:nth-of-type(n+2) {
        padding-top: 20px; }
        #atc001 #list .list-box .list-item:nth-of-type(n+2)::before {
          content: "";
          width: 160%;
          border-top: 1px solid #707070;
          position: absolute;
          top: -15px;
          left: 50%;
          transform: translateX(-50%); }
  #atc001 #list .list-item-detail {
    width: auto; }
  #atc001 #list .list-item-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  #atc001 #list .cont-box-btn {
    margin-top: 20px;
    margin-bottom: 20px; }
  #atc001 #list #series240 .list-item:first-of-type,
  #atc001 #list #series630 .list-item:first-of-type,
  #atc001 #list #series930 .list-item:first-of-type {
    order: 0; }
  #atc001 #list #series240 .list-item:nth-of-type(2),
  #atc001 #list #series630 .list-item:nth-of-type(2),
  #atc001 #list #series930 .list-item:nth-of-type(2) {
    order: 3; }
  #atc001 #list #series240 .list-accordion:nth-of-type(3),
  #atc001 #list #series630 .list-accordion:nth-of-type(3),
  #atc001 #list #series930 .list-accordion:nth-of-type(3) {
    order: 2; }
  #atc001 #list #series240 .list-accordion:last-of-type,
  #atc001 #list #series630 .list-accordion:last-of-type,
  #atc001 #list #series930 .list-accordion:last-of-type {
    order: 4; }
  #atc001 #list #seriesE800 h3 {
    bottom: -110px; }
  #atc001 #list #seriesE1600 h3,
  #atc001 #list #seriesE1850 h3,
  #atc001 #list #seriesE2100 h3 {
    bottom: -171px;
    padding-right: 7%; }
  #atc001 #list #seriesE1600 .list-head,
  #atc001 #list #seriesE1850 .list-head,
  #atc001 #list #seriesE2100 .list-head {
    margin-bottom: 185px; }
  #atc001 #list #seriesE800 .series-number,
  #atc001 #list #seriesE1050 .series-number {
    width: 70px;
    height: 70px;
    font-size: 1.7rem; }
    #atc001 #list #seriesE800 .series-number:first-of-type,
    #atc001 #list #seriesE1050 .series-number:first-of-type {
      margin-bottom: 5px; }
  #atc001 #list #seriesE800 h3,
  #atc001 #list #seriesE1050 h3 {
    bottom: -100px; }
  #atc001 #case-study .case {
    font-size: 2.5rem;
    width: 100px;
    margin-bottom: 10px; }
  #atc001 #case-study .case-study-head {
    display: block; }
  #atc001 #case-study .case-study-inner {
    width: 84%;
    margin: 0 auto; }
  #atc001 #case-study .case-study-container .case-study-item {
    display: block; }
    #atc001 #case-study .case-study-container .case-study-item .case-study-detail {
      flex-direction: column-reverse;
      width: auto; }
      #atc001 #case-study .case-study-container .case-study-item .case-study-detail .case-study-detail-txt {
        width: 100%; }
        #atc001 #case-study .case-study-container .case-study-item .case-study-detail .case-study-detail-txt h4 {
          margin-bottom: 12px; }
        #atc001 #case-study .case-study-container .case-study-item .case-study-detail .case-study-detail-txt p {
          margin-bottom: 10px; }
        #atc001 #case-study .case-study-container .case-study-item .case-study-detail .case-study-detail-txt .point {
          margin-bottom: 10px; }
      #atc001 #case-study .case-study-container .case-study-item .case-study-detail .case-study-detail-img {
        margin-bottom: 10px;
        width: 31%;
        margin-left: auto;
        margin-right: auto; }
    #atc001 #case-study .case-study-container .case-study-item .case-study-image-wrap {
      width: auto; }
  #atc001 #case-study .case-study-container:nth-of-type(n+2) .case-study-detail .case-study-detail-img {
    width: 39%;
    text-align: center; }
  #atc001 #pamphlet {
    width: auto;
    margin-top: 80px; }
    #atc001 #pamphlet h2 {
      font-size: 2.4rem; }
    #atc001 #pamphlet .pamphlet-container {
      padding: 40px 55px; }
      #atc001 #pamphlet .pamphlet-container ul {
        flex-wrap: wrap;
        justify-content: space-between; }
        #atc001 #pamphlet .pamphlet-container ul li {
          width: 43%;
          margin-bottom: 20px;
          text-align: center; }
          #atc001 #pamphlet .pamphlet-container ul li:first-of-type {
            margin-right: 0; }
          #atc001 #pamphlet .pamphlet-container ul li:last-of-type {
            margin-bottom: 0; }
          #atc001 #pamphlet .pamphlet-container ul li p {
            font-size: 1.6rem; }
    #atc001 #pamphlet .pamphlet-image {
      width: auto; } }

@media screen and (min-width: 500px) and (max-width: 640px) {
  #atc001 #list #seriesE800 .list-head,
  #atc001 #list #seriesE1050 .list-head {
    margin-bottom: 180px; }
    #atc001 #list #seriesE800 .list-head h3,
    #atc001 #list #seriesE1050 .list-head h3 {
      bottom: -138px; }
  #atc001 #list #seriesE800 .series-number,
  #atc001 #list #seriesE1050 .series-number {
    width: 100px;
    height: 100px;
    vertical-align: middle;
    display: inline-block;
    font-size: 2.4rem; } }

@media screen and (min-width: 399px) {
  #atc001 #list #seriesE1600 h3,
  #atc001 #list #seriesE1850 h3,
  #atc001 #list #seriesE2100 h3 {
    bottom: -145px; } }

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

  ATグリップ LP（AT-Cシリーズ）

========================================================*/
#atc001.at-cr #feature h2,
#atc001.at-cr #list h2,
#atc001.at-cr #case-study h2 {
  background-color: #7775AE; }

#atc001.at-cr .list-head {
  background: linear-gradient(rgba(81, 184, 239, 0.47) 0%, #fff 100%); }
  #atc001.at-cr .list-head .series-number {
    background-color: #758BAE;
    width: 100px;
    height: 100px; }
    #atc001.at-cr .list-head .series-number span {
      display: block;
      position: static;
      transform: translate(0, 0);
      line-height: 100px;
      text-align: center;
      width: 100%; }

#atc001.at-cr .list-box .list-item-detail .cont-box-btn a {
  color: #7775AE;
  border: 1px solid #7775AE; }

#atc001.at-cr .list-box .list-item-detail .list-item-detail-toggle {
  color: #7775AE; }
  #atc001.at-cr .list-box .list-item-detail .list-item-detail-toggle[aria-expanded="false"]::before {
    content: url(../img/lp/atc002/toggle_icon.png); }
  #atc001.at-cr .list-box .list-item-detail .list-item-detail-toggle[aria-expanded="true"]:before {
    content: url(../img/lp/atc002/toggle_icon02.png); }

#atc001.at-cr .list-accordion .list-accordion-wrap {
  border: 1px solid #D7D7E7; }

#atc001.at-cr .mv {
  background: transparent url(../img/lp/atc002/mv.png) no-repeat center center;
  padding: 0;
  margin-bottom: 30px; }
  #atc001.at-cr .mv .mv-inner {
    width: 800px;
    padding: calc(51/950 * 100%) 0 0 0;
    margin-left: calc(366/950 * 100%);
    margin-right: 0; }
  #atc001.at-cr .mv .mv-title {
    width: 360px;
    margin: 0 0 12px 0; }
  #atc001.at-cr .mv .mv-txt {
    font-size: 2.6rem;
    text-align: left;
    width: auto;
    margin: 0;
    text-shadow: none; }

#atc001.at-cr .page-nav ul li {
  border: 1px solid #7775AE; }
  #atc001.at-cr .page-nav ul li a {
    color: #7775AE; }
    #atc001.at-cr .page-nav ul li a::after {
      content: url(../img/lp/atc002/arrow01.png); }

#atc001.at-cr #feature h3 {
  border-left: 15px solid #D7D7E7;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 20px;
  letter-spacing: -0.05em; }
  #atc001.at-cr #feature h3 + p {
    margin-bottom: 16px;
    line-height: 1.5; }
  #atc001.at-cr #feature h3 .underline {
    display: inline-block;
    position: relative;
    z-index: 0; }
    #atc001.at-cr #feature h3 .underline::after {
      display: block;
      position: absolute;
      content: "";
      border-bottom: 5px #E3AF03 solid;
      width: 100%;
      margin-top: -7px;
      margin-left: -2px;
      z-index: -1;
      padding: 0 2px; }

#atc001.at-cr #feature .feature-wrap {
  padding-bottom: 85px; }

#atc001.at-cr #feature .feature-container01 {
  margin-bottom: 70px; }
  #atc001.at-cr #feature .feature-container01 strong {
    font-weight: bold; }
  #atc001.at-cr #feature .feature-container01 .feature-item-reduction {
    margin: 25px auto;
    max-width: 553px; }
    #atc001.at-cr #feature .feature-container01 .feature-item-reduction-note {
      max-width: 620px;
      background-color: #D7D7E7;
      border-radius: 12px;
      padding: 10px 0;
      text-align: center;
      margin: 25px auto; }
      #atc001.at-cr #feature .feature-container01 .feature-item-reduction-note .ttl {
        border-bottom: #7775AE 2px solid;
        padding: 5px 0;
        width: 240px; }
      #atc001.at-cr #feature .feature-container01 .feature-item-reduction-note .txt {
        text-align: right;
        padding-right: 20px; }
      #atc001.at-cr #feature .feature-container01 .feature-item-reduction-note ul {
        font-size: 2rem;
        display: inline-block;
        margin: 5px auto;
        text-align: left; }
        #atc001.at-cr #feature .feature-container01 .feature-item-reduction-note ul > li {
          list-style-type: disc;
          font-weight: bold;
          margin-left: 30px; }
  #atc001.at-cr #feature .feature-container01 .feature-item-ex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #atc001.at-cr #feature .feature-container01 .feature-item-ex .img {
      width: calc(250/800 * 100%); }
  #atc001.at-cr #feature .feature-container01 .feature-item-fit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #atc001.at-cr #feature .feature-container01 .feature-item-fit .img01 {
      width: calc(440/800 * 100%); }
    #atc001.at-cr #feature .feature-container01 .feature-item-fit .img02 {
      width: calc(322/800 * 100%); }
  #atc001.at-cr #feature .feature-container01 .feature-item-4plate {
    position: relative;
    margin-bottom: 40px; }
    #atc001.at-cr #feature .feature-container01 .feature-item-4plate .img {
      margin-left: calc(157/800 * 100%); }
    #atc001.at-cr #feature .feature-container01 .feature-item-4plate .txt {
      position: absolute;
      left: 0;
      top: 0; }
  #atc001.at-cr #feature .feature-container01 .feature-item-2plate-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #atc001.at-cr #feature .feature-container01 .feature-item-2plate-wrap .img-box {
      width: calc(374/800 * 100%);
      position: relative; }
      #atc001.at-cr #feature .feature-container01 .feature-item-2plate-wrap .img-box .txt {
        position: absolute;
        top: 0;
        left: 0; }
      #atc001.at-cr #feature .feature-container01 .feature-item-2plate-wrap .img-box .img {
        margin-left: calc(104/374 * 100%); }
  #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox {
    max-width: 620px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative; }
    #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox .txt {
      order: 1;
      width: calc(290/620 * 100%); }
    #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox .img {
      order: 0;
      width: calc(310/620 * 100%); }
    #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox .img-box-sub {
      position: absolute;
      right: 0;
      top: calc(103/310 * 100%); }
      #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox .img-box-sub img {
        display: block; }
      #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox .img-box-sub p {
        margin-top: 10px; }
    #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox .img-box {
      width: calc(290/620 * 100%); }
      #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox .img-box img {
        display: block; }
      #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox .img-box p {
        margin-top: 10px; }
  #atc001.at-cr #feature .feature-container01 .siaa {
    border: 1px #4A4A4A solid;
    border-radius: 12px;
    display: flex;
    max-width: 620px;
    margin: 30px auto; }
    #atc001.at-cr #feature .feature-container01 .siaa-logo {
      width: calc(234/620 * 100%);
      padding-left: calc(35/620 * 100%);
      color: #E60039;
      padding-top: 8px;
      padding-bottom: 10px; }
      #atc001.at-cr #feature .feature-container01 .siaa-logo-txt {
        font-weight: bold;
        margin: 12px auto; }
      #atc001.at-cr #feature .feature-container01 .siaa-logo-note {
        font-size: 1.4rem; }
    #atc001.at-cr #feature .feature-container01 .siaa-text {
      width: calc(386/620 * 100%);
      border-left: 1px #4A4A4A solid;
      padding: 20px 25px; }
      #atc001.at-cr #feature .feature-container01 .siaa-text-note {
        margin: 20px 0 0 0; }
        #atc001.at-cr #feature .feature-container01 .siaa-text-note-ttl {
          background: transparent url("../img/lp/atc002/icon-note.png") left -3px no-repeat;
          padding-left: 40px;
          height: 30px;
          margin-bottom: 10px;
          font-weight: bold; }
        #atc001.at-cr #feature .feature-container01 .siaa-text-note ul {
          font-size: 1.5rem; }
          #atc001.at-cr #feature .feature-container01 .siaa-text-note ul > li {
            list-style-type: disc;
            margin-left: 15px; }

#atc001.at-cr #list .list-nav ul li {
  width: 32%;
  background: linear-gradient(rgba(119, 117, 174, 0.21) 0%, rgba(119, 117, 174, 0.7) 100%); }
  #atc001.at-cr #list .list-nav ul li:nth-child(n+4) {
    margin-bottom: 0; }
  #atc001.at-cr #list .list-nav ul li a {
    padding-right: 5px; }

#atc001.at-cr #case-study .case-study-head .case {
  background-color: #7775AE; }

#atc001.at-cr #case-study .case-study-item .case-study-detail-txt .point {
  background-color: #D7D7E7;
  color: #7775AE; }

#atc001.at-cr #pamphlet {
  max-width: 800px;
  width: auto; }
  #atc001.at-cr #pamphlet h2 {
    background-color: #7775AE; }
    #atc001.at-cr #pamphlet h2:after {
      border-top: solid 20px #7775AE; }
  #atc001.at-cr #pamphlet .pamphlet-container {
    background-color: #D7D7E7;
    padding: 35px; }
    #atc001.at-cr #pamphlet .pamphlet-container .pamphlet-inner .pamphlet-image {
      width: 152px; }
    #atc001.at-cr #pamphlet .pamphlet-container ul {
      justify-content: center; }
      #atc001.at-cr #pamphlet .pamphlet-container ul li {
        width: auto;
        margin: 0 auto; }

@media screen and (max-width: 640px) {
  #atc001.at-cr .mv {
    background-size: 100% auto;
    background-position: center top;
    height: auto;
    width: auto;
    padding: calc(475/950 * 100%) 0 0 0;
    margin-left: 0; }
    #atc001.at-cr .mv .mv-inner {
      width: auto;
      margin: 0;
      padding: 0; }
    #atc001.at-cr .mv .mv-title {
      width: 41%;
      left: calc(360/950 * 100%);
      top: 20%;
      bottom: auto;
      transform: translateX(0);
      margin-bottom: 0; }
    #atc001.at-cr .mv .mv-txt {
      position: static;
      transform: translateX(0);
      font-size: 2.2rem;
      margin: 15px auto;
      text-align: center; }
  #atc001.at-cr #feature h3 {
    margin-bottom: 20px;
    height: auto; }
    #atc001.at-cr #feature h3 + p {
      font-size: 1.6rem; }
  #atc001.at-cr #feature .feature-wrap {
    padding-bottom: 40px; }
  #atc001.at-cr #feature .feature-container01 {
    margin-bottom: 30px; }
    #atc001.at-cr #feature .feature-container01 .feature-item-reduction {
      margin-top: 15px; }
      #atc001.at-cr #feature .feature-container01 .feature-item-reduction-note ul {
        font-size: 1.6rem; }
        #atc001.at-cr #feature .feature-container01 .feature-item-reduction-note ul > li {
          margin-left: 10px; }
    #atc001.at-cr #feature .feature-container01 .feature-item-ex {
      display: block; }
      #atc001.at-cr #feature .feature-container01 .feature-item-ex .img {
        width: 70%;
        margin: 0 auto 30px auto; }
        #atc001.at-cr #feature .feature-container01 .feature-item-ex .img:last-child {
          margin-bottom: 40px; }
    #atc001.at-cr #feature .feature-container01 .feature-item-fit .img01 {
      width: 80%;
      margin: 0 auto;
      margin-bottom: 10px; }
    #atc001.at-cr #feature .feature-container01 .feature-item-fit .img02 {
      width: 80%;
      margin: 0 auto; }
    #atc001.at-cr #feature .feature-container01 .feature-item-4plate {
      margin-bottom: 40px; }
      #atc001.at-cr #feature .feature-container01 .feature-item-4plate .img {
        margin-left: 0; }
      #atc001.at-cr #feature .feature-container01 .feature-item-4plate .txt {
        position: static;
        font-size: 1.6rem;
        margin-bottom: 10px; }
    #atc001.at-cr #feature .feature-container01 .feature-item-2plate-wrap .img-box {
      width: 100%;
      margin: 0 auto; }
      #atc001.at-cr #feature .feature-container01 .feature-item-2plate-wrap .img-box .txt {
        position: static; }
      #atc001.at-cr #feature .feature-container01 .feature-item-2plate-wrap .img-box .img {
        width: 80%;
        margin: 0 auto; }
    #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox {
      margin: 0 auto; }
      #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox .txt {
        width: 80%;
        margin: 10px auto 0 auto; }
      #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox .img {
        width: 80%;
        margin: 0 auto; }
      #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox .img-box-sub {
        margin: 15px auto 0 auto;
        position: static;
        width: 80%;
        order: 2; }
      #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox .img-box {
        width: 80%;
        margin: 0 auto 15px auto; }
        #atc001.at-cr #feature .feature-container01 .feature-item-wrapbox .img-box p {
          margin-top: 10px; }
    #atc001.at-cr #feature .feature-container01 .siaa {
      margin: 15px auto;
      flex-wrap: wrap;
      width: 80%; }
      #atc001.at-cr #feature .feature-container01 .siaa-logo {
        width: 100%;
        padding-left: 0%;
        text-align: center; }
        #atc001.at-cr #feature .feature-container01 .siaa-logo-txt {
          font-size: 1.6rem; }
        #atc001.at-cr #feature .feature-container01 .siaa-logo-note {
          font-size: 1.2rem; }
      #atc001.at-cr #feature .feature-container01 .siaa-text {
        width: 100%;
        border-top: 1px #4A4A4A solid;
        border-left: none; }
        #atc001.at-cr #feature .feature-container01 .siaa-text-note {
          margin: 20px 0 0 0; }
          #atc001.at-cr #feature .feature-container01 .siaa-text-note ul {
            font-size: 1rem; }
  #atc001.at-cr #list h2 {
    margin-bottom: 20px; }
  #atc001.at-cr #list .list-nav {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px; }
    #atc001.at-cr #list .list-nav ul {
      display: block; }
      #atc001.at-cr #list .list-nav ul li {
        width: auto;
        margin-bottom: 20px; }
        #atc001.at-cr #list .list-nav ul li:nth-child(n+4) {
          margin-bottom: 20px; }
        #atc001.at-cr #list .list-nav ul li:last-of-type {
          margin-bottom: 0; }
  #atc001.at-cr #list .list-head {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding-left: 4%; }
    #atc001.at-cr #list .list-head .series-number {
      margin-right: 10px; }
    #atc001.at-cr #list .list-head h3 {
      position: static;
      width: calc(100% - 110px);
      padding-right: 5px; }
  #atc001.at-cr #list .list-box {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 60px; }
    #atc001.at-cr #list .list-box .list-item {
      width: 63%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 37px;
      flex-direction: column-reverse;
      position: relative; }
      #atc001.at-cr #list .list-box .list-item:nth-of-type(n+2) {
        padding-top: 20px; }
        #atc001.at-cr #list .list-box .list-item:nth-of-type(n+2)::before {
          content: "";
          width: 160%;
          border-top: 1px solid #707070;
          position: absolute;
          top: -15px;
          left: 50%;
          transform: translateX(-50%); }
  #atc001.at-cr #list .list-item-detail {
    width: auto; }
  #atc001.at-cr #list .list-item-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  #atc001.at-cr #list .cont-box-btn {
    margin-top: 20px;
    margin-bottom: 20px; }
  #atc001.at-cr #pamphlet .pamphlet-container .pamphlet-inner .pamphlet-image {
    width: 112px; } }

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

  ポータブルトイレ50th

========================================================*/
@media screen and (max-width: 800px) {
  #fx30.underLayer .container {
    margin-top: 0; } }

@media screen and (max-width: 640px) {
  #fx30.underLayer .container {
    margin-top: 0; } }

#fx30 .fx30 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000; }
  #fx30 .fx30 p {
    font-size: 1.8rem;
    line-height: 1.6; }
  #fx30 .fx30 span {
    font-weight: inherit; }
  @media screen and (max-width: 640px) {
    #fx30 .fx30 {
      font-size: 1.6rem; }
      #fx30 .fx30 p {
        font-size: 1.6rem; }
      #fx30 .fx30.underLayer .container {
        margin-top: 0; } }
  #fx30 .fx30 .inner {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      #fx30 .fx30 .inner {
        padding: 0 38px; } }
  #fx30 .fx30 img {
    width: 100%;
    height: auto; }
  #fx30 .fx30 .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #fx30 .fx30 .flex__item.is-order-00 {
      order: 0; }
    #fx30 .fx30 .flex__item.is-order-01 {
      order: 1; }
  #fx30 .fx30 h2, #fx30 .fx30 h3, #fx30 .fx30 h4 {
    font-weight: bold;
    line-height: 1.4; }
  #fx30 .fx30 .icon {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 2px 14px 4px 14px;
    text-align: center;
    max-width: 100%;
    line-height: 1.2; }
    #fx30 .fx30 .icon + .text-icon {
      font-size: 2rem;
      font-weight: 500;
      margin: 0 5px; }
    @media screen and (max-width: 800px) {
      #fx30 .fx30 .icon {
        font-size: 1.6rem;
        display: block; }
        #fx30 .fx30 .icon + .text-icon {
          font-size: 1.8rem; } }
    #fx30 .fx30 .icon.is-red {
      background-color: #D60000;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      text-align: left; }
    #fx30 .fx30 .icon.is-ijyou {
      background-color: #006CC9; }
    #fx30 .fx30 .icon.is-haisetsu {
      background-color: #884427; }
    #fx30 .fx30 .icon.is-kataduke {
      background-color: #668827; }
    #fx30 .fx30 .icon-link-arrow {
      width: 18px;
      vertical-align: middle; }
  #fx30 .fx30 .btn-lp {
    border: 1px #006CC9 solid;
    color: #006CC9;
    padding: 5px 15px 7px 15px;
    width: 100%;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center; }
    #fx30 .fx30 .btn-lp.is-lineup {
      background: #8ecff8;
      background: linear-gradient(to bottom, #8ecff8 0%, #3b81ac 100%);
      color: #fff;
      border-radius: 7px;
      border: none;
      font-size: 2.1rem;
      padding: 8px 15px 10px 15px; }
    #fx30 .fx30 .btn-lp .is-icon-arrow {
      display: inline-block;
      width: 18px;
      margin-left: 10px; }
      #fx30 .fx30 .btn-lp .is-icon-arrow img {
        vertical-align: middle !important;
        margin-bottom: 2px;
        margin-top: -2px; }
    #fx30 .fx30 .btn-lp.is-icon-arrow-simple {
      position: relative; }
      #fx30 .fx30 .btn-lp.is-icon-arrow-simple::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 10px;
        border-color: transparent transparent transparent #006CC9;
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        margin-top: -6px;
        right: 12px; }
    #fx30 .fx30 .btn-lp .is-icon-lineup {
      display: inline-block;
      width: 20px;
      margin-left: 15px; }
      #fx30 .fx30 .btn-lp .is-icon-lineup img {
        vertical-align: middle !important;
        margin-bottom: 2px;
        margin-top: -2px; }
  #fx30 .fx30 .only-pc {
    display: block; }
    @media screen and (max-width: 800px) {
      #fx30 .fx30 .only-pc {
        display: none; } }
  #fx30 .fx30 .only-sp {
    display: block; }
    @media screen and (min-width: 801px) {
      #fx30 .fx30 .only-sp {
        display: none; } }

#fx30 .mv {
  background: #F4F5F7;
  background: linear-gradient(to bottom, #F8F9FB 0%, #F4F5F7 100%);
  position: relative;
  background-size: cover;
  height: 710px; }
  #fx30 .mv__inner {
    max-width: 1000px;
    padding: 194px 0 0 0;
    margin: 0 auto; }
  #fx30 .mv-title {
    color: #fff;
    width: 50%;
    height: 420px;
    line-height: 1;
    background: transparent url(../img/lp/fx30/mv_title_bg.png) center center no-repeat; }
    #fx30 .mv-title .flex {
      margin: 50px 25px 0 45px; }
    #fx30 .mv-title-50th {
      width: 143px;
      margin: 0 auto;
      padding-top: 10px;
      display: block; }
    #fx30 .mv-title-name {
      font-size: 3rem;
      display: inline-block;
      font-weight: bold;
      line-height: 1; }
    #fx30 .mv-title-num {
      font-size: 8rem;
      display: inline-block;
      font-weight: bold;
      line-height: 1; }
    #fx30 .mv-title-rakuzou {
      width: 169px;
      padding-top: 10px; }
  #fx30 .mv-image {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    text-align: left;
    overflow: hidden; }
    #fx30 .mv-image img {
      height: 100%;
      width: auto !important;
      max-width: none; }
  @media screen and (max-width: 800px) {
    #fx30 .mv {
      background: url(../img/lp/fx30/mv_image-sp.png) center bottom no-repeat;
      background-size: cover;
      padding-top: 1px;
      height: auto; }
      #fx30 .mv__inner {
        padding: 0 0 calc(470/375 * 100%);
        margin: 0 auto; }
      #fx30 .mv-title {
        width: 100%;
        height: auto;
        background: none; }
        #fx30 .mv-title .flex {
          margin: 35px 0 40px 0;
          justify-content: center; }
        #fx30 .mv-title-50th {
          width: 111px;
          padding-top: 20px; }
        #fx30 .mv-title-name {
          font-size: 2rem; }
        #fx30 .mv-title-num {
          font-size: 6rem; }
        #fx30 .mv-title-rakuzou {
          width: 151px;
          padding-top: 0;
          margin-left: 13px; }
      #fx30 .mv-image {
        display: none; } }

#fx30 .about {
  margin: -40px 0 100px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 75px);
  font-family: 'Noto Serif JP', serif; }
  #fx30 .about .text {
    padding-top: 85px;
    width: 540px;
    order: 1; }
    #fx30 .about .text h3 {
      color: #006CC9;
      font-size: 2rem;
      line-height: 1.8; }
    #fx30 .about .text p {
      margin-top: 24px;
      line-height: 2; }
  #fx30 .about .image {
    max-width: 500px;
    order: 0; }
  #fx30 .about-movie {
    position: relative;
    padding-top: calc(562.5 / 1000 * 100%);
    margin: 100px 0; }
    #fx30 .about-movie iframe {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  @media screen and (max-width: 800px) {
    #fx30 .about {
      margin: -75px 0 50px 0;
      display: block;
      width: 100%; }
      #fx30 .about .text {
        padding-top: 0;
        width: 100%; }
      #fx30 .about .image {
        display: none; }
      #fx30 .about-movie {
        margin: 50px -22px;
        padding-right: 16px;
        padding-left: 16px; } }

#fx30 .history {
  background-color: #B7A16E;
  padding: 80px 0 90px 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    #fx30 .history {
      padding: 30px 0 50px 0; } }
  #fx30 .history__header {
    font-family: "Noto Serif JP", serif;
    margin-bottom: 55px; }
    #fx30 .history__header .history-title {
      font-size: 5rem; }
    #fx30 .history__header p {
      font-weight: 500;
      margin: 10px 0; }
    @media screen and (max-width: 800px) {
      #fx30 .history__header {
        margin-bottom: 30px; }
        #fx30 .history__header .history-title {
          font-size: 3rem;
          font-weight: 700; }
        #fx30 .history__header p {
          margin: 15px 0;
          font-size: 1.8rem; } }
  #fx30 .history__body__chronology {
    border: none;
    border-collapse: collapse;
    position: relative;
    width: 100%; }
    #fx30 .history__body__chronology::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 15px 0 15px;
      border-color: #fff transparent transparent transparent;
      bottom: -3px;
      left: 50%;
      margin-left: -15px; }
    #fx30 .history__body__chronology td {
      vertical-align: top;
      padding: 30px 0 70px 0; }
    #fx30 .history__body__chronology tr.is-connect-tp td {
      padding-top: 0; }
    #fx30 .history__body__chronology tr.is-connect-btm td {
      padding-bottom: 0; }
    #fx30 .history__body__chronology th:not([colspan="2"]), #fx30 .history__body__chronology td {
      width: 50%; }
      #fx30 .history__body__chronology th:not([colspan="2"]):first-child, #fx30 .history__body__chronology td:first-child {
        border-right: 3px #fff solid; }
      #fx30 .history__body__chronology th:not([colspan="2"]):last-child, #fx30 .history__body__chronology td:last-child {
        border-left: 3px #fff solid; }
    @media screen and (max-width: 800px) {
      #fx30 .history__body__chronology::after {
        display: none; } }
  #fx30 .history__body .chronology__header th {
    padding: 0 50px 20px 50px; }
  #fx30 .history__body .chronology__header__title .title {
    font-size: 2.6rem;
    font-weight: 700; }
  #fx30 .history__body .chronology__header__title p {
    text-align: left;
    margin: 15px 0;
    font-size: 1.6rem; }
  @media screen and (max-width: 800px) {
    #fx30 .history__body .chronology__body {
      overflow-x: scroll;
      margin-right: -38px;
      margin-top: 20px; }
      #fx30 .history__body .chronology__body + .chronology__header {
        margin-top: 50px; }
      #fx30 .history__body .chronology__body__slide {
        display: flex;
        justify-content: space-between;
        padding-right: 38px; }
        #fx30 .history__body .chronology__body__slide.is-resin {
          width: 2578px; }
        #fx30 .history__body .chronology__body__slide.is-furniture {
          width: 1618px; }
        #fx30 .history__body .chronology__body__slide .his-slide-item {
          background-color: #AD7900;
          padding: 18px;
          height: 500px;
          width: 300px; }
          #fx30 .history__body .chronology__body__slide .his-slide-item.is-sub {
            background-color: transparent;
            position: relative; }
          #fx30 .history__body .chronology__body__slide .his-slide-item.is-story {
            padding: 0; }
            #fx30 .history__body .chronology__body__slide .his-slide-item.is-story a:hover {
              opacity: 1; } }
  #fx30 .history__body .chronology__title-ad {
    color: #B7A16E;
    font-size: 3rem;
    background-color: #fff;
    border-radius: 100px;
    height: 64px;
    font-weight: 700;
    width: 260px;
    margin: 0 auto; }
    #fx30 .history__body .chronology__title-ad .ttl-main {
      font-family: "Noto Serif JP", serif;
      display: block;
      padding: 5px 0; }
      #fx30 .history__body .chronology__title-ad .ttl-main .era {
        font-size: 2.8rem; }
    #fx30 .history__body .chronology__title-ad .ttl-sub {
      font-size: 1.5rem;
      display: block; }
    @media screen and (max-width: 800px) {
      #fx30 .history__body .chronology__title-ad {
        color: #AD7900; } }
  #fx30 .history__body .chronology__item-wrap {
    position: relative; }
    #fx30 .history__body .chronology__item-wrap .image {
      width: 190px;
      position: absolute;
      top: -30px; }
    #fx30 .history__body .chronology__item-wrap .text .ad {
      line-height: 1;
      font-family: "Noto Serif JP", serif;
      font-weight: 700;
      font-size: 5rem;
      border-bottom: 3px #fff solid;
      height: 65px;
      position: relative; }
      #fx30 .history__body .chronology__item-wrap .text .ad::before {
        content: "";
        position: absolute;
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 30px;
        border: 3px #fff solid;
        background-color: #B7A16E;
        bottom: -15px; }
    #fx30 .history__body .chronology__item-wrap .text .more {
      width: 115px;
      display: block; }
      @media screen and (min-width: 801px) {
        #fx30 .history__body .chronology__item-wrap .text .more:hover {
          opacity: 0.7; } }
    #fx30 .history__body .chronology__item-wrap .text p {
      font-weight: 700;
      line-height: 1.4;
      margin: 8px 0 14px 0; }
      #fx30 .history__body .chronology__item-wrap .text p .txt-sub {
        font-weight: 400;
        font-size: 1.6rem; }
    #fx30 .history__body .chronology__item-wrap.is-resin {
      text-align: left; }
      #fx30 .history__body .chronology__item-wrap.is-resin .image {
        order: 1;
        right: 0; }
      #fx30 .history__body .chronology__item-wrap.is-resin .text {
        margin-right: 5px;
        order: 0; }
        #fx30 .history__body .chronology__item-wrap.is-resin .text .ad {
          padding: 0 0 0 30px; }
          #fx30 .history__body .chronology__item-wrap.is-resin .text .ad::before {
            left: -13.5px; }
        #fx30 .history__body .chronology__item-wrap.is-resin .text p {
          margin-left: 30px;
          padding-right: 180px; }
        #fx30 .history__body .chronology__item-wrap.is-resin .text .more {
          margin: 0 auto 0 30px; }
    #fx30 .history__body .chronology__item-wrap.is-furniture {
      text-align: right; }
      #fx30 .history__body .chronology__item-wrap.is-furniture .image {
        order: 0;
        left: 0; }
      #fx30 .history__body .chronology__item-wrap.is-furniture .text {
        order: 1;
        margin-left: 5px; }
        #fx30 .history__body .chronology__item-wrap.is-furniture .text .ad {
          padding: 0 30px 0 0; }
          #fx30 .history__body .chronology__item-wrap.is-furniture .text .ad::before {
            right: -13.5px; }
        #fx30 .history__body .chronology__item-wrap.is-furniture .text p {
          margin-right: 30px;
          padding-left: 180px; }
        #fx30 .history__body .chronology__item-wrap.is-furniture .text .more {
          margin: 0 30px 0 auto; }
    @media screen and (max-width: 800px) {
      #fx30 .history__body .chronology__item-wrap {
        height: 385px; }
        #fx30 .history__body .chronology__item-wrap .image {
          width: 260px;
          margin: 0 auto;
          top: auto;
          left: 0 !important;
          right: auto !important;
          bottom: -5px;
          pointer-events: none; }
        #fx30 .history__body .chronology__item-wrap .text .ad {
          border-bottom: none;
          height: auto;
          margin: 12px 0 10px 0; }
          #fx30 .history__body .chronology__item-wrap .text .ad::before {
            display: none; }
        #fx30 .history__body .chronology__item-wrap .text .more {
          position: relative;
          z-index: 1; }
        #fx30 .history__body .chronology__item-wrap .text p {
          font-size: 1.6rem;
          margin-bottom: 8px; }
          #fx30 .history__body .chronology__item-wrap .text p .txt-sub {
            font-size: 1.4rem; }
        #fx30 .history__body .chronology__item-wrap.is-resin .text {
          margin-right: 0; }
          #fx30 .history__body .chronology__item-wrap.is-resin .text .ad {
            padding: 0; }
          #fx30 .history__body .chronology__item-wrap.is-resin .text p {
            margin-left: 0;
            padding-right: 0; }
          #fx30 .history__body .chronology__item-wrap.is-resin .text .more {
            margin: 0 auto 0 0; }
        #fx30 .history__body .chronology__item-wrap.is-furniture {
          text-align: left; }
          #fx30 .history__body .chronology__item-wrap.is-furniture .text {
            margin-left: 0; }
            #fx30 .history__body .chronology__item-wrap.is-furniture .text .ad {
              padding: 0; }
            #fx30 .history__body .chronology__item-wrap.is-furniture .text p {
              margin-right: 0;
              padding-left: 0; }
            #fx30 .history__body .chronology__item-wrap.is-furniture .text .more {
              margin: 0 auto 0 0; } }
  #fx30 .history__body .chronology__item-history {
    width: calc(387px + 60px);
    padding: 30px; }
  #fx30 .history__body .chronology__item-none .text {
    border-bottom: 2px #fff solid;
    position: relative;
    display: inline-block; }
    #fx30 .history__body .chronology__item-none .text p {
      font-size: 2.1rem;
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 4px; }
    #fx30 .history__body .chronology__item-none .text::before {
      background-color: #B7A16E;
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      border-radius: 16px;
      border: 2px #fff solid;
      bottom: -10px; }
  #fx30 .history__body .chronology__item-none.is-resin {
    text-align: left; }
    #fx30 .history__body .chronology__item-none.is-resin .text {
      padding-left: 30px;
      margin-right: auto; }
      #fx30 .history__body .chronology__item-none.is-resin .text::before {
        left: -12px; }
  #fx30 .history__body .chronology__item-none.is-furniture {
    text-align: right; }
    #fx30 .history__body .chronology__item-none.is-furniture .text {
      padding-right: 30px;
      margin-left: auto; }
      #fx30 .history__body .chronology__item-none.is-furniture .text::before {
        right: -12px; }
  @media screen and (max-width: 800px) {
    #fx30 .history__body .chronology__item-none {
      width: 200px;
      height: 200px;
      background-color: #AD7900;
      border-radius: 200px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -100px;
      margin-left: -100px;
      display: flex;
      justify-content: center;
      align-items: center; }
      #fx30 .history__body .chronology__item-none .text {
        margin: 0 auto;
        border-bottom: none; }
        #fx30 .history__body .chronology__item-none .text p {
          margin-bottom: 4px; }
        #fx30 .history__body .chronology__item-none .text::before {
          display: none; }
      #fx30 .history__body .chronology__item-none.is-resin {
        text-align: center; }
        #fx30 .history__body .chronology__item-none.is-resin .text {
          padding-left: 0; }
      #fx30 .history__body .chronology__item-none.is-furniture {
        text-align: center; }
        #fx30 .history__body .chronology__item-none.is-furniture .text {
          padding-right: 0; } }
  #fx30 .history__modal {
    width: 800px;
    background-color: #fff;
    padding: 30px 70px 25px 70px;
    margin: 0 auto;
    color: #000;
    text-align: left; }
    #fx30 .history__modal__header {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      border-left: 5px solid;
      padding-left: 15px;
      margin-right: -20px;
      align-items: center; }
      #fx30 .history__modal__header .text {
        width: calc(505/660 * 100%); }
        #fx30 .history__modal__header .text .ttl {
          font-size: 2.8rem;
          line-height: 1.3;
          margin-bottom: 8px;
          margin-right: -35px; }
        #fx30 .history__modal__header .text p {
          font-size: 1.6rem; }
          #fx30 .history__modal__header .text p.is-mt-b {
            margin-top: 20px; }
      #fx30 .history__modal__header .image {
        width: calc(150/660 * 100%);
        margin: -30px 0 -25px 0; }
    #fx30 .history__modal__body {
      padding: 0 0 15px 0;
      margin-top: 30px; }
      #fx30 .history__modal__body .md-title {
        width: 120px;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 500;
        margin: 0 auto 10px auto;
        border-radius: 0 0 3px 3px;
        text-align: center;
        height: 24px;
        line-height: 24px; }
      #fx30 .history__modal__body .md-text-wrap {
        display: flex;
        justify-content: center; }
        #fx30 .history__modal__body .md-text-wrap .item {
          position: relative;
          text-align: center; }
          #fx30 .history__modal__body .md-text-wrap .item + .item {
            margin-left: 50px; }
            #fx30 .history__modal__body .md-text-wrap .item + .item.is-ml-b {
              margin-left: 30px; }
          #fx30 .history__modal__body .md-text-wrap .item .ad {
            position: absolute;
            top: 10px;
            left: -20px;
            width: 80px;
            height: 80px;
            font-weight: 700;
            line-height: 1.2;
            color: #fff;
            border-radius: 80px;
            padding-top: 18px; }
            #fx30 .history__modal__body .md-text-wrap .item .ad.is-pos-b {
              left: 0; }
            #fx30 .history__modal__body .md-text-wrap .item .ad-wa {
              font-size: 1.4rem;
              display: block;
              margin: 0 -1em; }
          #fx30 .history__modal__body .md-text-wrap .item .img {
            position: relative;
            width: 230px; }
            @media screen and (min-width: 801px) {
              #fx30 .history__modal__body .md-text-wrap .item .img.is-size-b {
                width: 420px; }
              #fx30 .history__modal__body .md-text-wrap .item .img.is-size-c {
                width: 300px; } }
            #fx30 .history__modal__body .md-text-wrap .item .img img {
              width: 100%;
              height: auto; }
          #fx30 .history__modal__body .md-text-wrap .item p {
            font-size: 1.5rem;
            margin: 5px auto 0 auto;
            display: inline-block;
            text-align: left; }
    #fx30 .history__modal.is-resin .history__modal__header {
      border-color: #006CC9; }
      #fx30 .history__modal.is-resin .history__modal__header .ttl {
        color: #006CC9; }
    #fx30 .history__modal.is-resin .history__modal__body {
      background-color: #EDF3F7; }
      #fx30 .history__modal.is-resin .history__modal__body .md-title, #fx30 .history__modal.is-resin .history__modal__body .ad {
        background-color: #006CC9; }
    #fx30 .history__modal.is-furniture .history__modal__header {
      border-color: #884427; }
      #fx30 .history__modal.is-furniture .history__modal__header .ttl {
        color: #884427; }
    #fx30 .history__modal.is-furniture .history__modal__body {
      background-color: #EDE3DE; }
      #fx30 .history__modal.is-furniture .history__modal__body .md-title, #fx30 .history__modal.is-furniture .history__modal__body .ad {
        background-color: #884427; }
    @media screen and (max-width: 800px) {
      #fx30 .history__modal {
        width: 100%;
        padding: 30px 20px 20px 20px;
        height: 100%;
        overflow-y: scroll; }
        #fx30 .history__modal__header {
          display: block;
          margin-right: 0; }
          #fx30 .history__modal__header .text {
            width: 100%; }
            #fx30 .history__modal__header .text .ttl {
              font-size: 2.4rem;
              margin-bottom: 20px;
              margin-right: 0; }
            #fx30 .history__modal__header .text p.is-mt-b {
              margin-top: 0; }
          #fx30 .history__modal__header .image {
            width: 150px;
            margin: 30px auto 0 auto; }
        #fx30 .history__modal__body {
          padding: 0 20px 20px 20px;
          margin-top: 40px; }
          #fx30 .history__modal__body .md-title {
            width: 110px;
            font-size: 1.4rem;
            margin: 0 auto; }
          #fx30 .history__modal__body .md-text-wrap {
            display: block; }
            #fx30 .history__modal__body .md-text-wrap .item + .item {
              margin-left: 0;
              margin-top: 30px; }
              #fx30 .history__modal__body .md-text-wrap .item + .item.is-ml-b {
                margin-left: 0; }
            #fx30 .history__modal__body .md-text-wrap .item .ad {
              left: -5px; }
              #fx30 .history__modal__body .md-text-wrap .item .ad.is-pos-b {
                left: -5px; }
            #fx30 .history__modal__body .md-text-wrap .item .img {
              margin-top: 20px;
              width: 100%;
              margin-right: auto;
              margin-left: auto; }
              #fx30 .history__modal__body .md-text-wrap .item .img img {
                width: 100%; }
            #fx30 .history__modal__body .md-text-wrap .item p {
              margin: 5px auto 0 auto;
              display: block; } }

#fx30 .js-scrollable .scroll-hint-icon {
  left: calc(50% - 79px);
  z-index: 1; }

#fx30 .js-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  transition: all 0.3s;
  z-index: 1000; }
  #fx30 .js-modal::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  #fx30 .js-modal.is-active {
    opacity: 1;
    visibility: visible; }
  #fx30 .js-modal-btn {
    cursor: pointer; }
  #fx30 .js-modal__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding: 10px 0; }
    @media screen and (max-width: 800px) {
      #fx30 .js-modal__inner {
        padding: 50px 30px 30px 30px;
        height: 100%; } }
  #fx30 .js-modal-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer; }
    #fx30 .js-modal-close-btn {
      display: none; }
      @media screen and (max-width: 800px) {
        #fx30 .js-modal-close-btn {
          display: block;
          width: 44px;
          height: 44px;
          position: absolute;
          top: 6px;
          right: 25px;
          cursor: pointer; } }
  #fx30 .js-modal-body {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
    @media screen and (max-width: 800px) {
      #fx30 .js-modal-body {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0); } }

#fx30 .cover {
  background-color: #F4F4F2;
  width: 100%;
  margin: 70px 0;
  padding: 70px 0 180px 0; }
  #fx30 .cover-title {
    position: relative; }
    #fx30 .cover-title .title {
      font-size: 4.5rem;
      font-weight: bold;
      color: #006CC9; }
      #fx30 .cover-title .title .num, #fx30 .cover-title .title .name {
        font-weight: bold; }
    #fx30 .cover-title .point-icon {
      width: 36.2%;
      position: absolute;
      top: 0;
      right: 64px;
      display: flex;
      justify-content: space-between; }
      #fx30 .cover-title .point-icon > li {
        width: 101px; }
    #fx30 .cover-title .text {
      width: 49%;
      display: flex;
      justify-content: space-between; }
      #fx30 .cover-title .text__note {
        margin-bottom: 15px; }
        #fx30 .cover-title .text__note p {
          font-size: 2rem;
          line-height: 1.4;
          margin-bottom: 15px; }
        #fx30 .cover-title .text__note .button {
          max-width: 290px; }
      #fx30 .cover-title .text__logo {
        width: 169px; }
  #fx30 .cover-item {
    margin-top: 44px; }
    #fx30 .cover-item > ul {
      display: flex;
      width: 100%;
      justify-content: space-between; }
      #fx30 .cover-item > ul > li {
        text-align: center;
        width: 29%; }
        #fx30 .cover-item > ul > li .text {
          font-size: 2rem;
          color: #006CC9; }
        #fx30 .cover-item > ul > li .button {
          width: 210px;
          margin: 15px auto; }
  @media screen and (max-width: 800px) {
    #fx30 .cover {
      margin: 50px 0 30px 0;
      padding: 35px 0 70px 0; }
      #fx30 .cover-title .title {
        font-size: 3.2rem;
        line-height: 1.2;
        margin: 10px 0; }
        #fx30 .cover-title .title .name {
          font-size: 2.3rem;
          display: block; }
      #fx30 .cover-title .point-icon {
        width: 100%;
        position: static; }
        #fx30 .cover-title .point-icon > li {
          width: 29.2%; }
      #fx30 .cover-title .button {
        max-width: 100%;
        margin-top: 20px; }
      #fx30 .cover-title .text {
        width: 100%;
        display: static;
        position: relative; }
        #fx30 .cover-title .text__note p {
          font-size: 1.9rem;
          margin: 0; }
        #fx30 .cover-title .text__logo {
          width: 128px;
          position: absolute;
          right: -5px;
          top: -78px; }
      #fx30 .cover-item {
        margin-top: 0; }
        #fx30 .cover-item > ul {
          display: block; }
          #fx30 .cover-item > ul > li {
            width: 100%;
            margin-top: 30px; } }

#fx30 .section {
  position: relative;
  margin: 185px 0 0 0;
  padding: 5px 0; }
  #fx30 .section-top, #fx30 .section-bottom {
    width: 100%;
    position: absolute;
    left: 0; }
    #fx30 .section-top img, #fx30 .section-bottom img {
      width: 100%;
      height: 130px; }
  #fx30 .section-top {
    top: -129px; }
  #fx30 .section-bottom {
    bottom: -129px; }
  #fx30 .section__title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #fx30 .section__title .text {
      width: 80%;
      order: 1; }
    #fx30 .section__title .image {
      width: 16.8%;
      order: 0; }
    #fx30 .section__title h3 {
      font-size: 4.2rem;
      font-weight: bold;
      margin-bottom: 10px; }
    #fx30 .section__title p {
      font-size: 2rem; }
  #fx30 .section__body h4 {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 20px; }
    #fx30 .section__body h4 span {
      color: #000;
      font-size: 2.2rem;
      display: block;
      margin: 15px 0;
      font-weight: 500; }
    #fx30 .section__body h4 .is-annotation {
      font-size: 1.6rem; }
  #fx30 .section__body .blk01, #fx30 .section__body .blk02, #fx30 .section__body .blk03 {
    margin-top: 70px; }
  #fx30 .section__body p {
    margin: 10px 0 0 0; }
  #fx30 .section__body .image {
    margin: 15px 0 0 0; }
  #fx30 .section__body .strong {
    font-weight: 500;
    font-size: 2.4rem; }
  #fx30 .section.is-ijyou {
    background-color: #E5EBFF; }
    #fx30 .section.is-ijyou h3, #fx30 .section.is-ijyou h4 {
      color: #006CC9; }
    #fx30 .section.is-ijyou .blk01 {
      width: 42.1%; }
    #fx30 .section.is-ijyou .blk02 {
      width: 52%; }
      #fx30 .section.is-ijyou .blk02 > ul > li + li {
        margin-top: 30px; }
      #fx30 .section.is-ijyou .blk02 > ul > li .flex__item {
        width: calc(240/520 * 100%); }
  #fx30 .section.is-haisetsu {
    background-color: #E9E2DD; }
    #fx30 .section.is-haisetsu h3, #fx30 .section.is-haisetsu h4 {
      color: #884427; }
    #fx30 .section.is-haisetsu .blk01 {
      display: flex;
      justify-content: space-between; }
      #fx30 .section.is-haisetsu .blk01 .text {
        width: 49%; }
      #fx30 .section.is-haisetsu .blk01 .image {
        width: 46%; }
    #fx30 .section.is-haisetsu .blk02 {
      margin-top: 10px; }
      #fx30 .section.is-haisetsu .blk02 .list {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        #fx30 .section.is-haisetsu .blk02 .list > li:first-child {
          width: 56%; }
          #fx30 .section.is-haisetsu .blk02 .list > li:first-child .flex__item:first-child {
            width: calc(360/560 * 100%); }
          #fx30 .section.is-haisetsu .blk02 .list > li:first-child .flex__item:last-child {
            width: calc(170/560 * 100%); }
        #fx30 .section.is-haisetsu .blk02 .list > li:last-child {
          width: 39%; }
          #fx30 .section.is-haisetsu .blk02 .list > li:last-child .text {
            width: calc(182/390 * 100%); }
          #fx30 .section.is-haisetsu .blk02 .list > li:last-child .image {
            width: calc(200/390 * 100%); }
          #fx30 .section.is-haisetsu .blk02 .list > li:last-child .flex + .flex {
            margin-top: 20px; }
    #fx30 .section.is-haisetsu .blk03 .flex__item:first-child {
      width: 29%; }
    #fx30 .section.is-haisetsu .blk03 .flex__item:nth-child(2) {
      width: 30%; }
    #fx30 .section.is-haisetsu .blk03 .flex__item:last-child {
      width: 34.6%; }
      #fx30 .section.is-haisetsu .blk03 .flex__item:last-child p {
        margin: 0; }
  #fx30 .section.is-kataduke {
    background-color: #E6E9DD; }
    #fx30 .section.is-kataduke h3, #fx30 .section.is-kataduke h4 {
      color: #668827; }
    #fx30 .section.is-kataduke .blk01 {
      display: flex;
      justify-content: space-between; }
      #fx30 .section.is-kataduke .blk01 .text {
        width: 62.3%; }
        #fx30 .section.is-kataduke .blk01 .text p {
          margin: 30px 0 0 0; }
      #fx30 .section.is-kataduke .blk01 .image {
        width: 35.6%; }
    #fx30 .section.is-kataduke .blk03 .image {
      margin-top: 0; }
    #fx30 .section.is-kataduke .blk03 .flex__item:first-child {
      width: 35.7%;
      text-align: center; }
    #fx30 .section.is-kataduke .blk03 .flex__item:last-child {
      width: 61%;
      display: flex;
      justify-content: space-between;
      align-self: flex-start;
      align-items: center; }
      #fx30 .section.is-kataduke .blk03 .flex__item:last-child .image {
        width: calc(357/610 * 100%);
        order: 0; }
      #fx30 .section.is-kataduke .blk03 .flex__item:last-child .text {
        width: calc(220/610 * 100%);
        order: 1; }
  @media screen and (max-width: 800px) {
    #fx30 .section {
      margin-top: 80px;
      padding: 15px 0; }
      #fx30 .section-top img, #fx30 .section-bottom img {
        width: 100%;
        height: 50px; }
      #fx30 .section-top {
        top: -50px; }
      #fx30 .section-bottom {
        bottom: -50px; }
      #fx30 .section__title {
        align-items: flex-start; }
        #fx30 .section__title .text {
          width: calc(195/300 * 100%); }
        #fx30 .section__title .image {
          width: calc(86/300 * 100%); }
        #fx30 .section__title h3 {
          width: calc(100% + 22px);
          font-size: 3rem; }
        #fx30 .section__title p {
          width: calc(100% + 22px);
          font-size: 1.8rem; }
      #fx30 .section__body h4 {
        font-size: 2.8rem;
        margin-bottom: 10px; }
        #fx30 .section__body h4 span {
          font-size: 1.8rem;
          margin: 10px 0; }
      #fx30 .section__body .strong {
        font-size: 1.8rem; }
      #fx30 .section__body .blk01, #fx30 .section__body .blk02, #fx30 .section__body .blk03 {
        margin-top: 40px; }
      #fx30 .section__body .image {
        margin-top: 10px; }
      #fx30 .section.is-ijyou .blk01 {
        width: 100%; }
      #fx30 .section.is-ijyou .blk02 {
        width: 100%; }
        #fx30 .section.is-ijyou .blk02 > ul > li .flex {
          display: block; }
          #fx30 .section.is-ijyou .blk02 > ul > li .flex__item {
            width: 100%; }
        #fx30 .section.is-ijyou .blk02 > ul > li:first-child .flex__item + .flex__item {
          margin-top: 20px; }
      #fx30 .section.is-haisetsu .blk01 {
        display: block; }
        #fx30 .section.is-haisetsu .blk01 .text {
          width: 100%; }
        #fx30 .section.is-haisetsu .blk01 .image {
          width: 100%; }
      #fx30 .section.is-haisetsu .blk02 {
        margin-top: 30px; }
        #fx30 .section.is-haisetsu .blk02 .icon-cover {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
          #fx30 .section.is-haisetsu .blk02 .icon-cover span:first-child {
            width: calc(160/300 * 100%); }
          #fx30 .section.is-haisetsu .blk02 .icon-cover span:nth-child(2) {
            margin: 0;
            font-size: 2.2rem; }
          #fx30 .section.is-haisetsu .blk02 .icon-cover span:last-child {
            width: calc(100/300 * 100%); }
        #fx30 .section.is-haisetsu .blk02 .list {
          width: 100%;
          display: block; }
          #fx30 .section.is-haisetsu .blk02 .list > li + li {
            margin-top: 40px; }
          #fx30 .section.is-haisetsu .blk02 .list > li:first-child {
            width: 100%; }
            #fx30 .section.is-haisetsu .blk02 .list > li:first-child .flex__item:first-child {
              width: 100%; }
            #fx30 .section.is-haisetsu .blk02 .list > li:first-child .flex__item:last-child {
              width: 100%;
              display: flex;
              justify-content: space-between;
              margin-top: 20px; }
              #fx30 .section.is-haisetsu .blk02 .list > li:first-child .flex__item:last-child p {
                width: calc(145/300 * 100%); }
              #fx30 .section.is-haisetsu .blk02 .list > li:first-child .flex__item:last-child .image {
                width: calc(145/300 * 100%); }
          #fx30 .section.is-haisetsu .blk02 .list > li:last-child {
            width: 100%; }
            #fx30 .section.is-haisetsu .blk02 .list > li:last-child .text {
              width: 100%; }
            #fx30 .section.is-haisetsu .blk02 .list > li:last-child .image {
              width: 100%; }
            #fx30 .section.is-haisetsu .blk02 .list > li:last-child .flex + .flex {
              margin-top: 10px; }
      #fx30 .section.is-haisetsu .blk03 .flex__item:first-child {
        width: 100%; }
      #fx30 .section.is-haisetsu .blk03 .flex__item:nth-child(2) {
        width: 100%;
        margin: 10px 0 20px 0; }
      #fx30 .section.is-haisetsu .blk03 .flex__item:last-child {
        width: 100%;
        margin-top: 0; }
        #fx30 .section.is-haisetsu .blk03 .flex__item:last-child p {
          margin: 0 0 10px 0; }
      #fx30 .section.is-kataduke .blk01 {
        display: block; }
        #fx30 .section.is-kataduke .blk01 .text {
          width: 100%; }
          #fx30 .section.is-kataduke .blk01 .text p {
            margin: 10px 0 0 0; }
            #fx30 .section.is-kataduke .blk01 .text p.flow {
              width: 74.3%;
              margin: 30px auto; }
        #fx30 .section.is-kataduke .blk01 .image {
          width: 100%; }
      #fx30 .section.is-kataduke .blk03 .flex__item:first-child {
        width: 100%; }
      #fx30 .section.is-kataduke .blk03 .flex__item:last-child {
        width: 100%;
        display: block;
        margin-top: 20px; }
        #fx30 .section.is-kataduke .blk03 .flex__item:last-child .image {
          width: 100%;
          margin-top: 0; }
        #fx30 .section.is-kataduke .blk03 .flex__item:last-child .text {
          width: 100%; } }

#fx30 .aside {
  background-color: #E6EEF4;
  max-width: 1000px;
  margin: 80px auto;
  position: relative; }
  #fx30 .aside__inner {
    padding: 100px 125px; }
    #fx30 .aside__inner .text {
      max-width: 470px; }
      #fx30 .aside__inner .text p {
        margin-top: 26px;
        font-size: 2.2rem; }
    #fx30 .aside__inner .image {
      width: 22.1%;
      position: absolute;
      top: 40px;
      right: 148px; }
  @media screen and (max-width: 800px) {
    #fx30 .aside {
      margin: 30px auto; }
      #fx30 .aside__inner {
        padding: 30px 38px 12px 38px; }
        #fx30 .aside__inner .text {
          max-width: none; }
          #fx30 .aside__inner .text p {
            font-size: 1.8rem;
            margin-top: 16px; }
        #fx30 .aside__inner .image {
          width: 203px;
          margin: 15px auto 0 auto;
          position: static; } }


/*- special -*/
#special .btnBlock {
  width: 911px;
  margin: 0 auto 60px; }

#special .contBox_btn {
  display: inline-block; }

#special .contBox_btn a {
  width: 300px;
  border-radius: 22.5px;
  background-color: #000;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding: 10.5px 0;
  display: block;
  text-align: center;
  background-color: #ff7900; }

#special .contBox_btn span {
  color: #fff;
  position: relative;
  padding-left: 11px;
  display: inline-block;
  margin: 0 auto; }

#special .contBox_btn span::after {
  content: '';
  background: url(../img/top/ico_arrow_white.png) no-repeat center;
  width: 6px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: contain; }

.underLayer .searchBox .form #reset01 span {
  display: inline-block;
  padding: 14px 0 0;
  width: 100%;
  text-align: center; }

@media screen and (max-width: 640px) {
  .underLayer .searchBox .form #reset01 span {
    padding: 11px 0 0; }
  #special .contBox_btn {
    text-align: center;
    display: block;
    margin: 0 auto 10px; }
  #special .contBox_btn a {
    margin: 0 auto; }
  #special .btnBlock {
    margin: 30px auto;
    width: 100%; } }


/* #######################################################
add2411_fx30.css
####################################################### */
@media only screen and (min-width: 1280px) {
  .bigPcH {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 800px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 801px) and (max-width: 1023px) {
  .tabAlignL {
    text-align: left;
  }
  .tabAlignC {
    text-align: center;
  }
  .tabAlignR {
    text-align: right;
  }
}
@media only screen and (max-width: 800px) {
  .spAlignL {
    text-align: left;
  }
  .spAlignC {
    text-align: center;
  }
  .spAlignR {
    text-align: right;
  }
}
.accordionWrap.active .accordionBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (hover: hover) {
  .accordionWrap.active .accordionBtn:hover::after {
    top: 50%;
  }
}
.accordionWrap .accordionBtn {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 30px 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (hover: hover) {
  .accordionWrap .accordionBtn:hover * {
    opacity: 0.8;
  }
  .accordionWrap .accordionBtn:hover::after {
    top: 55%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  .accordionWrap .accordionBtn {
    gap: 2.0833333333vw;
    padding: 3.90625vw 5.2083333333vw 3.90625vw 3.90625vw;
  }
}
@media only screen and (max-width: 800px) {
  .accordionWrap .accordionBtn {
    padding: 5.3333333333vw 12vw 5.3333333333vw 0;
    gap: 4.2666666667vw;
  }
}
.accordionWrap .accordionBtn * {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.accordionWrap .accordionBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  .accordionWrap .accordionBtn::after {
    right: 2.6041666667vw;
    width: 0.9114583333vw;
    height: 0.9114583333vw;
  }
}
@media only screen and (max-width: 800px) {
  .accordionWrap .accordionBtn::after {
    right: 5.3333333333vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.accordionWrap .accordionContent {
  display: block;
}

@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 .inner {
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#fx30 .mv__inner {
  padding-top: 70px;
}
@media only screen and (max-width: 800px) {
  #fx30 .mv__inner {
    padding-top: 0;
  }
}
#fx30 .mv-title {
  position: relative;
  height: 520px;
}
@media only screen and (max-width: 800px) {
  #fx30 .mv-title {
    position: initial;
    height: auto;
  }
}
#fx30 .mv-title h2 {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 800px) {
  #fx30 .mv-title h2 {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
#fx30 .mv-title .flex {
  margin-top: 0;
}
@media only screen and (max-width: 800px) {
  #fx30 .mv-title .flex {
    margin: 95px 0 130px 0;
  }
}
#fx30 .cover {
  margin-top: 0;
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 .cover-title .text {
    width: 100%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 .cover-title .point-icon {
    position: static;
    gap: 2.6041666667vw;
  }
}
#fx30 .cover-item > ul {
  gap: 40px;
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 .cover-item > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-content: center;
    place-items: center;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 .cover-item > ul > li {
    width: 100%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 .cover-item > ul > li .image {
    margin: 0 auto;
    width: 70%;
  }
}
@media only screen and (max-width: 800px) {
  #fx30 .cover-item > ul > li .image {
    margin: 0 auto;
    width: min(100%, 500px);
  }
}
#fx30 .cover-item > ul > li .text {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1023px) {
  #fx30 .cover-item > ul > li .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  #fx30 .cover-item > ul > li .button {
    width: 100%;
  }
}
#fx30 .cover-item > ul > li .button .btn-lp {
  height: 60px;
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 .cover-item > ul > li .button .btn-lp {
    margin: 0 auto;
    width: 80%;
  }
}
@media only screen and (max-width: 800px) {
  #fx30 .cover-item > ul > li .button .btn-lp {
    margin: 0 auto;
    width: min(100%, 500px);
    height: 50px;
  }
}
#fx30 .cpBanner {
  display: block;
  width: 100%;
  margin: 70px auto 0 auto;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#fx30 .cpBanner img {
  display: block;
  width: 100%;
  height: auto;
}
#fx30 .about-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 70px 0;
  padding-top: 70px;
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 .about-movie {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
@media only screen and (max-width: 800px) {
  #fx30 .about-movie {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 70px !important;
  }
}
#fx30 .about-movie .about-movie-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
}
#fx30 .about-movie .about-movie-item .movieTitle {
  font-size: 20px;
}
#fx30 .about-movie .about-movie-item .about-movie-wrap {
  margin: 0;
  width: 100%;
}
#fx30 .about-movie .about-movie-item .about-movie-wrap iframe {
  position: initial;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 800px) {
  #fx30 .is-ijyou .inner,
  #fx30 .is-haisetsu .inner,
  #fx30 .is-kataduke .inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 .is-ijyou .inner .section__title,
  #fx30 .is-haisetsu .inner .section__title,
  #fx30 .is-kataduke .inner .section__title {
    padding-left: 0;
  }
}
@media only screen and (max-width: 800px) {
  #fx30 .is-ijyou .inner .section__title,
  #fx30 .is-haisetsu .inner .section__title,
  #fx30 .is-kataduke .inner .section__title {
    padding-right: 8vw;
  }
}
#fx30 .is-ijyou .inner .section__title::after,
#fx30 .is-haisetsu .inner .section__title::after,
#fx30 .is-kataduke .inner .section__title::after {
  width: 15px;
  height: 15px;
  border-width: 5px;
}
@media only screen and (max-width: 800px) {
  #fx30 .is-ijyou .inner .section__title::after,
  #fx30 .is-haisetsu .inner .section__title::after,
  #fx30 .is-kataduke .inner .section__title::after {
    top: 11.2vw;
    right: 1.3333333333vw;
    width: min(2.6666666667vw, 15px);
    height: min(2.6666666667vw, 15px);
    border-width: min(1.0666666667vw, 5px);
  }
}
@media only screen and (max-width: 800px) {
  #fx30 .is-ijyou .inner .section__title .image,
  #fx30 .is-haisetsu .inner .section__title .image,
  #fx30 .is-kataduke .inner .section__title .image {
    width: 20%;
  }
}
@media only screen and (max-width: 800px) {
  #fx30 .is-ijyou .inner .section__title .text,
  #fx30 .is-haisetsu .inner .section__title .text,
  #fx30 .is-kataduke .inner .section__title .text {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 800px) {
  #fx30 .is-ijyou .inner .section__title .text h3,
  #fx30 .is-ijyou .inner .section__title .text p,
  #fx30 .is-haisetsu .inner .section__title .text h3,
  #fx30 .is-haisetsu .inner .section__title .text p,
  #fx30 .is-kataduke .inner .section__title .text h3,
  #fx30 .is-kataduke .inner .section__title .text p {
    width: auto;
  }
}
#fx30 .is-ijyou .inner .section__title::after {
  border-color: #006cc9;
}
#fx30 .is-haisetsu .inner .section__title::after {
  border-color: #884427;
}
#fx30 .is-kataduke .inner .section__title::after {
  border-color: #668827;
}
#fx30 #instruction .linkTextWrap {
  display: grid;
  grid-template-columns: 1fr;
  background: rgba(255, 255, 255, 0.5);
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 #instruction .linkTextWrap {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 800px) {
  #fx30 #instruction .linkTextWrap {
    padding: 40px 20px;
  }
}
#fx30 #instruction .linkTextWrap .linkWrap {
  display: grid;
  gap: 30px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  #fx30 #instruction .linkTextWrap .linkWrap {
    padding-bottom: 40px;
  }
}
#fx30 #instruction .linkTextWrap .linkWrap:not(:first-child) {
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 800px) {
  #fx30 #instruction .linkTextWrap .linkWrap:not(:first-child) {
    padding-top: 40px;
  }
}
#fx30 #instruction .linkTextWrap .linkWrap:last-child {
  padding-bottom: 0;
}
#fx30 #instruction .linkTextWrap .linkWrap .text {
  font-size: 2.5rem;
}
@media only screen and (max-width: 800px) {
  #fx30 #instruction .linkTextWrap .linkWrap .text {
    font-size: 2.3rem;
  }
}
#fx30 #instruction .linkTextWrap .linkWrap .buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 800px) {
  #fx30 #instruction .linkTextWrap .linkWrap .buttonWrap {
    -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;
  }
}
#fx30 #instruction .linkTextWrap .linkWrap .buttonWrap .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  width: 35%;
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 #instruction .linkTextWrap .linkWrap .buttonWrap .button {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  #fx30 #instruction .linkTextWrap .linkWrap .buttonWrap .button {
    width: 100%;
    max-width: 500px;
  }
}
#fx30 #instruction .linkTextWrap .linkWrap .buttonWrap .button a {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 17px;
}
@media only screen and (max-width: 800px) {
  #fx30 #instruction .linkTextWrap .linkWrap .buttonWrap .button a {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
#fx30 #instruction .btnList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 70px;
}
@media only screen and (max-width: 800px) {
  #fx30 #instruction .btnList {
    grid-template-columns: 1fr;
    place-items: center;
  }
}
#fx30 #instruction .btnList .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 #instruction .btnList .button {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  #fx30 #instruction .btnList .button {
    width: 100%;
    max-width: 500px;
  }
}
#fx30 #instruction .btnList .button a {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 17px;
}
@media only screen and (max-width: 800px) {
  #fx30 #instruction .btnList .button a {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 800px) {
  #fx30 #historyAccordion {
    margin-top: 60px;
  }
}
#fx30 #historyAccordion .accordionBtn {
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 #historyAccordion .accordionBtn {
    width: calc(100% - 80px);
    padding: 3.90625vw 5.2083333333vw 3.90625vw 0;
  }
}
@media only screen and (max-width: 800px) {
  #fx30 #historyAccordion .accordionBtn {
    width: calc(100% - 76px);
    padding: 5.3333333333vw 12vw 5.3333333333vw 0;
    gap: 4.2666666667vw;
  }
}
#fx30 #historyAccordion .accordionBtn::after {
  border-width: 4px;
}
@media only screen and (max-width: 800px) {
  #fx30 #historyAccordion .accordionBtn .text {
    width: auto;
  }
}
@media only screen and (max-width: 800px) {
  #fx30 #historyAccordion .accordionBtn .text h3,
  #fx30 #historyAccordion .accordionBtn .text p {
    width: auto;
  }
}
#fx30 #historyAccordion .accordionContent {
  display: none;
  margin-top: 40px;
}
#fx30 #historyAccordion .accordionContent .about {
  margin-top: 0;
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
  #fx30 #historyAccordion .accordionContent .about {
    gap: 30px;
    width: 100%;
  }
  #fx30 #historyAccordion .accordionContent .about .image {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #fx30 #historyAccordion .accordionContent .about .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  #fx30 #historyAccordion .accordionContent .about .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#fx30 .aside {
  margin-top: 60px;
}