@charset "UTF-8";
/* ===== @use ===== */
/*! destyle.css v4.0.0 | 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;
}

/* 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;
}

/* ===== common.scss ===== */
/*
    変数
*/
/* font */
/* color */
/* switching */
/*
    共通style
*/
/* -- btn --*/
/* -- crm -- */
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* -- アニメーション -- */
/* -- 'inview' フェードプラグイン -- */
/* フェード */
.fade {
  opacity: 0;
  transition: opacity 1.2s;
}
.fade.on {
  opacity: 1;
}

/* フェードアップ */
.itemBox-talk > * > * * {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s, transform 0.6s;
}
.itemBox-talk > * > * *.on {
  transform: translateY(0);
  opacity: 1;
}

/* ===== style.css ===== */
/* -- body -- */
body {
  font: 14px/2.5 "Zen Kaku Gothic New", sans-serif;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 12px;
  }
}

/* -- wrapper -- */
/* -- inner -- */
.inner {
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  max-width: 1366px;
}
@media screen and (max-width: 1526px) {
  .inner {
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .inner {
    padding: 0 36px 0 40px;
  }
}

/*
    tag
*/
a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  img {
    max-width: none;
    width: 100%;
  }
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 901px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .sp_hide {
    display: none !important;
  }
}
/*
    footer
*/
.footer {
  padding: 35px 0 65px;
  background: #fff;
  /* - sns - */
  /* - copy - */
}
.footer-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 177px;
}
.footer-copy {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #413D3C;
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .footer {
    margin-top: 27px;
    padding-bottom: 60px;
    /* - sns - */
    /* - copy - */
  }
  .footer-sns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 114px;
  }
  .footer-sns li {
    width: 28px;
  }
  .footer-copy {
    font-size: 12px;
    margin-top: 12px;
  }
}

/*
    mv
*/
.mv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 15px;
  background: #fff;
}
.mv-img {
  text-align: right;
  width: 57%;
}
.mv-txt {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin: 0 0 7px 66px;
  width: 35%;
}
@media screen and (max-width: 1150px) {
  .mv-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .mv {
    display: block;
    padding: 50px 0 62px 40px;
  }
  .mv-img {
    width: 100%;
  }
  .mv-txt {
    font-size: 16px;
    margin: 19px 0 0;
    width: auto;
  }
}

/*
    contents
*/
/* -- logoBox -- */
.logoBox {
  position: fixed;
  top: 23px;
  left: 35px;
  z-index: 20;
  transition: opacity 0.2s;
}
.logoBox h1 {
  margin-left: 46px;
}
.logoBox-txt {
  font-family: "century-gothic", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  position: absolute;
  top: 10px;
  left: 0;
  transform-origin: 0 0;
  transform: rotate(-90deg) translate(-100%, 0%);
}
.logoBox.class01, .logoBox.class02, .logoBox.class03 {
  opacity: 0;
}
.logoBox.class04, .logoBox.class05 {
  opacity: 1 !important;
}
@media screen and (max-width: 900px) {
  .logoBox {
    top: 7px;
    left: 17px;
  }
  .logoBox h1 {
    margin-left: 23px;
    max-width: 170px;
  }
  .logoBox-txt {
    font-size: 8px;
    top: 13px;
    left: 0;
  }
}

/* -- itemBox -- */
.itemBox {
  position: relative;
  background: #fff;
  z-index: 10;
}
.itemBox#itemBox01 {
  padding-bottom: 113px;
}
.itemBox-box01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 768px;
  z-index: 30;
}
.itemBox-box01-txtBox {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 70px 0 102px;
  max-width: 640px;
}
.itemBox-box01-txtBox-tit {
  font-family: "century-gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.075em;
}
.itemBox-box01-txtBox-txt {
  font-size: 16px;
  line-height: 3.125;
  letter-spacing: 0.025em;
  margin-top: 35px;
}
.itemBox-box01-txtBox-btn {
  margin: 114px auto 0;
  max-width: 321px;
}
.itemBox-box01-txtBox-btn a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 0 1px;
  height: 59px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10rem;
  transition: color 0.6s, border 0.6s, background 0.6s;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
  transition: opacity 0.6s;
}
.itemBox-box01#itemBox02-box01 .itemBox-box01-txtBox {
  padding: 70px 0 113px;
}
.itemBox-box01#itemBox03-box01 .itemBox-box01-txtBox {
  padding: 70px 0 99px;
}
.itemBox-box01#itemBox03-box01 .itemBox-box01-txtBox-txt {
  margin-top: 67px;
}
.itemBox-scrollcnt {
  display: flex;
  box-sizing: content-box;
}
.itemBox-scrollcnt-cnt {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.itemBox-scrollcnt-cnt-box {
  display: flex;
  position: absolute;
}
.itemBox-scrollcnt-cnt-box-img > a {
  display: grid;
  grid-template-rows: 200px 340px;
  grid-template-columns: 550px 1fr;
  gap: 10px;
}
.itemBox-scrollcnt-cnt-box-img > a > *:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/2;
}
.itemBox-scrollcnt-cnt-box-img > a > *:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.itemBox-scrollcnt-cnt-box-img > a > *:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
.itemBox-scrollcnt-cnt-box-txtcnt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.itemBox-scrollcnt-cnt-box-txtcnt-tit {
  font-family: "century-gothic", sans-serif;
  margin-top: 14px;
  width: 30%;
}
.itemBox-scrollcnt-cnt-box-txtcnt-tit-tit {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0.7em 0 0.8em;
}
.itemBox-scrollcnt-cnt-box-txtcnt-tit-price {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: -1px;
}
.itemBox-scrollcnt-cnt-box-txtcnt-tit-price span {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 3px 0 0;
  height: 18px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 10rem;
  transition: color 0.6s, border 0.6s, background 0.6s;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 0;
  margin-left: 10px;
  width: 45px;
}
.itemBox-scrollcnt-cnt-box-txtcnt-txt {
  line-height: 2.14;
  margin-top: 26px;
  width: 66.9%;
}
#itemBox01 .itemBox-scrollcnt {
  padding-top: 99px;
  margin: 0 15px 0 80px;
  padding-bottom: 123px;
  height: 700px;
}
#itemBox01 .itemBox-scrollcnt-cnt-box li {
  width: 500px;
}
#itemBox01 .itemBox-scrollcnt-cnt-box li:not(:last-child) {
  margin-right: 10px;
}
#itemBox02 .itemBox-scrollcnt {
  margin: 0 0 0 calc((100% - 830px) / 2);
  padding: 100px 0 54px;
  height: 700px;
}
@media screen and (min-width: 901px) {
  #itemBox02 .itemBox-scrollcnt.minheight .itemBox-scrollcnt-cnt-box li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 914px;
  }
  #itemBox02 .itemBox-scrollcnt.minheight .itemBox-scrollcnt-cnt-box-img {
    width: 66.7%;
  }
  #itemBox02 .itemBox-scrollcnt.minheight .itemBox-scrollcnt-cnt-box-img > a {
    grid-template-rows: 36.5% 1fr;
    grid-template-columns: 66.4% 1fr;
    gap: 7px;
  }
  #itemBox02 .itemBox-scrollcnt.minheight .itemBox-scrollcnt-cnt-box-txtcnt {
    width: 30%;
  }
  #itemBox02 .itemBox-scrollcnt.minheight .itemBox-scrollcnt-cnt-box-txtcnt-tit {
    width: 100%;
  }
  #itemBox02 .itemBox-scrollcnt.minheight .itemBox-scrollcnt-cnt-box-txtcnt-txt {
    margin-top: 25px;
    width: 100%;
  }
}
#itemBox02 .itemBox-scrollcnt-cnt-box li {
  margin-right: calc((100vw - 830px) / 2);
  width: 830px;
}
.itemBox-talk > * {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.itemBox-talk > *:nth-child(1) .itemBox-talk-txtcnt-tit {
  margin-top: 163px;
}
.itemBox-talk > *:nth-child(1) .itemBox-talk-txtcnt dl dd:nth-of-type(2) {
  margin-top: 33px;
}
.itemBox-talk > *:nth-child(2) {
  margin-top: 48px;
}
.itemBox-talk > *:nth-child(2) .itemBox-talk-img {
  margin-top: 67px;
}
.itemBox-talk > *:nth-child(2) .itemBox-talk-txtcnt dl {
  margin-top: 166px;
}
.itemBox-talk > *:nth-child(2) .itemBox-talk-txtcnt dl dt:nth-of-type(2) {
  margin-top: 88px;
}
.itemBox-talk > *:nth-child(2) .itemBox-talk-txtcnt dl dd:nth-of-type(2) {
  margin-top: 33px;
}
.itemBox-talk > *:nth-child(3) {
  margin-top: 115px;
}
.itemBox-talk > *:nth-child(3) .itemBox-talk-img > *:not(:last-child) {
  margin-bottom: 25px;
}
.itemBox-talk > *:nth-child(3) .itemBox-talk-txtcnt {
  margin-top: 33px;
}
.itemBox-talk > *:nth-child(3) .itemBox-talk-txtcnt dl {
  margin-top: 166px;
}
.itemBox-talk > *:nth-child(3) .itemBox-talk-txtcnt dl dt:nth-of-type(2) {
  margin-top: 88px;
}
.itemBox-talk > *:nth-child(3) .itemBox-talk-txtcnt dl dd:nth-of-type(2) {
  margin-top: 33px;
}
.itemBox-talk-txtcnt {
  padding-right: 4%;
  width: 50%;
}
.itemBox-talk-txtcnt-tit {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.itemBox-talk-txtcnt dl {
  margin-top: 141px;
}
.itemBox-talk-txtcnt dl dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.025em;
  position: relative;
  margin-top: 123px;
  padding-left: 1.4em;
}
.itemBox-talk-txtcnt dl dt::before {
  display: block;
  position: absolute;
  top: 14px;
  left: 3px;
  width: 14px;
  height: 2px;
  background: #000;
  content: "";
}
.itemBox-talk-txtcnt dl dd {
  margin-top: 44px;
}
.itemBox-talk-img {
  text-align: right;
  width: 41.46%;
}
.itemBox-talk-img > *:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .itemBox-box01 {
    min-height: 667px;
  }
  .itemBox-box01#itemBox02-box01 {
    margin-top: 69px;
  }
  .itemBox-box01-txtBox {
    padding: 30px 23px 92px;
    max-width: none;
  }
  .itemBox-box01-txtBox-tit {
    font-size: 20px;
  }
  .itemBox-box01-txtBox-tit img {
    max-width: 150px;
  }
  .itemBox-box01-txtBox-txt {
    font-size: 12px;
    margin-top: 47px;
  }
  .itemBox-box01-txtBox-btn {
    margin: 88px auto 0;
    max-width: 200px;
  }
  .itemBox-box01-txtBox-btn a {
    padding: 0;
    height: 40px;
    font-size: 16px;
  }
  .itemBox-box01#itemBox02-box01 .itemBox-box01-txtBox {
    padding: 30px 50px 59px;
  }
  .itemBox-box01#itemBox02-box01 .itemBox-box01-txtBox-txt {
    margin-top: 67px;
  }
  .itemBox-box01#itemBox03-box01 .itemBox-box01-txtBox {
    padding: 30px 55px 46px;
  }
  .itemBox-box01#itemBox03-box01 .itemBox-box01-txtBox-txt {
    margin-top: 85px;
  }
  .itemBox-scrollcnt-cnt-box-img > a {
    grid-template-rows: 299px 166.5px;
    grid-template-columns: 127.5px 166.5px;
    gap: 5px;
  }
  .minheight .itemBox-scrollcnt-cnt-box-img > a {
    grid-template-rows: calc(64vh - 200px) calc(36vh - 140px);
    gap: 1vh;
  }
  .minheight .itemBox-scrollcnt-cnt-box-img > a > * {
    position: relative;
    overflow: hidden;
  }
  .minheight .itemBox-scrollcnt-cnt-box-img > a > * > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
  }
  .itemBox-scrollcnt-cnt-box-img > a > *:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .itemBox-scrollcnt-cnt-box-img > a > *:nth-child(2) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .itemBox-scrollcnt-cnt-box-img > a > *:nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .itemBox-scrollcnt-cnt-box-txtcnt {
    display: block;
  }
  .itemBox-scrollcnt-cnt-box-txtcnt-tit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
    width: auto;
  }
  .itemBox-scrollcnt-cnt-box-txtcnt-tit-tit {
    font-size: 14px;
    margin-right: 20px;
  }
  .itemBox-scrollcnt-cnt-box-txtcnt-tit-price {
    font-size: 10px;
    margin-top: -1px;
  }
  .itemBox-scrollcnt-cnt-box-txtcnt-tit-price span {
    top: 0;
    margin-left: 5px;
    padding: 2px 0 0;
    height: 15px;
    width: 40px;
    border-color: rgba(0, 0, 0, 0.5);
  }
  .itemBox-scrollcnt-cnt-box-txtcnt-txt {
    line-height: 1.5;
    margin-top: 7px;
    width: auto;
  }
  #itemBox01 .itemBox-scrollcnt {
    margin: 52px 0 0 41px;
    padding-bottom: 56px;
    height: 476px;
  }
  #itemBox01 .itemBox-scrollcnt-cnt-box li {
    margin-right: 5px;
    width: 340px;
  }
  #itemBox01 .itemBox-scrollcnt-cnt-box li:not(:last-child) {
    margin-right: 5px;
  }
  #itemBox02 .itemBox-scrollcnt {
    margin: 47px 0 0 calc((100% - 299px) / 2);
    padding: 60px 0 21px;
    height: 648px;
  }
  #itemBox02 .itemBox-scrollcnt-cnt-box li {
    margin-right: calc((100vw - 299px) / 2);
    width: 299px;
  }
  .itemBox-talk > * {
    display: block;
  }
  .itemBox-talk > *:nth-child(1) .itemBox-talk-txtcnt-tit {
    margin-top: 0;
  }
  .itemBox-talk > *:nth-child(1) .itemBox-talk-txtcnt dl dd:nth-of-type(2) {
    margin-top: 16px;
  }
  .itemBox-talk > *:nth-child(1) .itemBox-talk-img > *:nth-of-type(1) {
    width: 83.5%;
  }
  .itemBox-talk > *:nth-child(1) .itemBox-talk-img > *:nth-of-type(2) {
    margin-left: auto;
    width: 50.4%;
  }
  .itemBox-talk > *:nth-child(2) {
    margin-top: 88px;
  }
  .itemBox-talk > *:nth-child(2) .itemBox-talk-txtcnt dl {
    margin-top: 77px;
  }
  .itemBox-talk > *:nth-child(2) .itemBox-talk-txtcnt dl dt:nth-of-type(2) {
    margin-top: 44px;
  }
  .itemBox-talk > *:nth-child(2) .itemBox-talk-txtcnt dl dd:nth-of-type(2) {
    margin-top: 16px;
  }
  .itemBox-talk > *:nth-child(2) .itemBox-talk-img {
    margin-top: 46px;
  }
  .itemBox-talk > *:nth-child(2) .itemBox-talk-img > *:nth-of-type(1) {
    margin: 0 auto;
    width: 83.5%;
  }
  .itemBox-talk > *:nth-child(3) {
    margin-top: 61px;
  }
  .itemBox-talk > *:nth-child(3) .itemBox-talk-txtcnt {
    margin-top: 33px;
  }
  .itemBox-talk > *:nth-child(3) .itemBox-talk-txtcnt dl {
    margin-top: 65px;
  }
  .itemBox-talk > *:nth-child(3) .itemBox-talk-txtcnt dl dt:nth-of-type(2) {
    margin-top: 45px;
  }
  .itemBox-talk > *:nth-child(3) .itemBox-talk-txtcnt dl dd:nth-of-type(1) {
    margin-top: 21px;
  }
  .itemBox-talk > *:nth-child(3) .itemBox-talk-txtcnt dl dd:nth-of-type(2) {
    margin-top: 15px;
  }
  .itemBox-talk > *:nth-child(3) .itemBox-talk-img {
    margin-top: 43px;
  }
  .itemBox-talk > *:nth-child(3) .itemBox-talk-img > *:not(:last-child) {
    margin-bottom: 4.3%;
  }
  .itemBox-talk > *:nth-child(3) .itemBox-talk-img > *:nth-of-type(1) {
    margin-left: auto;
    width: 50.4%;
  }
  .itemBox-talk > *:nth-child(3) .itemBox-talk-img > *:nth-of-type(2) {
    width: 83.5%;
  }
  .itemBox-talk-txtcnt {
    padding: 0 4px 0 18px;
    width: auto;
  }
  .itemBox-talk-txtcnt-tit {
    font-size: 16px;
  }
  .itemBox-talk-txtcnt dl {
    margin-top: 65px;
  }
  .itemBox-talk-txtcnt dl dt {
    font-size: 14px;
    margin-top: 62px;
    padding-left: 1.3em;
  }
  .itemBox-talk-txtcnt dl dt::before {
    top: 11px;
    left: 1px;
    width: 7px;
    height: 1px;
  }
  .itemBox-talk-txtcnt dl dd {
    margin-top: 22px;
  }
  .itemBox-talk-img {
    text-align: left;
    margin-top: 55px;
    width: auto;
  }
  .itemBox-talk-img > *:not(:last-child) {
    margin-bottom: 3.3%;
  }
}

/* -- bgfixed -- */
.bgfixed-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: fixed;
  content: "";
  z-index: -1;
  background: #B2B2B2;
}
.bgfixed-bg img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}
.bgfixed:not(#bgfixed01) .bgfixed-bg {
  opacity: 0;
}
.bgfixed.act .bgfixed-bg {
  opacity: 1 !important;
}

/* -- modal -- */
.modal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.modal-btn {
  font-weight: 900;
  text-decoration: underline;
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 20;
}
.modal-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 43px;
  height: 100dvh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-cnt::-webkit-scrollbar {
  display: none;
}
.modal-cnt-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  margin: 76px auto;
  padding: 48px 108px 67px 86px;
  width: 100%;
  max-width: 920px;
  background: #fff;
}
.modal-cnt-inner-txtbox {
  margin-top: 36px;
  width: 51%;
}
.modal-cnt-inner-txtbox-tit {
  font-family: "century-gothic", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.modal-cnt-inner-txtbox-txt {
  margin-top: 32px;
}
.modal-cnt-inner-img {
  width: 41.323%;
}
.modal-cnt-inner-img > *:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .modal-close {
    top: 10px;
    right: 18px;
    width: 12px;
  }
  .modal-cnt-inner {
    display: block;
    padding: 40px 39px 30px;
  }
  .modal-cnt-inner-txtbox {
    margin-top: 18px;
    width: auto;
  }
  .modal-cnt-inner-txtbox-tit {
    font-size: 11px;
  }
  .modal-cnt-inner-txtbox-txt {
    margin-top: -1px;
  }
  .modal-cnt-inner-img {
    margin: 0 auto;
    width: 84.8%;
  }
  .modal-cnt-inner-img > *:not(:last-child) {
    margin-bottom: 7px;
  }
}/*# sourceMappingURL=style.css.map */