﻿.col-sm-12 {
  padding: 0 !important
}

.margin0 {
  margin-top: 60px !important;
}

.margin01 {
  margin-top: 40px !important;
}

.margin02 {
  margin-top: 20px !important;
}

.margin03 {
  margin-top: 120px !important;
}

.margin04 {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 768px) {
  .margin02 {
    margin-top: 30px !important;
  }

  .margin03 {
    margin-top: 60px !important;
  }
}

.breadcrumbs {
  display: none
}

.breadcrumb {
  display: none
}

#md_contentsDetail {
  display: none
}

#portal_based * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#portal_based img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto
}

#portal_based h1,
#portal_based h2,
#portal_based h3,
#portal_based h4,
#portal_based h5,
#portal_based p,
#portal_based a,
#portal_based ul,
#portal_based li,
#portal_based dt,
#portal_based dd,
#portal_based figcaption {
  font-size: 100%;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #252525;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}


#portal_based a {
  text-decoration: none;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#portal_based a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#portal_based a img {
  transition: all .3s;
}


#portal_based .pc {
  display: block
}

@media screen and (max-width: 768px) {
  #portal_based .pc {
    display: none
  }
}

#portal_based .sp {
  display: none
}

@media screen and (max-width: 768px) {
  #portal_based .sp {
    display: block
  }
}

#portal_based .en {
  font-family: 'SackersGothicStd-Light'
}

#portal_based section.portal_items {
  width: 100%;
  margin: 10px 0 0;
  padding: 0 0 60px
}

@media screen and (max-width: 768px) {
  #portal_based section.portal_items {
    padding: 0;
  }
}

#portal_based section.portal_items div.item-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #portal_based section.portal_items div.item-list {
    margin: 0 10px
  }
}

#portal_based section.portal_items div.item-list.col2 div.item {
  width: 50%;
  padding: 40px 20px 0
}

@media screen and (max-width: 768px) {
  #portal_based section.portal_items div.item-list.col2 div.item {
    width: 100%;
    padding: 20px 10px 0
  }

  #portal_based section.portal_items div.item-list.col2 div.item a {
    display: flex;
    border: 1px solid #eee
  }

  #portal_based section.portal_items div.item-list.col2 div.item a div.thumb {
    width: 40%
  }

  #portal_based section.portal_items div.item-list.col2 div.item a div.detail {
    width: 60%;
    display: flex;
    justify-content: center;
    flex-direction: column
  }
}

#portal_based section.portal_items div.item-list div.item {
  width: 50%;
  padding: 40px 10px 0
}

@media screen and (max-width: 768px) {
  #portal_based section.portal_items div.item-list div.item {
    width: 50%;
    padding: 20px 5px 2px;
  }
}

#portal_based section.portal_items div.item-list div.item.disable {
  pointer-events: none
}

#portal_based section.portal_items div.item-list div.item.disable a {
  pointer-events: none
}

#portal_based section.portal_items div.item-list div.item.disable a div.thumb::after {
  content: "COMING SOON";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-family: 'SackersGothicStd-Light';
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (max-width: 768px) {
  #portal_based section.portal_items div.item-list div.item.disable a div.thumb::after {
    font-size: 14px
  }
}

#portal_based section.portal_items div.item-list div.item.disable p.category,
#portal_based section.portal_items div.item-list div.item.disable h2.ttl-item,
#portal_based section.portal_items div.item-list div.item.disable img {
  opacity: .5
}

/*
#portal_based section.portal_items div.item-list div.item a div.thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#portal_based section.portal_items div.item-list div.item a div.thumb::after {
  content: "MORE";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'SackersGothicStd-Light';
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}
*/
#portal_based section.portal_items div.item-list div.item a:hover div.thumb::before {
  opacity: 1
}

#portal_based section.portal_items div.item-list div.item a:hover div.thumb::after {
  top: 50%;
  opacity: 1
}

#portal_based section.portal_items div.item-list div.item a div.thumb {
  position: relative
}

#portal_based section.portal_items div.item-list div.item a div.detail p.category {
  margin: 15px 0 0;
  text-align: center;
  font-family: 'SackersGothicStd-Light';
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  color: #999
}

@media screen and (max-width: 768px) {
  #portal_based section.portal_items div.item-list div.item a div.detail p.category {
    margin: 10px 0 0;
    font-size: 10px
  }
}

#portal_based section.portal_items div.item-list div.item a div.detail h2.ttl-item {
  font-family: 'Helvetica Neue', Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin: 10px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5
}

@media screen and (max-width: 768px) {
  #portal_based section.portal_items div.item-list div.item a div.detail h2.ttl-item {
    margin: 10px 10px 0;
    font-size: 14px
  }
}

#portal_based section.portal_cover {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /*#portal_based section.portal_cover {
        padding-top: 64px;
      }
    */

  #portal_based section.portal_cover02 {
    padding-top: 0;
  }
}

#portal_based section.portal_cover .cover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  background-color: #ccc;
  background-image: url(/cms/dd_events/img/newyear/2026/hero-pc.jpg);
  background-size: cover;
  background-position: center center
}

@media screen and (max-width: 768px) {
  #portal_based section.portal_cover .cover {
    background-image: url(/cms/dd_events/img/newyear/2026/hero-sp.jpg);
    width: 100%;
    height: 600px;
  }
}

#portal_based section.portal_cover h1.ttl-page {
  font-size: 36px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  text-align: center
}

@media screen and (max-width: 768px) {
  #portal_based section.portal_cover h1.ttl-page {
    font-size: 30px;
    line-height: 1.3
  }
}

#portal_based section.portal_cover h2.ttl-read {
  margin: 80px 0 0;
  font-size: 30px;
  line-height: 1.3;
  text-align: center
}

#portal_based section.portal_cover h3.ttl-read-sub {
  font-family: serif;
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.49rem;
}

#portal_based section.portal_cover h3.ttl-read-sub small {
  font-size: 40%;
  color: #252525;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  #portal_based section.portal_cover h3.ttl-read-sub {
    font-size: 26px;
    margin: 20px 0 10px;
  }
}

#portal_based section.portal_cover h3.ttl-read-sub small {
  font-family: 'SackersGothicStd-Light';
}

#portal_based section.portal_cover h3.ttl-read-sub02 {
  font-family: 'SackersGothicStd-Light' !important;

}

#portal_based section.portal_cover p.read {
  max-width: 750px;
  margin: 30px auto 60px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 2;
  text-align: center
}

@media screen and (max-width: 768px) {
  #portal_based section.portal_cover p.read {
    text-align: left;
  }
}

#portal_based .caption {
  width: 920px;
  margin: 0 auto 40px;
  padding: 30px;
  border: 1px solid #252525;
  text-align: center
}

@media screen and (max-width: 768px) {
  #portal_based .caption {
    width: 90%
  }
}

#portal_based .caption dl {
  margin: 10px 0 0
}

#portal_based .caption dt,
#portal_based .caption dd {
  line-height: 2.2;
  font-size: 16px
}

@media screen and (max-width: 768px) {

  #portal_based .caption dt,
  #portal_based .caption dd {
    font-size: 14px
  }
}

#portal_based .caption .ttl-read-sub {
  font-size: 32px !important;
}

@media screen and (max-width: 768px) {
  #portal_based .caption .ttl-read-sub {
    font-size: 26px !important;
  }
}

section .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  section .btn-wrap {
    margin: 0 0 0;
  }
}

section .btn-wrap a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  margin: 20px 10px 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 1.3;
  border: 1px solid #ccc;
  color: #252525 !important;
  transition: all .4s ease-in-out;
}

@media screen and (max-width: 768px) {
  section .btn-wrap a.btn {
    width: 200px;
    height: 50px;
    margin: 20px auto 0;
    font-size: 13px;
  }
}

/*anker*/
.anker {
  margin: 0 auto 60px !important;
}

.block-article-anker-list--column {
  display: flex;
  justify-content: center;
}


.block-article-anker-list--column .anker-text {
  padding: 4px 10px !important;
}

@media screen and (max-width: 768px) {
  .block-article-anker-list--column .anker-text {
    padding: 30px 0 !important;
  }
}

/*ttl*/
.ttl-category {
  font-size: 24px;
  font-family: serif;
  text-align: center;
  letter-spacing: 4.5px;
}

@media screen and (max-width: 768px) {
  .ttl-category {
    font-size: 18px;
  }
}

/*info*/
.weather-sell-block .article-product-summary--wrap {
  margin: 40px auto !important;
}

@media screen and (max-width: 768px) {
  .article-content-inner {
    padding: 10px 24px !important;
  }
}

/*expand*/
#portal_based section.portal_items div.item-list div.item a div.thumb img:hover {
  transform: scale(1.05, 1.05);
  opacity: 1 !important;

}

.thumb.expand {
  overflow: hidden;
}