/*------------------------
	Font
------------------------*/
@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  #contents {
    padding-bottom: 0;
  }
  #contents #pageheader {
    padding: 200px 7% 0;
  }
  #contents #pageheader .copy {
    font-size: 6rem;
    line-height: 1.4;
  }
  #contents #pageheader h1 {
    width: 36vw;
    margin: 60px 0 0 auto;
  }
  #contents main {
    margin-top: -1.5vw;
  }
  #contents main .bkmovie {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
  }
  #contents main .bkmovie video {
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #contents main .intro {
    width: 72%;
    max-width: 1200px;
    margin: -100vh auto 0;
    padding-top: 230px;
  }
  #contents main .intro .chapter.natural {
    position: relative;
  }
  #contents main .intro .chapter.natural::before {
    content: "";
    display: block;
    height: calc(100% - 60px);
    position: absolute;
    left: 60%;
    top: 80px;
    border-left: 1px solid var(--col-hlt);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    opacity: 0.8;
  }
  #contents main .intro .chapter.natural h2 {
    font-size: 3.6rem;
    line-height: 1.6;
    color: var(--col-text-d-hlt);
  }
  #contents main .intro .chapter.natural .note {
    margin-top: 60px;
  }
  #contents main .intro .chapter.natural .note p {
    line-height: 2.5;
  }
  #contents main .intro .chapter.natural .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #contents main .intro .chapter.natural .note p:last-of-type {
    margin-top: -1rem;
    font-size: 2.4rem;
    color: var(--col-text-d-hlt);
  }
  #contents main .intro .chapter.sense {
    margin-top: 100px;
  }
  #contents main .intro .chapter.sense * {
    text-align: right;
  }
  #contents main .intro .chapter.sense h2 {
    margin-right: -3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5.6rem;
    line-height: 1;
    color: var(--col-text-d-hlt);
  }
  #contents main .intro .chapter.sense h2 em {
    margin-right: 50px;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 2.4rem;
    color: #fff;
  }
  #contents main .intro .chapter.sense h2 strong {
    font-weight: normal;
    letter-spacing: 0.05em;
  }
  #contents main .intro .chapter.sense h2 span {
    color: var(--col-hlt);
  }
  #contents main .intro .chapter.sense .note {
    margin-top: 60px;
  }
  #contents main .intro .chapter.sense .note p {
    line-height: 2.5;
  }
  #contents main .intro .chapter.sense .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #contents main .intro .chapter.sense .note p:last-of-type {
    font-size: 3rem;
    color: var(--col-text-d-hlt);
  }
  #contents main .intro .chapter.sense .note p .blank {
    display: inline-block;
    width: 1em;
  }
  #contents main .intro .chapter.start {
    margin-top: 130px;
  }
  #contents main .intro .chapter.start .note p {
    line-height: 2.5;
  }
  #contents main .intro .chapter.start .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #contents main .intro .chapter.start .note p:last-of-type {
    font-size: 3rem;
  }
  #contents main .intro .chapter.start .note p:last-of-type em {
    color: var(--col-hlt);
  }
  #contents main .intro .chapter.start h2 {
    margin: 30px 0 0 -2rem;
    font-size: 4rem;
    color: var(--col-text-d-hlt);
  }
  #contents main .intro > .mv {
    margin-top: 130px;
    position: relative;
  }
  #contents main .intro > .mv .message {
    width: 40%;
    position: absolute;
    left: 70%;
    top: 70%;
  }
  #contents main .about {
    margin-top: 130px;
  }
  #contents main .about * {
    text-align: right;
  }
  #contents main .about h2 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  #contents main .about h2 em {
    display: inline-block;
    padding-right: calc(50% + 20px);
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-style: italic;
    font-size: 2rem;
    color: #8F8784;
  }
  #contents main .about h2::after {
    content: "";
    display: block;
    width: 50%;
    border-top: 1px solid var(--col-hlt);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #contents main .about .note, #contents main .about .copy {
    width: 72%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #contents main .about .note {
    margin-top: 100px;
  }
  #contents main .about .note p {
    line-height: 2.5;
  }
  #contents main .about .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #contents main .about .note p:last-of-type {
    font-size: 3rem;
    color: var(--col-text-d-hlt);
  }
  #contents main .about .note p:last-of-type em {
    color: var(--col-hlt);
  }
  #contents main .about .note p .blank {
    display: inline-block;
    width: 1.5em;
  }
  #contents main .about .copy {
    margin-top: 80px;
    font-size: 5rem;
    color: var(--col-text-d-hlt);
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
  }
  #contents main .works {
    margin-top: 200px;
    padding: 130px 0 120px;
    background: #DAD3CB;
  }
  #contents main .works * {
    color: var(--col-text);
  }
  #contents main .works header {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contents main .works header h2 {
    width: 25rem;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 8rem;
  }
  #contents main .works header .list {
    width: calc(100% - 25rem - 23%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px 0;
  }
  #contents main .works header .list dt {
    width: calc(12rem + 30px + 120px);
    margin-top: 0.5rem;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    font-style: italic;
    position: relative;
  }
  #contents main .works header .list dt::after {
    content: "";
    display: block;
    width: 120px;
    border-top: 1px solid #fff;
    position: absolute;
    right: 0;
    top: calc(50% + 1px);
    opacity: 0.7;
  }
  #contents main .works header .list dd {
    width: calc(100% - 12rem - 60px - 120px);
  }
  #contents main .works header .list dd:not(:first-of-type) {
    margin-left: auto;
    margin-right: 0;
  }
  #contents main .works .details {
    margin-top: 60px;
    padding-left: 7vw;
    overflow: hidden;
  }
  #contents main .works .details .gallery .slick-slide {
    padding-right: 40px;
    font-size: 1.5rem;
  }
  #contents main .works .details .gallery .slick-slide figure {
    aspect-ratio: 1/0.622;
    overflow: hidden;
  }
  #contents main .works .details .gallery .slick-slide .ct {
    display: inline-block;
    margin: 15px 0 10px;
    border-bottom: 1px solid var(--col-bd);
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
  #contents main .works .details .gallery .slidenav {
    width: 50px;
    height: 50px;
    border: 1px solid var(--col-text);
    border-radius: 50%;
    position: absolute;
    top: calc(13vw - 25px);
    z-index: 100;
  }
  #contents main .works .details .gallery .slidenav::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    color: var(--col-text);
  }
  #contents main .works .details .gallery .slidenav.prev {
    left: -25px;
  }
  #contents main .works .details .gallery .slidenav.prev::before {
    left: 50%;
    border-bottom: 1px solid var(--col-text);
    border-left: 1px solid var(--col-text);
  }
  #contents main .works .details .gallery .slidenav.next {
    right: calc(5vw + 25px);
  }
  #contents main .works .details .gallery .slidenav.next::before {
    left: calc(50% - 7px);
    border-top: 1px solid var(--col-text);
    border-right: 1px solid var(--col-text);
  }
  #contents main .works .details .more {
    margin-top: 50px;
  }
  #contents main .works .details .more a {
    max-width: 300px;
    margin-top: 60px;
    display: block;
    padding: 0 30px;
    border-radius: 28px;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.7rem;
    line-height: 56px;
    color: var(--col-text);
    position: relative;
    border: 1px solid var(--col-text);
  }
  #contents main .works .details .more a::before, #contents main .works .details .more a::after {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #contents main .works .details .more a::before {
    width: 25px;
    border-top: 1px solid var(--col-text);
  }
  #contents main .works .details .more a::after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--col-text);
  }
  #contents main > .info {
    padding-top: 140px;
    background: #fff url(../img/company_bg.jpg) center bottom/cover no-repeat;
  }
  #contents main > .info #company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 7%;
  }
  #contents main > .info #company h2 {
    width: 27rem;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 6rem;
    color: #DAD3CB;
    opacity: 0.9;
  }
  #contents main > .info #company .info {
    width: calc(95% - 27em);
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contents main > .info #company .info dt,
  #contents main > .info #company .info dd {
    border-bottom: 1px solid #DAD3CB;
    padding-bottom: 15px;
  }
  #contents main > .info #company .info dt:not(:first-of-type),
  #contents main > .info #company .info dd:not(:first-of-type) {
    padding-top: 15px;
  }
  #contents main > .info #company .info dt {
    width: 10em;
  }
  #contents main > .info #company .info dd {
    width: calc(100% - 10em);
    padding-left: 30px;
  }
  #contents main > .info .message {
    width: 90%;
    max-width: 1200px;
    margin: 150px auto 0;
  }
  #contents main > .info .message .logo {
    text-align: center;
  }
  #contents main > .info .message .logo img {
    max-width: 280px;
  }
  #contents main > .info .message .logo em {
    display: block;
    margin-top: 30px;
    font-size: 2rem;
    line-height: 1;
    color: var(--col-text-d-hlt);
  }
  #contents main > .info .message .logo em::before, #contents main > .info .message .logo em::after {
    content: "-";
  }
  #contents main > .info .message .logo em::before {
    margin-right: 1em;
  }
  #contents main > .info .message .logo em::after {
    margin-left: 1em;
  }
  #contents main > .info .message h2,
  #contents main > .info .message .note {
    width: 90%;
    max-width: 41rem;
    margin-left: auto;
    margin-right: auto;
  }
  #contents main > .info .message h2 {
    margin-top: 50px;
    font-size: 1.2rem;
    color: var(--col-hlt);
  }
  #contents main > .info .message h2 em {
    margin-right: 10px;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    color: var(--col-hlt);
  }
  #contents main > .info .message .note {
    margin-top: 20px;
  }
  #contents main > .info .message .note p {
    line-height: 2.5;
  }
  #contents main > .info .message .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #contents main > .info .message .note p {
    font-size: 1.3rem;
  }
  #contents main > .info .message .more {
    margin-top: 50px;
  }
  #contents main > .info .message .more a {
    display: block;
    max-width: 300px;
    margin: 80px auto 0;
    display: block;
    padding: 0 30px;
    border-radius: 28px;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.7rem;
    line-height: 56px;
    color: var(--col-text);
    position: relative;
    background: var(--col-link);
    color: var(--col-text);
  }
  #contents main > .info .message .more a::before, #contents main > .info .message .more a::after {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #contents main > .info .message .more a::before {
    width: 25px;
    border-top: 1px solid var(--col-text);
  }
  #contents main > .info .message .more a::after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--col-text);
  }
  #contents main > .info #copyright {
    margin: 130px 0 0;
    padding: 60px 5%;
    border-top: 1px solid var(--col-hlt);
  }
}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  #contents {
    padding-bottom: 0;
  }
  #contents #pageheader {
    padding-top: 60vw;
  }
  #contents #pageheader .copy {
    margin-left: 5%;
    font-size: 3.6rem;
    line-height: 1.5;
  }
  #contents #pageheader h1 {
    margin: 35vw 0 0 20vw;
  }
  #contents main {
    width: 100%;
    margin-top: -17vw;
  }
  #contents main .bkmovie {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
  }
  #contents main .bkmovie video {
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #contents main .intro {
    width: 86vw;
    overflow: hidden;
    max-width: 1200px;
    margin: -100vh auto 0;
    padding-top: 80vw;
  }
  #contents main .intro .chapter.natural {
    position: relative;
  }
  #contents main .intro .chapter.natural h2 {
    font-size: 3rem;
    line-height: 1.8;
    color: var(--col-text-d-hlt);
  }
  #contents main .intro .chapter.natural .note {
    margin-top: 60px;
  }
  #contents main .intro .chapter.natural .note p {
    line-height: 2.5;
  }
  #contents main .intro .chapter.natural .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #contents main .intro .chapter.natural .note p:last-of-type {
    margin-top: -1rem;
    font-size: 2.4rem;
    line-height: 1.9;
    color: var(--col-text-d-hlt);
  }
  #contents main .intro .chapter.sense {
    margin-top: 100px;
  }
  #contents main .intro .chapter.sense * {
    text-align: right;
  }
  #contents main .intro .chapter.sense h2 {
    margin-right: -2.5rem;
    font-size: 3.8rem;
    line-height: 1;
    color: var(--col-text-d-hlt);
  }
  #contents main .intro .chapter.sense h2 em {
    display: block;
    margin-bottom: 30px;
    text-align: left;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 3rem;
    color: #fff;
  }
  #contents main .intro .chapter.sense h2 strong {
    font-weight: normal;
    letter-spacing: 0.05em;
  }
  #contents main .intro .chapter.sense h2 span {
    color: var(--col-hlt);
  }
  #contents main .intro .chapter.sense .note {
    margin-top: 50px;
  }
  #contents main .intro .chapter.sense .note p {
    line-height: 2.5;
  }
  #contents main .intro .chapter.sense .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #contents main .intro .chapter.sense .note p:last-of-type {
    margin-right: -1rem;
    font-size: 2.4rem;
    line-height: 1.9;
    color: var(--col-text-d-hlt);
  }
  #contents main .intro .chapter.sense .note p .blank {
    display: inline-block;
    width: 1em;
  }
  #contents main .intro .chapter.start {
    margin-top: 150px;
  }
  #contents main .intro .chapter.start .note p {
    line-height: 2.5;
  }
  #contents main .intro .chapter.start .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #contents main .intro .chapter.start .note p:last-of-type {
    font-size: 2.4rem;
    line-height: 1.9;
  }
  #contents main .intro .chapter.start .note p:last-of-type em {
    color: var(--col-hlt);
  }
  #contents main .intro .chapter.start h2 {
    margin: 30px 0 0 -1.5rem;
    font-size: 3rem;
    color: var(--col-text-d-hlt);
  }
  #contents main .intro > .mv {
    width: 74vw;
    margin: 160px auto 0;
    position: relative;
  }
  #contents main .intro > .mv .message {
    width: 60vw;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #contents main .about {
    margin-top: 170px;
    overflow: hidden;
  }
  #contents main .about * {
    text-align: right;
  }
  #contents main .about h2 {
    padding-left: 5vw;
    position: relative;
  }
  #contents main .about h2 em {
    display: inline-block;
    padding-right: calc(43% + 20px);
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-style: italic;
    font-size: 2rem;
    color: #8F8784;
  }
  #contents main .about h2::after {
    content: "";
    display: block;
    width: 43%;
    border-top: 1px solid var(--col-hlt);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #contents main .about .note, #contents main .about .copy {
    padding: 0 5vw;
  }
  #contents main .about .note {
    margin-top: 80px;
  }
  #contents main .about .note p {
    line-height: 2.5;
  }
  #contents main .about .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #contents main .about .note p:last-of-type {
    margin-top: -1rem;
    font-size: 2.6rem;
    color: var(--col-text-d-hlt);
  }
  #contents main .about .note p:last-of-type em {
    color: var(--col-hlt);
  }
  #contents main .about .note p .blank {
    display: inline-block;
    width: 1.3em;
  }
  #contents main .about .copy {
    margin-top: 50px;
    font-size: 3.6rem;
    line-height: 1.5;
    color: var(--col-text-d-hlt);
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
  }
  #contents main .about .copy .blank {
    display: inline-block;
    width: 1em;
  }
  #contents main .works {
    margin-top: 160px;
    padding: 80px 0 150px 5vw;
    background: #DAD3CB;
  }
  #contents main .works * {
    color: var(--col-text);
  }
  #contents main .works header h2 {
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 7rem;
  }
  #contents main .works header .list {
    margin-top: 50px;
  }
  #contents main .works header .list dt {
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    font-style: italic;
    position: relative;
  }
  #contents main .works header .list dt::after {
    content: "";
    display: block;
    width: 60%;
    border-top: 1px solid #fff;
    position: absolute;
    right: 0;
    top: calc(50% + 1px);
    opacity: 0.7;
  }
  #contents main .works header .list dd:first-of-type {
    margin-top: 30px;
  }
  #contents main .works header .list dd:not(:first-of-type) {
    margin-top: 7px;
  }
  #contents main .works .details {
    overflow: hidden;
    margin-top: 80px;
  }
  #contents main .works .details .gallery .slick-slide {
    padding-right: 30px;
    font-size: 1.5rem;
  }
  #contents main .works .details .gallery .slick-slide figure {
    aspect-ratio: 1/0.622;
    overflow: hidden;
  }
  #contents main .works .details .gallery .slick-slide .ct {
    display: inline-block;
    margin: 15px 0 10px;
    border-bottom: 1px solid var(--col-bd);
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
  #contents main .works .details .more {
    padding-right: 5vw;
  }
  #contents main .works .details .more a {
    margin-top: 50px;
    display: block;
    padding: 0 30px;
    border-radius: 28px;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.7rem;
    line-height: 56px;
    color: var(--col-text);
    position: relative;
    border: 1px solid var(--col-text);
  }
  #contents main .works .details .more a::before, #contents main .works .details .more a::after {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #contents main .works .details .more a::before {
    width: 25px;
    border-top: 1px solid var(--col-text);
  }
  #contents main .works .details .more a::after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--col-text);
  }
  #contents main > .info {
    padding-top: 80px;
  }
  #contents main > .info #company {
    padding-left: 5vw;
  }
  #contents main > .info #company h2 {
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 5rem;
    color: #DAD3CB;
    opacity: 0.9;
  }
  #contents main > .info #company .info {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contents main > .info #company .info dt,
  #contents main > .info #company .info dd {
    border-bottom: 1px solid #DAD3CB;
    padding-bottom: 15px;
  }
  #contents main > .info #company .info dt:not(:first-of-type),
  #contents main > .info #company .info dd:not(:first-of-type) {
    padding-top: 15px;
  }
  #contents main > .info #company .info dt {
    width: 6em;
  }
  #contents main > .info #company .info dd {
    width: calc(100% - 6em);
    padding-left: 30px;
  }
  #contents main > .info .message {
    margin: 150px auto 0;
    padding: 0 7vw;
  }
  #contents main > .info .message .logo {
    text-align: center;
  }
  #contents main > .info .message .logo img {
    max-width: 250px;
  }
  #contents main > .info .message .logo em {
    display: block;
    margin-top: 30px;
    font-size: 2rem;
    line-height: 1;
    color: var(--col-text-d-hlt);
  }
  #contents main > .info .message .logo em::before, #contents main > .info .message .logo em::after {
    content: "-";
  }
  #contents main > .info .message .logo em::before {
    margin-right: 1em;
  }
  #contents main > .info .message .logo em::after {
    margin-left: 1em;
  }
  #contents main > .info .message h2 {
    margin-top: 50px;
    font-size: 1.2rem;
    color: var(--col-hlt);
  }
  #contents main > .info .message h2 em {
    margin-right: 10px;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    color: var(--col-hlt);
  }
  #contents main > .info .message .note {
    margin-top: 20px;
  }
  #contents main > .info .message .note p {
    line-height: 2.5;
  }
  #contents main > .info .message .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  #contents main > .info .message .note p {
    font-size: 1.3rem;
  }
  #contents main > .info .message .more a {
    display: block;
    margin-top: 50px;
    display: block;
    padding: 0 30px;
    border-radius: 28px;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.7rem;
    line-height: 56px;
    color: var(--col-text);
    position: relative;
    background: var(--col-link);
    color: var(--col-text);
  }
  #contents main > .info .message .more a::before, #contents main > .info .message .more a::after {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #contents main > .info .message .more a::before {
    width: 25px;
    border-top: 1px solid var(--col-text);
  }
  #contents main > .info .message .more a::after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--col-text);
  }
  #contents main > .info #copyright {
    margin: 160px 0 0;
    padding: 40px 5%;
    border-top: 1px solid var(--col-hlt);
  }
}