@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : hokkaido_tohoku_2023aut.css
 author     : Ability Consultant
 style info : インスタグラム投稿キャンペーン 北国のかおりもん
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
foundation

Styleguide 1.0.0
*/
/*
_variable.scss

変数をまとめて宣言

Styleguide 1.1.0
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
各カラー設定

※フォントサイズなどは適宜変更可

Markup:
<p>ベースフォントカラー</p>
<span style="background-color:$f-val-FontColor; width:60px; height:60px; display: inline-block;"></span>
<br><br>
<p>背景 color</p>
<span style="background-color:$f-val-bgcolor; width:60px; height:60px; display: inline-block;"></span>
<span style="background-color:$f-val-bgcolor-secondary; width:60px; height:60px; display: inline-block;"></span>
<span style="background-color:$f-val-bgcolor-tertiary; width:60px; height:60px; display: inline-block;"></span>
<span style="background-color:$f-val-bgcolor-quaternary; width:60px; height:60px; display: inline-block;"></span>
<br><br>
<p>ポイントカラー</p>
<span style="background-color:$f-val-color-cv; width:60px; height:60px; display: inline-block;"></span>
<span style="background-color:$f-val-color-slblue; width:60px; height:60px; display: inline-block;"></span>
<span style="background-color:$f-val-color-lblue; width:60px; height:60px; display: inline-block;"></span>
<span style="background-color:$f-val-color-slgray; width:60px; height:60px; display: inline-block;"></span>
<span style="background-color:$f-val-color-lgray; width:60px; height:60px; display: inline-block;"></span>
<span style="background-color:$f-val-color-gray; width:60px; height:60px; display: inline-block;"></span>
<span style="background-color:$f-val-color-dgray; width:60px; height:60px; display: inline-block;"></span>

Styleguide 1.1.1.1
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
_mixins.scss

Styleguide 1.3.0
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
各デバイス別処理
  

@include mq($device) {<br>
	//処理<br>
};<br><br>
$device : pc <small>or</small> tab <small>or</small> sp <small>or</small> pc_tab <small>or</small> tab_sp <small>or</small> tab_l <small>or</small> tab_s <small>or</small> sp_l <small>or</small> sp_s

Styleguide 1.3.1
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
フォントサイズ指定

@include fsz(任意のサイズ,親要素のサイズ);<br>
※px不要

Styleguide 1.3.1.1
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
値を振り分け(choiceValue)

@include cV(プロパティ,pc幅,tab~sp幅);<br>
<small>or</small><br>
@include cV(プロパティ,pc幅,tab幅,sp幅);

Styleguide 1.3.1.2
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
マウスホバー

Styleguide 1.3.1.3
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
幅を決めて中央寄せ(choiceWidth)

 @include cW(任意の幅px);

Styleguide 1.3.1.4
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
画像を拡大

@include zoomImg(拡大率,x軸基点);

Styleguide 1.3.1.5
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
ホバー時リンクの下線を逆にする

@include reverseDecoration;

Styleguide 1.3.1.6
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
プロパティにプレフィックスを付与

@include PropertySetPrefix(プロパティ,値);

Styleguide 1.3.1.7
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
値にプレフィックスを付与

@include ValueSetPrefix(プロパティ,値);

Styleguide 1.3.1.8
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
スマホ用フォントサイズを設定する

@include SpFontSize(幅);

Styleguide 1.3.1.9
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
縦方向のグラデーション 2色

@include gradientL-2(上側のカラー,上側のカラーの位置％,下側のカラー,下側のカラーの位置％);

Styleguide 1.3.2
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
縦方向のグラデーション 3色

@include gradientL-3(上側のカラー,上側のカラーの位置％,中間のカラー,中間のカラーの位置％,下側のカラー,下側のカラーの位置％);

Styleguide 1.3.2.1
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
横方向のグラデーション 2色

@include gradientW-2(左側のカラー,左側のカラーの位置％,右側のカラー,右側のカラーの位置％);

Styleguide 1.3.2.2
*/
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
横方向のグラデーション 3色

@include gradientW-3(左側のカラー,左側のカラーの位置％,中間のカラー,中間のカラーの位置％,右側のカラー,右側のカラーの位置％);

Styleguide 1.3.2.3
*/
figure {
  margin: 0;
}

img {
  max-width: 100%;
}

