@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho+B1:wght@400;500;600&display=swap");


/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}


html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=text], input[type=password], input[type=checkbox], input[type=email], input[type=radio], input[type=submit], input[type=button],
select, textarea {
  font-family: "Hiragino Sans", "Helvetica Neue", "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  border: none;
  outline: 0;
}

textarea {
  resize: vertical;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.is-only-pc {
  display: none;
}
@media screen and (min-width: 681px) {
  .is-only-pc {
    display: block;
  }
}
.is-only-sp {
  display: block;
}
@media screen and (min-width: 681px) {
  .is-only-sp {
    display: none;
  }
}

.wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 681px) {
  .wrapper {
    max-width: 680px;
  }
}
/*----------------------------------------------------------------------------
	header
----------------------------------------------------------------------------*/
.header {
  width: 100%;
  background-color: #fff;
}
.header .inner {
  padding-top: 1.282vw;
  padding-right: 2.564vw;
  padding-bottom: 1.282vw;
  padding-left: 2.564vw;
}
@media screen and (min-width: 681px) {
  .header .inner {
    padding-top: 8.72px;
    padding-right: 17.44px;
    padding-bottom: 8.72px;
    padding-left: 17.44px;
  }
}
.header_logo {
  text-align: left;
}
.header_logo a {
  display: inline-block;
}
.header_logo a img {
  width: 36.41vw;
}
@media screen and (min-width: 681px) {
  .header_logo a img {
    width: 247.648px;
  }
}

/*----------------------------------------------------------------------------
	common
----------------------------------------------------------------------------*/
.section_title {
  text-align: center;
}

.fci01-LP_cta {
  text-align: center;
  padding-top: 5.128vw;
  padding-bottom: 5.128vw;
}
@media screen and (min-width: 681px) {
  .fci01-LP_cta {
    padding-top: 34.88px;
    padding-bottom: 34.88px;
  }
}
.fci01-LP_cta_item {
  background-color: rgba(255, 0, 188, 0.1);
  padding-top: 7.692vw;
}
@media screen and (min-width: 681px) {
  .fci01-LP_cta_item {
    padding-top: 52.32px;
  }
}
.fci01-LP_cta-button {
  display: inline-block;
}
.fci01-LP_cta-button img {
  width: 89.744vw;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 681px) {
  .fci01-LP_cta-button img {
    width: 610.4px;
  }
}
.fci01-LP_cta-title {
  text-align: center;
  margin-bottom: 7.692vw;
}
@media screen and (min-width: 681px) {
  .fci01-LP_cta-title {
    margin-bottom: 52.32px;
  }
}
.fci01-LP_cta-title img {
  width: 54.359vw;
}
@media screen and (min-width: 681px) {
  .fci01-LP_cta-title img {
    width: 369.728px;
  }
}
.fci01-LP_cta_list-item {
  text-align: center;
}
.fci01-LP_cta_list-item:not(:last-child) {
  margin-bottom: 3.846vw;
}
@media screen and (min-width: 681px) {
  .fci01-LP_cta_list-item:not(:last-child) {
    margin-bottom: 26.16px;
  }
}
.fci01-LP_cta_list-item a {
  display: inline-block;
}
.fci01-LP_cta_list-item a img {
  width: 89.744vw;
}
@media screen and (min-width: 681px) {
  .fci01-LP_cta_list-item a img {
    width: 610.4px;
  }
}


.fci01-LP_cta-point {
  width: 89.744vw;
}
@media screen and (min-width: 681px) {
  .fci01-LP_cta-point{
    width: 610.4px;
  }
}
.fci01-LP_cta-point.bonus {
  margin-top: 7.692vw;
}
@media screen and (min-width: 681px) {
  .fci01-LP_cta-point.bonus{
    margin-top: 52.32px;
  }
}
.fci01-LP_cta-bonus {
  width: 89.744vw;
  margin-top: 2.564vw;
}
@media screen and (min-width: 681px) {
  .fci01-LP_cta-bonus{
    width: 610.4px;
    margin-top: 17.44px;
  }
}

.fci01-LP_movie-frame {
  text-align: center;
}
.fci01-LP_movie-frame iframe {
  width: 80vw;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 681px) {
  .fci01-LP_movie-frame iframe {
    width: 544.128px;
  }
}

/*----------------------------------------------------------------------------
	sec-01
----------------------------------------------------------------------------*/
.sec-01_title img {
  width: 100%;
}
.sec-01_cta {
  position: relative;
  top: -22.564vw;
  padding-top: 0;
  margin-bottom: -22.564vw;
}
@media screen and (min-width: 681px) {
  .sec-01_cta {
    top: -153.472px;
    padding-top: 0;
    margin-bottom: -153.472px;
  }
}

/*----------------------------------------------------------------------------
	sec-02
----------------------------------------------------------------------------*/
.sec-02_title img {
  width: 100%;
}

/*----------------------------------------------------------------------------
	sec-03
----------------------------------------------------------------------------*/
.sec-03_title img {
  width: 100%;
}

/*----------------------------------------------------------------------------
	sec-04
----------------------------------------------------------------------------*/
.sec-04_title {
  margin-bottom: 5.128vw;
}
@media screen and (min-width: 681px) {
  .sec-04_title {
    margin-bottom: 34.88px;
  }
}
.sec-04_title img {
  width: 100%;
}

/*----------------------------------------------------------------------------
	sec-logo
----------------------------------------------------------------------------*/
.sec-logo .inner {
  padding-top: 12.308vw;
}
@media screen and (min-width: 681px) {
  .sec-logo .inner {
    padding-top: 83.712px;
  }
}
.sec-logo_title {
  text-align: center;
  margin-bottom: 9.744vw;
}
@media screen and (min-width: 681px) {
  .sec-logo_title {
    margin-bottom: 66.272px;
  }
}
.sec-logo_title img {
  width: 69.487vw;
}
@media screen and (min-width: 681px) {
  .sec-logo_title img {
    width: 472.624px;
  }
}
.sec-logo_photo {
  text-align: center;
}
.sec-logo_photo img {
  width: 100%;
}

/*----------------------------------------------------------------------------
	sec-05
----------------------------------------------------------------------------*/
.sec-05_title img {
  width: 100%;
}

/*----------------------------------------------------------------------------
	sec-06
----------------------------------------------------------------------------*/
.sec-06_title img {
  width: 100%;
}

/*----------------------------------------------------------------------------
	sec-07
----------------------------------------------------------------------------*/
.sec-07 .inner {
  background-color: #ffcdf2;
  padding-bottom: 11.538vw;
}
@media screen and (min-width: 681px) {
  .sec-07 .inner {
    padding-bottom: 78.48px;
  }
}
.sec-07_title {
  margin-bottom: 6.154vw;
}
@media screen and (min-width: 681px) {
  .sec-07_title {
    margin-bottom: 41.856px;
  }
}
.sec-07_title img {
  width: 100%;
}

