@charset "utf-8";
/* CSS Document */
/*===============================================
●pc.sp 共通
===============================================*/
#fmoimo_cp_2609 {
  padding: 0;
  width: calc(100vw - 0.7%);
  margin: 0 calc(50% - 50vw);
  background-color: #af045c;
  background-image: url("../images/bg.webp");
  background-size: 100%;
  background-repeat: repeat;
}
#fmoimo_cp_2609 img {
  width: 100%;
  height: auto;
  display: block;
}
#fmoimo_cp_2609 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  display: block;
}
#fmoimo_cp_2609 :is(ul, li, dl, dt, dd) {
  margin: 0;
  list-style: none;
  padding: 0;
}
#fmoimo_cp_2609 .kv {
  position: relative;
}
/*===== main-area ======*/
#fmoimo_cp_2609 main {
  padding: 0 0 5%;
  max-width: 1200px;
  margin: 0 auto;
}
#fmoimo_cp_2609 .text-area {
  min-width: 100%;
  margin: 0 auto 3rem;
  box-sizing: border-box;
}
#fmoimo_cp_2609 .item_cont {
  min-width: 100%;
  padding: 0 3rem;
  box-sizing: border-box;
}
#fmoimo_cp_2609 .lead-area {
  color: #fff;
  text-align: center;
  background-color: #fdd100;
}
#fmoimo_cp_2609 .lead-area .leadB {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: clamp(1.2rem, 0.988rem + 0.9vw, 1.8rem);
  font-size: clamp(0.93rem, 0.583rem + 1.35vw, 1.8rem);
  text-shadow: 0 0px 2px rgb(54 16 59), 0 0px 2px rgb(54 16 59), 0 0px 4px rgb(54 16 59), 0 0 4px rgb(54 16 59), 0 0px 8px rgb(54 16 59), 0 0px 12px rgb(54 16 59);
}
#fmoimo_cp_2609 .lead-area .lead_text {
  text-align: center;
  color: #36103b;
  font-weight: 600;
  width: 71%;
  margin: 1rem auto 0;
}
#fmoimo_cp_2609 .item_tit {
  text-align: center;
}
#fmoimo_cp_2609 .item_tit span {
  position: relative;
  padding: 1rem 0.5rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 10px #4d0c32, 0 0 15px #4d0c32;
}
#fmoimo_cp_2609 .item_tit span::before, #fmoimo_cp_2609 .item_tit span::after {
  position: absolute;
  top: 45%;
  width: 3rem;
  content: '';
}
#fmoimo_cp_2609 .item_tit span::before {
  left: -3rem;
}
#fmoimo_cp_2609 .item_tit span::after {
  right: -3rem;
}
#fmoimo_cp_2609 .cat_tit {
  position: relative;
  color: #13020e;
  background-color: #fdd100;
  text-align: left;
  border-radius: 10px;
  text-indent: 10px;
}
#fmoimo_cp_2609 .item-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
}
#fmoimo_cp_2609 .item {
  background: #fff;
  border-radius: 10px;
}
#fmoimo_cp_2609 .item figure {
  background-color: #fdd100;
  position: relative;
}
#fmoimo_cp_2609 .item figure.cara {
  background-color: #f29c01;
  position: relative;
}
#fmoimo_cp_2609 .item figure span.icon_01 {
  width: 22%;
  position: absolute;
  right: 2%;
  bottom: 3%;
}
#fmoimo_cp_2609 .item figure span.icon_02 {
  width: 22%;
  position: absolute;
  right: 24%;
  bottom: 3%;
}
#fmoimo_cp_2609 .item figure span.icon_03 {
  width: 26%;
  position: absolute;
  left: 4%;
  top: 3%;
}
#fmoimo_cp_2609 .item_text {
  display: flex;
  gap: .5rem;
  flex-direction: column;
  min-width: 0;
}
#fmoimo_cp_2609 .item .date {
  text-align: left;
  border: 1px solid #4d0c32;
  padding: 2px 5px;
  box-sizing: border-box;
  color: #4d0c32;
  width: max-content;
  font-size: .8rem;
}
#fmoimo_cp_2609 .item .name {
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
  color: #4d0c32;
}
#fmoimo_cp_2609 .item .name span {
  font-size: 1.0666666666666667rem;
  font-weight: bold;
}
#fmoimo_cp_2609 .item .price {
  text-align: right;
  font-weight: bold;
  color: #4d0c32;
}
#fmoimo_cp_2609 .item .price span {
  font-size: .8rem;
  font-weight: normal;
}
#fmoimo_cp_2609 .item .text {
  font-size: 0.9333333333333333rem;
  border-top: 3.5px dotted #a40b5c;
  padding: 5% 0 0;
  text-align: left;
  line-height: 1.3;
}
#fmoimo_cp_2609 .item .note {
  font-size: .8rem;
  display: block;
}
/*===== campaign ======*/
#fmoimo_cp_2609 .item_cont .box-inner {
  padding: 2rem 1.5rem;
  background-color: #fff;
  border-radius: 10px;
  border: solid 3px #b48803;
  box-shadow: 4px 6px 0px 0px #b48803;
}
#fmoimo_cp_2609 .item_cont .box-inner .campaign {
  gap: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#fmoimo_cp_2609 .item_cont .box-inner .campaign .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#fmoimo_cp_2609 .item_cont .box-inner .campaign .text .campaign_date {
  display: flex;
  font-size: .94rem;
  font-weight: 600;
}
#fmoimo_cp_2609 .campaign_date dt::after {
  content: '：';
}
/*===== selectbox-area ======*/
#fmoimo_cp_2609 .s-box {
  overflow: hidden;
  margin: 1% auto 0;
  text-align: center;
}
#fmoimo_cp_2609 .s-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  height: 40px;
  margin: 5px 0px;
  border: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  cursor: pointer;
}
#fmoimo_cp_2609 .s-box select ::-ms-expand {
  display: none;
}
#fmoimo_cp_2609 .s-box.sl {
  position: relative;
  background: #fff;
  border-radius: 50px;
  filter: drop-shadow(0px 0px 5px #4d0c32);
}
#fmoimo_cp_2609 .s-box::before {
  position: absolute;
  top: 53%;
  right: 2%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #4d0c32;
  pointer-events: none;
}
#fmoimo_cp_2609 .s-box.sl select, #fmoimo_cp_2609 .s-box.sl option {
  color: #4d0c32;
}
/*===== slideshow-area ======*/
#fmoimo_cp_2609 .slide_area {
  background-color: #fdd100;
  padding: 1% 0;
}
#fmoimo_cp_2609 .wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #fdd100;
  padding: 1% 0;
}
#fmoimo_cp_2609 .slideshow {
  display: flex;
  padding: 0;
  align-items: center;
  background-color: #fdd100;
  animation: loop-slide 30s infinite linear 1s both;
}
/*===== animation-area ======*/
.stop_btn {
  display: block;
  margin: .3rem auto 0;
  background-color: #fff;
  border: 1px solid #313131;
  color: #313131;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  font-size: clamp(0.9rem, 0.973rem + -0.36vw, 0.7rem);
  transition: 0.3s;
}
.stop_btn:hover {
  background-color: #313131;
  border: 1px solid #fff;
  color: #fff;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width:737px) {
  #group01, #group02, #group03, #group04, #group05, #group06, #group07 {
    margin-top: -95px;
    padding-top: 95px;
  }
  #fmoimo_cp_2609 .item_cont > section {
    margin-bottom: 3rem;
  }
  #fmoimo_cp_2609 .lead-area {
    padding: 2rem 0;
  }
  #fmoimo_cp_2609 .item_tit {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  #fmoimo_cp_2609 .item_tit span::before, #fmoimo_cp_2609 .item_tit span::after {
    border-top: 8px double;
    filter: drop-shadow(0px 0px 5px #4d0c32);
  }
  #fmoimo_cp_2609 .cat_tit {
    padding: 1rem;
    font-size: 1.4rem;
    margin: 0 0 2.5%;
    box-shadow: 4px 6px 0px 0px #b48803;
    border: solid 3px #b48803;
  }
  #fmoimo_cp_2609 .item {
    align-items: center;
    padding: 1rem;
    gap: .8rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: solid 3px #b48803;
    box-shadow: 4px 6px 0px 0px #b48803;
  }
  #fmoimo_cp_2609 .item .name {
    font-size: 1.2rem;
  }
  #fmoimo_cp_2609 .s-box {
    width: 40%;
  }
  #fmoimo_cp_2609 .s-box select {
    padding: 0px 24px;
    font-size: 1.1333333333333333rem;
  }
  #fmoimo_cp_2609 .s-box.sl {
    margin-bottom: 3rem;
  }
  #fmoimo_cp_2609 .s-box.sl select {
    padding: 8px 22px;
  }
  #fmoimo_cp_2609 .wrap {
    max-width: 1200px;
  }
  #fmoimo_cp_2609 .content {
    width: calc(100vw / 6);
  }
  #fmoimo_cp_2609 .content img {
    height: auto;
  }
  #fmoimo_cp_2609 .content.imo img {
    height: 28px;
  }
  #fmoimo_cp_2609 .c-svg-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    z-index: -1;
  }
  .stop_btn {
    padding: .5% 2%;
  }
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width:736px) {
  #fmoimo_cp_2609 .ly-sp-none {
    display: none;
  }
  #fmoimo_cp_2609 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: -10px;
  }
  #group01, #group02, #group03, #group04, #group05, #group06, #group07 {
    margin-top: -54px;
    padding-top: 54px;
  }
  #fmoimo_cp_2609 main {
    width: 100%;
  }
  #fmoimo_cp_2609 .item_cont {
    padding: 0 1rem;
  }
  #fmoimo_cp_2609 .item_cont > section {
    margin-bottom: 2rem;
  }
  #fmoimo_cp_2609 .lead-area {
    padding: 1rem;
    font-size: .9rem;
  }
  #fmoimo_cp_2609 .lead-area .leadB span {
    font-size: 1.3rem;
  }
  #fmoimo_cp_2609 .lead-area .lead_text {
    text-align: left;
    width: 100%;
    margin: .5rem auto 0;
  }
  #fmoimo_cp_2609 .item_tit {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
  #fmoimo_cp_2609 .item_tit span::before, #fmoimo_cp_2609 .item_tit span::after {
    border-top: 5px double;
    filter: drop-shadow(0px 0px 5px #4d0c32);
  }
  #fmoimo_cp_2609 .cat_tit {
    padding: .4rem;
    font-size: 1.1rem;
    margin: 0 0 6%;
    box-shadow: 2px 4px 0px 0px #b48803;
    border: solid 2px #b48803;
  }
  #fmoimo_cp_2609 section .l-text {
    text-align: center;
    font-size: 1.3333333333333333rem;
    font-weight: bold;
  }
  #fmoimo_cp_2609 .item-area {
    gap: .6rem;
  }
  #fmoimo_cp_2609 .item {
    padding: .6rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    box-shadow: 2px 4px 0px 0px #b48803;
    border: solid 2px #b48803;
  }
  #fmoimo_cp_2609 .item .name {
    font-size: 1rem;
  }
  #fmoimo_cp_2609 .s-box {
    width: 90%;
  }
  #fmoimo_cp_2609 .s-box select {
    padding: 0px 24px;
    font-size: 1.1333333333333333rem;
  }
  #fmoimo_cp_2609 .s-box.sl {
    margin-bottom: 2rem;
  }
  #fmoimo_cp_2609 .s-box.sl select {
    padding: 8px 22px;
    font-size: 1rem;
  }
  #fmoimo_cp_2609 .wrap {
    max-width: 100%;
  }
  #fmoimo_cp_2609 .content {
    width: 85px;
    height: 85px;
  }
  #fmoimo_cp_2609 .content.imo {
    width: 16px;
    height: 16px;
  }
  .stop_btn {
    padding: .5% 7%;
  }
  /*===== campaign ======*/
  #fmoimo_cp_2609 .item_cont .box-inner {
    padding: 1.5rem 1rem 1rem;
    border: solid 2px #b48803;
    box-shadow: 2px 4px 0px 0px #b48803;
  }
  #fmoimo_cp_2609 .item_cont .box-inner .campaign {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}