@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: sofia-pro, ryo-display-plusn, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  width: 100%;
  color: #000000;
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000000;
  text-decoration: none;
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}

#otona_menu {
  letter-spacing: 1.5px;
  font-feature-settings: "palt";
}
#otona_menu .eg {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 751px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 750px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}
#otona_menu a {
  text-decoration: none;
  color: #000;
  display: block;
}
#otona_menu img {
  width: 100%;
  vertical-align: middle;
}
#otona_menu #header {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #otona_menu #header {
    height: 120px;
    padding: 0 50px;
    position: fixed;
    z-index: 1;
  }
}
@media screen and (min-width: 751px) {
  #otona_menu #header .online {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
  #otona_menu #header .online {
    position: fixed;
    z-index: 1;
    top: 30px;
    left: 30px;
  }
}
#otona_menu #nav-pop {
  transition: height 0.4s linear;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 101;
  overflow-y: auto;
}
@media screen and (min-width: 751px) {
  #otona_menu #nav-pop {
    height: 100vh;
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  #otona_menu #nav-pop .pop-nav {
    width: 80%;
    margin: 100px auto;
  }
}
@media screen and (max-width: 750px) {
  #otona_menu #nav-pop .pop-nav {
    margin: 100px auto;
    width: 90%;
  }
}
#otona_menu #nav-pop .pop-nav .nav_tit {
  text-align: center;
  font-size: 20px;
}
#otona_menu #nav-pop .pop-nav .brands ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 751px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media screen and (max-width: 750px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    justify-content: space-between;
    padding: 30px 0;
  }
}
@media screen and (min-width: 751px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: 14.2857142857%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: calc(50% - 10px);
    padding: 10px 0;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link {
  margin-top: 70px;
}
@media screen and (min-width: 751px) {
  #otona_menu #nav-pop .pop-nav .nav_link {
    display: flex;
    justify-content: center;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link a {
  border: 1px solid #000;
  padding: 15px 0;
  width: 300px;
  margin: 0 15px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #otona_menu #nav-pop .pop-nav .nav_link a {
    margin-bottom: 30px;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link a:hover {
  background-color: #ccc;
  border: none;
}
#otona_menu #btn-menu-nav,
#otona_menu #nav-pop .close {
  position: fixed;
  z-index: 99;
  right: 5%;
  top: 55px;
  z-index: 99;
  width: 50px;
  height: 19px;
}
@media screen and (max-width: 750px) {
  #otona_menu #btn-menu-nav,
#otona_menu #nav-pop .close {
    top: 30px;
    right: 30px;
  }
}
#otona_menu #btn-menu-nav {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#otona_menu #btn-menu-nav span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  transition: all 0.3s ease-out;
  background: #000 !important;
}
#otona_menu #nav-pop .close {
  display: block;
  cursor: pointer;
  transform: translateY(40%);
}
#otona_menu #nav-pop .close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  transform: rotate(30deg);
}
#otona_menu #nav-pop .close span:last-child {
  transform: rotate(-30deg);
}

/* CONTENT メイン
--------------------------------------*/
.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .fs12 {
    font-size: 11px;
  }
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .fs16 {
    font-size: 13px;
  }
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .fs18 {
    font-size: 16px;
  }
}

.fs19 {
  font-size: 19px;
}
@media screen and (max-width: 750px) {
  .fs19 {
    font-size: 17px;
  }
}

.fs20 {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .fs20 {
    font-size: 18px;
  }
}

.fs21 {
  font-size: 21px;
}
@media screen and (max-width: 750px) {
  .fs21 {
    font-size: 18px;
  }
}

.fs30 {
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  .fs30 {
    font-size: 26px;
  }
}

.fs48 {
  font-size: 48px;
}
@media screen and (max-width: 750px) {
  .fs48 {
    font-size: 40px;
  }
}

.ls04 {
  letter-spacing: 0.04em;
}

.gray {
  color: #7c7c7c;
}

.ryo {
  font-family: ryo-display-plusn, serif;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

#wrap {
  overflow: hidden;
  width: 100%;
}

#main {
  width: 100%;
  height: auto;
  position: relative;
  background-image: url(../images/main_pc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  #main {
    background-image: url(../images/main_sp.jpg);
  }
}
#main::before {
  content: "";
  display: block;
  padding-top: 58.3%;
}
@media screen and (max-width: 750px) {
  #main::before {
    padding-top: 138.66%;
  }
}
#main h1 {
  width: 58%;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  #main h1 {
    width: 90%;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#main h1.loaded {
  opacity: 1;
  transition: 0.8s;
}
#main h1 span {
  overflow: hidden;
  display: block;
}
#main h1 span img {
  filter: blur(10px);
  opacity: 0;
}
#main h1 span.loaded img {
  filter: blur(0px);
  opacity: 1;
  transition: 1s cubic-bezier(0.545, 0.08, 0.52, 0.975) 0.8s;
  transition-delay: 0.2s;
}
#main h1 + span {
  opacity: 0;
}
#main h1 + span.loaded {
  opacity: 1;
  transition: 0.8s;
}
#main h2 {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #main h2 {
    width: 7%;
    top: 5%;
    right: 5%;
  }
}
@media screen and (max-width: 750px) {
  #main h2 {
    width: 15%;
    bottom: 5%;
    right: 5%;
  }
}
#main .scroll_bar {
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  overflow: hidden;
  background-color: #f0f0f0;
}
@media screen and (max-width: 750px) {
  #main .scroll_bar {
    height: 60px;
  }
}
#main .scroll_bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #888888;
  -webkit-animation: bar_anim_y 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: bar_anim_y 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 318px 317px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 318px 317px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 318px 317px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 318px 317px;
  }
}
@-webkit-keyframes bar_anim_y {
  0% {
    transform: translateY(-100%);
  }
  30% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes bar_anim_y {
  0% {
    transform: translateY(-100%);
  }
  30% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}

p.intro {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 90px 50px 80px;
  line-height: 3em;
}
@media screen and (max-width: 750px) {
  p.intro {
    width: 85%;
    text-align: left;
    padding: 70px 0px 60px;
    box-sizing: border-box;
  }
}

ul.anchor li {
  width: 25%;
  overflow: hidden;
  margin: 0 5px;
  position: relative;
}
@media screen and (max-width: 750px) {
  ul.anchor li {
    width: 75%;
    padding: 5px 0px;
  }
}
ul.anchor li a:hover img {
  transform: scale(1.1);
  transition-duration: 1.3s;
}
ul.anchor li span {
  display: block;
  line-height: 1.3em;
}
ul.anchor li span .number {
  padding-bottom: 5px;
  letter-spacing: 0em;
  font-weight: 400;
}
ul.anchor li:nth-child(1) span.anchor1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14%;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  ul.anchor li:nth-child(1) span.anchor1 {
    right: 34px;
  }
}
ul.anchor li:nth-child(2) span.anchor2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14%;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  ul.anchor li:nth-child(2) span.anchor2 {
    left: 32px;
  }
}
ul.anchor li:nth-child(3) span.anchor3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  ul.anchor li:nth-child(3) span.anchor3 {
    right: 18px;
  }
}

section {
  max-width: 1200px;
  margin: 200px auto;
}
@media screen and (max-width: 750px) {
  section {
    max-width: 100%;
    margin: 120px auto;
  }
}
section h3 {
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  section h3 {
    line-height: 0.9em;
    padding-bottom: 25px;
  }
}
section h3 span {
  display: block;
}
section h3 span.no {
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  section h3 span.no {
    padding-bottom: 10px;
  }
}
section h3 span.h3_brand {
  font-weight: 400;
  font-size: 12px;
}
section .img_top {
  width: 45%;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  section .img_top {
    width: 85%;
  }
}
section .staff_info {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  section .staff_info {
    width: 85%;
    padding-bottom: 60px;
  }
}
section .staff_info ul.interview {
  width: 50%;
}
@media screen and (max-width: 750px) {
  section .staff_info ul.interview {
    width: 100%;
    padding-bottom: 50px;
  }
}
section .staff_info ul.interview li {
  font-weight: 700;
  padding-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 750px) {
  section .staff_info ul.interview li {
    padding-bottom: 15px;
  }
}
section .staff_info ul.interview li span {
  display: inline-block;
}
section .staff_info ul.interview li span.q {
  font-weight: 600;
  padding-right: 10px;
}
@media screen and (max-width: 750px) {
  section .staff_info ul.interview li span.q {
    padding-right: 5px;
  }
}
section .staff_info ul.interview li span.q_txt {
  max-width: calc(50% - 19.5px);
}
section .staff_info ul.interview li span.a {
  max-width: calc(50% - 19.5px);
  font-weight: 400;
  padding-left: 20px;
  line-height: 1.8em;
}
@media screen and (max-width: 750px) {
  section .staff_info ul.interview li span.a {
    padding-left: 20px;
  }
}
section .staff_info .plofile {
  width: 50%;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 40px 0px;
  position: relative;
}
@media screen and (max-width: 750px) {
  section .staff_info .plofile {
    width: 100%;
    padding: 30px 0px 40px;
  }
}
section .staff_info .plofile span.staff_box {
  font-weight: 900;
  background-color: #ffffff;
  padding: 0px 10px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  section .staff_info .plofile span.staff_box {
    width: 60%;
  }
}
section .staff_info .plofile .staff_name {
  line-height: 1;
}
section .staff_info .plofile p.staff_brand {
  padding-bottom: 15px;
  letter-spacing: 0.08em;
  line-height: 1.5em;
  padding-top: 16px;
}
section .staff_info .plofile a.staff_btn {
  background-color: #000000;
  color: #ffffff;
  width: 255px;
  height: 28px;
  line-height: 28px;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  margin-bottom: 5px;
  letter-spacing: 0.14em;
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  section .staff_info .plofile a.staff_btn {
    margin-bottom: 4px;
  }
}
section .staff_info .plofile a.staff_btn:hover {
  opacity: 0.7;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}
section .staff_info .plofile .staff_insta {
  width: 80%;
  margin: 0 auto;
  padding-top: 15px;
}
section .staff_info .plofile .staff_insta .insta_img img {
  width: 30%;
  padding: 2.5px;
}
section .make_box {
  width: 800px;
  margin: 0 auto;
  background-color: #F7F7F7;
  padding: 80px 0px;
}
@media screen and (max-width: 750px) {
  section .make_box {
    width: 97%;
    padding: 60px 0px;
  }
}
section .make_box .flexbox {
  align-items: center;
}
section .make_box .make_point {
  line-height: 2em;
}
@media screen and (max-width: 750px) {
  section .make_box .make_point:nth-child(1) {
    padding-bottom: 40px;
  }
}
section .make_box .make_point .make_img {
  width: 28%;
}
@media screen and (max-width: 750px) {
  section .make_box .make_point .make_img {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  section .make_box .make_point span {
    font-size: 12px;
  }
}
section .make_box .make_point span.maru {
  width: 7px;
  height: 7px;
  background-color: #000000;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 1px;
  margin-right: 6px;
}
section .make_box .make_point p {
  width: 55%;
  box-sizing: border-box;
  line-height: 2em;
}
@media screen and (max-width: 750px) {
  section .make_box .make_point p {
    line-height: 1.8em;
    font-size: 11px;
  }
}
section .make_box .make_point p span {
  display: block;
  color: #000000;
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  section .make_box .make_point p span {
    font-size: 14px;
  }
}
section .make_box .make_point:nth-child(1) p {
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  section .make_box .make_point:nth-child(1) p {
    padding-left: 20px;
  }
}
section .make_box .make_point:nth-child(2) p {
  padding-right: 30px;
}
@media screen and (max-width: 750px) {
  section .make_box .make_point:nth-child(2) p {
    padding-right: 20px;
  }
}
section .make_box .use_makeitem {
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  section .make_box .use_makeitem {
    padding-top: 60px;
  }
}
section .make_box .use_makeitem .use {
  text-align: center;
}
section .make_box .use_makeitem .use_img {
  width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  section .make_box .use_makeitem .use_img {
    width: 90%;
  }
}
section .make_box .use_makeitem .use_item {
  width: 80%;
  font-size: 10px;
  margin: 0 auto;
  line-height: 2em;
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
  section .make_box .use_makeitem .use_item {
    width: 90%;
  }
}
section .make_box .use_makeitem .use_item span {
  font-family: sofia-pro;
  font-weight: 700;
  color: #000000;
  font-size: 12px;
  padding-right: 5px;
}
@media screen and (max-width: 750px) {
  section .make_box .use_makeitem .use_item span {
    font-size: 11px;
  }
}
section .code_box {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  section .code_box {
    padding-top: 60px;
  }
}
section .code_box h4 {
  text-align: center;
  display: inline-block;
  position: relative;
  line-height: 1.3em;
}
section .code_box h4 span.qu_l {
  position: absolute;
  transform: scale(-1, 1);
  top: 10px;
  left: -50px;
}
@media screen and (max-width: 750px) {
  section .code_box h4 span.qu_l {
    top: 8px;
    left: -40px;
  }
}
section .code_box h4 span.qu_r {
  position: absolute;
  bottom: 10px;
  right: -50px;
}
@media screen and (max-width: 750px) {
  section .code_box h4 span.qu_r {
    bottom: 8px;
    right: -40px;
  }
}
section .code_box .code_img {
  width: 520px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  section .code_box .code_img {
    width: 85%;
  }
}
section .code_box .code_img p {
  line-height: 2.1em;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  section .code_box .code_img p {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
section .code_box ul.code_credit {
  font-size: 10px;
  text-align: left;
}
section .code_box ul.code_credit li {
  padding-bottom: 20px;
  line-height: 2em;
}
section .code_box ul.code_credit li span.buy {
  font-size: 10px;
  margin-left: 30px;
  padding: 0px 17px;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.7em;
}
@media screen and (max-width: 750px) {
  section .code_box ul.code_credit li span.buy {
    margin-left: 20px;
  }
}
section .code_box ul.code_credit li a:hover {
  opacity: 0.7;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}
section .code_box ul.code_credit .shop {
  color: #7c7c7c;
}
section .code_box ul.code_credit .shop span.shop {
  margin-left: 30px;
}
section .brand_btn {
  text-align: center;
}
section .brand_btn a {
  display: inline-block;
  width: 520px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000000;
  margin: 0 auto;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  section .brand_btn a {
    width: 85%;
    letter-spacing: 0.1em;
  }
}
section .brand_btn a:hover {
  border: 1px solid #ccc;
  background-color: #ccc;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}

section#box03 {
  margin-bottom: 100px;
}

.slider_loop div {
  padding: 3px;
}

#page-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
}
@media screen and (max-width: 750px) {
  #page-top {
    right: 3%;
  }
}

#page-top a {
  width: 50px;
  height: auto;
  box-sizing: border-box;
  padding: 0px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}
@media screen and (max-width: 750px) {
  #page-top a {
    width: 40px;
  }
}

#page-top a:hover {
  opacity: 0.5;
}

/* 写真アニメーション
---------------------------------------------*/
.fadeImg {
  overflow: hidden;
}
.fadeImg img {
  opacity: 0;
  transform: scale(1.1);
}

.fadeImg.on img {
  opacity: 1;
  transform: scale(1);
  transition: all 1.5s ease-out 0.5s;
}

footer {
  background: #F5F5F5;
}
@media screen and (min-width: 751px) {
  footer {
    padding: 205px 0 20px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding: 100px 0 10px;
  }
}
footer div.inner {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  footer div.inner {
    width: 842px;
  }
}
@media screen and (max-width: 750px) {
  footer div.inner {
    width: 94.5%;
  }
}
footer div.inner h6 {
  text-align: center;
  font-family: garamond-premier-pro, serif;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  footer div.inner h6 {
    font-size: 18px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 751px) {
  footer div.inner h6 {
    font-size: 23px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 750px) {
  footer div.inner h6 span {
    font-size: 15px;
  }
}
@media screen and (min-width: 751px) {
  footer div.inner h6 span {
    font-size: 20px;
  }
}
footer div.inner div.banner_outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  footer div.inner div.banner_outer {
    margin-bottom: 136px;
  }
}
@media screen and (max-width: 750px) {
  footer div.inner div.banner_outer {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 750px) {
  footer div.inner div.banner_outer div.banner_wrap {
    width: 48.2%;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 751px) {
  footer div.inner div.banner_outer div.banner_wrap {
    width: 389px;
    margin-bottom: 45px;
  }
}
footer div.inner div.banner_outer div.banner_wrap a {
  color: #000;
  text-decoration: none;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}
footer div.inner div.banner_outer div.banner_wrap img {
  display: block;
  width: 100%;
}
footer div.inner div.banner_outer div.banner_wrap p.text_wrap {
  line-height: 1;
}
@media screen and (min-width: 751px) {
  footer div.inner div.banner_outer div.banner_wrap p.text_wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  footer div.inner div.banner_outer div.banner_wrap p.text_wrap {
    margin-top: 17px;
  }
}
footer div.inner div.banner_outer div.banner_wrap p.text_wrap span.date {
  font-size: 10px;
  color: #707070;
  display: block;
  margin-bottom: 8px;
}
footer div.inner div.banner_outer div.banner_wrap p.text_wrap span.f_title {
  font-size: 12px;
  line-height: 1.62;
}
@media screen and (max-width: 750px) {
  footer div.inner ul.btnArea {
    width: 86.7418899859%;
    margin: 0 auto 75px;
  }
}
@media screen and (min-width: 751px) {
  footer div.inner ul.btnArea {
    width: 528px;
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 750px) {
  footer div.inner ul.btnArea li {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 751px) {
  footer div.inner ul.btnArea li {
    margin-bottom: 24px;
  }
}
footer div.inner ul.btnArea li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  text-decoration: none;
  color: #000;
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 751px) {
  footer div.inner ul.btnArea li a {
    height: 54px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  footer div.inner ul.btnArea li a {
    font-size: 13px;
    height: 54px;
  }
}
footer div.inner p.copy {
  font-family: garamond-premier-pro, serif;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  footer div.inner p.copy {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */