/*
Theme Name: adaw
*/
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans&family=Noto+Sans+JP&family=Noto+Serif+JP&family=Sawarabi+Mincho&family=Yantramanav:wght@500&display=swap');


/* ===============================================
# animation
=============================================== */

.animation.animationtotop {
  opacity: 0 !important;
  transform: translateY(40px);
  transition: all .5s 0s ease;
}

.animation.animationtotop.active {
  opacity: 1 !important;
  transform: translateY(0);
}

.animation.animationtoright {
  opacity: 0 !important;
  transform: translateX(-40px);
  transition: all .5s 0s ease;
}

.animation.animationtoright.active {
  opacity: 1 !important;
  transform: translateX(0);
}

.animation.animationtoleft {
  opacity: 0 !important;
  transform: translateX(40px);
  transition: all .5s 0s ease;
}

.animation.animationtoleft.active {
  opacity: 1 !important;
  transform: translateX(0);
}

.animation02 {
  overflow: hidden;
  position: relative;
}

.animation02 img {
  display: block;
  opacity: 0;
  position: relative;
  transition: all 1s .3s ease;
  width: 100%;
  z-index: 0;
}

.animation02::before {
  background: rgba(255, 255, 255, 1);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(0);
  transition: all .8s .4s ease;
  width: 100%;
  z-index: 1;
}

.animation02.active:before {
  transform: translateX(100%);
}

.animation02.active img {
  opacity: 1;
}


@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

*:focus {
  outline: none;
}

body {
  color: #4D4D4D;
}

img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width:767px) {
  .wrapper {
    position: relative;
  }
}

@media screen and (min-width:768px) {
  body {
    background-color: rgba(208, 208, 208, .2);
    min-width: 1000px;
  }

  .wrapper {
    background-color: rgba(255, 255, 255, 1);
    margin: auto;
    position: relative;
    width: 1000px;
    z-index: 0;
  }
}

@media screen and (max-width:767px) {
  .button01 {
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 10000;
  }

  .button01 img {
    width: 36%;
  }
}

@media screen and (min-width:768px) {
  .button01 {
    height: 124px;
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
    z-index: 10000;
  }

  .button01 a {
    position: fixed;
    width: 360px;
  }

  .button01 img {
    width: 100%;
  }
}

.mainimg {
  position: relative;
}

@media screen and (max-width:767px) {
  .mainimg h1 {
    margin: 30px 0 30px 45px;
    width: 108px;
  }
}

@media screen and (min-width:768px) {
  .mainimg h1 {
    margin: 0 124px 0;
    padding: 78px 0 0;
    width: 289px;
  }
}

@media screen and (max-width:767px) {
  .mainimg h2 {
    line-height: 1;
    margin: -10px 30px 55px auto;
    position: relative;
    text-align: right;
    width: 156px;
  }
}

@media screen and (min-width:768px) {
  .mainimg h2 {
    line-height: 1;
    margin: -25px 100px 150px auto;
    position: relative;
    text-align: right;
    width: 414px;
  }
}

@media screen and (max-width:767px) {

  /* .mainimg .images {
    margin: -78px 33px 0;
    position: relative;
    z-index: -1;
  } */
  .mainimg .images {
    height: calc(100vh - 156px);
    margin: -78px 33px 0;
    position: relative;
    z-index: -1;
  }

  .mainimg .images .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(50vh - 78px);
    width: 100%;
  }

  .mainimg .images .image.first {
    background-image: url(images/compoa55.jpg);
  }

  .mainimg .images .image.last {
    background-image: url(images/compoa56.jpg);
  }

  .mainimg .images .catch {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 86%;
  }
}

@media screen and (min-width:768px) {
  .mainimg .images {
    margin: -124px 88px 0;
    position: relative;
    z-index: -1;
  }
}

.mainimg .images img {
  width: 100%;
}

@media screen and (max-width:767px) {
  .mainimg .group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 33px;
  }

  .mainimg .group .block {
    margin: 0 0 34px;
    width: 47%;
  }

  .mainimg .group .block .num {
    font-family: adobe-garamond-pro, serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1;
    padding: 0 9px;
    position: relative;
    z-index: 2;
  }

  .mainimg .group .block .image {
    margin: -15px 0 5px 0;
    position: relative;
    z-index: 1;
  }

  .mainimg .group .block .image img {
    width: 100%;
  }

  .mainimg .text {
    background-color: rgba(195, 198, 216, .8);
    margin-bottom: 30px;
    padding: 0 0 30px;
    position: relative;
  }

  .mainimg .text:before {
    background-color: rgba(195, 198, 216, .8);
    content: '';
    display: block;
    height: 108px;
    position: absolute;
    top: -108px;
    width: 100%;
    z-index: -2;
  }

  .mainimg .text h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 1;
    margin: 0 auto 30px;
    text-align: center;
  }

  .mainimg .text h3 span {
    border-bottom: 1px solid #000;
    padding: 0 0 5px;
    width: fit-content;
  }

  .mainimg .group .block h4 {
    align-items: center;
    background-color: #fff;
    display: flex;
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    font-weight: normal;
    justify-content: center;
    letter-spacing: .05em;
    line-height: 1.25;
    margin: 0;
    min-height: 42px;
    padding: 5px;
    text-align: center;
  }

  .mainimg .header {
    left: 13px;
    position: absolute;
    top: 290px;
  }
}

