@charset "UTF-8";
body,
html {
  position: relative;
  margin: 0;
}

div.unit {
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  .display_large {
    display: block;
  }
}
@media screen and (max-width: 641px) {
  .display_large {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .display_small {
    display: none;
  }
}
@media screen and (max-width: 641px) {
  .display_small {
    display: block;
  }
}
.cont-center {
  text-align: center;
}
@media screen and (min-width:641px) {
  .cont-center_is-pc {
    text-align: center;
  }
}

.l-main.l-container {
  margin: 0;
  text-align: left;
  color: #333333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px !important;
  font-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  padding-bottom: 0;
}

.l-main.l-container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-main.l-container h1,
.l-main.l-container h2,
.l-main.l-container h3,
.l-main.l-container h4,
.l-main.l-container h5,
.l-main.l-container h6,
.l-main.l-container th {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", sans-serif;
  font-weight: bold !important;
}

.bold,
bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", sans-serif;
  font-weight: bold !important;
}

.red {
  color: red !important;
}

.outline {
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: none;
  padding: 0;
}

.cont_section .cont_inner {
  max-width: 950px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 7px;
}

hr {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/*
* 共通
*/
.cont_read {
  text-align: center;
}

.cont_read h2 {
  text-align: left;
  margin-top: 0;
}

.cont_read h2 .cont_sub {
  display: inline-block;
  border-bottom: 1px solid #5e5e5e;
  padding: 0 0 0.1em;
  line-height: 1;
}

.cont_read h2 .cont_ttl {
  font-weight: bold;
  display: inline-block;
}

@media screen and (min-width: 641px) {
  .cont_read h2 .cont_ttl {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 641px) {
  .cont_read h2 .cont_ttl {
    font-size: 1em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 641px) {
  .cont_read h2 .cont_ttl {
    margin-top: 24px;
  }
}
@media screen and (max-width: 641px) {
  .cont_read h2 .cont_ttl {
    margin-top: 12px;
  }
}
@media screen and (min-width: 641px) {
  .cont_read h2 {
    display: inline-block;
  }
}
@media screen and (max-width: 641px) {
  .cont_read h2 {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .cont_read p.cont_txt {
    font-size: 1em;
    margin-top: 17px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 641px) {
  .cont_read p.cont_txt {
    text-align: left;
    margin-top: 4px;
    line-height: 1.5;
  }
}
.cont_green {
  color: #009343;
}

.cont_red {
  color: #e60012;
}

/*
* フォントサイズ
*/
.cont_container .font-12 {
  font-size: 12px;
}
@media screen and (min-width:641px) {
  .cont_container .font-12 {
    font-size: 12px;
  }
}
.cont_container .font-14 {
  font-size: 14px;
}
@media screen and (min-width:641px) {
  .cont_container .font-14 {
    font-size: 14px;
  }
}
.cont_container .font-18 {
  font-size: 18px;
}
@media screen and (min-width:641px) {
  .cont_container .font-18 {
    font-size: 18px;
  }
}
.cont_container .font-22 {
  font-size: 22px;
}
@media screen and (min-width:641px) {
  .cont_container .font-22 {
    font-size: 22px;
  }
}
.cont_container .font-24 {
  font-size: 24px;
}
@media screen and (min-width:641px) {
  .cont_container .font-24 {
    font-size: 24px;
  }
}
.cont_container .font-25 {
  font-size: 25px;
}
@media screen and (min-width:641px) {
  .cont_container .font-25 {
    font-size: 25px;
  }
}
.cont_container .font-26 {
  font-size: 26px;
}
@media screen and (min-width:641px) {
  .cont_container .font-26 {
    font-size: 26px;
  }
}
.cont_container .font-30 {
  font-size: 26px;
}
@media screen and (min-width:641px) {
  .cont_container .font-30 {
    font-size: 30px;
  }
}
.cont_container .font-32 {
  font-size: 26px;
}
@media screen and (min-width:641px) {
  .cont_container .font-32 {
    font-size: 30px;
  }
}

/*
* メインイメージ
*/
#mainttl .cont_mainimg {
  max-width: 1040px;
}
@media screen and (min-width:641px) {
  #mainttl .cont_mainimg {
    margin: 20px auto;
  }
}
#mainttl .cont-maingrid {
  display: grid;
  grid-template-columns: 41.1% 17.8% 41.1%;
  grid-template-rows: min-content min-content min-content min-content min-content min-content;
  gap: 0px 0px;
  grid-template-areas: "mainimg-presents mainimg-presents mainimg-presents" "mainimg-aomori mainimg-aomori mainimg-akita" "mainimg-aomori mainimg-aomori mainimg-iwate" "mainimg-title mainimg-title mainimg-title" "mainimg-yamagata mainimg-fukushima mainimg-fukushima" "mainimg-miyagi mainimg-fukushima mainimg-fukushima";
}
@media screen and (min-width:641px) {
  #mainttl .cont-maingrid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: min-content min-content min-content min-content;
    grid-template-areas: "mainimg-aomori mainimg-akita mainimg-iwate" "mainimg-title mainimg-title mainimg-title" "mainimg-yamagata mainimg-miyagi mainimg-fukushima" "mainimg-presents mainimg-presents mainimg-presents";
  }
}
#mainttl .cont-maingrid img {
  display: block;
}
#mainttl .cont-maingrid button {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  pointer-events: none;
}
#mainttl .cont-maingrid__title {
  grid-area: mainimg-title;
}
#mainttl .cont-maingrid__aomori {
  grid-area: mainimg-aomori;
}
#mainttl .cont-maingrid__akita {
  grid-area: mainimg-akita;
}
#mainttl .cont-maingrid__yamagata {
  grid-area: mainimg-yamagata;
}
#mainttl .cont-maingrid__iwate {
  grid-area: mainimg-iwate;
}
#mainttl .cont-maingrid__miyagi {
  grid-area: mainimg-miyagi;
}
#mainttl .cont-maingrid__fukushima {
  grid-area: mainimg-fukushima;
}
#mainttl .cont-maingrid__presents {
  grid-area: mainimg-presents;
  padding: 8px 16px;
  text-align: center;
}
@media screen and (min-width:641px) {
  #mainttl .cont-maingrid__presents {
    padding: 20px 16px 0;
  }
}
#mainttl .cont-maingrid__presents img {
  display: inline-block;
  width: 600px;
  max-width: 100%;
}
#mainttl .cont-h2-read {
  background: #1f2a66;
  color: #fff;
  margin-top: 0;
  padding: 24px;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width:641px) {
  #mainttl .cont-h2-read {
    font-size: 22px;
  }
}
#mainttl .cont_read_text {
  background: #fbfced;
  padding: 32px 16px;
}
@media screen and (min-width:641px) {
  #mainttl .cont_read_text {
    padding: 44px 16px;
  }
}

