.sp {
  display: none !important; }

.pc {
  display: block !important; }

.sp-flex {
  display: none !important; }

.pc-flex {
  display: flex !important; }

.sp-inlineblock {
  display: none !important; }

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

@media screen and (max-width: 750px) {
  .sp {
    display: block !important; }

  .pc {
    display: none !important; }

  .sp-flex {
    display: flex !important; }

  .pc-flex {
    display: none !important; }

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

  .pc-inlineblock {
    display: none !important; } }
.fade-in-up01 {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: 1.6s;
  transition: 1.6s;
  will-change: opacity, transform; }

@media only screen and (max-width: 560px) {
  .fade-in-up01 {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px); } }
.fade-in-up01.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.btn {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 1px #000;
  padding: 18px 0;
  width: 220px;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s; }
  @media screen and (max-width: 750px) {
    .btn {
      font-size: 14px;
      margin: 0 auto; } }
  .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    background: #77787b; }
  .btn:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    position: absolute;
    content: "\e805";
    top: 19px;
    right: 14px;
    transition: all 0.5s; }
  .btn:hover {
    color: #fff; }
  .btn:hover:before {
    transform: scaleX(1); }
  .btn:hover:after {
    right: 6px; }
  .btn-white {
    color: #fff;
    border: solid 1px #fff; }

.story-main {
  background-image: url(/asset/image/top/main_visual_pic11.webp);
  height: 574px;
  background-size: 120% auto;
  background-repeat: no-repeat;
  position: relative;
  background-position: 50% 0; }
  @media screen and (max-width: 750px) {
    .story-main {
      background-size: cover;
      background-position: center 0;
      height: 160px;
      margin-top: 50px;
      margin-bottom: 3em; } }
  .story-main h1 {
    font-family: "Playfair Display", serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 1px;
    width: 40%;
    height: 574px;
    display: table;
    vertical-align: middle;
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 750px) {
      .story-main h1 {
        font-size: 24px;
        height: 160px; } }
    .story-main h1 span {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      z-index: 1;
      /* color:#fff; */
      text-align: center; }
      .story-main h1 span sup {
        font-size: 24px;
        top: -18px;
        position: relative; }
      @media screen and (max-width: 750px) {
        .story-main h1 span sup {
          font-size: 10px;
          top: -6px; } }
  .story-main:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 100%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 750px) {
      .story-main:after {
        width: 50%; } }
  .story-main-chateau {
    background-image: url(/asset/image/our-story/pict01.webp);
    background-position: center 80%; }
  .story-main-iris {
    background-image: url(/asset/image/our-story/pict12.webp);
    background-position: 80% 80%;
    background-size: auto 100%; }
    @media screen and (max-width: 750px) {
      .story-main-iris {
        margin-bottom: 0;
        background-position: 95% 80%; } }
  .story-main-active {
    background-image: url(/asset/image/our-story/pict13.webp);
    background-position: right -148px top 69%;
    background-size: 1250px auto;
    background-color: #000; }
    @media screen and (max-width: 1500px) {
      .story-main-active {
        background-position: right -208px top 69%; } }
    @media screen and (max-width: 1300px) {
      .story-main-active {
        background-position: right -250px top 69%; } }
    @media screen and (max-width: 1200px) {
      .story-main-active {
        background-position: right -350px top 69%; } }
    @media screen and (max-width: 1000px) {
      .story-main-active {
        background-position: right -390px top 69%; } }
    @media screen and (max-width: 900px) {
      .story-main-active {
        background-position: right -470px top 69%; } }
    .story-main-active:after {
      background: rgba(255, 255, 255, 0.3);
      display: none; }
    .story-main-active h1 {
      color: #fff; }
      @media screen and (max-width: 750px) {
        .story-main-active h1 {
          width: 50%; } }
    @media screen and (max-width: 750px) {
      .story-main-active {
        margin-bottom: 0;
        background-position: 345% 69%;
        background-size: 91% auto; } }

@media screen and (max-width: 750px) {
  .container {
    padding: 0; } }
.flex_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 10em 0 10em;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .flex_box {
      flex-direction: column;
      padding: 5em 0 0; } }
  .flex_box .image_box {
    width: 50%; }
    @media screen and (max-width: 750px) {
      .flex_box .image_box {
        width: 100%;
        margin-bottom: 16px; } }
  .flex_box .contents_box {
    width: 45%; }
    @media screen and (max-width: 750px) {
      .flex_box .contents_box {
        width: 100%;
        padding: 0 20px; } }
    .flex_box .contents_box .read_box .box h2 {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 16px;
      font-size: 60px;
      font-weight: 400;
      line-height: 150%;
      margin-bottom: 80px;
      position: relative; }
      @media screen and (max-width: 750px) {
        .flex_box .contents_box .read_box .box h2 {
          font-size: 28px;
          text-align: center;
          margin-bottom: 32px; } }
      .flex_box .contents_box .read_box .box h2:before {
        content: "";
        width: 90px;
        height: 1px;
        display: block;
        background: #000;
        position: absolute;
        bottom: -40px;
        left: 0; }
        @media screen and (max-width: 750px) {
          .flex_box .contents_box .read_box .box h2:before {
            bottom: -16px;
            left: 0;
            right: 0;
            margin: auto; } }
    .flex_box .contents_box .read_box .box p {
      line-height: 185%;
      margin-bottom: 16px; }
    .flex_box .contents_box .read_box .box .sup {
      font-size: 23px; }

@media screen and (max-width: 750px) {
  #section01 .flex_box {
    padding: 0 0 5em; }
    #section01 .flex_box .image_box {
      padding: 0 20px; } }

@media screen and (max-width: 750px) {
  #section02 {
    background: none;
    padding: 0 0 5em; } }
#section02 .flex_box {
  height: 732px;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 750px) {
    #section02 .flex_box {
      padding: 0;
      height: auto; } }
  #section02 .flex_box .image_box {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: -70%;
    margin: auto;
    width: 960px;
    height: 732px; }
    @media screen and (max-width: 900px) {
      #section02 .flex_box .image_box {
        left: -89%; } }
    @media screen and (max-width: 750px) {
      #section02 .flex_box .image_box {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        height: auto;
        width: auto; } }
    #section02 .flex_box .image_box img {
      object-fit: cover;
      width: 960px;
      height: 732px; }
      @media screen and (max-width: 750px) {
        #section02 .flex_box .image_box img {
          display: block;
          height: auto;
          width: auto;
          object-fit: unset; } }
  #section02 .flex_box .contents_box {
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 750px) {
    #section02 .flex_box p {
      text-align: center; } }

#section03 {
  background-image: url(/asset/image/our-story/pict03.webp);
  background-size: auto 625px;
  background-repeat: no-repeat;
  background-position: 80% center;
  background-color: #000;
  height: 625px; }
  @media screen and (max-width: 750px) {
    #section03 {
      height: auto;
      background-image: none; } }
  #section03 .flex_box {
    color: #fff; }
    @media screen and (max-width: 750px) {
      #section03 .flex_box {
        padding: 0 0 5em; } }
    @media screen and (max-width: 750px) {
      #section03 .flex_box p {
        text-align: center; } }
    #section03 .flex_box .image_box img {
      display: none; }
      @media screen and (max-width: 750px) {
        #section03 .flex_box .image_box img {
          display: block; } }
    #section03 .flex_box .contents_box .read_box .box h2:before {
      background-color: #fff; }

.pop-gp {
  padding-top: 5em;
  margin-bottom: 5em; }
  @media screen and (max-width: 750px) {
    .pop-gp {
      padding-top: 0em;
      margin-bottom: 3em; } }
  .pop-gp_mg {
    margin-bottom: 10em; }
    @media screen and (max-width: 750px) {
      .pop-gp_mg {
        margin-bottom: 5em; } }
  .pop-gp .title {
    text-align: center;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-bottom: 1.5em;
    padding: 0 1em; }
    @media screen and (max-width: 750px) {
      .pop-gp .title {
        font-size: 20px;
        padding: 0;
        margin-bottom: 0.8em;
        line-height: 1.5; } }
  .pop-gp .lead {
    padding: 0 1em;
    text-align: center;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.5; }
    @media screen and (max-width: 750px) {
      .pop-gp .lead {
        font-size: 16px;
        padding: 0 1em;
        margin-bottom: 1em;
        line-height: 1.4; } }
  .pop-gp p {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 2em;
    text-align: center; }
  .pop-gp .btn-wrap {
    margin-bottom: 3em; }
    @media screen and (max-width: 750px) {
      .pop-gp .btn-wrap {
        margin-bottom: 2em; } }
    .pop-gp .btn-wrap_mg01 {
      margin-bottom: 8em; }
      @media screen and (max-width: 750px) {
        .pop-gp .btn-wrap_mg01 {
          margin-bottom: 4em; } }
  .pop-gp .btn {
    margin: 0 auto;
    max-width: 400px;
    width: 90%; }
    @media screen and (max-width: 750px) {
      .pop-gp .btn {
        max-width: 100%;
        max-width: 220px; } }
  .pop-gp .img {
    max-width: 1400px;
    margin: 0 auto; }
    .pop-gp .img img {
      object-fit: cover;
      height: 400px;
      width: 100%; }
      @media screen and (max-width: 750px) {
        .pop-gp .img img {
          height: 200px; } }
  .pop-gp .layout {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      .pop-gp .layout {
        display: block; } }
    .pop-gp .layout .img {
      width: 50%; }
      @media screen and (max-width: 750px) {
        .pop-gp .layout .img {
          width: 100%;
          margin-bottom: 1em; } }
    .pop-gp .layout .txt {
      width: 50%;
      padding: 0 1.5em 0 1.5em; }
      @media screen and (max-width: 750px) {
        .pop-gp .layout .txt {
          width: 100%;
          padding: 0 1em; } }
      .pop-gp .layout .txt .lead {
        text-align: left;
        margin: 0 0 1.2em;
        padding: 0; }
      .pop-gp .layout .txt p {
        padding: 0;
        margin: 0 0 1em;
        max-width: unset;
        width: 100%;
        text-align: left; }
      .pop-gp .layout .txt .btn {
        margin: 2em 0 0 0; }
        @media screen and (max-width: 750px) {
          .pop-gp .layout .txt .btn {
            margin: 2em auto 0; } }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.pop-window-inner-wrapper {
  padding: 2em; }

.pop-window-inner {
  background-color: #fff;
  padding: 3em; }
  @media screen and (max-width: 750px) {
    .pop-window-inner {
      padding: 1.5em; } }
  .pop-window-inner .pop-window-content .title {
    text-align: center;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    margin-bottom: 1em; }
    @media screen and (max-width: 750px) {
      .pop-window-inner .pop-window-content .title {
        font-size: 18px;
        padding: 0 1em;
        margin-bottom: 0.8em; } }
    .pop-window-inner .pop-window-content .title .en {
      font-family: "Playfair Display", serif;
      font-weight: 400; }
  .pop-window-inner .pop-window-content .title-num {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    margin-bottom: 0.7em;
    margin-top: 2em;
    font-weight: 400; }
    @media screen and (max-width: 750px) {
      .pop-window-inner .pop-window-content .title-num {
        font-size: 16px;
        line-height: 1.3; } }
    .pop-window-inner .pop-window-content .title-num .num {
      font-size: 34px;
      font-style: italic;
      margin-right: 0.3em; }
      @media screen and (max-width: 750px) {
        .pop-window-inner .pop-window-content .title-num .num {
          font-size: 20px; } }
  .pop-window-inner .pop-window-content p {
    margin-bottom: 1em;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .pop-window-inner .pop-window-content p {
        text-align: left; } }
  .pop-window-inner .pop-window-content p.tal {
    text-align: left; }
  .pop-window-inner .pop-window-content .note {
    font-size: 11px; }
  .pop-window-inner .close {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    text-align: center;
    display: block;
    max-width: 230px;
    border: 1px solid #000;
    padding: 1em 0;
    margin: 3em auto 0;
    cursor: pointer; }
  .pop-window-inner .close_circle {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #77787b;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer; }
    @media screen and (max-width: 750px) {
      .pop-window-inner .close_circle {
        top: 15px;
        right: 15px; } }
    .pop-window-inner .close_circle:before, .pop-window-inner .close_circle:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 1px;
      height: 15px;
      margin: auto;
      background-color: #fff;
      transform: rotate(45deg); }
    .pop-window-inner .close_circle:after {
      transform: rotate(-45deg); }

.modaal-container {
  background: none !important;
  box-shadow: unset;
  max-width: 1100px !important; }

.modaal-content-container {
  padding: 0 !important; }

