@font-face {
    font-family: 'SairaSemiCondensed-Black';
    src: url('../asset/font/SairaSemiCondensed-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Rubik-Black';
    src: url('../pdf-merge/asset/font/Rubik-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Quicksand-Medium';
    src: url('../pdf-merge/asset/font/Quicksand-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Quicksand-Light';
    src: url('../pdf-merge/asset/font/Quicksand-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('../pdf-merge/asset/font/WorkSans-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'WorkSans-Light';
    src: url('../pdf-merge/asset/font/WorkSans-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'WorkSans-Regular';
    src: url('../pdf-merge/asset/font/WorkSans-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'MPLUS1p-L';
    src: url('../asset/font/M_PLUS_1p/MPLUS1p-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'MPLUS1p-R';
    src: url('../asset/font/M_PLUS_1p/MPLUS1p-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'MPLUS1p-B';
    src: url('../asset/font/M_PLUS_1p/MPLUS1p-Black.ttf') format('truetype');
}

a {
    overflow-wrap: anywhere;
}
img {
	pointer-events: none;
    border:none;
}

body {
    background-color: #E76166;
    display: flex;
    flex-direction: column;

}
html{
  scroll-behavior: smooth;
}
header {
    background-color: #E76166;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 12px;
}
#brand-logo {
    color:#A0081A;
    font-family: 'SairaSemiCondensed-Black';
    font-size: 20px;
    padding: 8px 12px 4px;
    white-space: nowrap;
    text-decoration: none;
}
#brand-logo img {
    width:24px;
    height:34px;
    vertical-align: text-bottom;
    margin-right: 6px;
}
#puppy-header {
    padding:0 12px;
    padding-bottom: 5px;
}
#puppy-header img {
    /* width:43px; */
    width:63px;
    height:22px;
    vertical-align: baseline;
}
#puppy-header.puppy{
  line-height: 0;
  padding: 0;
}
#puppy-header.puppy img{
  height: 37px;
}

/* index */
#top-page {
    height:100%;
}
#top-page body {
    height:100%;
}
#main {
    background-color: #FAF4E7;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 160px 0;
}
.content {
    margin: 0 auto;
    padding: 8px 40px;
    max-width: 960px;
    font-family: 'WorkSans-Light';
    font-size: 16px;
    color: black;
}
#top-page .tagline{
  position: absolute;
  top:60px;
  color: #A0081A;
  font-size: 20px;
  font-family: 'Quicksand-Medium';
}

#top-page .tagline a{
  font-family: 'Rubik-Black';
}
#top-page .tagline a:link{
  color: #A0081A;
  text-decoration: none;
}
#top-page .tagline a:visited{
  color: #A0081A;
}
#top-page .tagline a:hover{
  text-decoration: underline;
}

#top-page .content {
    display: flex;
    gap: 1em 3em;
    align-items: center;
}

#top-page .description {
    color:#A0081A;
    max-width: 588px;
}
#top-page .description h1 {
    font-family: 'Rubik-Black';
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 1em;
    margin: 0 0 16px;
}
 #top-page.lang_jp .description h1 {
   font-family: 'MPLUS1p-B';
  font-size: 35px;
  line-height: 1.2;
}

#top-page .description p {
    font-family: 'Quicksand-Medium';
    font-size: 14px;
    margin: 0;
}
 #top-page.lang_jp .description p{
  font-family: 'MPLUS1p-R';
}

#pdf-friends-image {
    width: 179px;
    height: 136px;
}
#merge-block {
    background-color: #FAF4E7;
    text-align: center;
}
#merge-block a.pdf_sprit_kitty {
  margin-top: 20px;
  box-shadow:none;
  cursor: default;
  color: #e2baa9;
}
@media screen and (max-width: 800px) {
  #merge-block a.pdf_sprit_kitty .image {
    /* display: none; */
  }
}
#merge-block a {
    /* font-family: 'Quicksand-Light'; */
    text-align: left;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f4e5db;
    padding: 40px;
    text-decoration: none;
    color: #c84143;
    gap: 24px;
    flex-wrap: wrap;
    margin: 0 40px;
    box-shadow: 0px 8px 6px -4px #ad958a;
    margin-bottom: 16px;
    max-width: 816px;
}
#merge-block div {
    margin-right: 24px;
}
#merge-block p {
    font-family: 'MPLUS1p-L';
    margin: 0;
    line-height: 1em;
}
#merge-block p.title {
    font-family: 'Rubik-Black';
    font-size: 50px;
    letter-spacing: -2px;
}
#merge-block span.first-large {
    display: inline-block;
    font-size: 36px;
}
#merge-block span.first-large::first-letter {
    font-size: 50px;
}
#merge-block img:first-child {
    width:76px;
    height:76px;
}
#merge-block img:last-child {
    width: 208px;
    height: 144px;
}