#mainttl .cont_entry_btn {
  font-size: 18px;
  background: #ed781e url("../img/icon-next.svg") no-repeat right 21px center;
  padding: 18px 41px 18px 20px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  border-radius: 12px;
  line-height: 1;
}
@media screen and (min-width:641px) {
  #mainttl .cont_entry_btn {
    font-size: 24px;
    padding: 24px 41px 24px 20px;
  }
}
#mainttl .cont_entry_btn:hover, #mainttl .cont_entry_btn:active {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#main-content .cont-news {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 9px;
}
#main-content .cont-news__box {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 16px;
}
@media screen and (min-width:641px) {
  #main-content .cont-news__box {
    padding: 24px;
  }
}

/*
* スライド
*/
/*
#slide_img {
  position: relative;
  width: 100%;
  background: url("../img/pct_circle.png") repeat-x;
}
@media screen and (min-width: 641px) {
  #slide_img {
    margin-top: -77px;
    height: 153px;
    -webkit-animation: slide_anime_pc 40s linear infinite;
            animation: slide_anime_pc 40s linear infinite;
  }
}
@media screen and (max-width: 641px) {
  #slide_img {
    background-size: auto 100%;
    margin-top: -35px;
    height: 65px;
    -webkit-animation: slide_anime_sp 40s linear infinite;
            animation: slide_anime_sp 40s linear infinite;
  }
}
*/
span.cont_cat {
  background: #223;
  color: #fff;
  padding: 0.3em 0.3em;
  font-size: 0.8em;
  border-radius: 5px;
  width: 6em;
  text-align: center;
  display: inline-block;
}