@media screen and (min-width:768px) {
  .mainimg .group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 88px;
  }

  .mainimg .group .block {
    margin: 0 0 60px;
    width: 47%;
  }

  .mainimg .group .block .num {
    font-family: adobe-garamond-pro, serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1;
    padding: 0 24px;
    position: relative;
    z-index: 2;
  }

  .mainimg .group .block .image {
    margin: -30px 0 12px 0;
    position: relative;
    z-index: 1;
  }

  .mainimg .group .block .image img {
    width: 100%;
  }

  .mainimg .text {
    background-color: rgba(195, 198, 216, .8);
    margin-bottom: 90px;
    padding: 0 0 60px;
    position: relative;
  }

  .mainimg .text:before {
    background-color: rgba(195, 198, 216, .8);
    content: '';
    display: block;
    height: 290px;
    position: absolute;
    top: -290px;
    width: 100%;
    z-index: -2;
  }

  .mainimg .text h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 1;
    margin: 0 auto 80px;
    text-align: center;
  }

  .mainimg .text h3 span {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    width: fit-content;
  }

  .mainimg .group .block h4 {
    align-items: center;
    background-color: #fff;
    display: flex;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: normal;
    justify-content: center;
    letter-spacing: .05em;
    line-height: 1.25;
    margin: 0;
    min-height: 90px;
    padding: 20px;
    text-align: center;
  }

  .mainimg .header {
    left: 38px;
    position: absolute;
    top: 830px;
  }
}

@media screen and (max-width:767px) {
  .compoa16 {
    padding: 0 33px;
    position: relative;
    text-align: center;
    z-index: 2;
  }

  .compoa16 .block:first-child {
    margin: 0 auto 40px;
  }

  .compoa16 .block:last-child {
    margin: 0 auto;
  }
}

@media screen and (min-width:768px) {
  .compoa16 {
    padding: 0 88px;
    position: relative;
    text-align: center;
    z-index: 2;
  }

  .compoa16 .block:first-child {
    margin: 0 auto 100px;
  }

  .compoa16 .block:last-child {
    margin: 0 auto;
  }
}

@media screen and (max-width:767px) {
  .compoa01 {
    background-image: url(images/compoa01@2x.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 135px 0 80px;
    position: relative;
  }

  .compoa01 h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1.6;
    margin: 0 33px 30px;
  }

  .compoa01 h2 span {
    border-bottom: 2px solid #C3C6D8;
  }

  .compoa01 .desc {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 2.5;
    padding: 0 33px 10px;
  }

  .compoa01 .desc span {
    border-bottom: 2px solid #C3C6D8;
    padding: 0 0 3px;
  }

  .compoa01 .sig {
    margin: 0 0 0 auto;
    padding: 0 20px;
    text-align: right;
    width: 163px;
  }
}

@media screen and (min-width:768px) {
  .compoa01 {
    background-image: url(images/compoa01@2x.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 320px 0 200px;
    position: relative;
  }

  .compoa01 h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1.6;
    margin: 0 88px 30px;
  }

  .compoa01 h2 span {
    border-bottom: 2px solid #C3C6D8;
  }

  .compoa01 .desc {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 2.5;
    padding: 0 88px 25px;
  }

  .compoa01 .desc span {
    border-bottom: 2px solid #C3C6D8;
    padding: 0 0 3px;
  }

  .compoa01 .sig {
    margin: 0 0 0 auto;
    padding: 0 55px;
    text-align: right;
    width: 260px;
  }
}

@media screen and (max-width:767px) {
  .compoa17 {
    margin: 0 auto 33px;
    position: relative;
    text-align: center;
  }

  .compoa17:before {
    background-color: rgba(234, 234, 234, .9);
    bottom: 0;
    content: '';
    display: block;
    height: calc(100% - 6px);
    position: absolute;
    width: 100%;
    z-index: -2;
  }

  .compoa17 h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 12px;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 34px;
    position: relative;
    transform: translateY(-5px);
  }

  .compoa17 h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 1;
    margin: 0 auto 17px;
  }

  .compoa17 h3 span {
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 0 0 6px;
  }

  .compoa17 h2:before {
    background-color: rgba(0, 0, 0, 1);
    content: '';
    display: block;
    height: 19px;
    left: 50%;
    position: absolute;
    top: -30px;
    width: 1px;
  }

  .compoa17 .image01 {
    margin: 0 0 15px;
  }

  .compoa17 .image01 img,
  .compoa17 .image02 img {
    width: 100%;
  }

  .compoa17 .image02 {
    padding: 0 30px 33px;
  }
}

