@charset "UTF-8";

.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce {
  opacity: 0;
}

#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1000;
}

#page-top a {
  text-align: center
}

.sp {
  display: none
}

.br_sp {
  display: none
}

.br_pc {
  display: inline-block;
  line-height: 0
}

.br {
  display: inline-block;
  content: "";
  margin: 30px 0;
}

hr {
  height: 1px;
  width: 100px;
  background-color: #222;
  border: none;
  margin-bottom: 30px;
}

hr.devide {
  height: 2px;
  width: 100px;
  background-color: #222;
  border: none;
  margin: 120px auto;
}

h3.schott {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  text-align: center;
  margin: 20px auto 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

h3.schott::before,
h3.schott::after {
  content: '';
  flex-grow: 0.15;
  height: 2px;
  background: #222;
}

h3.schott::before {
  margin-right: 30px;
}

h3.schott::after {
  margin-left: 30px;
}

h3.title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  text-align: center;
}

h3.title::before,
.title::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #222;
}

h3.title::before {
  margin-right: 30px;
}

h3.title::after {
  margin-left: 30px;
}

.wrap_schott {
  color: #222222;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .15em;
  line-height: 1.6;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .wrap_schott {
    font-size: 13px !important;
    margin-top: 0;
    max-width: 100%;
  }
}

section.main {
  width: 100%;
  position: relative;
  text-align: center;
}

section.main .wp {
  background-image: url(/img/brand/schott/kv_pc.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  position: relative;
  height: 750px;
}

@media screen and (max-width: 768px) {
  section.main {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
  }

  section.main .wp {
    background-image: url(/img/brand/schott/kv_sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    width: 100vw;
    height: 100vh;
    /*padding-top: 66.666%;*/
  }
}

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */
.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  background-image:
    radial-gradient(#000 10%, transparent 35%), radial-gradient(#000 10%, transparent 35%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  overflow: hidden;
}

/* text */
.video-text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.video-text-box p {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 120px;
  line-height: .5;
  text-align: center;
  color: #fff;
  letter-spacing: -2px;
  opacity: .8;
}

.video-text-box p span {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 10px;
}

.video-text-box .schott_logo_w {
  width: 30%;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(254deg) brightness(110%) contrast(103%) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sp-video {
  display: none;
}

.pc-video {
  display: block;
}

@media screen and (max-width: 768px) {
  .video-text-box .schott_logo_w {
    width: 70%;
  }

  .sp-video {
    display: block;
    height: 100vh;
    object-fit: cover;
  }

  .pc-video {
    display: none;
  }
}

/*-- movie --*/
section.movie {
  margin: 55px auto 0 !important;
  width: 100%;
  height: auto;
  background: #555;
  position: relative;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  section.movie {
    margin: -50px auto 0 !important;
    padding-top: 30px;
  }
}

section.movie h2 {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  /*letter-spacing: .15em;*/
  /*color: #fff;*/
  /*line-height: 70px;*/
  -webkit-text-stroke: 1px #eee;
  color: #555;
}

.movie-in {
  position: relative;
  margin: 0 auto;
  width: 80%;
}

.movie-in .thumbnail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  padding: 18px 20px 18px 28px;
  transition: 0.5S;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

@media (min-width: 768px) {
  .video-play-button:before {
    width: 70px;
    height: 70px;
  }
}

.video-play-button:before {
  background-color: #e63717;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 200ms;
  transition: .5s;
}

@media (min-width: 768px) {
  .video-play-button:after {
    width: 70px;
    height: 70px;
  }
}

.video-play-button:after {
  background-color: #e63717;
}

.video-play-button img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 0;
  z-index: 3;
  width: 15px;
  height: auto;
  margin: auto;
  border-radius: 0;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

.youtube {
  width: 80%;
  margin: 0 auto 30px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 1);
}

.modal-wrap.shown {
  display: flex;
}

.modal-panel {
  width: calc(100% - 40px);
  max-width: 1280px;
  position: relative;
}

.modal-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.modal-frame iframe {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.modal-close {
  font-size: 0;
  width: 50px;
  height: 50px;
  background: url(/img/brand/schott/ei-close.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(40px, 10px);
  border: none;
}

.grid-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 80%;
}

.grid-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.grid-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.grid-item video:hover {
  opacity: 0.6;
}

.grid-item .link-btn {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grid-item .link-btn:hover {
  opacity: .7;
  transition: all 0.3s;
}

.grid-item:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #fff;
  width: 80px;
  height: 80px;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
}

.grid-item:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 20px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}

@media screen and (max-width:768px) {
  .grid-item img {
    max-width: 100%;
    height: auto;
  }

  .grid-item .link-btn:before {
    width: 60px;
    height: 60px;
  }

  .grid-item .link-btn:after {
    border-width: 7px 0 7px 14px;
  }

  .modal-close {
    transform: translate(10px, -40px);
  }
}

/*-- concept --*/
section.concept {
  width: 100%;
  height: 100vh;
  margin: 0;
  /*margin-bottom: -30px;*/
}

section.concept .section-catch {
  position: relative;
  z-index: 1;
  background-color: #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 0;
}

section.concept .section-catch .text-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  color: #f7f7f7;
  text-align: left;
  padding-left: 4.57%;
  padding-right: 4.07%;
  order: 2;
  background-image: url(/img/brand/schott/bg_concept.png);
  background-repeat: no-repeat;
  background-size: cover;
}

section.concept .section-catch .text-box .title-box {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 600;
  font-size: 6rem;
  text-align: center;
  -webkit-text-stroke: 1px #222;
  color: #222;
  margin-top: 40px;
  margin-left: 4.57%;
}

section.concept .section-catch .text-box .title-box span {
  position: relative
}

section.concept .section-catch .text-box .text {
  font-weight: 600;
  text-align: left;
  color: #222;
  margin: -30px auto 0;
  overflow-wrap: break-word;
  max-width: 550px;
}

section.concept .section-catch .text-box .text p {
  display: block;
  margin: 15px 0 35px;
  font-size: 16px;
}

@media screen and (max-width:768px) {
  section.concept .section-catch .text-box .text p {
    font-size: 13px;
  }
}

section.concept .section-catch .image-box video {
  width: 100%;
  height: auto;
  /*min-height: 775px;*/
  object-fit: cover;
  display: block
}

section.concept .section-catch .image-box {
  width: 50%;
  max-height: 100%;
  min-height: 800px;
  background: #444;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-image: url(/img/brand/schott/concept_000046190012.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: grayscale(30%);
  background-blend-mode: hard-light;
}

section.concept .section-catch .image-box .title-box {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}

section.concept .section-catch .image-box .title-box .schott_logo_w {
  width: 50%;
  display: inline-block;
  /*margin-top: 60px;*/
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(254deg) brightness(110%) contrast(103%);
}

@media screen and (max-width: 768px) {
  section.concept {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 0;
  }

  section.concept .section-catch {
    flex-direction: column-reverse;
    justify-content: stretch;
    text-align: center;
  }

  section.concept .section-catch .text-box {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px 40px;
  }

  section.concept .section-catch .text-box .text {
    /*min-width: inherit;*/
    margin-top: -50px;
  }

  section.concept .section-catch .text-box .title-box {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 4rem;
    text-align: center;
  }

  section.concept .section-catch .image-box {
    width: 100%;
  }

  section.concept .section-catch .image-box .title-box .schott_logo_w {
    width: 80%
  }

  section.concept .section-catch .image-box .title-box {
    /*font-size: 4rem;*/
    font-size: 4rem !important;
  }
}

section.models {
  margin: 20px auto 80px;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 768px) {
  section.models {
    margin: 20px auto 30px !important;
  }
}

section.models h2 {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  /*letter-spacing: .15em;*/
  /*color: #fff;*/
  /*line-height: 70px;*/
  -webkit-text-stroke: 1px #333;
  color: #fff;
}

section.about {
  margin: 60px auto 0;
  position: relative;
  /*padding-bottom: 90px;*/
  padding: 90px;
  color: #231815;
  font-weight: 500;
  z-index: 1;
  background-image: url(/img/brand/schott/about_000046220038.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  filter: grayscale(50%);
  background-blend-mode: overlay;
  width: 100%;
}

section.about .inner {
  background-color: rgba(255, 255, 255, 0.9);
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  section.about {
    padding: 15px !important;
  }

  section.about .inner {
    padding: 20px !important;
  }
}

section.about h2 {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  /*letter-spacing: .15em;*/
  /*color: #fff;*/
  /*line-height: 70px;*/
  -webkit-text-stroke: 1px #fff;
  color: #231815;
}

section.about p {
  font-weight: 600;
  display: inline-block;
  width: 75%;
  /*line-height: 1.6;*/
  margin-top: 30px;
  overflow-wrap: break-word;
  text-align: left;
}

@media screen and (max-width: 768px) {
  section.about h2 {
    white-space: nowrap;
  }

  section.about p {
    width: 100%;
  }
}

section.about .schott_logo {
  width: 350px;
  display: inline-block;
  margin-top: 60px;
  /*filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(254deg) brightness(110%) contrast(103%);*/
}

/*--- sectionå…¨èˆ¬ ----*/
.h2-box {
  /*background-color: #1a2a54;*/
  min-height: 150px;
  margin: 0 auto;
  /*padding: 17px 10px 17px 10px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin-top: 50px;*/
  text-align: left;
}

.h2-box h2 {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 7rem;
  /*letter-spacing: .15em;*/
  /*color: #fff;*/
  line-height: 70px;
  -webkit-text-stroke: 1px #222;
  color: #fefefe;
}

/*************************************************************
/ 共通
/************************************************************/
.inner-wrap {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .inner-wrap {
    width: 100%;
    padding: 0 20px;
  }
}

.is-pc .hv-o {
  display: block;
  transition: opacity .3s;
}

.is-pc .hv-o:hover {
  opacity: .7;
}

/*************************************************************
/ header
/************************************************************/
header.gheader {
  width: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  position: fixed;
  margin: 0 auto;
  z-index: 100;
  height: 80px;
  text-align: center;
}

header.is-change {
  width: 100%;
  background: rgba(0, 0, 0, .6);
  transition: background 0.5s, padding 0.5s;
}

@media only screen and (max-width: 767px) {
  .gheader {
    height: 73px;
  }

  header.is-change {
    width: 100%;
    height: 73px;
    background: rgba(255, 255, 255, 1);
    transition: background 0.5s, padding 0.5s;
  }
}

.gheader .inner-wrap {
  max-width: 1360px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -15px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .gheader .inner-wrap {
    padding: 0 13px;
    max-width: 100vw;
    margin-top: 0;
  }
}

.gheader .gheader-logo {
  width: 320px;
  margin-top: 18px;
  margin-left: 0;
}

.gheader .gheader-logo-img.headerLogoScroll.-before {
  display: block;
}

.gheader .gheader-logo-img.-after {
  display: none;
}

.gheader .gheader-logo-img.headerLogoScroll.-after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .gheader .gheader-logo {
    width: 220px;
    margin-left: -25px;
  }

  .gheader .gheader-logo-img.headerLogoScroll.-before {
    display: none;
  }

  .gheader .gheader-logo-img.-after {
    display: none;
  }

  .gheader .gheader-logo-img.headerLogoScroll.-after {
    display: block;
  }
}

.gheader .gnav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gheader .gnav .gnav--menu,
.gheader .gnav .sns-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gheader .gnav .gnav--menu li {
  margin-top: -5px;
  margin-right: 40px;
}

.gheader .gnav .gnav--menu li a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  /*font-family: "roboto-condensed", sans-serif;*/
  font-family: "montserrat", sans-serif;
}

.gheader .gnav .sns-menu li {
  width: 25px;
}

.gheader .gnav .sns-menu li a {
  filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}

.gheader .gnav .sns-menu li+li {
  margin-left: 25px;
}

.gheader .gnav .sns-menu li span {
  display: none;
}

.gheader .menu-btn {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.gheader .menu-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform .5s, opacity .5s;
}

.gheader .menu-btn span.is-change {
  background-color: #333;
}

.gheader .menu-btn span+span {
  margin-top: 7px;
}

.gheader .menu-btn.active span:nth-child(1) {
  transform: translateY(9px) rotate(315deg);
}

.gheader .menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.gheader .menu-btn.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-315deg);
}

.gheader .gnav-sp {
  width: 100%;
  position: fixed;
  top: 63px;
  left: 0;
  z-index: 99;
  max-height: calc(100% - 63px);
  overflow: scroll;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .5s, transform .5s;
}

.gheader .gnav-sp.active {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.gheader .gnav-sp li {
  height: 60px;
  position: relative;
}

.gheader .gnav-sp li a {
  border-bottom: solid 1px #222;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  /*background-color: rgba(244, 244, 242, 0.95);*/
  background-color: rgba(153, 153, 153, 0.95);
  font-family: "pragmatica-slabserif", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.gheader .gnav-sp .sns-menu img {
  width: 22px;
  display: inline-block;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.is-pc .hv-o {
  display: block;
  transition: opacity .3s;
}

.is-pc .hv-o:hover {
  opacity: .7;
}

/*--- models ---*/
.models-layout {
  width: 1180px;
  max-width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 30px auto 60px;
  flex-wrap: nowrap;
  position: relative;
}

.models-layout .item {
  flex-basis: 50%;
  order: 1;
  text-align: left;
}

.models-layout .item .name {
  font-weight: 400;
  font-size: 5rem;
  color: #222;
  display: block;
  margin-top: -20px !important;
  line-height: .9;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .models-layout .item .name {
    margin-top: 0 !important;
    font-size: 3rem !important;
  }
}

.models-layout .item .schott_logo {
  width: 40%;
  display: inline-block;
  margin-left: -9px;
}

.models-layout .item .slider01 img,
.models-layout .item .slider02 img {
  height: auto;
  width: 100%;
}

.models-layout .item .slider01 .splide .progressbar,
.models-layout .item .slider02 .splide .progressbar {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: var(--color-gray);
}

.models-layout .item .slider01 .splide .progressbar-fill,
.models-layout .item .slider02 .splide .progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left top;
  background-color: var(--color-theme);
}

.models-layout .item .model_name {
  position: relative;
  display: block;
  margin: 0 0 80px;
}

.models-layout .item .model_name .schott_logo {
  width: 30%;
  display: inline-block;
  margin-left: -10px;
}

.models-layout .item p.text {
  display: inline-block;
  text-align: left;
  margin-top: 40px;
  padding: 0 60px 0 0;
}

.models-layout .item p.name {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  color: #222;
  display: block;
  margin-top: -10px;
  line-height: .9;
}

.models-layout .item span.brand {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #222;
}

.models-layout .item p.model {
  font-size: .7rem;
  font-weight: bold;
  color: #fff;
  background: darkred;
  border-radius: 50px;
  margin: 40px 0 25px;
  padding: 4px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  white-space: nowrap;
}

.link_area {
  text-align: left;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .link_area {
    text-align: center;
    margin: 30px auto 40px;
  }

  .btn-online {
    padding: 0 40px 0 28px;
  }
}

.btn-online {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0 50px 0 38px;
  color: #f9f8f7;
  background: #111;
  border: #111 1px solid;
  font-size: 15px;
  font-weight: normal;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-online:before {
  position: absolute;
  top: 40%;
  right: 20px;
  z-index: 2;
  content: '';
  width: 20px;
  height: 5px;
  border-bottom: solid 1px white;
  border-right: solid 1px white;
  transform: skew(55deg);
}

@media only screen and (max-width: 767px) {
  .btn-online {
    padding: 0 40px 0 28px;
  }
}

.models-wrapper {
  width: 100%;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.models-detail-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: left;
}

.models-detail-inner .item {
  width: 100%;
  padding: 0;
  order: 1;
}

.models-detail-inner .item2 {
  width: 50%;
  padding: 0 20px 10px;
  order: 2;
}

.models-detail-inner .item img {
  width: 150%;
  height: auto;
  object-fit: cover;
}

.models-detail-inner .item .text {
  /*font-family: "roboto-condensed", sans-serif;*/
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 6rem;
  color: #222;
  line-height: 1;
}

.models-detail-inner .item .text span {
  /*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
  font-size: .9rem;
  color: #666;
}

.models-detail-inner .detail {
  width: 33.333333%;
  padding: 20px 30px;
}

.models-detail-inner .detail2 {
  width: 50%;
  padding: 20px;
}

.models-detail-inner .detail p {
  display: block;
  margin: 20px auto;
}

.models .inner-wrap {
  width: 1180px;
  margin: 120px auto;
}

.models .inner-wrap .container {
  /*justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 box-sizing: border-box;
 text-align: center;
 width: fit-content;*/
  position: relative;
  margin: auto;
  box-sizing: border-box;
}

.set-flex {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  margin: auto;
  justify-content: space-between;
}

.set-flex .item {
  text-align: center;
  width: 50%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  max-width: 700px;
  padding: 20px 50px;
}

.set-flex .item p {
  text-align: center;
}

.set-flex .item img {
  width: min(100%, 550px);
  transition: transform .5s ease;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .set-flex .item img {
    width: min(100%, 700px);
    height: auto;
  }
}

.set-flex .item a:hover {
  opacity: 1;
}

.set-flex .item:hover img {
  transform: scale(1.2);
  position: relative;
}

.item_box {
  overflow: hidden;
}

.item_box img {
  transition: transform .5s, object-position .5s;
  width: 100%;
  height: auto;
  display: block;
}

.item_box:hover img {
  transform: scale(3);
  position: relative;
}

.models .inner-wrap .container .color {
  margin: 5px;
  padding: 10px;
}

.models .inner-wrap .container .n01 {
  width: 100%;
}

.models .inner-wrap .container .n02 {
  width: 50%;
}

.models .inner-wrap .container .n03 {
  width: 50%;
}

.models .inner-wrap .container .n04 {
  width: 50%;
}

.models .inner-wrap .container .color p.color {
  display: block;
  margin-top: -20px;
  margin-right: 50px;
  text-align: right;
  font-size: 14px;
}

.flex-wrap {
  display: flex;
  flex-flow: wrap;
  width: 1180px;
  height: 400px;
}

.flex-rev {
  display: flex;
  flex-flow: wrap-reverse;
  height: 400px;
}

.flex-item {
  height: 160px;
  flex: auto;
  padding: 5px;
}

.models .container .item {
  margin: 5px;
  padding: 20px 10px;
  text-align: left;
}

.models .container .item.n01 {
  width: 50%;
  height: 980px;
}

.models .container .item.n02 {
  width: 50%;
  height: 490px;
}

.models .container .item.n03 {
  width: 50%;
  height: 490px;
}

.detail_title {
  padding: 1rem 0 0;
  font-family: "roboto-condensed", sans-serif;
  font-size: 1.6rem;
  order: 1;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px black;
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  .detail_title {
    width: 100%;
    font-size: 2.4rem;
  }
}

.detail_title02 {
  order: 1;
  text-decoration: none;
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 2px black;
  width: 85%;
  padding-bottom: 3px;
}

@media (max-width: 768px) {
  .detail_title02 {
    width: 100%;
  }
}

/*--- about ---*/
section.about {
  margin: 60px auto 0;
  position: relative;
  padding-bottom: 60px;
}

.about .inner-wrap {
  width: 1180px;
  padding: 0 0 30px;
  margin: 0 auto;
}

.about .inner-wrap img {
  object-fit: contain;
  max-width: 100%;
}

/*--- shoplist ---*/
section.shoplist {
  margin: 0 auto;
  position: relative;
  /*background: rgba(255, 252, 230, .9);*/
}

.shoplist .inner-wrap {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 230px;
  height: auto;
}

.shoplist p.txt {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.shoplist .btn {
  margin: 20px auto 0;
  width: 590px;
  height: 92px;
  position: relative;
}

.shoplist .btn::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 6%;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.shoplist .btn a {
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
  /*display: block;*/
  border: solid 1px #000;
  color: #1a2a54;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-left: 16px;
}

/************************ sp ************************/
@media screen and (max-width:767px) {
  a.arrow {
    font-size: 1.6rem
  }

  #page-top {
    bottom: 20px;
    right: 10px
  }

  .pc {
    display: none
  }

  .sp {
    display: block
  }

  .br_sp {
    display: block
  }

  .br_pc {
    display: none;
    line-height: inherit
  }

  h3.schott {
    font-family: "roboto-condensed", sans-serif;
    font-size: 2.6rem;
    text-align: center;
    /*letter-spacing: .15em;*/
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  h3.title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "roboto-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1;
  }

  /*--- sectionå…¨èˆ¬ ----*/
  .h2-box {
    min-height: 100px;
    margin: 0 auto;
    /*padding: 0 10px 40px 10px;*/
  }

  .h2-box h2 {
    text-align: center;
    /*font-size: 5rem;*/
    font-size: 4rem !important;
  }

  section {
    overflow: hidden;
  }

  /************ top ************/
  section.main .inner #main-logo img {
    max-width: 297px;
    width: auto
  }

  /*--- intro ---*/
  section.intro {
    width: 100%;
    margin: 60px auto 80px;
    position: relative;
  }

  section.intro p {
    display: inline-block;
    width: 80%;
  }

  /*--- models ---*/
  .models-layout {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: stretch;*/
    align-items: center;
    position: relative;
    padding: 0 20px;
  }

  .models-layout .item {
    width: 95%;
    order: 1;
    margin-left: 0;
  }

  .models-layout .item p.text {
    display: block;
    margin-top: 30px;
    padding: 0;
  }

  .models-layout .item .model_name {
    font-weight: 400;
    font-size: 3rem;
    color: #222;
    display: block;
    line-height: .9;
    position: relative;
  }

  .models-layout .item .model_name .schott_logo {
    width: 40% !important;
    display: inline-block;
    margin-left: -10px;
  }

  .models-layout .item span.brand {
    font-weight: 400;
    /*font-size: 4rem;*/
    font-size: 2rem;
    color: #222;
  }

  .models-layout .item p.model {
    font-size: 1.2rem;
  }

  .models-wrapper {
    width: 100%;
    margin: 40px 0;
    margin-left: 0;
  }

  .models-detail-inner {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .models-detail-inner .item {
    width: 100%;
    padding: 0;
    order: 1;
  }

  .models-detail-inner .item2 {
    width: 100%;
    padding: 0 20px 10px;
    order: 2;
  }

  .models-detail-inner .item img {
    width: 150%;
    height: auto;
    object-fit: cover;
  }

  .models-detail-inner .item .text {
    font-weight: 400;
    /*font-size: 6rem;*/
    font-size: 4rem;
    color: #222;
    line-height: 1;
  }

  .models-detail-inner .item .text span {
    font-size: 1.2rem;
    color: #666;
  }

  .models-detail-inner .detail {
    width: 100%;
    padding: 20px;
  }

  .models-detail-inner .detail p {
    text-align: left;
  }

  .models-detail-inner .detail2 {
    width: 100%;
    padding: 20px;
  }

  .models .inner-wrap {
    width: 100%;
    margin: 60px auto;
  }

  .models .inner-wrap .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }

  .set-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: auto;
  }

  .set-flex .item {
    width: 100%;
  }

  .models .inner-wrap .container .color {
    margin: 5px;
    padding: 20px 10px;
  }

  .models .inner-wrap .container .n01 {
    width: 100%;
  }

  /*	
.models .inner-wrap .container .n01  img {	
	width: 150%!important;
	height: auto;
	margin: auto;
}	
*/
  .models .inner-wrap .container .n02 {
    width: 100%;
  }

  .models .inner-wrap .container .n03 {
    width: 100%;
  }

  .models .inner-wrap .container .n04 {
    width: 100%;
  }

  .models .inner-wrap .container .color p.color {
    display: block;
    margin-top: -10px;
    margin-right: 20px;
    text-align: right;
    font-size: 12px;
  }

  .flex-wrap {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    height: 400px;
  }

  .flex-rev {
    display: flex;
    flex-flow: wrap-reverse;
    height: 400px;
  }

  .flex-item {
    height: 160px;
    flex: auto;
    padding: 5px;
  }

  .models .container .item {
    margin: 5px;
    padding: 20px 10px;
  }

  .models .container .item.n01 {
    width: 100%;
    height: 980px;
  }

  .models .container .item.n02 {
    width: 100%;
    height: 490px;
  }

  .models .container .item.n03 {
    width: 100%;
    height: 490px;
  }

  /*--- about ---*/
  section.about {
    margin: 60px auto 0;
    position: relative;
    padding-bottom: 60px;
  }

  section.about .h2-box {
    margin: 60px auto 0;
  }

  section.about .inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.6;
  }

  section.about .schott_logo {
    width: 300px;
    display: inline-block;
    margin-top: 60px;
  }

  /*--- shoplist ---*/
  .shoplist .inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 100px;
    position: relative;
  }

  .shoplist .h2-box {
    margin: 60px auto 0;
  }

  .shoplist .inner-wrap .txt {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto 40px;
    display: block;
  }

  .shoplist .inner-wrap .btn {
    width: 100%;
    min-height: 72px;
  }

  .shoplist .inner-wrap .btn a {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 3.38983%;
  }

  .shoplist .inner-wrap .btn a:after {
    content: '';
    width: 16px;
    height: 16px;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25%;
    padding: 0;
    left: 0;
    margin-top: 3%;
    margin-left: 4%
  }

  /* slider */
  .splide__slide img {
    transform: scale(1.2) translateY(80px);
    transition: 2s ease-out;
  }

  .splide__slide.is-active img {
    transform: scale(1) translateY(0);
    transition-delay: 0s;
  }

  .splide__slide {
    display: flex;
    justify-content: center;
  }

  /* スライドのサイズ調整 */
  /*
.splide__slide img {
 height: auto;
 width: 100%;
}*/
  .my-carousel-progress {
    background: #ccc;
  }

  .my-carousel-progress-bar {
    background: #3b848c;
    height: 7px;
    transition: width 800ms ease;
    width: 0;
  }

  .splide__arrows {
    position: absolute;
    right: 110px;
    bottom: -30px;
  }

  .button {
    background-color: transparent;
    height: 50px;
    transition: .2s;
    width: 50px;
  }

  .button::before {
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 50px;
  }

  .prev::before {
    content: '';
    width: 40px;
    height: 7px;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    transform: skew(55deg);
    margin-left: 2rem;
  }

  .next {
    transform: scaleX(-1);
  }

  .next::before {
    content: '';
    width: 40px;
    height: 7px;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    transform: skew(-55deg);
    margin-right: 2rem;
  }

  .button:disabled::before {
    opacity: .5;
  }

  /* スライドのサイズ調整 */
  .splide__slide img {
    height: auto;
    width: 100%;
  }

  /* ページネーションの調整 */
  .splide__pagination__page {
    background: #aaa;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    margin: 9px !important;
    opacity: .9 !important;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
  }

  .splide__pagination__page.is-active {
    background: #000 !important;
    transform: scale(2.0) !important;
  }
}