@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rozha+One&display=swap");
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 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;
  margin: 0.67em 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 */
}

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

/**/
/*gray*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  position: relative;
  height: 100%;
}

body {
  position: relative;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

br.brmd {
  display: none;
}
@media screen and (max-width: 810px) {
  br.brmd {
    display: inline;
  }
}

br.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.brsp {
    display: inline;
  }
}

@media screen and (max-width: 640px) {
  br.brpc {
    display: none;
  }
}

.inner {
  margin: 0 auto;
  padding: 2.5rem 3.75rem;
  width: min(100%, 1560px);
}
@media screen and (max-width: 640px) {
  .inner {
    padding: 0 1.25rem;
  }
}

section {
  position: relative;
  padding: 7.5rem 0;
}
@media screen and (max-width: 640px) {
  section {
    padding: 4rem 0 5.5em;
  }
}

a {
  color: #222;
  text-decoration: none;
  transition: .2s;
}
a:hover {
  color: #000;
  transition: .2s;
}
a:hover img {
  opacity: .85;
  transition: .2s;
}

@media screen and (max-width: 640px) {
  .pcblock {
    display: none !important;
  }
}

.spblock {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spblock {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}
/*ul reset*/
ul.nonstyle {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*googlemap*/
.ggmap {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*youtube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* -------------------------------- 
header components 
--------------------------------- */
header.header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5rem;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg_top_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  header.header {
    height: auto;
    aspect-ratio: 375/470;
    background-image: url("../img/bg_top_sp.png");
  }
}
header.header::before {
  content: url("../img/logo_sp.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header.header h1 {
  position: relative;
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #fff;
  font-size: 3em;
}
@media screen and (max-width: 640px) {
  header.header h1 {
    font-size: 1.5em;
  }
}
header.header h1::after {
  content: '';
  position: absolute;
  bottom: -.125rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 5rem;
  height: .25rem;
  background-image: url("../img/bdr_italy.svg");
  background-size: cover;
}
header.header h1 span {
  margin: 0 .5rem;
  font-size: .75em;
}
header.header p {
  position: relative;
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
  color: #fff;
}

/* -------------------------------- 
footer components 
--------------------------------- */
footer.footer {
  padding: 3.75rem 2.25rem;
  background: #000;
}
footer.footer h2 {
  position: relative;
  margin-top: 0;
  padding-bottom: 1.25rem;
  text-align: center;
  overflow: hidden;
}
footer.footer h2::after {
  content: '';
  position: absolute;
  bottom: .125rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 5rem;
  height: .25rem;
  background-image: url("../img/bdr_italy.svg");
  background-size: cover;
}
footer.footer h2 span {
  display: inline-block;
  line-height: 1;
  font-family: "Rozha One", serif;
  font-size: 1.25em;
  color: #fff;
}
footer.footer p {
  text-align: center;
  color: #f5f4ef;
}
footer.footer p.name {
  margin: 0;
  font-size: 1.35em;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  footer.footer p.name {
    font-size: 1.125em;
  }
}
footer.footer p.tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .75em auto 0;
  font-size: 1.25em;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  footer.footer p.tel {
    font-size: 1.125em;
  }
}
footer.footer p.tel::before {
  content: '';
  display: inline-block;
  margin-right: 1rem;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon_tel.svg");
  background-size: cover;
}
footer.footer p.mail span.add {
  display: inline-block;
  font-weight: bold;
  font-size: .85em;
}
@media screen and (max-width: 640px) {
  footer.footer p.mail span.add {
    font-size: .75em;
  }
}
footer.footer p.mail span.kome {
  display: inline-block;
  margin-top: .5em;
  font-size: .75em;
}
footer.footer p.copy {
  margin: 0;
  font-size: .8em;
  text-align: center;
  color: #fff;
}

div.page_top {
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
}
div.page_top::after {
  content: '\f0d8';
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'Font Awesome\ 5 Free';
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 2em;
  background: #fff;
  border: 2px solid #000;
  border-radius: 30px;
  transition: .2s;
}
div.page_top:hover::after {
  color: #fff;
  background: #000;
  transition: .2s;
}

/* -------------------------------- 
loading components 
--------------------------------- */
.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #fff;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}
.loading .circle {
  display: block;
  position: relative;
  top: calc( 50% - 20px );
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 8px solid #a52c01;
  border-top: 7px solid #009343;
  border-radius: 50px;
  animation: loading 700ms linear 0ms infinite normal both;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -------------------------------- 
index components 
--------------------------------- */
/*all*/
section:nth-child(odd) {
  background-color: #f6f3ef;
}
section h2 {
  position: relative;
  margin: -8.5em 0 0;
  padding-bottom: 3em;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  section h2 {
    margin-top: -4.5em;
  }
}
section h2::after {
  content: '';
  position: absolute;
  bottom: 1.625em;
  left: 0;
  right: 0;
  margin: auto;
  width: 5rem;
  height: .25rem;
  background-image: url("../img/bdr_italy.svg");
  background-size: cover;
}
section h2 span {
  display: inline-block;
  font-size: 6em;
  letter-spacing: -.05em;
  line-height: 1;
  font-family: "Rozha One", serif;
}
@media screen and (max-width: 640px) {
  section h2 span {
    font-size: 3.5em;
    text-indent: -.05em;
  }
}
@media screen and (max-width: 640px) {
  section:last-child {
    padding-bottom: 4em;
  }
}
section:last-child div.inner {
  padding-bottom: 0;
}
section.intro div.inner {
  padding-top: 0;
}
section.intro div.inner p {
  font-size: 1.125em;
  letter-spacing: .2em;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  section.intro div.inner p {
    padding: 0 1em;
    text-align: justify;
    font-size: 1em;
    text-align: left;
  }
}
section.movie div.inner p.txt {
  margin: 0 auto 2em;
  font-size: 1.125em;
  letter-spacing: .2em;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  section.movie div.inner p.txt {
    padding: 0 1em;
    text-align: justify;
    font-size: 1em;
    text-align: left;
  }
}
section.movie div.inner div.a_wrap {
  text-align: center;
}
section.movie div.inner div.a_wrap a {
  display: inline-block;
}
section.movie div.inner p.kome {
  margin-bottom: 0;
  font-size: .9em;
  text-align: center;
}
section.report div.inner ul li {
  border-bottom: 1px dotted #333;
}
section.report div.inner ul li a {
  display: flex;
  padding: 1em 1.5em 1em 1.5em;
  transition: .3s;
}
section.report div.inner ul li a span.title {
  width: 4rem;
  display: inline-block;
  padding: .25rem .5rem;
  color: #fff;
  letter-spacing: 0;
  font-size: .9em;
  text-align: center;
  background: #a52c01;
}
section.report div.inner ul li a span.url {
  padding-left: 1.5em;
  width: calc(100% - 4rem);
  word-break: break-all;
}
section.report div.inner ul li a:hover {
  background: #f5f4ef;
  transition: .3s;
}
section.fb div.inner {
  display: flex;
  justify-content: space-between;
  max-width: calc(1000px + 3rem);
}
@media screen and (max-width: 640px) {
  section.fb div.inner {
    flex-direction: column;
  }
}
section.fb div.inner div.left, section.fb div.inner div.right {
  width: calc(50% - 1.125em);
}
@media screen and (max-width: 640px) {
  section.fb div.inner div.left, section.fb div.inner div.right {
    margin: 0 auto;
    width: 90%;
  }
}
section.fb div.inner div.left h3, section.fb div.inner div.right h3 {
  margin-top: 0;
  text-align: center;
}
section.fb div.inner div.left div.fb_wrap, section.fb div.inner div.right div.fb_wrap {
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 640px) {
  section.fb div.inner div.left div.fb_wrap, section.fb div.inner div.right div.fb_wrap {
    margin: 0 auto;
    width: 300px;
  }
}
section.fb div.inner div.left div.fb_wrap .fb_wrapper, section.fb div.inner div.right div.fb_wrap .fb_wrapper {
  width: 100%;
  max-width: 468px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  section.fb div.inner div.right {
    margin-top: 2em;
  }
}
section.links div.inner ul li {
  margin-bottom: .5em;
  text-align: center;
}
section.links div.inner ul li:last-child {
  margin-bottom: 0;
}
section.links div.inner ul li a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .25em;
}
section.links div.inner ul li a::before {
  content: '▶︎';
  display: inline-block;
  margin-right: .75em;
  color: #a52c01;
  font-size: .75em;
}
section.links div.inner ul li a span {
  display: inline-block;
  font-weight: bold;
}
section.links div.inner ul li a:hover span {
  text-decoration: underline;
}

/* -------------------------------- 
fadeup
--------------------------------- */
.js-fadeUp1 {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(28px);
  /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeUp1.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: .4s;
  /* フェード開始を0.5秒遅らせる */
}

@media screen and (max-width: 640px) {
  .js-fadeUp1.is-inview {
    transition-delay: .4s;
  }
}