@media screen and (min-width:768px) {
  .compoa17 {
    background-color: rgba(234, 234, 234, .9);
    margin: 0 auto 88px;
    text-align: center;
  }

  .compoa17 h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 16px;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 90px;
    position: relative;
    transform: translateY(-12px);
  }

  .compoa17 h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 1;
    margin: 0 auto 47px;
  }

  .compoa17 h3 span {
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 0 0 14px;
  }

  .compoa17 h2:before {
    background-color: rgba(0, 0, 0, 1);
    content: '';
    display: block;
    height: 19px;
    left: 50%;
    position: absolute;
    top: -30px;
    width: 1px;
  }

  .compoa17 .image01 {
    margin: 0 0 40px;
  }

  .compoa17 .image01 img,
  .compoa17 .image02 img {
    width: 100%;
  }

  .compoa17 .image02 {
    padding: 0 88px 88px;
  }
}

@media screen and (max-width:767px) {
  .compoa02 {
    padding: 30px 0;
  }

  .compoa02 .num,
  .compoa11 .num {
    font-size: 10px;
    line-height: 1;
    margin: 0 auto 10px;
    text-align: center;
  }

  .compoa02 h2,
  .compoa11 h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 12px;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 40px;
    text-align: center;
  }

  .compoa02 h3,
  .compoa11>h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .2em;
    margin: 0 auto 5px;
    text-align: center;
  }

  .compoa02 h4,
  .compoa11 h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: .2em;
    margin: 0 auto 20px;
    text-align: center;
  }

  .compoa02 h3 span,
  .compoa02 h4 span,
  .compoa11 h3 span,
  .compoa11 h4 span {
    background-color: rgba(195, 198, 216, .75);
    padding: 0 5px;
  }

  .compoa02 .desc,
  .compoa11>.desc {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    letter-spacing: .03em;
    line-height: 2.1;
    margin: 0 33px 35px;
    text-align: center;
  }

  .compoa02 .group {
    position: relative;
  }

  .compoa02 .group .image {
    background-image: url(images/compoa39@2x.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 62vw;
    position: absolute;
    right: 0;
    top: 0;
    width: 74vw;
    z-index: 0;
  }

  .compoa02 .group ul {
    list-style-type: none;
    margin: 0 0 0 33px;
    padding: 50px 0 0 0;
    position: relative;
    width: 140px;
  }

  .compoa02 .group ul li {
    background-color: rgba(248, 248, 248, .75);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
    letter-spacing: .03em;
    margin: 0 0 9px;
    padding: 5px;
    text-align: center;
  }
}

@media screen and (min-width:768px) {
  .compoa02 {
    padding: 90px 0 110px;
  }

  .compoa02 .num,
  .compoa11 .num {
    font-size: 24px;
    line-height: 1;
    margin: 0 auto 25px;
    text-align: center;
  }

  .compoa02 h2,
  .compoa11 h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 24px;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 100px;
    text-align: center;
  }

  .compoa02 h3,
  .compoa11>h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .2em;
    margin: 0 auto 12px;
    text-align: center;
  }

  .compoa02 h4,
  .compoa11 h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: .2em;
    margin: 0 auto 50px;
    text-align: center;
  }

  .compoa02 h3 span,
  .compoa02 h4 span,
  .compoa11 h3 span,
  .compoa11 h4 span {
    background-color: rgba(195, 198, 216, .75);
    padding: 0 12px;
  }

  .compoa02 .desc,
  .compoa11>.desc {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 2.1;
    margin: 0 88px 90px;
    text-align: center;
  }

  .compoa02 .group {
    position: relative;
  }

  .compoa02 .group .image {
    background-image: url(images/compoa39@2x.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
    position: absolute;
    right: 0;
    top: 0;
    width: 743px;
    z-index: 0;
  }

  .compoa02 .group ul {
    list-style-type: none;
    margin: 0 0 0 88px;
    padding: 135px 0 0 0;
    position: relative;
    width: 360px;
  }

  .compoa02 .group ul li {
    background-color: rgba(248, 248, 248, .75);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    letter-spacing: .03em;
    margin: 0 0 24px;
    padding: 13px;
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  .compoa03 .num {
    font-size: 10px;
    line-height: 1;
    margin: 0 auto 10px;
    text-align: center;
  }

  .compoa03 h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 40px;
    text-align: center;
  }

  .compoa03 h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .2em;
    line-height: 1.6;
    margin: 0 auto 20px;
    text-align: center;
  }

  .compoa03 h3 span {
    background-color: rgba(195, 198, 216, .75);
  }

  .compoa03 .desc {
    font-size: 12px;
    letter-spacing: .03em;
    line-height: 2.1;
    text-align: center;
    margin: 0 33px 50px;
  }
}

@media screen and (min-width:768px) {
  .compoa03 .num {
    font-size: 24px;
    line-height: 1;
    margin: 0 auto 30px;
    text-align: center;
  }

  .compoa03 h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 105px;
    text-align: center;
  }

  .compoa03 h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: .2em;
    line-height: 1.6;
    margin: 0 auto 55px;
    text-align: center;
  }

  .compoa03 h3 span {
    background-color: rgba(195, 198, 216, .75);
  }

  .compoa03 .desc {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 2.1;
    text-align: center;
    margin: 0 88px 130px;
  }
}

@media screen and (max-width:767px) {
  .compoa04 .slider {
    background-color: rgba(208, 208, 208, .3);
    padding: 28px 0;
  }

  .compoa04 .slider .block {
    margin: 0 33px 0 33px;
  }

  .compoa04 .slider .block .catch {
    font-family: 'Noto Serif JP', serif;
    font-size: 8px;
    line-height: 1;
    margin: 0 0 10px;
  }

  .compoa04 .slider .block .header {
    display: flex;
    min-height: 50px;
  }

  .compoa04 .slider .block .header .num {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
  }

  .compoa04 .slider .block h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 0;
  }

  .compoa04 .slider .image {
    margin: 0 0 13px;
  }

  .compoa04 .slider .image img {
    width: 100%;
  }

  .compoa04 .slider .info {
    display: flex;
    justify-content: space-between;
    margin: 0 0 12px;
  }

  .compoa04 .slider .info .tags {
    display: flex;
  }

  .compoa04 .slider .info .tags .tag {
    background-color: #C3C6D8;
    font-size: 10px;
    line-height: 1;
    margin-right: 5px;
    padding: 4px;
  }

  .compoa04 .slider .info .capacity {
    font-size: 8px;
    margin: auto 0 auto auto;
    text-align: right;
  }

  .compoa04 .slider .desc {
    border-bottom: 1px solid #707070;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 10px;
    letter-spacing: .03em;
    line-height: 1.8;
    margin: 0 0 10px;
    padding: 0 0 60px;
  }

  .compoa04 .slider .desc span {
    border-bottom: 2px solid #C3C6D8;
  }

  .compoa04 .slider .price {
    font-family: 'Yantramanav', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.6;
  }

  .compoa04 .slider .price span {
    font-size: 8px;
    font-weight: normal;
  }

  .compoa04 .slider .feature h4 {
    font-weight: normal;
  }

  .compoa04 .slider .feature ul {
    padding: 0 0 0 20px;
  }

  .compoa04 .slider .feature ul li {
    border-bottom: 1px dashed #707070;
  }

  .compoa04 .slidernav {
    margin: 0 auto 25px;
    width: 100%;
  }

  .compoa04 .slidernav .slick-list {
    padding: 0 33px !important;
  }

  .compoa04 .slidernav .slick-track {
    transform: none !important;
    width: 100% !important;
  }

  .compoa04 .slidernav .slick-slide {
    border-top: 5px solid #DDDDDD;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    letter-spacing: .15em;
    padding: 10px 0 0 0;
    width: 16.6% !important;
  }

  .compoa04 .slidernav .slick-slide.slick-current {
    border-top: 5px solid #C3C6D8;
  }
}

@media screen and (min-width:768px) {
  .compoa04 .slider {
    background-color: rgba(208, 208, 208, .3);
    padding: 76px 0;
  }

  .compoa04 .slider .slick-list {
    padding: 0 30% 0 0;
  }

  .compoa04 .slider .block {
    margin: 0 88px;
  }

  .compoa04 .slider .block .catch {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 20px;
  }

  .compoa04 .slider .block .header {
    display: flex;
    min-height: 130px;
  }

  .compoa04 .slider .block .header .num {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
  }

  .compoa04 .slider .block h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 0;
  }

  .compoa04 .slider .image {
    margin: 0 0 35px;
  }

  .compoa04 .slider .image img {
    width: 100%;
  }

  .compoa04 .slider .info {
    display: flex;
    justify-content: space-between;
    margin: 0 0 35px;
  }

  .compoa04 .slider .info .tags {
    display: flex;
  }

  .compoa04 .slider .info .tags .tag {
    background-color: #C3C6D8;
    font-size: 16px;
    line-height: 1;
    margin-right: 12px;
    padding: 6px;
  }

  .compoa04 .slider .info .capacity {
    font-size: 16px;
    margin: auto 0 auto auto;
    text-align: right;
  }

  .compoa04 .slider .desc {
    border-bottom: 1px solid #707070;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 1.8;
    margin: 0 0 26px;
    padding: 0 0 150px;
  }

  .compoa04 .slider .desc span {
    border-bottom: 2px solid #C3C6D8;
  }

  .compoa04 .slider .price {
    font-family: 'Yantramanav', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.6;
  }

  .compoa04 .slider .price span {
    font-size: 14px;
    font-weight: normal;
  }

  .compoa04 .slider .feature h4 {
    font-weight: normal;
  }

  .compoa04 .slider .feature ul {
    padding: 0 0 0 50px;
  }

  .compoa04 .slider .feature ul li {
    border-bottom: 1px dashed #707070;
  }

  .compoa04 .slidernav {
    margin: 0 auto 65px;
    width: 100%;
  }

  .compoa04 .slidernav .slick-list {
    padding: 0 88px !important;
  }

  .compoa04 .slidernav .slick-track {
    transform: none !important;
    width: 100% !important;
  }

  .compoa04 .slidernav .slick-slide {
    border-top: 5px solid #DDDDDD;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    letter-spacing: .15em;
    padding: 16px 0 0 0;
    width: 16.6% !important;
  }

  .compoa04 .slidernav .slick-slide.slick-current {
    border-top: 5px solid #C3C6D8;
  }
}

.compoa05 {
  padding: 20px 0 0 0;
}

.compoa05 h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 1.35;
  margin: 0 auto 25px;
  text-align: center;
}

.compoa05 .image {
  background-color: #C3C6D8;
  margin-bottom: 15px;
  padding: 14px 33px;
}

.compoa05 .image img {
  width: 100%;
}

.compoa05 .notice01 {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 10px;
  letter-spacing: .03em;
  line-height: 1.7;
  padding: 0 45px 35px;
}

.compoa06 {
  position: relative;
}

.compoa06:before {
  background-color: #8E8E8E;
  content: '';
  display: block;
  height: 500px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 33px);
  z-index: -1;
}

.compoa06 h2 {
  color: rgba(255, 255, 255, 1);
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 20px 33px 0 65px;
}

.compoa06 .desc {
  color: rgba(255, 255, 255, 1);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: .03em;
  line-height: 2;
  margin: 0 33px 12px 65px;
}

.compoa06 .block {
  background-color: #fff;
  margin: 0 33px 0 65px;
  padding: 16px 14px 20px;
  position: relative;
  z-index: 3;
}

.compoa06 .block h3 {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 8px;
  font-weight: normal;
  margin: 0 0 7px;
}

.compoa06 .block h4 {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 1;
  margin: 0;
}

.compoa06 .block .image01 {
  position: absolute;
  right: 9px;
  top: -50px;
  width: 69px;
}

.compoa06 .image02 {
  margin: -20px 0 40px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width:767px) {
  .compoa07 {
    padding: 100px 0 40px;
    position: relative;
    z-index: 2;
  }

  .compoa07 h2,
  .compoa12 h2,
  .compoa13 h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 55px;
    position: relative;
    text-align: center;
  }

  .compoa07 h2:before,
  .compoa12 h2:before,
  .compoa13 h2:before {
    background-color: rgba(0, 0, 0, 1);
    content: '';
    display: block;
    height: 19px;
    left: 50%;
    position: absolute;
    top: -30px;
    width: 1px;
  }


  .compoa07 h3 {
    border-bottom: 1px solid #000;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 1;
    margin: 0 auto 25px;
    padding: 0 0 7px;
    text-align: center;
    width: fit-content;
  }

  .compoa07 .desc {
    font-size: 12px;
    letter-spacing: .03em;
    line-height: 2;
    margin: 0 auto 30px;
    text-align: center;
  }

  .compoa07 .image01 {
    padding: 0 78px;
    position: relative;
    text-align: center;
    z-index: 2;
  }

  .compoa07 .image02 {
    position: relative;
    text-align: center;
    z-index: 1;
  }

  .compoa07 .image02 img {
    margin: -30px 0 0 0;
    position: relative;
    width: 100%;
    z-index: -1;
  }
}

@media screen and (min-width:768px) {
  .compoa07 {
    padding: 260px 0 100px;
    position: relative;
    z-index: 2;
  }

  .compoa07 h2,
  .compoa12 h2,
  .compoa13 h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 140px;
    position: relative;
    text-align: center;
  }

  .compoa07 h2:before,
  .compoa12 h2:before,
  .compoa13 h2:before {
    background-color: rgba(0, 0, 0, 1);
    content: '';
    display: block;
    height: 50px;
    left: 50%;
    position: absolute;
    top: -78px;
    width: 1px;
  }


  .compoa07 h3 {
    border-bottom: 1px solid #000;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 1;
    margin: 0 auto 65px;
    padding: 0 0 18px;
    text-align: center;
    width: fit-content;
  }

  .compoa07 .desc {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 2;
    margin: 0 auto 78px;
    text-align: center;
  }

  .compoa07 .image01 {
    padding: 0 200px;
    position: relative;
    text-align: center;
    z-index: 2;
  }

  .compoa07 .image02 {
    position: relative;
    text-align: center;
    z-index: 1;
  }

  .compoa07 .image02 img {
    margin: -78px 0 0 0;
    position: relative;
    width: 100%;
    z-index: -1;
  }
}

.compoa08 {
  margin: -30px 0 40px 0;
  position: relative;
  width: 100%;
  z-index: -1;
}

