@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information
File name : style.css
---------------------------------------------------------- */
/* Reset
---------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
cite,
em,
img,
small,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
/* メインコーディング */
/* common
---------------------------------------------------- */
body {
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #000;
  opacity: 0.7;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:active {
  text-decoration: none;
}
.page-top .arrow {
  color: #000;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  text-decoration: none;
}
.page-top .arrow:hover {
  opacity: 0.75;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@font-face {
  font-family: icon;
  src: url(../fonts/icon.eot?1632808221);
  src: url(../fonts/icon.woff?1632808221) format("woff"), url(../fonts/icon.ttf?1632808221) format("truetype");
}
.icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: icon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  color: #000;
  display: block;
}
.icon-facebook:before {
  content: "\ea03";
}
.icon-line:before {
  content: "\ea05";
}
.icon-twitter:before {
  content: "\ea06";
}
.icon-instagram:before {
  content: "\ea04";
}
/* header
---------------------------------------------------- */
.l-header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 15px 40px;
}
.l-header .header-content .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header .header-content .logo img {
  width: 207px;
}
.l-header .header-content .l-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}
.l-header .header-content .l-sns .sns-list {
  font-size: 1.875rem;
}
.l-header .header-content .l-sns .sns-list.sns-list-ttl {
  font-size: 0.9rem;
}
.l-header .header-content .l-sns .sns-list:nth-child(n+2) {
  margin-left: 16px;
}
.l-sns .sns-list.sns-item--line {
  display: none;
  margin: 0;
}
.l-header .header-tit {
  padding-bottom: 25px;
  font-size: 14px;
}
.inner {
  margin: 0 auto;
  max-width: 1020px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blockPc {
  display: block;
}
.blockSp {
  display: none;
}
p.conTxt {
  line-height: 1.8;
}
p.txtIndent {
  text-indent: 1em;
}
p.conTxt + p.conTxt {
  margin-top: 25px;
}
.secBtn {
  width: 33.3333%;
}
.secBtn01 {
  margin: 80px auto 100px;
}
.secBtn02 {
  margin: 0 auto;
}
/* footer
---------------------------------------------------- */
.l-footer {
  border-top: 1px solid #000;
  padding: 60px 0;
  text-align: center;
}
.l-footer .logo {
  display: inline-block;
}
.l-footer .logo img {
  width: 206px;
  margin: 0 auto;
}
.l-footer .inner .copyright {
  margin-top: 40px;
  font-size: 0.75rem;
}
.l-footer .inner .l-sns {
  padding: 60px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-footer .inner .l-sns .sns-list {
  font-size: 3.125rem;
}
.l-footer .inner .l-sns .sns-list.sns-list-ttl {
  font-size: 1rem;
  width: 100%;
  margin-bottom: 35px;
}
.l-footer .inner .l-sns .sns-list:nth-child(n+3) {
  margin-left: 72px;
}
.l-footer .inner .l-sns .sns-item--instagram {
  display: none;
}
/* Effect
---------------------------------------------------- */
.fadeIn--kv {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_fadein {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
.fadein-y {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}
.fadein-y.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
.fadein {
  opacity: 0;
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* Page top
---------------------------------------------------- */
.page-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 99;
  cursor: pointer;
}
.page-top .arrow {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.page-top .arrow:hover {
  opacity: 0.75;
}
.copy {
  font-size: 12px;
  letter-spacing: -0.02em;
}
.credit {
  font-size: 12px;
  margin-top: 0.5em;
}
.official-btn {
  width: 370px;
  margin: auto;
}
.kv {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.kv .icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.kv .fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.kv__anchor {
  width: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.kv__anchor ul {
  max-width: calc(1020px + 2em);
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kv__anchor ul li {
  width: 50%;
  position: relative;
}
.kv__anchor ul li:nth-child(1) {
  opacity: 0.5;
}
.kv__anchor ul li:nth-child(1) img {
  width: 92.16%;
}
.kv__anchor ul li:nth-child(2) img {
  width: 100%;
}
.kv__bg {
  max-width: 1220px;
  margin: auto;
  padding: 0 0 45px;
  background: url(../img/kv_bg_pc.jpg) no-repeat;
  background-size: cover;
  background-position: top -20px center;
}
.kv h1 {
  width: 53.431372549%;
  margin-left: auto;
}
.kv__lead {
  position: relative;
  margin-top: 60px;
}
.kv__lead h2 {
  width: 71.568627451%;
}
.kv__text {
  margin-top: 60px;
  width: 40.6862745098%;
  line-height: 1.875;
  letter-spacing: 0.01em;
}
.kv__diamants {
  margin-top: 30px;
}
.kv__diamants h3 {
  width: 48.0392156863%;
  margin-left: auto;
}
.kv__diamants-text {
  margin: 20px 0 0 auto;
  font-size: 14px;
  max-width: 690px;
  line-height: 1.7142857143;
}
.sec01 {
  padding: 75px 0 120px;
}
.sec01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec01__item-img {
  position: relative;
  width: 54.9019607843%;
}
.sec01__item-name {
  position: absolute;
}
.sec01__item-main {
  width: 41.1764705882%;
}
.sec01__item:nth-of-type(1) {
  position: relative;
  z-index: 1;
}
.sec01__item:nth-of-type(1) .sec01__item-name {
  width: 37.5%;
  top: 125px;
  right: -113px;
}
.sec01__item:nth-of-type(1) h3 {
  width: 94.0476190476%;
}
.sec01__item:nth-of-type(2) {
  margin-top: -30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sec01__item:nth-of-type(2) h3 {
  width: 71.4285714286%;
  margin-left: auto;
}
.sec01__item:nth-of-type(2) .sec01__item-name {
  width: 41.9642857143%;
  top: 130px;
  left: -110px;
}
.sec01__text {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.sec01 .official-btn {
  margin-top: 100px;
}
.sec02 {
  background: #fafafa;
  padding: 120px 0;
}
.sec02__top-text .sec02__item-text {
  margin-top: 40px;
}
.sec02 h3 {
  width: 60.2941176471%;
  margin: auto;
}
.sec02__item {
  margin-top: 35px;
}
.sec02__item + .sec02__item {
  margin-top: 60px;
}
.sec02__item-head {
  position: relative;
}
.sec02__item-img {
  margin: auto;
}
.sec02__item-main {
  margin: 55px auto 0;
  width: 62.7450980392%;
}
.sec02__item-text {
  line-height: 1.875;
}
.sec02__item-text a {
  text-decoration: underline;
}
.sec02__item-top {
  margin-top: 35px;
}
.sec02__item-top .sec02__item-img {
  margin: auto;
  width: 64.2156862745%;
}
.sec02__item-top-text {
  line-height: 1.875;
}
.sec02__item-top-text span {
  border-bottom: solid 1px #000;
}
.sec02__item-top h4 {
  width: 73.4375%;
  margin: 0 auto 30px;
}
.sec02__item-top .copy {
  bottom: 55px;
}
.sec02__item-top .credit {
  bottom: 35px;
}
.sec02__item:nth-of-type(1) .sec02__item-img {
  width: 50.9803921569%;
}
.sec02__item:nth-of-type(1) .copy {
  bottom: 15px;
}
.sec02__item:nth-of-type(1) .credit {
  bottom: -10px;
}
.sec02__item:nth-of-type(2) .sec02__item-img {
  width: 50%;
}
.sec02__item:nth-of-type(2) h4 {
  width: 31.3725490196%;
  position: absolute;
  top: 100px;
  left: 70px;
}
.sec02__item:nth-of-type(2) .copy {
  bottom: 5px;
}
.sec02__item:nth-of-type(2) .credit {
  bottom: 25px;
}
.sec02__item:nth-of-type(3) .sec02__item-img {
  width: 53.9215686275%;
}
.sec02__item:nth-of-type(3) .copy {
  bottom: 90px;
}
.sec02__item:nth-of-type(3) .credit {
  bottom: 5px;
}
.sec02__item:nth-of-type(4) .sec02__item-img {
  width: 53.9215686275%;
}
.sec02__item:nth-of-type(4) .copy {
  bottom: 60px;
}
.sec02__item:nth-of-type(4) .credit {
  bottom: 45px;
}
.sec02 .copy {
  position: absolute;
  left: 170px;
}
.sec02 .copy.out {
  left: 115px;
}
.sec02 .credit {
  position: absolute;
  width: 23.0392156863%;
  right: 70px;
}
.sec02 .credit.out {
  right: 30px;
}
.sec03 {
  max-width: 1220px;
  margin: auto;
  padding: 110px 0 200px;
  background: url(../img/sec03-bg_pc.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.sec03 h3 {
  width: 84.5070422535%;
}
.sec03__item-main {
  width: 34.8039215686%;
  margin-left: auto;
}
.sec03__item-name {
  margin: 0 0 75px 460px;
  width: 32.8431372549%;
}
.sec03__text {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.official__btn {
  width: 370px;
  margin: auto;
}
.official__text {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
.staff__credit {
  margin: 60px auto;
  text-align: center;
  font-size: 12px;
  line-height: 1.75;
}
.pagetop {
  bottom: 30px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  width: 70px;
  z-index: 10;
}
.pagetop:hover {
  opacity: 0.75;
}
/* index
---------------------------------------------------- */
.index_box {
  position: relative;
  max-width: 720px;
  width: 100%;
  margin: 120px auto 100px;
  border: 2px solid #000;
  padding: 4px;
}
.index_box .inner {
  width: 100%;
  border: 1px solid #000;
  padding: 9.1808% 4.2373% 9.1808% 4.9435%;
}
.index_box .tit {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 19.1667%;
  background: #fff;
  text-align: center;
  line-height: 1;
}
.index_box .tit > img {
  width: 92.7536%;
}
.index_box ul li:nth-child(1) {
  margin-bottom: 20px;
}
.index_box ul li:nth-child(1) img {
  width: 86.5835%;
}
.index_box ul li:nth-child(2) img {
  width: 100%;
}
/*---------------------------------------------
		        Style Sheet E N D							
---------------------------------------------*/
@media screen and (max-width: 1220px) {
  body {
    display: block;
  }
  .kv {
    height: calc(100% - 9.1967vw);
    padding-top: 9.1967vw;
  }
  .kv__anchor ul {
    height: 9.1967vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 1040px) {
  body {
    display: block;
  }
  body {
    display: block;
  }
  .inner {
    padding: 0 1rem;
  }
  .credit {
    font-size: 1.1538461538vw;
  }
  .kv__text {
    font-size: 1.5384615385vw;
  }
  .sec01 {
    padding: 7.2115384615vw 1em 11.5384615385vw;
  }
  .sec01__item:nth-of-type(1) .sec01__item-name {
    top: 12.0192307692vw;
    right: -10.8653846154vw;
  }
  .sec01__item:nth-of-type(2) .sec01__item-name {
    top: 12.5vw;
    left: -10.5769230769vw;
  }
  .sec01__text {
    font-size: 1.3461538462vw;
  }
  .sec02__item-text {
    font-size: 1.5384615385vw;
  }
  .sec02__item-top-text {
    font-size: 1.5384615385vw;
  }
  .sec02__item:nth-of-type(2) h4 {
    top: 9.6153846154vw;
    left: 6.7307692308vw;
  }
  .sec02__item:nth-of-type(3) .copy {
    bottom: 6.7307692308vw;
  }
  .sec02__item:nth-of-type(3) .credit {
    bottom: 1.9230769231vw;
  }
  .sec02__item:nth-of-type(4) .copy {
    bottom: 5.7692307692vw;
  }
  .sec02__item:nth-of-type(4) .credit {
    bottom: 4.3269230769vw;
  }
  .sec02 .copy {
    left: 9.6153846154vw;
  }
  .sec02 .copy.out {
    left: 8.6538461538vw;
  }
  .sec02 .credit {
    right: 6.7307692308vw;
  }
  .sec02 .credit.out {
    right: 2.8846153846vw;
  }
}
@media (max-width: 1040px) {
  .l-header .header-content .logo {
    width: 150px;
    padding-left: 2em;
  }
  .l-header .header-tit {
    font-size: 1.5686vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    display: block;
  }
  body {
    display: block;
  }
  .copy {
    font-size: 2.8vw;
  }
  .credit {
    font-size: 2.8vw;
  }
  .official-btn {
    width: 76vw;
  }
  .kv {
    padding-top: 14.6667vw;
    margin-top: 5.33333vw;
    background: #d1c6b1;
  }
  .kv .icon {
    top: -5.33333vw;
    width: 5.33333vw;
  }
  .kv__anchor ul {
    max-width: 100%;
    height: 14.6667vw;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  .kv__anchor ul li:nth-child(1) img {
    width: 48.6667vw;
  }
  .kv__anchor ul li:nth-child(2) img {
    width: 48.6667vw;
  }
  .kv__bg {
    padding: 0 0 13.3333333333vw;
    background: url(../img/kv_bg_sp.png) no-repeat;
    background-size: 100% auto;
    background-position: top -39.33vw center;
  }
  .kv h1 {
    width: 75.3333333333vw;
    margin: auto;
  }
  .kv__lead {
    margin-top: 87.3333333333vw;
  }
  .kv__lead h2 {
    width: 88.6666666667vw;
    margin: auto;
  }
  .kv__lead .copy {
    position: absolute;
    right: auto;
    left: 0;
    top: -12.6666666667vw;
  }
  .kv__text {
    margin-top: 8vw;
    font-size: 3.6vw;
    line-height: 1.6666666667;
    letter-spacing: -0.04em;
    width: 100%;
  }
  .kv__diamants {
    margin-top: 12.6666666667vw;
  }
  .kv__diamants h3 {
    width: 55.3333333333vw;
    margin: auto;
  }
  .kv__diamants-text {
    margin-top: 2.6666666667vw;
    font-size: 3.6vw;
    line-height: 1.6666666667;
  }
  .sec01 {
    padding: 12vw 1em 16vw;
  }
  .sec01__item {
    display: block;
  }
  .sec01__item-img {
    width: 86.6666666667vw;
  }
  .sec01__item-main {
    width: 100%;
    margin-top: 8vw;
  }
  .sec01__item:nth-of-type(1) .sec01__item-img {
    left: -4vw;
  }
  .sec01__item:nth-of-type(1) .sec01__item-name {
    width: 32.6666666667vw;
    top: 6.6666666667vw;
    right: -9.3333333333vw;
  }
  .sec01__item:nth-of-type(1) h3 {
    width: 78vw;
  }
  .sec01__item:nth-of-type(2) {
    margin-top: 12vw;
  }
  .sec01__item:nth-of-type(2) .sec01__item-img {
    margin-left: auto;
    right: -4vw;
  }
  .sec01__item:nth-of-type(2) h3 {
    width: 60vw;
  }
  .sec01__item:nth-of-type(2) .sec01__item-name {
    width: 37.3333333333vw;
    top: 12vw;
    left: -9.3333333333vw;
  }
  .sec01__text {
    margin-top: 4vw;
    font-size: 3.6vw;
    line-height: 1.6666666667;
  }
  .sec01 .official-btn {
    margin-top: 10vw;
  }
  .sec02 {
    background: none;
    padding: 0 0 16vw;
  }
  .sec02__top {
    background: #fafafa;
    padding: 16vw 0 13.3333333333vw;
  }
  .sec02__top-text {
    margin-top: 13.3333333333vw;
  }
  .sec02__top-text .sec02__item-text {
    margin-top: 6.6666666667vw;
  }
  .sec02 h3 {
    width: 74.6666666667vw;
  }
  .sec02__item {
    margin-top: 9.3333333333vw;
  }
  .sec02__item + .sec02__item {
    margin-top: 9.3333333333vw;
  }
  .sec02__item-img {
    position: relative;
  }
  .sec02__item-main {
    margin-top: 8vw;
    width: 100%;
  }
  .sec02__item-text {
    font-size: 3.6vw;
  }
  .sec02__item-top {
    margin-top: 9.3333333333vw;
  }
  .sec02__item-top .sec02__item-img {
    width: 100%;
    width: 86.6666666667vw;
  }
  .sec02__item-top .sec02__item-main {
    margin-top: 13.3333333333vw;
  }
  .sec02__item-top-text {
    font-size: 3.6vw;
  }
  .sec02__item-top h4 {
    width: 89.3333333333vw;
    margin-bottom: 7.3333333333vw;
  }
  .sec02__item-top .copy {
    bottom: 0;
    left: -2.6666666667vw;
  }
  .sec02__item:nth-of-type(1) .sec02__item-img {
    width: 86.6666666667vw;
  }
  .sec02__item:nth-of-type(1) .copy {
    bottom: 1.3333333333vw;
    left: -2.6666666667vw;
  }
  .sec02__item:nth-of-type(2) .sec02__item-img {
    width: 86.6666666667vw;
  }
  .sec02__item:nth-of-type(2) h4 {
    position: static;
    width: 64vw;
    margin: 0 auto 5.3333333333vw;
  }
  .sec02__item:nth-of-type(2) .copy {
    margin-top: 4vw;
    position: relative;
    bottom: auto;
    left: -2.6666666667vw;
  }
  .sec02__item:nth-of-type(3) .sec02__item-img {
    width: 90.6666666667vw;
  }
  .sec02__item:nth-of-type(3) .copy {
    position: relative;
    left: 0;
    bottom: auto;
    margin-top: 5.3333333333vw;
  }
  .sec02__item:nth-of-type(4) .sec02__item-img {
    width: 90.6666666667vw;
  }
  .sec02__item:nth-of-type(4) .copy {
    left: 0;
    bottom: 2.6666666667vw;
  }
  .sec02 .credit {
    position: static;
    width: 86.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .sec03 {
    padding: 9.3333333333vw 0;
    background: url(../img/sec03-bg_sp.png) no-repeat;
    background-size: 100% auto;
    position: relative;
  }
  .sec03 h3 {
    width: 60.6666666667vw;
    margin: auto;
  }
  .sec03__item-main {
    width: 100%;
    margin: 101.3333333333vw auto 0;
  }
  .sec03__item-name {
    width: 44vw;
    margin: auto;
  }
  .sec03__text {
    margin-top: 4.6666666667vw;
    font-size: 3.6vw;
    line-height: 1.6666666667;
  }
  .sec03 .copy {
    position: absolute;
    margin: 0;
    top: 106vw;
    right: 5%;
  }
  .official__btn {
    width: 76vw;
  }
  .official__text {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
  .staff__credit {
    font-size: 2.8vw;
    text-align: left;
    margin: 7.3333333333vw auto 10vw;
  }
  .pagetop {
    bottom: 6.66667vw;
    right: 2vw;
    width: 10.66667vw;
  }
  .index_box {
    max-width: 100%;
    width: 92vw;
    margin: 8.2667vw auto 10.6667vw;
    border: 0.2667vw solid #000;
    padding: 0.5333vw;
  }
  .index_box .inner {
    border: 0.1333vw solid #000;
    padding: 8.6667vw 0 6vw 2.6667vw;
    /*20px*/
  }
  .index_box .tit {
    top: -1.8667vw;
    width: 18.4vw;
  }
  .index_box .tit > img {
    width: 16.9333vw;
  }
  .index_box ul li:nth-child(1) {
    margin-bottom: 2.6667vw;
  }
  .index_box ul li:nth-child(1) img {
    width: 83.8667vw;
  }
  .index_box ul li:nth-child(2) img {
    width: 85.8667vw;
    /*644px*/
  }
}
@media (max-width: 768px) {
  .l-header .header-content {
    padding: 4vw 1.25rem 4vw 1.25rem;
  }
  .l-header .header-content .logo {
    padding-left: 0;
  }
  .l-header .header-content .logo img {
    width: 52.2667vw;
  }
  .l-header .header-content .l-sns {
    height: 7.3333vw;
  }
  .l-header .header-content .l-sns .sns-list {
    font-size: 1.6875rem;
  }
  .l-header .header-content .l-sns .sns-list:nth-child(n+2) {
    margin-left: 4.6667vw;
  }
  .l-sns .sns-list.sns-item--line {
    display: block;
  }
  .l-header .header-tit {
    display: none;
  }
  .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .blockPc {
    display: none;
  }
  .blockSp {
    display: block;
  }
  p.conTxt {
    font-size: 3.6vw;
    line-height: 1.6;
  }
  p.conTxt + p.conTxt {
    margin-top: 3.3333vw;
  }
  .secBtn {
    width: 76vw;
  }
  .secBtn01 {
    margin: 10.6667vw auto;
  }
  .secBtn02 {
    margin: 0 auto;
  }
  .l-footer {
    padding: 10.6667vw 0 6.6666666667vw;
  }
  .l-footer .logo img {
    width: 52.2667vw;
  }
  .l-footer .inner .copyright {
    margin-top: 6.6667vw;
    font-size: 0.6875rem;
  }
  .l-footer .inner .l-sns {
    padding: 9.3333333333vw 0 0;
  }
  .l-footer .inner .l-sns .sns-list {
    font-size: 8.6666666667vw;
  }
  .l-footer .inner .l-sns .sns-list.sns-list-ttl {
    margin-bottom: 3.3333333333vw;
  }
  .l-footer .inner .l-sns .sns-list:nth-child(n+3) {
    margin-left: 10.6666666667vw;
  }
  .l-footer .inner .l-sns .sns-item--instagram {
    display: block;
  }
  .page-top {
    width: 13.3333vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
