@charset "UTF-8";
/*********************************************
Common
*********************************************/
html {
  height: 100%;
  width: 100%;
  font-size: 0.84rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
 "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.125rem;
  font-weight: 300;
  color: #333;
  background-color: #fff;
  position: relative;
  height: 100%;
  width: 100%;
  font-weight: 500;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

em {
  font-style: normal;
  font-weight: bold;
}

.text {
  font-size: 1.125rem;
}

br.sp {
  display: none;
}

br.pc {
  display: inherit;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: center !important;
}

a:focus {
  outline: none;
}

/*********************************************
 Header
*********************************************/
#header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#header .head_inner {
  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;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
  max-width: 2000px;
  padding-bottom: 0;
}

#header h1 {
  width: 68px;
  height: 68px;
  margin: 0 auto 0 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#header a {
  display: block;
  line-height: 1;
}

#header img {
  width: 100%;
  height: 100%;
}

#header .wrap_menu_btn {
  position: fixed;
  top: 0;
  right: 0;
  padding: 24px 19px;
  background: rgba(255, 255, 255, 0.4);
}

#header p.menu_btn {
  width: 30px;
  height: 20px;
  padding: 0;
  position: relative;
  margin: 0 0 0 auto;
  cursor: pointer;
}

#header p.menu_btn span {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#header p.menu_btn span:nth-child(1) {
  top: 0px;
}

#header p.menu_btn span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

#header p.menu_btn span:nth-child(3) {
  bottom: 0px;
}

#header .active.wrap_menu_btn p.menu_btn span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

#header .active.wrap_menu_btn p.menu_btn span:nth-child(2) {
  opacity: 0;
}

#header .active.wrap_menu_btn p.menu_btn span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.show_sp {
  display: none !important;
}

#header p#site_logo {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mv_item {
  width: 100%;
  height: 100vh;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
}

.mv_item:after {
  max-width: 120rem;
}

.mv_item.mv-20mm {
  position: relative;
}

.mv_item.mv-20mm.mv_item-01 {
  background: url("../img/20mm/20mm-01.jpg") center center no-repeat;
}

.mv_item.mv-20mm::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  background: url("../img/20mm/mv_20mm.png") center center no-repeat;
  background-size: contain !important;
}

.mv_item.mv-24mm {
  position: relative;
}

.mv_item.mv-24mm.mv_item-01 {
  background: url("../img/24mm/24mm-01.jpg") center center no-repeat;
}

.mv_item.mv-24mm::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  background: url("../img/24mm/mv_24mm.png") center center no-repeat;
  background-size: contain !important;
}

.mv_item.mv-35mm {
  position: relative;
}

.mv_item.mv-35mm.mv_item-01 {
  background: url("../img/35mm/35mm-01.jpg") center center no-repeat;
}

.mv_item.mv-35mm::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  background: url("../img/35mm/mv_35mm.png") center center no-repeat;
  background-size: contain !important;
}

.mv_item.mv-50mm {
  position: relative;
}

.mv_item.mv-50mm.mv_item-01 {
  background: url("../img/50mm/50mm-01.jpg") center center no-repeat;
}

.mv_item.mv-50mm::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  background: url("../img/50mm/mv_50mm.png") center center no-repeat;
  background-size: contain !important;
}

.mv_item.mv-85mm {
  position: relative;
}

.mv_item.mv-85mm.mv_item-01 {
  background: url("../img/85mm/85mm-01.jpg") center center no-repeat;
  background-position: center top !important;
  background-size: cover !important;
}

.mv_item.mv-85mm::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  background: url("../img/85mm/mv_85mm.png") center center no-repeat;
  background-size: contain !important;
}

.mv_item .detail-lens {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

.mv_item .detail-lens .name-lens {
  width: 49.375rem;
  position: absolute;
  right: 1.2vw;
  bottom: 29vh;
  text-align: center;
}

.mv_item .detail-lens .name-lens .txt03 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 47.8%;
  bottom: 3.7rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.mv_item .detail-lens .name-lens img {
  width: 100%;
}

.mv_item .detail-lens h2 {
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 35vh;
  left: 7vw;
}

.mv_item .detail-lens h2 span {
  display: inline-block;
}

.mv_item .detail-lens h2 span.txt01 {
  letter-spacing: 0.6rem;
  margin-bottom: 1.3rem;
}

.mv_item .detail-lens h2 span.txt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 3.75rem;
  letter-spacing: 0.3rem;
}

.mv_item .detail-lens h2 span.txt02 img {
  margin-right: 3.2rem;
  width: 20.675rem;
}

.media-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  text-align: left;
}

.group-note {
  text-align: center;
  margin-top: 3.75rem;
}

.group-note ul {
  display: inline-block;
}

.text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}

.text-list li:before {
  content: "・";
}

.list li {
  margin-top: 0.5rem;
  position: relative;
  padding-left: 0.625rem;
}

.list li:before {
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  content: url("data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOTAuNzEgOTAuNzEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNjY2O308L3N0eWxlPjwvZGVmcz48dGl0bGU+YnVsbGV0PC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00NS4zNiwwQTQzLjc3LDQzLjc3LDAsMCwwLDEzLjIyLDEzLjIzLDQzLjc4LDQzLjc4LDAsMCwwLDAsNDUuMzUsNDMuNzEsNDMuNzEsMCwwLDAsMTMuMjIsNzcuNDcsNDMuNzcsNDMuNzcsMCwwLDAsNDUuMzYsOTAuNzEsNDMuNzQsNDMuNzQsMCwwLDAsNzcuNDksNzcuNDcsNDMuNzEsNDMuNzEsMCwwLDAsOTAuNzEsNDUuMzUsNDMuNzIsNDMuNzIsMCwwLDAsNzcuNDksMTMuMjMsNDMuNzQsNDMuNzQsMCwwLDAsNDUuMzYsMFptMCwwIi8+PC9zdmc+");
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  top: 0;
  left: 0;
  line-height: 1.25em;
}

.list > li:first-child {
  margin-top: 0px;
  margin-top: 0rem;
}

.list--optional {
  display: table;
}

.list--optional li {
  display: table-row;
}

.list--optional li:before {
  content: normal;
}

.list--optional li .list__marker {
  padding-right: 0.4em;
}

.list--note-large li {
  color: #333;
  font-size: 1.25rem;
  line-height: 2rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icon-new-windows {
  width: 2.125rem;
  height: 1.875rem;
  background: url("../img/new-windows.png") no-repeat;
  background-size: 2.125rem 1.875rem;
  display: inline-block;
}

.icon-new-windows-w {
  width: 2.125rem;
  height: 1.875rem;
  background: url("../img/new-windows-w.png") no-repeat;
  background-size: 2.125rem 1.875rem;
  display: inline-block;
}

.link {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333333;
}

.link em {
  margin-left: 1.125rem;
}

.link span {
  position: relative;
}

.link span:after {
  content: "";
  width: 1.1875rem;
  height: 1.6875rem;
  background: url("../img/arrow-r.png") center center no-repeat;
  background-size: 1.1875rem 1.6875rem;
  position: absolute;
  top: 50%;
  left: -2.625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.row-3col {
  margin: -0.5rem;
}

.row-3col .col {
  width: 33.33%;
  padding: 0.5rem;
}

.row-2col {
  margin: -0.5rem;
}

.row-2col .col {
  width: 50%;
  padding: 0.5rem;
}

.section {
  max-width: 120rem;
  margin: 0 auto;
}

.section .block-01,
.section .block-02,
.section .block-03,
.section .block-04 {
  width: 100%;
  max-width: 85.1875rem;
  margin: 0 auto;
}

.section .section-inner {
  max-width: 85.25rem;
  margin: 0 auto;
}

.section .block .img {
  text-align: center;
}

.section .block .img .figure {
  display: block;
  margin: 0 auto;
}

.section .block .img .figure img {
  margin: 0 auto;
  display: block;
}

.section .block .img .description {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 1.5rem;
}

.section .block .img .description ul li {
  font-size: 1.25rem;
}

.section .block.block-03 .img .description {
  margin-top: 1.5rem;
}

.section .block-end {
  width: 90%;
  max-width: 102.5rem;
  margin: 0 auto;
  margin-top: 9.1rem;
  margin-bottom: 5.3rem;
}

.section .block-end .col:nth-child(1) {
  width: 33.78%;
  padding-right: 1.097%;
}

.section .block-end .col:nth-child(2) {
  width: 66.22%;
}

.section.section-01 {
  margin-bottom: 14.9rem;
}

.section.section-01 .setion_inner {
  position: relative;
  padding-top: 6.25rem;
  max-width: 120rem;
}

.section.section-01 .setion_inner .ttlh2 {
  position: absolute;
  top: 16.1rem;
  left: 2.4rem;
  line-height: 1.75;
  z-index: 9;
}

.section.section-01 .media-block .media-block_thumbnail {
  width: 43%;
}

.section.section-01 .media-block .media-block_body {
  width: 57%;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  margin-top: -1.825rem;
}

.section.section-01 .media-block .media-block_body .item + .item {
  margin-top: 1.5rem;
}

.section.section-01 .media-block .media-block_body .item:nth-child(3) h3 {
  line-height: 1;
}

.section.section-01 h3 {
  font-size: 2.125rem;
  line-height: 2.4;
}

.section.section-01 .text {
  font-size: 1.75rem;
  line-height: 4.225rem;
}

.section.section-01 .list {
  margin-top: 0.625rem;
}

.section .section-head {
  position: relative;
  padding-bottom: 19rem;
  margin-bottom: 2.4rem;
}

.section .section-head h2 {
  font-size: 4.375rem;
  background-color: #9ca4aa;
  font-weight: bold;
  color: #fff;
  width: 78.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 12.5rem;
  padding: 0 8.625rem;
  letter-spacing: 0.1rem;
}

.section .section-head h3 {
  font-size: 4.125rem;
  display: inline-block;
  padding: 2rem 5.8rem 2.1rem 8.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.45;
  -webkit-box-shadow: 10px 20px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 20px 30px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-top: -1.4rem;
  position: absolute;
  top: 12.5rem;
  left: 0;
}

.section .section-head .img {
  position: absolute;
  top: 2rem;
  right: 9rem;
}

.section .section-head .img.lens20mm {
  width: 34.5rem;
}

.section .section-head .img.lens24mm {
  width: 34.75rem;
}

.section .section-head .img.lens35mm {
  width: 31.4375rem;
}

.section .section-head .img.lens50mm {
  width: 30.5625rem;
}

.section .section-head .img.lens85mm {
  width: 36rem;
}

.section.section-02 {
  margin-bottom: 12.6rem;
}

.section.section-03, .section.section-04, .section.section-05, .section.section-06 {
  margin-bottom: 12.6rem;
}

.section.section-06 {
  margin-bottom: 8.2rem;
}

.section.section-relate {
  margin-bottom: 10.5rem;
}

.section.section-relate a {
  display: block;
  position: relative;
}

.section.section-relate a em {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.section.section-relate a img {
  width: 100%;
  display: block;
}

h2.ttlh2 {
  font-size: 3.5rem;
}

.block-01 h3,
.block-02 h3,
.block-03 h3,
.block-04 h3 {
  font-size: 2.5rem;
  line-height: 2;
  position: relative;
  margin-bottom: 0.4rem;
}

.block-01 h3::after,
.block-02 h3::after,
.block-03 h3::after,
.block-04 h3::after {
  content: "";
  width: 13.4375rem;
  height: 9.875rem;
  position: absolute;
  left: 0;
  top: 71%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/step-01.png") no-repeat;
  background-size: 100%;
  z-index: -1;
}

.block-01 {
  margin-bottom: 5.4rem !important;
}

.block-02 {
  margin-bottom: 5.4rem !important;
}

.block-02 h3 {
  margin-bottom: 0.7rem;
}

.block-02 h3::after {
  top: 57%;
  left: 0.4%;
  width: 13.625rem;
  background: url("../img/step-02.png") no-repeat;
  background-size: 100%;
}

.block-03 {
  margin-bottom: 5.4rem !important;
}

.block-03 h3::after {
  top: 57%;
  left: 0.4%;
  width: 13.6875rem;
  background: url("../img/step-03.png") no-repeat;
  background-size: 100%;
}

.block-04 {
  margin-bottom: 5.4rem !important;
}

.block-04 h3::after {
  top: 57%;
  left: 0.4%;
  width: 13.6875rem;
  background: url("../img/step-04.png") no-repeat;
  background-size: 100%;
}

.w1224 {
  max-width: 76.5rem;
  margin: 0 auto;
}

.block-end h3 {
  font-size: 2.5rem;
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 0.1rem;
  margin-bottom: 1.3rem;
}

.block-end ul {
  margin-top: 1.25rem;
}

.section-footer h3 {
  font-size: 3.125rem;
  width: 63.91%;
  background: #dfe3e6;
  padding: 3.7rem 8.9rem;
  letter-spacing: 0.06rem;
  padding-bottom: 0.8rem;
  position: relative;
}

.section-footer h3:after {
  content: "";
  background: #dfe3e6;
  width: 100%;
  height: 8rem;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: -1;
}

.section-footer .img {
  width: 61.3%;
}

.section-footer .card {
  width: 37.6%;
  margin-left: 1.125rem;
  background: #fff;
  -webkit-box-shadow: 10px 20px 30px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 20px 30px 0px rgba(0, 0, 0, 0.16);
  padding: 1.875rem;
  margin-top: 4.1rem;
  position: relative;
  margin-bottom: -3.7rem;
  min-height: 48.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-footer .card .card-text .text {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  line-height: 1.36;
  letter-spacing: 0.01875rem;
}

.section-footer .card .card-thumbnail {
  text-align: center;
}

.section-footer .card .card-thumbnail img {
  display: block;
  width: 18.8rem;
  margin: 0 auto;
  margin-top: 5.3rem;
}

.section-footer .card .card-thumbnail figcaption {
  min-width: 18.8rem;
  text-align: left;
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1.1rem;
}

.section-footer .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 8.8125rem;
}

.section-footer-link {
  text-align: right;
}

.section-footer-link a {
  font-size: 2rem;
  background: #d1dbe2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  padding-right: 11.25rem;
  padding-left: 6.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 17.5rem;
  letter-spacing: 0.06rem;
}

.description-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.description-2 span:nth-child(1) {
  padding-right: 0.8125rem;
}

.description-2 span:nth-child(2) {
  padding-left: 0.8125rem;
}

.description-2.sp-full-width:nth-child(1) {
  padding-right: 0.8125rem;
}

.description-2.sp-full-width:nth-child(2) {
  padding-left: 0.8125rem;
}

.description-2.sp-full-width span {
  padding: 0;
}

.description-2.sp-full-width span:nth-child(1) {
  padding-right: 0.3125rem;
}

.text-right {
  text-align: right !important;
}

.figcaption {
  color: #707070;
  font-size: 10px;
  width: 100%;
  line-height: 2;
}

.figcaption span {
  color: #707070;
  font-size: 10px;
  line-height: 2;
}

.figcaption-2 {
  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;
  font-size: 10px;
}

.figcaption-2 span {
  width: 50%;
  font-size: 10px;
  color: #707070;
  line-height: 2;
}

.figcaption-2 span:nth-child(1) {
  padding-right: 0.8125rem;
}

.figcaption-2 span:nth-child(2) {
  padding-left: 0.8125rem;
}

.figcaption-2-center {
  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: 0.625rem !important;
}

.figcaption-2-center span {
  width: 50%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.figcaption-2-center span:nth-child(1) {
  padding-right: 0.8125rem;
}

.figcaption-2-center span:nth-child(2) {
  padding-left: 0.8125rem;
}

.w674 {
  margin: 0 auto;
  max-width: 42.125rem;
}

.w810 {
  margin: 0 auto;
  max-width: 50.625rem;
}

.section-movie {
  width: 100%;
  max-width: 95.1875rem;
  margin: 0 auto;
}

.section-movie h3 {
  text-align: center;
  margin-bottom: 4.6rem;
}

.section-movie h3 span {
  font-size: 3.125rem;
  font-weight: normal;
  border-top: 0.1875rem solid #333333;
  display: inline-block;
  padding: 1.8rem 4rem;
}

.section-movie .hr {
  border-top: 0.1875rem solid #333333;
  height: 0;
  width: 16.625rem;
  margin: 2rem auto;
  display: block;
  margin-top: 10.5rem;
  margin-bottom: 6.7rem;
}

.section-movie .item-movie {
  text-align: center;
}

.section-movie .item-movie a {
  display: inline-block;
  max-width: 68rem;
  margin: 0 auto;
}

.section-movie .item-movie a img {
  max-width: 68rem;
  margin: 0 auto;
  display: block;
}

.section-movie .item-movie p.text {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.03125rem;
  margin-bottom: 1.5rem;
}

.main_container {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}

footer {
  background-color: #dfe3e6;
  padding: 0 8.75rem;
  padding-top: 2.6875rem;
  padding-bottom: 2.4375rem;
}

footer .container {
  max-width: 91.75rem;
  margin: 0 auto;
}

footer ul.menu-social {
  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;
}

footer ul.menu-social li {
  width: 3.75rem;
}

footer ul.menu-social li * {
  display: block !important;
}

footer ul.menu-social li img {
  width: 100%;
}

footer ul.menu-social li + li {
  margin-left: 4.5625rem;
}

footer .copyright p {
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.12rem;
}

footer .footer-bottom {
  padding: 0 8.125rem;
  position: relative;
  margin-top: 3.875rem;
}

footer .requirements {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .requirements a {
  font-size: 1.25rem;
  color: #333;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scale-video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.scale-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap-modal-video,
.wrap-modal-alert {
  width: 65%;
  max-width: 85.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  background: #fff url("../img/loading.gif") center center no-repeat;
  background-size: 32px;
  z-index: 9;
}

.wrap-modal-alert {
  background: #fff;
  width: 94%;
  max-width: 720px;
  padding: 38px 20px;
}

.wrap-modal-alert h3 {
  font-size: 26px;
  text-align: center;
  line-height: 35px;
  font-weight: normal;
  margin-bottom: 25px;
}

.wrap-modal-alert h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}

.wrap-modal-alert tr, .wrap-modal-alert td,
.wrap-modal-alert dt,
.wrap-modal-alert p {
  font-size: 16px;
  line-height: 30px;
}

.wrap-modal-alert strong {
  font-weight: bold;
}

.wrap-modal-alert table tr:nth-child(1) td {
  padding-bottom: 15px;
}

.wrap-modal-alert table tr td:nth-child(1) {
  padding-right: 15px;
  text-align: right;
}

.wrap-modal-alert .hr {
  border-top: 1px solid #808080;
  margin-top: 60px;
  margin-bottom: 30px;
}

.wrap-modal-alert .modal-content {
  width: 100%;
  max-width: 566px;
  margin: 0 auto;
  padding-bottom: 12px;
  max-height: 80vh;
}

.modal {
  position: fixed;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.modal-video {
  opacity: 0;
  visibility: hidden;
}

.modal.modal-alert {
  display: none;
}

.modal-movie-is-open {
  height: 100vh;
  overflow: hidden;
}

.modal-movie-is-open .modal-video {
  opacity: 1;
  visibility: visible;
}

.menu-is-open {
  height: 100vh;
  overflow: hidden;
}

.modal-alert-is-open {
  height: 100vh;
  overflow: hidden;
}

.button-close {
  display: inline-block;
  position: absolute;
  top: -50px;
  right: -8px;
  z-index: 999;
}

.button-close:hover {
  opacity: 1;
}

.button-close span {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button-close span:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-close span:before {
  content: "";
  height: 100%;
  width: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  position: absolute;
}

.img-01 {
  max-width: 76.5rem;
  margin: 0 auto;
}

.animationStart {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
}

.animationStart.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.card.animationStart.on {
  z-index: 9;
}

.msie .figure img {
  width: 100%;
}

.loading {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}

.loading img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

sup {
  vertical-align: top;
}

nav.global_menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  top: 0;
  padding-top: 8.7rem;
  right: 0;
  background-color: #fff;
  display: none;
  -webkit-box-shadow: 0.625rem 1.25rem 1.875rem 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0.625rem 1.25rem 1.875rem 0px rgba(0, 0, 0, 0.3);
  max-width: 400px;
}

.menu-active nav.global_menu {
  visibility: visible;
}

nav.global_menu ul {
  padding-bottom: 4rem;
  height: 100%;
  overflow: auto;
}

nav.global_menu ul > li {
  border-bottom: 0.125rem solid #cccccc;
}

nav.global_menu ul > li:nth-child(1) {
  border-top: 0.125rem solid #cccccc;
}

nav.global_menu ul > li > a {
  color: #333;
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 25px 2rem;
}

#mv {
  height: 100vh;
  margin-bottom: 3.5rem;
}

#mv a.anchor_link {
  width: 80vw;
  height: 100%;
  background: transparent;
  position: absolute;
  z-index: 999;
  right: 10vw;
  bottom: 0;
}

#mv .slick-arrow {
  width: 4.5625rem;
  height: 7.6875rem;
}

#mv .slick-arrow.slick-prev {
  background: url("../img/arr-left.png") center center no-repeat;
  background-size: contain;
  z-index: 9;
  left: 3.125rem;
}

#mv .slick-arrow.slick-prev::before {
  display: none;
}

#mv .slick-arrow.slick-next {
  background: url("../img/arr-right.png") center center no-repeat;
  background-size: contain;
  z-index: 9;
  right: 3.125rem;
}

#mv .slick-arrow.slick-next::before {
  display: none;
}

#mv .slick-dots {
  bottom: -3.125rem;
  width: auto;
  right: 3.125rem;
}

#mv .slick-dots li {
  margin: 0 0.8125rem;
  width: 1.125rem;
  height: 1.125rem;
}

#mv .slick-dots li button {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  padding: 0;
  background: #8D8D8D;
  border-radius: 50%;
}

#mv .slick-dots li button::before {
  display: none;
}

#mv .slick-dots li.slick-active button {
  background: #FEE129;
}

p.page_top {
  width: 6.9375rem;
  height: 6.9375rem;
  overflow: hidden;
  text-indent: -500px;
  position: fixed;
  bottom: 5%;
  right: 5rem;
  z-index: 9999;
  line-height: 1;
  display: none;
  bottom: 2%;
}

p.page_top span, p.page_top a, p.page_top img {
  display: block;
  width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 761px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 761px), only screen and (min-device-pixel-ratio: 2) and (min-width: 761px), only screen and (min-resolution: 192dpi) and (min-width: 761px), only screen and (min-resolution: 2dppx) and (min-width: 761px) {
  .mv_item.mv-20mm.mv_item-01 {
    background: url("../img/2x/20mm/20mm-01.jpg") center center no-repeat;
  }
  .mv_item.mv-20mm.mv_item-01::after {
    background-image: url("../img/2x/20mm/mv_20mm.png");
  }
  .mv_item.mv-24mm.mv_item-01 {
    background: url("../img/2x/24mm/24mm-01.jpg") center center no-repeat;
  }
  .mv_item.mv-24mm.mv_item-01::after {
    background-image: url("../img/2x/24mm/mv_24mm.png");
  }
  .mv_item.mv-35mm.mv_item-01 {
    background: url("../img/2x/35mm/35mm-01.jpg") center center no-repeat;
  }
  .mv_item.mv-35mm.mv_item-01::after {
    background-image: url("../img/2x/35mm/mv_35mm.png");
  }
  .mv_item.mv-50mm.mv_item-01 {
    background: url("../img/2x/50mm/50mm-01.jpg") center center no-repeat;
  }
  .mv_item.mv-50mm.mv_item-01::after {
    background-image: url("../img/2x/50mm/mv_50mm.png");
  }
  .mv_item.mv-85mm.mv_item-01 {
    background: url("../img/2x/85mm/85mm-01.jpg") center center no-repeat;
    background-position: center top !important;
    background-size: cover !important;
  }
  .mv_item.mv-85mm.mv_item-01::after {
    background-image: url("../img/2x/85mm/mv_85mm.png");
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 0.83333vw;
  }
}