.sst {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 10px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  text-align: center;
}
.sst::after {
  content: "";
  display: block;
  background: #1d2088;
  position: absolute;
  width: 100px;
  height: 2px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.con_imgmain {
  margin-bottom: 88px;
}
.con_imgmain h2 {
  margin: 0 auto;
  max-width: 100%;
}
.con_imgmain h2 img {
  display: block;
  width: 100%;
}

#contents {
  font-family: "Noto Sans JP", sans-serif;
  color: #1d2088;
}
#contents .con_intro {
  position: relative;
}
#contents .con_intro::before {
  display: block;
  position: absolute;
  top: 86px;
  left: -51px;
  right: 0;
  z-index: -1;
  height: 323px;
  background: url("../images/bg_intro.png") center no-repeat;
  content: "";
}
#contents .con_intro .st_intro {
  color: #f3f2ea;
  position: relative;
  margin: 0 auto 53px;
  padding: 1.35em 0;
  width: 605px;
  letter-spacing: .1em;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 2;
  text-align: center;
}
#contents .con_intro .st_intro b {
  position: relative;
  font-weight: bold;
  color: #ede00c;
  z-index: 1;
}
#contents .con_intro .st_intro::after {
  content: "";
  width: 90%;
  margin: 0 auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/bg_ttl.png) no-repeat center/contain;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: -1;
}
#contents .con_intro .st_intro::before {
  top: 0;
}
#contents .con_intro .st_intro::after {
  bottom: 0;
}
#contents .con_intro .box_txt {
  margin: 0 auto 55px;
  max-width: 817px;
  font-size: 19px;
  letter-spacing: .1em;
  line-height: 1.895;
  text-align: center;
}
#contents .con_anchor {
  max-width: 920px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
#contents .con_anchor li {
  width: 260px;
  height: 100%;
  text-align: center;
  text-align: center;
  position: relative;
  padding: 0 1em 5em;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  #contents .con_anchor li {
    padding: 0 .5em 2em;
  }
}
#contents .con_anchor li::after {
  content: "";
  background: url(../images/nav_border.png) no-repeat;
  display: inline-block;
  width: 4px;
  height: 82px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
#contents .con_anchor li:last-child::after {
  display: none;
}
#contents .con_anchor li a {
  text-decoration: none;
  display: inline-block;
}
#contents .con_anchor li a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#contents .con_overview {
  margin-bottom: 100px;
  padding: 116px 0 160px;
  background: #f6ef85;
}
#contents .con_overview .st_overview {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 66px;
  font-size: 36px;
  font-weight: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: .1em;
  line-height: 1.667;
  text-align: center;
  color: #1d2088;
}
#contents .con_overview .st_overview::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 193px;
  height: 2px;
  background: #1d2088;
  content: "";
}
#contents .con_overview .inner {
  margin: 0 auto;
  padding-top: 95px;
  max-width: 1260px;
  background: #fff;
}
#contents .con_overview .inner .box_overview {
  margin-bottom: 70px;
}
#contents .con_overview .inner .box_overview p.txt {
  text-align: center;
  margin-bottom: 3em;
  font-size: 16px;
}
#contents .con_overview .inner .box_overview .box_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
}
#contents .con_overview .inner .box_overview .box_detail > dt {
  width: 300px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.889;
  text-align: center;
}
#contents .con_overview .inner .box_overview .box_detail > dd {
  padding-top: 6px;
  padding-left: 80px;
  font-size: 16px;
  line-height: 2.438;
  text-align: left;
  border-left: 1px solid;
  padding-bottom: 14px;
}
#contents .con_overview .inner .box_overview .box_detail > dd dl .box_award {
  margin: 0 0 40px 96px;
}
#contents .con_overview .inner .box_overview .box_detail > dd dl dt span {
  margin-right: 1em;
  padding: .3em 1em;
  color: #fff;
  background-color: #1d2088;
  border-radius: 70px;
}
#contents .con_overview .inner .box_overview .box_detail > dd dl dt b {
  color: #cb0404;
  font-weight: bold;
}
#contents .con_overview .inner .box_overview .box_detail > dd dl dt b a {
  color: #cb0404;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  -webkit-transition: .3s;
  transition: .3s;
}
#contents .con_overview .inner .box_overview .box_detail > dd dl dt b a::before {
  margin-right: .5em;
  font-family: "Ionicons";
  content: "";
}
#contents .con_overview .inner .box_overview .box_detail > dd dl dt b a:hover {
  opacity: .7;
}
#contents .con_overview .inner .box_overview .box_detail > dd dl dd.img {
  margin: 10px 0 40px 80px;
}
#contents .con_overview .inner .box_overview .box_detail > dd dl .box_present {
  margin: 10px 0 40px 95px;
}
#contents .con_overview .inner .box_present {
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
  margin-bottom: 80px;
}
#contents .con_overview .inner .box_present .box_present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contents .con_overview .inner .box_present .box_present li {
  width: calc(100%/4 - 20px);
  margin-bottom: 1.5em;
}
#contents .con_overview .inner .box_present .box_present li .txt {
  padding: 1em 0;
  line-height: 1.556;
}
#contents .con_overview .inner .box_present .box_present li .txt span {
  font-size: 18px;
  font-weight: bold;
}
#contents .con_overview .inner .box_flow .box_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contents .con_overview .inner .box_flow .box_step li .img img {
  display: block;
}
#contents .con_overview .inner .box_flow .box_step li dl {
  margin: 0 auto;
  width: 280px;
}
#contents .con_overview .inner .box_flow .box_step li dl dt {
  margin: 18px 0 11px;
  font-size: 18px;
  line-height: 1.556;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
#contents .con_overview .inner .box_flow .box_step li dl dd {
  font-size: 14px;
  line-height: 2;
  text-align: left;
}
#contents .con_overview .inner .box_flow .box_step li dl dd p a {
  color: #cb0404;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  -webkit-transition: .3s;
  transition: .3s;
}
#contents .con_overview .inner .box_flow .box_step li dl dd p a::before {
  margin-right: .5em;
  font-family: "Ionicons";
  content: "";
}
#contents .con_overview .inner .box_flow .box_step li dl dd p a:hover {
  opacity: .7;
}
#contents .con_overview .inner .box_flow .box_step li dl dd p b {
  color: #cb0404;
}
#contents .con_overview .inner .box_flow .box_step li:not(:first-child) {
  margin-left: 78px;
}
#contents .con_overview .inner .box_flow .box_step li:not(:first-child) .img {
  position: relative;
}
#contents .con_overview .inner .box_flow .box_step li:not(:first-child) .img::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -57px;
  width: 41px;
  height: 41px;
  background: url("../images/ico_arrow.png") no-repeat;
  content: "";
}
#contents .con_overview .inner .box_example {
  position: relative;
  padding-bottom: 100px;
  background: url(../images/bg_sec1.png) center top/cover no-repeat;
}
#contents .con_overview .inner .box_example .box_post {
  max-width: 760px;
  width: 100%;
  margin: -9% auto 100px;
  padding-top: 260px;
  position: relative;
}
#contents .con_overview .inner .box_example .box_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  max-width: 830px;
}
#contents .con_overview .inner .box_example .box_btns p:first-child {
  margin-right: 30px;
}
#contents .con_overview .inner .box_example .box_btns p a img {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}
#contents .con_overview .inner .box_example .box_btns p a:hover img {
  opacity: .7;
}
#contents .con_overview .inner .box_example .box_btns .btn {
  position: relative;
  z-index: 0;
  margin-top: 80px;
  margin-bottom: 125px;
  width: 545px;
  height: 110px;
  background: #fff;
  -webkit-transition: .15s;
  transition: .15s;
}
#contents .con_overview .inner .box_example .box_btns .btn:hover {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
#contents .con_overview .inner .box_example .box_btns .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.889;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
}
#contents .con_overview .inner .box_example .box_btns .btn a::before, #contents .con_overview .inner .box_example .box_btns .btn a::after {
  display: block;
  position: absolute;
  content: "";
}
#contents .con_overview .inner .box_example .box_btns .btn a::before {
  top: 15px;
  left: 30px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ffe184;
}
#contents .con_overview .inner .box_example .box_btns .btn a::after {
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 10px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
#contents .con_overview .inner .box_example .box_btns .btn a span {
  display: block;
}
#contents .con_sweets {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto 170px;
}
#contents .con_sweets .box_st {
  position: relative;
  text-align: center;
  width: 100%;
}
#contents .con_sweets .box_st::before {
  content: "";
  position: absolute;
  display: block;
  width: 985px;
  height: 192px;
  background: url(../images/bg_ichiran.png) no-repeat;
  right: 0;
  left: 0;
  top: 58px;
  margin: 0 auto;
  z-index: -10;
}
#contents .con_sweets .box_st .st_sweets {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 66px;
  font-size: 36px;
  font-weight: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: .1em;
  line-height: 1.667;
  text-align: center;
  color: #1d2088;
}
#contents .con_sweets .box_st .st_sweets::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 193px;
  height: 2px;
  background: #1d2088;
  content: "";
}
#contents .con_sweets .box_st .txt_sweets {
  margin: 0 auto 40px;
  max-width: 817px;
  font-size: 19px;
  letter-spacing: .1em;
  line-height: 1.895;
  text-align: center;
}
#contents .con_sweets .box_mura {
  padding: 98px 0 0 0;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
#contents .con_sweets .box_mura .sst_mura {
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  position: relative;
  padding: 5px 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .con_sweets .box_mura .sst_mura span {
  padding: 0 20px 0 30px;
  font-size: 24px;
  letter-spacing: 1.5px;
}
#contents .con_sweets .box_mura .sst_mura span:first-child {
  font-size: 18px;
  color: #fff;
  font-weight: normal !important;
}
#contents .con_sweets .box_mura .sst_mura span:first-child::before {
  content: url(../images/img_txtbg.png);
  position: absolute;
  bottom: -1.4em;
  left: 1.3em;
  z-index: -2;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
#contents .con_sweets .box_mura .sst_mura::after {
  content: "";
  border-bottom: #ede00c dotted 5px;
  position: absolute;
  left: 68px;
  bottom: -10px;
  width: 89%;
  z-index: -10;
}
#contents .con_sweets .box_mura .box_menu {
  margin: 0 auto 80px;
  width: 1110px;
  padding: 70px 0 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .con_sweets .box_mura .box_menu:nth-of-type(2) {
  margin: 100px auto 80px;
  padding: 0;
}
#contents .con_sweets .box_mura .box_menu .box_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .con_sweets .box_mura .box_menu .box_img .area_img:first-child {
  margin-right: 2em;
}
#contents .con_sweets .box_mura .box_menu .box_img .area_img .txt_brk {
  margin-top: 0.5rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-weight: bold;
}
#contents .con_sweets .box_mura .box_menu .box_txt {
  width: 100%;
  text-align: left;
  position: relative;
  letter-spacing: .1em;
}
#contents .con_sweets .box_mura .box_menu .box_txt .sst_sweets {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  position: relative;
  margin-bottom: 56px;
}
#contents .con_sweets .box_mura .box_menu .box_txt .sst_sweets .lg {
  font-size: 29px;
}
#contents .con_sweets .box_mura .box_menu .box_txt .btn_brk {
  max-width: 260px;
  width: 100%;
  margin: 56px auto 0 auto;
}
#contents .con_sweets .box_mura .box_menu .box_txt .btn_brk a {
  display: block;
  padding: 1em 0;
  text-align: center;
  border: 1px solid #1d2088;
  background: #1d2088;
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}
#contents .con_sweets .box_mura .box_menu .box_txt .btn_brk a:hover {
  opacity: .6;
}
#contents .con_sweets .box_mura .box_menu .box_txt .btn_brk a span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 1em;
}
#contents .con_sweets .box_mura .box_menu .box_txt .btn_brk a span::before {
  content: "";
  font-family: "Ionicons";
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contents .con_notes {
  margin: 170px auto 200px;
  padding: 90px 110px;
  max-width: 1260px;
  border: 4px solid #ede00c;
}
#contents .con_notes .st_notes {
  margin-bottom: 60px;
  letter-spacing: .1em;
  font-size: 36px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #1d2088;
  line-height: 1.673;
  text-align: center;
}
#contents .con_notes .st_notes::after {
  display: block;
  margin: 13px auto 0;
  width: 192px;
  height: 2px;
  background: #1d2088;
  content: "";
}
#contents .con_notes .box_detail {
  letter-spacing: .05em;
  font-size: 16px;
  line-height: 2.5;
}
#contents .con_notes .box_detail dl {
  margin-bottom: 2em;
}
#contents .con_install {
  padding: 110px 0;
  text-align: center;
  color: #1d2088;
  background-color: #f3f2ea;
}
#contents .con_install h3 {
  margin-bottom: 10px;
  font-size: 36px;
  letter-spacing: .05em;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
#contents .con_install h3 .fa-instagram {
  position: relative;
  top: 6px;
  margin-right: 22px;
  font-size: 53px;
}
#contents .con_install .txt {
  margin-bottom: 46px;
  font-size: 16px;
  line-height: 2.5;
}