.compoa08 img {
  width: 100%;
}

@media screen and (max-width:767px) {
  .compoa09 {
    padding: 0 33px 45px;
  }

  .compoa09 h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 10px;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 12px;
    text-align: center;
  }

  .compoa09 .movie {
    width: 100%;
  }

  .compoa09 .movie video,
  .compoa09 .movie img {
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  .compoa09 {
    padding: 0 88px 110px;
  }

  .compoa09 h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 30px;
    text-align: center;
  }

  .compoa09 .movie {
    width: 100%;
  }

  .compoa09 .movie img {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .compoa10 h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 18px;
    text-align: center;
  }

  .compoa10 h3 {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 auto 15px;
    text-align: center;
  }

  .compoa10 h3 span {
    border-bottom: 1px solid #000;
  }

  .compoa10 .image {
    margin: 0 33px;
  }

  .compoa10 .image img {
    width: 100%;
  }

  .compoa10 .desc {
    background-color: #fff;
    font-size: 12px;
    letter-spacing: .03em;
    line-height: 2.5;
    margin: -70px 0 30px 60px;
    padding: 25px 33px 45px 20px;
    position: relative;
    width: calc(100% - 60px);
  }
}

@media screen and (min-width:768px) {
  .compoa10 h2 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 46px;
    text-align: center;
  }

  .compoa10 h3 {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 auto 38px;
    text-align: center;
  }

  .compoa10 h3 span {
    border-bottom: 1px solid #000;
  }

  .compoa10 .image {
    margin: 0 88px;
  }

  .compoa10 .image img {
    width: 100%;
  }

  .compoa10 .desc {
    background-color: #fff;
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 2.5;
    margin: -180px 0 78px 150px;
    padding: 65px 88px 110px 52px;
    position: relative;
    width: calc(100% - 150px);
  }
}

.compoa11 {
  margin-bottom: 35px;
  padding: 0 0 10px;
  position: relative;
}

.compoa11:before {
  background-color: rgba(208, 208, 208, .5);
  content: '';
  display: block;
  height: calc(100% - 28px);
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: -1;
}

.compoa11 .block {
  margin: 0 33px 45px;
}

.compoa11 .block .top {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 18px;
}

.compoa11 .block .top .image {
  width: 90%;
}

.compoa11 .block .top .image img {
  width: 100%;
}

.compoa11 .block .top .header {
  text-align: right;
  width: 10%;
}

.compoa11 .block:nth-child(odd) .top .image {
  text-align: right;
  order: 2;
}

.compoa11 .block:nth-child(odd) .top .header {
  order: 1;
  text-align: left;
}

.compoa11 .block .bottom h3 {
  border-bottom: 2px solid #C3C6D8;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 5px;
  width: fit-content;
}

.compoa11 .block .bottom .desc {
  font-size: 12px;
  letter-spacing: .03em;
  line-height: 1.5;
  width: 90%;
}

.compoa11 .block:nth-child(odd) .bottom {
  margin: 0 0 0 auto;
  width: 90%;
}

.compoa11 .block:nth-child(odd) .bottom h3 {
  margin: 0 0 10px;
}

.compoa11 .block:nth-child(odd) .bottom .desc {}

@media screen and (min-width:768px) {
  .compoa11 {
    margin-bottom: 90px;
    padding: 0 0 25px;
    position: relative;
  }

  .compoa11:before {
    background-color: rgba(208, 208, 208, .5);
    content: '';
    display: block;
    height: calc(100% - 65px);
    position: absolute;
    top: 65px;
    width: 100%;
    z-index: -1;
  }

  .compoa11 .block {
    margin: 0 88px 110px;
  }

  .compoa11 .block .top {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 46px;
  }

  .compoa11 .block .top .image {
    width: 90%;
  }

  .compoa11 .block .top .image img {
    width: 100%;
  }

  .compoa11 .block .top .header {
    text-align: right;
    width: 10%;
  }

  .compoa11 .block:nth-child(odd) .top .image {
    text-align: right;
    order: 2;
  }

  .compoa11 .block:nth-child(odd) .top .header {
    order: 1;
    text-align: left;
  }

  .compoa11 .block .bottom h3 {
    border-bottom: 2px solid #C3C6D8;
    font-family: 'Noto Serif JP', serif;
    font-size: 42px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 26px;
    padding: 0 0 13px;
    width: fit-content;
  }

  .compoa11 .block .bottom .desc {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 1.5;
    width: 90%;
  }

  .compoa11 .block:nth-child(odd) .bottom h3 {
    margin: 0 0 26px auto;
    width: 90%;
  }

  .compoa11 .block:nth-child(odd) .bottom .desc {
    margin: 0 0 0 auto;
    width: 90%;
  }
}

@media screen and (max-width:767px) {
  .compoa12 {
    background-color: rgba(195, 198, 216, .5);
    margin: 0 0 40px;
  }

  .compoa12 h2,
  .compoa12 h2:before {
    transform: translateY(-4px) !important;
  }

  .compoa12 h3 {
    border-bottom: 1px solid #000;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1;
    margin: 0 auto 45px;
    padding: 0 0 5px;
    text-align: center;
    width: fit-content;
  }

  .compoa12 .group {
    padding: 0 33px 25px;
  }

  .compoa12 .group .block {
    background-image: url(images/user01@2x.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 25px;
    margin: 0 0 30px;
  }

  .compoa12 .group .block .name {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 8px;
    letter-spacing: .03em;
    margin: 0 0 6px 33px;
  }

  .compoa12 .group .block .voice01 {}

  .compoa12 .group .block .voicetop {
    background-image: url(images/voice01@2x.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 75vw;
    content: '';
    display: block;
    height: 16px;
  }

  .compoa12 .group .block .voicemiddle {
    background-image: url(images/voice02@2x.png);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 75vw;
    margin: 0 0 0 auto;
    padding: 0 20px;
    width: 75vw;
  }

  .compoa12 .group .block .voicemiddle h4 {
    border-bottom: 1px solid #707070;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 1.7;
    margin: 0 0 12px;
    padding: 0 0 12px;
  }

  .compoa12 .group .block .voicemiddle .desc {
    font-size: 12px;
    letter-spacing: .03em;
    line-height: 1.3;
  }

  .compoa12 .group .block .voicebottom {
    background-image: url(images/voice03@2x.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 75vw;
    content: '';
    display: block;
    height: 16px;
  }
}

@media screen and (min-width:768px) {
  .compoa12 {
    background-color: rgba(195, 198, 216, .5);
    margin: 0 0 100px;
  }

  .compoa12 h2,
  .compoa12 h2:before {
    transform: translateY(-10px) !important;
  }

  .compoa12 h3 {
    border-bottom: 1px solid #000;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1;
    margin: 0 auto 110px;
    padding: 0 0 13px;
    text-align: center;
    width: fit-content;
  }

  .compoa12 .group {
    padding: 0 88px 65px;
  }

  .compoa12 .group .block {
    background-image: url(images/user01@2x.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 65px;
    margin: 0 0 78px;
  }

  .compoa12 .group .block .name {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    letter-spacing: .03em;
    margin: 0 0 15px 88px;
  }

  .compoa12 .group .block .voice01 {}

  .compoa12 .group .block .voicetop {
    background-image: url(images/voice01@2x.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 736px;
    content: '';
    display: block;
    height: 40px;
  }

  .compoa12 .group .block .voicemiddle {
    background-image: url(images/voice02@2x.png);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 736px;
    margin: 0 0 0 auto;
    padding: 0 52px;
    width: 736px;
  }

  .compoa12 .group .block .voicemiddle h4 {
    border-bottom: 1px solid #707070;
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 1.7;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }

  .compoa12 .group .block .voicemiddle .desc {
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 1.3;
  }

  .compoa12 .group .block .voicebottom {
    background-image: url(images/voice03@2x.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 736px;
    content: '';
    display: block;
    height: 40px;
  }
}

@media screen and (max-width:767px) {
  .compoa13 {
    padding: 0 0 25px;
  }

  .compoa13 .header {
    transform: translateY(-20px);
  }

  .compoa13 h3 {
    border-bottom: 1px solid #000;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1;
    margin: 0 auto 35px;
    padding: 0 0 5px;
    text-align: center;
    width: fit-content;
  }

  .compoa13 .block {
    border-bottom: 1px dashed rgba(112, 112, 112, .5);
    margin: 0 33px 25px;
  }

  .compoa13 .block .question {
    background-image: url(images/question01@2x.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 25px;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 15px;
    min-height: 25px;
    padding: 3px 0 0 34px;
  }

  .compoa13 .block .answer {
    background-image: url(images/answer01@2x.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 25px;
    font-size: 10px;
    line-height: 1.5;
    margin: 0 0 25px 33px;
    padding: 0 0 0 34px;
  }
}

@media screen and (min-width:768px) {
  .compoa13 {
    padding: 0 0 65px;
  }

  .compoa13 .header {
    transform: translateY(-52px);
  }

  .compoa13 h3 {
    border-bottom: 1px solid #000;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1;
    margin: 0 auto 90px;
    padding: 0 0 13px;
    text-align: center;
    width: fit-content;
  }

  .compoa13 .block {
    border-bottom: 1px dashed rgba(112, 112, 112, .5);
    margin: 0 88px 35px;
  }

  .compoa13 .block .question {
    background-image: url(images/question01@2x.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 35px;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 25px;
    min-height: 35px;
    padding: 7px 0 0 45px;
  }

  .compoa13 .block .answer {
    background-image: url(images/answer01@2x.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 35px;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 35px 38px;
    min-height: 35px;
    padding: 7px 0 0 45px;
  }
}

.compoa14 {
  margin: 0 0 45px;
}

.compoa14 h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.6;
  margin: 0 33px;
  position: relative;
  z-index: 2;
}

.compoa14 h2 span {
  background-color: rgba(255, 255, 255, 1);
  display: initial;
}

.compoa14 .images {
  display: flex;
  margin: -77px 0 25px 0;
  position: relative;
  z-index: -1;
}

.compoa14 .images .image {
  order: 2;
}

.compoa14 .images .header {
  padding: 65px 0 0 0;
  text-align: center;
  width: 33px;
}

.compoa14 h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1;
  margin: 0 auto 20px;
  text-align: center;
}

.compoa14 .group {
  background-color: rgba(195, 207, 216, .5);
  display: flex;
  justify-content: space-between;
  padding: 0 33px 20px;
  position: relative;
}

.compoa14 .group:before {
  background-color: rgba(195, 207, 216, .5);
  content: '';
  display: block;
  height: 170px;
  left: 0;
  position: absolute;
  top: -170px;
  width: 100%;
  z-index: -2;
}

.compoa14 .group .left,
.compoa14 .group .right {
  width: 47%;
}

.compoa14 .group .left dl,
.compoa14 .group .right dl {
  align-items: center;
  background-color: #fff;
  display: flex;
  line-height: 1;
  margin: 0 0 18px;
  padding: 5px;
}

.compoa14 .group .left dl dt,
.compoa14 .group .right dl dt {
  font-family: adobe-garamond-pro, serif;
  font-size: 14px;
  font-style: normal;
  letter-spacing: .1em;
  line-height: 1;
  width: 28px;
}

.compoa14 .group .left dl dd,
.compoa14 .group .right dl dd {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (max-width:767px) {
  .compoa15 {
    padding: 45px 48px 0;
    text-align: center;
  }

  .compoa15 h2 {
    background-image: url(images/compoa42@2x.png);
    background-position: center 24px;
    background-repeat: no-repeat;
    background-size: 25px;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1;
    margin: 0 auto 12px;
    padding: 0 0 27px;
    text-align: center;
  }

  .compoa15 .block {
    margin: 0 0 15px;
  }

  .compoa15 .block:last-child {
    padding: 0 0 45px;
  }

  .compoa15 .block img {
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  .compoa15 {
    padding: 110px 120px 0;
    text-align: center;
  }

  .compoa15 h2 {
    background-image: url(images/compoa42@2x.png);
    background-position: center 60px;
    background-repeat: no-repeat;
    background-size: 65px;
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 1;
    margin: 0 auto 30px;
    padding: 0 0 70px;
    text-align: center;
  }

  .compoa15 .block {
    margin: 0 0 38px;
  }

  .compoa15 .block:last-child {
    padding: 0 0 110px;
  }

  .compoa15 .block img {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .compoa18 {
    margin: 0 0 40px;
  }

  .compoa18 img {
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  .compoa18 {
    margin: 0 0 100px;
  }

  .compoa18 img {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .footer {
    background-color: rgba(77, 77, 77, .75);
    color: #fff;
    padding: 45px 65px;
    text-align: center;
  }

  .footer .image {
    border-bottom: 1px solid #fff;
    margin: 0 auto 60px;
    padding: 0 0 40px;
  }

  .footer .logo {
    line-height: 1;
    margin: 0 auto 25px;
  }

  .footer h4 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 30px;
  }

  .footer .sns ul {
    display: flex;
    font-size: 28px;
    line-height: 1;
    padding: 0;
    margin: 0 auto 24px;
    width: fit-content;
  }

  .footer .sns ul li {
    list-style-type: none;
    padding: 0 15px;
  }

  .footer a {
    color: #fff;
  }

  .footer .law {
    font-size: 8px;
    letter-spacing: .05em;
    line-height: 1;
    margin: 0 auto 20px;
  }

  .footer .copy {
    font-size: 8px;
    letter-spacing: .1em;
  }
}

@media screen and (min-width:768px) {
  .footer {
    background-color: rgba(77, 77, 77, .75);
    color: #fff;
    padding: 50px 60px;
    text-align: center;
  }

  .footer .image {
    border-bottom: 1px solid #fff;
    margin: 0 auto 40px;
    padding: 0 0 40px;
  }

  .footer .image img {
    width: 420px;
  }

  .footer .logo {
    line-height: 1;
    margin: 0 auto 40px;
  }

  .footer .logo img {
    margin: auto;
    width: 120px;
  }

  .footer h4 {
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: .15em;
    line-height: 1;
    margin: 0 auto 40px;
  }

  .footer .sns ul {
    display: flex;
    font-size: 38px;
    line-height: 1;
    padding: 0;
    margin: 0 auto 40px;
    width: fit-content;
  }

  .footer .sns ul li {
    list-style-type: none;
    padding: 0 20px;
  }

  .footer a {
    color: #fff;
  }

  .footer .law {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1;
    margin: 0 auto 40px;
  }

  .footer .copy {
    font-size: 16px;
    letter-spacing: .1em;
  }
}