@charset "UTF-8";
/*リセットf
--------------------------------------------*/
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: "PT Sans Narrow", "Roboto", sans-serif;
  font-weight: 500;
  font-weight: 350;
  line-height: 1.6;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  line-height: 1.6;
  width: 100%;
  color: #000;
  background: #FFF;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }
}

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

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

a .flexslider {
  display: block;
}

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

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

#wrap {
  overflow-x: hidden;
}

section.main {
  position: relative;
}
section.main .top_img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  section.main .top_img {
    background-image: url(../images/sp_top01.jpg);
    background-position: top center;
    background-size: cover;
  }
}
@media screen and (min-width: 751px) {
  section.main .top_img {
    background-image: url(../images/pc_top01.jpg);
    background-position: right center;
    background-size: cover;
  }
}
section.main .top_txt {
  position: absolute;
  color: #FFF;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(2px 2px 2px rgb(98, 95, 95));
}
@media screen and (min-width: 751px) {
  section.main .top_txt {
    top: 10%;
    left: 25%;
  }
}
section.main .top_txt p:nth-child(1) {
  font-size: 24vw;
  font-family: "Nothing You Could Do", cursive;
}
@media screen and (min-width: 751px) {
  section.main .top_txt p:nth-child(1) {
    font-size: 200px;
  }
}
section.main .top_txt p:nth-child(2) {
  font-size: 26px;
  text-align: right;
  margin-top: -48px;
}
@media screen and (min-width: 751px) {
  section.main .top_txt p:nth-child(2) {
    margin-top: -108px;
    font-size: 50px;
  }
}
section.main p.name {
  font-size: 3.2vw;
  position: absolute;
  color: #fff;
  top: 20%;
  left: 61%;
  width: 100%;
  filter: drop-shadow(2px 2px 6px rgb(98, 95, 95));
}
@media screen and (min-width: 751px) {
  section.main p.name {
    top: 38%;
    left: 78%;
    font-size: 28px;
    width: 100%;
  }
}
section.main .sub_txt {
  position: absolute;
  color: #FFF;
  top: 40%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
  filter: drop-shadow(2px 2px 6px rgb(98, 95, 95));
}
@media screen and (min-width: 751px) {
  section.main .sub_txt {
    top: 36%;
    left: 25%;
  }
}
section.main .sub_txt p:nth-child(1) {
  font-weight: bold;
  font-size: 9.6vw;
}
@media screen and (min-width: 751px) {
  section.main .sub_txt p:nth-child(1) {
    font-size: 60px;
  }
}
section.main .sub_txt p:nth-child(2) {
  font-family: "domlovesmary-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 0.6;
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 751px) {
  section.main .sub_txt p:nth-child(2) {
    font-size: 45px;
  }
}
section.main .sub_txt p:nth-child(3) {
  font-size: 6.4vw;
  font-weight: bold;
  margin-top: 73px;
}
@media screen and (min-width: 751px) {
  section.main .sub_txt p:nth-child(3) {
    font-size: 36px;
  }
}
section.main .sub_txt p:nth-child(4) {
  font-size: 3.7333333333vw;
  font-weight: bold;
  margin-top: 12px;
  width: 100%;
}
@media screen and (min-width: 751px) {
  section.main .sub_txt p:nth-child(4) {
    font-size: 22px;
  }
}
section.main .sub_txt p:nth-child(4) span {
  text-decoration: underline;
}

