@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

body {
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "sans-serif";
}

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

a:hover {
  cursor: pointer;
}

.flex_box {
  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;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
}

@media (max-width: 767px) {
  .flex_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

img {
  width: 100%;
}

.br767 {
  display: none;
}
.br992 {
  display: none;
}
@media (max-width: 992px) {
  .br992 {
    display: block;
  }
}
@media (max-width: 767px) {
  .br767 {
    display: block;
  }
  .n-br767 {
    display: none;
  }
}

.br992 {
  display: none;
}

@media (max-width: 992px) {
  .br992 {
    display: block;
  }
}

.br500 {
  display: none;
}

@media (max-width: 500px) {
  .br500 {
    display: block;
  }
}

.container {
  max-width: 1150px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}

.mv_base {
  opacity: 0;
  transition: 1.5s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}
.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.top {
  background-color: #ffe12a;
  background-repeat: repeat-x;
  background-image: url(../images/repeat.svg);
  background-position: center 20%;
  position: relative;
  height: 100%;
  z-index: 2;
}

.top .container {
  padding: 100px 125px 20px;
  max-width: 1500px;
  position: relative;
  z-index: 20;
  overflow-x: hidden;
}
.top .container:before {
  background: url(../images/bg-top.svg) top center;
  background-repeat: repeat-x;
  background-repeat: repeat-y;
  content: "";
  height: 100%;
  position: absolute;
  content: "";
  top: 45%;
  right: 0;
  width: 10%;
  height: 55%;
  z-index: -1;
  background-size: contain;
}
.top .container:after {
  background: url(../images/bg-top.svg) top center;
  background-repeat: repeat-x;
  background-repeat: repeat-y;
  content: "";
  height: 100%;
  position: absolute;
  content: "";
  top: 45%;
  left: 0;
  width: 10%;
  height: 55%;
  z-index: -1;
  background-size: contain;
}
.top .ship {
  position: absolute;
  top: 30%;
  right: 10%;
  width: 10%;
  z-index: 21;
}
@media (max-width: 1500px) {
  .top .ship {
    top: 36%;
    right: 4%;
    width: 10%;
  }
}

@media (max-width: 1400px) {
  .top .container:before {
    right: -2%;
  }
  .top .container:after {
    left: -2%;
  }
}

@media (max-width: 1200px) {
  .top .ship {
    top: 36%;
    right: 3%;
    width: 10%;
  }
  .top .container {
    padding: 70px 15px 20px;
    max-width: 1540px;
  }
}

@media (max-width: 992px) {
  .top .ship {
    top: 39%;
    right: 4%;
    width: 10%;
  }
}

@media (max-width: 767px) {
  .top .ship {
    display: none;
  }
}

@media (max-width: 500px) {
  .top .ship {
    top: 59%;
    right: 1%;
    right: S;
  }
}
.top-view h2 {
  padding-bottom: 6vw;
  max-width: 790px;
  margin: 4vw auto 0;
}

.title {
  position: absolute;
  max-width: 700px;
  width: 75%;
  top: 1.2%;
  left: 50%;
  z-index: 10;
  transform: scale(0.7, 0.7) translate(-69%, -50%);
}

.fade {
  opacity: 0;
  /* transform: scale(0.7, 0.7); */
  transition: 1.2s;
}
.fade.is-show {
  opacity: 1;
  transform: scale(1, 1) translate(-50%, -50%);
}

.title img {
  z-index: 2;
}

.youtube {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
  margin: 50px auto 0;
}

.movie {
  border-radius: 50px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  margin: 0 auto;
  z-index: 2;
  background-color: transparent;
  /* padding: 10px; */
  /* -webkit-box-shadow: 1px 1px 0 #c0c0c0;
  -moz-box-shadow: 1px 1px 0 #c0c0c0;
  box-shadow: 1px 1px 2px #ececec; */
  /* border: 1px solid #e0e0e0; */
  border-radius: 8px;
}

_::-webkit-full-page-media, _:future, :root iframe {
  border-radius: 8px;
  }

.view {
  position: relative;
}
.view iframe {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 2;
  background-color: transparent;
  /* padding: 10px; */
  /* -webkit-box-shadow: 1px 1px 0 #c0c0c0;
  -moz-box-shadow: 1px 1px 0 #c0c0c0;
  box-shadow: 1px 1px 2px #ececec;
  border: 1px solid #e0e0e0; */
  border-radius: 8px;
  z-index: 11;
}
.view .watanabe {
  position: absolute;
  top: -4%;
  right: 30px;
  width: 150px;
  height: 80px;
  z-index: 10;
}
.view .watanabe .w-icon {
  position: absolute;
  top: -100px;
  right: -43px;
  width: 78%;
  z-index: 10;
  opacity: 0.;
}

.view .watanabe .w-icon {
  opacity: 0;
}

.is-change .view .watanabe .w-icon {
  animation: poyoyon 0.5s cubic-bezier(0.3, 0, 0.6, 0) 1 forwards;
}

@keyframes poyoyon {
  0% {
    transform: translate(50px, -100px);
    opacity: 0;
  }
  50% {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(10px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
  20%,
  100% {
    opacity: 0.7;
  }
}
/* .is-change .view .watanabe .w-icon {
  opacity: 0.7;
  transform: scale(1, 1);
} */

.view .watanabe img {
  width: 100%;
}
@media (max-width: 1300px) {
  .title {
    max-width: 660px;
  }
}

@media (max-width: 767px) {
  .youtube {
    margin: 36vw auto 0;
  }
  .view .t_tl img {
    width: 250px;
  }

  .view .watanabe .w-icon {
    top: -60px;
    right: -29px;
    width: 64%;
  }
}
@media (max-width: 500px) {
  .view .watanabe {
    position: absolute;
    top: 0%;
    right: 10px;
    width: 35%;
    height: 80px;
  }
  .view .t_tl img {
    width: 160px;
  }
  .youtube {
    margin: 28vw auto 0;
  }
  .view .watanabe .w-icon {
    top: -40px;
  }
}

.ricoh-theta-tour-image {
  width: 100% !important;
}

.map {
  text-align: center;
}

@media screen and (min-width: 641px){
html:not([data-lc-type=error]) #lightcase-content {
    background-color:transparent!important;
}
}
.map .spot {
  position: relative;
}
.map .spot > img {
  width: 70%;
}
.map .spot li {
  position: absolute;
  width: 40px;
}
.map .spot li:nth-of-type(1) {
  top: 64%;
  left: 40%;
}
.map .spot li:nth-of-type(2) {
  top: 64%;
  left: 30%;
}
.map .spot li:nth-of-type(3) {
  top: 51%;
  left: 30%;
}
.map .spot li:nth-of-type(4) {
  top: 44%;
  left: 30%;
}
.map .spot li:nth-of-type(5) {
  top: 35%;
  left: 28%;
}
.map .spot li:nth-of-type(6) {
  top: 30%;
  left: 44%;
}
.map .spot li:nth-of-type(7) {
  top: 28%;
  left: 55%;
}
.map .spot li:nth-of-type(8) {
  top: 22%;
  left: 52.5%;
}
.map .spot li:nth-of-type(9) {
  top: 20%;
  left: 58%;
}
.map .spot li:nth-of-type(10) {
  top: 15%;
  left: 52%;
}
.map .spot li:nth-of-type(11) {
  top: 14%;
  left: 57%;
}
.map .spot li:nth-of-type(12) {
  top: 6%;
  left: 64%;
}
.map .spot a {
  display: block;
}

.t_tl {
  text-align: left;
  padding: 50px 0 20px;
}
.t_tl img {
  max-width: 500px;
  height: auto;
  width: 100%;
}
.view .t_tl img {
  max-width: 400px;
}

@media (max-width: 767px) {
  .t_tl {
    padding: 30px 0;
  }
  .t_tl img {
    max-width: 400px;
    height: auto;
    width: 100%;
  }
  .map .spot li {
    position: absolute;
    width: 33px;
  }
  .map .spot > img {
    width: 90%;
  }
  .map .spot li:nth-of-type(1) {
    top: 65%;
    left: 35%;
  }
  .map .spot li:nth-of-type(2) {
    top: 65%;
    left: 25%;
  }
  .map .spot li:nth-of-type(3) {
    top: 52%;
    left: 25%;
  }
  .map .spot li:nth-of-type(4) {
    top: 45%;
    left: 25%;
  }
  .map .spot li:nth-of-type(5) {
    top: 38%;
    left: 26%;
  }
  .map .spot li:nth-of-type(6) {
    top: 31%;
    left: 43%;
  }
  .map .spot li:nth-of-type(7) {
    top: 29%;
    left: 50%;
  }
  .map .spot li:nth-of-type(8) {
    top: 23%;
    left: 54.5%;
  }
  .map .spot li:nth-of-type(9) {
    top: 20%;
    left: 60%;
  }
  .map .spot li:nth-of-type(10) {
    top: 16%;
    left: 53%;
  }
  .map .spot li:nth-of-type(11) {
    top: 15%;
    left: 59%;
  }
  .map .spot li:nth-of-type(12) {
    top: 7%;
    left: 69%;
  }
}

@media (max-width: 500px) {
  .map .spot li {
    width: 23px;
  }
  .t_tl img {
    max-width: 250px;
  }
}
@media (max-width: 400px) {
  .view .t_tl {
    padding: 60px 0 10px;
  }
  .t_tl img {
    max-width: 215px;
  }
  .map .spot li:nth-of-type(1) {
    top: 62%;
    left: 35%;
  }
  .map .spot li:nth-of-type(2) {
    top: 62%;
    left: 25%;
  }
  .map .spot li:nth-of-type(3) {
    top: 49%;
    left: 25%;
  }
  .map .spot li:nth-of-type(4) {
    top: 42%;
    left: 25%;
  }
  .map .spot li:nth-of-type(5) {
    top: 35%;
    left: 21%;
  }
  .map .spot li:nth-of-type(6) {
    top: 28%;
    left: 39%;
  }
  .map .spot li:nth-of-type(7) {
    top: 26%;
    left: 50%;
  }
  .map .spot li:nth-of-type(8) {
    top: 20%;
    left: 50.5%;
  }
  .map .spot li:nth-of-type(9) {
    top: 18%;
    left: 58%;
  }
  .map .spot li:nth-of-type(10) {
    top: 11%;
    left: 50%;
  }
  .map .spot li:nth-of-type(11) {
    top: 10%;
    left: 58%;
  }
  .map .spot li:nth-of-type(12) {
    top: 4%;
    left: 67%;
  }
  .map .spot li {
    width: 18px;
  }
}

@media (max-width: 400px) {
}

.map > img {
  width: 82%;
  margin: 0 auto;
}

.tour {
  position: relative;
}
.tour .factory {
  position: absolute;
  top: 0%;
  left: 20px;
  transform: translateY(-90%);
  width: 30%;
  max-width: 400px;
  z-index: 10;
}
.tour .factory img {
  width: 100%;
  z-index: 1;
}
.tour .content {
  position: relative;
  padding: 0 190px 100px;
  max-width: 1490px;
}
.tour .content::after {
  background: url(../images/bg.svg) top center;
  background-repeat: repeat-y;
  content: "";
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0%;
  width: 10%;
  height: 100%;
  z-index: -1;
  background-size: contain;
}
.tour .content::before {
  background: url(../images/bg.svg) top center;
  background-repeat: repeat-y;
  content: "";
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  right: 0%;
  width: 10%;
  height: 100%;
  z-index: -1;
  background-size: contain;
}

@media (max-width: 1400px) {
  .tour .content {
    overflow: hidden;
  }
  .tour .content::after {
    left: -2%;
  }
  .tour .content::before {
    right: -2%;
  }
}

@media (max-width: 1110px) {
  .tour .content {
    padding: 0 25px 100px;
  }
}
@media (max-width: 767px) {
  .tour .factory {
    top: 0.1%;
  }
}
.intro {
  position: relative;
  text-align: center;
  padding-top: 150px;
}
.intro > img {
  width: 65%;
}

.intro .human02 {
  position: absolute;
  bottom: 15%;
  right: 0;
  width: 20%;
  z-index: 1;
}
.intro .human01 {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 20%;
  z-index: 1;
}
.intro .name img {
  height: 20px;
  width: auto;
}

.intro .human01 .name {
  position: absolute;
  bottom: 20%;
  left: 10%;
  height: 10px;
  z-index: 1;
}
.intro .human02 .name {
  position: absolute;
  bottom: 20%;
  right: 30%;
  height: 10px;
  z-index: 1;
}

.intro .bottom {
  padding: 1vw 0 0;
  position: relative;
  z-index: 2;
}
.intro .bottom .icon {
  position: absolute;
  right: -20px;
  top: 62%;
  transform: translate(0%, -50%);
  width: 10%;
}
.human-txt01 {
  position: absolute;
  top: -38%;
  left: -20px;
  width: 70%;
}
.human-txt02 {
  position: absolute;
  top: -18%;
  right: -17px;
  width: 70%;
}
@media (max-width: 992px) {
.intro .human01 .name {
  bottom: 15%;
}
.intro .human02 .name {
  bottom: 15%;
}
}

@media (max-width: 767px) {
  .intro {
    padding-top: 105px;
  }
  .intro > img {
    width: 95%;
  }
  .intro .human02 {
    position: absolute;
    bottom: -105%;
    right: 25px;
    width: 29%;
  }
  .intro .human01 {
    position: absolute;
    bottom: -105%;
    left: 25px;
    width: 29%;
  }
  .intro .bottom .icon {
    width: 14%;
  }
  .intro .human01 .name {
    bottom: 30%;
  }
  .intro .human02 .name {
    bottom: 30%;
  }

  .intro .name img {
    height: 20px;
    width: auto;
  }

  
}

@media (max-width: 600px) {
  .intro {
    padding-top: 80px;
  }
  .intro .human01 {
    bottom: -101%;
  }
  .intro .human02 {
    bottom: -101%;
  }
  .intro .human01 .name {
    bottom: 25%;
  }
  .intro .human02 .name {
    bottom: 25%;
  }
}
@media (max-width: 500px) {
  .intro .human01 {
    bottom: -78%;
  }
  .intro .human02 {
    bottom: -78%;
  }
  .intro .name img {
    height: 11px;
  }
}

@media (max-width: 400px) {
  .intro {
    padding-top: 60px;
  }

  .intro .human01 {
    bottom: -83%;
  }
  .human-txt01 {
    top: -32%;
  }

  .intro .human02 {
    bottom: -83%;
  }
  .human-txt01 {
    top: -31%;
  }
}

.navigate {
  background: #46d4d6;
  color: #fff;
  padding: 30px 0;
  position: relative;
}

.line {
  width: 100%;
  height: 20px;
  background-image: radial-gradient(#fff 30%, transparent 30%);
  background-size: 10px 10px;
  background-repeat: repeat-x;
}

.navigate .container {
  max-width: 1200px;
  padding: 0 130px 0 30px;
}

.navigate .nav-title img {
  max-width: 300px;
  width: 58%;
}
.navigate .inner {
  position: relative;
}
.navigate .nav-title {
  position: absolute;
  top: -70px;
  left: 0;
}
.navigate .nav-title h3 {
  font-size: 20px;
  color: #46d4d6;
}
.navigate .factory {
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-90%);
  width: 30%;
  max-width: 400px;
}
.navigate .factory img {
  width: 100%;
  height: auto;
}

.navigate li {
  color: #fff;
  margin-bottom: 8px;
}
.navigate dt {
  color: #fff;
}
.navigate dt span {
  color: #fff;
}
.navigate dd {
  color: #fff;
  line-height: 22px;
}

.navigate > .inner > dl > dt {
  margin-bottom: 10px;
}
.navigate > .inner > dl > dt img {
  max-width: 300px;
  width: 80%;
}
.navigate > .inner > dl > dt span {
  font-size: 15px;
}
.navigate > .inner > dl > dd {
  padding-bottom: 20px;
}
.navigate > .inner .icon {
  width: 8%;
}
.navigate > .inner .icon .circle {
  width: 55px;
  height: 55px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #46d4d6;
}
.navigate .bottom-box {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.navigate .bottom-icon {
  position: absolute;
  top: -260px;
  right: -110px;
}
.navigate .bottom-icon img {
  width: 110px;
}
.navigate .bottom-icon .b-txt {
  width: 110px;
  position: absolute;
  top: -60px;
  right: 0;
}

.navigate .bottom-box .right {
  width: 92%;
}
.navigate .bottom-box .right li dl {
  align-items: flex-start;
  justify-content: flex-start;
}
.navigate .bottom-box .right li dl dt {
  width: 12%;
}
.navigate .bottom-box .right li dl dd {
  width: 83%;
}

@media (max-width: 1110px) {
  .navigate .container {
    padding: 0 130px 0 50px;
  }
  .navigate .nav-title img {
    max-width: 270px;
  }
}

@media (max-width: 992px) {
  .navigate > .inner .icon {
    width: 11%;
  }
  .navigate .bottom-box .right {
    width: 89%;
  }
  .navigate .bottom-box .right li dl dt {
    width: 21%;
    margin-right: 2%;
    font-size: 14px;
  }
  .navigate .bottom-box .right li dl dd {
    width: 83%;
    font-size: 14px;
  }
  .navigate > .inner > dl > dd {
    padding-bottom: 18px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .navigate {
    padding: 20px 0;
  }
  .navigate .factory {
    top: 0.1%;
  }
  .navigate .container {
    max-width: 1200px;
    padding: 0 15px;
  }
  .navigate > .inner .icon {
    margin-bottom: 15px;
  }
  .navigate .bottom-icon {
    position: absolute;
    top: 55px;
    right: 0px;
  }
  .navigate .bottom-icon img {
    width: 80px;
  }
  .navigate .bottom-box .right {
    width: 100%;
  }
  .navigate .bottom-box .right li dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .navigate > .inner > dl > dt {
    font-size: 14px;
  }

  .navigate > .inner > dl > dd {
    font-size: 14px;
  }
  .navigate .bottom-box .right li dl dt {
    font-size: 14px;
  }
  .navigate .bottom-box .right li dl dd {
    width: 74%;
    font-size: 12px;
  }
  .navigate .nav-title img {
    margin-bottom: -27px;
    max-width: 205px;
  }
  .navigate > .inner > dl > dt {
    margin-bottom: 10px;
  }

  .navigate > .inner > dl > dt img {
    max-width: 215px;
  }

  .navigate > .inner .icon .circle {
    width: 125px;
    height: 45px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
}

footer {
  background: #000;
  padding: 30px 0;
}

footer h3 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 7px;
}
footer .flex_box {
  /* align-items: flex-start; */

}

footer .f_right {
  color: #fff;
  line-height: 30px;
  width: 53%;
}

footer .f_right li {
  color: #fff;
  margin-bottom: 7px;
  line-height: 22px;
}

footer .f_left {
  width: 40%;
}

footer .f_left p {
  color: #fff;
  margin-top: 20px;
  text-align: center;
  line-height: 20px;
}

@media (max-width: 992px) {
  footer .f_left {
    width: 47%;
  }
  footer .f_right {
    font-size: 14px;
    line-height: 28px;
    width: 47%;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 20px 0;
  }

  footer h3 {
    font-size: 15px;
  }
  footer .f_right {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
  }
  footer .f_left {
    width: 100%;
    margin-bottom: 18px;

  }
  footer .f_left figure {
    max-width: 300px;
    margin: 0 auto;
  }
  /* footer .f_left p {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 18px;
  } */
  footer .f_right li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
  }
}

/* 360deg popup */
.base-none {
  display: none;
}

html:not([data-lc-type="error"])
  #lightcase-content
  .lightcase-contentInner
  .lightcase-inlineWrap {
  padding: 0px !important;
}

.lightcase-contentInner {
  height: auto !important;
}
