@charset "UTF-8";
/** Colorの定義**/
/** 文字の定義**/
/* ==============================

	  共通

  ============================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  outline: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  overflow: hidden;
  color: #0071bc;
}
a:hover {
  color: #ffb700;
}

img {
  border: none;
  line-height: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

img[data-echo] {
  background-image: url(../images/common/loader-white.gif);
  background-size: 30px 30px;
  background-position: center center;
  border: solid 1px #ddd;
  border-radius: 5px;
}

img[data-echo].loaded {
  background-image: none;
}

i {
  font-style: normal;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.space10 {
  height: 10px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space100 {
  height: 100px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.bold {
  font-weight: bold;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.red {
  color: #c00;
}

ul li {
  list-style: none;
}

.alpha {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .alpha:hover {
    opacity: 0.7;
  }
}

.wrap-alpha a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .wrap-alpha a:hover {
    opacity: 0.7;
  }
}

.enlarge {
  position: relative;
}
.enlarge::after {
  content: url(../images/common/search.svg);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 3;
  opacity: 0.4;
  transition: opacity 0.4s;
}
.enlarge:hover::after {
  opacity: 1;
}

.bd-01 {
  background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.6) 0%);
  font-weight: bold;
}

.bd-02 {
  background: linear-gradient(transparent 60%, rgba(228, 0, 3, 0.4) 0%);
  font-weight: bold;
}

.bd-03 {
  background: linear-gradient(transparent 60%, rgba(0, 65, 219, 0.5) 0%);
  font-weight: bold;
}

.cursor {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

.link a {
  color: #0071bc;
}
.link a:hover {
  color: #ffb700;
}

#window-size {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 200px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 9999;
  text-align: center;
  padding: 10px;
}

/** Loader **/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s 1s;
}
#loader-bg .in {
  max-width: 80%;
  color: #fff;
  padding-bottom: 30px;
}
#loader-bg .in p {
  text-align: center;
}
#loader-bg .in .wrap-logo {
  margin-top: 30px;
}
#loader-bg .in .wrap-logo .logo {
  display: block;
  margin: 0 auto 20px;
  max-width: 80%;
}
#loader-bg .in .wrap-logo .catch-1 {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
#loader-bg .in .loader {
  display: block;
  margin: 40px auto 0;
  max-width: 30px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #loader-bg .in .loader {
    max-width: 20px;
  }
}
#loader-bg.on {
  opacity: 0;
  top: -30px;
  visibility: hidden;
}

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 200px;
  margin-top: -80px;
  margin-left: -80px;
  text-align: center;
  z-index: 999;
}
#loader p {
  font-size: 12px;
  margin-top: 30px;
  letter-spacing: 1.5px;
}
#loader .num1 {
  animation: flash1 1s 0s infinite;
}

@keyframes flash1 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/** ***********************************************

COMMON

*********************************************** **/
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: clamp(13px, 1.4vw, 20px);
  letter-spacing: 1px;
  background-color: #000;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.wrap-flex {
  display: flex;
  flex-wrap: wrap;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100dvh;
  display: block;
  text-align: center;
  overflow: hidden;
}
.bg img {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  opacity: 0;
  transition: opacity 0.8s 2s, transform 0.8s 2s;
}
@media screen and (max-width: 1024px) {
  .bg img {
    height: 100%;
    width: 120%;
  }
}
.bg.on img {
  transform: scale(1);
  opacity: 0.4;
}

.wrap-youtube {
  max-width: 800px;
  width: 80%;
  margin: 0 auto 5%;
  position: relative;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-youtube {
    width: 100%;
    padding: 0 20px;
  }
}
.wrap-youtube .in {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wrap-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section {
  overflow-x: hidden;
}

/* ==============================

	  ファイル読み込み

  ==============================   */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #000;
  width: 100%;
  height: 80px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
@media screen and (max-width: 600px) {
  header {
    height: 50px;
  }
}
header.on {
  height: 50px;
}
header.on .gnav a {
  font-size: 13px;
}
header.top {
  display: none;
}
@media screen and (max-width: 600px) {
  header.top {
    display: block;
  }
}
header h1 {
  font-size: 10px;
  color: #666;
  z-index: -1;
  font-weight: normal;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  header h1 {
    margin: 0 auto;
    text-align: center;
  }
}
header h1 .logo {
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  header h1 .logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 600px) {
  header .gnav {
    position: fixed;
    top: 50px;
    right: 0;
    background-color: #000;
    height: 100%;
    right: -200px;
    transition: 0.4s;
    visibility: hidden;
  }
}
header .gnav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  header .gnav ul {
    gap: 10px 15px;
  }
}
@media screen and (max-width: 600px) {
  header .gnav ul {
    display: block;
  }
}
header .gnav ul a {
  font-size: 15px;
  color: #fff;
  transition: 0.4s;
}
@media screen and (max-width: 834px) {
  header .gnav ul a {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  header .gnav ul a {
    display: block;
    padding: 10px 20px;
    border-bottom: solid 1px #333;
  }
}
@media screen and (max-width: 600px) {
  header .gnav.on {
    right: -1px;
    transition: 0.4s;
    visibility: visible;
  }
}

#bt-nav {
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  display: none;
}
@media screen and (max-width: 600px) {
  #bt-nav {
    display: block;
  }
}
#bt-nav span {
  position: absolute;
  width: 30px;
  display: block;
  border-top: solid 1.5px #ddd;
  transition: all 0.4s ease;
}
#bt-nav .item-01 {
  top: 10px;
  left: 10px;
}
#bt-nav .item-02 {
  top: 18px;
  left: 10px;
}
#bt-nav .item-03 {
  top: 26px;
  left: 10px;
}
#bt-nav.active .item-01 {
  transform: rotate(-34deg);
  transform-origin: right;
}
#bt-nav.active .item-02 {
  width: 0;
}
#bt-nav.active .item-03 {
  transform: rotate(34deg);
  transform-origin: right;
}

footer {
  text-align: center;
  padding: 100px 20px;
  position: relative;
  z-index: 10;
}

#back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  display: none;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #back-top {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

.logo-kt {
  display: block;
  margin: 0 auto 30px;
  max-width: 250px;
}

.copyright {
  color: #ddd;
  letter-spacing: 1px;
  font-size: 10px;
}

.sec-mv {
  background-color: #000;
  color: #eee;
  text-align: center;
  position: relative;
  min-height: 100dvh;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv {
    padding-top: 50px;
  }
}
.sec-mv .inner {
  z-index: 2;
  padding: 5% 0px;
}
.sec-mv .wrap-txts {
  margin-bottom: 5%;
}
.sec-mv .wrap-txts .p1 {
  font-size: clamp(20px, 3vw, 40px);
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.8s 2.4s;
  transition: opacity 0.8s 2.4s, transform 0.8s 2.4s;
}
.sec-mv .wrap-txts .p2 {
  font-size: clamp(20px, 3vw, 40px);
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 0.8s 2.6s, transform 0.8s 2.6s;
}
.sec-mv .wrap-logo {
  margin-bottom: 8%;
}
.sec-mv .wrap-logo .logo {
  width: clamp(200px,40vw, 500px);
  display: block;
  margin: 0 auto 3%;
  filter: drop-shadow(0px 3px 3px #000);
  transition: opacity 0.8s 2.8s, transform 0.8s 2.8s;
  opacity: 0;
  transform: translate(0, 20px);
}
.sec-mv .catch-2 {
  width: 90vw;
  max-width: 1200px;
  display: block;
  margin: 0 auto 8%;
  transition: opacity 0.8s 3s, transform 0.8s 3s;
  opacity: 0;
  transform: translate(0, 20px);
}
.sec-mv .wrap-youtube {
  max-width: 800px;
  width: 80%;
  margin: 0 auto 5%;
  position: relative;
  transition: opacity 0.8s 3.2s, transform 0.8s 3.2s;
  opacity: 0;
  transform: translate(0, 20px);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-mv .wrap-youtube {
    width: 100%;
    padding: 0 20px;
  }
}
.sec-mv .wrap-youtube .in {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.sec-mv .wrap-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-mv .wrap-bns {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .sec-mv .wrap-bns {
    gap: 50px 0;
  }
}
.sec-mv .wrap-bns .bn {
  width: 50%;
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 600px) {
  .sec-mv .wrap-bns .bn {
    width: 100%;
    padding: 0 20px;
  }
}
.sec-mv .wrap-bns .wrap-bts {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  margin-top: -50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-mv .wrap-bns .wrap-bts {
    margin-top: -20px;
  }
}
.sec-mv .wrap-bns .wrap-bts li {
  list-style: none;
  width: calc(25% - 10px);
  text-align: center;
}
.sec-mv .wrap-bns .wrap-bts li img {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 0 auto 5px;
}
.sec-mv .wrap-bns .wrap-bts li .new {
  color: #e60012;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .sec-mv .wrap-bns .wrap-bts li .new {
    font-size: 14px;
  }
}
.sec-mv .wrap-bns img {
  width: 100%;
}
.sec-mv.on .p1 {
  opacity: 1;
  transform: translate(0, 0);
}
.sec-mv.on .p2 {
  opacity: 1;
  transform: translate(0, 0);
}
.sec-mv.on .logo {
  opacity: 1;
  transform: translate(0, 0);
}
.sec-mv.on .catch-2 {
  opacity: 1;
  transform: translate(0, 0);
}
.sec-mv.on .wrap-youtube {
  opacity: 1;
  transform: translate(0, 0);
}
.sec-mv.on .wrap-pd-menu .col {
  opacity: 1;
  transform: translateY(0);
}

.wrap-pd-menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.wrap-pd-menu.wrap-pd-menu2 {
  max-width: 800px;
}
.wrap-pd-menu.wrap-pd-menu2 .col {
  padding: 30px 20px;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
@media screen and (max-width: 834px) {
  .wrap-pd-menu.wrap-pd-menu2 .col {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-pd-menu.wrap-pd-menu2 .col {
    padding: 10px 5px;
  }
}
.wrap-pd-menu .col {
  width: 50%;
  padding: 50px;
  transition: 0.8s 3.2s;
  opacity: 0;
  transform: translateY(10px);
}
@media screen and (max-width: 834px) {
  .wrap-pd-menu .col {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-pd-menu .col {
    padding: 30px 10px;
  }
}
.wrap-pd-menu .col img {
  width: 100%;
  height: auto;
}
.wrap-pd-menu .col .bt {
  display: block;
  background-color: #333;
  border-radius: 100px;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
  transition: 0.4s;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .wrap-pd-menu .col .bt {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-pd-menu .col .bt {
    font-size: 12px;
    padding: 8px 15px 8px 8px;
  }
}
.wrap-pd-menu .col .bt::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><polygon points="3,2 9,6 3,10" fill="%23fff"/></svg>');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  transform: scale(1.6);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-pd-menu .col .bt::after {
    right: 8px;
    transform: scale(1);
  }
}
.wrap-pd-menu .col .bt br {
  display: none;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-pd-menu .col .bt br {
    display: block;
  }
}
@media (hover: hover) {
  .wrap-pd-menu .col a:hover .bt {
    background-color: #666;
  }
}

.sec-common {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.sec-common .inner {
  padding: 0 20px clamp(20px, 2vw, 10px);
}

.wrap-title {
  text-align: center;
  margin: 0 auto 6vw;
  width: 80%;
  max-width: 1000px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-title {
    width: 90%;
  }
}

.title-h2 {
  text-align: center;
  letter-spacing: 2px;
  font-size: clamp(16px, 2vw, 30px);
  display: inline-block;
  padding: 10px 10%;
  background-color: #333;
  color: #fff;
  border-radius: 100px;
}

.note {
  display: block;
  font-size: smaller;
  margin-top: 10px;
}

.sec-01 {
  padding-top: 4vw;
}
.sec-01 .block {
  margin-bottom: min(5vw,100px);
}
.sec-01 .flex-1 {
  max-width: 1000px;
  margin: 0 auto;
}
.sec-01 .flex-1 .col {
  width: 50%;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .flex-1 .col {
    padding: 0 10px;
  }
}
.sec-01 .flex-1 .title-h3 {
  margin-bottom: 30px;
  font-size: clamp(14px, 1.2vw, 30px);
  position: relative;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .flex-1 .title-h3 {
    margin-bottom: 10px;
    min-height: 30px;
  }
}
.sec-01 .flex-1 .title-h3 i {
  background-color: #666;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  border-radius: 100px;
  font-weight: normal;
}
.sec-01 .flex-1 .wrap-img img {
  width: 100%;
  border: solid 1px #eee;
}
.sec-01 .flex-1.cliplens {
  justify-content: center;
}
.sec-01 .flex-1.cliplens .col-3 {
  padding-top: min(5vw,100px);
  width: 100%;
}
.sec-01 .flex-1.cliplens .col-3 img {
  border-radius: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .sec-01 .flex-1.cliplens .col-3 img {
    max-width: 180px;
    margin-bottom: 30px;
  }
}
.sec-01 .block-02 {
  text-align: center;
}
.sec-01 .block-02 .txt-1 {
  margin-bottom: 50px;
}
.sec-01 .block-02 .wrap-imgs {
  height: 100vw;
  max-width: 1000px;
  max-height: 1050px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding-top: 3%;
}
.sec-01 .block-02 .wrap-imgs .clip {
  width: 30vw;
  max-width: 340px;
  display: block;
  margin-left: 15%;
}
.sec-01 .block-02 .wrap-imgs .filter {
  position: absolute;
}
.sec-01 .block-02 .wrap-imgs .filter.filter-1 {
  top: 15%;
  right: 10%;
  width: 30vw;
  max-width: 280px;
}
.sec-01 .block-02 .wrap-imgs .filter.filter-2 {
  top: 30%;
  right: 5%;
  width: 30vw;
  max-width: 300px;
}
.sec-01 .block-02 .wrap-imgs .filter.filter-3 {
  top: 50%;
  right: 10%;
  width: 26vw;
  max-width: 300px;
}
.sec-01 .block-02 .wrap-imgs .filter.filter-4 {
  bottom: 5%;
  left: 36%;
  width: 26vw;
  max-width: 280px;
}
.sec-01 .block-02 .wrap-imgs .filter.filter-5 {
  bottom: 5%;
  left: 2%;
  width: 26vw;
  max-width: 330px;
}
.sec-01 .block-03 .flex-2 {
  margin: 0 auto;
  margin-bottom: max(3vw,15px);
}
.sec-01 .block-03 .flex-2 .col {
  width: 50%;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .sec-01 .block-03 .flex-2 .col {
    width: 100%;
  }
}
.sec-01 .block-03 .flex-2 .pd-name {
  text-align: center;
  font-weight: bold;
  font-size: clamp(16px, 2vw, 30px);
  margin-bottom: max(3vw,15px);
}
.sec-01 .block-03 .flex-2 .pd-name img {
  max-height: max(2vw,20px);
}
.sec-01 .block-03 .flex-2 .catch {
  font-weight: bold;
  margin-bottom: max(2vw,15px);
  text-align: center;
}
.sec-01 .block-03 .flex-2 .desc {
  margin-bottom: max(2vw,15px);
}
.sec-01 .block-03 .flex-2 .desc p {
  line-height: 1.8;
  letter-spacing: 1.5px;
  font-size: clamp(12px, 1.2vw, 15px);
}
.sec-01 .block-03 .wrap-osusume-1 {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .sec-01 .block-03 .wrap-osusume-1 {
    gap: 30px 10px;
  }
}
@media screen and (max-width: 600px) {
  .sec-01 .block-03 .wrap-osusume-1 {
    gap: 20px 10px;
  }
}
.sec-01 .block-03 .wrap-osusume-1.wrap-osusume-2 .item {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 900px) {
  .sec-01 .block-03 .wrap-osusume-1.wrap-osusume-2 .item {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .sec-01 .block-03 .wrap-osusume-1.wrap-osusume-2 .item {
    width: calc(50% - 10px);
    padding: 0;
  }
}
.sec-01 .block-03 .wrap-osusume-1 .item {
  width: calc(25% - 30px);
}
@media screen and (max-width: 900px) {
  .sec-01 .block-03 .wrap-osusume-1 .item {
    padding: 10px;
  }
}
@media screen and (max-width: 834px) {
  .sec-01 .block-03 .wrap-osusume-1 .item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .sec-01 .block-03 .wrap-osusume-1 .item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-01 .block-03 .wrap-osusume-1 .item {
    padding: 10px 5px;
  }
}
.sec-01 .block-03 .wrap-osusume-1 .item#pd-tele .pd-img {
  max-width: inherit;
  height: 400px;
}
@media screen and (max-width: 600px) {
  .sec-01 .block-03 .wrap-osusume-1 .item#pd-tele .pd-img {
    height: auto;
    max-width: 100%;
  }
}
.sec-01 .block-03 .wrap-osusume-1 img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.sec-01 .block-03 .wrap-osusume-1 .pd-img {
  margin-bottom: 30px;
  max-height: 400px;
  max-width: 100%;
  height: auto;
  width: auto;
}
@media screen and (max-width: 900px) {
  .sec-01 .block-03 .wrap-osusume-1 .pd-img {
    height: auto;
  }
}
.sec-01 .block-03 .wrap-osusume-1 .logo-prism {
  height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-01 .block-03 .wrap-osusume-1 .logo-prism {
    height: 20px;
    margin-bottom: 10px;
  }
}
.sec-01 .block-03 .wrap-osusume-1 .en {
  height: 34px;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-01 .block-03 .wrap-osusume-1 .en {
    height: 20px;
  }
}
.sec-01 .block-03 .wrap-osusume-1 .jp {
  height: 24px;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-01 .block-03 .wrap-osusume-1 .jp {
    height: 14px;
  }
}
.sec-01 .block-03 .wrap-osusume-1 .txt-en {
  font-size: 30px;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-01 .block-03 .wrap-osusume-1 .txt-en {
    font-size: 18px;
  }
}
.sec-01 .block-03 .wrap-osusume-1 .txt-jp {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-01 .block-03 .wrap-osusume-1 .txt-jp {
    font-size: 14px;
    font-weight: bold;
  }
}
.sec-01 .block-03 .wrap-osusume-1 p {
  margin: 20px auto;
  font-size: clamp(12px, 1.2vw, 15px);
  max-width: 300px;
  min-height: 100px;
  line-height: 1.6;
}
.sec-01 .block-03 .wrap-osusume-1 .wrap-bts {
  align-items: center;
}
.sec-01 .block-03 .wrap-osusume-1 .wrap-bts .bt {
  display: block;
  background-color: #0071bc;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 15px;
  width: 100%;
  max-width: 300px;
  font-size: clamp(12px, 1.2vw, 16px);
  position: relative;
  margin: 0 auto 10px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .block-03 .wrap-osusume-1 .wrap-bts .bt {
    font-weight: bold;
  }
}
.sec-01 .block-03 .wrap-osusume-1 .wrap-bts .bt::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .block-03 .wrap-osusume-1 .wrap-bts .bt::after {
    width: 6px;
    height: 6px;
    right: 6px;
  }
}
.sec-01 .bts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  align-items: center;
}
.sec-01 .bts a {
  display: block;
  background-color: #0071bc;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: max(1.5vw,10px);
  width: calc(50% - 10px);
  font-size: clamp(12px, 1.2vw, 18px);
  position: relative;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .bts a {
    font-weight: bold;
  }
}
.sec-01 .bts a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .bts a::after {
    width: 6px;
    height: 6px;
    right: 6px;
  }
}
.sec-01 .bts a.bt-3 {
  width: calc(100% - 10px);
  background-color: #333;
  color: #fff;
  border: solid 1px #333;
}
.sec-01 .bts a.bt-3::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.sec-01 .wrap-food {
  text-align: center;
  margin: 0 auto;
  padding: min(3vw,20px);
}
.sec-01 .wrap-food h4 {
  margin-bottom: max(3vw,15px);
  font-size: clamp(16px, 2vw, 30px);
}
.sec-01 .wrap-food .flex-3 {
  background-color: #f5f5f5;
  padding: 30px;
}
.sec-01 .wrap-food .col {
  width: 50%;
  text-align: left;
  padding: 30px;
}
@media screen and (max-width: 834px) {
  .sec-01 .wrap-food .col {
    width: 100%;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .wrap-food .col {
    padding: 20px 0 0;
  }
}
.sec-01 .wrap-food .col.col-1 {
  background-color: #fff;
}
.sec-01 .wrap-food .col .pd-name {
  font-weight: bold;
  font-size: clamp(13px, 1.4vw, 20px);
  margin-bottom: max(2vw,15px);
}
.sec-01 .wrap-food .col .catch {
  font-weight: bold;
  font-size: clamp(13px, 1.2vw, 18px);
  margin-bottom: max(1vw,10px);
}
.sec-01 .wrap-food .col .desc {
  margin-bottom: max(2vw,15px);
}
.sec-01 .wrap-food .col .desc p {
  line-height: 1.8;
  letter-spacing: 1.5px;
  font-size: clamp(13px, 1.2vw, 16px);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-01 .wrap-food .col .desc p {
    line-height: 1.6;
  }
}

.sec-02 {
  position: relative;
  background-color: #fff;
  z-index: 2;
  overflow: hidden;
}
.sec-02 .catch-h2 {
  font-size: clamp(20px, 3vw, 40px);
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
}
.sec-02 .catch-h2 span {
  font-size: clamp(30px, 5vw, 60px);
  font-weight: bold;
}
.sec-02 .wrap-logoset {
  width: clamp(150px,20vw,300px);
  position: absolute;
  bottom: max(2vw,20px);
  right: max(2vw,20px);
  text-align: center;
}
.sec-02 .wrap-logoset .catch {
  max-width: 80%;
}
.sec-02 .sec-bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width: 600px) {
  .sec-02 .sec-bg img {
    height: 300px;
  }
}

.sec-02a {
  padding: 80px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sec-02a {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02a {
    padding: 50px 0px;
  }
}
.sec-02a .wrap-catch {
  max-width: 800px;
  margin: 0 auto;
}
.sec-02a .wrap-catch p {
  line-height: 2.6;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 834px) {
  .sec-02a .wrap-catch p {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02a .wrap-catch p {
    text-align: left;
    line-height: 2;
  }
}
.sec-02a .wrap-catch p.p1 {
  margin-bottom: 5%;
  font-size: clamp(15px, 3vw, 24px);
}
.sec-02a .wrap-catch p.p2 {
  font-weight: bold;
  margin-bottom: 5%;
  font-size: clamp(18px, 4vw, 30px);
}
.sec-02a .wrap-catch p.p2 br {
  display: none;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02a .wrap-catch p.p2 br {
    display: block;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-02a .wrap-catch p br.dn {
    display: none;
  }
}

.sec-03 {
  overflow: hidden;
}
.sec-03 .inner {
  max-width: inherit;
  padding: 0;
}
.sec-03 .block {
  overflow: hidden;
  height: 100%;
  max-height: 500px;
}
.sec-03 .block-01 {
  background-color: #dadad8;
}
.sec-03 .block-01 .wrap-flex {
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .block-01 .wrap-flex {
    padding: 30px 0;
  }
}
.sec-03 .block-01 .wrap-flex .col-1 {
  width: 40%;
  padding-top: 30px;
  padding-right: 50px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .block-01 .wrap-flex .col-1 {
    padding-right: 20px;
  }
}
.sec-03 .block-01 .wrap-flex .col-2 {
  width: 60%;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .block-01 .wrap-flex .col-2 {
    padding-right: 20px;
  }
}
.sec-03 .block-01 .wrap-flex .col-2 p {
  margin-bottom: 30px;
}
.sec-03 .block-01 .wrap-flex .col-2 .wrap-imgs {
  display: flex;
  gap: 0 10px;
}
.sec-03 .block-01 .wrap-flex .col-2 .wrap-imgs img {
  width: 50%;
  max-width: 200px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .block-01 .wrap-flex .col-2 .wrap-imgs img {
    width: 40%;
  }
}
.sec-03 .block-02 {
  background-color: #fff;
}
.sec-03 .block-02 .wrap-flex {
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.sec-03 .block-02 .wrap-flex .col-1 {
  width: 60%;
  padding-left: 50px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .block-02 .wrap-flex .col-1 {
    padding-left: 20px;
  }
}
.sec-03 .block-02 .wrap-flex .col-2 {
  width: 40%;
}
.sec-03 .block-03 {
  background-color: #dadad8;
}
.sec-03 .block-03 .wrap-flex {
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.sec-03 .block-03 .wrap-flex img {
  height: 100%;
  max-height: 500px;
  width: auto;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .block-03 .wrap-flex img {
    max-height: 200px;
  }
}
.sec-03 .block-03 .wrap-flex .col {
  display: flex;
  align-items: center;
  padding-top: 30px;
  position: relative;
}
.sec-03 .block-03 .wrap-flex .col-1 {
  width: 50%;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .block-03 .wrap-flex .col-1 {
    width: 50%;
  }
}
.sec-03 .block-03 .wrap-flex .col-1 p {
  padding-bottom: 200px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .block-03 .wrap-flex .col-1 p {
    position: absolute;
    top: 20px;
    left: 100px;
    max-width: 200px;
    font-size: 11px;
  }
}
.sec-03 .block-03 .wrap-flex .col-2 {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .block-03 .wrap-flex .col-2 {
    width: 50%;
    text-align: left;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .block-03 .wrap-flex .col-2 img {
    display: block;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-03 .block-03 .wrap-flex .col-2 p {
    font-size: 11px;
  }
}
.sec-03 .wrap-just_clip_it {
  text-align: center;
  padding: 10% 20px;
}
.sec-03 .wrap-just_clip_it img {
  width: min(40vw,600px);
}

.sec-04 {
  position: relative;
  background-color: #fff;
  z-index: 2;
  overflow: hidden;
  max-height: 800px;
}
.sec-04 .catch-h2 {
  font-size: clamp(20px, 2.5vw, 400px);
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
}
.sec-04 .catch-h2 span {
  font-size: clamp(30px, 4.5vw, 600px);
  font-weight: bold;
}
.sec-04 .wrap-logoset {
  width: clamp(150px,25vw,300px);
  position: absolute;
  bottom: max(2vw,20px);
  left: max(2vw,20px);
  text-align: center;
}
.sec-04 .wrap-logoset .catch {
  max-width: 80%;
}
.sec-04 .sec-bg img {
  width: max(100%,600px);
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width: 834px) {
  .sec-04 .sec-bg img {
    height: auto;
    width: 100%;
  }
}
.sec-04.cliplens .wrap-logoset {
  bottom: inherit;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.sec-05 {
  padding-top: 100px;
}
@media screen and (max-width: 600px) {
  .sec-05 {
    padding-top: 0;
  }
}
.sec-05 .inner {
  max-width: 1200px;
}
.sec-05 .block {
  padding-top: 100px;
}
@media screen and (max-width: 600px) {
  .sec-05 .block {
    padding-top: 70px;
  }
}
.sec-05 .block:last-child {
  margin-bottom: 100px;
}
.sec-05 .wrap-ex-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 3vw, 40px);
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .sec-05 .wrap-ex-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-ex-title {
    font-size: 20px;
  }
}
.sec-05 .wrap-ex-title .clip {
  display: block;
  margin-right: 50px;
  max-height: 200px;
  width: auto;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-ex-title .clip {
    max-height: 100px;
    margin-right: 20px;
  }
}
.sec-05 .wrap-ex-title .title-txts {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-ex-title .title-txts {
    flex-wrap: wrap;
  }
}
.sec-05 .wrap-ex-title .title-txts img {
  display: block;
  width: auto;
  height: 50px;
  margin: 0 10px;
}
@media screen and (max-width: 834px) {
  .sec-05 .wrap-ex-title .title-txts img {
    height: 40px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-ex-title .title-txts img {
    height: 30px;
  }
}
.sec-05 .wrap-ex-title .title-txts img.jp {
  height: 40px;
}
@media screen and (max-width: 834px) {
  .sec-05 .wrap-ex-title .title-txts img.jp {
    height: 30px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-ex-title .title-txts img.jp {
    height: 20px;
  }
}
.sec-05 .wrap-ex-title .title-txts img.af {
  height: 30px;
}
@media screen and (max-width: 834px) {
  .sec-05 .wrap-ex-title .title-txts img.af {
    height: 20px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-ex-title .title-txts img.af {
    height: 15px;
  }
}
.sec-05 h4 {
  margin-bottom: 20px;
}
.sec-05 .ex-main {
  margin-bottom: 30px;
}
.sec-05 .block-800 .overflow {
  max-width: 600px;
  margin: 0 auto;
}
.sec-05 .wrap-ex .cap {
  font-size: 14px;
  display: block;
  margin: 0 0 0 auto;
  padding: 5px;
  background-color: #fff;
  text-align: right;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-ex .cap {
    font-size: 10px;
    text-align: center;
  }
}
.sec-05 .wrap-ex.ex-main-portrait {
  max-width: 600px;
  margin: 0 auto 20px;
}
.sec-05 .note {
  font-size: 10px;
  padding: 15px 0;
  color: #999;
  display: block;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .note {
    font-size: 10px;
  }
}
@media screen and (max-width: 834px) {
  .sec-05 .overflow {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
  }
}
.sec-05 .wrap-exs {
  gap: 10px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 834px) {
  .sec-05 .wrap-exs {
    gap: 10px 5px;
  }
}
@media screen and (max-width: 834px) {
  .sec-05 .wrap-exs.sp-flow {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-exs.af .col {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sec-05 .wrap-exs.af .col img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 100px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-exs.af .col img {
    height: 80px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-exs.bm .col {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-exs.bm img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    height: 150px;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-exs.bm img {
    height: 150px;
  }
}
.sec-05 .wrap-exs .col {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .sec-05 .wrap-exs .col {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-exs .col {
    width: 100%;
  }
}
.sec-05 .wrap-exs .col .cap {
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-05 .wrap-exs .col .cap {
    font-size: 50%;
  }
}
.sec-05 .wrap-exs.portrait {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .sec-05 .wrap-exs.portrait .col {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 600px) {
  .sec-05.cliplens .wrap-flex-ex {
    flex-direction: column;
    gap: 30px 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .sec-05.cliplens .wrap-flex-ex .col-1 {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .sec-05.cliplens .wrap-flex-ex .col-2 {
    width: 100%;
  }
}
.sec-05.cliplens .wrap-flex-ex .ex-main a {
  background-color: #111;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-05.cliplens .wrap-flex-ex .ex-main img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.wrap-flex-ex {
  display: flex;
  gap: 50px;
}
.wrap-flex-ex .col-1 {
  text-align: center;
  width: 40%;
}
.wrap-flex-ex .col-1 span {
  display: block;
  margin: 5px auto 0;
  font-weight: bold;
}
.wrap-flex-ex .col-1 span.txt-en {
  font-size: 2.5vw;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .wrap-flex-ex .col-1 span.txt-en {
    font-size: 20px;
  }
}
.wrap-flex-ex .col-1 span.txt-jp {
  font-size: 1vw;
}
@media screen and (max-width: 600px) {
  .wrap-flex-ex .col-1 span.txt-jp {
    font-size: 14px;
  }
}
.wrap-flex-ex .col-2 {
  width: 60%;
}
.wrap-flex-ex .col-2 .wrap-exs.af .col img {
  height: 100px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .wrap-flex-ex .col-2 .wrap-exs.af .col img {
    height: 80px;
  }
}

.fancybox__caption {
  font-size: 14px;
}

.sec-06 {
  padding: 0 20px clamp(100px, 5vw, 30px);
  padding-top: 100px;
}
@media screen and (max-width: 600px) {
  .sec-06 {
    padding-top: 70px;
  }
}
.sec-06 .inner {
  max-width: 1000px;
}
.sec-06 .wrap-about {
  background-color: #f5f5f5;
  padding: 30px 20px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 6px;
}
.sec-06 .wrap-about .title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: clamp(14px, 1.4vw, 16px);
}
.sec-06 .wrap-about .wrap-flex .col-1 {
  width: 35%;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-06 .wrap-about .wrap-flex .col-1 {
    font-size: 10px;
  }
}
.sec-06 .wrap-about .wrap-flex .col-1 .wrap-img {
  position: relative;
  margin-bottom: 20px;
}
.sec-06 .wrap-about .wrap-flex .col-1 .wrap-img .circle {
  display: block;
  width: min(6vw,50px);
  height: min(6vw,50px);
  border-radius: 100px;
  border: solid 3px #fccd4a;
  position: absolute;
  bottom: -6%;
  right: 26%;
}
.sec-06 .wrap-about .wrap-flex .col-2 {
  width: 65%;
  padding: 20px;
  font-size: clamp(14px, 1.4vw, 16px);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-06 .wrap-about .wrap-flex .col-2 {
    padding-right: 0;
  }
}

.sec-07 {
  overflow: hidden;
}
.sec-07 .txt-red {
  text-align: center;
  color: #e60012;
}
.sec-07 .wrap-items {
  max-width: 1400px;
  margin: 0 auto;
  gap: 40px 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .sec-07 .wrap-items {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-07 .wrap-items {
    gap: 20px 0;
  }
}
.sec-07 .wrap-items .col {
  width: 25%;
  padding: 0 40px;
  /**/
}
@media screen and (max-width: 1024px) {
  .sec-07 .wrap-items .col {
    width: 33.3333333333%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 834px) {
  .sec-07 .wrap-items .col {
    width: 50%;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-07 .wrap-items .col {
    padding: 0 5px;
  }
}
.sec-07 .wrap-items .col .wrap-img {
  text-align: center;
}
.sec-07 .wrap-items .col .wrap-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .sec-07 .wrap-items .col .wrap-img img {
    max-width: 100%;
    max-height: 150px;
  }
}
.sec-07 .wrap-items .col .new {
  display: block;
  font-size: clamp(14px, 1.4vw, 16px);
  color: #e60012;
  font-weight: bold;
}
.sec-07 .wrap-items .col p {
  font-size: clamp(14px, 1.4vw, 16px);
}
.sec-07 .wrap-items .col p.name {
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 50px;
}
.sec-07 .wrap-items .col p.jan {
  font-size: smaller;
  color: #666;
}
.sec-07 .wrap-items .col p.price {
  font-size: smaller;
  color: #666;
  margin-bottom: 20px;
}
.sec-07 .wrap-items .col .pd-link {
  display: block;
  background-color: #0071bc;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 15px 10px;
  font-size: 15px;
  max-width: 350px;
  position: relative;
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-07 .wrap-items .col .pd-link {
    font-weight: bold;
  }
}
.sec-07 .wrap-items .col .pd-link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  .sec-07 .wrap-items .col .pd-link::after {
    width: 6px;
    height: 6px;
    right: 6px;
  }
}
.sec-07 .wrap-items .col .bt-cart {
  background-color: #e95513;
  width: 100%;
  max-width: 350px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
  border-radius: 3px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .sec-07 .wrap-items .col .bt-cart {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec-07 .wrap-items .col .bt-cart {
    max-width: 100%;
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-07 .wrap-items .col .bt-cart {
    padding: 15px 10px;
  }
}
.sec-07 .wrap-items .col .bt-cart img {
  max-width: 22px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 400px) and (orientation: portrait) {
  .sec-07 .wrap-items .col .bt-cart img {
    max-width: 18px;
    margin-right: 10px;
  }
}

.wrap-justclipit {
  background-color: #fff;
  overflow: hidden;
}

.wrap-just_clip_it {
  text-align: center;
  padding: 10% 20px;
  overflow: hidden;
}
.wrap-just_clip_it img {
  width: min(40vw,600px);
  display: block;
  margin: 0 auto;
}
.wrap-just_clip_it img.logo-black {
  width: clamp(150px, 60%, 300px);
  margin-top: 80px;
}

.wrap-title-h2 {
  margin-top: 80px;
  background-color: #eee;
  padding: 100px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .wrap-title-h2 {
    margin-top: 50px;
  }
}

.wrap-page-title {
  position: relative;
  margin-top: 80px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .wrap-page-title {
    margin-top: 50px;
  }
}
.wrap-page-title h2 {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-10px, -50%);
  font-size: clamp(20px, 3vw, 50px);
  letter-spacing: 4px;
  transition: 0.6s;
  opacity: 0;
}
.wrap-page-title h2 .ja {
  display: block;
  font-size: clamp(14px, 1.4vw, 20px);
  letter-spacing: 2px;
}
.wrap-page-title h2.on {
  opacity: 1;
  transform: translate(0, -50%);
}
.wrap-page-title .main-img {
  display: block;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .wrap-page-title .main-img {
    height: 50dvh;
  }
}
.wrap-page-title .wrap-logoset {
  width: clamp(150px, 20vw, 200px);
  position: absolute;
  top: max(2vw, 20px);
  right: max(2vw, 20px);
  text-align: center;
}

.visible {
  opacity: 1;
  transition: opacity 0.6s;
}

.invisible {
  opacity: 0;
}

.fromTopIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.fromTopOut {
  transform: translate(0, -20px);
  opacity: 0;
}

.fromBottomIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.fromBottomOut {
  transform: translate(0, 20px);
  opacity: 0;
}

.fromLeftIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.fromLeftOut {
  transform: translate(-20px, 0);
  opacity: 0;
}

.fromRightIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.fromRightOut {
  transform: translate(20px, 0);
  opacity: 0;
}

.scaleUpIn {
  transform: scale(1, 1);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.scaleUpOut {
  transform: scale(1.2, 1.2);
  opacity: 0;
}

.scaleDownIn {
  transform: scale(1, 1);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.scaleDownOut {
  transform: scale(0.7, 0.7);
  opacity: 0;
}

.rotateIn {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  transition: opacity 0.6s, transform 0.6s;
}

.rotateOut {
  transform: rotate(30deg) scale(0.9);
  opacity: 0;
}

.delay1 {
  transition-delay: 0.1s;
}
@media screen and (max-width: 600px) {
  .delay1 {
    transition-delay: 0;
  }
}

.delay2 {
  transition-delay: 0.2s;
}
@media screen and (max-width: 600px) {
  .delay2 {
    transition-delay: 0;
  }
}

.delay3 {
  transition-delay: 0.3s;
}
@media screen and (max-width: 600px) {
  .delay3 {
    transition-delay: 0;
  }
}

.delay4 {
  transition-delay: 0.4s;
}
@media screen and (max-width: 600px) {
  .delay4 {
    transition-delay: 0;
  }
}

.delay5 {
  transition-delay: 0.5s;
}
@media screen and (max-width: 600px) {
  .delay5 {
    transition-delay: 0;
  }
}

.delay6 {
  transition-delay: 0.4s;
}
@media screen and (max-width: 600px) {
  .delay6 {
    transition-delay: 0;
  }
}

.delay7 {
  transition-delay: 0.7s;
}
@media screen and (max-width: 600px) {
  .delay7 {
    transition-delay: 0;
  }
}

.delay8 {
  transition-delay: 0.8s;
}
@media screen and (max-width: 600px) {
  .delay8 {
    transition-delay: 0;
  }
}

.delay9 {
  transition-delay: 0.9s;
}
@media screen and (max-width: 600px) {
  .delay9 {
    transition-delay: 0;
  }
}

.delay10 {
  transition-delay: 1s;
}
@media screen and (max-width: 600px) {
  .delay10 {
    transition-delay: 0;
  }
}

.speed1 {
  transition-duration: 0.1s;
}

.speed2 {
  transition-duration: 0.2s;
}

.speed3 {
  transition-duration: 0.3s;
}

.speed4 {
  transition-duration: 0.4s;
}

.speed5 {
  transition-duration: 0.5s;
}

.speed6 {
  transition-duration: 0.6s;
}

.speed7 {
  transition-duration: 0.7s;
}

.speed8 {
  transition-duration: 0.8s;
}

.speed9 {
  transition-duration: 0.9s;
}

.speed10 {
  transition-duration: 1s;
}/*# sourceMappingURL=common.css.map */