span.cont_cat.cont_gourmet {
  background: #f1611d;
}

span.cont_cat.cont_rekishi {
  background: #336cc8;
}

span.cont_cat.cont_taiken {
  background: #aa58ca;
}

span.cont_cat.cont_sapa {
  background: #87bd1c;
}

span.cont_cat.cont_gentei {
  background: #ea68a2;
}

span.cont_cat.cont_gentei.cont_gentei_open {
  animation: genteiTicker 0.5s alternate infinite;
}

span.cont_cat.cont_station {
  background: #009fe8;
}

span.cont_cat.cont_other {
  background: #fed518;
}

span.cont_cat.cont_airport {
  background: #2cad60;
}

/*
* プレゼント
*/
#present {
  background: #e1f5de;
  padding: 60px 0;
}
@media screen and (min-width:641px) {
  #present {
    padding: 80px 0;
  }
}
#present .present-row {
  margin-top: 24px;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (min-width:641px) {
  #present .present-row {
    display: flex;
    align-items: stretch;
  }
}
#present .present-col {
  margin: 24px 12px 0;
}
#present .present-col:first-child {
  margin-top: 0;
}
@media screen and (min-width:641px) {
  #present .present-col {
    margin-top: 0;
    flex-basis: 0;
    flex-grow: 1;
  }
  #present .present-col.maxw280-pc {
    max-width: 280px;
  }
}
#present .present-item {
  background: #fff;
  border-radius: 8px;
  padding: 18px;
}
@media screen and (min-width:641px) {
  #present .present-item {
    padding: 30px;
    height: 100%;
  }
}
#present .present-item__pho figcaption {
  font-size: 14px;
  color: #828282;
  text-align: right;
}
#present .present-item__row,
#present .present-item p {
  margin-top: 12px;
}
#present .present-item__row:first-child,
#present .present-item p:first-child {
  margin-top: 0;
}
#present .present-item__2col {
  margin: 0 -8px;
}
#present .present-item__2col > div {
  margin: 0 8px;
}
@media screen and (min-width:641px) {
  #present .present-item__2col {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
  }
  #present .present-item__2col > div:nth-child(1) {
    width: 40%;
  }
}
#present .present-item__ttl {
  display: inline;
  padding: 0 0 0.1em 0;
}
#present .present-item__ttl-sub {
  font-size: 0.8em;
}
#present .present-item__cnd li {
  background: #e0e0e0;
  padding: 0 6px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  margin-right: 18px;
}
@media all and (-ms-high-contrast: none) {
  #present .present-item__cnd li {
    padding: 4px 6px 0px;
  }
}
#present .present-item__cnd li:after {
  content: "+";
  position: absolute;
  right: -18px;
}
#present .present-item__cnd li:last-child {
  margin-right: 0;
}
#present .present-item__cnd li:last-child:after {
  content: none;
}
#present .present-item__border {
  margin-left: -18px;
  margin-right: -18px;
}
@media screen and (min-width:641px) {
  #present .present-item__border {
    margin-left: -30px;
    margin-right: -30px;
  }
}
#present .present-item.yg {
  border: 4px solid #91c64c;
}
@media screen and (min-width:641px) {
  #present .present-item.yg {
    border: 6px solid #91c64c;
  }
}
#present .present-item.yg .present-item__color {
  color: #45b035;
}
#present .present-item.yg .present-item__ttl {
  background: linear-gradient(transparent 70%, #e1ecc4 0%);
}
@media all and (-ms-high-contrast: none) {
  #present .present-item.yg .present-item__ttl {
    background: linear-gradient(transparent 50%, #e1ecc4 50%, #e1ecc4 80%, transparent 80%);
  }
}
#present .present-item.og {
  border: 4px solid #ed7700;
}
@media screen and (min-width:641px) {
  #present .present-item.og {
    border: 6px solid #ed7700;
  }
}
#present .present-item.og .present-item__color {
  color: #ed7700;
}
#present .present-item.og .present-item__ttl {
  background: linear-gradient(transparent 70%, #ffecdc 0%);
}
@media all and (-ms-high-contrast: none) {
  #present .present-item.og .present-item__ttl {
    background: linear-gradient(transparent 50%, #ffecdc 50%, #ffecdc 80%, transparent 80%);
  }
}
#present .present-item.bl {
  border: 4px solid #449ee2;
}
@media screen and (min-width:641px) {
  #present .present-item.bl {
    border: 6px solid #449ee2;
  }
}
#present .present-item.bl .present-item__color {
  color: #449ee2;
}
#present .present-item.bl .present-item__ttl {
  background: linear-gradient(transparent 70%, #e8f3fc 0%);
}
@media all and (-ms-high-contrast: none) {
  #present .present-item.bl .present-item__ttl {
    background: linear-gradient(transparent 50%, #e8f3fc 50%, #e8f3fc 80%, transparent 80%);
  }
}
#present .present-item.gr {
  border: 4px solid #45b035;
}
@media screen and (min-width:641px) {
  #present .present-item.gr {
    border: 6px solid #45b035;
  }
}
#present .present-item.gr .present-item__color {
  color: #45b035;
}
#present .present-item.gr .present-item__ttl {
  background: linear-gradient(transparent 70%, #e1ecc4 0%);
}
@media all and (-ms-high-contrast: none) {
  #present .present-item.gr .present-item__ttl {
    background: linear-gradient(transparent 50%, #e1ecc4 50%, #e1ecc4 80%, transparent 80%);
  }
}
#present .present-item.ot {
  border: 4px solid #4f4f4f;
}
@media screen and (min-width:641px) {
  #present .present-item.ot {
    border: 6px solid #4f4f4f;
  }
}
#present .present-item.ot .present-item__color {
  color: #219653;
}
#present .present-item.ot .present-item__ttl {
  background: linear-gradient(transparent 70%, #e1f5de 0%);
}
@media all and (-ms-high-contrast: none) {
  #present .present-item.ot .present-item__ttl {
    background: linear-gradient(transparent 50%, #e1f5de 50%, #e1f5de 80%, transparent 80%);
  }
}
#present .present-item.pp {
  border: 4px solid #a77bed;
}
@media screen and (min-width:641px) {
  #present .present-item.pp {
    border: 6px solid #a77bed;
  }
}
#present .present-item.pp .present-item__color {
  color: #a77bed;
}
#present .present-item.pp .present-item__ttl {
  background: linear-gradient(transparent 70%, rgba(167, 123, 237, 0.3) 0%);
}
#present .present-arrow {
  display: flex;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 12px;
}
@media screen and (min-width:641px) {
  #present .present-arrow {
    border-top: none;
  }
}
#present .present-arrow__icon {
  width: 50px;
}
#present .present-arrow__body {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (min-width:641px) {
  #present .present-arrow__body {
    background: linear-gradient(transparent 49%, #e0e0e0 49%, #e0e0e0 51%, transparent 52%);
  }
}
#present .present-arrow__body span {
  background: #fff;
}
#present .listopen-btn {
  background: #fffdd0;
  border: 3px solid #333333;
  border-radius: 30px;
  padding: 10px;
  min-width: 225px;
  font-weight: bold;
}
#present .listopen-btn:hover, #present .listopen-btn:active {
  background: rgb(236, 236, 236);
}

/*
* バナー
*/
#bnrs {
  background: #fff;
  padding: 30px 10px;
}

.bnr-drawari {
  display: block;
  max-width: 800px;
  margin: auto !important;
  border: 1px solid #e2e2e2;
}

/*
* DOWNLOAD
*/
#download {
  background: #acd598;
  position: relative;
}

@media screen and (min-width: 641px) {
  #download {
    padding-top: 76px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 641px) {
  #download {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}
#download .cont_inner {
  text-align: center;
}

#download .cont_inner > div {
  display: inline-block;
  max-width: 678px;
  background: url(../img/bg_download.png);
  text-align: center;
  border-radius: 15px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 641px) {
  #download .cont_inner > div {
    padding: 4%;
  }
}
@media screen and (max-width: 641px) {
  #download .cont_inner > div {
    padding: 25px 10px;
  }
}
#download .cont_inner > div h3 {
  margin-top: 0;
  font-size: 1em;
  color: #009343;
  display: inline-block;
  position: relative;
}

#download .cont_inner > div h3:before {
  position: absolute;
  content: "";
  top: 0;
  left: -25px;
  width: 25px;
  height: 100%;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.5px%22%20height%3D%2227.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(0%2C%20147%2C%2067)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M11.500%2C26.499%20L0.500%2C1.499%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
}

