@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
:root {
  --gold-color: #c6b78d;
  --red-color: #ca0000;
}

/* 
Version: 2021
Build Time: November 11, 2020
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

select,
button,
input,
textarea,
button {
  border: 1px solid #333;
}

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

table,
td,
th {
  border: 1px solid #333;
}

td,
th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}

th {
  font-weight: bold;
  font-size: 1.05em;
}

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

button:disabled {
  cursor: default;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle;
}

[hidden],
dialog:not([open]),
template {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

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

svg:not(:root) {
  overflow: hidden;
}

.font-en {
  font-family: "Montserrat", sans-serif;
}

a:hover {
  text-decoration: none;
}

html {
  background: #333;
}

body {
  max-width: 2560px;
  margin: 0 auto;
  background: #1d1d1d;
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック edium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  color: #fff;
  font-size: 14px;
  position: relative;
}

.normalmove {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.normalanimate {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.global-head .photo.normalmove {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.global-head .photo.normalmove::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #1d1d1d;
  z-index: 20;
}

.global-head-re .photo.normalmove {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.global-head-re .photo.normalmove::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1d1d1d;
  z-index: 30;
}

.global-head .photo.normalanimate,
.global-head-re .photo.normalanimate {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.global-head .photo.normalanimate::after,
.global-head-re .photo.normalanimate::after {
  width: 0%;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.bg-photo {
  background: center center/cover no-repeat;
  width: 100%;
  margin: 0 auto;
}

.bg-photo > img {
  display: none;
}

.toggle-btn {
  width: 60px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  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;
  z-index: 999;
  right: 40px;
  top: 25px;
}

.toggle-btn.on {
  top: 15px;
}

.toggle-btn.show {
  top: 15px;
}

.toggle-btn label {
  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;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.toggle-btn label .toggle-line {
  position: relative;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: auto;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.toggle-btn label .toggle-line::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: auto;
  -webkit-transition: 400ms;
  transition: 400ms;
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0deg) translateY(10px);
  -ms-transform: rotate(0deg) translateY(10px);
  transform: rotate(0deg) translateY(10px);
}

.toggle-btn label .toggle-line::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: auto;
  -webkit-transition: 400ms;
  transition: 400ms;
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0deg) translateY(-10px);
  -ms-transform: rotate(0deg) translateY(-10px);
  transform: rotate(0deg) translateY(-10px);
}

.ghost-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  max-width: 350px;
  overflow: hidden;
  z-index: 550;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: background 0.35s linear, width 0.35s ease-in 200ms;
  transition: background 0.35s linear, width 0.35s ease-in 200ms;
}

.ghost-nav .menu {
  padding-top: 100px;
  white-space: nowrap;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.35s linear;
  transition: 0.35s linear;
}

.ghost-nav ul li a {
  width: 100%;
  color: #fff;
  line-height: 1.4;
  padding: 0.5em 40px;
  font-weight: normal;
  display: block;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

.ghost-nav ul li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ca0000;
}

.ghost-nav ul li.first::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 8px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

#menu-status:checked ~ .ghost-nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.96);
}

#menu-status:checked ~ .ghost-nav .menu {
  opacity: 1;
}

#menu-status:checked ~ .ghost-nav ul li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#menu-status {
  display: none;
}

#menu-status:checked ~ .toggle-btn label .toggle-line {
  background-color: rgba(255, 255, 255, 0);
}

#menu-status:checked ~ .toggle-btn label .toggle-line::after {
  -webkit-transform: rotate(-45deg) translateY(0px);
  -ms-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
  background: #fff;
}

#menu-status:checked ~ .toggle-btn label .toggle-line::before {
  -webkit-transform: rotate(45deg) translateY(0px);
  -ms-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
  background: #fff;
}

.global-line {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.global-line::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.15;
  left: calc((100% - 1340px) / 2);
  top: 0;
}

.global-line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.15;
  right: calc((100% - 1340px) / 2);
  top: 0;
}

.global-line .line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.15;
  left: 50%;
  top: 0;
}

.wrapper {
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100 !important;
}

header.show {
  background: #000;
}

header.show .content {
  padding: 10px 60px;
}

header.on {
  background: #000;
}

header.on .content {
  padding: 10px 60px;
}

header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 60px;
}

header .logo {
  width: 145px;
  background: #000;
  padding: 10px;
  margin-left: 1px;
  position: relative;
  z-index: 5;
}

header .logo a {
  display: block;
}

header .logo a img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

header .logo a:hover img {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.hero {
  width: 100%;
  height: calc(100vh - 60px);
  min-height: 820px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.hero .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.hero .copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px 60px;
  color: #727272;
  font-size: 12px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.hero .copyright.do {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hero .content-box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.hero .content {
  padding: 0 60px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.hero .content.do {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hero .content .en {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}

.hero .content .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .hero .content .text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1em;
  }
}

.hero .banner {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.hero .banner.do {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hero .banner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero .banner .banner-box {
  width: 50%;
  padding: 40px 20px;
}

.hero .banner .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero .banner a {
  padding: 80px 30px 30px;
  display: block;
  position: relative;
  border: 1px solid #b3b3b3;
  color: #fff;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.hero .banner a .bg {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.hero .banner a:hover .bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hero .banner a:hover .en {
  text-decoration: none;
}

.hero .banner a .ja {
  font-size: 30px;
  font-weight: bold;
}

.hero .banner a .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.hero .banner a .sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1em;
}

.hero .banner a .sign span {
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 2px;
}

.global-head-re {
  position: relative;
  z-index: 5;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.global-head-re::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -120px;
  width: 120px;
  height: 120px;
  background-color: #2a2a2a;
}

.global-head-re .left {
  width: calc(50% - 20px);
}

.global-head-re .text {
  margin: 2em 0 0;
  color: #b2b2b2;
}

.global-head-re .item-btns {
  max-width: 280px;
  margin-top: 20px;
}

.global-head-re .photo {
  position: absolute;
  top: 0;
  right: 50%;
  height: 100%;
  width: calc((100vw - 1340px) / 2 + 50%);
  max-width: 930px;
}

.global-head-re .photo .hasvideo .img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.global-head {
  position: relative;
  z-index: 5;
  padding: 80px 0;
}

.global-head::before {
  content: "";
  position: absolute;
  left: -120px;
  top: -120px;
  width: 120px;
  height: 120px;
  background-color: #2a2a2a;
}

.global-head .left {
  width: calc(50% - 20px);
  max-width: 460px;
}

.global-head .text {
  margin: 2em 0 0;
  color: #b2b2b2;
}

.global-head .photo {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: calc((100vw - 1340px) / 2 + 50%);
  max-width: 930px;
}

.global-head .photo .hasvideo .img {
  display: none;
}

.global-head .photo .hasvideo .img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.global-head .btn {
  margin-top: 2em;
}

.global-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 40px 0;
  color: #b2b2b2;
}

.global-items .bottomline {
  width: 100%;
  text-align: right;
  padding-top: 20px;
}
.global-items .bottomline a {
  color: #b2b2b2;
  text-decoration: underline;
}

.global-items .cut-ttl {
  width: 100%;
  background: #2a2a2a;
  color: #c6b78d;
  font-size: 22px;
  margin-top: 50px;
  text-align: center;
  padding: 10px 20px;
  font-weight: bold;
}

.global-items .cut-ttl .ttl-en {
  display: block;
  font-size: 12px;
}

.global-items .item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.global-items .item-btns .btn {
  width: calc(50% - 10px);
}

.global-items .item-btns .btn a {
  width: 100%;
}

.global-items .item-btns .btn-b {
  width: calc(50% - 10px);
}
.global-items .item-btns .btn-b:not(:first-child) {
  margin-top: 10px;
}

.global-items.flex .item {
  width: calc(50% - 20px);
  max-width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.global-items.flex .left {
  width: calc(40% - 20px);
}

.global-items.flex .left .img {
  position: relative;
}

.global-items.flex .left .img::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 0;
  height: 0;
  z-index: 12;
  border-top: 41px solid #1d1d1d;
  border-right: 41px solid transparent;
}

.global-items.flex .left .img::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 0;
  z-index: 12;
  border-bottom: 41px solid #1d1d1d;
  border-left: 41px solid transparent;
}

.global-items.flex .right {
  width: 60%;
}

.global-items .text a {
  color: #ca0000;
  text-decoration: underline;
  margin-left: 0.4em;
}

.global-items .item {
  width: 50%;
  width: calc(50% - 40px);
  margin-top: 50px;
}

.global-items .item.haslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-items .text .size {
  font-weight: bold;
  font-size: 20px;
}

.global-items .item .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.global-items .item .links .text {
  width: 100%;
}

.global-items .item .text .ps {
  font-size: 12px;
  color: #626262;
  margin-top: 0.5em;
}

.global-items .item .links .btn {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}

.global-items .item .links .btn a {
  width: 100%;
  padding: 0.5em 1em;
}

.global-items .tips {
  margin-top: 0.5em;
}

.global-items .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.global-items .photos.full .photo {
  width: 100%;
}

.global-items .photos.full .photo .img {
  padding-top: 0%;
}

.global-items .photos .photo {
  width: calc(50% - 20px);
  position: relative;
}
.global-items .photos .photo.w100 {
  width: auto;
}

.global-items .photos .photo::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 0;
  height: 0;
  z-index: 12;
  border-top: 41px solid #1d1d1d;
  border-right: 41px solid transparent;
}

.global-items .photos .photo::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 0;
  z-index: 12;
  border-bottom: 41px solid #1d1d1d;
  border-left: 41px solid transparent;
}

.global-items .photos .photo .hasvideo {
  cursor: pointer;
  position: relative;
}

.global-items .photos .photo .hasvideo .img {
  display: none;
  padding-top: 0;
}

.global-items .photos .photo .hasvideo .img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.global-items .photos .photo .addbg {
  width: 100%;
  padding-top: 80%;
}

.global-items .photos .photo .img {
  width: 100%;
  padding-top: 80%;
}

.global-items .item-ttl {
  line-height: 1;
  margin-bottom: 1em;
}

.global-items .item-ttl .en {
  font-size: 36px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

.global-items .item-ttl .en::before {
  content: "";
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: 100%;
  height: 15px;
  background: #ca0000;
  z-index: -1;
}

.global-items .item-ttl .ja {
  font-size: 24px;
  font-weight: bold;
  padding-top: 0.6em;
  color: #c6b78d;
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
.global-items .item-ttl .ja .ttl-en {
  display: block;
  font-size: 16px;
}

.global-items .item-ttl02 {
  width: calc(50% - 10px);
  font-size: 16px;
  font-weight: bold;
  padding-top: 0.6em;
  text-align: center;
  line-height: 1.4;
}

.hasvideo {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hasvideo:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hasvideo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.3);
}

.hasvideo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(../img/youtube.png) center center/80px auto no-repeat;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.index-ttl {
  color: #c6b78d;
  line-height: 1;
}

.index-ttl .ttl-en {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  text-transform: capitalize;
}

.index-ttl.center {
  text-align: center;
}

.index-ttl .en {
  font-size: 47px;
  font-weight: bold;
}

.index-ttl .ja {
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-b {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #ca0000;
  padding: 0.5em 1.5em;
}
.btn-b a {
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 3;
  top: 0;
  border: 2px solid #ca0000;
  left: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-b a:hover {
  border: 2px solid #fff;
}
.btn-b > div {
  position: relative;
  z-index: 2;
}
.btn-b > div .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-b > div em {
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
}
.btn-b .icon {
  margin-left: 0.8em;
  width: 1em;
  height: 1em;
  display: block;
  background: url(../img/right-white.svg) center center/contain no-repeat;
}

@media (max-width: 700px) {
  .btn-b {
    font-size: 14px;
  }
  .global-items .item-ttl02 {
    width: 100%;
  }
}
.btn a,
.btn .stop {
  width: 100%;
  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;
  color: #fff;
  font-weight: bold;
  background: #ca0000;
  padding: 0.5em 1.5em;
  border: 2px solid #ca0000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn a:not(:first-child),
.btn .stop:not(:first-child) {
  margin-top: 10px;
}

.btn a .icon,
.btn .stop .icon {
  margin-left: 0.8em;
  width: 1em;
  height: 1em;
  display: block;
  background: url(../img/right-white.svg) center center/contain no-repeat;
}

.btn .stop {
  width: 100%;
}

.btn a:hover {
  border: 2px solid #fff;
}

.index-one {
  padding: 80px 0 0;
}

.index-one .wrapper .title {
  text-align: center;
}
.index-one .wrapper .text {
  margin: 2em auto 3em;
}
@media (max-width: 768px) {
  .index-one .wrapper .text {
    margin: 1em auto 2em;
  }
}
.index-one .wrapper .links {
  text-align: right;
  margin-top: 3em;
}
.index-one .wrapper .links a {
  color: #fff;
}
.index-one .wrapper .links .btn {
  display: inline-block;
}
@media (max-width: 768px) {
  .index-one .wrapper .links {
    margin-top: 2em;
  }
}

.index-one .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}
@media (max-width: 980px) {
  .index-one .anchors {
    margin: 0;
  }
}

.index-one .anchors a.pageanchor {
  display: block;
  text-align: center;
  width: calc(33.3333333333% - 15px);
  color: #c6b78d;
  background: #2a2a2a;
  border: 2px solid #2a2a2a;
  padding: 0.5em;
  font-size: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.index-one .anchors a.pageanchor span.en {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 980px) {
  .index-one .anchors a.pageanchor {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-one .anchors a.pageanchor {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .index-one .anchors a.pageanchor {
    font-size: 16px;
  }
}

.index-one .anchors a.pageanchor2 {
  display: block;
  text-align: center;
  width: calc(50% - 15px);
  color: #c6b78d;
  background: #2a2a2a;
  border: 2px solid #2a2a2a;
  padding: 0.5em;
  font-size: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.index-one .anchors a.pageanchor2 span.en {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 980px) {
  .index-one .anchors a.pageanchor2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-one .anchors a.pageanchor2 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .index-one .anchors a.pageanchor2 {
    font-size: 16px;
  }
}

.index-one .anchors a:hover {
  border: 2px solid #c6b78d;
}

.index-one .car {
  position: relative;
}

.index-one .car .car-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.index-one .car .car-menu .pageanchor {
  display: block;
  position: absolute;
}

.index-one .car .car-menu .link1 {
  width: 39%;
  height: 12%;
  top: -0.5%;
  left: 0%;
}

@media (max-width: 700px) {
  .index-one .car .car-menu .link1 {
    width: 60%;
    height: 14%;
    top: -0.5%;
    left: 0%;
  }
}
.index-one .car .car-menu .link2 {
  width: 19%;
  height: 12%;
  top: 6%;
  right: 2.5%;
}

@media (max-width: 700px) {
  .index-one .car .car-menu .link2 {
    width: 30%;
    height: 15%;
    top: 2%;
    right: 8%;
  }
}
.index-one .car .car-menu .link3 {
  width: 34%;
  height: 12%;
  left: 0%;
  bottom: 1.5%;
}

@media (max-width: 700px) {
  .index-one .car .car-menu .link3 {
    width: 53%;
    height: 15%;
    left: 0%;
    bottom: -0.5%;
  }
}
.index-one .car .car-menu .link4 {
  width: 24%;
  height: 12%;
  right: -0.5%;
  bottom: -0.5%;
}

@media (max-width: 700px) {
  .index-one .car .car-menu .link4 {
    width: 37%;
    height: 15%;
    right: -0.5%;
    bottom: 0%;
  }
}
.index-one .content {
  padding: 50px 10px 40px;
  position: relative;
  z-index: 2;
}

.index-one .content .ttl {
  line-height: 1;
  display: inline-block;
  text-align: center;
}

.index-one .content .ttl .en {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.index-one .content .ttl .ja {
  display: inline-block;
  background: #ca0000;
  padding: 0.4em 0.8em 0.5em;
  font-size: 16px;
  margin-top: 0.2em;
}

.index-one .content .n-01 {
  position: absolute;
  top: 50px;
  left: 40px;
}

.index-one .content .n-02 {
  position: absolute;
  top: 80px;
  right: 5%;
}

.index-one .content .n-03 {
  position: absolute;
  bottom: 0px;
  right: 5%;
}

.index-one .content .n-04 {
  position: absolute;
  bottom: 40px;
  left: 20px;
}

.index-one .content .n-04 .en {
  color: #ca0000;
}

.index-one .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.index-one .diagonal {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><line x1="0" y1="0" x2="100%" y2="100%" stroke="white" stroke-width="1" stroke-dasharray="3"/></svg>');
}

.index-one .diagonal01 {
  position: absolute;
  left: 341px;
  top: 110px;
  width: 147px;
  height: 235px;
}

.index-one .diagonal02 {
  position: absolute;
  right: 280px;
  top: 150px;
  width: 190px;
  height: 180px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.index-one .diagonal03 {
  position: absolute;
  right: 220px;
  bottom: 85px;
  width: 180px;
  height: 193px;
}

.index-one .diagonal04 {
  position: absolute;
  left: 380px;
  bottom: 114px;
  width: 235px;
  height: 60px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.index-two {
  position: relative;
  z-index: 2;
  padding: 120px 0 0;
}

.index-two .hasvideo::after {
  background: url(../img/youtube.png) center center/25% auto no-repeat;
}

.index-two .global-banner {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .index-two .global-banner {
    margin-top: 60px;
  }
}

.index-two .banner {
  width: 100%;
  margin-top: 10px;
}

.index-two .banner .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.index-two .banner a {
  padding: 50px 20px 20px;
  display: block;
  position: relative;
  border: 1px solid #b3b3b3;
  color: #fff;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 1;
}

.index-two .banner a .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.index-two .banner a:hover .bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.index-two .banner a:hover .en {
  text-decoration: none;
}

.index-two .banner a .ja {
  font-size: 30px;
  font-weight: bold;
}

.index-two .banner a .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.index-two .banner a .sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1em;
}

.index-two .banner a .sign span {
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 2px;
}

.index-two .bg1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  z-index: -1;
  opacity: 0.1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index-two .bg2 {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  z-index: -2;
}

.index-two .global-title {
  text-align: center;
  margin-bottom: 80px;
  width: 100%;
  background: #2a2a2a;
  color: #c6b78d;
  font-size: 22px;
  margin-top: 50px;
  text-align: center;
  padding: 40px 20px;
  font-weight: bold;
}
.index-two .global-title hgroup {
  font-size: 32px;
}
.index-two .global-title hgroup h2 {
  font-size: 1em;
}
.index-two .global-title hgroup h2 + p {
  margin-top: 0.5em;
  font-size: 0.6em;
}
@media (max-width: 768px) {
  .index-two .global-title {
    margin-bottom: 25px;
  }
  .index-two .global-title hgroup {
    font-size: 24px;
  }
}

.index-three {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  margin: 180px auto 0;
}

.index-three .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.index-three .left {
  text-align: center;
  margin: 30px 0 40px;
}

.index-three .text {
  margin: 30px auto;
  text-align: center;
}

.index-three .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
}

.index-four {
  padding: 180px 0 0;
  position: relative;
}
.index-four.nopadding {
  padding: 0 0 60px 0;
}

.index-four .global-title {
  text-align: center;
  margin-bottom: 80px;
  width: 100%;
  background: #2a2a2a;
  color: #c6b78d;
  font-size: 22px;
  margin-top: 50px;
  text-align: center;
  padding: 40px 20px;
  font-weight: bold;
}
.index-four .global-title.nomargintop {
  margin-top: 0;
}
.index-four .global-title hgroup {
  font-size: 32px;
}
.index-four .global-title hgroup h2 {
  font-size: 1em;
}
.index-four .global-title hgroup h2 + p {
  margin-top: 0.5em;
  font-size: 0.6em;
}
@media (max-width: 768px) {
  .index-four .global-title {
    margin-bottom: 25px;
  }
  .index-four .global-title hgroup {
    font-size: 24px;
  }
}

.index-four .global-links {
  text-align: right;
  margin-top: 1em;
}
.index-four .global-links a {
  color: #fff;
}

.index-four .bg1 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: -2;
  opacity: 0.6;
}

.index-five {
  padding: 120px 0;
  position: relative;
}

.index-five .bg1 {
  position: absolute;
  top: 0px;
  right: 55%;
  width: 60%;
  z-index: -2;
  opacity: 0.2;
}

.index-six {
  padding: 120px 0;
  position: relative;
}

.index-six .bg1 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: -2;
  opacity: 0.6;
}

.index-six .bg2 {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  max-width: 1920px;
  z-index: -2;
  opacity: 0.1;
}

footer {
  padding: 60px 0;
}

footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
}

footer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .left .logo {
  width: 145px;
}

footer .left .logo a {
  display: block;
}

footer .left .logo a img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

footer .left .logo a:hover img {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

footer .footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5em;
}

footer .footer-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  background: #ca0000;
  white-space: nowrap;
  padding: 0.4em 1.5em;
  border: 2px solid #ca0000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
footer .footer-btn a em {
  font-size: 12px;
  font-style: normal;
  text-transform: capitalize;
  display: block;
}

footer .footer-btn a:hover {
  background: #fff;
  color: #ca0000;
}

footer .footer-btn a .icon {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-btn a .icon svg {
  width: 100%;
}

footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .menu .next {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer .menu a {
  color: #fff;
  padding: 0 0.5em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

footer .menu a:hover {
  text-decoration: underline;
}

.page-head {
  margin-top: 75px;
  padding: 100px 0 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.page-head .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-head .content {
  padding: 0 20px;
  text-align: center;
  line-height: 1.2;
}

.page-head .en {
  font-size: 20px;
}

.page-head .ja {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0.3em;
}

.page-head .underline {
  width: 50px;
  height: 6px;
  margin: 20px auto;
  background-color: #ca0000;
}

.page-head .text {
  line-height: 1.4;
}

.page-add .content {
  background-color: #383838;
  padding: 40px 20px;
}
.page-add .content:not(:first-child) {
  margin-top: 60px;
}
.page-add .center {
  width: 100%;
  max-width: 1265px;
  margin: 0 auto;
}
.page-add .content02 .center {
  text-align: center;
}
.page-add .content02 .center img {
  width: 45%;
  margin: 0 auto;
}
.page-add .content03 .center {
  text-align: center;
}
.page-add .content03 .center img {
  width: 62%;
  margin: 0 auto;
}
.page-add .content-ttl {
  text-align: center;
  color: #b79c62;
  font-weight: bold;
  border-bottom: 1px solid rgba(183, 156, 98, 0.4);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-add .content-ttl .ja {
  font-size: 24px;
}
.page-add .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.page-add .btns a,
.page-add .btns .stop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0.5em;
}
.page-add .content01 .btns .btn {
  width: calc(20% - 20px);
  margin: 10px;
}
.page-add .content02 .btns {
  max-width: 1000px;
  margin: 20px auto 0;
}
.page-add .content02 .btns .btn {
  width: calc(25% - 20px);
  margin: 10px;
}
.page-add .content03 .btns {
  max-width: 1000px;
  margin: 20px auto 0;
}
.page-add .content03 .btns .btn {
  width: calc(25% - 20px);
  margin: 10px;
}

.page-anchors .add-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b79c62;
  font-weight: bold;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
}
.page-anchors .add-head .ja {
  font-size: 30px;
}
.page-anchors .add-head .en {
  margin-left: 1em;
}

.page-anchors {
  padding: 60px 0;
}

.page-anchors .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-anchors .anchors a {
  display: block;
  text-align: center;
  width: calc(25% - 15px);
  color: #c6b78d;
  background: #2a2a2a;
  border: 2px solid #2a2a2a;
  padding: 0.5em;
  font-size: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.page-anchors .anchors a.full {
  width: 100%;
  margin-top: 15px;
}

.page-anchors .anchors a span.en {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}

.page-anchors .anchors a:hover {
  border: 2px solid #c6b78d;
}

.page-one .content .subhead {
  margin-top: 40px;
}
.page-one .content .subhead:not(:nth-child(2)) {
  margin-top: 80px;
}
.page-one .content .subhead ~ .global-items {
  padding-top: 0;
}

.page-one .subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  border-left: 6px solid #ca0000;
  width: calc(100% - 80px);
  background-color: #4d4d4d;
  padding-right: 20px;
}
.page-one .subhead .right {
  width: 100%;
}
.page-one .subhead .top {
  color: #fff;
  padding: 0em 0em 0.5em;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.page-one .subhead .top .ja {
  line-height: 1.4;
  font-weight: bold;
}
.page-one .subhead .top .en {
  font-size: 14px;
  font-weight: bold;
}
.page-one .subhead .img {
  width: 300px;
  margin-right: 40px;
}

.page-one .underline .ja {
  font-size: 28px;
  padding-left: 12px;
  border-left: 6px solid #ca0000;
}

.page-one .page-text {
  text-align: center;
  font-size: 18px;
  margin-top: 1.5em;
  line-height: 1.4;
}

.page-one .content {
  padding: 40px 20px 80px;
}

.page-one .content .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-one .content .tag div {
  background: #ca0000;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 0.2em 0.8em;
}

.page-one .content .text {
  color: #b2b2b2;
  margin-top: 1em;
}

.page-one .media {
  position: relative;
  margin-top: 20px;
}

.page-one .media .photo {
  width: 100%;
}

.page-one .media .hasvideo {
  position: absolute;
  width: auto;
  height: auto;
  right: 20px;
  bottom: 20px;
}

.page-one .media .hasvideo::after {
  display: none;
}

.page-one .media .hasvideo::before {
  display: none;
}

.page-one .media .hasvideo .btn-b,
.page-one .media .hasvideo .btn {
  color: #fff;
  background-color: #ca0000;
  border: 2px solid #ca0000;
  padding: 0.5em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.page-one .media .hasvideo .btn-b:hover,
.page-one .media .hasvideo .btn:hover {
  border: 2px solid #fff;
}

.page-one .media .hasvideo .btn-b .icon,
.page-one .media .hasvideo .btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1em;
  height: 1em;
  margin-top: 4px;
  margin-left: 0.5em;
  background-image: none;
}

.page-one .media .hasvideo .btn-b .icon svg,
.page-one .media .hasvideo .btn .icon svg {
  width: 100%;
}

.page-one .media .hasvideo .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.page-one .media .hasvideo .img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-one .global-items .item-btns {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-one .global-items .item-btns .btn {
  max-width: 260px;
  width: 100%;
}

.page-one .global-items .item-btns .btn-b {
  max-width: 290px;
  width: 100%;
  text-align: center;
}

.page-one .global-items .item-btns .btn:nth-child(2) {
  margin-top: 10px;
}

.additem {
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 40px 0;
}

.additem .cell {
  width: calc(33.333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.additem .cell .info {
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.additem .cell .info small {
  display: block;
  font-weight: normal;
}

.additem .cell .word {
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}

.additem .cell:nth-child(1) .photobottom {
  background: #b79c62;
}

.additem .cell:nth-child(2) .photobottom {
  background: #447aaf;
}

.additem .cell:nth-child(3) .photobottom {
  background: #54989c;
}

.popup {
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  display: none;
}

.popup .window {
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px;
  position: relative;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup .window .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0px 40px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

.popup .window .content .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.popup .window .content .btn svg {
  width: 20px;
  height: 20px;
}

.popup .window .content .video {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  position: relative;
}

.popup .window .content .video::after {
  content: "";
  padding-top: 56.25%;
  display: block;
}

.popup .window .content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1840px) {
  .index-ttl .en {
    font-size: 34px;
  }
}
@media (max-width: 1380px) {
  .global-line::before {
    left: 20px;
  }
  .global-line::after {
    right: 20px;
  }
  .index-one .content .ttl .en {
    font-size: 30px;
  }
  .index-one .content .ttl .ja {
    font-size: 14px;
  }
  .global-head .photo {
    width: calc(50% + 20px);
  }
  .global-head-re .photo {
    width: calc(50% + 20px);
  }
  .global-head::before {
    left: 0px;
    top: -60px;
    width: 60px;
    height: 60px;
  }
  .global-head-re::before {
    left: 50%;
    top: -60px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1100px) {
  .hero .content .en {
    font-size: 80px;
  }
  .index-one .anchors {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index-one .anchors a {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  footer .content {
    display: block;
  }
  footer .left {
    display: block;
  }
  footer .left .logo {
    margin: 0 auto;
  }
  footer .footer-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  footer .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .menu .next {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .menu li {
    margin-bottom: 10px;
  }
  .page-add .content01 .btns .btn {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 960px) {
  .hero .content .en {
    font-size: 9vw;
  }
  .global-head-re .left {
    padding-right: 10px;
  }
  .hero .content {
    padding: 0 20px;
  }
  header .content {
    padding: 20px 40px;
  }
  .toggle-btn {
    top: 20px;
  }
  header.on .content {
    padding: 10px 40px;
  }
  header.show .content {
    padding: 10px 40px;
  }
  .hero .banner a {
    padding: 60px 20px 20px;
  }
  .hero .copyright {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .page-one .content .subhead {
    margin-left: 0;
    width: 100%;
  }
  .page-one .global-items {
    padding: 0;
  }
  .page-add .btns .btn .en {
    font-size: 12px;
  }
  .page-add .content02 .btns .btn {
    width: calc(50% - 20px);
  }
  .global-items.flex .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .global-items.flex .item {
    display: block;
  }
  .global-items.flex .right {
    width: 100%;
  }
  .page-one .media .hasvideo::after {
    background: url(../img/youtube.png) center center/40px auto no-repeat;
  }
  .page-anchors .anchors a {
    font-size: 16px;
  }
  .page-anchors .anchors {
    display: block;
    padding: 0 10px;
  }
  .page-anchors .anchors a {
    width: 100%;
    margin-bottom: 10px;
  }
  .global-head-re {
    display: block;
    padding: 0;
  }
  .global-head-re .left {
    width: 100%;
    max-width: 100%;
  }
  .global-head-re .photo {
    position: relative;
    padding-top: 50%;
    width: 100%;
    margin-top: 30px;
    right: 0;
  }
  .global-items .item-btns {
    display: block;
  }
  .global-items .item .links .btn {
    width: 100%;
  }
  .global-items .item {
    margin-top: 40px;
  }
  .global-items .item-btns .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .global-items .item-btns .btn-b {
    width: 100%;
    margin-bottom: 10px;
  }
  .global-items .item-ttl .en {
    font-size: 24px;
  }
  .global-items .item {
    width: calc(50% - 15px);
  }
  .global-items .photos .photo {
    width: calc(50% - 10px);
  }
  .global-items {
    padding: 20px;
  }
  .index-two {
    padding: 60px 0 0;
  }
  .page-anchors .anchors a span.en {
    font-size: 12px;
  }
  .page-anchors .add-head .ja {
    font-size: 24px;
  }
  .index-four {
    padding: 100px 0 0;
  }
  .index-five {
    padding: 100px 0 0;
  }
  .index-six {
    padding: 100px 0 0px;
  }
  .global-head {
    padding: 10px 0 0px;
  }
  .global-head .left {
    width: 100%;
    max-width: 100%;
  }
  .global-head .photo {
    position: static;
    padding-top: 50%;
    width: 100%;
    margin-top: 30px;
  }
  .hero .banner .wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero .banner .banner-box {
    width: 100%;
    max-width: 400px;
    padding: 0;
  }
  .hero .banner .banner-box:first-child {
    padding-bottom: 20px;
  }
  .hero .copyright {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .hero .banner a .ja {
    font-size: 20px;
  }
  .index-one .anchors a {
    font-size: 18px;
  }
  .additem .cell {
    width: calc(33.333% - 10px);
  }
  .page-add .content03 .btns .btn {
    width: calc(33.333% - 20px);
  }
  .additem {
    padding: 40px 0px 0;
  }
  .page-add .content03 .btns {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .page-one .subhead .top {
    font-size: 18px;
  }
  .page-one .subhead .top .en {
    font-size: 12px;
  }
  .page-one .subhead .img {
    margin-right: 20px;
  }
  .hero .content .text br {
    display: none;
  }
  .page-add .content01 .btns .btn {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .page-one .content .subhead {
    display: block;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .page-one .subhead .img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .page-one .subhead .right {
    padding: 0 20px;
  }
  .page-add .content {
    padding: 40px 10px;
  }
  .page-add .content03 .btns .btn {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .page-add .content02 .btns .btn {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .page-add .content01 .btns .btn {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .page-one .page-text {
    font-size: 16px;
  }
  .page-one .underline .ja {
    font-size: 24px;
  }
  .page-anchors {
    padding: 40px 0;
  }
  .page-head {
    margin-top: 60px;
    padding: 70px 0 60px;
  }
  header .logo {
    width: 100px;
  }
  .toggle-btn.show {
    top: 13px;
  }
  .toggle-btn.on {
    top: 13px;
  }
  .toggle-btn {
    right: 20px;
    width: 40px;
  }
  .hero .content {
    padding-top: 10%;
    padding-right: 140px;
  }
  header .content {
    padding: 20px 20px;
  }
  .page-one .media .hasvideo {
    height: 50%;
    bottom: 0px;
  }
  .additem {
    display: block;
  }
  .additem .cell {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .page-one .content {
    padding: 40px 20px 40px;
  }
  .global-items.flex .item {
    width: 100%;
  }
  .index-ttl .en {
    font-size: 26px;
  }
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .global-head::before,
  .global-head-re::before {
    display: none;
  }
  .hero .banner .box {
    display: block;
  }
  .index-four {
    padding-top: 40px;
  }
  .hero .banner a {
    padding: 20px;
  }
  .hero .banner {
    position: static;
  }
  .index-one .anchors a {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .index-one .anchors {
    padding: 0 10px;
  }
  .global-items .item {
    width: 100%;
  }
  .index-three {
    margin: 100px auto 0;
  }
  .index-three .text {
    padding: 0 10px;
  }
  .index-three .text br {
    display: none;
  }
  .ghost-nav ul li a {
    font-size: 22px;
  }
  header.on .content {
    padding: 10px 20px;
  }
  header.show .content {
    padding: 10px 20px;
  }
  .page-one .content .tag div {
    font-size: 18px;
  }
  .page-one .index-ttl .en {
    font-size: 40px;
  }
  .page-add .content02 .center img {
    width: 97%;
  }
  .page-add .content03 .center img {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .index-ttl .en {
    font-size: 20px;
  }
}
.global-head-re .photo .hasvideo .img,
.global-head .photo .hasvideo .img {
  display: block;
}

.global-head-re .hasvideo,
.global-head .hasvideo {
  position: static;
}

.tuika-p {
  margin: 20px auto 0;
  text-align: right;
  color: #b2b2b2;
}

.changeimg .sp {
  display: none;
}

@media (max-width: 767px) {
  .changeimg .pc {
    display: none;
  }
  .changeimg .sp {
    display: block;
  }
}