/*----------------------------------------------------------------------------
	sec-faq
----------------------------------------------------------------------------*/
.sec-faq .inner {
  padding-top: 7.692vw;
  padding-bottom: 5.385vw;
}
@media screen and (min-width: 681px) {
  .sec-faq .inner {
    padding-top: 52.32px;
    padding-bottom: 36.624px;
  }
}
.sec-faq_title {
  text-align: center;
}
.sec-faq_title span {
  position: relative;
  display: inline-block;
  font-size: 5.128vw;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #464646;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 681px) {
  .sec-faq_title span {
    font-size: 34.88px;
  }
}
.sec-faq_title span::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.25em);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff00bc;
}
.sec-faq .field {
  counter-reset: faq;
  padding-top: 8.974vw;
  padding-right: 5.128vw;
  padding-left: 5.128vw;
}
@media screen and (min-width: 681px) {
  .sec-faq .field {
    padding-top: 61.04px;
    padding-right: 34.88px;
    padding-left: 34.88px;
  }
}
.sec-faq_item {
  counter-increment: faq;
  border-radius: 5px;
  background-color: rgba(255, 0, 188, 0.1);
  cursor: pointer;
}
.sec-faq_item:not(:last-child) {
  margin-bottom: 2.051vw;
}
@media screen and (min-width: 681px) {
  .sec-faq_item:not(:last-child) {
    margin-bottom: 8.72px;
  }
}
.sec-faq_item-headline {
  position: relative;
  padding-top: 2.051vw;
  padding-right: 30px;
  padding-bottom: 2.051vw;
  padding-left: 2.564vw;
}
@media screen and (min-width: 681px) {
  .sec-faq_item-headline {
    padding-top: 13.952px;
    padding-right: 55px;
    padding-bottom: 13.952px;
    padding-left: 17.44px;
  }
}
.sec-faq_item-headline::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 19px;
  width: 2px;
  height: 16px;
  background-color: #ff00bc;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 681px) {
  .sec-faq_item-headline::before {
    top: 14px;
    right: 32px;
    width: 2px;
    height: 26px;
  }
}
.sec-faq_item-headline::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 12px;
  width: 16px;
  height: 2px;
  background-color: #ff00bc;
}
@media screen and (min-width: 681px) {
  .sec-faq_item-headline::after {
    top: 26px;
    right: 20px;
    width: 26px;
  }
}
.sec-faq_item-headline.is-active::before {
  transform: rotate(270deg);
}
.sec-faq_item-headline.is-column::before {
  top: 15px;
}
@media screen and (min-width: 681px) {
  .sec-faq_item-headline.is-column::before {
    top: 26px;
  }
}
.sec-faq_item-headline.is-column::after {
  top: 22px;
}
@media screen and (min-width: 681px) {
  .sec-faq_item-headline.is-column::after {
    top: 38px;
  }
}
.sec-faq_item-headline span {
  display: -moz-flex;
  display: flex;
  font-size: 3.333vw;
  font-weight: 400;
  color: #464646;
  line-height: 1.2308;
  font-feature-settings: "palt";
}
@media screen and (min-width: 681px) {
  .sec-faq_item-headline span {
    font-size: 22.672px;
  }
}
.sec-faq_item-headline span::before {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  content: "Q." counter(faq);
  font-size: 3.846vw;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #ff00bc;
  margin-top: -0.125em;
  margin-right: 0.35em;
}
@media screen and (min-width: 681px) {
  .sec-faq_item-headline span::before {
    margin-top: -0.1em;
    font-size: 26.16px;
  }
}
.sec-faq_item-body {
  display: none;
  padding-right: 10px;
  padding-bottom: 2.051vw;
  padding-left: 12.308vw;
}
@media screen and (min-width: 681px) {
  .sec-faq_item-body {
    padding-right: 15px;
    padding-bottom: 13.952px;
    padding-left: 83.712px;
  }
}
.sec-faq_item-body p {
  font-size: 2.564vw;
  font-weight: 400;
  color: #464646;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
}
@media screen and (min-width: 681px) {
  .sec-faq_item-body p {
    font-size: 17.44px;
  }
}
.sec-faq_item-body .has_figure {
  display: -moz-flex;
  display: flex;
}
.sec-faq_item-body .has_figure figure {
  margin-left: 2.051vw;
}
@media screen and (min-width: 681px) {
  .sec-faq_item-body .has_figure figure {
    margin-left: 13.952px;
  }
}
.sec-faq_item-body .has_figure figure img {
  width: 20.769vw;
}
@media screen and (min-width: 681px) {
  .sec-faq_item-body .has_figure figure img {
    width: 141.264px;
  }
}
.sec-faq_item-body a {
  color: #ff00bc;
  text-decoration: underline;
}
.sec-faq_item:nth-child(-n+9) .sec-faq_item-body {
  padding-left: 10.256vw;
}
@media screen and (min-width: 681px) {
  .sec-faq_item:nth-child(-n+9) .sec-faq_item-body {
    padding-left: 69.76px;
  }
}
.sec-faq_list-item {
  display: -moz-flex;
  display: flex;
  font-size: 2.564vw;
  font-weight: 400;
  color: #464646;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
}
@media screen and (min-width: 681px) {
  .sec-faq_list-item {
    font-size: 17.44px;
  }
}
.sec-faq_list-item::before {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  content: "・";
}
.sec-faq_flex {
  display: -moz-flex;
  display: flex;
}
.sec-faq_flex:nth-of-type(1) {
  margin-top: 3.846vw;
}
@media screen and (min-width: 681px) {
  .sec-faq_flex:nth-of-type(1) {
    margin-top: 26.16px;
  }
}

/*----------------------------------------------------------------------------
	sec-check
----------------------------------------------------------------------------*/
.sec-check {
  padding-bottom: 3.846vw;
}
@media screen and (min-width: 681px) {
  .sec-check {
    padding-bottom: 26.16px;
  }
}
.sec-check .inner {
  padding-top: 7.692vw;
  padding-bottom: 3.846vw;
  background-color: rgba(255, 0, 188, 0.1);
}
@media screen and (min-width: 681px) {
  .sec-check .inner {
    padding-top: 52.32px;
    padding-bottom: 26.16px;
  }
}
.sec-check_title {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 7.692vw;
}
@media screen and (min-width: 681px) {
  .sec-check_title {
    margin-bottom: 52.32px;
  }
}
.sec-check_title span {
  position: relative;
  display: inline-block;
  font-size: 5.128vw;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #464646;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 681px) {
  .sec-check_title span {
    font-size: 34.88px;
  }
}
.sec-check_title span::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.175em);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff00bc;
}
.sec-check_title span:first-child {
  margin-bottom: 0.5em;
}
.sec-check_copy {
  font-size: 3.333vw;
  font-weight: 500;
  color: #464646;
  line-height: 1.3077;
  letter-spacing: 0.02em;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 681px) {
  .sec-check_copy {
    font-size: 22.672px;
  }
}
.sec-check .field {
  padding-top: 5.128vw;
  padding-right: 5.128vw;
  padding-bottom: 5.128vw;
  padding-left: 5.128vw;
}
@media screen and (min-width: 681px) {
  .sec-check .field {
    padding-top: 34.88px;
    padding-right: 34.88px;
    padding-bottom: 34.88px;
    padding-left: 34.88px;
  }
}
.sec-check_item {
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.sec-check_item:not(:last-child) {
  margin-bottom: 2.051vw;
}
@media screen and (min-width: 681px) {
  .sec-check_item:not(:last-child) {
    margin-bottom: 13.952px;
  }
}
.sec-check_item-headline {
  position: relative;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-top: 4.615vw;
  padding-right: 4.615vw;
  padding-bottom: 4.615vw;
  padding-left: 4.615vw;
}
@media screen and (min-width: 681px) {
  .sec-check_item-headline {
    padding-top: 31.392px;
    padding-right: 31.392px;
    padding-bottom: 31.392px;
    padding-left: 31.392px;
  }
}
.sec-check_item-headline::before {
  content: "";
  position: absolute;
  top: 21px;
  right: 19px;
  width: 2px;
  height: 16px;
  background-color: #ff00bc;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 681px) {
  .sec-check_item-headline::before {
    top: 39px;
    right: 32px;
    width: 2px;
    height: 26px;
  }
}
.sec-check_item-headline::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 12px;
  width: 16px;
  height: 2px;
  background-color: #ff00bc;
}
@media screen and (min-width: 681px) {
  .sec-check_item-headline::after {
    top: 51px;
    right: 20px;
    width: 26px;
  }
}
.sec-check_item-headline.is-active::before {
  transform: rotate(270deg);
}
.sec-check_item-headline.is-column::before {
  top: 29px;
}
@media screen and (min-width: 681px) {
  .sec-check_item-headline.is-column::before {
    top: 60px;
  }
}
.sec-check_item-headline.is-column::after {
  top: 36px;
}
@media screen and (min-width: 681px) {
  .sec-check_item-headline.is-column::after {
    top: 72px;
  }
}
.sec-check_item-headline span {
  position: relative;
  font-size: 2.821vw;
  font-weight: 500;
  color: #464646;
  line-height: 1.7273;
  letter-spacing: 0.02em;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 681px) {
  .sec-check_item-headline span {
    font-size: 22.672px;
  }
}
.sec-check_item-headline span::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.125em);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #464646;
}
.sec-check_item-body {
  display: none;
  padding-right: 4.615vw;
  padding-bottom: 4.615vw;
  padding-left: 4.615vw;
}
@media screen and (min-width: 681px) {
  .sec-check_item-body {
    padding-right: 31.392px;
    padding-bottom: 31.392px;
    padding-left: 31.392px;
  }
}
.sec-check_list-item {
  display: -moz-flex;
  display: flex;
  font-size: 2.564vw;
  font-weight: 400;
  color: #464646;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
}
@media screen and (min-width: 681px) {
  .sec-check_list-item {
    font-size: 15.696px;
  }
}
.sec-check_list-item:not(:last-child) {
  margin-bottom: 1.026vw;
}
@media screen and (min-width: 681px) {
  .sec-check_list-item:not(:last-child) {
    margin-bottom: 6.976px;
  }
}
.sec-check_list-item::before {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  content: "";
  font-size: 2.564vw;
  font-weight: 400;
  line-height: 1.4;
  width: 0.9em;
  height: 0.9em;
  margin-top: 0.25em;
  margin-right: 0.45em;
  border: 1px solid #464646;
}
@media screen and (min-width: 681px) {
  .sec-check_list-item::before {
    font-size: 15.696px;
    margin-top: 0.35em;
  }
}
.sec-check_list-item.is-row {
  flex-wrap: wrap;
}
.sec-check_list-item.is-row .has_figure {
  display: -moz-flex;
  display: flex;
  padding-left: 1.35em;
}
.sec-check_list-item.is-row .has_figure figure {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 2.564vw;
}
@media screen and (min-width: 681px) {
  .sec-check_list-item.is-row .has_figure figure {
    margin-left: 17.44px;
  }
}
.sec-check_list-item.is-row .has_figure figure img {
  width: 21.282vw;
}
@media screen and (min-width: 681px) {
  .sec-check_list-item.is-row .has_figure figure img {
    width: 144.752px;
  }
}
.sec-check_list + p {
  font-size: 2.564vw;
  font-weight: 400;
  color: #464646;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  margin-top: 2.564vw;
}
@media screen and (min-width: 681px) {
  .sec-check_list + p {
    font-size: 15.696px;
    margin-top: 17.44px;
  }
}

