@charset "UTF-8";
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Homemade+Apple&family=Noto+Sans+JP:wght@400;500;600;700;900&family=Sonsie+One&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* @include _breakpoints.scss */
/* break point media query */
/* responsive */
/*pc sp tb　出し分け*/
@media screen and (max-width: 767.9px) {
  .pc { /*SP*/
    display: none !important;
  }
}
.pc_i {
  display: inline; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .pc_i { /*SP*/
    display: none;
  }
}
.pc_ib {
  display: inline-block; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .pc_ib { /*SP*/
    display: none;
  }
}

.sp {
  display: none; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .sp { /*SP*/
    display: block;
  }
}
.sp_i {
  display: none; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .sp_i { /*SP*/
    display: inline;
  }
}
.sp_ib {
  display: none; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .sp_ib { /*SP*/
    display: inline-block;
  }
}

/* @include _common.scss */
/* @include _breakpoints.scss */
/* break point media query */
/* responsive */
/*pc sp tb　出し分け*/
@media screen and (max-width: 767.9px) {
  .pc { /*SP*/
    display: none !important;
  }
}
.pc_i {
  display: inline; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .pc_i { /*SP*/
    display: none;
  }
}
.pc_ib {
  display: inline-block; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .pc_ib { /*SP*/
    display: none;
  }
}

.sp {
  display: none; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .sp { /*SP*/
    display: block;
  }
}
.sp_i {
  display: none; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .sp_i { /*SP*/
    display: inline;
  }
}
.sp_ib {
  display: none; /*PC*/
}
@media screen and (max-width: 767.9px) {
  .sp_ib { /*SP*/
    display: inline-block;
  }
}

/*color*/
/*common*/
body {
  font-size: 14px;
  color: #2a4232;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", sans-serif;
  line-height: 1.7;
}

a:hover {
  opacity: 0.7;
  transition: opacity 0.4s;
}

@media screen and (max-width: 767.9px) {
  img {
    display: block;
    max-width: 100%;
    margin: auto;
  }
}
img,
picture {
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

/*fonts*/
.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 18;
}

.u-apple {
  font-family: "Homemade Apple", cursive;
}

.u-barlow {
  font-family: "Barlow Condensed", sans-serif;
}

.u-Sonsie {
  font-family: "Sonsie One", cursive;
}

/*google fonts end*/
/*clearfix*/
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.u-button01 {
  display: flex;
  max-width: 300px;
  width: 100%;
  padding: 20px 0;
  border: solid 2px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .u-button01 {
    max-width: 204px;
    padding: 15px 0;
  }
}
.u-button01 .material-symbols-outlined {
  margin-left: 1em;
  margin-right: -1em;
}
@media screen and (max-width: 767.9px) {
  .u-button01 .material-symbols-outlined {
    font-size: 15px;
  }
}
.u-button01--center {
  margin: auto;
}
.u-button01--yellow {
  background-color: #EFEAD5;
  border: none;
}
.u-button01--yellow2 {
  background-color: #d9ff5e;
  border: none;
}
.u-button01.--noBorder {
  border: none;
}

.u-caution {
  color: #ff1736;
}

.u-bold {
  font-weight: 700;
}