@media (min-width: 761px) {
  nav.global_menu {
    padding-top: 70px;
  }
  nav.global_menu ul li a {
    font-size: 21px;
  }
  footer .menu-social li:nth-child(3) {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .menu-active #header .wrap_menu_btn {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  #header .wrap_menu_btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s,visibility .3s linear .5s;
    transition: opacity .3s,visibility .3s linear .5s;
  }
  .group-note {
    margin-top: 1rem;
  }
  p.page_top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 35px;
  }
  .text-list li {
    margin-bottom: 1.1rem;
    font-size: 3.8vw;
    line-height: 1.5;
  }
  /* .menu-is-open #header #header-nikon {
    display: none;
  } */
  html {
    font-size: 3.6vw;
  }
  html body {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .show_sp {
    display: block !important;
  }
  .show_pc {
    display: none !important;
  }
  #header {
    padding-bottom: 0;
  }
  #header h1 {
    width: 40px;
    height: 40px;
  }
  #header p.menu_btn {
    width: 32px;
    height: 22px;
  }
  #header .wrap_menu_btn {
    padding: 14px 9px;
  }
  #header .wrap_menu_btn .menu_btn span {
    height: 2px;
  }
  #header .wrap_menu_btn .menu_btn span:nth-child(1) {
    top: 0;
  }
  #header .wrap_menu_btn .menu_btn span:nth-child(3) {
    bottom: 0;
  }
  #header .wrap_menu_btn .menu_btn span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  #header .active.wrap_menu_btn p.menu_btn span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  .section.section-01 {
    margin-top: 0;
    margin-bottom: 4.8rem !important;
  }
  .section.section-01 .setion_inner {
    padding-top: 0;
  }
  .section.section-01 .setion_inner .media-block_thumbnail .figure {
    position: relative;
  }
  .section.section-01 .setion_inner .media-block_thumbnail .figure::before {
    content: "";
    width: 100%;
    height: 3rem;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
    background: #F0F1F5;
  }
  .section.section-01 .setion_inner .ttlh2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    top: 1.5rem;
    width: auto;
    top: 1.6rem;
    left: 3.5rem;
  }
  .section.section-01 .setion_inner .text {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    line-height: 2.5rem;
  }
  .section.section-01 .setion_inner h3 {
    font-size: 1.125rem;
    line-height: 1.625rem !important;
    margin-bottom: 0.9rem;
  }
  .section.section-01 .setion_inner .list li {
    font-size: 2.5vw;
    line-height: 1.5;
  }
  .section.section-01 .setion_inner img {
    width: 100%;
  }
  .section.section-01 .media-block .media-block_thumbnail {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .section.section-01 .media-block .media-block_body {
    width: 100%;
    margin: 0;
    padding: 0 0.75rem;
  }
  .section .section-head {
    padding-bottom: 2.2rem;
  }
  .section .section-head .img {
    position: absolute;
    top: 1.5rem;
    right: 0rem;
    width: 8rem !important;
  }
  .section .section-head .img img {
    width: 100%;
  }
  .section .section-head h2 {
    font-size: 1.375rem;
    height: 4.4375rem;
    padding: 0 1.25rem;
    width: 80%;
    letter-spacing: 0;
  }
  .section .section-head h3 {
    font-size: 1.275rem;
    padding: 1.15rem;
    top: 5.5rem;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    max-width: 19rem;
    position: static;
    margin-top: -0.8rem;
    -webkit-box-shadow: 7px 5px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 5px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .section.section-02 {
    margin-bottom: 3.75rem;
  }
  .section .section-inner {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    margin: 0 auto;
    margin-top: -1.2rem;
  }
  .section .block .img .description {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-top: 0.5rem !important;
  }
  .section .block .img .description.text-center {
    text-align: left !important;
  }
  .section .block .img .description ul li {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .section .block .img .description.description-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section .block .img .description.description-2 span:nth-child(1) {
    width: 50%;
    padding-right: 0.375rem;
  }
  .section .block .img .description.description-2 span:nth-child(2) {
    width: 50%;
    padding-left: 0.375rem;
  }
  .section .block .img .description.description-2.sp-full-width {
    padding: 0;
  }
  .section .block .img .description.description-2.sp-full-width .flex:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
  .section .block .img .description.description-2.sp-full-width .flex:nth-child(1) span {
    width: auto;
    padding: 0;
  }
  .section .block .img .description.description-2.sp-full-width .flex:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .section .block .img .description.description-2.sp-full-width .flex:nth-child(2) span {
    width: auto;
    padding: 0;
  }
  .section .block .img .description.description-2.sp-full-width .flex span:nth-child(1) {
    padding-right: 0.3125rem;
  }
  .section .block .img .description.description-2-center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section .block .img .description.description-2-center span:nth-child(1) {
    width: 50%;
    padding-right: 0.375rem;
  }
  .section .block .img .description.description-2-center span:nth-child(2) {
    width: 50%;
    padding-left: 0.375rem;
  }
  .section .block-end {
    width: 100%;
    margin-bottom: 4.875rem !important;
    margin-top: 0;
  }
  .section .block-end h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 0.8rem;
  }
  .section .block-end .col {
    width: 100% !important;
    min-width: 100% !important;
    padding: 0;
  }
  .section .block-end .col .img,
  .section .block-end .col .img img {
    width: 100% !important;
    min-width: 100% !important;
  }
  .section .block-end .col:nth-child(1) {
    margin-bottom: 0.425rem;
  }
  .section .block-end .figcaption-2-center {
    font-size: 0.7rem;
  }
  .section .block-end .figcaption-2-center span {
    font-size: 0.7rem;
  }
  .section .section-footer h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    width: 100%;
    text-align: center;
    padding: 1.5rem 0;
    letter-spacing: 0;
  }
  .section .section-footer h3::after {
    display: none;
  }
  .section .section-footer .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .section .section-footer .grid .img {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .section .section-footer .card {
    width: 90%;
    padding: 0 0;
    margin: 0 auto;
    min-height: 0;
    padding-bottom: 1.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .section .section-footer .card .card-text {
    margin-bottom: 2.2rem;
  }
  .section .section-footer .card .card-text .text {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-bottom: 0.9375rem;
    letter-spacing: 0;
  }
  .section .section-footer .card .card-thumbnail {
    width: 62%;
    max-width: 12.75rem;
    margin: 0 auto;
  }
  .section .section-footer .card .card-thumbnail img {
    margin-top: 0;
  }
  .section .section-footer .card .card-thumbnail figcaption {
    width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
    font-size: 0.75rem;
    line-height: 1.4rem;
    margin: 0.8rem 0;
  }
  .section.section-04 h3 {
    padding-right: 0.9375rem;
  }
  .section-movie .item-movie a, .section-movie .item-movie a img {
    max-width: 100%;
  }
  img {
    max-width: 100% !important;
  }
  .section-footer-link a {
    height: auto;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 30px 0.75rem;
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section-footer-link a em {
    margin-left: 0.3125rem;
  }
  .section-footer-link a span:after {
    width: 0.5rem;
    height: 0.6875rem;
    background-size: contain;
    left: -0.9375rem;
  }
  .section-footer h3 {
    font-size: 3.125rem;
    width: 63.91%;
    background: #dfe3e6;
    padding: 3.7rem 8.9rem;
    letter-spacing: 0.06rem;
    padding-bottom: 0.8rem;
    position: relative;
  }
  .block-01,
  .block-02,
  .block-03,
  .block-04 {
    margin-bottom: 3.9rem !important;
  }
  .block-01 h3,
  .block-02 h3,
  .block-03 h3,
  .block-04 h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 1rem;
  }
  .block-01 h3::after,
  .block-02 h3::after,
  .block-03 h3::after,
  .block-04 h3::after {
    left: 0;
    width: 5.9375rem;
    height: 4.375rem;
    top: 50%;
  }
  .list li > * {
    font-size: 0.625rem;
  }
  footer {
    padding: 1.875rem 0.75rem;
  }
  footer ul.menu-social li {
    width: 30px;
  }
  footer ul.menu-social li + li {
    margin-left: 1.25rem;
  }
  footer .footer-bottom {
    padding: 0;
    margin-top: 1.25rem;
  }
  footer .copyright p {
    font-size: 0.625rem;
  }
  footer .requirements {
    position: initial;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    margin-bottom: 0.9375rem;
  }
  footer .requirements a {
    font-size: 0.75rem;
  }
  .icon-new-windows, .icon-new-windows-w {
    width: 0.6875rem;
    height: 0.5625rem;
    background-size: contain;
  }
  .section-movie {
    padding: 0 0.75rem;
  }
  .section-movie .item-movie p.text {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }
  .section-movie h3 {
    margin-bottom: 2rem;
  }
  .section-movie h3 span {
    font-size: 5vw;
    line-height: 1.375rem;
    padding: 0.5rem 0;
    width: 6.25rem;
    text-align: center;
  }
  .section-movie .hr {
    margin: 1.5rem auto;
    margin-top: 2rem;
    width: 6.25rem;
  }
  .section.section-03,
  .section.section-04,
  .section.section-05,
  .section.section-06 {
    margin-bottom: 3.75rem;
  }
  .block.block-03 h3 {
    font-size: 1.1rem;
  }
  .text.text-figcaption {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-top: 0.625rem;
  }
  .row-3col {
    margin: 0 -0.25rem;
  }
  .row-3col .col {
    width: 33.33%;
    padding: 0 0.25rem;
  }
  .row-2col {
    margin: -0.25rem;
  }
  .row-2col .col {
    width: 50%;
    padding: 0.25rem;
  }
  .button-close {
    top: -30px;
    right: -4px;
  }
  .button-close span {
    width: 20px;
    height: 20px;
  }
  nav.global_menu {
    padding-top: 60px;
  }
  nav.global_menu ul {
    padding-bottom: 0;
  }
  nav.global_menu ul > li {
    border-bottom: 1px solid #cccccc;
  }
  nav.global_menu ul > li:nth-child(1) {
    border-top: 1px solid #cccccc;
  }
  nav.global_menu ul > li > a {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 30px;
  }
  #mv {
    margin-bottom: 2rem;
    z-index: 99;
  }
  #mv .slick-arrow {
    width: 28px;
    height: 40px;
    z-index: 9;
  }
  #mv .slick-arrow.slick-prev {
    background: url("../img/arr-left-sp.svg") center center no-repeat;
    background-size: contain;
    left: 0.9375rem;
  }
  #mv .slick-arrow.slick-next {
    background: url("../img/arr-right-sp.svg") center center no-repeat;
    background-size: contain;
    right: 0.9375rem;
  }
  #mv .slick-dots {
    bottom: -1.6875rem;
    width: 100%;
    right: 0;
  }
  #mv .slick-dots li {
    margin: 0 0.4375rem;
    width: 0.6875rem;
    height: 0.6875rem;
  }
  #mv .slick-dots li button {
    width: 0.6875rem;
    height: 0.6875rem;
    display: block;
    padding: 0;
    background: #8D8D8D;
    border-radius: 50%;
  }
  #mv .slick-dots li button::before {
    display: none;
  }
  #mv .slick-dots li.slick-active button {
    background: #FEE129;
  }
  .section .block-end .col:nth-child(1) {
    padding-right: 0;
  }
  .figcaption-2-center {
    margin-top: 0 !important;
  }
  .figcaption-2-center span {
    font-size: 0.375rem;
  }
  .figcaption-2-center span:nth-child(1) {
    padding-right: 0.2rem !important;
  }
  .figcaption-2-center span:nth-child(2) {
    padding-left: 0.2rem !important;
  }
  .figcaption-2 span {
    font-size: 0.375rem;
  }
  .figcaption-2 span:nth-child(1) {
    padding-right: 0.2rem !important;
  }
  .figcaption-2 span:nth-child(2) {
    padding-right: 0.2rem !important;
  }
  .figcaption,
  .figcaption-2 {
    font-size: 0.375rem;
  }
  .figcaption span,
  .figcaption-2 span {
    font-size: 0.375rem;
    line-height: 2;
  }
  ul.list {
    font-size: 2.5vw;
  }
  .section-footer .figure .figcaption {
    padding: 0 10px;
  }
  .wrap-modal-alert h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: -10px;
  }
  .wrap-modal-video,
  .wrap-modal-alert {
    width: 94%;
    max-width: 500px;
  }
  .section.section-relate {
    padding: 0 0.75rem;
    margin-bottom: 3.75rem;
  }
  .section.section-relate .section-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .section.section-relate .section-inner .row {
    margin: 0;
    padding: 0;
  }
  .section.section-relate .section-inner .row .col {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .section.section-relate .section-inner .row .col:nth-child(1) {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 2000px) {
  #header .wrap_menu_btn {
    right: calc(50% - 1000px);
  }
  p.page_top {
    right: calc(50% - 1000px);
  }
}

