@charset "UTF-8";

img {
  vertical-align: bottom;
}
@media only screen and (min-width:769px) {
  .sp_only {
    display: none;
  }
  #headerSP {
    display: none;
  }
}
@media only screen and (min-width: 768px){
  #header990 {
    max-width: 950px;
    padding: 0;
}
}
.pankuzu li {
  float: left;
  font-size: 7px;
  margin-left: 3px;
  margin-top: 0;
  list-style-type: none;
  line-height: 1.5em;
  font-size: 10px;
  font-family: "メイリオ", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
#info {
  max-width: 950px;
  width: 100%;
}

.to_pagetop {
  max-width: 950px;
  width: 100%;
}

#info #page_info h1{
  font-size: 8px;
}

@media (min-width: 768px) {
  #info #page_info h1{
    font-size: 10px;
  }
}
.coupon_introduction,
.sale_introduction,
.recommend_plan{
  max-width: 100%;
}
@media (min-width: 768px) {
  .coupon_introduction,
  .sale_introduction,
  .recommend_plan{
    max-width: 950px;
    margin: 0 auto;
  }
}
/* ----------------------------------------------------------------
  FV
----------------------------------------------------------------- */
.FV {
  text-align: center;
  background-image: url(../images/bg_03.png);
  background-color: #93c869;
  margin-bottom: 50px;
}

.FVImg img {
  width: 100%;
  max-width: 660px;
  padding-top: 20px;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .FV {
    background-color: unset;
    background-image: none;
    margin-bottom: 40px;
  }

  .FVImg img {
    max-width: none;
    padding-top: 0;
  }
}

/* ----------------------------------------------------------------
  tabMenu
----------------------------------------------------------------- */
/* ↓ PC タブメニュー ↓ */
@media only screen and (min-width:769px) {
  .otoku10days_tabMenu {
    position: relative;
    max-width: 950px;
    width: 100%;
    margin: 50px auto 60px;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
  }

  .otoku10days_tabMenu::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border: 2px solid #e77611;
    box-sizing: border-box;
    z-index: 1;
  }

  .otoku10days_tabMenu>li {
    width: 230px;
    height: 76px;
  }

  .otoku10days_tabMenu>li>span,
  .otoku10days_tabMenu>li>a {
    position: relative;
    top: 10px;
    display: block;
    width: 100%;
    height: calc(100% - 10px);
    border: 4px solid #e77611;
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
    background: #fffcf7;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .otoku10days_tabMenu>li>.otoku10days_tabMenu__current {
    top: 0;
    height: 100%;
    background: #e77611;
    color: #fff;
    cursor: text;
    pointer-events: none;
  }

  .otoku10days_tabMenu>li>a {
    color: #e77611;
    text-decoration: none !important;
  }

  .otoku10days_tabMenu>li>a:hover {
    opacity: 0.6;
  }

  .otoku10days_tabMenu>li>span>span,
  .otoku10days_tabMenu>li>a>span {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

  .otoku10days_tabMenu>li.yad>span>span,
  .otoku10days_tabMenu>li.yad>a>span {
    width: 152px;
    height: 36px;
    background: transparent url('/theme/otoku_10days/images/tab_txt_yad_4col.png') no-repeat;
  }

  .otoku10days_tabMenu>li.yad>.otoku10days_tabMenu__current>span {
    width: 152px;
    height: 36px;
    background: transparent url('/theme/otoku_10days/images/tab_txt_yad_current_4col.png') no-repeat;
  }

  .otoku10days_tabMenu>li.dp>span>span,
  .otoku10days_tabMenu>li.dp>a>span {
    width: 196px;
    height: 42px;
    background: transparent url('/theme/otoku_10days/images/tab_txt_dp_4col.png') no-repeat;
  }

  .otoku10days_tabMenu>li.dp>.otoku10days_tabMenu__current>span {
    width: 196px;
    height: 42px;
    background: transparent url('/theme/otoku_10days/images/tab_txt_dp_current_4col.png') no-repeat;
  }

  .otoku10days_tabMenu>li.asb>span>span,
  .otoku10days_tabMenu>li.asb>a>span {
    width: 162px;
    height: 36px;
    background: transparent url('/theme/otoku_10days/images/tab_txt_asb_4col.png') no-repeat;
  }

  .otoku10days_tabMenu>li.asb>.otoku10days_tabMenu__current>span {
    width: 162px;
    height: 36px;
    background: transparent url('/theme/otoku_10days/images/tab_txt_asb_current_4col.png') no-repeat;
  }

  .otoku10days_tabMenu>li.rent>span>span,
  .otoku10days_tabMenu>li.rent>a>span {
    width: 168px;
    height: 23px;
    background: transparent url('/theme/otoku_10days/images/tab_txt_rent_4col.png') no-repeat;
  }

  .otoku10days_tabMenu>li.rent>.otoku10days_tabMenu__current>span {
    width: 168px;
    height: 23px;
    background: transparent url('/theme/otoku_10days/images/tab_txt_rent_current_4col.png') no-repeat;
  }
}

/* ↓ SPタブメニュー ↓ */
@media only screen and (max-width:768px) {
  .otoku10days_tabMenu {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: calc(100% - 20px);
    margin: 25px auto 52px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
  }

  .otoku10days_tabMenu::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    content: '';
    display: block;
    width: calc(100% + 1px);
    height: 0;
    border: 1px solid #e77611;
    border-radius: 1px;
    box-sizing: border-box;
    z-index: 1;
  }

  .otoku10days_tabMenu>li {
    display: block;
    width: calc(100% / 4);
    box-sizing: border-box;
  }

  .otoku10days_tabMenu>li>span,
  .otoku10days_tabMenu>li>a {
    position: relative;
    display: block;
    width: calc(100% + 1px);
    height: 0;
    padding-top: 27.48%;
    border: 2px solid #e77611;
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
    background: #fffcf7;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
  }

  .otoku10days_tabMenu>li>.otoku10days_tabMenu__current {
    padding-top: 31.30%;
    background: #e77611;
    color: #fff;
    cursor: text;
    pointer-events: none;
  }

  .otoku10days_tabMenu>li>a {
    color: #e77611;
    text-decoration: none !important;
  }

  .otoku10days_tabMenu>li.yad>span,
  .otoku10days_tabMenu>li.yad>a {
    background: #fffcf7 url('/smart/theme/otoku_10days/images/tab_txt_yad_4col.png') no-repeat center center / contain;
    height: 100%;
  }

  .otoku10days_tabMenu>li.yad>.otoku10days_tabMenu__current {
    background: #e77611 url('/smart/theme/otoku_10days/images/tab_txt_yad_current_4col.png') no-repeat center center / contain;
    height: 100%;
  }

  .otoku10days_tabMenu>li.dp>span,
  .otoku10days_tabMenu>li.dp>a {
    background: #fffcf7 url('/smart/theme/otoku_10days/images/tab_txt_dp_4col.png') no-repeat center center / contain;
    height: 100%;
  }

  .otoku10days_tabMenu>li.dp>.otoku10days_tabMenu__current {
    background: #e77611 url('/smart/theme/otoku_10days/images/tab_txt_dp_current_4col.png') no-repeat center center / contain;
    height: 100%;
  }

  .otoku10days_tabMenu>li.asb>span,
  .otoku10days_tabMenu>li.asb>a {
    background: #fffcf7 url('/smart/theme/otoku_10days/images/tab_txt_asb_4col.png') no-repeat center center / contain;
    height: 100%;
  }

  .otoku10days_tabMenu>li.asb>.otoku10days_tabMenu__current {
    background: #e77611 url('/smart/theme/otoku_10days/images/tab_txt_asb_current_4col.png') no-repeat center center / contain;
    height: 100%;
  }

  .otoku10days_tabMenu>li.rent>span,
  .otoku10days_tabMenu>li.rent>a {
    background: #fffcf7 url('/smart/theme/otoku_10days/images/tab_txt_rent_4col.png') no-repeat center center / contain;
    height: 100%;
  }

  .otoku10days_tabMenu>li.rent>.otoku10days_tabMenu__current {
    background: #e77611 url('/smart/theme/otoku_10days/images/tab_txt_rent_current_4col.png') no-repeat center center / contain;
    height: 100%;
  }

  .otoku10days_tabMenu>li>span>span,
  .otoku10days_tabMenu>li>a>span {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    font-size: 12px;
  }
}

/* ----------------------------------------------------------------
  coupon_introduction
----------------------------------------------------------------- */
.coupon_introduction {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 85px;
}

.coupon_txtImg {
  margin-bottom: 26px;
}

.coupon_txtImg img {
  width: 100%;
  max-width: 922px;
}

.coupon_Img img {
  width: 100%;
  max-width: 950px;
}
.coupon_Img img:hover {
    opacity: .85
}

@media screen and (max-width: 768px) {
  .coupon_introduction {
    margin-bottom: 47px;
  }

  .coupon_txtImg {
    margin-bottom: 40px;
  }

  .coupon_txtImg img {
    max-width: 585px;
  }
}

@media (min-width: 768px) {
  .coupon_introduction {
    padding: 0;
  }
}

/* ----------------------------------------------------------------
  sale_introduction
----------------------------------------------------------------- */
.sale_introduction {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 72px;
}

.sale_txtImg {
  margin-bottom: 30px;
}

.sale_txtImg img {
  width: 100%;
  max-width: 585px;
}

/* mokuji */
.mokuji {
  font-family: "メイリオ", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  display: inline-block;
  width: 100%;
  max-width: 950px;
}

.mokuji.plan_list01>li:nth-child(1) {
  background-image: url(../images/plan_bgImage_plan_03.png?v=202405);
  height: 120px;
}

.mokuji>li {
  box-sizing: border-box;
  line-height: 1.5;
  margin: 5px 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mokuji li .mokuji_title {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 30px;
  width: 520px;
  color: #666;
  vertical-align: middle;
  font-weight: bold;
  font-size: clamp(14px, 1.5vw, 16px);
  padding-top: 30px;
}

.mokuji li .mokuji_title .text_deco {
  font-size: clamp(14px, 1.9vw, 20px);
}

.mokuji_title .text_color {
  color: #f50000;
}

.mokuji li .mokuji_search_panel {
  display: inline-block;
  margin: 0 4.5% 0 0;
  width: 250px;
  color: #3b1800;
  padding-top: 3.4%;
}

menu {
  position: relative;
  width: 250px;
  height: 50px;
  max-width: 1000px;
  margin: 20px auto;
  list-style: none;
}

.menu>li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  border: 1px solid #CCC;
  border-radius: 6px;
}

.menu>li p {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #333;
  padding: 0;
  position: relative;
  margin: 0;
  font-size: clamp(13px, 1.9vw, 16px);
  font-weight: 600;
  padding-right: 10px;
}

.init-bottom:after {
  content: "";
  position: absolute;
  top: 49%;
  right: 12%;
  transform: translateY(-50%); 
  border: 6px solid transparent;
  border-left: 11px solid #333;
}

li.menu__multi ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #ffffff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 0;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu:after {
  clear: both;
}

.menu:before,
.menu:after {
  content: " ";
  display: table;
}

