/* --------------------------------------------- */
/* reset */
/* --------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}
body{
  width: 100%;
}

/* --------------------------------------------- */
/* function */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* common */
/* --------------------------------------------- */
:root {
  --white: #ffffff;
  --black: #000000;
  --gray_lt: #cccccc;
  --gray_md: #999999;
  --gray_dk: #666666;
  --text01: #222222;
  --text02: #ffffff;
  --back01: #efefef;
  --back02: #202020;
  --shadow: #999999;
}

/* --------------------------------------------- */
/* font */
/* --------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NTSNS-Regular.woff2") format("woff2"), url("../font/NTSNS-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  src: url("../font/NTSNS-ExtraBold.woff2") format("woff2"), url("../font/NTSNS-ExtraBold.woff") format("woff");
}
/* --------------------------------------------- */
/* single */
/* --------------------------------------------- */
.single-header {
  width: 100%;
}
.single-header .inner {
  width: 100%;
  margin: 0 auto;
}
.single-header .image {
  max-width: 100%;
  text-align: center;
  background: var(--gray_lt);
}
.single-header .image img {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .single-header .image img {
    width: 800px;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.single-header figure figcaption {
  font-size: 0.75rem;
  line-height: 1.8;
  background: var(--white);
}
.single-header .title {
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .single-header .title {
    font-size: 1.25rem;
  }
}
.single-header .text {
  padding: 1.25rem 1.25rem 0;
  border: none;
}
.single-header .text .text-inner {
  margin: 0 auto;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--gray_lt);
}
@media screen and (min-width: 768px) {
  .single-header .text .text-inner {
    max-width: 800px;
    padding-bottom: 2.5rem;
  }
}

.single-contents {
  padding: 0 1.25rem;
}
.single-contents p {
  margin: 1.25rem auto 0;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .single-contents p {
    max-width: 800px;
    margin-top: 2.5rem;
  }
}
.single-contents h2 {
  margin: 5rem auto 0;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .single-contents h2 {
    max-width: 800px;
    margin: 7.5rem auto 0;
    font-size: 1.25rem;
  }
}
.single-contents h3 {
  margin: 2.5rem auto 0;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .single-contents h3 {
    max-width: 800px;
    margin: 3.75rem auto 0;
    font-size: 1.25rem;
  }
}
.single-contents figure {
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .single-contents figure {
    max-width: 800px;
    margin: 3.75rem auto 0;
  }
}
.single-contents figure img {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .single-contents figure img {
    height: 28.125rem;
  }
}
.single-contents figure img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.single-contents figure figcaption {
  font-size: 0.75rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .single-contents figure figcaption {
    text-align: left;
  }
}
.single-contents figure figcaption.center {
  text-align: center;
}
.single-contents hr {
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .single-contents hr {
    max-width: 800px;
  }
}
.single-contents ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 0 1.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .single-contents ul {
    max-width: 800px;
  }
}
.single-contents ul li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-contents ul li {
    width: calc(50% - 1.25rem);
  }
}
.single-contents ul li img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-contents blockquote {
  display: block;
  margin: 1.25rem auto 0;
  padding: 0 0.625rem 0.625rem;
  background: var(--back01);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .single-contents blockquote {
    max-width: 800px;
    padding: 0 1.25rem 0.625rem;
  }
}
.single-contents blockquote dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.8;
}
.single-contents blockquote dl dt {
  width: 5%;
}
.single-contents blockquote dl dd {
  width: 95%;
}
.single-contents .small {
  font-size: 0.75rem;
  position: relative;
  left: -2px;
  bottom: 6px;
}

.single-overview {
  margin: 2.5rem auto 0;
  padding: 1.875rem 1.25rem;
  background: var(--back01);
}
@media screen and (min-width: 768px) {
  .single-overview {
    max-width: 800px;
    margin: 3.75rem auto 0;
    border-radius: 5px;
  }
}
.single-overview h3 {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 2;
  text-align: center;
  border-bottom: 1px solid var(--gray_lt);
}
@media screen and (min-width: 768px) {
  .single-overview h3 {
    max-width: 800px;
  }
}
.single-overview dl {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .single-overview dl {
    padding: 0 15%;
  }
}
.single-overview dl dt {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .single-overview dl dt {
    width: 20%;
  }
}
.single-overview dl dd {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .single-overview dl dd {
    width: 50%;
  }
}

.single-cta {
  padding: 3.75rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .single-cta {
    padding: 2.5rem 1.25rem 7.5rem;
  }
}
.single-cta dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .single-cta dl {
    max-width: 800px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
.single-cta dl dt {
  line-height: 2.2;
}
.single-cta dl dd {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .single-cta dl dd {
    margin-top: 0;
  }
}
.single-cta dl dd a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  color: var(--text02);
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  background: var(--gray_dk);
  border-radius: 50px;
}
.single-cta dl dd a:after{
    content: "";
    width: 1.5em;
    height: 1.5em;
    background: url(../img/link_wh.svg) no-repeat;
    margin-left: .25em;
}
.single-cta dl dd a img {
  width: 25px;
  margin-right: 10px;
}/*# sourceMappingURL=single.css.map */

.galleries {
    max-width: 800px;
    margin: 2em auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .5em;
}
.galleries img{
    height: min(30vw, 260px);
    object-fit: cover;
}
.popup {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100dvh;
    top: 0;
    display: grid;
    place-content: center;
    background: #000000b3;
    padding: 1em;
    color: #fff;
    text-align: center;
}
.popup__inner {
    position: relative;
}
.popup__inner-caption{
  margin-top: 1em;
  line-height: 1.5;
}
.popup__inner-close{
  color: #fff;
  font-size: 3em;
  text-align: right;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -1.25em;
  line-height: 1;
}
.close-popup{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent;
    border: none;
}
.icon-link{
  position: relative;
  display: inline-block;
  align-items: center;
  gap: .25em;
}

.icon-link svg{
  position: absolute;
  bottom: .4em;
}