@media (max-width: 560px) {
  nav.global_menu {
    max-width: 100%;
    height: auto;
    padding-bottom: 60px;
  }
  nav.global_menu ul {
    height: auto;
  }
  .mv_item.mv-20mm {
    background: url("../img/20mm/20mm-01_sp.jpg") center center no-repeat !important;
    background-size: cover !important;
  }
  .mv_item.mv-20mm::after {
    background: url("../img/20mm/mv_20mm_sp.png") center center no-repeat;
    background-size: contain !important;
    width: 100%;
    margin-top: -0.625rem;
    max-width: 744px;
    height: 100%;
    padding-bottom: 0;
    top: 45%;
  }
  .mv_item.mv-24mm {
    background: url("../img/24mm/24mm-01_sp.jpg") center center no-repeat !important;
    background-size: cover !important;
  }
  .mv_item.mv-24mm::after {
    background: url("../img/24mm/mv_24mm_sp.png") center center no-repeat;
    background-size: contain !important;
    width: 100%;
    margin-top: -0.625rem;
    max-width: 744px;
    height: 100%;
    padding-bottom: 0;
    top: 45%;
  }
  .mv_item.mv-35mm {
    background: url("../img/35mm/35mm-01_sp.jpg") center center no-repeat !important;
    background-size: cover !important;
  }
  .mv_item.mv-35mm::after {
    background: url("../img/35mm/mv_35mm_sp.png") center center no-repeat;
    background-size: contain !important;
    margin-top: -0.625rem;
    width: 100%;
    max-width: 744px;
    height: 100%;
    padding-bottom: 0;
    top: 45%;
  }
  .mv_item.mv-50mm {
    background: url("../img/50mm/50mm-01_sp.jpg") center center no-repeat !important;
    background-size: cover !important;
  }
  .mv_item.mv-50mm::after {
    background: url("../img/50mm/mv_50mm_sp.png") center center no-repeat;
    background-size: contain !important;
    width: 100%;
    margin-top: -0.625rem;
    max-width: 744px;
    height: 100%;
    padding-bottom: 0;
    top: 45%;
  }
  .mv_item.mv-85mm {
    background: url("../img/85mm/85mm-01_sp.jpg") center center no-repeat !important;
    background-size: cover !important;
  }
  .mv_item.mv-85mm::after {
    background: url("../img/85mm/mv_85mm_sp.png") center center no-repeat;
    background-size: contain !important;
    width: 100%;
    margin-top: -0.625rem;
    max-width: 744px;
    height: 100%;
    padding-bottom: 0;
    top: 45%;
  }
  .wrap-modal-video {
    top: 47%;
  }
  #mv {
    margin-bottom: 2rem;
  }
  #mv .slick-arrow {
    width: 15px;
    height: 15px;
    z-index: 9;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
  }
  #mv .slick-arrow.slick-prev {
    background: none;
    background-size: 26px;
    left: 20px;
    top: 70%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #mv .slick-arrow.slick-next {
    background: none;
    background-size: 26px;
    right: 20px;
    top: 70%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mv .slick-dots {
    bottom: -1.6875rem;
    width: 100%;
    right: 0;
  }
  #mv .slick-dots li {
    margin: 0 0.4375rem;
    width: 0.6875rem;
    height: 0.6875rem;
  }
  #mv .slick-dots li button {
    width: 0.6875rem;
    height: 0.6875rem;
    display: block;
    padding: 0;
    background: #8D8D8D;
    border-radius: 50%;
  }
  #mv .slick-dots li button::before {
    display: none;
  }
  #mv .slick-dots li.slick-active button {
    background: #FEE129;
  }
  #mv a.anchor_link {
    width: 70vw;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: 999;
    right: 15vw;
    bottom: 0;
  }
}

