@charset "utf-8";
/* CSS Document */
/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width:737px) {
  #group01, #group02, #group03, #group04, #group05, #group06 {
    margin-top: -95px;
    padding-top: 95px;
  }
  #oimohori_cp_2509 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  /*===== main-area ======*/
  #oimohori_cp_2509 main {
    background-color: #b72362;
    padding: 0 0 5%;
    background-image: url(/content/dam/family/campaign/2509_oimohori_cp/images/bg1.svg), url(/content/dam/family/campaign/2509_oimohori_cp/images/bg2.png);
    background-size: 100%;
    background-repeat: repeat;
    padding-bottom: 2%;
  }
  #oimohori_cp_2509 .item_cont {
    margin: 4% auto 0;
    width: 92%;
  }
  #oimohori_cp_2509 .item_cont > section {
    margin-bottom: 3rem;
  }
  #oimohori_cp_2509 .lead-area {
    width: 100%;
    margin: auto;
    padding: 2rem 0;
    color: #fff;
    text-align: center;
    background-color: #fdd100;
  }
  #oimohori_cp_2509 .lead-area .leadB {
    text-align: center;
    color: #36103b;
    font-size: 1.8rem;
    font-weight: 600;
  }
  #oimohori_cp_2509 .item_tit {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  #oimohori_cp_2509 .item_tit span {
    position: relative;
    padding: 1rem 0.5rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px #4d0c32, 0 0 15px #4d0c32;
  }
  #oimohori_cp_2509 .item_tit span::before, #oimohori_cp_2509 .item_tit span::after {
    position: absolute;
    top: 45%;
    width: 3rem;
    border-top: 8px double;
    content: '';
  }
  #oimohori_cp_2509 .item_tit span::before {
    left: -3rem;
  }
  #oimohori_cp_2509 .item_tit span::after {
    right: -3rem;
  }
  #oimohori_cp_2509 .cat_tit {
    position: relative;
    color: #13020e;
    padding: 11px;
    font-size: 1.4rem;
    background-color: #fdd100;
    margin: 0 0 2.5%;
    text-align: left;
    border-radius: 10px;
    box-shadow: 4px 6px 0px 0px #b48803;
    text-indent: 20px;
  }
  #oimohori_cp_2509 .item-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #oimohori_cp_2509 .item {
    display: flex;
    align-items: center;
    width: calc(100% / 2 - 5px);
    background: #fff;
    border-radius: 10px;
    margin: 0 0 1%;
  }
  #oimohori_cp_2509 .item figure {
    width: 100%;
    margin: 0 auto;
    margin: 3%;
    background-color: #fdd100;
    position: relative;
  }
  #oimohori_cp_2509 .item figure span {
    width: 28%;
    position: absolute;
    right: 2%;
    bottom: 3%;
  }
  #oimohori_cp_2509 .item_text {
    width: 100%;
    margin: 0 auto;
    padding: 3% 3% 3% 0;
  }
  #oimohori_cp_2509 .item .date {
    text-align: left;
    border: 1px solid #4d0c32;
    padding: 2px 8px;
    box-sizing: border-box;
    width: 140px;
    font-size: 0.9333333333333333rem;
    color: #4d0c32;
    margin: 0 0 8px;
  }

  #oimohori_cp_2509 .item .name {
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #oimohori_cp_2509 .item .name span {
    font-size: 1.0666666666666667rem;
    font-weight: bold;
  }
  #oimohori_cp_2509 .item .price {
    text-align: right;
    padding: 5px 0;
    font-weight: bold;
    color: #4d0c32;
  }
  #oimohori_cp_2509 .item .price span {
    font-size: .8rem;
    font-weight: normal;
  }
  #oimohori_cp_2509 .item .text {
    font-size: 0.9333333333333333rem;
    border-top: 3.5px dotted #a40b5c;
    padding: 5% 0 0;
    text-align: left;
    line-height: 1.3;
    color: #4d0c32;
  }
  #oimohori_cp_2509 .item .text span {
    font-size: .8rem;
    display: block;
    margin: 3px 0 0;
  }
  /*===== selectbox-area ======*/
  #oimohori_cp_2509 .s-box {
    overflow: hidden;
    width: 40%;
    margin: 1% auto 0;
    text-align: center;
  }
  #oimohori_cp_2509 .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;
    padding: 0px 24px;
    font-size: 1.1333333333333333rem;
    border: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    cursor: pointer;
  }
  #oimohori_cp_2509 .s-box select ::-ms-expand {
    display: none;
  }
  #oimohori_cp_2509 .s-box.sl {
    margin-bottom: 3rem;
    position: relative;
    background: #fff;
    border-radius: 50px;
    filter: drop-shadow(2px 4px 0px #4d0c32);
  }
  #oimohori_cp_2509 .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;
  }
  #oimohori_cp_2509 .s-box.sl select {
    padding: 8px 22px;
    color: #4d0c32;
  }
  #oimohori_cp_2509 .s-box.sl option {
    color: #4d0c32;
  }
  /*===== slideshow-area ======*/
  #oimohori_cp_2509 .slide_area {
    background-color: #fdd100;
    padding: 1% 0;
  }
  #oimohori_cp_2509 .wrap {
    max-width: 1200px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  #oimohori_cp_2509 .slideshow {
    display: flex;
    padding: 0;
    align-items: center;
    background-color: #fdd100;
  }
  #oimohori_cp_2509 .slideshow.stop--left {
    animation: loop-slide 30s infinite linear 1s both;
  }
  #oimohori_cp_2509 .content {
    width: calc(100vw / 6);
  }
  #oimohori_cp_2509 .content img {
    width: 100%;
    height: auto;
  }
  #oimohori_cp_2509 .content.imo img {
    width: 100%;
    height: 28px;
  }
  /*===== animation-area ======*/
  #oimohori_cp_2509 .c-svg-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    z-index: -1;
  }
  .stop_btn {
    display: block;
    margin: .3rem auto 0;
    background-color: #fff;
    border: 1px solid #313131;
    color: #313131;
    border-radius: 50px;
    text-align: center;
    padding: .5% 2%;
    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;
  }
}
/*===============================================






●sp.css  画面の横幅が736pxまで






===============================================*/
@media screen and (max-width:736px) {
  #oimohori_cp_2509 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #group01, #group02, #group03, #group04, #group05, #group06 {
    margin-top: -54px;
    padding-top: 54px;
  }
  /*===== main-area ======*/
  #oimohori_cp_2509 main {
    background-color: #b72362;
    padding: 0 0 5%;
    width: 100%;
    background-image: url(/content/dam/family/campaign/2409_oimohori_cp/bg1.svg), url(/content/dam/family/campaign/2409_oimohori_cp/bg2.png);
    background-size: 100%;
    background-repeat: repeat;
    padding-bottom: 2%;
  }
  #oimohori_cp_2509 .item_cont {
    margin: 6% auto 0;
    width: 92%;
  }
  #oimohori_cp_2509 .item_cont > section {
    margin-bottom: 2rem;
  }
  #oimohori_cp_2509 .lead-area {
    width: 100%;
    margin: auto;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
    background-color: #fdd100;
  }
  #oimohori_cp_2509 .lead-area .leadB {
    text-align: center;
    color: #36103b;
    font-size: clamp(1rem, 0.985rem + 0.3vw, 1.5rem);
    font-weight: 600;
  }
  #oimohori_cp_2509 .lead-area {
    font-size: .9rem;
  }
  #oimohori_cp_2509 .item_tit {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
  #oimohori_cp_2509 .item_tit span {
    position: relative;
    padding: 1rem 0.5rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px #4d0c32, 0 0 15px #4d0c32;
  }
  #oimohori_cp_2509 .item_tit span::before, #oimohori_cp_2509 .item_tit span::after {
    position: absolute;
    top: 45%;
    width: 3rem;
    border-top: 5px double;
    content: '';
  }
  #oimohori_cp_2509 .item_tit span::before {
    left: -3rem;
  }
  #oimohori_cp_2509 .item_tit span::after {
    right: -3rem;
  }
  #oimohori_cp_2509 .cat_tit {
    position: relative;
    color: #13020e;
    padding: .4rem;
    font-size: 1.1rem;
    background-color: #fdd100;
    margin: 0 0 6%;
    text-align: left;
    border-radius: 10px;
    box-shadow: 1px 4px 0px 0px #b48803;
    text-indent: 20px;
  }
  #oimohori_cp_2509 section .l-text {
    text-align: center;
    font-size: 1.3333333333333333rem;
    font-weight: bold;
  }
  #oimohori_cp_2509 .item-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  #oimohori_cp_2509 .item {
    background: #fff;
    border-radius: 10px;
    margin: 0 0 1%;
    padding: .6rem;
  }
  #oimohori_cp_2509 .item figure {
    margin-bottom: .5rem;
    background-color: #fdd100;
    position: relative;
  }
  #oimohori_cp_2509 .item figure span {
    width: 28%;
    position: absolute;
    right: 2%;
    bottom: 3%;
  }
  #oimohori_cp_2509 .item_text {}
  #oimohori_cp_2509 .item .date {
    text-align: left;
    border: 1px solid #4d0c32;
    padding: 2px 8px;
    box-sizing: border-box;
    font-size: 0.9333333333333333rem;
    color: #4d0c32;
    margin: 0 0 8px;
  }
  #oimohori_cp_2509 .item .name {
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #oimohori_cp_2509 .item .name span {
    font-size: 1.0666666666666667rem;
    font-weight: bold;
  }
  #oimohori_cp_2509 .item .price {
    text-align: right;
    padding: 5px 0;
    font-weight: bold;
    color: #4d0c32;
  }
  #oimohori_cp_2509 .item .price span {
    font-size: .8rem;
    font-weight: normal;
  }
  #oimohori_cp_2509 .item .text {
    font-size: 0.9333333333333333rem;
    border-top: 3.5px dotted #a40b5c;
    padding: 5% 0 0;
    text-align: left;
    line-height: 1.3;
    color: #4d0c32;
  }
  #oimohori_cp_2509 .item .text span {
    font-size: .8rem;
    display: block;
    margin: 3px 0 0;
  }
  /*===== selectbox-area ======*/
  #oimohori_cp_2509 .s-box {
    overflow: hidden;
    width: 90%;
    margin: 1% auto 0;
    text-align: center;
  }
  #oimohori_cp_2509 .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;
    padding: 0px 24px;
    font-size: 1.1333333333333333rem;
    border: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    cursor: pointer;
  }
  #oimohori_cp_2509 .s-box select ::-ms-expand {
    display: none;
  }
  #oimohori_cp_2509 .s-box.sl {
    margin-bottom: 2rem;
    position: relative;
    background: #fff;
    border-radius: 50px;
    filter: drop-shadow(2px 4px 0px #4d0c32);
  }
  #oimohori_cp_2509 .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;
  }
  #oimohori_cp_2509 .s-box.sl select {
    padding: 8px 22px;
    font-size: 1rem;
    color: #4d0c32;
  }
  #oimohori_cp_2509 .s-box.sl option {
    color: #4d0c32;
  }
  /*===== slideshow-area ======*/
  #oimohori_cp_2509 .slide_area {
    background-color: #fdd100;
    padding: 1% 0;
  }
  /*===== slideshow-area ======*/
  #oimohori_cp_2509 .wrap {
    max-width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #fdd100;
    padding: 1% 0;
  }
  #oimohori_cp_2509 .slideshow {
    display: flex;
    align-items: center;
    background-color: #fdd100;
    webkit-animation: loop-slide 30s infinite linear 1s both;
    animation: loop-slide 30s infinite linear 1s both;
  }
  #oimohori_cp_2509 .content {
    width: 85px;
    height: 85px;
  }
  #oimohori_cp_2509 .content.imo {
    width: 16px;
    height: 16px;
  }
  .stop_btn {
    display: block;
    margin: .3rem auto 0;
    background-color: #fff;
    border: 1px solid #313131;
    color: #313131;
    border-radius: 50px;
    text-align: center;
    padding: .5% 7%;
    cursor: pointer;
    font-size: clamp(0.9rem, 0.973rem + -0.36vw, 0.7rem);
    transition: 0.3s;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(-100%);
  }
}