@charset "UTF-8";
body.loaded #wrapper_od {
  opacity: 1;
}
body.modal-open {
  overflow: hidden;
}

/* reset */
.sr_page-shopping-result__free .fca_container {
  padding: 0;
}
.sr_page-shopping-result__free .fca_container .fca_container__in {
  max-width: 100%;
}

.modal_od {
  height: 100dvh;
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}
.modal_od.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}
.modal_od.is-open .modal_od_inner {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.modal_od.is-open .modal_od_bg {
  opacity: 1;
}
.modal_od#modal01_od .deco01 {
  width: 45%;
  left: -25%;
  bottom: 40%;
}
@media (min-width: 768px) {
  .modal_od#modal01_od .deco01 {
    width: 55%;
    left: -30%;
    bottom: 5%;
  }
}
.modal_od#modal01_od .deco02 {
  width: 40%;
  right: -25%;
  bottom: -7%;
}
@media (min-width: 768px) {
  .modal_od#modal01_od .deco02 {
    width: 42%;
    right: -50%;
    bottom: 25%;
  }
}
.modal_od#modal02_od .deco01 {
  width: 45%;
  left: -25%;
  bottom: 40%;
}
@media (min-width: 768px) {
  .modal_od#modal02_od .deco01 {
    width: 40%;
    left: -25%;
    bottom: 50%;
  }
}
.modal_od#modal02_od .deco02 {
  width: 40%;
  right: -25%;
  bottom: -7%;
}
@media (min-width: 768px) {
  .modal_od#modal02_od .deco02 {
    width: 63%;
    right: -50%;
    bottom: -5%;
  }
}
.modal_od#modal03_od .deco01 {
  width: 45%;
  left: -25%;
  bottom: 40%;
}
@media (min-width: 768px) {
  .modal_od#modal03_od .deco01 {
    width: 60%;
    left: -36%;
    bottom: 10%;
  }
}
.modal_od#modal03_od .deco02 {
  width: 40%;
  right: -25%;
  bottom: -7%;
}
@media (min-width: 768px) {
  .modal_od#modal03_od .deco02 {
    width: 70%;
    right: -45%;
    bottom: 40%;
  }
}
.modal_od#modal04_od .deco01 {
  width: 45%;
  left: -25%;
  bottom: 40%;
}
@media (min-width: 768px) {
  .modal_od#modal04_od .deco01 {
    width: 60%;
    left: -45%;
    bottom: -5%;
  }
}
.modal_od#modal04_od .deco02 {
  width: 40%;
  right: -25%;
  bottom: -7%;
}
@media (min-width: 768px) {
  .modal_od#modal04_od .deco02 {
    width: 87%;
    right: -60%;
    bottom: 45%;
  }
}
.modal_od#modal05_od .deco01 {
  width: 50%;
  left: -25%;
  bottom: 18%;
}
@media (min-width: 768px) {
  .modal_od#modal05_od .deco01 {
    bottom: 25%;
  }
}
.modal_od#modal05_od .deco02 {
  width: 50%;
  right: -35%;
  bottom: 36%;
}
@media (min-width: 768px) {
  .modal_od#modal05_od .deco02 {
    width: 55%;
    right: -40%;
  }
}
.modal_od#modal05_od .deco03 {
  width: 90%;
  margin: 6% auto 0;
}
@media (min-width: 768px) {
  .modal_od#modal05_od .deco03 {
    width: 80%;
    margin: 5% -12% 0 auto;
  }
}

.modal_od_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.modal_od_inner {
  position: absolute;
  width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*background: #fff;*/
  opacity: 0;
  transform: translate(-50%, -48%) scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 5%;
}
@media (min-width: 768px) {
  .modal_od_inner {
    max-height: 90vh;
    width: min(90vw, 1280px);
    padding: 0;
  }
}
.modal_od_inner .modal_od_red {
  position: relative;
  background: #d23436;
  padding: 5% 5% 15% 5%;
  color: #fff;
  clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
}
@media (min-width: 768px) {
  .modal_od_inner .modal_od_red {
    display: flex;
    padding: 5% 8% 5% 5%;
    clip-path: polygon(70px 0, calc(100% - 70px) 0, 100% 70px, 100% calc(100% - 70px), calc(100% - 70px) 100%, 70px 100%, 0 calc(100% - 70px), 0 70px);
  }
}
@media (min-width: 1024px) {
  .modal_od_inner .modal_od_red {
    padding: 4% 6%;
  }
}
.modal_od_inner .modal_od_close {
  position: absolute;
  top: 2%;
  right: 5%;
  outline: none;
  border: none;
  background: none;
  width: clamp(40px, 5vw, 58px);
}
@media (min-width: 560px) {
  .modal_od_inner .modal_od_close {
    top: 2%;
    right: 6%;
  }
}
@media (min-width: 1024px) {
  .modal_od_inner .modal_od_close {
    top: 4%;
    right: 4%;
  }
}
.modal_od_inner .modal_item {
  text-align: center;
  padding-bottom: 12%;
  position: relative;
}
.modal_od_inner .modal_item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 1px;
  background: #fff;
}
@media (min-width: 768px) {
  .modal_od_inner .modal_item:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .modal_od_inner .modal_item {
    width: 50%;
    border-right: 1px solid #fff;
    padding: 0 5%;
  }
}
.modal_od_inner .modal_item .modal_lookNo {
  width: 37%;
  margin: 0 auto 5%;
  padding-left: 3%;
}
.modal_od_inner .modal_item .modal_od_swiper_wrap {
  position: relative;
  margin: 0 auto;
}
.modal_od_inner .modal_item .modal_od_swiper_wrap .swiper-button-prev,
.modal_od_inner .modal_item .modal_od_swiper_wrap .swiper-button-next {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  background: none;
  width: 8%;
}
.modal_od_inner .modal_item .modal_od_swiper_wrap .swiper-button-prev svg,
.modal_od_inner .modal_item .modal_od_swiper_wrap .swiper-button-next svg {
  display: none;
}
.modal_od_inner .modal_item .modal_od_swiper_wrap .swiper-button-prev {
  left: 0;
}
@media (min-width: 768px) {
  .modal_od_inner .modal_item .modal_od_swiper_wrap .swiper-button-prev {
    left: 0;
  }
}
.modal_od_inner .modal_item .modal_od_swiper_wrap .swiper-button-next {
  right: 0;
}
@media (min-width: 768px) {
  .modal_od_inner .modal_item .modal_od_swiper_wrap .swiper-button-next {
    right: 0;
  }
}
.modal_od_inner .modal_item .itemPhoto {
  width: 63%;
  margin: 0 auto;
}
.modal_od_inner .modal_item .itemInfo {
  margin-top: 4%;
}
.modal_od_inner .modal_item .itemInfo .modal_name {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}
@media (min-width: 768px) {
  .modal_od_inner .modal_item .itemInfo .modal_name {
    font-size: clamp(14px, 1.6vw, 17px);
  }
}
.modal_od_inner .modal_item .itemInfo .modal_price {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 4%;
}
.modal_od_inner .modal_item .itemInfo .modal_price .price {
  font-size: 29px;
  color: #fff;
}
@media (min-width: 768px) {
  .modal_od_inner .modal_item .itemInfo .modal_price .price {
    font-size: clamp(22px, 2.6vw, 29px);
  }
}
.modal_od_inner .modal_item .itemInfo .modal_price .tax {
  font-size: clamp(12px, 1.1vw, 12px);
}
.modal_od_inner .modal_item .itemInfo .modal_link {
  font-size: 19px;
  line-height: 1;
  background: #fff;
  border-radius: 100px;
  color: #d83239;
  padding: 5.4% 0;
  width: 54%;
  min-width: 180px;
  max-width: 230px;
  padding: 5.4% 0;
  margin: 7% auto 0;
}
@media (min-width: 768px) {
  .modal_od_inner .modal_item .itemInfo .modal_link {
    font-size: clamp(16px, 1.7vw, 19px);
  }
}
.modal_od_inner .modal_item .itemInfo .modal_link:hover {
  background: rgba(255, 255, 255, 0.7);
}
.modal_od_inner .modal_model {
  flex: 1;
  padding-top: 10%;
}
@media (min-width: 768px) {
  .modal_od_inner .modal_model {
    padding: 0 3% 0 8%;
  }
}
.modal_od_inner .modal_model .modal_comment {
  width: 54% !important;
  margin: 0 auto;
}
.modal_od_inner .modal_model .modal_model_photo {
  position: relative;
  width: 67%;
  margin: 5% auto 12%;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .modal_od_inner .modal_model .modal_model_photo {
    width: 70%;
    margin-bottom: min(3vw, 25px);
  }
}
.modal_od_inner .modal_model .modal_model_photo .deco01 {
  animation: tikutaku 2s steps(2) infinite;
}
.modal_od_inner .modal_model .modal_model_photo .deco02 {
  animation: tikutaku 2s steps(2) 1s infinite;
}
.modal_od_inner .modal_model .modal_model_comment {
  font-size: 17px;
  line-height: 1.8;
  text-align: justify;
  margin: 0 auto;
  width: 90%;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .modal_od_inner .modal_model .modal_model_comment {
    width: 100%;
    font-size: clamp(13px, 1.5vw, 16px);
  }
}

#wrapper_od {
  font-size: 1.4rem;
  overflow: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.08em;
  font-family: "秀英角ゴシック銀 M", "Shuei KakuGo Gin M";
  color: #000000;
  opacity: 0;
  transition: opacity 1s ease;
  background: #f4f2e6;
}
#wrapper_od strong, #wrapper_od .bold {
  font-weight: bold;
  font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
}
#wrapper_od .en {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}
#wrapper_od .pc {
  display: none;
}
@media (min-width: 768px) {
  #wrapper_od .pc {
    display: block;
  }
}
#wrapper_od .pc_il {
  display: none;
}
@media (min-width: 768px) {
  #wrapper_od .pc_il {
    display: inline-block;
  }
}
#wrapper_od .sp {
  display: block;
}
@media (min-width: 768px) {
  #wrapper_od .sp {
    display: none;
  }
}
#wrapper_od .sp_il {
  display: inline-block;
}
@media (min-width: 768px) {
  #wrapper_od .sp_il {
    display: none;
  }
}
#wrapper_od a {
  display: block;
  text-decoration: none !important;
  transition: 0.3s;
}
#wrapper_od a:hover {
  text-decoration: none;
}
#wrapper_od a:hover img, #wrapper_od a:hover picture {
  opacity: 0.8;
}
#wrapper_od a img, #wrapper_od a picture {
  transition: 0.3s;
  display: block;
}
#wrapper_od img {
  width: 100%;
  height: auto;
  display: block;
}
#wrapper_od h2 {
  margin: 0;
}
#wrapper_od ul {
  padding: 0;
  margin: 0;
}
#wrapper_od ul li {
  list-style: none;
}
#wrapper_od .hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
#wrapper_od .decoWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#wrapper_od .deco {
  position: absolute;
  pointer-events: none;
}
#wrapper_od .inner {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  #wrapper_od .inner {
    width: 90%;
  }
}
@media (min-width: 1280px) {
  #wrapper_od .inner {
    width: 1280px;
  }
}
#wrapper_od .fadeIn {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#wrapper_od .fadeIn:not(.scaleIn).is-visible {
  opacity: 1;
  transform: translateY(0);
}
#wrapper_od .fadeIn.scaleIn {
  transform: translate(-30px, 30px) scale(0);
  transform-origin: left bottom;
}
#wrapper_od .fadeIn.scaleIn.is-visible {
  animation: scaleInFromLeftBottom 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
#wrapper_od .fadeIn.fadeUp {
  transform: translateY(30px);
}
#wrapper_od .fadeIn.fadeLeft {
  transform: translateX(-50px);
}
#wrapper_od .fadeIn.fadeRight {
  transform: translateX(50px);
}
#wrapper_od #hero {
  position: relative;
}
@media (min-width: 768px) {
  #wrapper_od #hero {
    background: url(../images/fv@2x.webp) 50% 0/auto 100% no-repeat;
    max-height: 750px;
    height: 65vw;
  }
}
@media (min-width: 1280px) {
  #wrapper_od #hero {
    background-size: cover;
    max-height: 750px;
  }
}
#wrapper_od #hero .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  #wrapper_od #hero .inner {
    position: relative;
  }
}
@media (min-width: 1280px) {
  #wrapper_od #hero .inner {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  #wrapper_od #hero .fv_bg {
    display: none;
  }
}
#wrapper_od #hero .logo {
  width: 72%;
  margin: 0 auto;
  padding-top: 8%;
}
@media (min-width: 768px) {
  #wrapper_od #hero .logo {
    width: 31%;
    padding-top: 5%;
  }
}
#wrapper_od #hero .deco.deco01 {
  width: 26%;
  top: 28%;
  left: 72%;
}
@media (min-width: 768px) {
  #wrapper_od #hero .deco.deco01 {
    width: 13%;
    top: 10%;
    left: 21%;
    max-width: 190px;
  }
}
#wrapper_od #hero .deco.deco01 > div {
  animation: 5s ease-in-out 1s infinite normal none running look1-fly;
}
#wrapper_od #hero .deco.deco02 {
  width: 41%;
  top: 24%;
  left: -2%;
}
@media (min-width: 768px) {
  #wrapper_od #hero .deco.deco02 {
    width: 14%;
    top: 32%;
    left: 3%;
    max-width: 183px;
  }
}
#wrapper_od #hero .deco.deco02 > div {
  animation: 5s ease-in-out 1.5s infinite normal none running look1-fly;
}
#wrapper_od #hero .deco.deco03 {
  width: 24%;
  top: 34%;
  right: 12%;
  max-width: 268px;
}
#wrapper_od #hero .deco.deco03 > div {
  animation: 5s ease-in-out 0.5s infinite normal none running look1-fly;
}
#wrapper_od #hero .deco > div {
  position: relative;
}
#wrapper_od #hero .deco .img, #wrapper_od #hero .deco .img_shadow {
  position: absolute;
  left: 0;
  top: 0;
}
#wrapper_od #hero .deco .img {
  z-index: 2;
}
#wrapper_od #hero .deco .img_shadow {
  z-index: 1;
  mix-blend-mode: multiply;
}
#wrapper_od .marquee {
  overflow: hidden;
  width: 100%;
  display: flex;
  background: #fff;
  padding: 3.5% 0 3%;
}
@media (min-width: 560px) {
  #wrapper_od .marquee {
    padding: 2% 0 1.6%;
  }
}
@media (min-width: 1024px) {
  #wrapper_od .marquee {
    padding: 1% 0 0.8%;
  }
}
#wrapper_od .marquee .track {
  display: flex;
  animation: marquee 20s linear infinite;
}
#wrapper_od .marquee .track .group {
  display: flex;
  flex-shrink: 0;
  gap: 0;
}
#wrapper_od .marquee .track .group img {
  width: auto;
  height: clamp(24px, 4vw, 40px);
  flex-shrink: 0;
  display: block;
}
#wrapper_od #contentsWrap #heading .headSect {
  position: relative;
}
#wrapper_od #contentsWrap #heading .headSect .inner {
  position: relative;
}
#wrapper_od #contentsWrap #heading .headSect .headImg {
  margin: 0 auto;
}
#wrapper_od #contentsWrap #heading .headSect .headImg01 {
  width: 85%;
  padding: 15% 0 3%;
  transform: rotate(-5deg);
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #heading .headSect .headImg01 {
    width: 44%;
    padding-top: 7%;
    transform: none;
  }
}
#wrapper_od #contentsWrap #heading .headSect .headImg01 img {
  position: relative;
  animation: 5s ease-in-out 1s infinite normal none running look1-fly;
}
#wrapper_od #contentsWrap #heading .headSect .headImg02 {
  width: 52%;
  padding: 0 0 10%;
  animation: tikutaku 2s steps(2) infinite;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #heading .headSect .headImg02 {
    width: 50%;
    padding: 0;
  }
}
#wrapper_od #contentsWrap #heading .headSect .headImg03 {
  width: 62.5%;
  padding: 3% 0 0;
  animation: tikutaku 2s steps(2) 1s infinite;
}
#wrapper_od #contentsWrap #heading .headSect .headTtl {
  width: 78%;
  margin: 0 auto 5%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #heading .headSect .headTtl {
    width: 40%;
    margin-bottom: 3%;
  }
}
#wrapper_od #contentsWrap #heading .headSect .headSmry {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #heading .headSect .headSmry {
    width: 44%;
    max-width: 430px;
  }
}
#wrapper_od #contentsWrap #heading .headSect .headSmry p {
  text-align: justify;
  font-size: clamp(17px, 1.9vw, 21px);
  line-height: 2.3;
}
#wrapper_od #contentsWrap #heading .headSect .headSmry p:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #heading .headSect .headSmry p:not(:last-child) {
    margin-bottom: 30px;
  }
}
#wrapper_od #contentsWrap #heading .headSect .decoWrap01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vw;
  height: auto;
}
#wrapper_od #contentsWrap #heading .headSect .decoWrap01 .deco {
  position: static;
  max-width: 100px;
  width: 10vw;
}
#wrapper_od #contentsWrap #heading .headSect .decoWrap02 .deco03 {
  width: 18%;
  top: 50%;
  left: 78%;
}
#wrapper_od #contentsWrap #heading .headSect .decoWrap02 .deco03 img {
  animation: tikutaku 2s steps(2) infinite;
}
#wrapper_od #contentsWrap #heading .headSect .decoWrap02 .deco04 {
  width: 20%;
  right: 78%;
  bottom: -4%;
}
#wrapper_od #contentsWrap #heading .headSect .decoWrap02 .deco04 img {
  animation: tikutaku 2s steps(2) 1s infinite;
}
#wrapper_od #contentsWrap #itemCont {
  padding-top: 20%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont {
    padding-top: 7%;
  }
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .inner {
    width: 90%;
  }
}
@media (min-width: 1280px) {
  #wrapper_od #contentsWrap #itemCont .inner {
    width: 980px;
  }
}
#wrapper_od #contentsWrap #itemCont .headTtl {
  text-align: center;
  max-width: 905px;
  margin: 0 auto;
}
#wrapper_od #contentsWrap #itemCont .headTtl span {
  display: block;
  font-size: clamp(23px, 2.5vw, 28px);
  color: #d83239;
  letter-spacing: 0.1em;
  margin-top: 6%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .headTtl span {
    margin-top: 4%;
  }
}
#wrapper_od #contentsWrap #itemCont .headSmry, #wrapper_od #contentsWrap #itemCont .footSmry {
  font-size: clamp(19px, 2.1vw, 23px);
  line-height: 2.1;
  margin: 8% auto 0;
  text-align: center;
  background: url(../images/itemtxt_bg.svg) 0 0/20px auto repeat;
  padding: 10% 0;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .headSmry, #wrapper_od #contentsWrap #itemCont .footSmry {
    margin: 3% 0 0 0;
    padding: 3% 0;
  }
}
#wrapper_od #contentsWrap #itemCont .headSmry p, #wrapper_od #contentsWrap #itemCont .footSmry p {
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}
#wrapper_od #contentsWrap #itemCont .footSmry p {
  text-align: justify;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .footSmry p {
    text-align: center;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li {
  padding-top: clamp(100px, 15vw, 200px);
  position: relative;
  margin: 0 auto;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li:first-child {
  padding-top: 5%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li:first-child {
    padding-top: clamp(50px, 7.5vw, 100px);
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li .modalPhoto {
  position: relative;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li .modalPhoto .modalBtn {
  pointer-events: all;
  z-index: 3;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li .modalPhoto .modalBtn li {
  position: absolute;
  width: 20px;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li .modalPhoto .modalBtn li {
    width: clamp(15px, 2.5vw, 28px);
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li .modalPhoto .baloon {
  width: 30%;
  z-index: 2;
  top: -6%;
  right: -2%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li .modalPhoto .baloon {
    width: 32%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li .lookPhoto {
  position: absolute;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li .lookNo {
  position: absolute;
  top: 2%;
  left: 4%;
  min-width: 100px;
  width: 23vw;
  z-index: 2;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li .lookNo {
    width: clamp(100px, 12vw, 157px);
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li .lookSmry {
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 2.1;
  width: 110%;
  padding: 10% 5% 10% 20%;
  background: url(../images/itemtxt_bg.svg) 0 0/20px auto repeat;
  margin: 0 0 0 -5%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li .lookSmry {
    position: absolute;
    padding: 5% 4%;
    width: auto;
    margin: 0;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li .lookPhotoNote {
  position: absolute;
  margin: 0;
  line-height: 1;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li .lookPhotoNote span {
  white-space: nowrap;
  display: inline-block;
  background: #fff;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1;
  padding: 11px;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li .lookPhotoNote span {
    padding: 8px;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li .lookPhotoNote span:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto01 {
    width: 56%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto01 .deco01 {
  width: 24%;
  bottom: 7%;
  left: 19%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto01 .deco04 {
  width: 50%;
  bottom: -7%;
  left: -5%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto01 .deco04 {
    width: 57%;
    left: -9%;
    bottom: -8%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto01 .deco04 img {
  position: relative;
  animation: 5s ease-in-out 1s infinite normal none running look1-fly;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto01 .baloon {
    right: -8%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto01 .modalBtn01 {
  top: 25%;
  left: 75%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto01 .modalBtn02 {
  top: 30%;
  left: 35%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto01 .modalBtn03 {
  top: 75%;
  left: 81%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto01 .modalBtn04 {
  top: 45%;
  left: 30%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto02 {
  position: static;
  width: 120%;
  margin: 30% 0 0 -10%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto02 {
    position: absolute;
    width: 37%;
    top: 18%;
    right: 0;
    margin: 0;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto03 {
  position: relative;
  width: 67%;
  margin: 5% -10% 0 auto;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto03 {
    width: 32%;
    margin: 18% 10% 0 auto;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto03 .lookPhotoNote {
  left: -60%;
  bottom: 65%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto03 .lookPhotoNote {
    left: 60%;
    bottom: 20%;
  }
}
@media (min-width: 1024px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookPhoto03 .lookPhotoNote {
    left: 80%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookSmry {
  margin-top: 10%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .lookSmry {
    bottom: 11%;
    left: 6%;
    margin: 0;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .deco02 {
  width: 43%;
  bottom: 310vw;
  left: 60%;
}
@media (min-width: 560px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .deco02 {
    bottom: 63%;
  }
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .deco02 {
    width: 23%;
    bottom: 2%;
    left: 30%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .deco03 {
  transform: rotate(-20deg);
  width: 45%;
  left: -2%;
  bottom: 18%;
}
@media (min-width: 560px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .deco03 {
    bottom: 15%;
  }
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look01 .deco03 {
    transform: 0;
    width: 25%;
    bottom: -5%;
    left: 6%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookSmry01 {
  padding-left: 15%;
  margin-top: 5%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookSmry01 {
    top: 10%;
    left: 5%;
    padding-left: 4%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto01 {
    width: 48%;
    margin: 5% 0 0 auto;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto01 .deco01 {
  width: 40%;
  bottom: -115vw;
  left: 0;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto01 .deco01 {
    width: 50%;
    bottom: 32%;
    left: -90%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto01 .baloon {
  top: -4%;
  right: 1%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto01 .baloon {
    top: -11%;
    right: -9%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto01 .modalBtn01 {
  top: 30%;
  left: 28%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto01 .modalBtn02 {
  top: 38%;
  left: 75%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto01 .modalBtn03 {
  top: 13%;
  left: 37%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto01 .modalBtn04 {
  top: 60%;
  left: 73%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto02 {
  position: static;
  width: 56%;
  margin: 0 -5% 0 auto;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto02 {
    position: absolute;
    width: 32%;
    margin: -15% auto 0 25%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto02 .lookPhotoNote {
  left: 0;
  bottom: -55%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto02 .lookPhotoNote {
    left: -50%;
    top: 20%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto03 {
  position: relative;
  width: 51%;
  margin: -5% auto 0 0;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookPhoto03 {
    width: 24%;
    margin: 10% auto 0 2%;
  }
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .lookSmry02 {
    bottom: 5%;
    left: 40%;
    padding: 3% 4%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .deco02 {
  width: 40%;
  bottom: 20vw;
  left: 58%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .deco02 {
    width: 24%;
    left: 78%;
    bottom: 25%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .deco02 img {
  position: relative;
  animation: tikutaku 2s steps(2) infinite;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .deco03 {
  width: 20%;
  left: 70%;
  bottom: 0;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look02 .deco03 {
    width: 10%;
    bottom: 18%;
    left: 88%;
  }
}
@media (min-width: 1280px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look03 {
    width: 1050px;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhotoWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4%;
  position: relative;
  flex-direction: column;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhotoWrap {
    flex-direction: row;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhoto01 {
  width: 112%;
  margin-left: -6%;
  order: 2;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhoto01 {
    width: 52%;
    margin: 0;
    order: 1;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhoto01 .baloon {
  top: -10%;
  right: 5%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhoto01 .baloon {
    top: -7%;
    right: 1%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhoto01 .modalBtn01 {
  top: 24%;
  left: 76%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhoto01 .modalBtn02 {
  top: 60%;
  left: 25%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhoto01 .modalBtn03 {
  top: 81%;
  left: 18%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookSmry01 {
  flex: 1;
  position: static;
  padding: 10% 5% 10% 13%;
  order: 1;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookSmry01 {
    padding: 3% 2% 3% 4%;
    order: 2;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .deco01 {
  width: 50%;
  bottom: -21%;
  right: 0;
  z-index: 3;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .deco01 {
    width: 27%;
    bottom: 25%;
    right: 0;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .deco01 img {
  position: relative;
  animation: 5s ease-in-out infinite normal none running look1-fly;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhoto02 {
  position: static;
  width: 56%;
  margin: 20% auto 0 0;
  z-index: 2;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhoto02 {
    position: absolute;
    width: 31%;
    margin: -13% auto 0 39%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhoto02 .lookPhotoNote {
  left: 0;
  top: 115%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhoto02 .lookPhotoNote {
    left: 113%;
    top: 0;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhoto03 {
  position: relative;
  width: 46%;
  margin: -20% 0 0 auto;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .lookPhoto03 {
    width: 21%;
    margin: 10% auto 0 14%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 > .decoWrap {
  position: static;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look03 > .decoWrap {
    position: absolute;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .deco02 {
  position: static;
  margin-top: 10%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look03 .deco02 {
    position: absolute;
    margin: 0;
    width: 58%;
    left: 47%;
    bottom: 0;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookSmry01 {
  position: static;
  display: inline-block;
  padding: 10% 5% 10% 17%;
  margin-bottom: 15%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookSmry01 {
    padding: 3% 4%;
    margin: 0 auto 5% 0;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .deco01 {
  width: 40%;
  left: 10%;
  bottom: 0;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .deco01 {
    width: 45%;
    left: 35%;
    bottom: -33%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhotoWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhotoWrap {
    flex-direction: row;
    gap: 11%;
  }
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhotoWrap > .decoWrap {
    position: static;
    flex: 1;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhotoWrap .deco02 {
  position: absolute;
  width: 48%;
  left: 5%;
  top: 108%;
  z-index: 2;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhotoWrap .deco02 {
    width: 25%;
    left: 55%;
    top: 3%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhotoWrap .deco02 {
  /*
  @include pc-small {
      position: static;
      width: 75%;
  }
  */
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhotoWrap .deco02 img {
  position: relative;
  animation: 5s ease-in-out infinite normal none running look1-fly;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto01 {
  width: 112%;
  margin-left: -6%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto01 {
    width: 50%;
    margin: 0;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto01 .baloon {
  top: -2%;
  right: 6%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto01 .baloon {
    right: -2%;
  }
}
@media (min-width: 1480px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto01 .baloon {
    top: -10%;
    right: -12%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto01 .modalBtn01 {
  top: 21%;
  left: 62%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto01 .modalBtn02 {
  top: 50%;
  left: 66%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto01 .modalBtn03 {
  top: 89%;
  left: 30%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto01 .lookPhotoNote {
  left: 50%;
  top: 97%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto01 .lookPhotoNote {
    left: 90%;
    top: 42%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto01 .lookPhotoNote {
  /*
  @include pc-small {
      left: -27%;
      top: 20%;
  }
  */
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto02 {
  position: static;
  width: 50%;
  margin: 50% auto 0 -6%;
  z-index: 2;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto02 {
    position: absolute;
    width: 25%;
    left: 54%;
    bottom: -5%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto02 .modalBtn04 {
  top: 31%;
  left: 25%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto02 .modalBtn05 {
  top: 45%;
  left: 25%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto03 {
  width: 57%;
  right: -6%;
  bottom: 20.5%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto03 {
    width: 25%;
    right: 0;
    bottom: 0;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto04 {
  position: static;
  width: 40%;
  margin: -14% 5% 0 auto;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto04 {
    position: absolute;
    width: 15%;
    left: 83%;
    bottom: 33%;
    margin: 0;
    z-index: 3;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look04 .lookPhoto04 {
  /*
  @include pc-small {
      width: 20%;
      left: -15%;
      bottom: -12%;
  }
  */
}
@media (min-width: 1280px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 {
    width: 1030px;
  }
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain {
    display: flex;
    justify-content: space-between;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap {
  position: relative;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap {
    padding-top: clamp(100px, 15vw, 200px);
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhoto {
  position: static;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoNote {
  right: 5%;
  top: 64%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoNote {
    position: static;
    margin: 8% auto 0 12%;
  }
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap01 {
    width: 49%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap01 .lookSmry01 {
  padding: 6% 5% 6% 7%;
  position: static;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap01 .lookPhoto02 {
  width: 90%;
  margin: 0 auto 0 -6%;
  position: relative;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap01 .lookPhoto02 {
    width: 68%;
    margin: 20% 10% 0 auto;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap01 .decoWrap {
  position: static;
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap01 .decoWrap {
    padding: 10% 0 0 17%;
    flex-direction: row;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap01 .decoWrap .deco04 {
  width: 30%;
  margin: -15% 5% 0 auto;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap01 .decoWrap .deco04 {
    width: 26%;
    margin: 0;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap01 .decoWrap .deco04 img {
  animation: tikutaku 2s steps(2) infinite;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap01 .decoWrap .deco05 {
  width: 35%;
  margin: 10% auto 0 10%;
  z-index: 2;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap01 .decoWrap .deco05 {
    width: 30%;
    margin: -30% 8% 0 auto;
  }
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 {
    width: 49%;
  }
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .lookPhoto01 .baloon {
    top: -5%;
    right: -10%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .lookPhoto01 .modalBtn01 {
  top: 20%;
  left: 70%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .lookPhoto01 .modalBtn02 {
  top: 90%;
  left: 82%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .lookPhoto01 .modalBtn03 {
  top: 70%;
  left: 10%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .lookPhoto01 .modalBtn04 {
  top: 88%;
  left: 31%;
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .lookPhoto01 .lookPhotoNote {
  position: static;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .lookPhoto01 .lookPhotoNote {
    margin: 10% auto 0 17%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .lookSmry02 {
  position: static;
  margin-top: 12%;
  padding: 10% 5% 10% 14%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .lookSmry02 {
    width: 90%;
    margin: 15% -5% 0 auto;
    padding: 6% 4% 6% 7%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .deco01 {
  width: 40%;
  top: 2%;
  left: 4%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .deco01 {
    top: 10%;
    left: -10%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .deco02 {
  width: 32%;
  left: 5%;
  bottom: -5%;
  z-index: 2;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .deco02 {
    width: 37%;
    left: 3%;
    bottom: -10%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .deco03 {
  margin-top: 15%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .deco03 {
    width: 98%;
  }
}
#wrapper_od #contentsWrap #itemCont .coordeList > li#look05 .lookPhotoWrapMain .lookPhotoWrap02 .deco03 img {
  position: relative;
  animation: 5s ease-in-out infinite normal none running look1-fly;
}
#wrapper_od #contentsWrap #footSect {
  margin-top: 10%;
  margin-bottom: 10%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #footSect {
    margin-top: 5%;
  }
}
#wrapper_od #contentsWrap #footSect .footHead {
  max-width: 680px;
  margin: 0 auto;
}
#wrapper_od #contentsWrap #footSect .footHead .modelPhoto {
  width: 35%;
  max-width: 150px;
  margin: 20% auto 0;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #footSect .footHead .modelPhoto {
    width: 30%;
    margin-top: 30%;
  }
}
#wrapper_od #contentsWrap #footSect .footHead p {
  font-size: clamp(19px, 2.1vw, 23px);
  line-height: 2.1;
  margin: 5% auto 0;
  text-align: center;
}
#wrapper_od #contentsWrap #footSect .footDot {
  width: 4px;
  margin: 5% auto 7%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #footSect .footDot {
    width: 6px;
  }
}
#wrapper_od #contentsWrap #footSect .reflexology .inner {
  width: 100%;
  max-width: 1080px;
  background: #d23436;
  padding: 10% 5%;
  color: #fff;
  clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #footSect .reflexology .inner {
    padding: 5%;
    clip-path: polygon(20vw 0, calc(100% - 20vw) 0, 100% 20vw, 100% calc(100% - 20vw), calc(100% - 20vw) 100%, 20vw 100%, 0 calc(100% - 20vw), 0 20vw);
  }
}
@media (min-width: 1024px) {
  #wrapper_od #contentsWrap #footSect .reflexology .inner {
    padding: 4% 6%;
  }
}
@media (min-width: 1280px) {
  #wrapper_od #contentsWrap #footSect .reflexology .inner {
    clip-path: polygon(250px 0, calc(100% - 250px) 0, 100% 250px, 100% calc(100% - 250px), calc(100% - 250px) 100%, 250px 100%, 0 calc(100% - 250px), 0 250px);
  }
}
#wrapper_od #contentsWrap #footSect .reflexology .inner .refBox {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
#wrapper_od #contentsWrap #footSect .reflexology .inner .refTtl {
  width: 84%;
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #footSect .reflexology .inner .refTtl {
    width: 44vw;
  }
}
#wrapper_od #contentsWrap #footSect .reflexology .inner .monthTtl {
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1;
  margin: 5% auto 0;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #footSect .reflexology .inner .monthTtl {
    margin-top: 10%;
  }
}
#wrapper_od #contentsWrap #footSect .reflexology .inner .monthTtl span {
  display: block;
  font-size: clamp(17px, 2.5vw, 28px);
  line-height: 1;
  margin-bottom: 5%;
}
#wrapper_od #contentsWrap #footSect .reflexology .inner .monthSmry {
  margin: 8% auto 0;
}
#wrapper_od #contentsWrap #footSect .reflexology .inner .monthSmry img {
  width: 75%;
  max-width: 400px;
  margin: 0 auto;
  /*animation: rotate 5s linear infinite;*/
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap #footSect .reflexology .inner .monthSmry img {
    width: 100%;
  }
}
#wrapper_od #contentsWrap #footSect .reflexology .inner .monthSmry p {
  margin: 8% 0 0 0;
  font-size: clamp(16px, 2.1vw, 23px);
  line-height: 2.1;
}
#wrapper_od #contentsWrap .photoFlow {
  width: 100%;
  overflow: hidden;
}
#wrapper_od #contentsWrap .photoFlow .photoFlow_track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: photoFlow 60s linear infinite;
}
#wrapper_od #contentsWrap .photoFlow .photoFlow_track img {
  display: block;
  flex-shrink: 0;
  width: 140px;
  height: auto;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .photoFlow .photoFlow_track img {
    width: 320px;
  }
}
#wrapper_od #contentsWrap .allLineup {
  max-width: 1140px;
  margin: 0 auto;
}
#wrapper_od #contentsWrap .allLineup .inner {
  width: 100%;
}
#wrapper_od #contentsWrap .allLineup .inner .allTtl {
  width: 40%;
  max-width: 310px;
  margin: 10% auto 5%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .allLineup .inner .allTtl {
    width: 24%;
    margin: 5% auto 1%;
  }
}
#wrapper_od #contentsWrap .allLineup ul {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #d23436;
  border-top: 1px solid #d23436;
}
#wrapper_od #contentsWrap .allLineup ul li {
  border-bottom: 1px solid #d23436;
  border-right: 1px solid #d23436;
  position: relative;
  width: 33.3333333333%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .allLineup ul li {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  #wrapper_od #contentsWrap .allLineup ul li {
    width: 16.6666666667%;
  }
}
#wrapper_od #contentsWrap .allLineup ul li:after {
  content: "";
  width: 15%;
  height: 15%;
  position: absolute;
  right: 5%;
  bottom: 5%;
  background: url(../images/all_plus.svg) 0 0/100% auto no-repeat;
  pointer-events: none;
}
#wrapper_od #contentsWrap .allLineup ul li.dog_pop {
  position: relative;
}
#wrapper_od #contentsWrap .allLineup ul li.dog_pop .dog_balloon {
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: 86%;
  transform: translateX(-50%) scale(0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 100;
}
#wrapper_od #contentsWrap .allLineup ul li.dog_pop .dog_balloon.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
}
#wrapper_od #contentsWrap .allLineup ul li.logo_pop {
  width: 66.6666666667%;
}
#wrapper_od #contentsWrap .allLineup ul li.logo_pop:after {
  display: none;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .allLineup ul li.logo_pop {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #wrapper_od #contentsWrap .allLineup ul li.logo_pop {
    width: 33.3333333333%;
  }
}
#wrapper_od #contentsWrap .allLineup ul li.book_pop:after {
  display: none;
}
#wrapper_od #contentsWrap .magazine {
  max-width: 730px;
  padding-top: 10%;
  margin: 0 auto 10%;
  text-align: center;
}
#wrapper_od #contentsWrap .magazine .mgTtl {
  width: 82%;
  margin: 0 auto;
  max-width: 710px;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .magazine .mgTtl {
    width: 64vw;
  }
}
#wrapper_od #contentsWrap .magazine .mgTtl span {
  font-size: clamp(17px, 2.1vw, 23px);
  line-height: 1;
  color: #d23436;
}
#wrapper_od #contentsWrap .magazine .mgSmry {
  font-size: clamp(19px, 2.4vw, 26px);
  color: #d23436;
  margin: 5% auto;
}
#wrapper_od #contentsWrap .magazine .catalog {
  position: relative;
  width: 80%;
  margin: 10% auto 0;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .magazine .catalog {
    width: 44%;
  }
}
#wrapper_od #contentsWrap .magazine .catalog .decoWrap {
  position: static;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .magazine .catalog .decoWrap {
    position: absolute;
  }
}
#wrapper_od #contentsWrap .magazine .catalog .deco01 {
  width: 60%;
  top: 10%;
  left: -80%;
}
#wrapper_od #contentsWrap .magazine .catalog .deco01 img {
  position: relative;
  animation: 5s ease-in-out 1s infinite normal none running look1-fly;
}
#wrapper_od #contentsWrap .magazine .catalog .deco02 {
  width: 50%;
  top: 60%;
  right: -80%;
  position: static;
  margin-top: 15%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .magazine .catalog .deco02 {
    width: 65%;
    position: absolute;
    margin-top: 0;
  }
}
#wrapper_od #contentsWrap .magazine .catalog .deco02 img {
  position: relative;
  mix-blend-mode: multiply;
  animation: 5s ease-in-out infinite normal none running look1-fly;
}
#wrapper_od #contentsWrap .magazine .catalog .catalogLink {
  width: 80%;
  margin: 10% auto 0;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .magazine .catalog .catalogLink {
    width: 74%;
  }
}
#wrapper_od #contentsWrap .magazine .catalogWrap {
  width: 100%;
  background: #d23436;
  padding: 12% 5% 17% 5%;
  color: #fff;
  margin: 12% auto 0;
  clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 40px), 0 40px);
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .magazine .catalogWrap {
    padding: 5% 0;
    clip-path: polygon(5vw 0, calc(100% - 5vw) 0, 100% 5vw, 100% calc(100% - 5vw), calc(100% - 5vw) 100%, 5vw 100%, 0 calc(100% - 5vw), 0 5vw);
  }
}
@media (min-width: 1024px) {
  #wrapper_od #contentsWrap .magazine .catalogWrap {
    padding: 6% 0;
  }
}
#wrapper_od #contentsWrap .magazine .catalogWrap .catTtl {
  width: 86%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .magazine .catalogWrap .catTtl {
    width: 49%;
  }
}
#wrapper_od #contentsWrap .magazine .catalogWrap .catalogWrapSmry {
  font-size: 19px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .magazine .catalogWrap .catalogWrapSmry {
    font-size: clamp(16px, 1.7vw, 19px);
  }
}
#wrapper_od #contentsWrap .magazine .catalogWrap .catalogWrapSmry01 {
  margin: 10% auto;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .magazine .catalogWrap .catalogWrapSmry01 {
    margin: 5% auto;
  }
}
#wrapper_od #contentsWrap .magazine .catalogWrap .book {
  width: 86%;
  margin: 0 auto 10%;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .magazine .catalogWrap .book {
    width: 60%;
    margin: 5% auto;
  }
}
#wrapper_od #contentsWrap .magazine .catalogWrap .catalogWrapSmry02 {
  margin-bottom: 5%;
}
#wrapper_od #contentsWrap .magazine .catalogWrap a {
  width: 71%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #wrapper_od #contentsWrap .magazine .catalogWrap a {
    width: 32%;
  }
}
#wrapper_od .lead {
  background: #fff;
  padding-top: 10%;
}
@media (min-width: 768px) {
  #wrapper_od .lead {
    padding-top: 5%;
  }
}
#wrapper_od .lead > div {
  width: 77%;
  max-width: 440px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #wrapper_od .lead > div {
    width: 35%;
  }
}

@keyframes photoFlow {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleInFromLeftBottom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tikutaku {
  0% {
    transform: translateX(-3px) rotate(-6deg);
  }
  100% {
    transform: translateX(3px) rotate(6deg);
  }
}
@keyframes look1-slide-in {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes look1-fly {
  0% {
    top: 0px;
  }
  20% {
    top: -10px;
  }
  45% {
    top: -18px;
  }
  65% {
    top: -8px;
  }
  80% {
    top: -14px;
  }
  100% {
    top: 0px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}