@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  overflow-x: hidden;
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    letter-spacing: 0;
  }
}

.margin_t_lv1 {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .margin_t_lv1 {
    margin-top: 0.3125rem;
  }
}

.margin_t_lv2 {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .margin_t_lv2 {
    margin-top: 0.625rem;
  }
}

.margin_t_lv3 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .margin_t_lv3 {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .margin_t_lv2_pc {
    margin-top: 1.25rem;
  }
}

.container, .section_meister_wrapper .section_feature .container_feature, .content_collabo .container_collabo {
  width: 100%;
  max-width: 24.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container, .section_meister_wrapper .section_feature .container_feature, .content_collabo .container_collabo {
    max-width: 80%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .container, .section_meister_wrapper .section_feature .container_feature, .content_collabo .container_collabo {
    max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .container, .section_meister_wrapper .section_feature .container_feature, .content_collabo .container_collabo {
    max-width: 1250px;
  }
}
@media screen and (min-width: 1600px) {
  .container, .section_meister_wrapper .section_feature .container_feature, .content_collabo .container_collabo {
    max-width: 1520px;
  }
}

.container_full {
  width: 100%;
  max-width: 24.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container_full {
    max-width: 80%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .container_full {
    max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .container_full {
    max-width: 1250px;
  }
}
@media screen and (min-width: 1600px) {
  .container_full {
    max-width: 1520px;
  }
}
@media screen and (max-width: 767px) {
  .container_full {
    padding-left: 0;
    padding-right: 0;
  }
}

.container_large, .section_product_info .grid_product_info .product_photo_parent, .section_meister_wrapper .container_lure {
  width: 100%;
  max-width: 24.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container_large, .section_product_info .grid_product_info .product_photo_parent, .section_meister_wrapper .container_lure {
    max-width: 80%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .container_large, .section_product_info .grid_product_info .product_photo_parent, .section_meister_wrapper .container_lure {
    max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .container_large, .section_product_info .grid_product_info .product_photo_parent, .section_meister_wrapper .container_lure {
    max-width: 1250px;
  }
}
@media screen and (min-width: 1600px) {
  .container_large, .section_product_info .grid_product_info .product_photo_parent, .section_meister_wrapper .container_lure {
    max-width: 1520px;
  }
}
@media screen and (min-width: 1600px) {
  .container_large, .section_product_info .grid_product_info .product_photo_parent, .section_meister_wrapper .container_lure {
    max-width: 1612px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a img:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.inline-block {
  display: inline-block !important;
}

.visible-sp {
  display: block !important;
}
.visible-spbr {
  display: inline;
}
@media screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

.visible-sp-and-tablet {
  display: block !important;
}
.visible-sp-and-tabletbr {
  display: inline;
}
@media screen and (min-width: 1024px) {
  .visible-sp-and-tablet {
    display: none !important;
  }
}

.visible-pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .visible-pc {
    display: block !important;
  }
  .visible-pcbr {
    display: inline;
  }
}

.text-center {
  text-align: center;
}

.font_weight_bold {
  font-weight: bold !important;
}

.btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .btn_wrapper {
    margin: 40px 0;
  }
}

.btn_cta {
  display: inline-block;
  width: 100%;
  border-radius: 999px;
  padding: 0.8em 1em;
  color: #ffffff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
  background-color: #E25371;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 3px 4px #D3BCC1;
          box-shadow: 0 3px 4px #D3BCC1;
}
@media screen and (min-width: 768px) {
  .btn_cta {
    width: auto;
    font-size: 24px;
    padding: 1em 3em;
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  .btn_cta {
    padding: 1em 100px;
  }
}

.key_visual img {
  -o-object-fit: cover;
     object-fit: cover;
}
.key_visual img.hidden_pc {
  display: block;
}
@media screen and (min-width: 768px) {
  .key_visual img.hidden_pc {
    display: none;
  }
}
.key_visual img.hidden_sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .key_visual img.hidden_sp {
    display: block;
  }
}
.content_introduction {
  position: relative;
  margin-top: 7.5rem;
  margin-bottom: 3.125rem;
  padding-top: 16.25rem;
}
@media screen and (min-width: 768px) {
  .content_introduction {
    margin-top: 80px;
    margin-bottom: 60px;
    padding-top: 58.59375vw;
  }
}
@media screen and (min-width: 1024px) {
  .content_introduction {
    margin-bottom: 80px;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .content_introduction {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .content_introduction {
    margin-top: 140px;
    margin-bottom: 160px;
    padding-top: 220px;
    padding-bottom: 160px;
  }
}
.content_introduction:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23.125rem;
  height: 100%;
  background-image: url('/images/tacklebox/views/meisters/hugepencil_collab/photo_tag.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .content_introduction:before {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .content_introduction:before {
    width: 70%;
    background-position: left center;
  }
}
@media screen and (min-width: 1280px) {
  .content_introduction:before {
    width: 65%;
    background-position: left center;
  }
}
@media screen and (min-width: 1600px) {
  .content_introduction:before {
    width: 70%;
    background-position: left center;
  }
}
.content_introduction .paragraph_introduction_wrapper {
  width: 100%;
  max-width: 24.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 21.75rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: 0;
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .content_introduction .paragraph_introduction_wrapper {
    max-width: 80%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .content_introduction .paragraph_introduction_wrapper {
    max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .content_introduction .paragraph_introduction_wrapper {
    max-width: 1250px;
  }
}
@media screen and (min-width: 1600px) {
  .content_introduction .paragraph_introduction_wrapper {
    max-width: 1520px;
  }
}
@media screen and (min-width: 768px) {
  .content_introduction .paragraph_introduction_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 93.75%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.content_introduction .paragraph_introduction_wrapper .paragraph_introduction {
  background-color: #FFFFD8;
  padding: 2.6875rem 2.125rem 2.6875rem 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #12007C;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .content_introduction .paragraph_introduction_wrapper .paragraph_introduction {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 768px) {
  .content_introduction .paragraph_introduction_wrapper .paragraph_introduction {
    padding: 60px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #12007C;
    line-height: 64px;
    letter-spacing: 0.01em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .content_introduction .paragraph_introduction_wrapper .paragraph_introduction {
    font-size: 24px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: 0.01em;
  }
}
@media screen and (768px <= width < 1023px) {
  .content_introduction .paragraph_introduction_wrapper .paragraph_introduction {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .content_introduction .paragraph_introduction_wrapper .paragraph_introduction {
    padding: 60px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #12007C;
    line-height: 48px;
    letter-spacing: 0.01em;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .content_introduction .paragraph_introduction_wrapper .paragraph_introduction {
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 1280px) {
  .content_introduction .paragraph_introduction_wrapper .paragraph_introduction {
    font-size: 1.625rem;
    font-weight: bold;
    color: #12007C;
    line-height: 64px;
    letter-spacing: 0.01em;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) and (min-width: 768px) {
  .content_introduction .paragraph_introduction_wrapper .paragraph_introduction {
    font-size: 26px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 1600px) {
  .content_introduction .paragraph_introduction_wrapper .paragraph_introduction {
    padding: 80px;
    min-width: 800px;
    font-size: 2rem;
    font-weight: bold;
    color: #12007C;
    line-height: 64px;
    letter-spacing: 0.01em;
    text-align: left;
  }
}
@media screen and (min-width: 1600px) and (min-width: 768px) {
  .content_introduction .paragraph_introduction_wrapper .paragraph_introduction {
    font-size: 32px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: 0.01em;
  }
}
.content_introduction .paragraph_introduction_wrapper .paragraph_introduction .paragraph_illusion_correction {
  display: block;
  margin: -0.5em 0;
}

.content_collabo {
  background-color: #ffffff;
}
@media screen and (min-width: 1600px) {
  .content_collabo .container_collabo {
    max-width: 1250px;
  }
}
.content_collabo .paragraph_collabo {
  margin-top: 3.75rem;
  font-size: 1rem;
  font-weight: bold;
  color: #12007C;
  line-height: 2.0625;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content_collabo .paragraph_collabo {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.0625;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .content_collabo .paragraph_collabo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #12007C;
    line-height: 2.25;
    letter-spacing: 0.01em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .content_collabo .paragraph_collabo {
    font-size: 24px;
    font-weight: bold;
    line-height: 2.25;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 1024px) {
  .content_collabo .paragraph_collabo {
    margin-top: 100px;
  }
}
.content_collabo .iframe_wrapper {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .content_collabo .iframe_wrapper {
    margin-top: 100px;
  }
}
.content_collabo .iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_meister_wrapper {
  position: relative;
}
.section_meister_wrapper.odd {
  margin-top: -1.25rem;
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper.odd {
    margin-top: -60px;
  }
}
@media screen and (min-width: 1280px) {
  .section_meister_wrapper.odd {
    margin-top: -80px;
  }
}
.section_meister_wrapper.odd .container_info_meister {
  margin-bottom: -22.5rem;
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper.odd .container_info_meister {
    margin-bottom: -300px;
  }
}
.section_meister_wrapper.odd .photo_meister {
  left: 0;
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper.odd .unit_lure.odd {
    margin-top: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .section_meister_wrapper.odd .unit_lure.odd {
    margin-top: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .section_meister_wrapper.even {
    margin-top: 100px;
    margin-bottom: -40px;
  }
}
.section_meister_wrapper.even .photo_meister {
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper.even .unit_lure.even {
    margin-top: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .section_meister_wrapper.even .unit_lure.even {
    margin-top: 270px;
  }
}
.section_meister_wrapper.even .lure_meister:after {
  left: auto;
  right: 0;
}
.section_meister_wrapper .grid_lure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -3.75rem;
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .grid_lure {
    margin-top: -60px;
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .grid_lure {
    margin-top: 0;
  }
}
.section_meister_wrapper .grid_lure .unit_lure {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .grid_lure .unit_lure {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .grid_lure .unit_lure {
    margin-top: 0;
  }
}
.section_meister_wrapper .grid_lure .unit_lure.odd {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .grid_lure .unit_lure.odd {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .grid_lure .unit_lure {
    width: 50%;
    padding: 0 35px;
  }
}
@media screen and (768px <= width < 1023px) {
  .section_meister_wrapper .photo_lure {
    width: 80%;
    margin: 0 auto;
  }
}
.section_meister_wrapper .explanation_lure {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .explanation_lure {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1280px) {
  .section_meister_wrapper .explanation_lure {
    padding: 0 45px;
  }
}
.section_meister_wrapper .explanation_lure .heading_lure {
  background-color: #12007C;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  padding: 0.625rem 1.25rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .explanation_lure .heading_lure {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 21px 21px 23px;
    font-size: 28px;
  }
}
.section_meister_wrapper .explanation_lure .paragraph_lure {
  font-size: 1rem;
  font-weight: bold;
  color: #12007C;
  line-height: 2.0625;
  letter-spacing: 0.01em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .explanation_lure .paragraph_lure {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.0625;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .explanation_lure .paragraph_lure {
    font-size: 1.125rem;
    font-weight: bold;
    color: #12007C;
    line-height: 2.44444;
    letter-spacing: 0.075em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .section_meister_wrapper .explanation_lure .paragraph_lure {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.44444;
    letter-spacing: 0.075em;
  }
}
.section_meister_wrapper .photo_meister {
  width: 68.205%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .photo_meister {
    width: 54.6875%;
  }
}
@media screen and (min-width: 2000px) {
  .section_meister_wrapper .photo_meister {
    width: 45%;
  }
}
.section_meister_wrapper .lure_meister {
  position: relative;
  padding: 7.5rem 0 27.5rem;
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .lure_meister {
    padding: 250px 0 450px;
  }
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .lure_meister {
    padding: 200px 0 250px;
  }
}
@media screen and (min-width: 1280px) {
  .section_meister_wrapper .lure_meister {
    padding: 250px 0 300px;
  }
}
@media screen and (min-width: 1600px) {
  .section_meister_wrapper .lure_meister {
    padding: 346px 0;
  }
}
.section_meister_wrapper .lure_meister:after {
  content: "";
  display: block;
  width: 93.75%;
  height: 100%;
  background-color: #FFFFD8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .lure_meister:after {
    width: 93.75%;
  }
}
@media screen and (max-width: 767px) {
  .section_meister_wrapper .container_lure {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
}
.section_meister_wrapper .container_info_meister {
  width: 100%;
  max-width: 24.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
  position: relative;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  margin-bottom: -18.75rem;
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .container_info_meister {
    max-width: 80%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .container_info_meister {
    max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .section_meister_wrapper .container_info_meister {
    max-width: 1250px;
  }
}
@media screen and (min-width: 1600px) {
  .section_meister_wrapper .container_info_meister {
    max-width: 1520px;
  }
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .container_info_meister {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .section_meister_wrapper .container_info_meister {
    max-width: 1250px;
  }
}
.section_meister_wrapper .info_meister {
  background-color: #12007C;
  padding: 4.0625rem 1.5625rem 3.5rem;
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .info_meister {
    padding: 40px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .info_meister {
    padding: 40px 105px;
  }
}
.section_meister_wrapper .info_meister .heading_meister {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .info_meister .heading_meister {
    top: -35px;
    width: 280px;
  }
}
@media screen and (min-width: 1600px) {
  .section_meister_wrapper .info_meister .heading_meister {
    top: -50px;
    width: 354px;
  }
}
.section_meister_wrapper .info_meister .heading_meister img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section_meister_wrapper .info_meister .grid_info_meister {
  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;
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .info_meister .grid_info_meister {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section_meister_wrapper .info_meister .grid_info_meister .thumb_meister {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9rem;
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .info_meister .grid_info_meister .thumb_meister {
    width: 266px;
  }
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .info_meister .grid_info_meister .explanation_meister {
    padding-left: 60px;
  }
}
.section_meister_wrapper .info_meister .grid_info_meister .explanation_meister .name_meister {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.3125rem;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .info_meister .grid_info_meister .explanation_meister .name_meister {
    text-align: left;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 27px;
  }
}
.section_meister_wrapper .info_meister .grid_info_meister .explanation_meister .paragraph_meister {
  font-size: 1rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.625;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .info_meister .grid_info_meister .explanation_meister .paragraph_meister {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.625;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .info_meister .grid_info_meister .explanation_meister .paragraph_meister {
    font-size: 1.125rem;
    font-weight: normal;
    color: #ffffff;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .section_meister_wrapper .info_meister .grid_info_meister .explanation_meister .paragraph_meister {
    font-size: 18px;
    font-weight: normal;
    line-height: 34px;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .section_feature {
    padding-bottom: 40px;
    margin-top: -140px;
  }
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .section_feature {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section_meister_wrapper .section_feature .container_feature {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
}
@media screen and (min-width: 1280px) {
  .section_meister_wrapper .section_feature .grid_feature {
    margin-top: -40px;
    margin-left: -80px;
    margin-right: -80px;
  }
}
.section_meister_wrapper .section_feature .grid_feature .unit_feature {
  margin-top: 6.25rem;
}
@media screen and (min-width: 1280px) {
  .section_meister_wrapper .section_feature .grid_feature .unit_feature {
    margin-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
    width: 50%;
  }
}
.section_meister_wrapper .section_feature .grid_feature .unit_feature:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1280px) {
  .section_meister_wrapper .section_feature .grid_feature .unit_feature:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .section_meister_wrapper .section_feature .grid_feature .unit_feature:nth-of-type(odd) {
    margin-left: 50%;
  }
}
.section_meister_wrapper .section_feature .heading_feature {
  font-size: 1.25rem;
  color: #12007C;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .section_feature .heading_feature {
    font-size: 32px;
    line-height: 54px;
    margin-bottom: 40px;
  }
}
.section_meister_wrapper .section_feature .paragraph_feature {
  font-size: 1rem;
  font-weight: bold;
  color: #12007C;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .section_feature .paragraph_feature {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .section_meister_wrapper .section_feature .paragraph_feature {
    font-size: 1.125rem;
    font-weight: bold;
    color: #12007C;
    line-height: 38px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .section_meister_wrapper .section_feature .paragraph_feature {
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1024px) {
  .section_meister_wrapper .section_feature .paragraph_feature {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .section_meister_wrapper .section_feature .paragraph_feature {
    width: 100%;
    margin: 0 auto;
  }
}

.section_product_info {
  margin-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .section_product_info {
    margin-top: 80px;
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .section_product_info {
    margin-top: 120px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .section_product_info {
    margin-top: 160px;
    padding-bottom: 180px;
  }
}
.section_product_info .grid_product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .section_product_info .grid_product_info {
    margin-top: 100px;
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .section_product_info .grid_product_info {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .section_product_info .grid_product_info {
    margin-top: 140px;
  }
}
.section_product_info .grid_product_info .unit_product_info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (768px <= width < 1023px) {
  .section_product_info .grid_product_info .unit_product_info {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .section_product_info .grid_product_info .unit_product_info {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.section_product_info .grid_product_info .heading_product_info {
  font-size: 1.25rem;
  font-weight: bold;
  color: #12007C;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: left;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section_product_info .grid_product_info .heading_product_info {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 768px) {
  .section_product_info .grid_product_info .heading_product_info {
    font-size: 2rem;
    font-weight: bold;
    color: #12007C;
    line-height: 54px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .section_product_info .grid_product_info .heading_product_info {
    font-size: 32px;
    font-weight: bold;
    line-height: 54px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1024px) {
  .section_product_info .grid_product_info .heading_product_info {
    margin-bottom: 85px;
    text-align: left;
  }
}
@media screen and (min-width: 1600px) {
  .section_product_info .grid_product_info .heading_product_info {
    font-size: 3rem;
    font-weight: bold;
    color: #12007C;
    line-height: 54px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}
@media screen and (min-width: 1600px) and (min-width: 768px) {
  .section_product_info .grid_product_info .heading_product_info {
    font-size: 48px;
    font-weight: bold;
    line-height: 54px;
    letter-spacing: 0.05em;
  }
}
.section_product_info .grid_product_info .paragraph_product_info {
  font-size: 1rem;
  font-weight: bold;
  color: #12007C;
  line-height: 2.25;
  letter-spacing: 0.01em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section_product_info .grid_product_info .paragraph_product_info {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 768px) {
  .section_product_info .grid_product_info .paragraph_product_info {
    font-size: 1.25rem;
    font-weight: bold;
    color: #12007C;
    line-height: 44px;
    letter-spacing: 0.01em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .section_product_info .grid_product_info .paragraph_product_info {
    font-size: 20px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 1024px) {
  .section_product_info .grid_product_info .paragraph_product_info {
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 1600px) {
  .section_product_info .grid_product_info .paragraph_product_info {
    font-size: 1.625rem;
    font-weight: bold;
    color: #12007C;
    line-height: 60px;
    letter-spacing: 0.01em;
    text-align: left;
  }
}
@media screen and (min-width: 1600px) and (min-width: 768px) {
  .section_product_info .grid_product_info .paragraph_product_info {
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0.01em;
  }
}
.section_product_info .grid_product_info .product_photo_parent {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1023px) {
  .section_product_info .grid_product_info .product_photo_parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (768px <= width < 1023px) {
  .section_product_info .grid_product_info .product_photo_parent {
    margin-top: 60px;
  }
}
.section_product_info .grid_product_info .product_photo_parent .photo_product_info {
  width: 14.875rem;
}
@media screen and (min-width: 768px) {
  .section_product_info .grid_product_info .product_photo_parent .photo_product_info {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .section_product_info .grid_product_info .product_photo_parent .photo_product_info {
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .section_product_info .grid_product_info .product_photo_parent .photo_product_info {
    height: auto;
  }
}
@media screen and (min-width: 1600px) {
  .section_product_info .grid_product_info .product_photo_parent .photo_product_info {
    width: 682px;
    height: 694px;
  }
}
.section_product_info .grid_product_info .product_photo_parent .photo_product_info img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer .footer_inner {
  width: 100%;
  padding: 3rem 1.25rem;
  background: #12007C;
}
@media screen and (min-width: 768px) {
  .footer .footer_inner {
    padding: 80px 25px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer_inner {
    padding: 120px 25px 128px;
  }
}
.footer .footer__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__sns-link {
    gap: 26px;
    margin-bottom: 80px;
  }
}
.footer .footer__sns-item {
  width: 2.5rem;
  height: 2.5rem;
}
.footer .footer__sns-item img {
  width: 100%;
  height: auto;
}
.footer .footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__link {
    gap: 35px;
  }
}
.footer .footer__item a {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.75rem;
  text-decoration: underline;
}
.footer .footer__copyright {
  padding: 1.5rem 1.25rem 6.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .footer__copyright {
    padding: 40px 20px 124px;
  }
}
.footer .footer__copyright small {
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: bold;
  background-color: #ffffff;
  color: #12007C;
}
@media screen and (min-width: 768px) {
  .footer .footer__copyright small {
    font-size: 16px;
    line-height: 33px;
  }
}

.fixed_area_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .fixed_area_bottom {
    padding-bottom: 40px;
  }
}
.fixed_area_bottom .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .fixed_area_bottom .sp {
    display: none;
  }
}
.fixed_area_bottom .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .fixed_area_bottom .pc {
    display: block;
  }
}

[data-device=iphone].fixed_area_bottom {
  padding-bottom: calc(env(safe-area-inset-bottom) + 44px);
}