.u-indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/*Layout*/
.l-header {
  position: fixed;
  top: 0;
  background: none;
  width: 100%;
  z-index: 100;
}
.l-header__inner {
  height: auto;
}
.l-header .c-logo {
  position: fixed;
}
.l-header .c-logo__inner {
  position: relative;
  display: block;
  margin-top: 14px;
  margin-left: 17px;
  height: 45px;
  width: 248px;
  pointer-events: auto;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-logo__inner {
    margin-top: 14px;
    margin-left: 10px;
    height: 29px;
    width: 180px;
  }
}
.l-header .c-logo__inner svg {
  position: absolute;
  top: 0;
  left: 0;
}
.l-header .c-btnNav {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #2a4232;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-btnNav {
    top: 14px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.l-header .c-btnNav span {
  position: absolute;
  left: 20px;
  width: 20px;
  height: 1px;
  background-color: #EFEAD5;
  transition: 0.5s;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-btnNav span {
    left: 13px;
    width: 15px;
  }
}
.l-header .c-btnNav span:first-child {
  top: 25px;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-btnNav span:first-child {
    top: 16px;
  }
}
.l-header .c-btnNav span:nth-child(2) {
  top: 30px;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-btnNav span:nth-child(2) {
    top: 20px;
  }
}
.l-header .c-btnNav span:last-child {
  top: 35px;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-btnNav span:last-child {
    top: 24px;
  }
}
.l-header .c-btnNav.js-open span:first-child {
  opacity: 0;
}
.l-header .c-btnNav.js-open span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header .c-btnNav.js-open span:last-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header .c-headerNav {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #2a4232;
  transition: 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .l-header .c-headerNav {
    top: 14px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.l-header .c-headerNavList__item {
  margin-bottom: 5px;
}
.l-header .c-headerNav a {
  color: #f6f1dc;
  font-size: 16px;
}
.l-header .c-headerNav nav {
  position: absolute;
  top: 90px;
  left: 50px;
  visibility: hidden;
  opacity: 1;
  transition: 0.1s;
}
.l-header .c-headerNav.js-open {
  width: 250px;
  height: 406px;
  padding: 90px 0 60px 50px;
}
.l-header .c-headerNav.js-open nav {
  visibility: visible;
  opacity: 1;
  transition: 0.8s;
}

.l-section {
  padding-top: 200px;
}
@media screen and (max-width: 767.9px) {
  .l-section {
    padding-top: 105px;
  }
}

.l-footer {
  position: relative;
  display: block;
  background-color: #2a4232;
  color: #EFEAD5;
}
.l-footer__inner {
  position: relative;
  min-height: 420px;
  padding: 80px 0 40px;
  max-width: 1200px;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 1360px) {
  .l-footer__inner {
    max-width: 88.2352941176vw;
    min-height: 30.1470588235vw;
    padding: 5.8823529412vw 0 2.9411764706vw;
  }
}
@media screen and (max-width: 767.9px) {
  .l-footer__inner {
    padding: 25.3333333333vw 0 4vw;
  }
}

/*js*/
.js-logoColor .midnightHeader.js-midnight--00 .c {
  fill: transparent;
}
.js-logoColor .midnightHeader.js-midnight--00 .e {
  fill: transparent;
}
.js-logoColor .midnightHeader.js-midnight--01 .c {
  fill: #efead5;
}
.js-logoColor .midnightHeader.js-midnight--01 .e {
  fill: #2a4231;
}
.js-logoColor .midnightHeader.js-midnight--02 .c {
  fill: #2a4231;
}
.js-logoColor .midnightHeader.js-midnight--02 .e {
  fill: #efead5;
}

.js-accordion {
  display: none;
}

.js-fadeIn {
  opacity: 0;
}

.js-fade {
  opacity: 0;
}

.js-animDominoTile {
  opacity: 0;
}

/*compornent*/
.c-title {
  margin-bottom: 100px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .c-title {
    font-size: 20px;
    margin-bottom: 55px;
    letter-spacing: 0.3em;
  }
}
.c-title--yellow {
  color: #EFEAD5;
}
.c-title--green {
  color: #2a4232;
}
.c-title__sub {
  display: block;
  margin-top: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-weight: 100;
  color: #2a4232;
  opacity: 0.9;
}

.c-footerProject {
  position: absolute;
  top: 80px;
  left: 0;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .c-footerProject {
    bottom: 2.9411764706vw;
    width: 14.7058823529vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerProject {
    position: relative;
    top: 0;
    bottom: auto;
    width: 260px;
    margin: 0 auto 50px;
  }
}
.c-footerProjectLogo {
  display: block;
  width: 300px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1360px) {
  .c-footerProjectLogo {
    margin-bottom: 4.4117647059vw;
    width: 22.0588235294vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerProjectLogo {
    width: 260px;
    margin-bottom: 0;
  }
}
.c-footerProjectLogo img {
  width: 100%;
}
.c-footerContact {
  width: 640px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1360px) {
  .c-footerContact {
    max-width: 47.0588235294vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerContact {
    width: 100%;
    max-width: inherit;
    margin: 0 auto 0;
  }
}
.c-footerContactAdd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 1360px) {
  .c-footerContactAdd {
    max-width: 88.2352941176vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerContactAdd {
    display: block;
    margin-bottom: 35px;
    text-align: center;
  }
}
.c-footerContactAdd__join__title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1360px) {
  .c-footerContactAdd__join__title {
    font-size: 2.2058823529vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerContactAdd__join__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.c-footerContactAdd__join__text {
  font-size: 16px;
}
@media screen and (max-width: 1360px) {
  .c-footerContactAdd__join__text {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerContactAdd__join__text {
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.c-footerContactAdd__btn {
  width: 236px;
}
@media screen and (max-width: 1360px) {
  .c-footerContactAdd__btn {
    width: 17.3529411765vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerContactAdd__btn {
    width: 204px;
    margin: auto;
  }
}
.c-footerContactAdd__btn a span {
  font-size: 14px;
}
@media screen and (max-width: 1360px) {
  .c-footerContactAdd__btn a span {
    font-size: 1.0294117647vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footerContactAdd__btn a span {
    font-size: 14px;
  }
}
.c-footerContactInstagram {
  margin-bottom: 80px;
}
.c-footerContactInstagram a {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px;
  border-top: solid 1px #EFEAD5;
  border-bottom: solid 1px #EFEAD5;
  align-items: center;
  color: #EFEAD5;
}
@media screen and (max-width: 1360px) {
  .c-footerContactInstagram a {
    padding: 1.4705882353vw;
  }
}
.c-footerContactInstagram a span:last-child {
  margin-left: 1.5em;
}
.c-footer__copyright {
  width: 300px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 1360px) {
  .c-footer__copyright {
    width: 22.0588235294vw;
    font-size: 0.8823529412vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-footer__copyright {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
}

.c-photo ul {
  display: grid;
  width: 100%;
  grid-auto-rows: 150px;
  grid-template-columns: repeat(auto-fit, 240px);
  grid-gap: 25px;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .c-photo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 0;
  }
}
.c-photo ul li {
  width: 240px;
  margin-bottom: 4%;
}
@media screen and (max-width: 767.9px) {
  .c-photo ul li {
    width: 48%;
  }
}
.c-photo ul li:nth-child(odd) {
  margin-right: 4%;
}
.c-photo ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-photo ul li a img {
  object-fit: cover;
  width: 240px;
  height: 150px;
}
@media screen and (max-width: 767.9px) {
  .c-photo ul li a img {
    width: 100%;
    height: 100%;
  }
}
.c-photo.--tate ul {
  grid-auto-rows: 320px;
}
@media screen and (max-width: 767.9px) {
  .c-photo.--tate ul li {
    width: 48%;
    height: 56vw;
  }
}
.c-photo.--tate ul li a img {
  object-fit: cover;
  object-position: center;
  width: 240px;
  height: 320px;
}
@media screen and (max-width: 767.9px) {
  .c-photo.--tate ul li a img {
    width: 100%;
    height: 100%;
  }
}
.c-photo.--marginBottom {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .c-photo.--marginBottom {
    margin-bottom: 50px;
  }
}

.c-movie {
  margin-bottom: 80px;
}
@media screen and (max-width: 1360px) {
  .c-movie {
    margin-bottom: 60px;
  }
}
.c-movie img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.c-movie .c-movie__inner {
  position: relative;
  display: block;
  margin: auto;
  width: 870px;
  height: 489px;
}
@media screen and (max-width: 1360px) {
  .c-movie .c-movie__inner {
    width: 63.9705882353vw;
    height: 35.9558823529vw;
    margin: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .c-movie .c-movie__inner {
    width: 85.3333333333vw;
    height: 48vw;
    margin: auto;
  }
}
.c-movie .c-movie__inner iframe, .c-movie .c-movie__inner #v, .c-movie .c-movie__inner #v2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-image {
  display: block;
  width: 720px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767.9px) {
  .c-image {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.c-image img {
  max-width: 100%;
}
.c-image figcaption {
  text-align: center;
  color: #707070;
}

/*report*/
.p-gallery {
  background-color: #e9e9e9;
  padding-bottom: 100px;
}

.c-gallery__title__sub {
  font-size: 18px;
}
@media screen and (max-width: 767.9px) {
  .c-gallery__title__sub {
    font-size: min(4vw, 18px);
  }
}
.c-gallery__slider {
  overflow: hidden;
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .c-gallery__slider {
    margin-bottom: 13.3333333333vw;
  }
}
.c-gallery__inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1360px) {
  .c-gallery__inner {
    max-width: 88.2352941176vw;
    margin: auto;
  }
}
@media screen and (max-width: 767.9px) {
  .c-gallery__inner {
    max-width: 93.3333333333vw;
    margin: 0 auto 0;
  }
}
.c-galleryHead__title {
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .c-galleryHead__title {
    margin-bottom: 40px;
    font-size: 22px;
  }
}
.c-galleryCont {
  background-color: #fff;
  padding: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1360px) {
  .c-galleryCont {
    padding: 4.4117647059vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-galleryCont {
    padding: 2.6666666667vw 2.6666666667vw 40px;
  }
}
.c-galleryCont--comingsoon {
  padding: 120px 60px;
}
@media screen and (max-width: 1360px) {
  .c-galleryCont--comingsoon {
    padding: 8.8235294118vw 4.4117647059vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-galleryCont--comingsoon {
    padding: 37.3333333333vw 2.6666666667vw;
  }
}
.c-galleryCont--comingsoon p {
  text-align: center;
  opacity: 0.8;
  line-height: 2.8;
}
@media screen and (max-width: 767.9px) {
  .c-galleryCont--paddingTop {
    padding-top: 40px;
  }
}
.c-galleryCont--noPadding {
  padding: 0 0 150px;
}
@media screen and (max-width: 767.9px) {
  .c-galleryCont--noPadding {
    padding: 0 0 80px;
  }
}
.c-galleryCont:last-child {
  margin-bottom: 0;
}
.c-galleryCont--photo {
  padding: 100px 60px;
}
.c-gallery__program__dt {
  padding: 0;
  border-top: dotted 1px #f3f3f3;
}
.c-gallery__program__dt:first-child {
  border-top: none;
}
.c-gallery__program__dd {
  padding: 0 1em;
  margin-bottom: 1em;
}
.c-gallery__program__sub {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 1em;
}
.c-gallery__program__sub__dt {
  width: 4em;
  color: #777777;
}
.c-gallery__program__sub__dd {
  width: calc(100% - 4em);
}
.c-gallery__text {
  text-align: center;
  margin-bottom: 100px;
  line-height: 2;
  color: #2a4232;
}
@media screen and (max-width: 767.9px) {
  .c-gallery__text {
    margin-bottom: 13.3333333333vw;
  }
}
.c-gallery__comingsoon {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.2em;
  opacity: 0.5;
}
@media screen and (max-width: 1360px) {
  .c-gallery__comingsoon {
    font-size: 2.9411764706vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-gallery__comingsoon {
    font-size: 6.6666666667vw;
  }
}

.gallerySwiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gallerySwiper:not(.swiper-thumbs) .gallerySwiper-wrapper .gallery-slide {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.85%;
  background: #000;
}
.gallerySwiper:not(.swiper-thumbs) .gallerySwiper-wrapper .gallery-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallerySwiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.gallerySwiper-slideimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper2 {
  height: 0;
  width: 100%;
  padding-bottom: 66.25%;
}
.mySwiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.mySwiper .gallery-slide-thumb-active {
  opacity: 1;
}
.mySwiper .gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-photo--gallery {
  padding: 0 60px;
}
@media screen and (max-width: 1360px) {
  .c-photo--gallery {
    padding: 0 4.4117647059vw;
  }
}
@media screen and (max-width: 767.9px) {
  .c-photo--gallery {
    padding: 0 2.6666666667vw;
  }
}
/*# sourceMappingURL=gallery.css.map */