#download .cont_inner > div h3:after {
  position: absolute;
  content: "";
  top: 0;
  right: -25px;
  width: 25px;
  height: 100%;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.5px%22%20height%3D%2227.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(0%2C%20147%2C%2067)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M0.500%2C25.499%20L11.500%2C0.499%20%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}

#download .cont_inner > div p {
  max-width: 435px;
  display: inline-block;
  clear: both;
  margin-top: 15px;
  font-size: 0.875em;
}

#download .cont_inner > div p .cont_size {
  color: #898989;
  font-size: 0.8em;
}

@media screen and (min-width: 641px) {
  #download .cont_inner > div p img {
    transition: all 0.2s;
  }
  #download .cont_inner > div p img:hover {
    transform: scale(1.05);
  }
}
/*
* 関連コンテンツ
*/
#related {
  background: #fff;
  padding: 40px 16px;
}
@media screen and (min-width:641px) {
  #related {
    padding: 80px 40px;
  }
}
#related .cont-related-flex {
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 32px;
}
@media screen and (max-width:640px) {
  #related .cont-related-flex {
    flex-direction: column;
  }
}
@media screen and (min-width:641px) {
  #related .cont-related-flex__img {
    width: 220px;
    max-width: 40%;
  }
}
#related .cont-related-flex__cont {
  flex: 1;
}
#related .cont-related-label {
  background-color: #EB3323;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 4px;
}

/*
* キャンペーン概要
*/
#cont_about {
  background: #f9f9f9;
}

@media screen and (min-width: 641px) {
  #cont_about .cont_inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 641px) {
  #cont_about .cont_inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#cont_about .cont_inner h2 {
  margin-top: 0;
  font-size: 1.375em;
  border-bottom: 1px solid #c9c9c9;
}

#cont_about .cont_inner p {
  margin-top: 5px;
}

#cont_about .cont_inner div .cont_scr {
  margin-top: 10px;
  height: 15em;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fcfcfc;
  padding: 1em;
  color: #4f4f4f;
}

#cont_about .cont_inner div .cont_scr ul {
  margin-left: 1em;
}
#cont_about .cont_inner div .cont_scr ul li {
  list-style-type: disc;
}

/*
* Fix Header
*/
#cont_fixheader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 960;
  top: 0px;
  background: #fff;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
#cont_fixheader.view {
  pointer-events: all;
  opacity: 1;
}
#cont_fixheader .cont_header_cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
@media screen and (min-width:641px) {
  #cont_fixheader .cont_header_cnt {
    padding: 10px 0;
  }
}
#cont_fixheader .cont_logo {
  width: 50%;
  max-width: 300px;
}
#cont_fixheader .cont_logo img {
  display: block;
}
#cont_fixheader .cont_entry {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  display: flex;
  padding: 0.3em 0.8em;
  background: #ed781e;
  border-radius: 4px;
  font-size: clamp(12px, 3.8vw, 16px);
}/*# sourceMappingURL=style.css.map */