html {
  font-size: 62.5%;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  font-family: "A1 Gothic R", sans-serif;
  font-feature-settings: "pkna" 1;
  position: relative;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.6rem;
  color: #1a1a1a;
  overflow-y: scroll;
}
img {
  vertical-align: bottom;
  border: none;
}
a {
  color: #1a1a1a;
  text-decoration: none;
}
ul {
  list-style-type: none;
}
sup {
    font-size: 10px;
    position: relative;
    top: 0;
    margin-right: 4px;
}
input[type="text"], select, txtarea {
    -webkit-appearance: none;
    appearance: none;
}
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
.a1gm {
  font-family: "A1 Gothic M", sans-serif;
}
.avant {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  letter-spacing: .1em;
}
.sec__head {
  font-size: 32px;
  text-align: center;
}
.sub__head {
  width: 317px;
  display: flex;
  align-items: center;
  font-family: "Avant", sans-serif;
  font-size: 16px;
  margin-left: 80px;
  clear: both;
}
.sub__head::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #8b8c8f;
  display: block;
  margin-left: 10px;
}


br.br--sp {
  display: none;
}
br.br--tb {
  display: none;
}
br.br--pc {
  display: block;
}
.sp_only {
  display: none;
}
.tb_only {
  display: none;
}
.pc_only {
  display: block;
}
@media (max-width: 1000px) {
  br.br--pc {
    display: none;
  }
  br.br--tb {
    display: block;
  }
  .sub__head {
    margin-left: 48px;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: block;
  }
}
@media (max-width: 640px) {
  br.br--sp {
    display: block;
  }
  .tb_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

/* 全体 */
.container {
  background-image: url(../img/bg-main_pc.jpg);
  background-position: top center;
  background-size: cover;
}

img{-webkit-backface-visibility: hidden;}

header {
  padding:30px 0 90px 30px;
}

header a {
  display: block;
  max-width: 193px;
}

header a img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .container {
    background-image: url(../img/bg-main_tb.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat-y;
  }

  header {
    padding:15px 0 50px;
  }

  header a {
    display: block;
    max-width: 193px;
    margin: 0 auto;
  }

  header a img {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .container {
    background-image: url(../img/bg-main_sp.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat-y;
    font-size: 1.4rem;
  }

  header {
    padding:15px 0 50px;
  }

  header a {
    display: block;
    max-width: 193px;
    margin: 0 auto;
  }

  header a img {
    max-width: 100%;
  }
}

/* fv */
.fv {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 0 115px;
}

.fv__title {
  width: 385px;
  margin: 0;
  padding: 80px 0 80px 80px;
  background: #000;
}

.fv__title h1 {
  font-family: "A1 Gothic M", sans-serif;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

.fv__block {
  padding-left: 100px;
}

.fv__headline {
  margin: 0 0 40px;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}

.fv__headline span {
  font-size: 3.2rem;
}

.fv__block p {
  font-size: 1.7rem;
  line-height: 2;
}

@media (max-width: 768px) {
  .fv {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 1366px;
    padding: 0 0 115px;
  }

  .fv__title {
    width: 50%;
    max-width: 385px;
    margin: 0 auto 80px 0;
    padding: 30px 0 20px 30px;
    background: #000;
  }

  .fv__title h1 {
    font-family: "A1 Gothic M", sans-serif;
    color: #fff;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }

  .fv__block {
    width: 80%;
    margin: 0 auto;
    padding-left: 0;
  }

  .fv__headline {
    margin: 0 0 40px;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
  }

  .fv__headline span {
    font-size: 3.2rem;
  }

  .fv__block p {
    font-size: 1.7rem;
    line-height: 2;
  }
}


@media (max-width: 640px) {
  .fv {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 1366px;
    padding: 0 0 50px;
  }

  .fv__title {
    width: 95%;
    max-width: 95%;
    margin: 0 auto 40px 0;
    padding: 20px 0 10px 20px;
    background: #000;
  }

  .fv__title h1 {
    font-family: "A1 Gothic M", sans-serif;
    color: #fff;
    font-size: 2.3rem;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }

  .fv__block {
    width: 80%;
    margin: 0 auto;
    padding-left: 0;
  }

  .fv__headline {
    margin: 0 0 40px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }

  .fv__headline span {
    font-size: 2.6rem;
  }

  .fv__block p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* Menu */
.navMenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 1025px;
  margin: 0 auto;
  padding: 0 0 115px;
}

.navMenu__item {
  width: 320px;
}

.navMenu__item img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .navMenu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 0 90px;
  }

  .navMenu__item {
    width: 30%;
    max-width:  204px;
  }

  .navMenu__item img {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .navMenu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 80%;
    margin: 0 auto;
    padding: 0 0 60px;
  }

  .navMenu__item {
    width: 100%;
    max-width:  100%;
    margin: 0 0 10px;
  }

  .navMenu__item:last-child {
    margin: 0;
  }

  .navMenu__item img {
    max-width: 100%;
  }
}

/* section title */
.sec__title {
  display: inline-block;
  padding: 0 0 10px;
  border-bottom: 2px solid #1a1a1a;
}

.sec__title h2 {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 2.8rem;
}

@media (max-width: 768px) {
  .sec__title {
    display: inline-block;
    padding: 0 0 10px;
    border-bottom: 2px solid #1a1a1a;
  }

  .sec__title h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 640px) {
  .sec__title {
    display: inline-block;
    padding: 0 0 10px;
    border-bottom: 2px solid #1a1a1a;
  }

  .sec__title h2 {
    font-size: 2.2rem;
  }
}


/* section01 */
.sec01 {
  max-width: 1206px;
  margin: 0 auto;
  padding: 80px 90px;
  background-image: url(../img/bg-section01_pc.jpg);
  background-size: cover;
}

.sec01 img {
  max-width: 100%;
}

.sec01 .sec__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 60px 0 35px;
}

.sec01 .sec__img {
  width: 648px;
}

.sec01 .sec__img img {
  max-width: 100%
}

.sec01 .sec__block {
  width: 270px;
  margin: 0 0 0 50px;
}

.sec01 .sec__text {
  margin: 0 0 40px;
  line-height: 1.8;
}

.sec01 .sec__answer {
  text-align: center;
}

.sec01 .sec__answer p {
  display: inline-block;
  padding: 0 10px 10px;
  border-bottom: 2px solid #1a1a1a;
}

.sec01 .sec__answer .number {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 2.8rem;
}

.sec01 .sec__memo {
  width: 100%;
  min-height: 204px;
  padding: 45px 0 0 30px;
  background-image: url(../img/bg-memo_pc.png);
  background-repeat: no-repeat;
}

.sec01 .sec__memoInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.sec01 .sec__memoTtl {
  width: 232px;
}

.sec01 .sec__memoTxt {
  width: 530px;
  padding-left: 35px;
  line-height: 1.8;
}

.sec01 .sec__memoImg {
  width: 141px;
  margin-left: 40px;
}

@media (max-width: 768px) {
  /* section01 */
  .sec01 {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    padding: 60px 5%;
    background-image: url(../img/bg-section01_tb.jpg);
    background-size: cover;
  }

  .sec01 .sec__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0 40px;
  }

  .sec01 .sec__img {
    width: 100%;
    margin: 0 0 50px;
  }

  .sec01 .sec__img img {
    max-width: 100%
  }

  .sec01 .sec__block {
    width: 100%;
    margin: 0;
  }

  .sec01 .sec__text {
    margin: 0 0 25px;
    line-height: 1.8;
  }

  .sec01 .sec__answer {
    text-align: center;
  }

  .sec01 .sec__answer p {
    display: inline-block;
    padding: 0 10px 10px;
    border-bottom: 2px solid #1a1a1a;
  }

  .sec01 .sec__answer .number {
    font-family: "A1 Gothic M", sans-serif;
    font-size: 2.8rem;
  }

  .sec01 .sec__memo {
    width: 100%;
    min-height: 282px;
    padding: 50px 0 0 45px;
    background-image: url(../img/bg-memo_tb.png);
    background-size:  100% auto;
    background-repeat: no-repeat;
  }

  .sec01 .sec__memoInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .sec01 .sec__memoTtl {
    width: 100%;
    margin: 0 0 20px;
  }

  .sec01 .sec__memoTxt {
    width: 67%;
    padding-left: 0;
    line-height: 1.8;
  }

  .sec01 .sec__memoImg {
    width: 141px;
    margin-left: 5%;
  }

}

@media (max-width: 640px) {
  /* section01 */
  .sec01 {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    padding: 60px 5%;
    background-image: url(../img/bg-section01_sp.jpg);
    background-size: cover;
  }

  .sec01 .sec__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0 40px;
  }

  .sec01 .sec__img {
    width: 100%;
    margin: 0 0 50px;
  }

  .sec01 .sec__img img {
    max-width: 100%;
  }

  .sec01 .sec__block {
    width: 100%;
    margin: 0;
  }

  .sec01 .sec__text {
    margin: 0 0 25px;
    line-height: 1.8;
  }

  .sec01 .sec__answer {
    text-align: center;
  }

  .sec01 .sec__answer p {
    display: inline-block;
    padding: 0 10px 5px;
    border-bottom: 2px solid #1a1a1a;
    font-size: 1.4rem;
  }

  .sec01 .sec__answer .number {
    font-family: "A1 Gothic M", sans-serif;
    font-size: 2.2rem;
  }

  .sec01 .sec__memo {
    width: 100%;
    min-height: 282px;
    padding: 50px 0 0 5%;
    background-image: url(../img/bg-memo_sp.png);
    background-size:  100% auto;
    background-repeat: no-repeat;
  }

  .sec01 .sec__memoInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .sec01 .sec__memoTtl {
    width: 100%;
    margin: 0 0 20px;
  }

  .sec01 .sec__memoTxt {
    width: 100%;
    margin: 0 0 20px;
    padding-left: 0;
    line-height: 1.8;
  }

  .sec01 .sec__memoImg {
    width: 150px;
    margin: 0 auto;
  }

}

/* section02 */
.sec02 {
  max-width: 1206px;
  margin: 0 auto;
  padding: 80px 90px;
}

.sec02 img {
  max-width: 100%;
}

.sec02 .sec__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 60px 0 35px;
}

.sec02 .sec__img {
  max-width: 557px;
  margin-left: 30px;
}

.sec02 .sec__img img {
  max-width: 100%;
}

.sec02 .sec__block {
  width: 270px;
  margin: 0 0 0 120px;
}

.sec02 .sec__text {
  margin: 0 0 40px;
  line-height: 1.8;
}

.sec02 .sec__answer {
  text-align: center;
}

.sec02 .sec__answer p {
  display: inline-block;
  padding: 0 10px 10px;
  border-bottom: 2px solid #1a1a1a;
}

.sec02 .sec__answer .number {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 2.8rem;
}

.sec02 .sec__memo {
  width: 100%;
  min-height: 204px;
  padding: 45px 0 0 30px;
  background-image: url(../img/bg-memo_pc.png);
  background-repeat: no-repeat;
}

.sec02 .sec__memoInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.sec02 .sec__memoTtl {
  width: 232px;
}

.sec02 .sec__memoTxt {
  width: 530px;
  padding-left: 35px;
  line-height: 1.8;
}

.sec02 .sec__memoImg {
  width: 141px;
  margin-left: 40px;
}


@media (max-width: 768px) {
  /* section02 */
  .sec02 {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    padding: 60px 5%;
  }

  .sec02 .sec__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0 40px;
  }

  .sec02 .sec__img {
    width: 100%;
    margin: 0 auto 50px;
  }

  .sec02 .sec__img img {
    display: block;
    max-width: 90%;
  }

  .sec02 .sec__block {
    width: 100%;
    margin: 0;
  }

  .sec02 .sec__text {
    margin: 0 0 25px;
    line-height: 1.8;
  }

  .sec02 .sec__answer {
    text-align: center;
  }

  .sec02 .sec__answer p {
    display: inline-block;
    padding: 0 10px 10px;
    border-bottom: 2px solid #1a1a1a;
  }

  .sec02 .sec__answer .number {
    font-family: "A1 Gothic M", sans-serif;
    font-size: 2.8rem;
  }

  .sec02 .sec__memo {
    width: 100%;
    min-height: 282px;
    padding: 50px 0 0 45px;
    background-image: url(../img/bg-memo_tb.png);
    background-size:  100% auto;
    background-repeat: no-repeat;
  }

  .sec02 .sec__memoInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .sec02 .sec__memoTtl {
    width: 100%;
    margin: 0 0 20px;
  }

  .sec02 .sec__memoTtl img {
    max-width: 100%;
  }

  .sec02 .sec__memoTxt {
    width: 67%;
    padding-left: 0;
    line-height: 1.8;
  }

  .sec02 .sec__memoImg {
    width: 141px;
    margin-left: 5%;
  }

}

@media (max-width: 640px) {
  /* section02 */
  .sec02 {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    padding: 60px 5%;
  }

  .sec02 .sec__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0 40px;
  }

  .sec02 .sec__img {
    width: 100%;
    margin: 0 0 50px;
  }

  .sec02 .sec__img img {
    max-width: 100%;
  }

  .sec02 .sec__block {
    width: 100%;
    margin: 0;
  }

  .sec02 .sec__text {
    margin: 0 0 25px;
    line-height: 1.8;
  }

  .sec02 .sec__answer {
    text-align: center;
  }

  .sec02 .sec__answer p {
    display: inline-block;
    padding: 0 5px 10px;
    border-bottom: 2px solid #1a1a1a;
    font-size: 1.4rem;
  }

  .sec02 .sec__answer .number {
    font-family: "A1 Gothic M", sans-serif;
    font-size: 2.2rem;
  }

  .sec02 .sec__memo {
    width: 100%;
    min-height: 282px;
    padding: 50px 0 0 5%;
    background-image: url(../img/bg-memo_sp.png);
    background-size:  100% auto;
    background-repeat: no-repeat;
  }

  .sec02 .sec__memoInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .sec02 .sec__memoTtl {
    width: 100%;
    margin: 0 0 20px;
  }

  .sec02 .sec__memoTxt {
    width: 100%;
    margin: 0 0 20px;
    padding-left: 0;
    line-height: 1.8;
  }

  .sec02 .sec__memoImg {
    width: 150px;
    margin: 0 auto;
  }

}

/* section03 */
.sec03 {
  max-width: 1206px;
  margin: 0 auto;
  padding: 80px 90px;
  background-image: url(../img/bg-section03_pc.jpg);
  background-size: cover;
}

.sec03 img {
  max-width: 100%;
}

.sec03 .sec__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 30px 0 35px;
}

.sec03 .sec__img {
  max-width: 637px;
}

.sec03 .sec__block {
  width: 270px;
  margin: 0 0 0 60px;
}

.sec03 .sec__text {
  margin: 0 0 40px;
  line-height: 1.8;
}

.sec03 .sec__answer {
  text-align: center;
}

.sec03 .sec__answer p {
  display: inline-block;
  padding: 0 10px 10px;
  border-bottom: 2px solid #1a1a1a;
}

.sec03 .sec__answer .number {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 2.8rem;
}

.sec03 .sec__memo {
  width: 100%;
  min-height: 204px;
  padding: 45px 0 0 30px;
  background-image: url(../img/bg-memo_pc.png);
  background-repeat: no-repeat;
}

.sec03 .sec__memoInner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.sec03 .sec__memoTtl {
  width: 232px;
}

.sec03 .sec__memoTxt {
  width: 530px;
  padding-left: 35px;
  line-height: 1.8;
}

.sec03 .sec__memoTxt span {
  font-size: 1.4rem;
}

.sec03 .sec__memoImg {
  width: 180px;
  margin-left: 40px;
}

@media (max-width: 768px) {
  /* section03 */
  .sec03 {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    padding: 60px 5%;
    background-image: url(../img/bg-section03_tb.jpg);
    background-size: cover;
  }

  .sec03 .sec__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0 40px;
  }

  .sec03 .sec__img {
    width: 100%;
    margin: 0 0 50px;
  }

  .sec03 .sec__block {
    width: 100%;
    margin: 0;
  }

  .sec03 .sec__text {
    margin: 0 0 25px;
    line-height: 1.8;
  }

  .sec03 .sec__answer {
    text-align: center;
  }

  .sec03 .sec__answer p {
    display: inline-block;
    padding: 0 10px 10px;
    border-bottom: 2px solid #1a1a1a;
  }

  .sec03 .sec__answer .number {
    font-family: "A1 Gothic M", sans-serif;
    font-size: 2.8rem;
  }

  .sec03 .sec__memo {
    width: 100%;
    min-height: 282px;
    padding: 50px 0 0 45px;
    background-image: url(../img/bg-memo3_tb.png);
    background-size:  100% auto;
    background-repeat: no-repeat;
  }

  .sec03 .sec__memoInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .sec03 .sec__memoTtl {
    width: 100%;
    margin: 0 0 20px;
  }

  .sec03 .sec__memoTxt {
    width: 67%;
    padding-left: 0;
    line-height: 1.7;
  }

  .sec03 .sec__memoTxt span {
    font-size: 1.4rem;
  }

  .sec03 .sec__memoImg {
    width: 156px;
    margin-left: 5%;
  }

}

@media (max-width: 640px) {
  /* section03 */
  .sec03 {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    padding: 60px 5%;
    background-image: url(../img/bg-section03_sp.jpg);
    background-size: cover;
  }

  .sec03 .sec__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0 40px;
  }

  .sec03 .sec__img {
    width: 95%;
    margin: 0 0 50px;
  }

  .sec03 .sec__block {
    width: 100%;
    margin: 0;
  }

  .sec03 .sec__text {
    margin: 0 0 25px;
    line-height: 1.8;
  }

  .sec03 .sec__answer {
    text-align: center;
  }

  .sec03 .sec__answer p {
    display: inline-block;
    padding: 0 5px 10px;
    border-bottom: 2px solid #1a1a1a;
    font-size: 1.4rem;
  }

  .sec03 .sec__answer .number {
    font-family: "A1 Gothic M", sans-serif;
    font-size: 2.2rem;
  }

  .sec03 .sec__memo {
    width: 100%;
    min-height: 282px;
    padding: 50px 0 0 5%;
    background-image: url(../img/bg-memo3_sp.png);
    background-size:  100% auto;
    background-repeat: no-repeat;
  }

  .sec03 .sec__memoInner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .sec03 .sec__memoTtl {
    width: 100%;
    margin: 0 0 20px;
  }

  .sec03 .sec__memoTxt {
    width: 100%;
    margin: 0 0 20px;
    padding-left: 0;
    line-height: 1.8;
  }

  .sec03 .sec__memoTxt span {
    font-size: 1.2rem;
  }

  .sec03 .sec__memoImg {
    width: 100%;
    margin: 0 auto;
  }

}

/* section04 */
.sec04 {
  position: relative;
  padding: 150px 0 120px;
}

.sec04__img {
  width: 100%;
}

.sec04__img img {
  width: 100%;
  max-width: 100%;
}

.sec04__inner {
  position: absolute;
  top: 60%;
  left: 25%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 1366px;
}

.sec04__title {
  margin: 0 0 30px;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 2.8rem;
}

.sec04__title br {
  display: none;
}

.sec04__logo {
  max-width: 338px;
}

.sec04__logo img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .sec04 {
    position: relative;
    padding: 115px 0 125px;
  }

  .sec04__img {
    width: 100%;
  }

  .sec04__img img {
    width: 100%;
    max-width: 100%;
  }

  .sec04__inner {
    position: absolute;
    top: 70%;
    left: 30%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 1366px;
  }

  .sec04__title {
    margin: 0 0 30px;
    font-size: 2.8rem;
  }

  .sec04__logo {
    max-width: 338px;
  }

  .sec04__logo img {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .sec04 {
    position: relative;
    min-height: 420px;
    padding: 80px 0 220px;
  }

  .sec04__img {
    width: 100%;
  }

  .sec04__img img {
    width: 100%;
    max-width: 100%;
  }

  .sec04__inner {
    position: absolute;
    top: 45%;
    left: 5%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }

  .sec04__title {
    margin: 0 0 30px;
    font-size: 2.6rem;
    line-height: 1.5;
  }

  .sec04__title br {
    display: block;
  }

  .sec04__logo {
    max-width: 305px;
  }

  .sec04__logo img {
    max-width: 100%;
  }
}

.bottom {
  padding: 90px 0 0;
  background-image: url(../img/bg-bottom_pc.jpg);
  background-size: cover;
}

.bottom__inner {
  max-width: 1366px;
  width: 95%;
  margin: 0 auto;
  padding: 0 0 130px;
  background-image: url(../img/bg-product-water_pc.png);
  background-repeat: no-repeat;
  background-size: 850px 860px;
  background-position: top 135px center;
}

@media (max-width: 768px) {
  .bottom {
    padding: 90px 0 0;
    background-image: url(../img/bg-bottom_tb.jpg);
    background-size: cover;
  }

  .bottom__inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 5% 130px;
    background-image: url(../img/bg-product-water_tb.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top 232px center;
  }
}

@media (max-width: 640px) {
  .bottom {
    padding: 90px 0 0;
    background-image: url(../img/bg-bottom_sp.jpg);
    background-size: cover;
  }

  .bottom__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5% 30px;
    background-image: url(../img/bg-product-water_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top 50px center;
  }
}



.productTitle {
  width: 444px;
  display: flex;
  align-items: center;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 21px;
  margin-bottom: 124px;
  margin-left: 0;
  clear: both;
  letter-spacing: .166em;
}
.productTitle img {
  width: 214px;
  height: auto;
}
.productTitle::after {
  content: "";
  flex-grow: 0;
  height: 1px;
  background: #8b8c8f;
  display: block;
  margin-left: 16px;
}
.productTitle.aos-animate::after {
  flex-grow: 1;
  transition-property: flex-grow;
  -webkit-transition-property: flex-grow;
  transition: all 3s ease;
  -webkit-transition: all 3s ease;
}

.productTitle img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .productTitle {
    width: 444px;
    display: flex;
    align-items: center;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 21px;
    margin-bottom: 0px;
    padding-bottom: 90px;
    margin-left: 0;
    clear: both;
    letter-spacing: .166em;
  }
  .productTitle img {
    width: 214px;
    height: auto;
  }
  .productTitle::after {
    content: "";
    flex-grow: 0;
    height: 1px;
    background: #8b8c8f;
    display: block;
    margin-left: 16px;
  }
  .productTitle.aos-animate::after {
    flex-grow: 1;
    transition-property: flex-grow;
    -webkit-transition-property: flex-grow;
    transition: all 3s ease;
    -webkit-transition: all 3s ease;
  }

  .productTitle img {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .productTitle {
    width: 316px;
    display: flex;
    align-items: center;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-size: 21px;
    margin-bottom: 60px;
    padding-bottom: 0;
    margin-left: 0;
    clear: both;
    letter-spacing: .166em;
  }
  .productTitle img {
    width: 107px;
    height: auto;
  }
  .productTitle::after {
    content: "";
    flex-grow: 0;
    height: 1px;
    background: #8b8c8f;
    display: block;
    margin-left: 16px;
  }
  .productTitle.aos-animate::after {
    flex-grow: 1;
    transition-property: flex-grow;
    -webkit-transition-property: flex-grow;
    transition: all 3s ease;
    -webkit-transition: all 3s ease;
  }

  .productTitle img {
    max-width: 100%;
  }
}

/* line up */
.lineup {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.lineup img {
  max-width: 100%;
}

.lineup__item {
  width: 370px;
}

.lineup__itemImg {
  position: relative;
}

.lineup__itemImg .dsi-mobile {
  display: none;
}

.lineup__itemImg .name.-moist {
  position: relative;
  z-index: 3;
  width: 300px;
  margin: 0 auto;
}

.lineup__itemImg .name.-clear {
  position: relative;
  z-index: 3;
  width: 300px;
  margin: 0 auto;
}

.lineup__itemImg .name.-rich {
  position: relative;
  z-index: 3;
  width: 263px;
  margin: 0 auto;
}

.lineup__itemImg .img {
  position: relative;
  z-index: 2;
  margin: -25px 0 0;
}

.lineup__panel {
  position: relative;
  z-index: 3;
  width: 90%;
  min-height: 388px;
  margin: -40px auto 0;
  padding: 45px 47px;
  background: #fff;
}

.lineup__panel.-rich {
  background: #000;
  font-family: "A1 Mincho", serif;
  color: #dcbd8b;
}

.lineup__panel .headline {
  margin: 0 0 25px;
  font-size: 2.4rem;
  font-family: "A1 Gothic M", sans-serif;
  line-height: 1.5;
}

.lineup__panel.-rich .headline {
  font-family: "A1 Mincho", serif;
}

.lineup__panel .name {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.lineup__panel .detail {
  font-size: 1.4rem;
  line-height: 1.5;
}

.lineup__panelBtm {
  position: absolute;
  bottom: 47px;
}

.lineup__btn:first-child {
  margin-bottom: 12px;
}

.lineup__btn .btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 212px;
  height: 46px;
  padding-left: 20px;
  color: #fff;
  font-family: "A1 Gothic M", sans-serif;
  font-feature-settings: "pkna" 1;
  font-size: 14px;
  letter-spacing: 0;
}
.lineup__btn .btn--detail {
  background-image: -moz-linear-gradient( -180deg, rgb(142,194,232) 0%, rgb(163,106,161) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(142,194,232) 0%, rgb(163,106,161) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(142,194,232) 0%, rgb(163,106,161) 100%);
}
.lineup__btn .btn--shop {
  background-color: #bcbcbc;
}
.lineup__btn .btn::after {
  content: "";
  position: absolute;
  bottom: 23px;
  right: -28px;
  width: 56px;
  height: 6px;
  background-image: url(../img/btn-arrow01.png);
  background-size: 100% auto;
}

.lineup__btn.-rich .btn--detail {
  font-family: "A1 Mincho", serif;
  color: #dcbd8b;
  background-image: -moz-linear-gradient( -180deg, rgb(189,65,49) 0%, rgb(135,14,18) 100%);
  background-image: -webkit-linear-gradient( -180deg, rgb(189,65,49) 0%, rgb(135,14,18) 100%);
  background-image: -ms-linear-gradient( -180deg, rgb(189,65,49) 0%, rgb(135,14,18) 100%);
}
.lineup__btn.-rich .btn--shop {
  font-family: "A1 Mincho", serif;
  color: #dcbd8b;
  background-color: #666;
}

.lineup__btn.-rich .btn::after {
  background-image: url(../img/btn-arrow02.png);
}

.bottom__btn {
  width: 460px;
  min-height: 220px;
  margin: 160px auto 0;
  background-image: url(../img/bg-btn-top_pc.png);
}

.bottom__btn .back__top {
  padding: 32px 0 0 23px;
}

.bottom__btn .back__top img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .lineup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 360px;
  }

  .lineup img {
    max-width: 100%;
  }

  .lineup__item {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
  }

  .lineup__item.-box01 {
    margin: 0 0 80px;
  }

  .lineup__item.-box02 {
    margin: 0 0 185px;
  }

  .lineup__itemImg .dsi-pc {
    display: none;
  }

  .lineup__itemImg .dsi-mobile {
    position: relative;
    display: block;
    width: 60%;
  }

  .lineup__item.-box02 .lineup__itemImg .dsi-mobile {
    position: relative;
    display: block;
    width: 60%;
    margin: 0 0 0 auto;
  }

  .lineup__itemImg .name.-moist {
    position: absolute;
    z-index: 3;
    top: -25px;
    left: 135px;
    width: 300px;
    margin: 0;
  }

  .lineup__itemImg .name.-clear {
    position: absolute;
    z-index: 3;
    top: -25px;
    left: -30px;
    width: 300px;
    margin: 0;
  }

  .lineup__itemImg .name.-rich {
    position: absolute;
    z-index: 3;
    top: -25px;
    left: 170px;
    width: 263px;
    margin: 0;
  }

  .lineup__itemImg .img {
    position: relative;
    z-index: 2;
    margin:0;
  }

  .lineup__panel {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    left: 55%;
    width: 305px;
    margin: 0;
    padding: 40px 40px;
    background: #fff;
  }

  .lineup__item.-box02 .lineup__panel {
    left: 0;
  }

  .lineup__panel.-rich {
    background: #000;
    font-family: "A1 Mincho", serif;
    color: #dcbd8b;
  }

  .lineup__panel .headline {
    margin: 0 0 25px;
    font-size: 2.4rem;
    font-family: "A1 Gothic M", sans-serif;
    line-height: 1.5;
  }

  .lineup__panel.-rich .headline {
    font-family: "A1 Mincho", serif;
  }

  .lineup__panel .name {
    margin: 0 0 10px;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .lineup__panel .detail {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .lineup__panelBtm {
    position: inherit;
    bottom: inherit;
    margin: 30px 0 0;
  }

  .lineup__btn:first-child {
    margin-bottom: 12px;
  }

  .lineup__btn .btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 212px;
    height: 46px;
    padding-left: 20px;
    color: #fff;
    font-family: "A1 Gothic M", sans-serif;
    font-feature-settings: "pkna" 1;
    font-size: 14px;
    letter-spacing: 0;
  }
  .lineup__btn .btn--detail {
    background-image: -moz-linear-gradient( -180deg, rgb(142,194,232) 0%, rgb(163,106,161) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(142,194,232) 0%, rgb(163,106,161) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(142,194,232) 0%, rgb(163,106,161) 100%);
  }
  .lineup__btn .btn--shop {
    background-color: #bcbcbc;
  }
  .lineup__btn .btn::after {
    content: "";
    position: absolute;
    bottom: 23px;
    right: -28px;
    width: 56px;
    height: 6px;
    background-image: url(../img/btn-arrow01.png);
    background-size: 100% auto;
  }

  .lineup__btn.-rich .btn--detail {
    font-family: "A1 Mincho", serif;
    color: #dcbd8b;
    background-image: -moz-linear-gradient( -180deg, rgb(189,65,49) 0%, rgb(135,14,18) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(189,65,49) 0%, rgb(135,14,18) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(189,65,49) 0%, rgb(135,14,18) 100%);
  }
  .lineup__btn.-rich .btn--shop {
    font-family: "A1 Mincho", serif;
    color: #dcbd8b;
    background-color: #666;
  }

  .lineup__btn.-rich .btn::after {
    background-image: url(../img/btn-arrow02.png);
  }

  .bottom__btn {
    width: 460px;
    min-height: 220px;
    margin: 0 auto 0;
    background-image: url(../img/bg-btn-top_tb.png);
    background-size: 100% auto;
  }

  .bottom__btn .back__top {
    padding: 32px 0 0 23px;
  }

  .bottom__btn .back__top img {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .lineup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 60px;
  }

  .lineup img {
    max-width: 100%;
  }

  .lineup__item {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .lineup__item.-box01 {
    margin: 0 0 60px;
  }

  .lineup__item.-box02 {
    margin: 0 0 60px;
  }

  .lineup__itemImg .dsi-pc {
    display: none;
  }

  .lineup__itemImg .dsi-mobile {
    position: relative;
    display: block;
    width: 100%;
  }

  .lineup__item.-box02 .lineup__itemImg .dsi-mobile {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .lineup__itemImg .name.-moist {
    position: relative;
    z-index: 3;
    top: inherit;
    left: inherit;
    width: 215px;
    margin: 0 auto;
  }

  .lineup__itemImg .name.-clear {
    position: relative;
    z-index: 3;
    top: inherit;
    left: inherit;
    width: 232px;
    margin: 0 auto;
  }

  .lineup__itemImg .name.-rich {
    position: relative;
    z-index: 3;
    top: inherit;
    left: inherit;
    width: 200px;
    margin: 0 auto;
  }

  .lineup__itemImg .img {
    position: relative;
    z-index: 2;
    margin:-20px 0 0;
  }

  .lineup__panel {
    position: relative;
    z-index: 3;
    bottom: inherit;
    left: inherit;
    min-height: inherit;
    width: 90%;
    margin: -70px auto 0;
    padding: 30px 25px;
    background: #fff;
  }

  .lineup__item.-box02 .lineup__panel {
    left: 0;
  }

  .lineup__panel.-rich {
    background: #000;
    font-family: "A1 Mincho", serif;
    color: #dcbd8b;
  }

  .lineup__panel .headline {
    margin: 0 0 25px;
    font-size: 2.0rem;
    font-family: "A1 Gothic M", sans-serif;
    line-height: 1.5;
  }

  .lineup__panel.-rich .headline {
    font-family: "A1 Mincho", serif;
  }

  .lineup__panel .name {
    margin: 0 0 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .lineup__panel .detail {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .lineup__panelBtm {
    position: inherit;
    bottom: inherit;
    margin: 30px 0 0;
  }

  .lineup__btn:first-child {
    margin-bottom: 12px;
  }

  .lineup__btn .btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 212px;
    height: 46px;
    padding-left: 20px;
    color: #fff;
    font-family: "A1 Gothic M", sans-serif;
    font-feature-settings: "pkna" 1;
    font-size: 14px;
    letter-spacing: 0;
  }
  .lineup__btn .btn--detail {
    background-image: -moz-linear-gradient( -180deg, rgb(142,194,232) 0%, rgb(163,106,161) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(142,194,232) 0%, rgb(163,106,161) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(142,194,232) 0%, rgb(163,106,161) 100%);
  }
  .lineup__btn .btn--shop {
    background-color: #bcbcbc;
  }
  .lineup__btn .btn::after {
    content: "";
    position: absolute;
    bottom: 23px;
    right: -28px;
    width: 56px;
    height: 6px;
    background-image: url(../img/btn-arrow01.png);
    background-size: 100% auto;
  }

  .lineup__btn.-rich .btn--detail {
    font-family: "A1 Mincho", serif;
    color: #dcbd8b;
    background-image: -moz-linear-gradient( -180deg, rgb(189,65,49) 0%, rgb(135,14,18) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(189,65,49) 0%, rgb(135,14,18) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(189,65,49) 0%, rgb(135,14,18) 100%);
  }
  .lineup__btn.-rich .btn--shop {
    font-family: "A1 Mincho", serif;
    color: #dcbd8b;
    background-color: #666;
  }

  .lineup__btn.-rich .btn::after {
    background-image: url(../img/btn-arrow02.png);
  }

  .bottom__btn {
    width: 320px;
    max-width: 320px;
    min-height: 220px;
    margin: 0 auto 0;
    background-image: url(../img/bg-btn-top_sp.png);
    background-size:100% auto;
    background-repeat: no-repeat;
  }

  .bottom__btn .back__top {
    padding: 20px 0 0 18px;
  }

  .bottom__btn .back__top img {
    max-width: 100%;
  }
}

/* footer */
footer .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 1366px;
  width: 95%;
  margin: 0 auto;
  padding: 45px 0;
  border-top: 1px solid #9c9b9c;
}

footer .sns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}

footer .sns li {
  margin: 0 24px 0 0;
}

footer .sns img {
  width: 100%;
}

footer .nav .fb {
  width: 13px;
}

footer .nav .tw {
  width: 26px;
}

footer .nav .line {
  width: 28px;
}

footer .nav .ig {
  width: 23px;
}

footer .nav .yt {
  width: 26px;
}

footer .link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 1.2rem;
}

footer .link li {
  margin: 0 24px 0 0;
}

footer .link a {
  color: #4c4c4c;
  font-size: 1.2rem;
}

footer .copyright {
  max-width: 260px;
}

footer .copyright .img {
  margin: 0 0 25px;
}

footer .copyright img {
  width: 100%;
  max-width: 100%;
}

footer .copyright .text {
  color: #4c4c4c;
  font-size: 1.0rem;
}

@media (max-width: 768px) {
  footer .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:center;
    flex-direction: column;
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
    padding: 45px 0;
    border-top: 1px solid #9c9b9c;
  }

  footer .nav {
    margin: 0 0 45px;
  }

  footer .sns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:center;
    align-items: center;
    margin: 0 auto 25px;
  }

  footer .sns li {
    margin: 0 10px 0;
  }

  footer .sns img {
    width: 100%;
  }

  footer .nav .fb {
    width: 13px;
  }

  footer .nav .tw {
    width: 26px;
  }

  footer .nav .line {
    width: 28px;
  }

  footer .nav .ig {
    width: 23px;
  }

  footer .nav .yt {
    width: 26px;
  }

  footer .link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
  }

  footer .link li {
    margin: 0 10px 0;
  }

  footer .link a {
    color: #4c4c4c;
    font-size: 1.2rem;
  }

  footer .copyright {
    max-width: inherit;
    margin: 0 auto;
    text-align: center;
  }

  footer .copyright .img {
    width: 260px;
    margin: 0 auto 25px;
  }

  footer .copyright img {
    width: 100%;
    max-width: 100%;
  }

  footer .copyright .text {
    color: #4c4c4c;
    font-size: 1.0rem;
  }
}

@media (max-width: 640px) {
  footer .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:center;
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
    padding: 45px 0;
    border-top: 1px solid #9c9b9c;
  }

  footer .nav {
    margin: 0 0 25px;
  }

  footer .sns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:center;
    align-items: center;
    margin: 0 auto 25px;
  }

  footer .sns li {
    margin: 0 10px 0;
  }

  footer .sns img {
    width: 100%;
  }

  footer .nav .fb {
    width: 13px;
  }

  footer .nav .tw {
    width: 26px;
  }

  footer .nav .line {
    width: 28px;
  }

  footer .nav .ig {
    width: 23px;
  }

  footer .nav .yt {
    width: 26px;
  }

  footer .link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.2rem;
  }

  footer .link li {
    margin: 0 10px 20px;
  }

  footer .link a {
    color: #4c4c4c;
    font-size: 1.2rem;
  }

  footer .copyright {
    max-width: inherit;
    margin: 0 auto;
    text-align: center;
  }

  footer .copyright .img {
    width: 260px;
    margin: 0 auto 25px;
  }

  footer .copyright img {
    width: 100%;
    max-width: 100%;
  }

  footer .copyright .text {
    color: #4c4c4c;
    font-size: 1.0rem;
  }
}
