@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 1.8rem;
  color: #4B1515;
}
@media all and (max-width: 480px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }
}

a {
  color: #4B1515;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

.span_br {
  display: inline-block;
}

img {
  max-width: 100%;
}
img.fitimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.width {
  max-width: 1200px;
  /*適時変更*/
  width: calc(100% - 30px);
  margin: 0 auto;
}

.more_btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media all and (max-width: 480px) {
  .more_btn {
    margin-top: 20px;
  }
}
.more_btn a {
  display: block;
  max-width: 400px;
  width: 100%;
  text-align: center;
  border: 2px solid #000;
  padding: 20px 30px;
  box-sizing: border-box;
  margin: 10px 20px;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
  box-shadow: 5px 5px 0 #000;
  transform: translate(-5px, -5px);
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
}
@media all and (max-width: 1367px) {
  .more_btn a {
    padding: 15px 30px;
  }
}
@media all and (max-width: 480px) {
  .more_btn a {
    margin: 10px;
    padding: 10px;
  }
}
.more_btn a:hover {
  box-shadow: 0px 0px 0 #000;
  transform: translate(0px, 0px);
  transition: 0.3s;
}
.more_btn a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  position: absolute;
  right: 30px;
}

.fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 500ms;
}
.fade.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 10px;
}
@media all and (max-width: 480px) {
  header {
    height: 70px;
  }
}
header .area_head {
  display: flex;
  align-items: center;
}
@media all and (max-width: 480px) {
  header .area_head {
    height: 100%;
  }
}
header .area_head > p {
  color: #4B1515;
  font-weight: bold;
  font-size: 18px;
  margin: 0 20px;
}
@media all and (max-width: 480px) {
  header .area_head > p {
    margin: 0 15px 0 10px;
  }
}
header .area_head > ul {
  display: flex;
}
header .area_head > ul li {
  margin: 0 5px;
}
@media all and (max-width: 480px) {
  header .area_head > ul li {
    width: 30px;
  }
}
header .sp_menu .menu-trigger {
  display: inline-block;
  width: 140px;
  height: 50px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 8px;
  right: 20px;
  z-index: 1002;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  box-shadow: 3px 3px 0 #000;
}
header .sp_menu .menu-trigger.active {
  background: #fff;
}
header .sp_menu .menu-trigger.active span {
  background-color: #000;
}
header .sp_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  top: 15px;
  left: 25px;
}
header .sp_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .sp_menu .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
  bottom: 17px;
  left: 25px;
}
header .sp_menu .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 30%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #000;
  transition: all .5s;
}
header .sp_menu .menu-trigger span:nth-of-type(1) {
  top: 15px;
}
header .sp_menu .menu-trigger span:nth-of-type(2) {
  top: 24px;
}
header .sp_menu .menu-trigger span:nth-of-type(3) {
  bottom: 13px;
}
header .sp_menu .menu-trigger p {
  position: absolute;
  top: 10px;
  right: 20px;
  font-weight: bold;
  font-size: 1.6rem;
}
@media all and (max-width: 480px) {
  header .sp_menu .menu-trigger p {
    top: 12px;
    font-size: 1.4rem;
  }
}
header .sp_menu nav {
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  transform: translate(100%);
  transition: all .5s;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sp_menu nav ul > li {
  border-bottom: 1px solid #000;
}
header .sp_menu nav ul > li > a {
  display: block;
  padding: 15px 10px;
  font-size: 1.8rem;
  text-align: center;
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
}
header .sp_menu nav.open {
  transform: translateZ(0);
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
  position: fixed;
}

.couple .main {
  background-color: #E7F8AC;
}
.couple .main:before {
  background: url(../img/ja/couple/nami_line_main.svg) repeat-x bottom center/auto 35px;
}
.couple .main .area_main {
  background: url(../img/ja/couple/main.jpg) no-repeat center center/cover;
}
@media all and (max-width: 480px) {
  .couple .main .area_main {
    background: url(../img/ja/couple/main.jpg) no-repeat center right 10%/cover;
  }
}
.couple .main .area_main .people {
  right: auto;
  left: 0;
}
.couple .main .area_main .people img {
  width: 35vw;
}
.couple .column {
  background-color: #E3F6FF;
}
.couple .column:nth-child(odd):before {
  background: url(../img/ja/couple/bg_g.svg) no-repeat top center/100% auto;
}
.couple .column:nth-child(odd):after {
  background: url(../img/ja/couple/nami_line_g.svg) repeat-x center center/auto 28px;
}
.couple .column:nth-child(even):before {
  background: url(../img/ja/couple/bg_lg.svg) no-repeat top center/100% auto;
}
.couple .column:nth-child(even):after {
  background: url(../img/ja/couple/nami_line_lg.svg) repeat-x center center/auto 28px;
}

.main {
  padding: 10px 10px 0 10px;
  background: #FFCD6F;
  position: relative;
}
.main:before {
  content: "";
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(../img/ja/family/nami_line_main.svg) repeat-x bottom center/auto 35px;
}
.main .field {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 480px) {
  .main .field {
    display: none;
  }
}
.main .scroll {
  color: #FFF;
  font-weight: bold;
  text-shadow: #555 1px 0 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 145px;
  z-index: 1;
}
.main .mouse {
  width: 35px;
  height: 60px;
  border: 3px solid #FFF;
  border-radius: 60px;
  text-shadow: #555 1px 0 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 70px;
  z-index: 1;
}
.main .mouse::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}
@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}
.main .area_main {
  background: url(../img/ja/family/main.jpg) no-repeat center center/cover;
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  height: 750px;
  border-radius: 30px 30px 0 0;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 480px) {
  .main .area_main {
    height: 300px;
  }
}
.main .area_main h1 {
  position: relative;
  top: -50px;
  left: -7vw;
}
@media all and (max-width: 480px) {
  .main .area_main h1 {
    top: -15px;
    left: 4vw;
  }
  .main .area_main h1 img {
    width: 70%;
  }
}
.main .area_main .people {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main .area_main .people img {
  max-width: 40vw;
}

.topics {
  padding: 60px 0;
  position: relative;
}
@media all and (max-width: 480px) {
  .topics {
    padding: 30px 0;
  }
}
.topics .area_topics {
  text-align: center;
  position: relative;
  z-index: 1;
}
.topics .area_topics .sec_title h2 {
  font-size: 4rem;
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .topics .area_topics .sec_title h2 {
    font-size: 2.4rem;
  }
}
.topics .area_topics .sec_title h2 span {
  border-bottom: 1px dashed #4B1515;
}
.topics .area_topics .copy {
  margin-top: 50px;
}
@media all and (max-width: 1367px) {
  .topics .area_topics .copy {
    padding: 0 15vw;
  }
}
@media all and (max-width: 896px) {
  .topics .area_topics .copy {
    text-align: left;
    padding: 0;
  }
}
@media all and (max-width: 896px) {
  .topics .point_img {
    display: none;
  }
}
.topics .point_img p {
  position: absolute;
}
.topics .point_img p:first-child {
  bottom: 100px;
  left: 3vw;
}
.topics .point_img p:nth-child(2) {
  bottom: 40%;
  right: 3vw;
}
.topics .point_img p img {
  max-width: 20vw;
}

.start {
  padding: 20px 20px 40px 20px;
  text-align: center;
  background: #FFF96F;
  font-weight: 900;
  font-size: 3rem;
  position: relative;
}
@media all and (max-width: 480px) {
  .start {
    font-size: 2rem;
  }
}
.start .arrows {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .start .arrows {
    margin-top: 5px;
  }
  .start .arrows img {
    height: 40px;
  }
}

.column {
  text-align: center;
  padding: 30px 0 80px 0;
  position: relative;
  background: #FFF5E5;
}
@media all and (max-width: 480px) {
  .column {
    padding: 20px 0 60px 0;
  }
}
.column:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.column:after {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  position: absolute;
  top: -27px;
  left: 0;
}
.column:nth-child(odd):before {
  background: url(../img/ja/family/bg_pink.svg) no-repeat top center/100% auto;
}
@media all and (max-width: 480px) {
  .column:nth-child(odd):before {
    background: url(../img/ja/family/bg_pink.svg) no-repeat top center/150% auto;
  }
}
.column:nth-child(odd):after {
  background: url(../img/ja/family/nami_line_p.svg) repeat-x center center/auto 28px;
}
.column:nth-child(even):before {
  background: url(../img/ja/family/bg_orange.svg) no-repeat top center/100% auto;
}
@media all and (max-width: 480px) {
  .column:nth-child(even):before {
    background: url(../img/ja/family/bg_orange.svg) no-repeat top center/150% auto;
  }
}
.column:nth-child(even):after {
  background: url(../img/ja/family/nami_line_o.svg) repeat-x center center/auto 28px;
}
.column .area_title {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .column .area_title .no img {
    width: 30px;
  }
}
.column .area_title .copy {
  margin-top: 20px;
}
@media all and (max-width: 480px) {
  .column .area_title .copy {
    margin-top: 10px;
  }
  .column .area_title .copy img {
    width: 165px;
  }
}
.column .area_title h2 {
  font-size: 5rem;
  font-weight: 700;
}
@media all and (max-width: 480px) {
  .column .area_title h2 {
    font-size: 2.8rem;
    margin-top: 15px;
  }
}
.column .area_column {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .column .area_column {
    margin-top: 30px;
  }
}
.column .area_column .sec_mainimg {
  text-align: right;
  margin-left: calc( ( 100% - 1200px ) / 2 );
  position: relative;
}
@media all and (max-width: 1367px) {
  .column .area_column .sec_mainimg {
    margin-left: 30px;
  }
}
@media all and (max-width: 896px) {
  .column .area_column .sec_mainimg {
    margin-left: 15px;
  }
}
.column .area_column .sec_mainimg .img {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media all and (max-width: 480px) {
  .column .area_column .sec_mainimg .img {
    height: 240px;
    border-radius: 10px 0 0 10px;
  }
}
.column .area_column .sec_mainimg .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.column .area_column .sec_mainimg .column_ttl {
  position: absolute;
  left: -70px;
  top: -130px;
}
@media all and (max-width: 1400px) {
  .column .area_column .sec_mainimg .column_ttl {
    left: 20px;
    top: -60px;
  }
}
@media all and (max-width: 480px) {
  .column .area_column .sec_mainimg .column_ttl {
    top: -20px;
  }
}
.column .area_column .sec_mainimg .column_ttl h3 {
  transform: rotate(90deg);
  transform-origin: left bottom;
  text-align: left;
  color: #fff;
  font-size: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
@media all and (max-width: 1400px) {
  .column .area_column .sec_mainimg .column_ttl h3 {
    transform: rotate(0);
  }
}
@media all and (max-width: 480px) {
  .column .area_column .sec_mainimg .column_ttl h3 {
    font-size: 1.6rem;
  }
}
.column .area_column .sec_mainimg .column_ttl h3 span {
  font-family: 'Damion', cursive;
  display: block;
  font-size: 10rem;
  line-height: 1;
  margin-left: -10px;
  font-weight: normal;
}
@media all and (max-width: 480px) {
  .column .area_column .sec_mainimg .column_ttl h3 span {
    font-size: 4.5rem;
  }
}
.column .area_column .sec_column {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .column .area_column .sec_column {
    margin-top: 20px;
  }
}
.column .area_column .sec_column h4 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 480px) {
  .column .area_column .sec_column h4 {
    font-size: 1.8rem;
  }
}
.column .area_column .sec_column > p {
  margin-top: 15px;
}
@media all and (max-width: 896px) {
  .column .area_column .sec_column > p {
    text-align: left;
  }
}
.column .area_column .sec_column .block_column dl > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media all and (max-width: 480px) {
  .column .area_column .sec_column .block_column dl > div {
    margin-top: 20px;
  }
}
.column .area_column .sec_column .block_column dl > div:nth-child(even) dt {
  order: 2;
}
@media all and (max-width: 896px) {
  .column .area_column .sec_column .block_column dl > div:nth-child(even) dt {
    order: 1;
  }
}
.column .area_column .sec_column .block_column dl > div:nth-child(even) dd {
  order: 1;
}
@media all and (max-width: 896px) {
  .column .area_column .sec_column .block_column dl > div:nth-child(even) dd {
    order: 2;
  }
}
.column .area_column .sec_column .block_column dl > div dt {
  width: 55%;
}
@media all and (max-width: 896px) {
  .column .area_column .sec_column .block_column dl > div dt {
    width: 100%;
  }
}
.column .area_column .sec_column .block_column dl > div dt img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
@media all and (max-width: 480px) {
  .column .area_column .sec_column .block_column dl > div dt img {
    border-radius: 10px;
  }
}
.column .area_column .sec_column .block_column dl > div dd {
  width: calc(45% - 80px);
  display: flex;
  align-items: center;
}
@media all and (max-width: 1367px) {
  .column .area_column .sec_column .block_column dl > div dd {
    width: calc(45% - 40px);
  }
}
@media all and (max-width: 896px) {
  .column .area_column .sec_column .block_column dl > div dd {
    width: 100%;
  }
}
.column .area_column .sec_column .block_column dl > div dd p {
  text-align: left;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .column .area_column .sec_column .block_column dl > div dd p {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .column .area_column .sec_column .block_column dl > div dd p {
    line-height: 1.8;
  }
}

footer {
  background: url(../img/ja/family/foot_bg.svg) repeat-x top center/auto 143px;
  height: 143px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 480px) {
  footer {
    height: 100px;
  }
}
footer > p {
  color: #fff;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 100;
}

input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}