@import url("https://use.typekit.net/gdf1fdf.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&display=swap");
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

.dummy-head,
.dummy-footer {
  background: #888;
  text-align: center;
  color: #bbb;
  font-size: 20px;
  line-height: 1.5; }

.dummy-head {
  padding: 40px 0; }

.dummy-footer {
  padding: 500px 0; }

/*$color1: #41889e;*/
/*$color1: #0094e3;*/
/******************************************************

base

******************************************************/
#design {
  overflow-x: hidden; }
  #design .sp {
    display: none; }
  @media screen and (max-width: 600px) {
    #design .pc {
      display: none; }
    #design .sp {
      display: block; } }

.main-copy {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #7dc1d5;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 60px;
  max-width: 1000px;
  width: 90%;
  margin-inline: auto; }

.page-midashi {
  padding-bottom: 4rem; }
  @media screen and (max-width: 600px) {
    .page-midashi {
      padding-bottom: 0; } }

.midashi {
  z-index: 1;
  margin-bottom: 2.5rem; }
  .midashi.s {
    font-size: 1.375rem;
    margin-bottom: 0; }
    .midashi.s + .lead {
      margin-top: 0.75rem; }
  @media screen and (max-width: 600px) {
    .midashi.s {
      font-size: 1.25rem; } }

#container img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: middle; }

.section {
  margin-top: 80px; }
  .section .section-title {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    border-left: solid 5px #7dc1d5;
    padding: 3px 0 5px 20px;
    font-size: 22px;
    line-height: 1.6; }
  .section .section-title + .text {
    line-height: 2.2;
    font-size: 16px;
    color: #262520;
    margin-top: 20px; }
  @media screen and (max-width: 600px) {
    .section {
      margin-top: 64px; } }

.flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.img .note.tr {
  text-align: right; }

/******************************************************

page

******************************************************/
#Intro {
  display: grid;
  grid-template-columns: 1fr 64%;
  gap: 0;
  align-items: center; }
  #Intro .text-box .section-title, #Intro .text-box .text {
    width: 120%; }
  #Intro .image .img img {
    mix-blend-mode: multiply; }
  @media screen and (max-width: 834px) {
    #Intro {
      grid-template-columns: 1fr 56%; } }
  @media screen and (max-width: 600px) {
    #Intro {
      grid-template-columns: repeat(1, 1fr); }
      #Intro .text-box .section-title, #Intro .text-box .text {
        width: 100%; }
      #Intro .image {
        margin-top: 8px; } }

#Entrance .image {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }
  #Entrance .image .img .note {
    padding-right: 9px; }