.section.section-01 .setion_inner .ttlh2, .section .section-head h2, .section .section-head h3 {
  font-family: 'Noto Sans JP', sans-serif;
}
/*# sourceMappingURL=style.css.map */
/* --- start show on iphone --- */
@media (min-width: 561px){
  .sp.menu-active #header .wrap_menu_btn {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .sp #header .wrap_menu_btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s,visibility .3s linear .5s;
    transition: opacity .3s,visibility .3s linear .5s;
  }
  .sp .group-note {
    margin-top: 1rem;
  }
  .sp p.page_top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 35px;
  }
  .sp .text-list li {
    margin-bottom: 1.1rem;
    font-size: 3.8vw;
    line-height: 1.5;
  }
  html.sp {
    font-size: 3.6vw;
  }
  html.sp body {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .sp .show_sp {
    display: block !important;
  }
  .sp .show_pc {
    display: none !important;
  }
  .sp #header {
    padding-bottom: 0;
  }
  .sp #header h1 {
    width: 40px;
    height: 40px;
  }
  .sp #header p.menu_btn {
    width: 32px;
    height: 22px;
 }
  .sp #header .wrap_menu_btn {
    padding: 14px 9px;
 }
  .sp #header .wrap_menu_btn .menu_btn span {
    height: 2px;
 }
  .sp #header .wrap_menu_btn .menu_btn span:nth-child(1) {
    top: 0;
 }
  .sp #header .wrap_menu_btn .menu_btn span:nth-child(3) {
    bottom: 0;
 }
  .sp #header .wrap_menu_btn .menu_btn span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
 }
  .sp #header .active.wrap_menu_btn p.menu_btn span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
 }
  .sp .section.section-01 {
    margin-top: 0;
    margin-bottom: 4.8rem !important;
 }
  .sp .section.section-01 .setion_inner {
    padding-top: 0;
 }
  .sp .section.section-01 .setion_inner .media-block_thumbnail .figure {
    position: relative;
 }
  .sp .section.section-01 .setion_inner .media-block_thumbnail .figure::before {
    content: "";
    width: 100%;
    height: 3rem;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
    background: #f0f1f5;
 }
  .sp .section.section-01 .setion_inner .ttlh2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    top: 1.5rem;
    width: auto;
    top: 1.6rem;
    left: 3.5rem;
 }
  .sp .section.section-01 .setion_inner .text {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    line-height: 2.5rem;
 }
  .sp .section.section-01 .setion_inner h3 {
    font-size: 1.125rem;
    line-height: 1.625rem !important;
    margin-bottom: 0.9rem;
 }
  .sp .section.section-01 .setion_inner .list li {
    font-size: 2.5vw;
    line-height: 1.5;
 }
  .sp .section.section-01 .setion_inner img {
    width: 100%;
 }
  .sp .section.section-01 .media-block .media-block_thumbnail {
    width: 100%;
    margin-bottom: 1.6rem;
 }
  .sp .section.section-01 .media-block .media-block_body {
    width: 100%;
    margin: 0;
    padding: 0 0.75rem;
 }
  .sp .section .section-head {
    padding-bottom: 2.2rem;
 }
  .sp .section .section-head .img {
    position: absolute;
    top: 1.5rem;
    right: 0rem;
    width: 8rem !important;
 }
  .sp .section .section-head .img img {
    width: 100%;
 }
  .sp .section .section-head h2 {
    font-size: 1.375rem;
    height: 4.4375rem;
    padding: 0 1.25rem;
    width: 80%;
    letter-spacing: 0;
 }
  .sp .section .section-head h3 {
    font-size: 1.275rem;
    padding: 1.15rem;
    top: 5.5rem;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    max-width: 19rem;
    position: static;
    margin-top: -0.8rem;
    -webkit-box-shadow: 7px 5px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 7px 5px 15px 0px rgba(0, 0, 0, 0.2);
 }
  .sp .section.section-02 {
    margin-bottom: 3.75rem;
 }
  .sp .section .section-inner {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    margin: 0 auto;
    margin-top: -1.2rem;
 }
  .sp .section .block .img .description {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-top: 0.5rem !important;
 }
  .sp .section .block .img .description.text-center {
    text-align: left !important;
 }
  .sp .section .block .img .description ul li {
    font-size: 0.625rem;
    line-height: 1.4;
 }
  .sp .section .block .img .description.description-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
  .sp .section .block .img .description.description-2 span:nth-child(1) {
    width: 50%;
    padding-right: 0.375rem;
 }
  .sp .section .block .img .description.description-2 span:nth-child(2) {
    width: 50%;
    padding-left: 0.375rem;
 }
  .sp .section .block .img .description.description-2.sp-full-width {
    padding: 0;
 }
  .sp .section .block .img .description.description-2.sp-full-width .flex:nth-child(1) {
    width: 100%;
    padding-right: 0;
 }
  .sp .section .block .img .description.description-2.sp-full-width .flex:nth-child(1) span {
    width: auto;
    padding: 0;
 }
  .sp .section .block .img .description.description-2.sp-full-width .flex:nth-child(2) {
    width: 100%;
    padding-left: 0;
 }
  .sp .section .block .img .description.description-2.sp-full-width .flex:nth-child(2) span {
    width: auto;
    padding: 0;
 }
  .sp .section .block .img .description.description-2.sp-full-width .flex span:nth-child(1) {
    padding-right: 0.3125rem;
 }
  .sp .section .block .img .description.description-2-center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
  .sp .section .block .img .description.description-2-center span:nth-child(1) {
    width: 50%;
    padding-right: 0.375rem;
 }
  .sp .section .block .img .description.description-2-center span:nth-child(2) {
    width: 50%;
    padding-left: 0.375rem;
 }
  .sp .section .block-end {
    width: 100%;
    margin-bottom: 4.875rem !important;
    margin-top: 0;
 }
  .sp .section .block-end h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 0.8rem;
 }
  .sp .section .block-end .col {
    width: 100% !important;
    min-width: 100% !important;
    padding: 0;
 }
  .sp .section .block-end .col .img, .sp .section .block-end .col .img img {
    width: 100% !important;
    min-width: 100% !important;
 }
  .sp .section .block-end .col:nth-child(1) {
    margin-bottom: 0.425rem;
 }
  .sp .section .block-end .figcaption-2-center {
    font-size: 0.7rem;
 }
  .sp .section .block-end .figcaption-2-center span {
    font-size: 0.7rem;
 }
  .sp .section .section-footer h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    width: 100%;
    text-align: center;
    padding: 1.5rem 0;
    letter-spacing: 0;
 }
  .sp .section .section-footer h3::after {
    display: none;
 }
  .sp .section .section-footer .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
 }
  .sp .section .section-footer .grid .img {
    width: 100%;
    margin-bottom: 1.2rem;
 }
  .sp .section .section-footer .card {
    width: 90%;
    padding: 0 0;
    margin: 0 auto;
    min-height: 0;
    padding-bottom: 1.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
 }
  .sp .section .section-footer .card .card-text {
    margin-bottom: 2.2rem;
 }
  .sp .section .section-footer .card .card-text .text {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-bottom: 0.9375rem;
    letter-spacing: 0;
 }
  .sp .section .section-footer .card .card-thumbnail {
    width: 62%;
    max-width: 12.75rem;
    margin: 0 auto;
 }
  .sp .section .section-footer .card .card-thumbnail img {
    margin-top: 0;
 }
  .sp .section .section-footer .card .card-thumbnail figcaption {
    width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
    font-size: 0.75rem;
    line-height: 1.4rem;
    margin: 0.8rem 0;
 }
  .sp .section.section-04 h3 {
    padding-right: 0.9375rem;
 }
  .sp .section-movie .item-movie a, .sp .section-movie .item-movie a img {
    max-width: 100%;
 }
  .sp img {
    max-width: 100% !important;
 }
  .sp .section-footer-link a {
    height: auto;
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 30px 0.75rem;
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
 }
  .sp .section-footer-link a em {
    margin-left: 0.3125rem;
 }
  .sp .section-footer-link a span:after {
    width: 0.5rem;
    height: 0.6875rem;
    background-size: contain;
    left: -0.9375rem;
 }
  .sp .section-footer h3 {
    font-size: 3.125rem;
    width: 63.91%;
    background: #dfe3e6;
    padding: 3.7rem 8.9rem;
    letter-spacing: 0.06rem;
    padding-bottom: 0.8rem;
    position: relative;
 }
  .sp .block-01, .sp .block-02, .sp .block-03, .sp .block-04 {
    margin-bottom: 3.9rem !important;
 }
  .sp .block-01 h3, .sp .block-02 h3, .sp .block-03 h3, .sp .block-04 h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 1rem;
 }
  .sp .block-01 h3::after, .sp .block-02 h3::after, .sp .block-03 h3::after, .sp .block-04 h3::after {
    left: 0;
    width: 5.9375rem;
    height: 4.375rem;
    top: 50%;
 }
  .sp .list li > * {
    font-size: 0.625rem;
 }
  .sp footer {
    padding: 1.875rem 0.75rem;
 }
  .sp footer ul.menu-social li {
    width: 30px;
 }
  .sp footer ul.menu-social li + li {
    margin-left: 1.25rem;
 }
  .sp footer .footer-bottom {
    padding: 0;
    margin-top: 1.25rem;
 }
  .sp footer .copyright p {
    font-size: 0.625rem;
 }
  .sp footer .requirements {
    position: initial;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    margin-bottom: 0.9375rem;
 }
  .sp footer .requirements a {
    font-size: 0.75rem;
 }
  .sp .icon-new-windows, .sp .icon-new-windows-w {
    width: 0.6875rem;
    height: 0.5625rem;
    background-size: contain;
 }
  .sp .section-movie {
    padding: 0 0.75rem;
 }
  .sp .section-movie .item-movie p.text {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-bottom: 1.25rem;
 }
  .sp .section-movie h3 {
    margin-bottom: 2rem;
 }
  .sp .section-movie h3 span {
    font-size: 5vw;
    line-height: 1.375rem;
    padding: 0.5rem 0;
    width: 6.25rem;
    text-align: center;
 }
  .sp .section-movie .hr {
    margin: 1.5rem auto;
    margin-top: 2rem;
    width: 6.25rem;
 }
  .sp .section.section-03, .sp .section.section-04, .sp .section.section-05, .sp .section.section-06 {
    margin-bottom: 3.75rem;
 }
  .sp .block.block-03 h3 {
    font-size: 1.1rem;
 }
  .sp .text.text-figcaption {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-top: 0.625rem;
 }
  .sp .row-3col {
    margin: 0 -0.25rem;
 }
  .sp .row-3col .col {
    width: 33.33%;
    padding: 0 0.25rem;
 }
  .sp .row-2col {
    margin: -0.25rem;
 }
  .sp .row-2col .col {
    width: 50%;
    padding: 0.25rem;
 }
  .sp .button-close {
    top: -30px;
    right: -4px;
 }
  .sp .button-close span {
    width: 20px;
    height: 20px;
 }
  .sp nav.global_menu {
    padding-top: 60px;
 }
  .sp nav.global_menu ul {
    padding-bottom: 0;
 }
  .sp nav.global_menu ul > li {
    border-bottom: 1px solid #ccc;
 }
  .sp nav.global_menu ul > li:nth-child(1) {
    border-top: 1px solid #ccc;
 }
  .sp nav.global_menu ul > li > a {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 30px;
 }
  .sp #mv {
    margin-bottom: 2rem;
    z-index: 99;
 }
  .sp #mv .slick-arrow {
    width: 28px;
    height: 40px;
    z-index: 9;
 }
  .sp #mv .slick-arrow.slick-prev {
    background: url("../img/arr-left-sp.svg") center center no-repeat;
    background-size: contain;
    left: 0.9375rem;
 }
  .sp #mv .slick-arrow.slick-next {
    background: url("../img/arr-right-sp.svg") center center no-repeat;
    background-size: contain;
    right: 0.9375rem;
 }
  .sp #mv .slick-dots {
    bottom: -1.6875rem;
    width: 100%;
    right: 0;
 }
  .sp #mv .slick-dots li {
    margin: 0 0.4375rem;
    width: 0.6875rem;
    height: 0.6875rem;
 }
  .sp #mv .slick-dots li button {
    width: 0.6875rem;
    height: 0.6875rem;
    display: block;
    padding: 0;
    background: #8d8d8d;
    border-radius: 50%;
 }
  .sp #mv .slick-dots li button::before {
    display: none;
 }
  .sp #mv .slick-dots li.slick-active button {
    background: #fee129;
 }
  .sp .section .block-end .col:nth-child(1) {
    padding-right: 0;
 }
  .sp .figcaption-2-center {
    margin-top: 0 !important;
 }
  .sp .figcaption-2-center span {
    font-size: 0.375rem;
 }
  .sp .figcaption-2-center span:nth-child(1) {
    padding-right: 0.2rem !important;
 }
  .sp .figcaption-2-center span:nth-child(2) {
    padding-left: 0.2rem !important;
 }
  .sp .figcaption-2 span {
    font-size: 0.375rem;
 }
  .sp .figcaption-2 span:nth-child(1) {
    padding-right: 0.2rem !important;
 }
  .sp .figcaption-2 span:nth-child(2) {
    padding-right: 0.2rem !important;
 }
  .sp .figcaption, .sp .figcaption-2 {
    font-size: 0.375rem;
 }
  .sp .figcaption span, .sp .figcaption-2 span {
    font-size: 0.375rem;
    line-height: 2;
 }
  .sp ul.list {
    font-size: 2.5vw;
 }
  .sp .section-footer .figure .figcaption {
    padding: 0 10px;
 }
  .sp .wrap-modal-alert h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: -10px;
 }
  .sp .wrap-modal-video, .sp .wrap-modal-alert {
    width: 94%;
    max-width: 500px;
 }
  .sp .section.section-relate {
    padding: 0 0.75rem;
    margin-bottom: 3.75rem;
 }
  .sp .section.section-relate .section-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
 }
  .sp .section.section-relate .section-inner .row {
    margin: 0;
    padding: 0;
 }
  .sp .section.section-relate .section-inner .row .col {
    width: 100%;
    margin: 0;
    padding: 0;
 }
  .sp .section.section-relate .section-inner .row .col:nth-child(1) {
    margin-bottom: 1.875rem;
 }
}
@media only screen 
    and (device-width: 428px) 
    and (device-height: 926px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: landscape) {
#header{position:absolute;left:0;top:0;z-index:9999;width:100%;background-color:transparent;-webkit-transition:all 0.4s;transition:all 0.4s;}
#header .head_inner{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;width:100%;margin:0 auto;padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:9999;max-width:2000px;padding-bottom:0;}
#header h1{width:68px;height:68px;margin:0 auto 0 0;-webkit-transition:all 0.4s;transition:all 0.4s;}
#header a{display:block;line-height:1;}
#header img{width:100%;height:100%;}
#header .wrap_menu_btn{position:fixed;top:0;right:0;padding:24px 19px;background:rgba(255, 255, 255, 0.4);}
#header p.menu_btn{width:30px;height:20px;padding:0;position:relative;margin:0 0 0 auto;cursor:pointer;}
#header p.menu_btn span{position:absolute;left:0px;right:0px;width:100%;height:2px;background-color:#000;-webkit-transition:all 0.4s;transition:all 0.4s;}
#header p.menu_btn span:nth-child(1){top:0px;}
#header p.menu_btn span:nth-child(2){top:50%;margin-top:-1px;}
#header p.menu_btn span:nth-child(3){bottom:0px;}
#header p#site_logo{display:none;opacity:0;-webkit-transition:all 0.4s;transition:all 0.4s;width:300px;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
a:hover{opacity:0.7;-webkit-transition:all 0.3s;transition:all 0.3s;}
#header .wrap_menu_btn{opacity:0;visibility:hidden;-webkit-transition:opacity .3s,visibility .3s linear .5s;transition:opacity .3s,visibility .3s linear .5s;}
#header{padding-bottom:0;}
#header h1{width:40px;height:40px;}
#header p.menu_btn{width:32px;height:22px;}
#header .wrap_menu_btn{padding:14px 9px;}
#header .wrap_menu_btn .menu_btn span{height:2px;}
#header .wrap_menu_btn .menu_btn span:nth-child(1){top:0;}
#header .wrap_menu_btn .menu_btn span:nth-child(3){bottom:0;}
#header .wrap_menu_btn .menu_btn span:nth-child(2){top:50%;margin-top:-1px;}
img{max-width:100%!important;}
.show_pc {
  display: none !important;
}
.show_sp {
  display: block !important;
}
}
@media (max-width: 560px) {
  .sp nav.global_menu {
    max-width: 100%;
    height: auto;
    padding-bottom: 60px;
 }
  .sp nav.global_menu ul {
    height: auto;
 }
  .sp .mv_item.mv-20mm {
    background: url("../img/20mm/20mm-01_sp.jpg") center center no-repeat !important;
    background-size: cover !important;
 }
  .sp .mv_item.mv-20mm::after {
    background: url("../img/20mm/mv_20mm_sp.png") center center no-repeat;
    background-size: contain !important;
    width: 100%;
    margin-top: -0.625rem;
    max-width: 744px;
    height: 100%;
    padding-bottom: 0;
    top: 45%;
 }
  .sp .mv_item.mv-24mm {
    background: url("../img/24mm/24mm-01_sp.jpg") center center no-repeat !important;
    background-size: cover !important;
 }
  .sp .mv_item.mv-24mm::after {
    background: url("../img/24mm/mv_24mm_sp.png") center center no-repeat;
    background-size: contain !important;
    width: 100%;
    margin-top: -0.625rem;
    max-width: 744px;
    height: 100%;
    padding-bottom: 0;
    top: 45%;
 }
  .sp .mv_item.mv-35mm {
    background: url("../img/35mm/35mm-01_sp.jpg") center center no-repeat !important;
    background-size: cover !important;
 }
  .sp .mv_item.mv-35mm::after {
    background: url("../img/35mm/mv_35mm_sp.png") center center no-repeat;
    background-size: contain !important;
    margin-top: -0.625rem;
    width: 100%;
    max-width: 744px;
    height: 100%;
    padding-bottom: 0;
    top: 45%;
 }
  .sp .mv_item.mv-50mm {
    background: url("../img/50mm/50mm-01_sp.jpg") center center no-repeat !important;
    background-size: cover !important;
 }
  .sp .mv_item.mv-50mm::after {
    background: url("../img/50mm/mv_50mm_sp.png") center center no-repeat;
    background-size: contain !important;
    width: 100%;
    margin-top: -0.625rem;
    max-width: 744px;
    height: 100%;
    padding-bottom: 0;
    top: 45%;
 }
  .sp .mv_item.mv-85mm {
    background: url("../img/85mm/85mm-01_sp.jpg") center center no-repeat !important;
    background-size: cover !important;
 }
  .sp .mv_item.mv-85mm::after {
    background: url("../img/85mm/mv_85mm_sp.png") center center no-repeat;
    background-size: contain !important;
    width: 100%;
    margin-top: -0.625rem;
    max-width: 744px;
    height: 100%;
    padding-bottom: 0;
    top: 45%;
 }
  .sp .wrap-modal-video {
    top: 47%;
 }
  .sp #mv {
    margin-bottom: 2rem;
 }
  .sp #mv .slick-arrow {
    width: 15px;
    height: 15px;
    z-index: 9;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
 }
  .sp #mv .slick-arrow.slick-prev {
    background: none;
    background-size: 26px;
    left: 20px;
    top: 70%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
 }
  .sp #mv .slick-arrow.slick-next {
    background: none;
    background-size: 26px;
    right: 20px;
    top: 70%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
 }
  .sp #mv .slick-dots {
    bottom: -1.6875rem;
    width: 100%;
    right: 0;
 }
  .sp #mv .slick-dots li {
    margin: 0 0.4375rem;
    width: 0.6875rem;
    height: 0.6875rem;
 }
  .sp #mv .slick-dots li button {
    width: 0.6875rem;
    height: 0.6875rem;
    display: block;
    padding: 0;
    background: #8d8d8d;
    border-radius: 50%;
 }
  .sp #mv .slick-dots li button::before {
    display: none;
 }
  .sp #mv .slick-dots li.slick-active button {
    background: #fee129;
 }
  .sp #mv a.anchor_link {
    width: 70vw;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: 999;
    right: 15vw;
    bottom: 0;
 }
  
}
/* ----- end show mobile -------- */