@media screen and (max-width: 750px) {
  .modaal-inner-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.iris-gp {
  padding: 5em 0; }
  @media screen and (max-width: 750px) {
    .iris-gp {
      padding: 3em 0; } }
  .iris-gp_pd {
    padding: 1em 0 0; }
  .iris-gp_back {
    background-image: url(../image/our-story/pict06.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    .iris-gp_back:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: auto;
      background-color: rgba(255, 255, 255, 0.85); }
  .iris-gp .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    .iris-gp .inner .title {
      text-align: center;
      font-size: 50px;
      font-family: "Playfair Display", serif;
      font-weight: 400;
      margin-bottom: 0.8em;
      padding: 0 1em; }
      @media screen and (max-width: 750px) {
        .iris-gp .inner .title {
          font-size: 20px; } }
    .iris-gp .inner p {
      margin-bottom: 1em; }
      @media screen and (max-width: 750px) {
        .iris-gp .inner p.tac {
          text-align: left; } }
      .iris-gp .inner p.note {
        font-size: 11px; }
  .iris-gp .layout {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      .iris-gp .layout {
        display: block; } }
    .iris-gp .layout .img {
      width: 50%;
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 750px) {
        .iris-gp .layout .img {
          width: 100%; } }
      .iris-gp .layout .img img {
        vertical-align: top;
        object-fit: cover;
        width: 100%;
        height: 600px;
        object-position: top center; }
        @media screen and (max-width: 750px) {
          .iris-gp .layout .img img {
            height: 250px;
            width: 100%;
            object-fit: contain; } }
    .iris-gp .layout .txt {
      width: 50%;
      padding: 2em 1.5em 0; }
      @media screen and (max-width: 750px) {
        .iris-gp .layout .txt {
          width: 100%;
          padding: 2em 1.5em 3em; } }
      .iris-gp .layout .txt .title {
        font-size: 50px;
        font-family: "Playfair Display", serif;
        font-weight: 400;
        margin: 0 0 0.8em; }
        @media screen and (max-width: 750px) {
          .iris-gp .layout .txt .title {
            font-size: 20px;
            text-align: center; } }
      .iris-gp .layout .txt p {
        margin-bottom: 1em; }

.active-gp {
  padding: 6em 0 0; }
  @media screen and (max-width: 750px) {
    .active-gp {
      padding: 3em 0 0; } }
  .active-gp .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative; }
  .active-gp .title {
    text-align: center;
    font-size: 50px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin-bottom: 0.5em;
    padding: 0 1em;
    line-height: 1.3; }
    .active-gp .title sup {
      font-size: 24px;
      top: -18px;
      position: relative; }
    @media screen and (max-width: 750px) {
      .active-gp .title {
        font-size: 20px; }
        .active-gp .title sup {
          font-size: 10px;
          top: -6px; } }
  .active-gp .lead {
    text-align: center;
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.5; }
    @media screen and (max-width: 750px) {
      .active-gp .lead {
        font-size: 16px;
        padding: 0 1em;
        margin-bottom: 1em;
        line-height: 1.4; } }
  .active-gp p {
    text-align: center; }
    @media screen and (max-width: 750px) {
      .active-gp p {
        text-align: left; } }
  .active-gp .layout {
    display: flex;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      .active-gp .layout {
        display: block; } }
    .active-gp .layout .img {
      width: 50%;
      margin: 0; }
      @media screen and (max-width: 750px) {
        .active-gp .layout .img {
          width: 100%;
          margin-bottom: 1em; } }
      .active-gp .layout .img img {
        vertical-align: top;
        object-fit: cover;
        width: 100%;
        height: 500px;
        object-position: top center; }
        @media screen and (max-width: 750px) {
          .active-gp .layout .img img {
            height: auto;
            width: 100%;
            object-fit: contain; } }
    .active-gp .layout .txt {
      width: 50%;
      padding: 0 0 0 1.5em; }
      @media screen and (max-width: 750px) {
        .active-gp .layout .txt {
          padding: 0;
          width: 100%; } }
      .active-gp .layout .txt .title {
        text-align: left;
        margin: 0 0 0.5em;
        padding: 0; }
        .active-gp .layout .txt .title-s {
          font-size: 40px; }
          @media screen and (max-width: 1000px) {
            .active-gp .layout .txt .title-s {
              font-size: 30px; }
              .active-gp .layout .txt .title-s sup {
                font-size: 18px;
                top: -8px; } }
          @media screen and (max-width: 750px) {
            .active-gp .layout .txt .title-s {
              font-size: 20px;
              text-align: center; }
              .active-gp .layout .txt .title-s sup {
                font-size: 10px;
                top: -8px; } }
      .active-gp .layout .txt .lead {
        text-align: left; }
        @media screen and (max-width: 750px) {
          .active-gp .layout .txt .lead {
            padding: 0;
            text-align: center; } }
      .active-gp .layout .txt p {
        text-align: left;
        margin-bottom: 1em; }
        .active-gp .layout .txt p.txt-mg {
          margin-bottom: 2.5em; }
    .active-gp .layout_wide {
      max-width: 1400px;
      width: 100%; }
      @media screen and (max-width: 750px) {
        .active-gp .layout_wide {
          width: 90%;
          margin-bottom: 4em; } }
      .active-gp .layout_wide .img {
        width: 50%; }
        @media screen and (max-width: 1200px) {
          .active-gp .layout_wide .img {
            width: 40%; } }
        @media screen and (max-width: 750px) {
          .active-gp .layout_wide .img {
            width: 100%;
            margin-bottom: 1em; } }
      .active-gp .layout_wide .txt {
        width: 50%; }
        @media screen and (max-width: 1200px) {
          .active-gp .layout_wide .txt {
            width: 60%; } }
        @media screen and (max-width: 750px) {
          .active-gp .layout_wide .txt {
            width: 100%; } }
  .active-gp .img {
    margin-top: 2.5em; }
    @media screen and (max-width: 750px) {
      .active-gp .img {
        margin-top: 1em; } }