.soon{
  padding-top: 20px;
  padding-bottom: 100px;
  background: #FAF4E7;
  text-align: center;
}
.soon .image{
  display: inline-block;
  text-align: center;
  width: 150px;
}
.soon .text{
  font-family: 'MPLUS1p-L';
  color: #a0081a;
  font-size: 18px;
  margin-top: 0;
}

#member{
  background: #6e605a;
  color: #fff;
}
#member ._inner{
  max-width: 1400px;
  margin: 0 auto;
  padding: 5%;
}
#member ._copy{
  text-align: center;
  /* font-family: 'Rubik-Black';
   */
   font-weight: bold;
   font-size: 26px;
   margin-bottom: 30px;
}
#member ._copy a{
  color: #fff;
  text-decoration: none;
  font-family: 'SairaSemiCondensed-Black';
   font-size: 40px;
}
.lang_jp #member ._copy{
  font-family: 'MPLUS1p-R';
}
.lang_jp #member ._copy a{
  /* font-family: 'MPLUS1p-B'; */
}
#member ._left{
  vertical-align: top;
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}
#member ._right{
  vertical-align: top;
  display: inline-block;
  width: 48%;

}
@media screen and (max-width: 800px) {
  #member ._left{
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  #member ._right{
    display: block;
    width: 100%;

  }
}
#member ._image{
  vertical-align: top;
  min-width: 80px;
  width: 12%;
  margin-right: 10px;
  display: inline-block;
}
#member ._text{
  font-family: 'MPLUS1p-R';
  width: 80%;
  display: inline-block;
}
#member p{
  margin: 0;
}
#member ._name{
  font-size: 24px;
}
#member ._name span{
  font-size: 18px;
}
#member ._text ul{
  padding-left: 24px;
  font-size: 12px;
}
#member ._text ul li{
  list-style: disc;
  margin-bottom: 5px;
}
#member ._more{
  font-family: 'MPLUS1p-L';
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
}

#pageTop{
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 1s 0s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  /* pointer-events: none; */
}
#pageTop.avoid_puppy{
  bottom:60px;
}
#pageTop.view{
  opacity: 1;
  pointer-events: auto;
}


footer {
    background-color: #FAF4E7;
    text-align: center;
    color:#A0081A;
    padding: 2em 8px;
}
footer p {
    margin:0;
}
footer p:first-child {
    font-family: 'Quicksand-Light';
    font-size: 18px;
}
#copyright {
    font-family: 'SairaSemiCondensed-Black';
    font-size: 24px;
    margin: 8px 0 0 0;
    line-height: 1em;
    text-decoration: none;
    color:#A0081A;
    display: inline-block;
}
footer nav {
    font-family: 'WorkSans-Regular';
    font-size: 11px;
    display: flex;
    justify-content: center;
    column-gap: 8px;
}
footer nav a {
    color: #A0081A;
}
#puppy-footer {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 960px;
    transform: translateX(-50%);
    text-align: right;
    pointer-events: none;
}
#puppy-footer img {
    width:90px;
    height:54px;
    margin-right: 8px;
    pointer-events: auto;
}

/* privacy */
#logo {
    font-family: 'SairaSemiCondensed-Black';
    background-color: #FAF4E7;
    color:#A0081A;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    padding: 80px 0;
}
#logo img {
    width:57px;
    height:80px
}
#logo p {
    font-size:13px;
    margin: 0;
}
#logo h1 {
    font-size: 56px;
    line-height: 1em;
    font-weight: normal;
    margin: 8px 0 0;
}

#description-page #main {
    background-color: white;
}
#description-page .content a {
    color: black;
    text-decoration: none;
}
#description-page .content nav {
    text-align: right;
    font-family: 'WorkSans-SemiBold';
    font-size: 16px;
    color: #ccc;
}
#description-page .content nav a {
    color: #ccc;
    font-size: 21px;
}
#description-page .content nav a:hover {
    text-decoration: underline;
}
#description-page h2 {
    font-family: 'WorkSans-SemiBold';
    font-size: 36px;
    color: #666;
    margin: 2em 0 16px;
}
#description-page #main {
    padding-bottom: 6em;
}
#description-page footer {
    padding-top: 6em;
}

@media screen and (max-width: 890px) {
    #merge-block div {
        margin-right: 0;
    }
}
@media screen and (max-width: 800px) {
    #top-page .content {
        flex-direction: column;
        margin-top: 2em;
    }
}
@media screen and (max-width: 420px) {
    #top-page .description h1 {
        font-size: 32px;
        letter-spacing: 0;
    }
    #pdf-friends-imege {
        width: 100%;
        height: auto;
    }
    footer p:first-child {
        font-size: 14px;
    }
    #puppy-footer img {
        width:64px;
        height:38px;
        margin-right: 4px;
    }
}