h1.lead {
  width: 90%;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 70px;
  margin-top: 60px;
}
@media screen and (min-width: 751px) {
  h1.lead {
    font-size: 16px;
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 750px) {
  ul.link {
    display: flex;
    width: 96%;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 751px) {
  ul.link {
    display: flex;
    flex-wrap: nowrap;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 120px;
  }
}
ul.link li {
  width: calc(49% - 10px);
  padding-bottom: 14px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  ul.link li {
    padding-right: 30px;
  }
}
@media screen and (min-width: 751px) {
  ul.link li:last-child {
    padding-right: 0px;
  }
}

.border_line {
  border: solid 1px #000;
  width: 100%;
}

section.block .num {
  width: 14%;
  margin-top: 28px;
  margin-bottom: 12px;
  margin-left: auto;
}
@media screen and (min-width: 751px) {
  section.block .num {
    width: 9%;
    margin-top: 60px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 751px) {
  section.block .num01 {
    margin-top: 60px;
  }
}
section.block .inner .creditArea {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  section.block .inner .creditArea {
    display: block;
    width: 100%;
    padding: 60px 0;
  }
}
section.block .inner .creditArea ul {
  width: 100%;
}
@media screen and (min-width: 751px) {
  section.block .inner .creditArea ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
section.block .inner .creditArea ul li {
  width: 100%;
  border-bottom: solid 1px #000;
  padding: 15px 0;
  color: #000;
}
@media screen and (min-width: 751px) {
  section.block .inner .creditArea ul li {
    width: 50%;
  }
}
section.block .inner .creditArea ul li a {
  display: flex;
  align-items: center;
}
section.block .inner .creditArea ul li a img {
  width: 28%;
}
@media screen and (min-width: 751px) {
  section.block .inner .creditArea ul li a img {
    width: 20%;
  }
}
section.block .inner .creditArea ul li a .cre_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media screen and (min-width: 751px) {
  section.block .inner .creditArea ul li a .cre_box {
    width: 100%;
  }
}
section.block .inner .creditArea ul li a .cre_box p {
  padding-left: 20px;
  width: 61%;
}
@media screen and (min-width: 751px) {
  section.block .inner .creditArea ul li a .cre_box p {
    font-size: 14px;
  }
}
section.block .inner .creditArea ul li a .cre_box p span {
  display: block;
}
section.block .inner .creditArea ul li a .cre_box .buy {
  border: solid 1px #000;
  width: 22%;
  padding: 3px 0px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  section.block .inner .creditArea ul li a .cre_box .buy {
    font-size: 14px;
  }
}
section.block .inner .creditArea ul li a .cre_box .buy:hover {
  color: #fff;
  background: #000;
}
@media screen and (min-width: 751px) {
  section.block .inner .creditArea ul li:nth-child(odd) .buy {
    margin-right: 25px;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner .creditArea ul li:nth-child(even) img {
    margin-left: 25px;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner .creditArea ul li:nth-child(3) {
    border-bottom: none;
  }
}
section.block .inner .creditArea ul li:last-child {
  border-bottom: none;
}
section.block .inner .last_img {
  width: 100%;
}

section.block01 {
  margin-bottom: 60px;
}
@media screen and (min-width: 751px) {
  section.block01 {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 120px;
  }
}
section.block01 .inner h2 {
  width: 100%;
  height: 400px;
  position: relative;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    position: static;
    justify-content: space-between;
  }
}
section.block01 .inner h2 div.img1-1 {
  margin-left: auto;
  width: 56%;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h2 div.img1-1 {
    margin-left: 0;
    width: 50%;
  }
}
section.block01 .inner h2 div.textbig {
  position: absolute;
  text-align: center;
  top: 14%;
  left: 2%;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h2 div.textbig {
    position: static;
    margin-left: 55px;
  }
}
section.block01 .inner h2 div.textbig .title p:nth-child(1) {
  font-family: "anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h2 div.textbig .title p:nth-child(1) {
    font-size: 84px;
  }
}
section.block01 .inner h2 div.textbig .title p:nth-child(2) {
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h2 div.textbig .title p:nth-child(2) {
    font-size: 18px;
  }
}
section.block01 .inner h2 div.textbig .sub_title {
  font-size: 15px;
  margin-top: 22px;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h2 div.textbig .sub_title {
    font-size: 24px;
    margin-top: 40px;
  }
}
section.block01 .inner h2 div.textbig .sub_title span {
  border-bottom: solid 1px #000;
  margin: 0 auto;
  width: 93%;
  display: block;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h2 div.textbig .sub_title span {
    width: 97%;
  }
}
section.block01 .inner h2 div.textbig .tit_txt {
  margin-top: 30px;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h2 div.textbig .tit_txt {
    margin-top: 50px;
  }
}
section.block01 .inner h3 {
  width: 100%;
  height: 390px;
  position: relative;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h3 {
    width: 100%;
    height: auto;
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
section.block01 .inner h3 div.img1-2 {
  margin-right: auto;
  width: 56%;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h3 div.img1-2 {
    margin-right: 0;
    width: 50%;
  }
}
section.block01 .inner h3 div.textbig {
  position: absolute;
  top: 14%;
  right: 2%;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h3 div.textbig {
    position: static;
    margin-right: 65px;
  }
}
section.block01 .inner h3 div.textbig .title p:nth-child(1) {
  font-family: "anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h3 div.textbig .title p:nth-child(1) {
    font-size: 84px;
  }
}
section.block01 .inner h3 div.textbig .title p:nth-child(2) {
  font-size: 12px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h3 div.textbig .title p:nth-child(2) {
    font-size: 18px;
  }
}
section.block01 .inner h3 div.textbig .sub_title {
  text-align: center;
  font-size: 15px;
  margin-top: 22px;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h3 div.textbig .sub_title {
    font-size: 24px;
    margin-top: 40px;
  }
}
section.block01 .inner h3 div.textbig .sub_title span {
  border-bottom: solid 1px #000;
  margin: 0 auto;
  width: 81%;
  display: block;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h3 div.textbig .sub_title span {
    width: 97%;
  }
}
section.block01 .inner h3 div.textbig .tit_txt {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 751px) {
  section.block01 .inner h3 div.textbig .tit_txt {
    margin-top: 50px;
  }
}

section.block02 {
  margin-bottom: 60px;
}
@media screen and (min-width: 751px) {
  section.block02 {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 120px;
  }
}
section.block02 .inner h2 {
  width: 100%;
  position: relative;
  color: #fff;
}
section.block02 .inner h2 .sec02Img {
  background-image: url(../images/2-1.jpg);
  width: 100%;
  height: 340px;
  background-position: top center;
  background-size: cover;
}
@media screen and (min-width: 751px) {
  section.block02 .inner h2 .sec02Img {
    width: 100%;
    height: 730px;
  }
}
section.block02 .inner h2 div.textbig {
  position: absolute;
  text-align: center;
  top: 11%;
  left: 2%;
  font-weight: bold;
  filter: drop-shadow(2px 2px 4px rgb(78, 78, 78));
}
@media screen and (min-width: 751px) {
  section.block02 .inner h2 div.textbig {
    top: 21%;
    left: 9%;
  }
}
section.block02 .inner h2 div.textbig .title p:nth-child(1) {
  font-family: "メイリオ", "Meiryo", "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (min-width: 751px) {
  section.block02 .inner h2 div.textbig .title p:nth-child(1) {
    font-size: 80px;
  }
}
section.block02 .inner h2 div.textbig .title p:nth-child(2) {
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  padding-top: 2px;
}
@media screen and (min-width: 751px) {
  section.block02 .inner h2 div.textbig .title p:nth-child(2) {
    font-size: 20px;
    padding-top: 7px;
  }
}
section.block02 .inner h2 div.textbig .sub_title {
  font-size: 15px;
  margin-top: 22px;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  section.block02 .inner h2 div.textbig .sub_title {
    font-size: 26px;
    margin-top: 40px;
  }
}
section.block02 .inner h2 div.textbig .sub_title span {
  border-bottom: solid 1px #fff;
  margin: 0 auto;
  width: 66%;
  display: block;
}
@media screen and (min-width: 751px) {
  section.block02 .inner h2 div.textbig .sub_title span {
    width: 76%;
  }
}
section.block02 .inner h2 div.textbig .tit_txt {
  margin-top: 30px;
}
@media screen and (min-width: 751px) {
  section.block02 .inner h2 div.textbig .tit_txt {
    margin-top: 50px;
    font-size: 17px;
  }
}
section.block02 .inner h3 {
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 40px;
}
section.block02 .inner h3 .sec03Img {
  background-image: url(../images/2-2.jpg);
  width: 100%;
  height: 340px;
  background-position: right;
  background-size: cover;
}
@media screen and (min-width: 751px) {
  section.block02 .inner h3 .sec03Img {
    width: 100%;
    height: 730px;
  }
}
section.block02 .inner h3 div.textbig {
  position: absolute;
  text-align: center;
  top: 21%;
  right: 2%;
  font-weight: bold;
  filter: drop-shadow(2px 2px 4px rgb(78, 78, 78));
}
@media screen and (min-width: 751px) {
  section.block02 .inner h3 div.textbig {
    top: 21%;
    right: 9%;
  }
}
section.block02 .inner h3 div.textbig .title p:nth-child(1) {
  font-family: "メイリオ", "Meiryo", "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  line-height: 1.1;
}
@media screen and (min-width: 751px) {
  section.block02 .inner h3 div.textbig .title p:nth-child(1) {
    font-size: 80px;
  }
}
section.block02 .inner h3 div.textbig .title p:nth-child(2) {
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  padding-top: 2px;
}
@media screen and (min-width: 751px) {
  section.block02 .inner h3 div.textbig .title p:nth-child(2) {
    font-size: 20px;
    padding-top: 7px;
  }
}
section.block02 .inner h3 div.textbig .sub_title {
  font-size: 15px;
  margin-top: 15px;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  section.block02 .inner h3 div.textbig .sub_title {
    font-size: 26px;
    margin-top: 40px;
  }
}
section.block02 .inner h3 div.textbig .sub_title span {
  border-bottom: solid 1px #fff;
  margin: 0 auto;
  width: 48%;
  display: block;
}
@media screen and (min-width: 751px) {
  section.block02 .inner h3 div.textbig .sub_title span {
    width: 53%;
  }
}
section.block02 .inner h3 div.textbig .tit_txt {
  margin-top: 30px;
}
@media screen and (min-width: 751px) {
  section.block02 .inner h3 div.textbig .tit_txt {
    margin-top: 50px;
    font-size: 17px;
  }
}

@media screen and (min-width: 751px) {
  section.block03 {
    max-width: 960px;
    margin: 0 auto;
  }
}
section.block03 .inner .sec03Img .black {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  section.block03 .inner .sec03Img .black {
    top: 8%;
    line-height: 1.7;
  }
}
section.block03 .inner .sec03Img .black p {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14.6666666667vw;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
}
@media screen and (min-width: 751px) {
  section.block03 .inner .sec03Img .black p {
    width: 100%;
    font-size: 141px;
    padding-bottom: 0;
  }
}
section.block03 .inner h2 {
  position: relative;
  margin-bottom: 40px;
}
section.block03 .inner h2 .img3-1 {
  width: 100%;
}
section.block03 .inner h2 div.img3pp {
  position: absolute;
  width: 63%;
  top: 11%;
  left: 52%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (min-width: 751px) {
  section.block03 .inner h2 div.img3pp {
    width: 61%;
    top: 15%;
  }
}
section.block03 .inner h2 div.title {
  text-align: center;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  section.block03 .inner h2 div.title {
    top: 75%;
  }
}
section.block03 .inner h2 div.title p:first-child {
  font-weight: 800;
  font-size: 6.4vw;
}
@media screen and (min-width: 751px) {
  section.block03 .inner h2 div.title p:first-child {
    font-size: 46px;
  }
}
section.block03 .inner h2 div.title p:last-child {
  font-weight: bold;
  margin-top: 12px;
  font-size: 3.2vw;
}
@media screen and (min-width: 751px) {
  section.block03 .inner h2 div.title p:last-child {
    font-size: 17px;
    margin-top: 30px;
  }
}
section.block03 .inner h2 div.title span {
  border-bottom: solid 1px #000;
  width: 43%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  section.block03 .inner h2 div.title span {
    font-size: 32px;
    width: 33%;
  }
}

ul.slide-items li {
  margin-right: 7px;
  width: 100%;
}
@media screen and (min-width: 751px) {
  ul.slide-items li:last-child {
    margin-right: 0;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

h4 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 751px) {
  h4 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
h4 p:first-child {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
@media screen and (min-width: 751px) {
  h4 p:first-child {
    font-size: 20px;
  }
}
h4 p.kakko {
  position: relative;
  padding: 13px;
}
h4 p.kakko::before, h4 p.kakko::after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
}
h4 p.kakko::after {
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top: 0;
  left: 0;
}
h4 p.kakko::before {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom: 0;
  right: 0;
}

.button a {
  color: #FFF;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  width: 72%;
  height: 23px;
  padding: 10px 0px 13px 0px;
  background-color: #000;
  letter-spacing: 0.1em;
  font-size: 16px;
  display: block;
}
@media screen and (min-width: 751px) {
  .button a {
    margin-top: 120px;
    padding: 16px 0px 22px 0px;
    font-size: 18px;
    width: 36%;
  }
}

#fotter .staff {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 80px;
  width: 100%;
  padding-bottom: 40px;
  justify-content: space-between;
}
@media screen and (min-width: 751px) {
  #fotter .staff {
    margin-top: 160px;
    width: 100%;
    padding-bottom: 80px;
    justify-content: center;
  }
}
#fotter .staff .staffImg {
  margin-left: 18%;
  width: 29%;
}
@media screen and (min-width: 751px) {
  #fotter .staff .staffImg {
    margin-left: 27%;
    width: 10%;
  }
}
#fotter .staff .staff_txt {
  padding-left: 25px;
}
@media screen and (min-width: 751px) {
  #fotter .staff .staff_txt {
    padding-left: 50px;
  }
}
#fotter .staff .staff_txt p {
  padding-bottom: 3px;
}
#fotter .staff .staff_txt p:nth-child(1) {
  font-size: 13px;
}
@media screen and (min-width: 751px) {
  #fotter .staff .staff_txt p:nth-child(1) {
    font-size: 17px;
  }
}
#fotter .staff .staff_txt a {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 751px) {
  #fotter .staff .staff_txt a {
    width: 70%;
  }
}
#fotter .staff .staff_txt a img {
  width: 5%;
}
@media screen and (min-width: 751px) {
  #fotter .staff .staff_txt a img {
    width: 4%;
  }
}
#fotter .staff .staff_txt a span {
  padding-left: 2px;
}
#fotter .archive {
  text-align: center;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  padding-bottom: 40px;
}
@media screen and (min-width: 751px) {
  #fotter .archive {
    width: 70%;
    margin: 0 auto;
    width: 900px;
  }
}
#fotter .archive p {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #fotter .archive p {
    font-size: 26px;
  }
}
#fotter .archive div {
  padding-bottom: 12px;
}
#fotter .insta {
  margin: 0 auto;
  margin-top: 70px;
  width: 8%;
}
@media screen and (min-width: 751px) {
  #fotter .insta {
    margin-top: 100px;
    width: 2%;
  }
}
#fotter .brandlogo {
  margin: 0 auto;
  margin-top: 20px;
  width: 20%;
}
@media screen and (min-width: 751px) {
  #fotter .brandlogo {
    width: 7%;
    margin-top: 25px;
  }
}
#fotter p.copy {
  color: #000;
  text-align: center;
  font-size: 8px;
  margin: 30px 0px;
}
@media screen and (min-width: 751px) {
  #fotter p.copy {
    margin: 50px 0px;
  }
}

/*リンクの形状*/
/* detail
--------------------------------------*/
/* フェードイン */
.fadeInUp {
  opacity: 0;
  transition: 1s;
}

/* フェードイン(スクロールした後) */
.fadeInUp.is-show {
  opacity: 1.5;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */