@charset "UTF-8";
/* CSS Document */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
}

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

/**
* 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: 1em;
  /* 2 */
}

/* Text-level semantics
 ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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;
}

/* Embedded content
 ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
 ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* 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. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Misc
 ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

html hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

html a {
  display: inline-block;
  cursor: pointer;
}

html body {
  line-height: 1.5;
  color: #736357;
  font-family: "Sawarabi Gothic";
  max-width: 1920px;
  overflow-x: hidden;
  /*img要素に対して縦横比固定で可変させる*/
  /*a要素に幅や高さ、マージン等の指定ができるようにブロックレベル要素同様の仕様にする*/
  /*リンクテキストに対してマウスオーバーした際、透明度を指定して変化*/
  /*  .fade-in {
     opacity: 0;
     transition-duration: 500ms;
     transition-property: opacity, transform;
   }

   .fade-in-left {
     transform: translate(-50px, 0);
   }
  */
  /*-------------------------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------------------------------------------*/
  /* ----------------------------------------------------------------------------------------------------------------------- */
}

html body img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html body section {
  display: block;
}

html body a {
  display: inline-block;
  cursor: pointer;
}

html body a:link {
  color: #7c754f;
}

html body a:hover {
  color: #7c754f;
  opacity: 0.7;
  /*    filter: alpha(opacity=70
  ); */
}

html body a:visited {
  color: #7c754f;
}

html body .zoom {
  transition-duration: 0.3s;
  opacity: 0.6;
  cursor: pointer;
}

html body .zoom:hover {
  transform: scale(1.25);
  opacity: 1;
}

@media screen and (min-width: 320px) {
  header {
    position: fixed;
    z-index: 1000;
    height: 67px;
    padding-bottom: 2vh;
    width: 100%;
    background-color: #6a3c77;
    /*OPEN時の動き*/
  }
  header h1 {
    width: 50vw;
    padding: 0 0 0 1vw;
  }
  header h1 .pc-logo {
    display: none;
  }
  header h1 .sp-logo {
    display: block;
  }
  header .drawer {
    display: block;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 10vh;
    /* 2番目と3番目のspanを45度に */
  }
  header .drawer .Toggle {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    right: 15px;
    padding: 3px;
    top: 9px;
  }
  header .drawer .Toggle span {
    display: block;
    position: absolute;
    width: 44px;
    border-bottom: solid 4px #fff;
    transition: 0.35s ease-in-out;
  }
  header .drawer .Toggle span:nth-child(1) {
    top: 8px;
  }
  header .drawer .Toggle span:nth-child(2) {
    top: 23px;
  }
  header .drawer .Toggle span:nth-child(3) {
    top: 38px;
  }
  header .drawer .Toggle.active span:nth-child(1) {
    top: 23px;
    /* 1番目のspanをマイナス45度に */
    transform: rotate(-45deg);
  }
  header .drawer .Toggle.active span:nth-child(2),
  header .drawer .Toggle.active span:nth-child(3) {
    top: 23px;
    transform: rotate(45deg);
  }
  header #header-navi {
    margin: 0;
    position: absolute;
    top: 83px;
    text-align: center;
    margin-top: 0px;
    background-color: rgba(229, 209, 235, 0.7);
    transition: 0.5s ease;
    -webkit-transform: translateX(100%);
  }
  header #header-navi #header-navi-inner {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  header #header-navi #header-navi-inner li {
    border-bottom: #c9abd8 solid 1px;
    height: 60px;
    width: 100vw;
    background-color: #f6d8f7;
    display: flex;
    background-color: #f6d8f7;
    justify-content: center;
    align-items: center;
  }
  header #header-navi #header-navi-inner li a {
    display: block;
    font-weight: bold;
    padding: 1rem;
    border-bottom: 1px dotted #ccc;
    color: #333;
    text-decoration: none;
    font-size: 1.5rem;
  }
  header #header-navi.open {
    transform: translateX(0%);
    /*メニューを元の位置へ戻す*/
  }
}
@media screen and (min-width: 600px) {
  header {
    position: static;
    z-index: 1000;
    height: 40px;
    padding-bottom: 4vh;
  }
  header h1 {
    width: 34vw;
    padding: 0 0 0 1vw;
    height: 7vw;
    display: flex;
    align-items: center;
  }
  header h1 .pc-logo {
    display: block;
  }
  header h1 .sp-logo {
    display: none;
  }
  header .drawer {
    display: block;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 10vh;
  }
  header .drawer .Toggle {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    right: 15px;
    padding: 3px;
    top: 9px;
  }
  header .drawer .Toggle span {
    display: block;
    position: absolute;
    width: 44px;
    border-bottom: solid 4px #fff;
    transition: 0.35s ease-in-out;
  }
  header .drawer .Toggle span:nth-child(1) {
    top: 8px;
  }
  header .drawer .Toggle span:nth-child(2) {
    top: 23px;
  }
  header .drawer .Toggle span:nth-child(3) {
    top: 38px;
  }
  header #header-navi {
    width: 100%;
    height: auto;
    background: #f6f6f6;
    display: flex;
    position: absolute;
    top: 75px;
  }
  header #header-navi #header-navi-inner {
    flex-direction: column;
  }
  header #header-navi #header-navi-inner li {
    border-bottom: #c9abd8 solid 1px;
    height: 7vw;
    width: 100vw;
    background-color: #f6d8f7;
    display: flex;
    background-color: #f6d8f7;
    justify-content: center;
    align-items: center;
  }
  header #header-navi.open {
    transform: translateX(0%);
    /*メニューを元の位置へ戻す*/
  }
}
@media screen and (min-width: 1025px) {
  header {
    width: 100%;
    height: 5vw;
    background-color: #6a3c77;
    z-index: 1000;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  header h1 {
    width: 23vw;
    height: 5vw;
    display: flex;
    align-items: center;
  }
  header h1 .pc-logo {
    display: block;
  }
  header h1 .sp-logo {
    display: none;
  }
  header .drawer {
    display: none;
  }
  header .drawer .Toggle {
    display: none;
  }
  header #header-navi {
    position: static;
    -webkit-transform: none;
    height: 3.33vw;
    display: flex;
    justify-content: center;
  }
  header #header-navi #header-navi-inner {
    border: none;
    width: auto;
    background-color: transparent;
    display: flex;
    height: auto;
    align-items: center;
    flex-direction: revert;
  }
  header #header-navi #header-navi-inner li {
    border: none;
    width: auto;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 320px) {
  footer {
    background: #333;
    padding: 20px;
  }
}
@media screen and (min-width: 600px) {
  footer {
    background: #333;
    padding: 20px;
  }
}
@media screen and (min-width: 1025px) {
  footer {
    background-color: #b3b3b3;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  footer .footer-inner .copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #717070;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    margin-top: auto;
  }
}
@media screen and (min-width: 320px) {
  .home .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    padding: 85px 0;
  }
  .home .container h1 {
    display: none;
  }
  .home .container .messaje {
    width: 85%;
    margin: 50px auto;
    padding-top: 0;
  }
  .home .container .main-visual {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .home .container .main-visual .main-img {
    width: 12.5%;
    height: auto;
    position: static;
  }
  .home .container section {
    margin-top: 70px;
    gap: 1vw;
    display: flex;
    flex-direction: column;
  }
  .home .container section .pass-h3 {
    font-size: 2.4rem;
    width: 62%;
    margin: 0 auto;
  }
  .home .container section .pass-p {
    font-size: 1.6rem;
    margin-bottom: 40px;
    width: 92%;
    margin: 0 auto;
    /* strong {} */
  }
  .home .container section #post-2 {
    margin-top: 50px;
  }
  .home .container section #post-2 h1 {
    display: none;
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-title {
    font-size: 2rem;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    width: fit-content;
    border-bottom: 2px solid #f90;
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-wrap .nf-form-layout {
    width: 90%;
    margin: 0 auto;
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-wrap .nf-form-layout .nf-form-fields-required {
    font-size: 1.4rem;
    /* .ninja-forms-req-symbol {} */
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-wrap .nf-form-layout .nf-form-content {
    /* #nf-field-1-container {} */
    /* #nf-field-2-container {} */
    /* #nf-field-4-container {} */
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-wrap .nf-form-layout .nf-form-content #nf-field-3-container .nf-field-label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .home .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    padding: 6vh 0;
  }
  .home .container h1 {
    display: none;
  }
  .home .container .messaje {
    width: 70%;
    margin: 8vw auto 4vw;
    padding-top: 0;
  }
  .home .container .main-visual {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding-top: 5vh;
  }
  .home .container .main-visual .main-img {
    width: 12.5%;
    height: auto;
    position: static;
  }
  .home .container section {
    margin-top: 70px;
    gap: 1vw;
    display: flex;
    flex-direction: column;
  }
  .home .container section .pass-h3 {
    font-size: 2.4rem;
    width: 61%;
    margin: 0 auto;
  }
  .home .container section .pass-p {
    font-size: 1.6rem;
    margin-bottom: 40px;
    width: 92%;
    margin: 0 auto;
    /* strong {} */
  }
  .home .container section #post-2 {
    margin-top: 50px;
  }
  .home .container section #post-2 h1 {
    display: none;
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-title {
    font-size: 2rem;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    width: fit-content;
    border-bottom: 2px solid #f90;
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-wrap .nf-form-layout {
    width: 60%;
    margin: 0 auto;
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-wrap .nf-form-layout .nf-form-fields-required {
    font-size: 1.4rem;
    /* .ninja-forms-req-symbol {} */
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-wrap .nf-form-layout .nf-form-content {
    /* #nf-field-1-container {} */
    /* #nf-field-2-container {} */
    /* #nf-field-4-container {} */
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-wrap .nf-form-layout .nf-form-content #nf-field-3-container .nf-field-label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .home .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    padding: 6vh 0;
  }
  .home .container h1 {
    display: none;
  }
  .home .container .messaje {
    width: 50%;
    margin: 8vw auto 4vw;
    padding-top: 0;
  }
  .home .container .main-visual {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding-top: 5vh;
  }
  .home .container .main-visual .main-img {
    width: 12.5%;
    height: auto;
    position: static;
  }
  .home .container section {
    margin-top: 70px;
    gap: 1vw;
    display: flex;
    flex-direction: column;
  }
  .home .container section .pass-h3 {
    font-size: 2.4rem;
    width: 50%;
    margin: 0 auto;
  }
  .home .container section .pass-p {
    font-size: 1.6rem;
    margin-bottom: 40px;
    width: 50%;
    margin: 0 auto;
    /* strong {} */
  }
  .home .container section #post-2 {
    margin-top: 50px;
  }
  .home .container section #post-2 h1 {
    display: none;
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-title {
    font-size: 2rem;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    width: fit-content;
    border-bottom: 2px solid #f90;
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-wrap .nf-form-layout {
    width: 60%;
    margin: 0 auto;
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-wrap .nf-form-layout .nf-form-fields-required {
    font-size: 1.4rem;
    /* .ninja-forms-req-symbol {} */
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-wrap .nf-form-layout .nf-form-content {
    /* #nf-field-1-container {} */
    /* #nf-field-2-container {} */
    /* #nf-field-4-container {} */
  }
  .home .container section #post-2 #nf-form-1-cont .nf-form-wrap .nf-form-layout .nf-form-content #nf-field-3-container .nf-field-label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 320px) {
  .secret .container h1 {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .secret .container h1 {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .secret .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    padding: 6vh 0;
  }
  .secret .container h1 {
    display: none;
  }
  .secret .container .messaje {
    width: 50%;
    margin: 8vw auto 4vw;
    padding-top: 0;
  }
  .secret .container .main-visual {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding-top: 5vh;
  }
  .secret .container .main-visual .main-img {
    width: 12.5%;
    height: auto;
    position: static;
  }
  .secret .container .header {
    width: 90%;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 1rem 0;
    /*   background: repeating-linear-gradient(270deg, #bbbbbb,#bbbbbb,#ff789e,#bbbbbb,#bbbbbb, #f8f28c,#bbbbbb,#bbbbbb,#41beff,#bbbbbb); */
    background: repeating-linear-gradient(270deg, #68d6f8, #68d6f8, #ff789e, #68d6f8, #68d6f8, #f8f28c, #b0ffba, #b0ffba, #41beff, #bbbbbb);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 60s ease infinite;
    animation: AnimationName 60s ease infinite;
  }
  @-webkit-keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes AnimationName {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .secret .container .header .sub-title {
    font-size: calc(0.85rem + 3 * (100vw - 600px) / 424);
    color: #3d3252;
    text-align: center;
    font-weight: bold;
  }
  .secret .container .header .sub-title br {
    display: none;
  }
  .secret .container div.gallery {
    display: flex;
    width: 100%;
    background-color: #ffffff;
    flex-wrap: wrap;
    flex-direction: revert;
    gap: 4vw;
  }
  .secret .container div.gallery div.thumbnail {
    width: 47%;
    text-align: center;
    margin: 35px auto 0;
    background-color: #f8f8f8;
    padding-bottom: 20px;
    border-radius: 3px;
    padding-top: 20px;
    border-bottom: 4px solid #6dc7d0;
  }
  .secret .container div.gallery div.thumbnail p {
    margin: 0;
    color: #b3b3b3;
    text-align: left;
    /*     padding-left: 20px; */
  }
  .secret .container div.gallery div.thumbnail p.tag {
    font-size: calc(1.4rem + 3 * (100vw - 600px) / 424);
  }
  .secret .container div.gallery div.thumbnail h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #52bad5;
    text-align: left;
    /*     padding-left: 20px;
            padding-right: 20px; */
    font-size: calc(1.5rem + 5 * (100vw - 600px) / 424);
  }
  .secret .container #news h2 {
    font-size: calc(1.3rem + 5 * (100vw - 1025px) / 895);
  }
  .secret .container #news ul {
    display: flex;
    flex-direction: column;
  }
  .secret .container #news ul li {
    display: flex;
    gap: 2vw;
  }
  .secret .container #news ul li p.date a:link {
    font-size: calc(1.3rem + 5 * (100vw - 1025px) / 895);
  }
  .secret .container #news ul li p.news-right a:link {
    font-size: calc(1.3rem + 5 * (100vw - 1025px) / 895);
  }
  .secret .container #news ul li p.news-right .newmark {
    color: #ffffff;
    font-size: 1rem;
    background: #f35b69;
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 5px;
  }
  .secret .container #news .news_all {
    margin-top: 1.5rem;
    font-size: calc(1.5rem + 5 * (100vw - 1025px) / 895);
  }
  .secret .container div.gallery {
    display: flex;
    width: 100%;
    background-color: #ffffff;
    /* min-width: 400px; */
    /* padding-bottom: 35px; */
    /* padding-top: 0px; */
    /* margin-top: 36px; */
    /* margin-bottom: 0px; */
    flex-direction: revert;
    gap: 2vw;
  }
  .secret .container div.gallery div.thumbnail {
    width: 23%;
    text-align: center;
    margin: 35px auto 0;
    background-color: #f8f8f8;
    padding-bottom: 20px;
    border-radius: 3px;
    padding-top: 20px;
    border-bottom: 4px solid #c2b1dd;
    display: flex;
    flex-direction: column;
    gap: 0.2vw;
  }
  .secret .container div.gallery div.thumbnail p {
    margin: 0;
    color: #b3b3b3;
    text-align: left;
    /*     padding-left: 20px; */
  }
  .secret .container div.gallery div.thumbnail h4 {
    margin: 0;
    color: #977e37;
    text-align: left;
    /*     padding-left: 20px; */
    height: 4vw;
    padding-right: 20px;
    font-size: calc(1.3rem + 5 * (100vw - 1025px) / 895);
  }
  .secret .container div.gallery div.thumbnail p.tag {
    line-height: 1.5;
    gap: 0.25vw;
  }
  .secret .container div.gallery div.thumbnail p.tag a {
    font-size: calc(1.3rem + 5 * (100vw - 1025px) / 895);
  }
  .secret .container section {
    margin-top: calc(60px + 50 * (100vw - 1025px) / 895);
  }
  .secret .container section .pass-h3 {
    text-align: center;
    font-size: 2rem;
    width: 60%;
    margin: 0 auto;
    border-bottom: 2px solid rgb(202, 132, 219);
    padding-bottom: 10px;
  }
  .secret .container section .pass-p {
    text-align: left;
    font-size: 1.6rem;
    width: 60%;
    margin: calc(20px + 40 * (100vw - 1025px) / 895) auto;
    line-height: 2;
  }
  .secret .container section .pass-p strong {
    color: #f15b16;
  }
  .secret .container section #post-2 {
    margin-top: calc(60px + 50 * (100vw - 1025px) / 895);
    width: 60%;
    margin: 0 auto;
  }
  .secret .container section #post-2 h3 {
    text-align: left;
    font-size: 3rem;
  }
  .secret .container section #post-2 .nf-form-fields-required {
    font-size: 1.6rem;
  }
  .secret .container section #post-2 .nf-form-content div {
    margin-top: calc(20px + 10 * (100vw - 1025px) / 895);
  }
  .secret .container section #post-2 .nf-form-content .list-select-wrap .nf-field-element > div,
  .secret .container section #post-2 .nf-form-content input:not([type=button]),
  .secret .container section #post-2 .nf-form-content textarea {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #00327e;
    transition: all 0.5s;
  }
  .secret .container section #post-2 .nf-response-msg {
    font-size: 1.6rem;
    line-height: 2;
  }
  .secret .container section #post-2 .nf-error .nf-error-msg {
    color: #e80000;
    font-size: 1.6rem;
  }
}
.box {
  /*追加*/
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: translateY(300px);
}

.is-active {
  /*要素を表示させる*/
  opacity: 1;
  visibility: visible;
  /*元の位置に戻す*/
  transform: translateY(0);
}

.viewer {
  position: relative;
  width: 100%;
  aspect-ratio: 60/37;
}
.viewer .fadeout,
.viewer .fadein {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin: auto;
  transition: 3s ease-in-out;
  -webkit-transition: 3s ease-in-out;
}
.viewer .fadeout {
  opacity: 0;
}
.viewer .fadein {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */