@charset "utf-8";

/*___________スマホ用CSS_____________*/
@media print, screen and (max-width: 767px) {
  /*ウィンドウ幅が最大767pxまでの場合に適用*/

  body,
  html {
    overflow-x: hidden;
  }

  body {
    background-color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img {
    vertical-align: bottom;
    height: auto;
  }
  a img {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
  }
  a img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
  }

  #content_wrapper {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  #content_wrapper img {
    width: 100%;
    height: auto;
  }

  /*FV*/
  #fv {
    position: relative;
    width: 100%;
    background-color: #fe6276;
    animation: bgColorChange 16s ease-in-out infinite;
    aspect-ratio: 375 / 640;
  }

  /* FV scroll_bg replacement */
  #fv .scroll_bg {
    position: absolute;
    top: auto;
    bottom: 4%;
    left: 0;
    width: 200%; /* 2倍にしてループ余白を防ぐ */
    height: 50px;
    background-image: url("../img/scroll_txt_thin.svg");
    background-repeat: repeat-x;
    background-size: auto 100%; /* 高さ基準で拡大縮小 */
    background-position: 0 center;
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;

    animation: scrollBgLoop 7s linear infinite;
  }

  @keyframes scrollBgLoop {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  @keyframes bgColorChange {
    0% {
      background-color: #fe6276;
    }
    50% {
      background-color: #eccd00;
    }
    100% {
      background-color: #fe6276;
    }
  }

  #fv .logo {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30%;
    z-index: 1;
  }
  #fv .fv_copy {
    position: absolute;
    bottom: 18.3%;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  #fv .fv_photo_slider {
    width: 100%;
  }
  #fv .fv_photo_slider li img {
    width: 100%;
  }

  #fv .fv_slider_wrap {
    position: relative;
    width: 100%;
  }

  #fv .fv_photo_slider {
    position: relative;
    z-index: 1;
  }

  #fv .fv_filter_sp {
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0; と同義 */
    width: 100%;
    height: 100%;
    object-fit: cover;

    z-index: 2; /* スライダーより上 */
    pointer-events: none; /* クリック阻害しない */
  }

  /* indexmenu video */
  #indexmenu {
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
  }
  #indexmenu .indexmenu_line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 75px;
    width: 1px;
    background-color: #fe6276;
  }

  #indexmenu .indexmenu_wrap {
    display: block;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 8% 0;
    align-items: flex-start;
  }

  #indexmenu .video_wrap {
    position: relative;
    width: 80%;
    max-width: none;
    margin: 0 10%;
    aspect-ratio: 373 / 660;
    overflow: hidden;

    /* ★ マスク画像を適用（Safari / Chrome 両対応） */
    -webkit-mask-image: url("../img/movie_mask.png");
    mask-image: url("../img/movie_mask.png");

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;
  }

  #indexmenu .video_wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover; /* マスクいっぱいに動画をフィット */
  }

  #indexmenu .index_wrap {
    width: 92%;
    margin: 0 4%;
    white-space: nowrap;
  }

  #indexmenu .indexmenu_txt {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fe6276;
    margin-top: 25%;
    line-height: 2em;
  }
  #indexmenu .indexmenu_title {
    width: 100%;
    margin-top: 14.8%;
    line-height: 2em;
  }
  #indexmenu .index_menu_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6%;
    margin-bottom: 7.5%;
  }
  #indexmenu .index_menu_wrap li {
    width: 31%;
    list-style: none;
  }
  #indexmenu .index_menu_wrap li img {
    width: 100%;
  }

  /*Side Menu*/
  #float_menu {
    display: none;
  }

  /* 表示用クラス */
  #float_menu.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
  #float_menu::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;

    background-image: url(../img/side_menu01_r.png), url(../img/side_menu02_r.png), url(../img/side_menu03_r.png);
  }
  #float_menu li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #float_menu li.menu01 {
    width: 92px;
    height: 120px;
    background-image: url(../img/side_menu01.png);
    background-size: cover;
    margin-bottom: 3px;
  }
  #float_menu li.menu01:hover {
    width: 92px;
    height: 120px;
    background-image: url(../img/side_menu01_r.png);
    background-size: cover;
    margin-bottom: 3px;
  }

  #float_menu li.menu02 {
    width: 92px;
    height: 120px;
    background-image: url(../img/side_menu02.png);
    background-size: cover;
    margin-bottom: 3px;
  }
  #float_menu li.menu02:hover {
    width: 92px;
    height: 120px;
    background-image: url(../img/side_menu02_r.png);
    background-size: cover;
    margin-bottom: 3px;
  }

  #float_menu li.menu03 {
    width: 92px;
    height: 120px;
    background-image: url(../img/side_menu03.png);
    background-size: cover;
  }
  #float_menu li.menu03:hover {
    width: 92px;
    height: 120px;
    background-image: url(../img/side_menu03_r.png);
    background-size: cover;
    margin-bottom: 3px;
  }

  /*ITEM01*/
  #item01 {
    position: relative;
    background-color: #fe6276;
    aspect-ratio: 375 / 918 !important;
    width: 100%;
    height: auto;
    background-image: url(../img/item01_bg_sp.png);
    background-size: 100% auto;
    background-position: top center;
    animation: bgColorChange 16s ease-in-out infinite;
    overflow: hidden;
  }

  #item01 .scroll_bg_item {
    position: absolute;
    top: 21%;
    left: 0;
    width: 200%;
    height: 10%;
    background-image: url("../img/scroll_txt.svg");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: 0 center;
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;

    animation: scrollLoop2 6s linear infinite;
  }

  @keyframes scrollLoop2 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  #item01 .item01_inner {
    max-width: none;
    width: 100%;
    height: auto;
    min-width: auto;
    margin: 65% 0 0;
    padding: 0;
  }
  #item01 .item01_inner .item01_anysis {
    position: absolute;
    top: 3.8%;
    left: 0;
    width: 70%;
    margin: 0 15%;
  }
  #item01 .item01_midashi_wrap {
    display: block;
    justify-content: normal;
    flex-wrap: wrap;
    margin: 0;
  }
  #item01 .item01_midashi_wrap li:first-child {
    display: block;
    width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    margin: 0;
  }
  #item01 .item01_midashi_wrap li:first-child img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  #item01 .item01_midashi_wrap li:last-child {
    display: block;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
  }
  #item01 .item01_midashi_wrap li:last-child .item01_midashi {
    width: 86%;
    margin: 4% 7%;
  }
  #item01 .item01_midashi_wrap li:last-child .txt {
    position: relative;
    width: 86%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.8em;
    white-space: normal;
    margin: 3% 7%;
  }

  #item01 .item01_main_photo_sp {
    width: 100%;
  }

  #item01 .item01_midashi_wrap li:last-child .txt .double_quote_l {
    position: absolute;
    top: -30px;
    left: 0;
    width: 37px;
  }
  #item01 .item01_midashi_wrap li:last-child .txt .double_quote_r {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 37px;
  }

  /*ITEM01 content*/
  #item01_content {
    background: none;
  }
  #item01_content #item01_1,
  #item01_content #item01_2,
  #item01_content #item01_3 {
    position: relative;
    max-width: none;
    min-width: auto;
    width: 100%;
    margin: 0 auto;
  }

  #item01_content #item01_1 .item01_1_photo {
    width: 100%;
    margin: 5% 0 0;
  }
  #item01_content #item01_1 .item01_1 {
    position: absolute;
    top: 1.7%;
    left: 7%;
    width: 83%;
  }
  #item01_content #item01_1 .copy_txt {
    position: absolute;
    top: 35.6%;
    left: 10%;
    width: 85%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: left;
  }

  #item01_content #item01_1 .size-table {
    position: relative;
    bottom: auto;
    right: auto;
    width: 86%;
    margin: 10% 7%;
    border-collapse: collapse;
  }
  #item01_content #item01_1 .size-table th {
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 500;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  #item01_content #item01_1 .size-table th span {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
  }
  #item01_content #item01_1 .size-table td {
    width: 23%;
    height: 30px;
    padding: 7px 2px;
  }
  #item01_content #item01_1 .size-table td a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fe6277;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    border-radius: 4px;
  }
  #item01_content #item01_1 .size-table td a:hover {
    opacity: 0.7;
  }
  #item01_content #item01_1 .size-table th.other {
    padding: 17px 0 0 0;
    font-size: 12px;
    font-weight: 500;
  }
  #item01_content #item01_1 .size-table th.other a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
  }

  #item01_content #item01_2 .item01_2_photo {
    width: 100%;
    margin: 20% 0 0;
  }
  #item01_content #item01_2 .item01_2 {
    position: absolute;
    top: 1.9%;
    left: 7%;
    width: 83%;
  }
  #item01_content #item01_2 .copy_txt {
    position: absolute;
    top: 35.8%;
    left: 10%;
    width: 85%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: left;
  }

  #item01_content #item01_2 .size-table {
    position: relative;
    top: auto;
    left: auto;
    width: 86%;
    margin: 10% 7%;
    border-collapse: collapse;
  }
  #item01_content #item01_2 .size-table th {
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 500;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  #item01_content #item01_2 .size-table th span {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
  }
  #item01_content #item01_2 .size-table td {
    width: 23%;
    height: 30px;
    padding: 7px 2px;
  }
  #item01_content #item01_2 .size-table td a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c6be97;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    border-radius: 4px;
  }
  #item01_content #item01_2 .size-table td a:hover {
    opacity: 0.7;
  }
  #item01_content #item01_2 .size-table th.other {
    padding: 17px 0 0 0;
    font-size: 12px;
    font-weight: 500;
  }
  #item01_content #item01_2 .size-table th.other a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
  }

  #item01_content #item01_3 .item01_3_photo {
    width: 100%;
    margin: 20% 0 0%;
  }
  #item01_content #item01_3 .item01_3 {
    position: absolute;
    top: 0;
    left: 10%;
    width: 78%;
  }
  #item01_content #item01_3 .copy_txt {
    position: absolute;
    top: 44.2%;
    bottom: auto;
    left: 10%;
    width: 85%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: left;
  }
  #item01_content #item01_3 .size-table {
    position: relative;
    bottom: auto;
    right: auto;
    width: 86%;
    margin: 8% 7% 13%;
    border-collapse: collapse;
  }
  #item01_content #item01_3 .size-table th {
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 500;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  #item01_content #item01_3 .size-table th span {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
  }
  #item01_content #item01_3 .size-table td {
    width: 23%;
    height: 30px;
    padding: 7px 2px;
  }
  #item01_content #item01_3 .size-table td a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #2d3476;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    border-radius: 4px;
  }
  #item01_content #item01_3 .size-table td a:hover {
    opacity: 0.7;
  }
  #item01_content #item01_3 .size-table th.other {
    padding: 17px 0 0 0;
    font-size: 12px;
    font-weight: 500;
  }
  #item01_content #item01_3 .size-table th.other a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
  }

  /*ITEM02*/
  #item02 {
    position: relative;
    background-color: #fe6276;
    aspect-ratio: 375 / 789 !important;
    width: 100%;
    height: auto;
    background-image: url(../img/item02_bg_sp.png);
    background-size: 100% auto;
    background-position: top center;
    animation: bgColorChange 16s ease-in-out infinite;
    overflow: hidden;
  }

  #item02 .scroll_bg_item {
    position: absolute;
    top: 7%;
    left: 0;
    width: 200%;
    height: 12%;

    background-image: url("../img/scroll_txt.svg");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: 0 center;

    opacity: 0.8;
    pointer-events: none;
    z-index: 0;

    animation: scrollLoop2 6s linear infinite;
  }

  #item02 .item02_inner {
    max-width: none;
    width: 100%;
    height: auto;
    min-width: auto;
    margin: 30% 0 0;
    padding: 0;
  }
  #item02 .item02_midashi_wrap {
    display: block;
    justify-content: normal;
    flex-wrap: wrap;
    margin: 0;
  }
  #item02 .item02_midashi_wrap li:first-child {
    display: block;
    width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    margin: 0;
  }
  #item02 .item02_midashi_wrap li:first-child img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  #item02 .item02_midashi_wrap li:last-child {
    display: block;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
  }
  #item02 .item02_midashi_wrap li:last-child .item02_midashi {
    width: 86%;
    margin: 4% 7%;
  }
  #item02 .item02_midashi_wrap li:last-child .txt {
    position: relative;
    width: 86%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.8em;
    white-space: normal;
    margin: 3% 7%;
  }
  #item02 .item02_midashi_wrap li:last-child .txt .double_quote_l {
    position: absolute;
    top: -30px;
    left: 5px;
    width: 37px;
  }
  #item02 .item02_midashi_wrap li:last-child .txt .double_quote_r {
    position: absolute;
    bottom: -15px;
    right: 5px;
    width: 37px;
  }
  #item02 .item02_main_photo_sp {
    width: 100%;
  }

  /*ITEM02 content*/
  #item02_content {
    background: none;
  }
  #item02_content #item02_1,
  #item02_content #item02_2,
  #item02_content #item02_3 {
    position: relative;
    max-width: none;
    min-width: auto;
    width: 100%;
    margin: 0 auto;
  }

  #item02_content #item02_1 .item02_1_photo {
    width: 100%;
    margin: 128px 0 0;
  }
  #item02_content #item02_1 .item02_1 {
    position: absolute;
    top: 2.4%;
    left: 7%;
    width: 85%;
  }
  #item02_content #item02_1 .copy_txt {
    position: absolute;
    top: 44.9%;
    left: 10%;
    width: 85%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: left;
  }

  #item02_content #item02_1 .size-table {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    width: 86%;
    margin: 7% 7%;
    border-collapse: collapse;
  }
  #item02_content #item02_1 .size-table th {
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 500;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  #item02_content #item02_1 .size-table th span {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
  }
  #item02_content #item02_1 .size-table td {
    width: 23%;
    height: 30px;
    padding: 7px 2px;
  }
  #item02_content #item02_1 .size-table td a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #efd163;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    border-radius: 4px;
  }
  #item02_content #item02_1 .size-table td a:hover {
    opacity: 0.7;
  }
  #item02_content #item02_1 .size-table th.other {
    padding: 17px 0 0 0;
    font-size: 12px;
    font-weight: 500;
  }
  #item02_content #item02_1 .size-table th.other a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
  }

  #item02_content #item02_2 .item02_2_photo {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #item02_content #item02_2 .item02_2 {
    position: absolute;
    top: 0.5%;
    left: 7%;
    width: 82%;
  }
  #item02_content #item02_2 .copy_txt {
    position: absolute;
    top: 36.7%;
    left: 10%;
    width: 85%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: left;
  }
  #item02_content #item02_2 .copy_txt .dq_l {
    position: absolute;
    top: -25%;
    left: 4.6%;
    width: 37px;
  }
  #item02_content #item02_2 .copy_txt .dq_r {
    position: absolute;
    bottom: -27%;
    right: 17%;
    width: 37px;
  }
  #item02_content #item02_2 .size-table {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    width: 86%;
    margin: 7% 7%;
    border-collapse: collapse;
  }
  #item02_content #item02_2 .size-table th {
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 500;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  #item02_content #item02_2 .size-table th span {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
  }
  #item02_content #item02_2 .size-table td {
    width: 23%;
    height: 30px;
    padding: 7px 2px;
  }
  #item02_content #item02_2 .size-table td a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #9eb5df;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    border-radius: 4px;
  }
  #item02_content #item02_2 .size-table td a:hover {
    opacity: 0.7;
  }
  #item02_content #item02_2 .size-table th.other {
    padding: 17px 0 0 0;
    font-size: 12px;
    font-weight: 500;
  }
  #item02_content #item02_2 .size-table th.other a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
  }

  #item02_content #item02_3 .item02_3_photo {
    width: 100%;
    margin: 77px 0 0;
  }
  #item02_content #item02_3 .item02_3 {
    position: absolute;
    top: 0.7%;
    left: 5%;
    width: 90%;
  }
  #item02_content #item02_3 .copy_txt {
    position: absolute;
    top: 35%;
    left: 10%;
    width: 85%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: left;
  }

  #item02_content #item02_3 .size-table {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    width: 86%;
    margin: 7% 7% 12%;
    border-collapse: collapse;
  }
  #item02_content #item02_3 .size-table th {
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 500;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  #item02_content #item02_3 .size-table th span {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
  }
  #item02_content #item02_3 .size-table td {
    width: 23%;
    height: 30px;
    padding: 7px 2px;
  }
  #item02_content #item02_3 .size-table td a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c8beb1;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    border-radius: 4px;
  }
  #item02_content #item02_3 .size-table td a:hover {
    opacity: 0.7;
  }
  #item02_content #item02_3 .size-table th.other {
    padding: 17px 0 0 0;
    font-size: 15px;
    font-weight: 500;
  }
  #item02_content #item02_3 .size-table th.other a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
  }

  /*ITEM03*/
  #item03 {
    position: relative;
    background-color: #fe6276;
    aspect-ratio: 375 / 900 !important;
    width: 100%;
    height: auto;
    background-image: url(../img/item03_bg_sp.png);
    background-size: 100% auto;
    background-position: top center;
    animation: bgColorChange 16s ease-in-out infinite;
    overflow: hidden;
  }

  #item03 .scroll_bg_item {
    position: absolute;
    top: 18.5%;
    left: 0;
    width: 200%;
    height: 10%;
    background-image: url("../img/scroll_txt.svg");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: 0 center;
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;

    animation: scrollLoop2 6s linear infinite;
  }

  #item03 .item03_inner {
    max-width: none;
    width: 100%;
    height: auto;
    min-width: auto;
    margin: 57% 0 0;
    padding: 0;
  }
  #item03 .item03_inner .item03_anysis {
    position: absolute;
    top: 2.3%;
    left: 17%;
    width: 64%;
    margin: 0;
    padding: 0;
  }
  #item03 .item03_midashi_wrap {
    display: block;
    justify-content: normal;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  #item03 .item03_midashi_wrap li:first-child {
    display: block;
    width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    margin: 0;
  }
  #item03 .item03_midashi_wrap li:first-child img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  #item03 .item03_midashi_wrap li:last-child {
    display: block;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
  }
  #item03 .item03_midashi_wrap li:last-child .item03_midashi {
    width: 76%;
    margin: 4% 12%;
  }
  #item03 .item03_midashi_wrap li:last-child .txt {
    position: relative;
    width: 86%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.8em;
    white-space: normal;
    margin: 3% 7%;
  }
  #item03 .item03_midashi_wrap li:last-child .txt .double_quote_l {
    position: absolute;
    top: -30px;
    left: 0;
    width: 37px;
  }
  #item03 .item03_midashi_wrap li:last-child .txt .double_quote_r {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 37px;
  }
  #item03 .item03_main_photo_sp {
    width: 100%;
  }

  /*item03 content*/
  #item03_content {
    position: relative;
    background-image: none;
  }
  #item03_content #item03_1,
  #item03_content #item03_2,
  #item03_content #item03_3 {
    position: relative;
    max-width: none;
    min-width: auto;
    width: 100%;
    margin: 0 auto;
  }

  #item03_content #item03_1 .item03_1_photo {
    width: 100%;
    margin: 18% 0 0;
  }
  #item03_content #item03_1 .item03_1 {
    position: absolute;
    top: 2%;
    left: 14%;
    width: 72%;
  }
  #item03_content #item03_1 .copy_txt {
    position: absolute;
    top: 44%;
    left: 10%;
    width: 85%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: left;
  }

  #item03_content #item03_1 .size-table {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    width: 68%;
    margin: 7% 17%;
    border-collapse: collapse;
  }
  #item03_content #item03_1 .size-table th {
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 500;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  #item03_content #item03_1 .size-table th span {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
  }
  #item03_content #item03_1 .size-table td {
    width: 29%;
    height: 30px;
    padding: 7px 2px;
  }
  #item03_content #item03_1 .size-table td a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d8daa5;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    border-radius: 4px;
  }
  #item03_content #item03_1 .size-table td a:hover {
    opacity: 0.7;
  }
  #item03_content #item03_1 .size-table th.other {
    padding: 17px 0 0 0;
    font-size: 12px;
    font-weight: 500;
  }
  #item03_content #item03_1 .size-table th.other a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
  }

  #item03_content #item03_2 .item03_2_photo {
    width: 100%;
    margin: 5% 0 0;
  }
  #item03_content #item03_2 .item03_2 {
    position: absolute;
    top: 1.7%;
    left: 7%;
    width: 83%;
  }
  #item03_content #item03_2 .copy_txt {
    position: absolute;
    top: 57%;
    left: 10%;
    width: 85%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: left;
  }
  #item03_content #item03_2 .size-table {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    width: 68%;
    margin: 7% 17%;
    border-collapse: collapse;
  }
  #item03_content #item03_2 .size-table th {
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 500;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  #item03_content #item03_2 .size-table th span {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
  }
  #item03_content #item03_2 .size-table td {
    width: 29%;
    height: 30px;
    padding: 7px 2px;
  }
  #item03_content #item03_2 .size-table td a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #b0d4dc;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    border-radius: 4px;
  }
  #item03_content #item03_2 .size-table td a:hover {
    opacity: 0.7;
  }
  #item03_content #item03_2 .size-table th.other {
    padding: 17px 0 0 0;
    font-size: 12px;
    font-weight: 500;
  }
  #item03_content #item03_2 .size-table th.other a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
  }

  #item03_content #item03_3 .item03_3_photo {
    width: 100%;
    margin: 15% 0 0;
  }
  #item03_content #item03_3 .item03_3 {
    position: absolute;
    top: 2.7%;
    left: 8%;
    width: 85%;
  }
  #item03_content #item03_3 .copy_txt {
    position: absolute;
    top: 62%;
    left: 10%;
    width: 85%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    text-align: left;
  }

  #item03_content #item03_3 .size-table {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    width: 68%;
    margin: 7% 17%;
    border-collapse: collapse;
  }
  #item03_content #item03_3 .size-table th {
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 500;
    letter-spacing: -0.01;
    white-space: nowrap;
  }
  #item03_content #item03_3 .size-table th span {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
  }
  #item03_content #item03_3 .size-table td {
    width: 29%;
    height: 30px;
    padding: 7px 2px;
  }
  #item03_content #item03_3 .size-table td a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffb3a6;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    border-radius: 4px;
  }
  #item03_content #item03_3 .size-table td a:hover {
    opacity: 0.7;
  }
  #item03_content #item03_3 .size-table th.other {
    padding: 17px 0 0 0;
    font-size: 12px;
    font-weight: 500;
  }
  #item03_content #item03_3 .size-table th.other a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
  }
  #item03_content .item_list {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    display: block;

    width: 80%;
    height: 60px;
    background-color: #fe6276;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 16% 10% 18%;
  }
  #item03_content .item_list:hover {
    opacity: 0.75;
  }

  footer .onward {
    position: relative;
    left: auto;
    transform: none;
    bottom: auto;
    width: 40%;
    margin-bottom: 30px;
  }

  /*Footer*/

  footer {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 580px;
    background-color: #fe6276;
    text-align: center;
    padding: 50px 0 0 0;
  }
  footer .insta_icon {
    display: block;
    width: 9%;
    margin: 23px auto 0;
  }
  footer .bottom_logo {
    width: 68%;
    margin: 0 17% 0 15%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0;
  }
  footer .bottom_logo img {
    height: 10.667vw;
    width: auto;
  }
  footer .footer_txt {
    position: relative;
    left: auto;
    transform: none;
    top: auto;
    width: 100%;
    margin: 60px auto;
    line-height: 1.7em;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }

  /*Page Top*/

  #pagetop_sp {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 27px;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
  }

  #pagetop_sp.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  /*アコーディオンメニュー*/
  .accordion-row {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 29px;
    display: block;
    width: 70%;
    gap: 2%;
    z-index: 2;
    border-top: 1px solid #fff;
  }

  .accordion-item {
    border-top: none;
    flex: 1;
  }

  .accordion-item:last-child {
    border-right: none;
  }

  .accordion-header {
    position: relative;
    width: 100%;
    padding: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .accordion-header .icon {
    position: absolute;
    right: 10px;
    transition: transform 0.3s;
    font-size: 22px;
    font-weight: 400;
  }

  .accordion-item.is-open .icon {
    transform: rotate(45deg);
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #fe6276;
    border-bottom: 1px solid #fff;
  }
  .accordion-content a {
    color: #fff;
    text-decoration: none;
  }
  .accordion-content > * {
    padding: 20px;
    color: #fff;
  }
}
