*,
::after,
::before {
  box-sizing: border-box;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
body {
  margin: 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
hr {
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
a {
  background-color: transparent;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe {
  border-style: none;
}
img {
  border-style: none;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
button,
input,
select {
  margin: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}
input {
  overflow: visible;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
select {
  text-transform: none;
}
textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
details {
  display: block;
}
dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[hidden] {
  display: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}
[aria-hidden="false"][hidden] {
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

a.outline:focus {
  outline: 1px dotted;
}
a:focus {
  outline: none;
}

input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0px;
}

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

html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #fff inset;
}
html::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #b1d0e5;
}
html {
  -webkit-text-size-adjust: 100%;
  overflow: auto;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-weight: normal;
  line-height: 2.1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  background-color: #fff;
  overflow: hidden;
}

body.no-scroll {
  overflow: hidden;
}

#player {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 9999999999;
  overflow: hidden;
  background-color: #000;
}
.player-video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

header {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.tp_loop_wrap {
  display: flex;
  width: 100vw;
  height: 3rem;
  overflow: hidden;
  background-color: #b1d0e5;
}
.tp_loop_wrap img {
  width: auto;
  height: 100%;
}
.tp_loop_wrap img:first-child {
  -webkit-animation: tp_loop 50s -25s linear infinite;
  animation: tp_loop 50s -25s linear infinite;
}
.tp_loop_wrap img:last-child {
  -webkit-animation: tp_loop2 50s linear infinite;
  animation: tp_loop2 50s linear infinite;
}
@-webkit-keyframes tp_loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes tp_loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}
@keyframes tp_loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}
@keyframes tp_loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.top_uc {
  margin: 6vh 5% 6vh;
  display: flex;
  justify-content: space-between;
}
.top_sc4 {
  width: 40%;
}
.top_sc6 {
  width: 60%;
}
.top_logo {
  height: 9.5vh;
}

.top_ptu {
  width: 100%;
  height: 3vh;
  margin: 0;
  text-align: right;
  position: relative;
}
.top_ptu img {
  width: auto;
  height: 100%;
  margin: 0 0 0 auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.top_ptb {
  width: 80%;
  margin: 3vh 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
.top_pt {
  width: auto;
  margin-left: 1vw;
}
.top_pt img {
  width: auto;
  height: 3vh;
  margin-left: 1vw;
}

.top_slide {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}
.top_img {
  margin: 0px 1vw;
  width: auto;
  aspect-ratio: 3 / 4;
  height: 70vh;
  display: block;
}

/* スライダー全体 */
.slider {
  position: absolute;
  overflow: hidden;
  height: 70vh;
  aspect-ratio: 3 / 4;
}

/* スライダー画像 */
.slider .image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.slider .image:nth-of-type(1) {
  background-image: url(img/top_pt01.jpg);
  animation-delay: 0;
}
.slider .image:nth-of-type(2) {
  animation-delay: 5s;
  background-image: url(img/top_pt02.jpg);
}
.slider .image:nth-of-type(3) {
  animation-delay: 10s;
  background-image: url(img/top_pt03.jpg);
}

.slider .image {
  -webkit-animation-name: anime;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  animation-name: anime;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-duration: 15s;
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .top_uc {
    margin: 8vh 5% 8vh;
    display: flex;
    justify-content: space-between;
  }

  .top_slide {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
  }
  .top_img {
    margin: 0px 1vw;
    width: auto;
    aspect-ratio: 3 / 4;
    height: 60vh;
    display: block;
  }
  .slider {
    position: absolute;
    overflow: hidden;
    height: 60vh;
    aspect-ratio: 3 / 4;
  }
}

main {
  width: 100%;
  height: auto;
  margin: 0;
}

.subcon {
  display: block;
}

/* yoko */

.cr_con {
  width: 37.5vw;
  height: 60vh;
  color: #73c1ec;
}
.cr_con h2 {
  display: block;
  margin: 0 0 3vh;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
}
.cr_con h3 {
  display: block;
  margin: 0 0 3vh;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}
.cr_con span {
  display: block;
  margin: 0 0 6vh;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}
.cr_con img {
  height: 3vh;
  display: inline-block;
  animation: r1 3s linear infinite;
}

@keyframes r1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.side-scroll {
  width: 100%;
  max-height: 100vh;
  padding: 20vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: -moz-linear-gradient(top, #73c1ec, #fff 10%, #fff 90%, #73c1ec);
  background: -webkit-linear-gradient(top, #73c1ec, #fff 10%, #fff 90%, #73c1ec);
  background: linear-gradient(to bottom, #73c1ec, #fff 10%, #fff 90%, #73c1ec);
}

.side-scroll-container {
  width: 90%;
  margin: 0 auto;
}

.side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 60vh;
}

.side-scroll-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 60vh;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0 6vh;
}

.side-scroll-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60vh;
}
.side-scroll-item img {
  height: 100%;
}

.side-scroll-item + .side-scroll-item {
  margin-left: 0;
}

@media (max-width: 767px) {
  .cr_con {
    width: 100vw;
  }
}

.loop_wrap {
  display: flex;
  width: 100vw;
  height: 35px;
  overflow: hidden;
  background-color: #b1d0e5;
}
.loop_wrap img {
  width: auto;
  height: 100%;
}
.loop_wrap img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
}
.loop_wrap img:last-child {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

/* item */

.grid-wrapper {
  display: block;
}

select {
  border-radius: 0px;
}

.filter-controls {
  width: 100%;
  text-align: right;
  margin: 12vh 0 6vh;
  padding: 0 5%;
  z-index: 99;
  display: block;
}
.filter-controls .control {
  display: inline-block;
  width: calc(87.5% / 4);
  margin: 0 0 0 1vw;
}
.filter-controls .control * {
  box-sizing: border-box;
}
.filter-controls .control .form-control {
  width: 100%;
  height: 3rem;
  margin: 0 0 0 0;
  padding: 0 2rem;
  border: 1px solid #73c1ec;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  color: #73c1ec;
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 100vh;
}
.filter-controls .control .form-control:focus {
  outline: none;
  border-color: #73b0db;
}
.form-control:focus:not(.focus-visible) {
  outline: none;
}

.gridcv {
  margin: 0 calc(5% - 1.5625%);
  padding: 0 0;
}
.grid {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.item {
  display: block;
  position: absolute;
  width: calc(87.5% / 4);
  height: auto;
  margin: 0 1.5% 9vh;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
/*
.item:nth-of-type(4n + 1) {
  margin-left: 0;
}
.item:nth-of-type(4n) {
  margin-right: 0;
}
*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.custom-content img {
  width: 100%;
  font-size: 0;
}
.custom-content {
  display: block;
  vertical-align: middle;
  box-sizing: border-box;
  overflow: hidden;
}

.item.muuri-item-dragging {
  z-index: 3;
  -webkit-transition: none;
  transition: none;
}
.item.muuri-item-releasing {
  z-index: 2;
}

.item_ar {
  height: 6.5rem;
  margin: 2.2rem 0 0;
  font-family: "Inter", sans-serif;
  color: #333333;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item_name {
  width: 90%;
  line-height: 1.2;
}
.item_color {
  width: 10%;
  display: flex;
  align-items: flex-start;
  margin-top: 0.2rem;
}
.item_cy {
  width: 10px;
  height: 10px;
  margin: 0 0 0 auto;
  border-radius: 50%;
}
.cy_black {
  background-color: #333333;
}
.cy_white {
  background-color: #fff;
  border: 1px solid #333333;
  box-sizing: border-box;
}
.cy_blue {
  background-color: #204bb7;
}
.cy_lightblue {
  background-color: #6999da;
}
.cy_aurora {
  background: -moz-linear-gradient(left, #c26eab, #80b0d3);
  background: -webkit-linear-gradient(left, #c26eab, #80b0d3);
  background: linear-gradient(to right, #c26eab, #80b0d3);
}
.item_price {
  width: 100%;
  line-height: 1;
}

@media (max-width: 767px) {
  .gridcv {
    min-height: 100vh;
    margin: 0 calc(5% - 1.5%);
    padding: 0 0;
  }
  .item {
    width: calc(94% / 2);
    margin: 0 1.5% 6vh;
  }

  .item_name {
    width: 90%;
    height: 3.5rem;
    line-height: 1.2;
  }
  .item_color {
    width: 10%;
    align-items: flex-start;
    margin-top: 0.2rem;
  }

  .filter-controls .control {
    display: inline-block;
    width: calc(94% / 2);
    margin: 0 0 1.4rem auto;
    display: block;
  }
  .filter-controls .control:last-child {
    margin: 0 0 0 auto;
  }

  .filter-controls {
    margin-bottom: 6vh;
  }
}
/*
.tingle-modal-box__content::-webkit-scrollbar {
  display: none;
}

.tingle-modal-box__content {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
*/
.embed-container {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 120%;
  position: relative;
}

.embed-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.inner_l {
  width: 50%;
}

.pc_img {
  width: 100%;
  text-align: center;
}
.pc_img img {
  width: 80%;
  margin: 0 auto;
}

.cp_cssslider {
  width: 100%;
  padding-top: 154%;
  position: relative;
  margin: 0 auto 0 auto;
  text-align: center;
}

.cp_cssslider > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: all 0.5s;
}

.cp_cssslider input[name="cp_switch"] {
  display: none;
}

.cp_cssslider label {
  width: 10%;
  margin: 0 3px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0.6;
}

.cp_cssslider label:hover {
  opacity: 0.9;
}

.cp_cssslider label img {
  display: block;
  width: 100%;
}

.cp_cssslider input[name="cp_switch"]:checked + label {
  opacity: 1;
}

.cp_cssslider input[name="cp_switch"] ~ img {
  opacity: 0;
}

.cp_cssslider input[name="cp_switch"]:checked + label + img {
  opacity: 1;
}

@media (min-width: 767px) {
  .cp_cssslider {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc_img {
    display: none;
  }
}

.inner_r {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 50%;
  height: 92vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.itnm {
  margin: 0 0;
  text-align: left;
  width: 80%;
}
.itnm h2 {
  margin: 0 0 3vh;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.itnm_color {
  margin: 0 0 3vh;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.itnm_cy {
  width: 10px;
  height: 10px;
  margin: 0 1.4rem 0 0;
  border-radius: 50%;
  display: inline-block;
}

.itnm_price {
  margin: 0 0 3vh;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.itnm_hr {
  width: 100%;
  height: 1px;
  background-color: #333333;
  margin: 0 0 3vh;
  padding: 0;
}

.itnm_type ul {
  margin: 0;
  padding: 0;
}
.itnm_type li {
  position: relative;
  padding-left: 3rem;
  list-style-type: none;
  margin: 0 0 1vh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.itnm_type li:last-child {
  margin: 0 0 0;
}

.itnm_type li::before,
.itnm_type li::after {
  position: absolute;
  top: 1.2rem;
  left: 0.7rem;
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 1px solid #333333;
  transform: translateX(-50%);
}
.itnm_type li span {
  width: 100%;
}

.itnm_type li:after {
  top: 0.6rem;
  left: -0.6rem;
  transform: rotate(90deg);
}

.itnm_btn {
  width: 9rem;
  height: auto;
  padding: 1rem 0;
  margin: 3vh 0 0;
  text-align: center;
  background: #73b0db;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #73b0db;
  transition: 1s;
}
.itnm_btn:hover {
  cursor: pointer;
  color: #73b0db;
  background-color: #fff;
  border: 1px solid #73b0db;
}
.itnm_btn_out {
  width: 10rem;
  height: auto;
  padding: 1rem 0;
  margin: 3vh 0 0;
  text-align: center;
  background: #ccc;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .modal-wrapper {
    padding: 0;
    overflow-y: visible;
  }

  .inner_l {
    width: 100%;
  }

  .inner_r {
    position: relative !important;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 4vh 0 0;
  }
  .itnm {
    margin: 0 0;
    text-align: left;
    width: 100%;
  }

  .itnm h2 {
    font-size: 1.8rem;
  }

  .embed-container {
    padding-bottom: 160%;
  }
}

footer {
  padding: 6vh 5% 12vh;
  font-size: 1rem;
  text-align: left;
  color: #73c1ec;
}

.shoplink {
  width: 100%;
  padding: 0;
  margin: 0 0 12vh;
  display: block;
}
.shopbtn {
  border-top: 1px solid #73c1ec;
  border-bottom: 1px solid #73c1ec;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #73c1ec;
  transition: 1s;
  padding: 1vh 0;
}
.shopbtn:hover {
  background-color: #73c1ec;
  color: #fff;
}
@media (max-width: 767px) {
  .pcbtn {
    display: none;
  }
  .shopbtn {
    justify-content: center;
  }
}

.instagram {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 12vh;
}
.insta_img {
  width: calc(100% / 4);
}
.insta_img img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .insta_img {
    width: calc(100% / 2);
  }
}