/*----------------------------------------------------------------------------
	sec-product
----------------------------------------------------------------------------*/
.sec-product .inner {
  padding-top: 7.692vw;
}
@media screen and (min-width: 681px) {
  .sec-product .inner {
    padding-top: 52.32px;
  }
}
.sec-product_title {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  align-items: center;
}
.sec-product_title span {
  font-size: 3.846vw;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  color: #464646;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 681px) {
  .sec-product_title span {
    font-size: 26.16px;
  }
}
.sec-product_title span:first-child {
  margin-bottom: 0.25em;
}
.sec-product .field {
  padding-top: 5.128vw;
  padding-bottom: 5.128vw;
}
@media screen and (min-width: 681px) {
  .sec-product .field {
    padding-top: 34.88px;
    padding-bottom: 34.88px;
  }
}
.sec-product_tablist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2.051vw;
       column-gap: 2.051vw;
  row-gap: 2.051vw;
  padding-right: 15.385vw;
  padding-bottom: 5.641vw;
  padding-left: 15.385vw;
}
@media screen and (min-width: 681px) {
  .sec-product_tablist {
    -moz-column-gap: 13.952px;
         column-gap: 13.952px;
    row-gap: 13.952px;
    padding-right: 104.64px;
    padding-bottom: 38.368px;
    padding-left: 104.64px;
  }
}
.sec-product_tablist-item {
  background-color: #d3d3d3;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.sec-product_tablist-item.is-active {
  background-color: rgba(255, 0, 188, 0.1);
}
.sec-product_tablist-item span {
  display: block;
  font-size: 3.846vw;
  font-weight: 500;
  color: #464646;
  letter-spacing: 0.02em;
  text-align: center;
  font-feature-settings: "palt";
  padding-top: 1.282vw;
  padding-bottom: 1.795vw;
}
@media screen and (min-width: 681px) {
  .sec-product_tablist-item span {
    font-size: 26.16px;
    padding-top: 8.72px;
    padding-bottom: 12.208px;
  }
}
.sec-product_panel {
  display: none;
  cursor: pointer;
}
.sec-product_panel.is-active {
  display: block;
}
.sec-product_panel-title {
  position: relative;
  text-align: center;
  padding-top: 5.385vw;
  padding-bottom: 5.897vw;
  background-color: rgba(255, 0, 188, 0.1);
}
@media screen and (min-width: 681px) {
  .sec-product_panel-title {
    padding-top: 36.624px;
    padding-bottom: 40.112px;
  }
}
.sec-product_panel-title::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 19px;
  width: 2px;
  height: 16px;
  background-color: #ff00bc;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 681px) {
  .sec-product_panel-title::before {
    top: 40px;
    right: 32px;
    width: 2px;
    height: 26px;
  }
}
.sec-product_panel-title::after {
  content: "";
  position: absolute;
  top: 29px;
  right: 12px;
  width: 16px;
  height: 2px;
  background-color: #ff00bc;
}
@media screen and (min-width: 681px) {
  .sec-product_panel-title::after {
    top: 52px;
    right: 20px;
    width: 26px;
  }
}
.sec-product_panel-title.is-active::before {
  transform: rotate(270deg);
}
.sec-product_panel-title.is-column::before {
  top: 15px;
}
@media screen and (min-width: 681px) {
  .sec-product_panel-title.is-column::before {
    top: 26px;
  }
}
.sec-product_panel-title.is-column::after {
  top: 22px;
}
@media screen and (min-width: 681px) {
  .sec-product_panel-title.is-column::after {
    top: 38px;
  }
}
.sec-product_panel-title span {
  display: inline-block;
  font-size: 5.128vw;
  font-weight: 500;
  color: #464646;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 681px) {
  .sec-product_panel-title span {
    font-size: 34.88px;
  }
}
.sec-product_panel-body {
  display: none;
  padding-top: 6.41vw;
  padding-right: 5.128vw;
  padding-bottom: 7.692vw;
  padding-left: 5.128vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel-body {
    padding-top: 43.6px;
    padding-right: 34.88px;
    padding-bottom: 52.32px;
    padding-left: 34.88px;
  }
}
.sec-product_panel-body.is-active {
  display: block;
}
.sec-product_panel-body figure {
  text-align: center;
  margin-top: 5.128vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel-body figure {
    font-size: 22.672px;
    margin-top: 34.88px;
  }
}
.sec-product_panel-body figure img {
  width: 42.821vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel-body figure img {
    width: 291.248px;
  }
}
.sec-product_panel-heading {
  font-size: 4.615vw;
  font-weight: 500;
  color: #464646;
  letter-spacing: 0.02em;
  line-height: 1.2778;
  text-align: center;
  font-feature-settings: "palt";
  margin-bottom: 4.615vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel-heading {
    font-size: 31.392px;
    margin-bottom: 31.392px;
  }
}
.sec-product_panel-sub {
  font-size: 3.333vw;
  font-weight: 500;
  color: #464646;
  letter-spacing: 0.03em;
  text-align: center;
  font-feature-settings: "palt";
  margin-top: 2.564vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel-sub {
    font-size: 22.672px;
    margin-top: 17.44px;
  }
}
.sec-product_panel-caption {
  font-size: 2.564vw;
  font-weight: 500;
  color: #464646;
  letter-spacing: 0.03em;
  text-align: center;
  font-feature-settings: "palt";
  margin-top: 5.128vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel-caption {
    font-size: 17.44px;
    margin-top: 34.88px;
  }
}
.sec-product_panel_table {
  width: 100%;
  margin-bottom: 2.564vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel_table {
    margin-bottom: 17.44px;
  }
}
.sec-product_panel_table-header {
  font-size: 2.564vw;
  font-weight: 500;
  color: #464646;
  height: 3.25em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  vertical-align: middle;
  text-align: center;
  font-feature-settings: "palt";
  background-color: rgba(255, 0, 188, 0.1);
}
.sec-product_panel_table-header.is-row {
  width: 4.75em;
}
.sec-product_panel_table-header.is-note {
  width: 30%;
}
.sec-product_panel_table-header:not(:last-child) {
  border-right: 2px solid #fff;
}
@media screen and (min-width: 681px) {
  .sec-product_panel_table-header {
    font-size: 15.696px;
    height: 2.75em;
  }
}
.sec-product_panel_table-header span {
  font-size: 2.051vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel_table-header span {
    font-size: 12.208px;
  }
}
.sec-product_panel_table-data {
  font-size: 2.564vw;
  font-weight: 500;
  color: #464646;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (min-width: 681px) {
  .sec-product_panel_table-data {
    font-size: 15.696px;
  }
}
.sec-product_panel_table-data.is-row {
  text-align: center;
}
.sec-product_panel_table-data.is-note {
  padding-top: 0.65em;
  padding-bottom: 0.65em;
}
.sec-product_panel_table-caption {
  font-size: 2.564vw;
  font-weight: 500;
  color: #464646;
  font-feature-settings: "palt";
}
@media screen and (min-width: 681px) {
  .sec-product_panel_table-caption {
    font-size: 15.696px;
  }
}
.sec-product_panel_table-caption.is-last {
  text-align: right;
}
.sec-product_panel-caution {
  text-align: center;
  margin-bottom: 4.615vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel-caution {
    margin-bottom: 31.392px;
  }
}
.sec-product_panel-caution span {
  display: inline-block;
  font-size: 2.564vw;
  font-weight: 500;
  color: #464646;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  padding-top: 0.25em;
  padding-right: 0.35em;
  padding-bottom: 0.25em;
  padding-left: 0.35em;
  border: 1px solid #646464;
}
@media screen and (min-width: 681px) {
  .sec-product_panel-caution span {
    font-size: 17.44px;
  }
}
.sec-product_panel_content:not(:last-child) {
  margin-bottom: 7.692vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel_content:not(:last-child) {
    margin-bottom: 52.32px;
  }
}
.sec-product_panel_field:not(:last-child) {
  margin-bottom: 5.128vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel_field:not(:last-child) {
    margin-bottom: 43.6px;
  }
}
.sec-product_panel_field-heading {
  font-size: 2.564vw;
  font-weight: 400;
  color: #464646;
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media screen and (min-width: 681px) {
  .sec-product_panel_field-heading {
    font-size: 15.696px;
  }
}
.sec-product_panel_field-heading:has(+ ul) {
  margin-bottom: 1.538vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel_field-heading:has(+ ul) {
    margin-bottom: 10.464px;
  }
}
.sec-product_panel_field-heading:has(+ table) {
  margin-bottom: 2.564vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel_field-heading:has(+ table) {
    margin-bottom: 13.952px;
  }
}
.sec-product_panel_list {
  counter-reset: product;
}
.sec-product_panel_list-item {
  counter-increment: product;
  display: -moz-flex;
  display: flex;
  font-size: 2.564vw;
  font-weight: 400;
  color: #464646;
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 681px) {
  .sec-product_panel_list-item {
    font-size: 15.696px;
  }
}
.sec-product_panel_list-item::before {
  -moz-flex: 0 0 1.75em;
  flex: 0 0 1.75em;
  content: counter(product) ".";
}
.sec-product_panel_list-item:not(:last-child) {
  margin-bottom: 0.769vw;
}
@media screen and (min-width: 681px) {
  .sec-product_panel_list-item:not(:last-child) {
    margin-bottom: 5.232px;
  }
}


.header > .inner {
	display:flex;
}
.header_logo {
	display:flex;
	align-items: center;
}
.otoiawase {
    max-width: 220px;
	width:40%;
    padding-right: 0px;
}
.otoiawase {
    margin-left: auto;
}