@media screen and (max-width: 1000px) {
  .mokuji li .mokuji_search_panel{
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .sale_introduction {
    margin-bottom: 32px;
  }

  .sale_txtImg {
    margin-bottom: 12px;
  }

  .coupon_txtImg img {
    max-width: 585px;
  }

  .mokuji {
    width: 100%;
    max-width: none;
  }

  .mokuji_title {
    background-color: #f7f5f1;
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .mokuji.plan_list01>li:nth-child(1) {
    border-top: 8px solid #ff9900;
    background-image: none;
    height: auto;
  }

  .mokuji>li {
    flex-direction: column;
    max-width: none;
    margin: 0;
  }

  .mokuji li .mokuji_title {
    width: 100%;
    font-size: clamp(15px, 3vw, 24px);
    margin: 0;
    text-align: center;
    padding: 20px 0 24px;
  }

  .mokuji li .mokuji_title .text_deco {
    font-size: clamp(19px, 3vw, 28px);
  }

  .menu {
    padding: 0 20px;
  }

  .menu>li {
    max-width: 486px;
    margin: 0 auto;
    border: 2px solid #CCC;
  }

  .menu>li p {
    font-size: clamp(15px, 3vw, 17px);
  }

  .text_color {
    margin-top: 10px;
    display: inline-block;
  }

  .mokuji li .mokuji_search_panel {
    background-color: #ffc178;
    padding: 20px 0;
    margin: 0;
    width: 100%;
  }

  .init-bottom:after {
    right: 22%;
  }
}

@media (min-width: 768px) {
  .sale_introduction {
    padding: 0;
  }
}

/* ----------------------------------------------------------------
  recommend_genre
----------------------------------------------------------------- */
.recommend_genre {
  margin-bottom: 100px;
}

.recommend_txtImg {
  text-align: center;
  padding: 0 26px;
  margin-bottom: 40px;
}

.recommend_txtImg img {
  width: 100%;
  max-width: 365px;
}

.genre_container {
  max-width: 950px;
  margin: 0 auto;
}

.genre_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}

.genre_item img:hover,
#show_more_genre img:hover,
#btn_totop_wrapper img:hover {
	opacity:0.7;
}

.genre_item {
  max-width: 456px;
}

.genre_item img {
  width: 100%;
}

#show_more_genre {
    width: 49.7%;
    margin: 7.5% auto 0;
}
	

@media only screen and (max-width:950px) {
  .genre_container {
    width: 89.3%;
    margin: 0 auto
  }
}

@media screen and (max-width: 768px) {
  .genre_container {
    width: 100%;
  }
  .recommend_txtImg img {
    max-width: 346px;
  }
  .genre_list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .genre_item {
    max-width: 640px;
    margin: 0 auto;
  }
	
#show_more_genre {
    width: 100%;
    margin: 7.5% auto 0;
}
.genre_container {
        width: 85.07%;
        margin-bottom: 9%;
  }
.recommend_genre {
    margin-bottom: 20px;
}
}

/* ----------------------------------------------------------------
  recommend_plan
----------------------------------------------------------------- */
.recommend_plan {
  margin-bottom: 100px;
}

.recommend_txtImg {
  text-align: center;
  padding: 0 26px;
  margin-bottom: 40px;
}

.recommend_txtImg img {
  width: 100%;
}


.recommend_event .recommend_txtImg img {
  max-width: 486.5px;
}

.recommend_spot .recommend_txtImg img {
  max-width: 517.5px;
}

/* 編集部のおすすめカセット */
.txt_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.plan_wrapper {
  word-wrap: break-word;
  background-color: #f9f2d5;
}

.plan_wrapper.bgwhite {
  background-color: #ffffff;
}

.plan_img_outer {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.plan_img_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.plan_img_outer::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%
}

.plan_price {
  height: 45px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.loading_area {
  margin: 0 auto;
  padding: 50px
}

.plan_wrapper {
  width: 950px;
  margin: 0 auto
}

.plans_ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  padding-left: 0;
}

.plan_wrap {
  background-color: #fff;
  width: 44.8%;
  margin-left: 4%;
  color: #4e3a1c;
  border-radius: 10px;
  border: solid #fc9536;
  box-sizing: border-box;
}

#plan_cont .plan_wrap {
  margin-bottom: 2%
}

.plan_img_outer,
.plan_name_outer {
  position: relative
}

.plan_img_outer::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6%
}

.plan_name_outer::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 31%;
}

.plan_img_inner,
.plan_name {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.plan_img_inner>img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%
}

.plan_name {
  padding: 3.5%;
  overflow: hidden;
  font-size: 100%;
  font-weight: 700
}

.plan_name:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  box-shadow: 0 -6px 18px 3px #fff inset
}

.plan_price_wrapper {
  width: 50%;
}

.plan_prefecture,
.plan_price {
  width: 93%;
  margin: 0 auto
}

.plan_spot_name {
  background-color: #fc9536;
  color: #fff;
  padding: 3% 5%;
  border-radius: 6px 6px 0px 0px;
}

.plan_2column_wrapper {
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.plan_price {
  color: #d42300;
  font-size: 150%;
  font-weight: 700
}

.plan_kingakukubun {
  color: #111;
  font-size: 14px;
  font-weight: 400
}

.plan_url {
  width: 61.5%;
  margin: 0 auto;
  padding: 6.5% 0;
}

.plan_url a img {
  width: 100%;
}

._outer {
  position: relative;
  z-index: 1
}

._inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

._outer::before {
  display: block;
  content: "";
  width: 100%;
  /* padding-top: 100%; */
  padding-top: 0;
}

._inner {
  /* overflow-y: scroll; */
  position: relative;
}

.plans_ul {
  background-color: initial;
  padding-top: 4%;
}

.show_more_plan {
  width: 50%;
  margin: 0 auto;
  cursor: pointer;
  padding: 4.3% 0 3.4%;
}
.show_more_plan img{
  max-width: 100%;
}
.loading_area {
  margin: 0 auto;
  padding: 50px;
  text-align: center
}

.noIndex {
  color: #e61b1b;
  border: 1px solid #e61b1b;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 30px 13%;
  margin-top: 5%;
  font-size: 14px;
  display: none;
  font-family: "メイリオ", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.plan_hidden {
  display: none !important
}

@media only screen and (min-width:769px) {
  .noIndex {
    margin: 4% auto;
    margin-top: 0;
  }
}

@media only screen and (max-width:950px) {
  .plan_wrapper {
    width: 89.3%;
    margin: 0 auto
  }

  ._outer {
    width: 89.3%;
    margin: 0 auto
  }

  .plan_name {
    font-size: 1.5vw;
  }

  .plan_price {
    font-size: 100%;
    height: auto
  }

  .plan_price .plan_kingakukubun {
    font-size: 80%
  }
}

@media screen and (max-width: 768px) {
  .plan_price {
    height: auto
  }

  .plan_price {
    font-size: 115%
  }

  .plan_price .plan_kingakukubun {
    font-size: 70%
  }

  ._outer {
    width: 100%
  }

  .plans_ul {
    display: initial;
    padding: 0
  }

  .plan_wrapper {
    width: 100%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan_wrapper.bgwhite {
    background: #ffffff;
  }

  #plan_cont .plan_wrap {
    margin-bottom: 0;
  }

  .plan_wrap {
    width: 90.5%;
    padding: 0;
    margin: 0 auto;
    margin-top: 5%;
    border: solid 1px #fc9536;
    box-sizing: border-box;
  }

  .plan_img_outer {
    width: 50%
  }

  .plan_name_outer {
    width: 100%;
  }

  .plan_name {
    position: relative;
    font-size: 85%;
    line-height: 1.5;
  }

  .plan_name_outer::before {
    padding-top: 0;
  }

  .plan_prefecture,
  .plan_price {
    width: 100%;
    display: inline-block
  }

  .plan_prefecture {
    border-top: none;
    margin-top: 2%;
    margin-right: 2%
  }

  .plan_url {
    width: 84%;
    margin: 0 auto;
    padding: 4% 0
  }

  ._outer {
    /* width: 95% */
    width: 100%;
  }

  ._outer::before {
    /* padding-top: 295%; */
    padding-top: 0;
  }

  ._inner {
    position: relative;
    padding: 0;
    background-color: initial
  }

  #plan_cont {
    padding-top: 1%;
    padding-bottom: 5%;
    margin-top: 4.2%;
  }

  #plan_cont .plan_wrap {
    width: 96%
  }

  .plan_wrap {
    border-top: none;
  }

  .plan_spot_name {
    border-radius: 10px 10px 0px 0px;
  }

  .plan_price_wrapper {
    padding: 0 2%;
    box-sizing: border-box;
  }

  .show_more_plan {
    width: 76%;
    padding-bottom: 10%;
    padding-top: 5%;
  }

  .show_more_plan img.sp {
    width: 100%;
  }

  .noIndex {
    font-size: 12px;
  }
}

@font-face {
  font-family: 'Noto Light';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NotoSansJP-Regular.woff) format('opentype');
  font-display: swap;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'
}
@font-face {
  font-family: 'Noto Bold';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NotoSansJP-Bold.woff) format('opentype');
  font-display: swap;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'
}
.plan_wrap {
  font-family: 'Noto Light', "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important
}

/* ----------------------------------------------------------------
  btn_to_activitytop
----------------------------------------------------------------- */
#btn_to_activitytop {
  background-image: url(../images/btn_totop_bg_03.png?v=202601);
  height: 230px;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}
#btn_totop_wrapper{
  width:56.8%;
  max-width: 568px;
  padding: 77.5px 0;
  margin:0 auto;
}
@media only screen and (max-width:1000px) {
  #btn_to_activitytop {
    height: 20.2vw;
  }

  #btn_to_activitytop {
    margin: 4.2% 0 10.6% 0;
  }
  #btn_totop_wrapper {
    padding: 6.5% 0;
}
}

@media only screen and (max-width:768px) {
  #btn_to_activitytop {
    height: 23vw;
    margin-bottom: 60px;
  }

  #btn_to_activitytop {
    background-image: url(../images/btn_totop_bg_sp_03.png?v=202601);
  }
  #btn_totop_wrapper {
    width: 76%;
}
}


/* キャンペーン期間終了時スタイル */
.note {
  display: none;
  color: #d42300;
  text-align: center;
  font-size: 120%;
}
.nsjpd {
  font-family: 'Noto Bold', "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.style_grayed_out {
  pointer-events: none;
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
  filter: brightness(0.4);
}
@media only screen and (max-width: 1000px){
  .note {
      font-size: 2vw;
  }
}
@media all and (-ms-high-contrast:none) {
  .style_grayed_out {
    opacity: 0.3;
  }
}
@media only screen and (max-width:768px){
  .note{
      font-size: 4vw;
  }
}

/* 2024/06/30向け */

/* -----------------------------------------------------------
  カウントダウン
----------------------------------------------------------- */
.countdown_wrapper {
  display: none;
}

.countdown_wrapper {
  margin: 25px auto 40px;
  line-height: 1.6;
}
.countdown_timer {
  display: flow-root;
  background: url(/activity/theme/otoku_10days/images/timer_sp_03.png) top center no-repeat;
  background-size: contain;
  margin: 15px auto 15px;
}
.countdown_wrapper h2 {
  margin: 0 auto 15px;
  text-align: center;
}
.countdown_wrapper .date_start {
  margin: 0 auto 14px;
}
.countdown_wrapper .date_start img {
 width: 80%;
 height: auto;
}
.countdown_wrapper p {
  color: #3b1800;
  text-align: center;
  font-size: 20px;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.flip-clock-wrapper {
  width: auto !important;
  max-width: clamp(0px, 600 / 640 * 100vw, 600px) !important;
  padding-top: clamp(0px, 74 / 640 * 100vw, 74px) !important;
  font-size: clamp(0px, 14 / 640 * 100vw, 14px) !important;
}

.countdown_wrapper h2 img{
  width: 90%;
}
/* activity only --- */
.flip-clock-wrapper ul li {
  font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', Meiryo, 'ＭＳ Ｐゴシック', MS PGothic, sans-serif;
  line-height: 1.6 !important;
}
/* --- activity only */

@media only screen and (min-width:769px) {

  .flip-clock-wrapper ul li {
    font-family:"Helvetica Neue", Helvetica, sans-serif;
    line-height: 87px !important;
  }

  .countdown_wrapper h2 img {
    width: auto;
  }

  .flip-clock-wrapper ul {
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 70px;
  }

  .flip-clock-divider {
    width: 20px;
    height: 100px;
  }

  .flip-clock-divider:first-child {
    width: 0;
  }

  .minutes{
    width: 36px;
  }

  .flip-clock-divider .flip-clock-label {
    right: -156px;
  }
  .hours .flip-clock-label{
    right: -170px;
  }

  .countdown_wrapper {
    max-width: 950px;
    margin: 0px auto 60px;
  }
  .countdown_wrapper h2 {
    margin: 0 auto 14px !important;
  }
  .countdown_wrapper .date_start {
    margin: 0 auto 14px !important;
  }

  .countdown_wrapper .date_start img {
    width: auto;
    height: auto;
   }

  .flip-clock-wrapper {
    width: 650px !important;
    max-width: none !important;
    padding-top: 84px !important;
    font-size: 14px !important;
  }
   
  .countdown_timer {
    display: block;
    background: url(/activity/theme/otoku_10days/images/timer_pc_03.png) top center no-repeat;
    background-size: auto;
    margin: 0 auto 40px;
    width: 720px;
    height: 220px;
  }
  
  .countdown_wrapper p {
    font-size: 100%;
    color: #3b1800;
    text-align: center;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

}

/* クローズ対応 */

.tabMenu.is_closed {
  display: none;
}

.coupon_Img__coming{
  display: none;
}

.coupon_Img.is_closed {
  position: relative;
  display: block;
}

.coupon_Img.is_closed a::after{
  position: absolute;
  top: 0;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.coupon_Img.is_closed a{
  pointer-events: none;
}


.coupon_Img.is_closed .coupon_Img__coming{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  display: block;
  font-size: 30px;
  font-weight: bold;
  transform: translate(-50%,-50%);
  color: #fff;
}

.mokuji.is_closed .menu__multi a{
  pointer-events: none;
}

.mokuji.is_closed .menu__multi{
  position: relative;
}

.mokuji.is_closed .coupon_layer::after{
  position: absolute;
  top: 0;
  display: block;
  content: "";
  background: rgba(128,128,128,0.6);
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.plan_wrapper.is_closed {
  position: relative;
  pointer-events: none;
  
}
.plan_wrapper.is_closed ._outer{
  position: relative;  
}
.plan_wrapper.is_closed::after{
  position: absolute;
  top: 0;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
}

/* おすすめのジャンル-クローズ */
.genre_item.is_closed {
  position: relative;
  pointer-events: none;
}
.genre_item.is_closed::after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
}

/* 掲載期間-クローズ */
#tarm_cam.is_closed {
  display: none;
}

@media (min-width: 769px) {
  .coupon_Img.is_closed .coupon_Img__coming{
    font-size: 40px;
  }
}


/* 注釈 */
.theme_attention_2 {
    width: 96%;
    margin: 0 auto;
}
.cpm__sec {
    margin: 0 auto;
}
.theme_attention_2 p {
	width: 100%;
	padding: 20px 20px;
	text-align: center;
	font-size: 14px;
	color: #f50000;
	line-height: 1.8em;
	background: #f9f2d5;
	border-radius: 6px;
	box-sizing: border-box;
}
.br_sp{
	display: block;
}

@media (min-width: 769px) {
.theme_attention_2 {
    width: 100%;
    margin: 0 auto;
}
.cpm__sec {
	width: 950px;
	margin: 20px auto 80px auto;
}
.theme_attention_2 p {
	margin: 30px auto 10px;
	padding: 20px 20px;
}
.br_sp{
	display: none;
	}
}