@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================================================================
 common
====================================================================== */
html {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 13px;
    overflow-x: hidden;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 750px) {
  body {
    overflow-x: hidden;
  }
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.inner {
  width: 935px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .inner {
    width: 92%;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}
.trans {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 750px) {
  .trans {
    transition: none;
  }
}

.trans:hover,
.trans:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 750px) {
  .trans:hover,
  .trans:hover img {
    opacity: 1;
  }
}

/* ======================================================================
 furusato
====================================================================== */
.furusato_kv {
  background-image: url(../img/campaign/kv_bg.png), url(../img/campaign/bg_top.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 0, 50% 100%;
  height: 715px;
}
@media screen and (max-width: 750px) {
  .furusato_kv {
    background-image: none;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .furusato_kv .inner {
    width: 100%;
  }
}
.furusato_kv_ttl {
  padding: 70px 0 0;
}
@media screen and (max-width: 750px) {
  .furusato_kv_ttl {
    padding: 0;
  }
}
.furusato_pre {
  margin-top: -180px;
  background-image: url(../img/campaign/bg_patt.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: 50% 180px;
  padding-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .furusato_pre {
    margin-top: 0;
    padding: 0 0 20%;
  }
}
.furusato_pre_chef {
  position: absolute;
  z-index: 1;
  right: -40px;
  top: -300px;
}
.furusato_pre_list_box {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_box {
    padding: 5% 7% 7%;
    border-radius: 10px;
  }
}
.furusato_pre_list_box:not(:last-child) {
  margin-bottom: 60px;
  background-position: center top, center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_box:not(:last-child) {
    margin-bottom: 7%;
    padding: 5% 7% 7%;
  }
}
.furusato_pre_list_en {
  position: absolute;
  z-index: 1;
  width: 160px;
  top: -30px;
  left: 30px;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_en {
    width: 96px;
    top: -5px;
    left: 10px;
  }
}
.furusato_pre_list_ttl {
  margin: 0 auto;
  width: 700px;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_ttl {
    width: 100%;
  }
}
.furusato_pre_list_img {
  position: relative;
  text-align: center;
  width: 680px;
  margin: 15px auto 0;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_img {
    width: 100%;
    margin: 10px auto 0;
  }
}
.furusato_pre_list_txt {
  position: absolute;
  text-align: left;
  bottom: 0;
  right: -10px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_txt {
    position: static;
    margin-top: 10px;
  }
}
.furusato_pre_list_step {
  position: relative;
  background: #ffd9e2;
  width: 680px;
  border-radius: 15px;
  margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_step {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 5%;
  }
}
.furusato_pre_list_step_ttl {
  position: absolute;
  z-index: 1;
  background: #ff5688;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -17px;
  left: 50%;
  width: 178px;
  height: 34px;
  margin-left: -89px;
  border-radius: 34px;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_step_ttl {
    width: 70%;
    height: 28px;
    top: -14px;
  }
}
.furusato_pre_list_step_ttl img {
  width: 71px;
}
.furusato_pre_list_step_flow {
  margin: 0 auto;
  width: 540px;
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_step_flow {
    padding: 0;
    width: 100%;
  }
}
.furusato_pre_list_step_flow_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_step_flow_box {
    padding: 10% 0;
  }
}
.furusato_pre_list_step_flow_box:not(:last-child) {
  padding-bottom: 28px;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_step_flow_box:not(:last-child) {
    padding-bottom: 10%;
  }
}
.furusato_pre_list_step_flow_box:not(:last-child):after {
  content: "▼";
  position: absolute;
  width: 100%;
  bottom: 9px;
  left: 30px;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_step_flow_box:not(:last-child):after {
    font-size: 20px;
    bottom: 0;
    left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_step_flow_box._imgnone {
    display: block;
    padding: 0 0 10%;
  }
}
.furusato_pre_list_step_flow_box._imgnone .furusato_pre_list_step_flow_img {
  width: 68px;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_step_flow_box._imgnone .furusato_pre_list_step_flow_img {
    width: 30%;
  }
}
.furusato_pre_list_step_flow_box._imgnone .furusato_pre_list_step_flow_desc {
  width: 440px;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_step_flow_box._imgnone .furusato_pre_list_step_flow_desc {
    width: 100%;
    margin-top: 4%;
    letter-spacing: 1;
    font-feature-settings: none;
  }
}
.furusato_pre_list_step_flow_img {
  width: 209px;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_step_flow_img {
    width: 40%;
  }
}
.furusato_pre_list_step_flow_img img {
  width: 100%;
}
.furusato_pre_list_step_flow_desc {
  width: 300px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_step_flow_desc {
    width: 60%;
  }
}
.furusato_pre_list_step_flow_link {
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 18px;
  width: 160px;
}
.furusato_pre_list_step_flow_link:before {
  content: url(../img/campaign/logo.svg);
  width: 30px;
  margin: 5px 5px 0 0;
}
.furusato_pre_list_step_flow_line {
  background: linear-gradient(transparent 60%, #ffff00 0%);
}
.furusato_pre_list_step_flow_txt {
  float: right;
  position: relative;
  bottom: 30px;
  right: 50px;
}
@media screen and (max-width: 750px) {
  .furusato_pre_list_step_flow_txt {
    position: static;
    float: none;
  }
}
.furusato_pre_list_step_flow_wave {
  font-weight: 700;
  color: #ff5688;
  font-size: 18px;
  background: url(../img/campaign/line.svg) no-repeat 0 100%;
  padding-bottom: 5px;
}
.furusato_insta {
  background: #fff;
  padding-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .furusato_insta {
    padding-bottom: 7%;
  }
}
.furusato_insta_ttl {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .furusato_insta_ttl {
    position: relative;
    top: -5em;
  }
}
.furusato_insta_ttl img {
  margin-top: -30px;
}
@media screen and (max-width: 750px) {
  .furusato_insta_ttl img {
    margin-top: 0;
  }
}
.furusato_insta_tag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .furusato_insta_tag {
    position: relative;
    margin-top: -4em;
  }
}
.furusato_insta_tag_txt {
  color: #ff5688;
  font-weight: 700;
  margin-right: 1em;
}
.furusato_insta_more {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ff5688;
  margin: 0 auto;
  width: 336px;
  height: 36px;
  border-radius: 36px;
}
@media screen and (max-width: 750px) {
  .furusato_insta_more {
    width: 74%;
  }
}
.furusato_insta_more img {
  width: 107px;
}
.furusato_entry {
  background: #fff9d7;
  padding: 40px 0 115px;
}
@media screen and (max-width: 750px) {
  .furusato_entry {
    padding: 7% 0;
  }
}
.furusato_entry_ttl {
  margin: 0 auto;
  width: 88px;
}
.furusato_entry_scroll {
  overflow-y: scroll;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  margin-top: 30px;
  height: 490px;
}
@media screen and (max-width: 750px) {
  .furusato_entry_scroll {
    padding: 5%;
    margin-top: 4%;
    border-radius: 10px;
    height: 350px;
  }
}
.furusato_entry_txt {
  line-height: 1.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .furusato_entry_txt {
    margin-bottom: 1.5em;
  }
}
.furusato_entry_mail {
  display: block;
}
.furusato_entry_mail span:before {
  content: "：";
}
.furusato_footer_top {
  background: #61a54a;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .furusato_footer_top {
    padding: 15px 0;
  }
}
.furusato_footer_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .furusato_footer_box {
    justify-content: space-between;
  }
}
.furusato_footer_logo {
  width: 140px;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .furusato_footer_logo {
    width: 30%;
    margin-right: 0;
  }
}
.furusato_footer_contact {
  width: 570px;
}
@media screen and (max-width: 750px) {
  .furusato_footer_contact {
    width: 66%;
  }
}
.furusato_footer_contact_ttl {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  border-radius: 37px;
}
@media screen and (max-width: 750px) {
  .furusato_footer_contact_ttl {
    margin: 0 auto;
    height: 26px;
  }
}
.furusato_footer_contact_ttl img {
  width: 131px;
}
@media screen and (max-width: 750px) {
  .furusato_footer_contact_ttl img {
    width: 100px;
  }
}
.furusato_footer_contact_mail {
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 21px;
  margin-top: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .furusato_footer_contact_mail {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.3;
  }
}
.furusato_footer_contact_mail span:before {
  content: "：";
}
@media screen and (max-width: 750px) {
  .furusato_footer_contact_mail span:before {
    display: none;
  }
}
.furusato_footer_btm {
  background: #fff;
}
.furusato_footer_btm .inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .furusato_footer_btm .inner {
    display: block;
  }
}
.furusato_footer_btm_logo {
  width: 190px;
}
@media screen and (max-width: 750px) {
  .furusato_footer_btm_logo {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.furusato_footer_btm_copy {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .furusato_footer_btm_copy {
    position: static;
    margin-top: 4%;
  }
}

/* ======================================================================
 furusato02
====================================================================== */
.furusato02_kv {
  position: relative;
}
.furusato02_kv_logo {
  position: absolute;
  z-index: 1;
  width: 19%;
  left: 50%;
  margin-left: -9.5%;
  top: 2rem;
}
@media screen and (max-width: 750px) {
  .furusato02_kv_logo {
    width: 15rem;
    left: 50%;
    margin-left: -7.5rem;
    top: 1.5rem;
  }
}
.furusato02_bg {
  background: #e6f4fa;
  margin-top: -1px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .furusato02_bg {
    padding-bottom: 70px;
  }
}
.furusato02_present_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .furusato02_present_list {
    display: block;
  }
}
.furusato02_present_list_box {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .furusato02_present_list_box {
    width: 100%;
  }
  .furusato02_present_list_box:not(:last-child) {
    margin-bottom: 60px;
  }
}
.furusato02_present_list_ttl {
  margin-bottom: 20px;
}
.furusato02_present_list_txt {
  font-size: 13px;
  line-height: 1.5;
  min-height: 8em;
}
.furusato02_present_list_txt._center {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .furusato02_present_list_txt {
    font-size: 12px;
    width: 84%;
    min-height: auto;
    margin: 0 auto 20px;
  }
}
.furusato02_step {
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .furusato02_step {
    padding-top: 30px;
  }
}
.furusato02_step .inner {
  width: 800px;
}
@media screen and (max-width: 750px) {
  .furusato02_step .inner {
    width: 100%;
  }
}
.furusato02_step_ttl {
  width: 1200px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 750px) {
  .furusato02_step_ttl {
    width: 100%;
  }
}
.furusato02_step_list_box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .furusato02_step_list_box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.furusato02_step_list_box:not(:last-child):after {
  content: "▼";
  text-align: center;
  display: block;
  font-size: 24px;
  margin-top: 30px;
}
.furusato02_step_list_recipe {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .furusato02_step_list_recipe {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.furusato02_step_list_recipe_img {
  margin-bottom: 10px;
}
.furusato02_step_list_recipe a {
  width: 32%;
}
@media screen and (max-width: 750px) {
  .furusato02_step_list_recipe a {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.furusato02_step_list_copy {
  opacity: 0;
  height: 0;
}
.furusato02_step_list_btn {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}
.furusato02_insta {
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .furusato02_insta {
    padding-bottom: 40px;
  }
}
.furusato02_insta_ttl {
  margin: -50px auto 30px;
  width: 700px;
}
@media screen and (max-width: 750px) {
  .furusato02_insta_ttl {
    width: 100%;
  }
}
.furusato02_insta_more {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5687cc;
  margin: 0 auto;
  width: 400px;
  height: 40px;
  border-radius: 40px;
}
@media screen and (max-width: 750px) {
  .furusato02_insta_more {
    width: 200px;
  }
}
.furusato02_insta .furusato_insta_more img {
  width: 120px;
}
.furusato02_entry {
  background: #e1e1e1;
  padding: 70px 0;
}
@media screen and (max-width: 750px) {
  .furusato02_entry {
    padding: 7% 0;
  }
}
.furusato02_entry_ttl {
  margin: 0 auto;
  width: 120px;
}
@media screen and (max-width: 750px) {
  .furusato02_entry_ttl {
    width: 80px;
  }
}
.furusato02_entry_scroll {
  overflow-y: scroll;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  margin-top: 30px;
  height: 490px;
}
@media screen and (max-width: 750px) {
  .furusato02_entry_scroll {
    padding: 5%;
    margin-top: 4%;
    border-radius: 10px;
    height: 350px;
  }
}
.furusato02_entry_txt {
  line-height: 1.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .furusato02_entry_txt {
    margin-bottom: 1.5em;
  }
}
.furusato02_entry_mail {
  display: block;
}
.furusato02_entry_mail span:before {
  content: "：";
}
.furusato02_footer_top {
  background: #76c5f7;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .furusato02_footer_top {
    padding: 15px 0;
  }
}
.furusato02_footer_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .furusato02_footer_box {
    justify-content: space-between;
  }
}
.furusato02_footer_logo {
  width: 140px;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .furusato02_footer_logo {
    width: 30%;
    margin-right: 0;
  }
}
.furusato02_footer_contact {
  width: 570px;
}
@media screen and (max-width: 750px) {
  .furusato02_footer_contact {
    width: 66%;
  }
}
.furusato02_footer_contact_ttl {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  border-radius: 37px;
}
@media screen and (max-width: 750px) {
  .furusato02_footer_contact_ttl {
    margin: 0 auto;
    height: 26px;
  }
}
.furusato02_footer_contact_ttl img {
  width: 131px;
}
@media screen and (max-width: 750px) {
  .furusato02_footer_contact_ttl img {
    width: 100px;
  }
}
.furusato02_footer_contact_mail {
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 21px;
  margin-top: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .furusato02_footer_contact_mail {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.3;
  }
}
.furusato02_footer_contact_mail span:before {
  content: "：";
}
@media screen and (max-width: 750px) {
  .furusato02_footer_contact_mail span:before {
    display: none;
  }
}
.furusato02_footer_btm {
  background: #fff;
}
.furusato02_footer_btm .inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .furusato02_footer_btm .inner {
    display: block;
  }
}
.furusato02_footer_btm_logo {
  width: 190px;
}
@media screen and (max-width: 750px) {
  .furusato02_footer_btm_logo {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.furusato02_footer_btm_copy {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .furusato02_footer_btm_copy {
    position: static;
    margin-top: 4%;
  }
}

/* ======================================================================
 furusato03
====================================================================== */
.furusato03_kv {
  position: relative;
}
.furusato03_kv_logo {
  position: absolute;
  z-index: 1;
  width: 19%;
  left: 50%;
  margin-left: -9.5%;
  top: 2rem;
}
@media screen and (max-width: 750px) {
  .furusato03_kv_logo {
    width: 15rem;
    left: 50%;
    margin-left: -7.5rem;
    top: 1.5rem;
  }
}
.furusato03_bg {
  background: #e2f0f6;
  margin-top: -1px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .furusato03_bg {
    padding-bottom: 130px;
  }
}
.furusato03_present .inner {
  padding-top: 20px;
  width: 1080px;
}
@media screen and (max-width: 750px) {
  .furusato03_present .inner {
    padding-top: 13vw;
    width: 100%;
  }
}
.furusato03_present_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list {
    display: block;
    padding-bottom: 10vw;
  }
}
.furusato03_present_list_box {
  width: 46%;
  height: 518px;
  background-color: #fff;
  border-radius: 16px;
  padding: 25px;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list_box {
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .furusato03_present_list_box:not(:last-child) {
    margin-bottom: 60px;
  }
}
.furusato03_present_list_box:nth-child(1) {
  width: 410px;
  border-radius: 16px 0 0 16px;
  padding-left: 30px;
  padding-right: 0;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list_box:nth-child(1) {
    padding: 0;
    width: 100%;
  }
}
.furusato03_present_list_box:nth-child(1) .furusato03_present_list_ttl {
  margin-top: -44px;
  margin-left: -10px;
  width: 358px;
  margin-bottom: 27px;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list_box:nth-child(1) .furusato03_present_list_ttl {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -2vw;
    width: 85vw;
  }
}
.furusato03_present_list_box:nth-child(1) .furusato03_present_list_img {
  margin-top: -50px;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list_box:nth-child(1) .furusato03_present_list_img {
    margin: 0;
  }
}
.furusato03_present_list_box:nth-child(2) {
  width: 360px;
  border-radius: 0 16px 16px 0;
  padding-right: 36px;
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list_box:nth-child(2) {
    padding: 0;
    width: 100%;
  }
}
.furusato03_present_list_box:nth-child(2) .furusato03_present_list_ttl {
  margin-top: -44px;
  margin-left: -20px;
  width: 337px;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list_box:nth-child(2) .furusato03_present_list_ttl {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -6vw;
    width: 83vw;
  }
}
.furusato03_present_list_box:nth-child(2) .furusato03_present_list_img {
  margin-top: -50px;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list_box:nth-child(2) .furusato03_present_list_img {
    margin: 0;
  }
}
.furusato03_present_list_box:nth-child(3) {
  width: 270px;
  margin-left: auto;
  margin-right: 0;
  padding: 10px 6px 20px 6px;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list_box:nth-child(3) {
    padding: 0;
    width: 100%;
  }
}
.furusato03_present_list_box:nth-child(3) .furusato03_present_list_ttl {
  margin-top: -32px;
  margin-left: -20px;
  width: 259px;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list_box:nth-child(3) .furusato03_present_list_ttl {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -15vw;
    width: 78vw;
  }
}
.furusato03_present_list_box:nth-child(3) .furusato03_present_list_img {
  width: 257px;
  margin-top: -50px;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list_box:nth-child(3) .furusato03_present_list_img {
    margin: 0;
    width: 80vw;
  }
}
.furusato03_present_list_head {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list_head {
    position: static;
    margin-bottom: 5vw;
  }
}
.furusato03_present_list_head._01 {
  width: 285px;
  top: -80px;
  left: 260px;
}
.furusato03_present_list_head._02 {
  width: 192px;
  top: -80px;
  left: 40px;
}
.furusato03_present_list_head img {
  width: 100%;
}
.furusato03_present_list_ttl {
  margin-bottom: 15px;
}
.furusato03_present_list_txt {
  font-size: 10px;
  line-height: 1.5;
  min-height: 8em;
  white-space: nowrap;
  font-feature-settings: "palt";
  letter-spacing: -0.01em;
  text-align: center;
}
.furusato03_present_list_txt._center {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list_txt {
    font-size: 12px;
    width: 84%;
    min-height: auto;
    margin: 0 auto 20px;
  }
}
.furusato03_present_list_img {
  width: 293px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .furusato03_present_list_img {
    width: 90vw;
  }
}
.furusato03_step {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .furusato03_step {
    padding-top: 30px;
  }
}
.furusato03_step .inner {
  width: 800px;
}
@media screen and (max-width: 750px) {
  .furusato03_step .inner {
    width: 100%;
  }
}
.furusato03_step_object {
  position: absolute;
}
.furusato03_step_object._01 {
  width: 256px;
  top: 700px;
  left: calc(50% - 630px);
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .furusato03_step_object._01 {
    width: 33vw;
    top: auto;
    bottom: -47vw;
    left: -1vw;
    transform: none;
  }
}
.furusato03_step_object._02 {
  width: 20vw;
  bottom: -14vw;
  right: 0;
}
.furusato03_step_object img {
  width: 100%;
}
.furusato03_step_ttl {
  width: 1200px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 750px) {
  .furusato03_step_ttl {
    width: 95%;
  }
}
.furusato03_step_list_box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .furusato03_step_list_box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.furusato03_step_list_box:not(:last-child):after {
  content: "▼";
  text-align: center;
  display: block;
  font-size: 24px;
  margin-top: 30px;
}
.furusato03_step_list_box._03 {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .furusato03_step_list_box._03 {
    text-align: center;
  }
}
.furusato03_step_list_box._04 {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .furusato03_step_list_box_img._02 {
    width: 81vw;
    margin: auto;
    position: relative;
    left: 4px;
  }
}
.furusato03_step_list_head {
  margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .furusato03_step_list_head {
    text-align: center;
  }
}
.furusato03_step_list_head._02 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .furusato03_step_list_head img {
    width: 87vw;
    margin: 0 auto;
  }
}
.furusato03_step_list_recipe {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .furusato03_step_list_recipe {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.furusato03_step_list_recipe_img {
  margin-bottom: 10px;
}
.furusato03_step_list_recipe a {
  width: 32%;
}
@media screen and (max-width: 750px) {
  .furusato03_step_list_recipe a {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.furusato03_step_list_recipe_txt {
  margin-top: -2px;
  text-align: center;
}
.furusato03_step_list_recipe_txt img {
  width: auto;
}
.furusato03_step_list_copy {
  opacity: 0;
  height: 0;
}
.furusato03_step_list_btn {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.furusato03_step_list_btn._03 {
  width: 670px;
}
@media screen and (max-width: 750px) {
  .furusato03_step_list_btn._03 {
    width: 81vw;
    margin: 0 auto;
    position: relative;
    left: 4px;
  }
}
@media screen and (max-width: 750px) {
  .furusato03_step_list_btn._04 {
    width: 81vw;
    margin: 0 auto;
    position: relative;
    left: 4px;
  }
}
.furusato03_insta {
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .furusato03_insta {
    padding-bottom: 40px;
  }
}
.furusato03_insta_ttl {
  margin: 20px auto 30px;
  width: 600px;
  position: relative;
  left: 44px;
}
@media screen and (max-width: 750px) {
  .furusato03_insta_ttl {
    margin: -50px auto 30px;
    width: 78vw;
    left: 8vw;
  }
}
.furusato03_insta_more {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5687cc;
  margin: 0 auto;
  width: 400px;
  height: 40px;
  border-radius: 40px;
}
@media screen and (max-width: 750px) {
  .furusato03_insta_more {
    width: 200px;
  }
}
.furusato03_insta .furusato_insta_more img {
  width: 120px;
}
.furusato03_entry {
  background: #dddddd;
  padding: 70px 0;
}
@media screen and (max-width: 750px) {
  .furusato03_entry {
    padding: 7% 0;
  }
}
.furusato03_entry_ttl {
  margin: 0 auto;
  width: 120px;
}
@media screen and (max-width: 750px) {
  .furusato03_entry_ttl {
    width: 80px;
  }
}
.furusato03_entry_scroll {
  overflow-y: scroll;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  margin-top: 30px;
  height: 490px;
}
@media screen and (max-width: 750px) {
  .furusato03_entry_scroll {
    padding: 5%;
    margin-top: 4%;
    border-radius: 10px;
    height: 350px;
  }
}
.furusato03_entry_txt {
  line-height: 1.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .furusato03_entry_txt {
    margin-bottom: 1.5em;
  }
}
.furusato03_entry_mail {
  display: block;
}
.furusato03_entry_mail span:before {
  content: "：";
}
.furusato03_footer_top {
  background: #01cacf;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .furusato03_footer_top {
    padding: 15px 0;
  }
}
.furusato03_footer_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .furusato03_footer_box {
    justify-content: space-between;
  }
}
.furusato03_footer_logo {
  width: 140px;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .furusato03_footer_logo {
    width: 30%;
    margin-right: 0;
  }
}
.furusato03_footer_contact {
  width: 570px;
}
@media screen and (max-width: 750px) {
  .furusato03_footer_contact {
    width: 66%;
  }
}
.furusato03_footer_contact_ttl {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  border-radius: 37px;
}
@media screen and (max-width: 750px) {
  .furusato03_footer_contact_ttl {
    margin: 0 auto;
    height: 26px;
  }
}
.furusato03_footer_contact_ttl img {
  width: 131px;
}
@media screen and (max-width: 750px) {
  .furusato03_footer_contact_ttl img {
    width: 100px;
  }
}
.furusato03_footer_contact_mail {
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 21px;
  margin-top: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .furusato03_footer_contact_mail {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.3;
  }
}
.furusato03_footer_contact_mail span:before {
  content: "：";
}
@media screen and (max-width: 750px) {
  .furusato03_footer_contact_mail span:before {
    display: none;
  }
}
.furusato03_footer_btm {
  background: #fff;
}
.furusato03_footer_btm .inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .furusato03_footer_btm .inner {
    display: block;
  }
}
.furusato03_footer_btm_logo {
  width: 190px;
}
@media screen and (max-width: 750px) {
  .furusato03_footer_btm_logo {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.furusato03_footer_btm_copy {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .furusato03_footer_btm_copy {
    position: static;
    margin-top: 4%;
  }
}

/* ======================================================================
 furusato04
====================================================================== */
.furusato04_kv {
  position: relative;
}
.furusato04_kv_logo {
  position: absolute;
  z-index: 1;
  width: 19%;
  left: 50%;
  margin-left: -9.5%;
  top: 2rem;
}
@media screen and (max-width: 750px) {
  .furusato04_kv_logo {
    width: 15rem;
    left: 50%;
    margin-left: -7.5rem;
    top: 1.5rem;
  }
}
.furusato04_bg01 {
  background: url(../img/campaign04/bg01@2x.png) no-repeat 0 0;
  background-size: cover;
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .furusato04_bg01 {
    background: url(../img/campaign04/bg_sp@2x.png) no-repeat 0 0;
    background-size: cover;
  }
}
.furusato04_bg02 {
  background: url(../img/campaign04/bg02@2x.png) no-repeat 0 0;
  background-size: cover;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .furusato04_bg02 {
    background: none;
  }
}
.furusato04_present .inner {
  padding-top: 20px;
  width: 1080px;
}
@media screen and (max-width: 750px) {
  .furusato04_present .inner {
    padding-top: 20%;
    width: 100%;
  }
}
.furusato04_present_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .furusato04_present_list {
    display: block;
    padding: 0 4%;
  }
}
.furusato04_present_list_box {
  position: relative;
}
.furusato04_present_list_box:nth-child(1) {
  width: 610px;
}
@media screen and (max-width: 750px) {
  .furusato04_present_list_box:nth-child(1) {
    width: auto;
    margin-bottom: 10%;
  }
}
.furusato04_present_list_box:nth-child(1) .furusato04_present_list_box_link {
  right: 70px;
}
.furusato04_present_list_box:nth-child(2) {
  width: 455px;
}
@media screen and (max-width: 750px) {
  .furusato04_present_list_box:nth-child(2) {
    width: auto;
  }
}
.furusato04_present_list_box:nth-child(2) .furusato04_present_list_box_link {
  left: 30px;
  width: 200px;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  .furusato04_present_list_box:nth-child(2) .furusato04_present_list_box_link {
    left: 0;
    width: auto;
  }
}
.furusato04_present_list_box_link {
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .furusato04_present_list_box_link {
    position: static;
    bottom: auto;
    text-align: center;
    display: block;
    padding: 7% 0 4%;
  }
}
@media screen and (max-width: 750px) {
  .furusato04_present_list_box_top {
    position: relative;
  }
}
.furusato04_step {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .furusato04_step {
    padding-top: 0;
    margin-top: -10%;
  }
}
.furusato04_step .inner {
  width: 800px;
}
@media screen and (max-width: 750px) {
  .furusato04_step .inner {
    width: 80%;
  }
}
.furusato04_step_ttl {
  width: 1200px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 750px) {
  .furusato04_step_ttl {
    width: 92%;
    margin-bottom: 5%;
  }
}
.furusato04_step_list_box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .furusato04_step_list_box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.furusato04_step_list_box:not(:last-child):after {
  content: "▼";
  text-align: center;
  display: block;
  font-size: 24px;
  margin-top: 30px;
}
.furusato04_step_list_head {
  margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .furusato04_step_list_head {
    text-align: center;
  }
}
.furusato04_step_list_head._02 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .furusato04_step_list_head._02 {
    margin-top: 20%;
  }
}
.furusato04_step_list_recipe {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .furusato04_step_list_recipe {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.furusato04_step_list_recipe_img {
  margin-bottom: 10px;
}
.furusato04_step_list_recipe a {
  width: 32%;
}
@media screen and (max-width: 750px) {
  .furusato04_step_list_recipe a {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.furusato04_step_list_recipe_txt {
  padding: 0 40px;
}
.furusato04_step_list_copy {
  opacity: 0;
  height: 0;
}
.furusato04_step_list_btn {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.furusato04_insta {
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .furusato04_insta {
    padding-bottom: 40px;
  }
}
.furusato04_insta_ttl {
  margin: -20px auto 30px;
  width: 600px;
}
@media screen and (max-width: 750px) {
  .furusato04_insta_ttl {
    margin: 0 auto;
    width: 100%;
  }
}
.furusato04_insta_more {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5687cc;
  margin: 0 auto;
  width: 400px;
  height: 40px;
  border-radius: 40px;
}
@media screen and (max-width: 750px) {
  .furusato04_insta_more {
    width: 200px;
  }
}
.furusato04_insta .furusato_insta_more img {
  width: 120px;
}
.furusato04_entry {
  background: #dddddd;
  padding: 70px 0;
}
@media screen and (max-width: 750px) {
  .furusato04_entry {
    padding: 7% 0;
  }
}
.furusato04_entry_ttl {
  margin: 0 auto;
  width: 120px;
}
@media screen and (max-width: 750px) {
  .furusato04_entry_ttl {
    width: 80px;
  }
}
.furusato04_entry_scroll {
  overflow-y: scroll;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  margin-top: 30px;
  height: 490px;
}
@media screen and (max-width: 750px) {
  .furusato04_entry_scroll {
    padding: 5%;
    margin-top: 4%;
    border-radius: 10px;
    height: 350px;
  }
}
.furusato04_entry_txt {
  line-height: 1.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .furusato04_entry_txt {
    margin-bottom: 1.5em;
  }
}
.furusato04_entry_mail {
  display: block;
}
.furusato04_entry_mail span:before {
  content: "：";
}
.furusato04_footer_top {
  background: #C55E4D;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .furusato04_footer_top {
    padding: 15px 0;
  }
}
.furusato04_footer_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .furusato04_footer_box {
    justify-content: space-between;
  }
}
.furusato04_footer_logo {
  width: 140px;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .furusato04_footer_logo {
    width: 30%;
    margin-right: 0;
  }
}
.furusato04_footer_contact {
  width: 570px;
}
@media screen and (max-width: 750px) {
  .furusato04_footer_contact {
    width: 66%;
  }
}
.furusato04_footer_contact_ttl {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  border-radius: 37px;
}
@media screen and (max-width: 750px) {
  .furusato04_footer_contact_ttl {
    margin: 0 auto;
    height: 26px;
  }
}
.furusato04_footer_contact_ttl img {
  width: 131px;
}
@media screen and (max-width: 750px) {
  .furusato04_footer_contact_ttl img {
    width: 100px;
  }
}
.furusato04_footer_contact_mail {
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 21px;
  margin-top: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .furusato04_footer_contact_mail {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.3;
  }
}
.furusato04_footer_contact_mail span:before {
  content: "：";
}
@media screen and (max-width: 750px) {
  .furusato04_footer_contact_mail span:before {
    display: none;
  }
}
.furusato04_footer_btm {
  background: #fff;
}
.furusato04_footer_btm .inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .furusato04_footer_btm .inner {
    display: block;
  }
}
.furusato04_footer_btm_logo {
  width: 190px;
}
@media screen and (max-width: 750px) {
  .furusato04_footer_btm_logo {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.furusato04_footer_btm_copy {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .furusato04_footer_btm_copy {
    position: static;
    margin-top: 4%;
  }
}

/* ======================================================================
 furusato05
====================================================================== */
.furusato05_kv {
  position: relative;
}
.furusato05_kv_logo {
  position: absolute;
  z-index: 1;
  width: 19%;
  left: 50%;
  margin-left: -9.5%;
  top: 2rem;
}
@media screen and (max-width: 750px) {
  .furusato05_kv_logo {
    width: 15rem;
    left: 50%;
    margin-left: -7.5rem;
    top: 1.5rem;
  }
}
.furusato05_present {
  background: #FFF8ED url(../img/campaign05/kv_btm@2x.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .furusato05_present {
    background-image: none;
    background-color: #FFF8ED;
  }
}
.furusato05_present .inner {
  width: 1180px;
}
@media screen and (max-width: 750px) {
  .furusato05_present .inner {
    width: 92%;
  }
}
.furusato05_present_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .furusato05_present_list {
    display: block;
  }
}
.furusato05_present_list_box {
  position: relative;
}
@media screen and (max-width: 750px) {
  .furusato05_present_list_box {
    padding-top: 4%;
  }
}
.furusato05_present_list_link {
  font-size: 9px;
  line-height: 1.5;
  position: absolute;
  right: 50px;
  bottom: 200px;
  width: 140px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .furusato05_present_list_link {
    width: auto;
    display: block;
    position: static;
    background: #FFF;
    text-align: center;
    padding: 2% 0;
  }
}
.furusato05_step {
  position: relative;
  padding-top: 50px;
  background: #FFF8ED;
  position: relative;
}
@media screen and (max-width: 750px) {
  .furusato05_step {
    padding-top: 5%;
  }
}
.furusato05_step::before, .furusato05_step::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  bottom: -40px;
  width: 333px;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .furusato05_step::before, .furusato05_step::after {
    display: none;
  }
}
.furusato05_step::before {
  left: 0;
  background-image: url(../img/campaign05/bg_l@2x.png);
}
.furusato05_step::after {
  right: 0;
  background-image: url(../img/campaign05/bg_r@2x.png);
}
.furusato05_step .inner {
  background: #FFF;
  width: 1180px;
  padding: 40px 0 60px;
}
@media screen and (max-width: 750px) {
  .furusato05_step .inner {
    width: 100%;
    padding: 6% 10%;
    margin-top: -26px;
  }
}
.furusato05_step_ttl {
  width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .furusato05_step_ttl {
    position: relative;
    width: 100%;
    z-index: 1;
  }
}
.furusato05_step_list {
  margin: 0 auto;
  width: 990px;
}
@media screen and (max-width: 750px) {
  .furusato05_step_list {
    width: 100%;
  }
}
.furusato05_step_list._line {
  border-bottom: 3px solid #C87D7C;
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .furusato05_step_list._line {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.furusato05_step_list_box {
  position: relative;
  margin: 0 auto;
  width: 675px;
}
@media screen and (max-width: 750px) {
  .furusato05_step_list_box {
    width: 100%;
  }
}
.furusato05_step_list_box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .furusato05_step_list_box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.furusato05_step_list_box:not(:last-child):after {
  content: "▼";
  text-align: center;
  display: block;
  font-size: 24px;
  margin-top: 30px;
}
.furusato05_step_list_head {
  width: 72px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 750px) {
  .furusato05_step_list_head {
    width: 100%;
    text-align: center;
  }
}
.furusato05_step_list_head._02 {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .furusato05_step_list_head._02 {
    margin-top: 20%;
  }
}
.furusato05_step_list_recipe {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .furusato05_step_list_recipe {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.furusato05_step_list_recipe_img {
  margin-bottom: 10px;
}
.furusato05_step_list_recipe a {
  width: 32%;
}
@media screen and (max-width: 750px) {
  .furusato05_step_list_recipe a {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.furusato05_step_list_recipe_txt {
  padding: 0 30px;
}
.furusato05_step_list_copy {
  opacity: 0;
  height: 0;
}
.furusato05_step_list_btn {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.furusato05_step_list_img {
  position: absolute;
  right: -12%;
  bottom: 0;
  width: 100px;
}
.furusato05_insta {
  background: #FFF8ED;
  padding: 30px 0 50px;
}
@media screen and (max-width: 750px) {
  .furusato05_insta {
    padding-bottom: 40px;
    background: #FFF;
  }
}
.furusato05_insta_ttl {
  margin: 0 auto 30px;
  width: 600px;
}
@media screen and (max-width: 750px) {
  .furusato05_insta_ttl {
    margin: 0 auto;
    width: 100%;
  }
}
.furusato05_insta_more {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5687cc;
  margin: 0 auto;
  width: 400px;
  height: 40px;
  border-radius: 40px;
}
@media screen and (max-width: 750px) {
  .furusato05_insta_more {
    width: 200px;
  }
}
.furusato05_insta .furusato_insta_more img {
  width: 120px;
}
.furusato05_entry {
  background: #dddddd;
  padding: 50px 0 150px;
}
@media screen and (max-width: 750px) {
  .furusato05_entry {
    padding: 7% 0;
  }
}
.furusato05_entry_ttl {
  margin: 0 auto;
  width: 90px;
}
@media screen and (max-width: 750px) {
  .furusato05_entry_ttl {
    width: 80px;
  }
}
.furusato05_entry_scroll {
  overflow-y: scroll;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  margin-top: 20px;
  height: 490px;
}
@media screen and (max-width: 750px) {
  .furusato05_entry_scroll {
    padding: 5%;
    margin-top: 4%;
    border-radius: 10px;
    height: 350px;
  }
}
.furusato05_entry_txt {
  line-height: 1.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .furusato05_entry_txt {
    margin-bottom: 1.5em;
  }
}
.furusato05_entry_mail {
  display: block;
}
.furusato05_entry_mail span:before {
  content: "：";
}
.furusato05_footer_top {
  background: #C87D7C;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .furusato05_footer_top {
    padding: 15px 0;
  }
}
.furusato05_footer_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .furusato05_footer_box {
    justify-content: space-between;
  }
}
.furusato05_footer_logo {
  width: 140px;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .furusato05_footer_logo {
    width: 30%;
    margin-right: 0;
  }
}
.furusato05_footer_contact {
  width: 570px;
}
@media screen and (max-width: 750px) {
  .furusato05_footer_contact {
    width: 66%;
  }
}
.furusato05_footer_contact_ttl {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  border-radius: 37px;
}
@media screen and (max-width: 750px) {
  .furusato05_footer_contact_ttl {
    margin: 0 auto;
    height: 26px;
  }
}
.furusato05_footer_contact_ttl img {
  width: 131px;
}
@media screen and (max-width: 750px) {
  .furusato05_footer_contact_ttl img {
    width: 100px;
  }
}
.furusato05_footer_contact_mail {
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 21px;
  margin-top: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .furusato05_footer_contact_mail {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.3;
  }
}
.furusato05_footer_contact_mail span:before {
  content: "：";
}
@media screen and (max-width: 750px) {
  .furusato05_footer_contact_mail span:before {
    display: none;
  }
}
.furusato05_footer_btm {
  background: #fff;
}
.furusato05_footer_btm .inner {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .furusato05_footer_btm .inner {
    display: block;
  }
}
.furusato05_footer_btm_logo {
  width: 190px;
}
@media screen and (max-width: 750px) {
  .furusato05_footer_btm_logo {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.furusato05_footer_btm_copy {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .furusato05_footer_btm_copy {
    position: static;
    margin-top: 4%;
  }
}

/* ======================================================================
 furusato06
====================================================================== */
.furusato06_kv {
  position: relative;
}
.furusato06_kv_logo {
  position: absolute;
  z-index: 1;
  width: 19%;
  left: 50%;
  margin-left: -9.5%;
  top: 2rem;
}
@media screen and (max-width: 750px) {
  .furusato06_kv_logo {
    width: 15rem;
    left: 50%;
    margin-left: -7.5rem;
    top: 1.5rem;
  }
}
.furusato06_present {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% 100%;
  background-image: url(../img/campaign06/kv_btm@2x.png);
  height: 465px;
}
@media screen and (max-width: 750px) {
  .furusato06_present {
    height: auto;
    background: url(../img/campaign06/bg_sp@2x.png) repeat-y 50% 0;
    background-size: 100%;
  }
}
.furusato06_present_list {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .furusato06_present_list {
    display: block;
    padding-top: 0;
    width: 100%;
  }
}
.furusato06_present_list_box {
  position: relative;
}
.furusato06_present_list_link {
  position: absolute;
  word-break: break-all;
  z-index: 1;
  font-size: 9px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .furusato06_present_list_link {
    text-align: right;
  }
}
.furusato06_present_list_link._link01 {
  right: -40px;
  bottom: 90px;
  width: 145px;
}
@media screen and (max-width: 750px) {
  .furusato06_present_list_link._link01 {
    right: 15%;
    bottom: 5%;
  }
}
.furusato06_present_list_link._link02 {
  right: -50px;
  bottom: 30px;
  width: 275px;
}
@media screen and (max-width: 750px) {
  .furusato06_present_list_link._link02 {
    right: 15%;
    bottom: 0;
  }
}
.furusato06_present_list_link._link03 {
  left: 35px;
  top: 205px;
  width: 170px;
}
@media screen and (max-width: 750px) {
  .furusato06_present_list_link._link03 {
    left: 0;
    width: 100%;
    top: 48%;
    text-align: center;
  }
}
.furusato06_step {
  position: relative;
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: 100%;
  background-image: url(../img/campaign06/bg@2x.png);
}
@media screen and (max-width: 750px) {
  .furusato06_step {
    background-image: url(../img/campaign06/bg_sp@2x.png);
  }
}
.furusato06_step .inner {
  width: 1180px;
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .furusato06_step .inner {
    width: 100%;
    padding: 0 4% 15%;
  }
}
.furusato06_step_list {
  margin: 0 auto 70px;
  width: 675px;
}
@media screen and (max-width: 750px) {
  .furusato06_step_list {
    width: 90%;
    margin: 0 auto;
  }
}
.furusato06_step_list_box {
  position: relative;
  margin: 0 auto;
}
.furusato06_step_list_box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .furusato06_step_list_box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.furusato06_step_list_box:not(:last-child):after {
  content: "▼";
  text-align: center;
  display: block;
  font-size: 24px;
  margin-top: 30px;
}
.furusato06_step_list_head {
  margin: 40px auto 30px;
  width: 675px;
}
@media screen and (max-width: 750px) {
  .furusato06_step_list_head {
    width: 90%;
  }
}
.furusato06_step_list_head._02 {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .furusato06_step_list_head._02 {
    margin-top: 20%;
  }
}
.furusato06_step_list_recipe {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .furusato06_step_list_recipe {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.furusato06_step_list_recipe_img {
  margin-bottom: 5px;
}
.furusato06_step_list_recipe a {
  width: 32%;
}
@media screen and (max-width: 750px) {
  .furusato06_step_list_recipe a {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.furusato06_step_list_recipe_txt {
  text-align: center;
}
.furusato06_step_list_recipe_txt img {
  width: auto;
  height: 11px;
}
.furusato06_step_list_copy {
  opacity: 0;
  height: 0;
}
.furusato06_step_list_btn {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.furusato06_step_list_img {
  position: absolute;
  z-index: 1;
}
.furusato06_step_list_img._img01 {
  top: -200px;
  right: -150px;
  width: 125px;
}
.furusato06_step_list_img._img02 {
  top: -30px;
  left: -200px;
  width: 156px;
}
.furusato06_step_list_img._img03 {
  top: 50px;
  right: -200px;
  width: 177px;
}
.furusato06_step_list_img._img04 {
  bottom: -40px;
  left: -100px;
  width: 105px;
}
.furusato06_step_list_img._img05 {
  top: -160px;
  right: -150px;
  width: 218px;
}
@media screen and (max-width: 750px) {
  .furusato06_step_list_img._img05 {
    width: 128px;
    right: -16%;
    top: -25%;
  }
}
.furusato06_step_list_img._img06 {
  top: 0;
  left: -240px;
  width: 194px;
}
.furusato06_insta {
  background: #FFF;
  padding: 30px 0 50px;
}
@media screen and (max-width: 750px) {
  .furusato06_insta {
    padding-bottom: 40px;
    background: #FFF;
  }
}
.furusato06_insta_ttl {
  margin: 0 auto 30px;
  width: 600px;
}
@media screen and (max-width: 750px) {
  .furusato06_insta_ttl {
    margin: 0 auto;
    width: 100%;
  }
}
.furusato06_insta_more {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5687cc;
  margin: 0 auto;
  width: 400px;
  height: 40px;
  border-radius: 40px;
}
@media screen and (max-width: 750px) {
  .furusato06_insta_more {
    width: 200px;
  }
}
.furusato06_insta .furusato_insta_more img {
  width: 120px;
}
.furusato06_entry {
  background: #dddddd;
  padding: 50px 0 30px;
}
@media screen and (max-width: 750px) {
  .furusato06_entry {
    padding: 7% 0 10%;
  }
}
.furusato06_entry_ttl {
  margin: 0 auto;
  width: 90px;
}
@media screen and (max-width: 750px) {
  .furusato06_entry_ttl {
    width: 80px;
  }
}
.furusato06_entry_scroll {
  overflow-y: scroll;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  margin-top: 20px;
  height: 490px;
}
@media screen and (max-width: 750px) {
  .furusato06_entry_scroll {
    padding: 5%;
    margin-top: 4%;
    border-radius: 10px;
    height: 350px;
  }
}
.furusato06_entry_txt {
  line-height: 1.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .furusato06_entry_txt {
    margin-bottom: 1.5em;
  }
}
.furusato06_entry_mail {
  display: block;
}
.furusato06_entry_mail span:before {
  content: "：";
}
.furusato06_footer_top {
  background: #C55E4D;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .furusato06_footer_top {
    padding: 15px 0;
  }
}
.furusato06_footer_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .furusato06_footer_box {
    justify-content: space-between;
  }
}
.furusato06_footer_logo {
  width: 140px;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .furusato06_footer_logo {
    width: 30%;
    margin-right: 0;
  }
}
.furusato06_footer_contact {
  width: 570px;
}
@media screen and (max-width: 750px) {
  .furusato06_footer_contact {
    width: 66%;
  }
}
.furusato06_footer_contact_ttl {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  border-radius: 37px;
}
@media screen and (max-width: 750px) {
  .furusato06_footer_contact_ttl {
    margin: 0 auto;
    height: 26px;
  }
}
.furusato06_footer_contact_ttl img {
  width: 131px;
}
@media screen and (max-width: 750px) {
  .furusato06_footer_contact_ttl img {
    width: 100px;
  }
}
.furusato06_footer_contact_mail {
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 21px;
  margin-top: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .furusato06_footer_contact_mail {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.3;
  }
}
.furusato06_footer_contact_mail span:before {
  content: "：";
}
@media screen and (max-width: 750px) {
  .furusato06_footer_contact_mail span:before {
    display: none;
  }
}
.furusato06_footer_btm {
  background: #fff;
}
.furusato06_footer_btm .inner {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  .furusato06_footer_btm .inner {
    display: block;
  }
}
.furusato06_footer_btm_logo {
  width: 255px;
}
@media screen and (max-width: 750px) {
  .furusato06_footer_btm_logo {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.furusato06_footer_btm_copy {
  position: absolute;
  width: 100%;
  bottom: 35px;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .furusato06_footer_btm_copy {
    position: static;
    margin-top: 4%;
  }
}

/* ======================================================================
 furusato07
====================================================================== */
.furusato07_kv {
  position: relative;
}
.furusato07_kv_logo {
  position: absolute;
  z-index: 1;
  width: 19%;
  left: 50%;
  margin-left: -9.5%;
  top: 2rem;
}
@media screen and (max-width: 750px) {
  .furusato07_kv_logo {
    width: 15rem;
    left: 50%;
    margin-left: -7.5rem;
    top: 1.5rem;
  }
}
.furusato07_bg {
  background: #fbe9db url(../img/campaign07/bg.png) no-repeat 50% 95%;
  background-size: 80%;
}
@media screen and (max-width: 750px) {
  .furusato07_bg {
    background: #fbe9db url(../img/campaign07/bg_sp.png) no-repeat 50% 98%;
    background-size: 100%;
  }
}
.furusato07_present_list {
  display: flex;
  justify-content: space-between;
  margin-top: -140px;
  width: 1237px;
}
@media screen and (max-width: 750px) {
  .furusato07_present_list {
    display: block;
    width: 92%;
    margin-top: -15%;
  }
}
.furusato07_present_list_box {
  position: relative;
}
.furusato07_present_list_box:first-child {
  width: 56.0226354082%;
}
@media screen and (max-width: 750px) {
  .furusato07_present_list_box:first-child {
    width: auto;
  }
}
.furusato07_present_list_box:last-child {
  width: 42.0371867421%;
}
@media screen and (max-width: 750px) {
  .furusato07_present_list_box:last-child {
    width: auto;
    margin-top: 5%;
  }
}
.furusato07_present_list_link {
  position: absolute;
  word-break: break-all;
  z-index: 1;
  font-size: 9px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .furusato07_present_list_link {
    text-align: right;
  }
}
.furusato07_present_list_link._link01 {
  right: 10px;
  bottom: 150px;
  width: 142px;
}
@media screen and (max-width: 750px) {
  .furusato07_present_list_link._link01 {
    right: 10%;
    bottom: 10%;
  }
}
.furusato07_present_list_link._link02 {
  right: 50px;
  bottom: 60px;
  width: 275px;
}
@media screen and (max-width: 750px) {
  .furusato07_present_list_link._link02 {
    right: 13%;
    bottom: 3%;
  }
}
.furusato07_present_list_link._link03 {
  left: 70px;
  bottom: 170px;
  width: 170px;
}
@media screen and (max-width: 750px) {
  .furusato07_present_list_link._link03 {
    left: 0;
    width: 100%;
    top: 48%;
    text-align: center;
  }
}
.furusato07_step {
  position: relative;
}
@media screen and (max-width: 750px) {
  .furusato07_step {
    margin-top: 15%;
  }
}
.furusato07_step .inner {
  width: 1180px;
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .furusato07_step .inner {
    width: 100%;
    padding: 0 4% 35%;
  }
}
.furusato07_step_list {
  margin: 0 auto 70px;
  width: 675px;
}
@media screen and (max-width: 750px) {
  .furusato07_step_list {
    width: 90%;
    margin: 0 auto;
  }
}
.furusato07_step_list_box {
  position: relative;
  margin: 0 auto;
}
.furusato07_step_list_box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .furusato07_step_list_box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.furusato07_step_list_box:not(:last-child):after {
  content: "▼";
  text-align: center;
  display: block;
  font-size: 24px;
  margin-top: 30px;
}
.furusato07_step_list_head {
  margin: 40px auto 30px;
  width: 675px;
}
@media screen and (max-width: 750px) {
  .furusato07_step_list_head {
    width: 90%;
  }
}
.furusato07_step_list_head._02 {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .furusato07_step_list_head._02 {
    margin-top: 20%;
  }
}
.furusato07_step_list_recipe {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .furusato07_step_list_recipe {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.furusato07_step_list_recipe_img {
  margin-bottom: 5px;
}
.furusato07_step_list_recipe a {
  width: 32%;
}
@media screen and (max-width: 750px) {
  .furusato07_step_list_recipe a {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.furusato07_step_list_recipe_txt {
  text-align: center;
}
.furusato07_step_list_recipe_txt img {
  width: auto;
  height: 11px;
}
.furusato07_step_list_copy {
  opacity: 0;
  height: 0;
}
.furusato07_step_list_btn {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.furusato07_step_list_img {
  position: absolute;
  z-index: 1;
}
.furusato07_step_list_img._img01 {
  top: -200px;
  right: -150px;
  width: 125px;
}
.furusato07_step_list_img._img02 {
  top: -30px;
  left: -200px;
  width: 156px;
}
.furusato07_step_list_img._img03 {
  top: 50px;
  right: -200px;
  width: 177px;
}
.furusato07_step_list_img._img04 {
  bottom: -40px;
  left: -100px;
  width: 105px;
}
.furusato07_step_list_img._img05 {
  top: -160px;
  right: -150px;
  width: 218px;
}
@media screen and (max-width: 750px) {
  .furusato07_step_list_img._img05 {
    width: 128px;
    right: -16%;
    top: -25%;
  }
}
.furusato07_step_list_img._img06 {
  top: 0;
  left: -240px;
  width: 194px;
}
.furusato07_insta {
  background: #FFF;
  padding: 30px 0 50px;
}
@media screen and (max-width: 750px) {
  .furusato07_insta {
    padding-bottom: 40px;
    background: #FFF;
  }
}
.furusato07_insta_ttl {
  margin: 0 auto 30px;
  width: 600px;
}
@media screen and (max-width: 750px) {
  .furusato07_insta_ttl {
    margin: 0 auto;
    width: 100%;
  }
}
.furusato07_insta_more {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5687cc;
  margin: 0 auto;
  width: 400px;
  height: 40px;
  border-radius: 40px;
}
@media screen and (max-width: 750px) {
  .furusato07_insta_more {
    width: 200px;
  }
}
.furusato07_insta .furusato_insta_more img {
  width: 120px;
}
.furusato07_entry {
  background: #d6e6e4;
  padding: 50px 0 30px;
}
@media screen and (max-width: 750px) {
  .furusato07_entry {
    padding: 7% 0 10%;
  }
}
.furusato07_entry_ttl {
  margin: 0 auto;
  width: 90px;
}
@media screen and (max-width: 750px) {
  .furusato07_entry_ttl {
    width: 80px;
  }
}
.furusato07_entry_scroll {
  overflow-y: scroll;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  margin-top: 20px;
  height: 490px;
}
@media screen and (max-width: 750px) {
  .furusato07_entry_scroll {
    padding: 5%;
    margin-top: 4%;
    border-radius: 10px;
    height: 350px;
  }
}
.furusato07_entry_txt {
  line-height: 1.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .furusato07_entry_txt {
    margin-bottom: 1.5em;
  }
}
.furusato07_entry_mail {
  display: block;
}
.furusato07_entry_mail span:before {
  content: "：";
}
.furusato07_footer_top {
  background: #81b6b1;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .furusato07_footer_top {
    padding: 15px 0;
  }
}
.furusato07_footer_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .furusato07_footer_box {
    justify-content: space-between;
  }
}
.furusato07_footer_logo {
  width: 140px;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .furusato07_footer_logo {
    width: 30%;
    margin-right: 0;
  }
}
.furusato07_footer_contact {
  width: 570px;
}
@media screen and (max-width: 750px) {
  .furusato07_footer_contact {
    width: 66%;
  }
}
.furusato07_footer_contact_ttl {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  border-radius: 37px;
}
@media screen and (max-width: 750px) {
  .furusato07_footer_contact_ttl {
    margin: 0 auto;
    height: 26px;
  }
}
.furusato07_footer_contact_ttl img {
  width: 131px;
}
@media screen and (max-width: 750px) {
  .furusato07_footer_contact_ttl img {
    width: 100px;
  }
}
.furusato07_footer_contact_mail {
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 21px;
  margin-top: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .furusato07_footer_contact_mail {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.3;
  }
}
.furusato07_footer_contact_mail span:before {
  content: "：";
}
@media screen and (max-width: 750px) {
  .furusato07_footer_contact_mail span:before {
    display: none;
  }
}
.furusato07_footer_btm {
  background: #fff;
}
.furusato07_footer_btm .inner {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  .furusato07_footer_btm .inner {
    display: block;
  }
}
.furusato07_footer_btm_logo {
  width: 255px;
}
@media screen and (max-width: 750px) {
  .furusato07_footer_btm_logo {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.furusato07_footer_btm_copy {
  position: absolute;
  width: 100%;
  bottom: 35px;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .furusato07_footer_btm_copy {
    position: static;
    margin-top: 4%;
  }
}/*# sourceMappingURL=campaign_style.css.map */