body {
  color: #000;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  font-feature-settings: "palt";
}
section {
  overflow-x: hidden;
}

.page {
  width: calc(100% - 100px);
  max-width: 960px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.ilblk {
  display: inline-block;
}

.clr_gr {
  color: #569870;
}

/*----------------------
共通
-----------------------*/
.ttl_box {
  background: url(../imgs/ttl_bg.png) top center no-repeat;
  background-size: contain;
  padding: 4.5% 0;
}
.ttl_box2 {
  position: relative;
  bottom: 31px;
}
.ttl_box2 .subttl {
  font-size: 39px;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}
.ttl_box2 .min {
  font-size: 15px;
  text-align: right;
  position: absolute;
  right: 60px;
  bottom: 6px;
}

.secttl {
  margin: 0 auto;
}

/*----------------------
header
-----------------------*/
.header {
  position: relative;
}
.header .head_top {
  width: 100%;
  max-width: 390px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.header .head_top .flex {
  display: flex;
  justify-content: space-between;
}
.header .head_top img.logo {
  width: 123px;
}
.header .head_top .txt {
  color: #fff;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  background: url(../imgs/h_txt_line.png) center center / contain no-repeat;
}
.header .head_top .txt.sp {
  display: none;
}

.head_wrap {
  position: relative;
}
.nav {
  width: 100%;
  padding: 11px 10px;
  background-color: rgba(86, 152, 112, 0.8);
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.nav.sp {
  display: none;
}
.nav .gnav {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
}
.nav .gnav li {
  width: calc(100% / 5);
}
.nav .gnav li > div {
  border-right: 1px solid #fff;
  padding: 7px 0;
}
.nav .gnav li:first-child > div {
  border-left: 1px solid #fff;
}
.nav .gnav li img {
  width: 100%;
  margin: 0 auto 5px;
}
.nav .gnav li a {
  background-position: center top;
  background-repeat: no-repeat;
  padding: 35px 7px 0;
  opacity: 1;
  transition: width 0.3s;
}
.nav .gnav li span br.sp680 {
  display: none;
}

.nav .gnav li .menu1 {
  background-image: url(../imgs/h_icon1.svg);
  background-size: 30px 29px;
}
.nav .gnav li .menu2 {
  background-image: url(../imgs/h_icon2.svg);
  background-size: 41px 29px;
}
.nav .gnav li .menu3 {
  background-image: url(../imgs/h_icon3.svg);
  background-size: 58px 29px;
}
.nav .gnav li .menu4 {
  background-image: url(../imgs/h_icon4.svg);
  background-size: 50px 29px;
}
.nav .gnav li .menu5 {
  background-image: url(../imgs/h_icon5.svg);
  background-size: 30px 29px;
}

/*hover*/
.nav .gnav li .menu1:hover {
  background-image: url(../imgs/h_icon1_yel.svg);
}
.nav .gnav li .menu2:hover {
  background-image: url(../imgs/h_icon2_yel.svg);
}
.nav .gnav li .menu3:hover {
  background-image: url(../imgs/h_icon3_yel.svg);
}
.nav .gnav li .menu4:hover {
  background-image: url(../imgs/h_icon4_yel.svg);
}
.nav .gnav li .menu5:hover {
  background-image: url(../imgs/h_icon5_yel.svg);
}
.nav .gnav li span {
  color: #fff;
  text-align: center;
  font-size: 19px;
  display: block;
  transition: all 0.3s;
}
.nav .gnav li a:hover span {
  color: #ffff00;
}

/*----------------------
mainimg
-----------------------*/
#manimg {
  position: relative;
  width: 100%;
}
#manimg .ttlblk {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#manimg .ttlblk .m_ttl {
  color: #fff;
  text-align: center;
  font-style: italic;
  font-size: 54px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
  line-height: 1.6;
}

/*----------------------
wb welcome
-----------------------*/
.wb {
  background: url(../imgs/morimachi_bg.png) bottom 120px left -180px / cover no-repeat;
  padding: 85px 0 126px 0;
}
.wb.welcome.sp {
  display: none;
}
.wb.welcome .ttl_wrap {
  /* width: 100%; */
  width: 51.3%;
  max-width: 492px;
  margin: 0 auto;
}
.wb.welcome .ttl_wrap .sec_ttl-w {
  margin-bottom: 30px;
}
.wb.welcome .ttl_wrap + p {
  color: #78ad8d;
  font-size: 21px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 auto 63px;
}
.wb.welcome .map_bg {
  /* background: url(../imgs/map_pc.png) top 12px right / contain no-repeat; */
  display: flex;
  width: 100%;
  max-width: 1183px;
  margin: 0 0 147px auto;
}
.wb.welcome .txtblk {
  width: 100%;
  max-width: 570px;
  padding-left: 20px;
}
.wb.welcome .txtblk p {
  font-size: 19px;
  text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0;
}
.wb.welcome .txtblk p:not(:last-child) {
  margin-bottom: 18px;
}
.wb.welcome .mapblk {
  width: 100%;
  max-width: 580px;
  margin: 0 0 0 auto;
}

/*welcome(pc)とabout(sp)共通*/
.wb .movie_box {
  max-width: 786px;
  margin: 0 auto;
}
.wb .movie_box p {
  color: #569870;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.wb .movie_box p:before {
  margin-right: 1.5rem;
}
.wb .movie_box p:after {
  margin-left: 1.5rem;
}
.wb .movie_box p:before,
.wb .movie_box p:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #78ad8d;
}
.wb .movie_box iframe {
  width: 100%; /* 任意の横幅を指定 */
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 34px;
}
.wb .movie_btn {
  width: 100%;
  max-width: 786px;
  margin: 0 auto;

  background-color: #fff;
  box-shadow: 0px 0px 13px 0 #777777;
  border-radius: 10px;
}
.wb .movie_btn a {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding: 2.7% 3%;
  display: block;
  position: relative;
}
.wb .movie_btn a:before {
  content: "";
  width: 16%;
  max-width: 52px;
  padding-top: 13%;
  position: absolute;
  left: 22%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(../imgs/icon_yt.png) no-repeat center left / contain;
}
.wb .movie_btn a:after {
  content: "";
  width: 16%;
  max-width: 25px;
  padding-top: 13%;
  position: absolute;
  right: 25%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: url(../imgs/btn_rgt_arrow.svg) no-repeat center right / contain;
}

/*----------------------
ranking 人気の返礼品
-----------------------*/
#ranking {
  background: url(../imgs/bg_1_pc.png) center center / cover no-repeat;
  padding: 93px 0 123px;
  margin-bottom: 90px;
}
#ranking .ttl_box {
}
#ranking .ttl_box .secttl {
  width: 13.3%;
  min-width: 90px;
  /* max-width: 127px; */
}
/* #ranking .rank_box {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
#ranking .rank_box iframe {
  width: 100%;
  max-width: 830px;
}

.list_carousel li {
  width: 100% !important;
  max-width: 263px !important;
} */

/*----------------------
ランキングasp連動
-----------------------*/
#zosan_11907 {
  width: 830px !important;
  display: block;
  margin: 0 auto;
}

/* #ranking #rank_slider {
  width: 100%;
}
#ranking #rank_slider li {
  width: 100%;
  max-width: 224px;
}
#ranking #rank_slider li dl {
  width: 100%;
}
#ranking #rank_slider li dl dt,
#ranking #rank_slider li dl dd {
  letter-spacing: 0;
}
#ranking #rank_slider li dl dt {
  font-size: 15px;
  text-decoration: underline;
}
#ranking #rank_slider li dl dd {
  color: #ec0000;
  font-size: 27px;
} */

/*----------------------
recommend おすすめの返礼品
-----------------------*/
#recommend {
  margin-bottom: 30px;
}
#recommend .ttl_box .secttl {
  width: 18.6%;
  min-width: 125px;
  /* max-width: 179px; */
}
#recommend .recm_list {
  width: 100%;
}
#recommend .recm_list > li {
  margin-bottom: 86px;
  padding-top: 70px;
}
#recommend .recm_list > li:last-child {
  margin-bottom: 0;
}
#recommend .recm_list li.bg {
  background: url(../imgs/bg_2.png) center center / cover no-repeat;
}
#recommend .recm_list li .wrap {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
#recommend .recm_list li .wrap.lft {
  margin: 0 auto 0 7%;
}
#recommend .recm_list li .wrap.rgt {
  margin: 0 7% 0 auto;
}
#recommend .recm_list li .flex {
  justify-content: space-between;
}
#recommend .recm_list li .wrap.rgt > .flex {
  flex-direction: row-reverse;
}
#recommend .recm_list li .imgblk {
  width: 58%;
  max-width: 590px;
}
#recommend .recm_list li .txtblk {
  width: 39%;
  max-width: 400px;
  padding-top: 3%;
}
#recommend .recm_list li .txtblk .intro_list {
  width: 100%;
  margin-bottom: 44px;
}
#recommend .recm_list li .txtblk .intro_list dt {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
#recommend .recm_list li .txtblk .intro_list dd {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.7;
}
#recommend .recm_list li .txtblk .look_box {
  width: 100%;
}
#recommend .recm_list li .txtblk .look_box .look_ttl {
  color: #707070;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
#recommend .recm_list li .txtblk .look_box .look_ttl:before,
#recommend .recm_list li .txtblk .look_box .look_ttl:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #707070;
}
#recommend .recm_list li .txtblk .look_box .look_ttl:before {
  margin-right: 1.5rem;
}
#recommend .recm_list li .txtblk .look_box .look_ttl:after {
  margin-left: 1.5rem;
}
#recommend .recm_list li .txtblk .look_box .link_list {
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto !important;
  flex-direction: initial !important;
  justify-content: flex-start;
}
#recommend .recm_list li .txtblk .look_box .link_list li {
  width: calc(99% / 3);
  max-width: 133px;
  margin-right: 1px;
}
#recommend .recm_list li .txtblk .look_box .link_list li:last-child {
  margin-right: 0;
}
#recommend .recm_list li .txtblk .look_box .link_list li a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  padding: 13px 5px;
  background-color: #707070;
  border: 1px solid #fff;
  border-radius: 25px;
  line-height: 1;
  transition: all 0.3s;
  letter-spacing: -0.05em;
}
#recommend .recm_list li .txtblk .look_box .link_list li a:hover {
  background-color: #ecb9c0;
}
#recommend .recm_list.pc > li .page {
  width: 100%;
  max-width: 1203px;
  margin: 0 auto 0 0;
  padding: 0 20px;
}
#recommend .recm_list.pc > li .flex {
  max-width: 1070px;
  margin: 0 0 0 auto;
}
#recommend .recm_list.pc > li:nth-child(even) .flex {
  flex-direction: row-reverse;
  margin: 0 auto 0 0;
}
#recommend .recm_list.pc > li:nth-child(even) {
  padding-bottom: 80px;
}
#recommend .recm_list.pc > li:nth-child(even) .page {
  max-width: 1203px;
  margin: 0 0 0 auto;
  padding: 0 20px;
}
.recm-link_sp {
  display: none;
}

/*other その他の返礼品*/
#recommend .other {
  padding-top: 67px;
}
#recommend .other_sp {
  display: none;
}
#recommend .other .other_ttl {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 38px;
}
#recommend .other .other_ttl span {
  text-align: center;
  display: block;
}
#recommend .other .other_ttl span:before {
  background: url(../imgs/other_ttl_bg_lft.png) center center / contain no-repeat;
  margin-right: 7px;
}
#recommend .other .other_ttl span:before,
#recommend .other .other_ttl span:after {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: text-bottom;
}
#recommend .other .other_ttl span:after {
  background: url(../imgs/other_ttl_bg_rgt.png) center center / contain no-repeat;
  margin-left: 7px;
}
#recommend .other .other_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#recommend .other .other_list li {
  width: calc(91.9% / 4);
  margin: 0 2.7% 26px 0;
  background-color: #fff;
  border: 1px solid #000;
}
#recommend .other .other_list li a {
  padding: 9px 5px;
}
#recommend .other .other_list li:nth-child(4n) {
  margin-right: 0;
}

/*----------------------
project 寄附金の使いみち
-----------------------*/
#project {
  background: url(../imgs/bg3_pc.png) center center / cover no-repeat;
  padding-top: 160px;
  margin-bottom: 70px;
  position: relative;
}
#project .ttl_box .secttl {
  width: 13%;
  min-width: 85px;
  /* max-width: 122px; */
}
#project .ttl_box2 {
  margin-bottom: 18px;
}
#project .ttl_box2 .subttl {
  margin-bottom: 22px;
}
#project .proj_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#project .proj_list li {
  margin: 0 0 49px 0;
}
#project .proj_list li .imgblk {
  width: 100%;
  max-width: 200px;
  margin-bottom: 14px;
}
#project .proj_list li dl {
  width: 100%;
}
#project .proj_list li dl dt {
  color: #569870;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1.5;
}
#project .proj_list li dl dd {
  font-size: 15px;
  line-height: 1.3;
}
#project .proj_list li dl dt,
#project .proj_list li dl dd {
  letter-spacing: 0;
}
#project .proj_list.proj1 li {
  width: 24%;
  max-width: 200px;
}
#project .proj_list.proj2 {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
#project .proj_list.proj2 li {
  width: calc(98% / 3);
  max-width: 200px;
}

/*----------------------
information ふるさと納税とは
-----------------------*/
#information {
}
#information .ttl_box .secttl {
  width: 17%;
  min-width: 110px;
  /* max-width: 163px; */
}
#information .ttl_box2 {
  margin-bottom: 36px;
}
#information .ttl_box2 .subttl {
  margin-bottom: 31px;
}
#information .ttl_box2 p {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  line-height: 1.8;
}
#information .point_box {
  width: 100%;
  margin-bottom: 90px;
}
#information .point_box .point_ttl {
  width: 48%;
  max-width: 230px;
  margin: 0 auto 30px;
}
#information .point_box .point_list {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
#information .point_box .point_list li {
  width: 24%;
  max-width: 207px;
}
#information .point_box .point_list li .imgblk {
  width: 100%;
  max-width: 207px;
  margin-bottom: 23px;
}
#information .point_box .point_list li p {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0;
}
#information .point_box .point_list li p.sp {
  display: none;
}

/*project+information*/
#project .ttl_box2 p,
#information .ttl_box2 p {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
}

/*donation 寄附金控除について*/
#information .donation {
  padding: 68px 0;
  background-color: #ecb9c0;
}
#information .donation .dnttl {
  color: #fff;
  font-size: 39px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 61px;
}
#information .donation .dnttl:before,
#information .donation .dnttl:after {
  content: "";
  height: 5px;
  flex-grow: 1;
}
#information .donation .dnttl:before {
  margin-right: 1.5rem;
  background: url(../imgs/line_dotted.png) center left / cover no-repeat;
}
#information .donation .dnttl:after {
  background: url(../imgs/line_dotted.png) center right / cover no-repeat;
  margin-left: 1.5rem;
}
#information .donation .page_s {
  width: calc(100% - 70px);
  max-width: 850px;
  margin: 0 auto;
}
#information .donation .li_btn {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 21px 15px;
  background-color: #fff;
  border: 3px solid #569870;
  border-radius: 35px;
}
#information .donation .li_btn p {
  font-size: 17px;
  text-align: center;
}
#information .donation .li_btn p a {
  color: #569870;
  text-decoration: underline;
  display: inline;
}

/*タブ*/
.tab-panel {
  margin-bottom: 40px;
}
.tab-group {
  display: flex;
  justify-content: center;
}
.tab {
  color: #fff;
  font-size: 24px;
  flex-grow: 1;
  width: 50%;
  padding: 23px 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  background-color: #707070;
  border-radius: 15px 15px 0 0;
}
.tab.is-active {
  background: #569870;
  color: #fff;
  transition: all 0.2s ease-out;
}

/*コンテンツ*/
.panel-group {
  padding: 38px 0 20px;
  background-color: #fff;
}
.panel {
  display: none;
}
.panel.is-show {
  display: block;
}
.panel-group .p_arrow {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 14px 20px;
  border-radius: 37.5px;
  background-color: #ffff00;
}
.panel-group .p_arrow .p_arrow_box {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel-group .p_arrow .p_arrow_box .imgblk {
  width: 15%;
  max-width: 92px;
  min-width: 62px;
}
.panel-group .p_arrow .p_arrow_box .p_min_list {
  width: 83%;
}
.panel-group .p_arrow .p_arrow_box .p_min_list li {
  color: #c70102;
  font-size: 17px;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0;
}
.panel-group .p_arrow .p_arrow_box .p_min_list p {
  color: #c70102;
  font-size: 17px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.panel-group .figure_wrap {
  border-bottom: 1px solid #707070;
  padding: 29px 0 32px 0;
  margin-bottom: 26px;
}
.panel-group .tab-A .figure {
  width: 81%;
  margin: 0 auto;
}
.panel-group .tab-B .figure {
  width: 74%;
  margin: 0 auto;
}
.panel-group p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 22px;
}
.panel-group p .min {
  font-size: 15px;
}

.panel-group .tab-B .figure_wrap {
  border-bottom: none;
  margin-bottom: 0;
}
.panel-group .tab-B .kome {
  border-bottom: 1px solid #707070;
  padding: 0 0 15px 0;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.panel-group .tab-B p .min {
  letter-spacing: 0;
  display: block;
}
/* .panel-group .tab-B p .kigou {
  padding-left: 1em;
  text-indent: -1em;
} */
/*----------------------
footer
-----------------------*/
footer .photo_wrap {
  position: relative;
}
footer .photo_box {
  width: 100%;
}
footer .photo_box .imgblk {
  width: 100%;
}
footer .illust_blk {
  position: absolute;
}
footer .illust_blk.illust1 {
  width: 6.2%;
  max-width: 84px;
  bottom: -5%;
  left: 15%;
}
footer .illust_blk.illust2 {
  width: 4.7%;
  max-width: 65px;
  bottom: -1%;
  left: 40%;
}
footer .illust_blk.illust3 {
  width: 7.7%;
  max-width: 106px;
  bottom: -1%;
  right: 23%;
}

/*グリーン背景*/
footer .gr_bg {
  padding: 67px 0 0 0;
  background-color: #569870;
}
footer .bnr_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 57px;
}
footer .bnr_list li {
  width: 24%;
  max-width: 221px;
  background-color: #fff;
}
footer .bnr_list li:last-child {
  margin-right: 0;
}
footer .cc_box {
}
footer .cc_box .cc_ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-bottom: 32px;
  display: flex;
  display: flex;
  align-items: center;
}
footer .cc_box .cc_ttl:before,
footer .cc_box .cc_ttl:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}
footer .cc_box .cc_ttl:before {
  margin-right: 1.5rem;
}
footer .cc_box .cc_ttl:after {
  margin-left: 1.5rem;
}
footer .cc_box .cc_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .cc_box .cc_list li {
  width: 49%;
  max-width: 467px;
  padding: 0 28px 23px;
  background-color: #fff;
  letter-spacing: 0;
}
footer .cc_box .cc_list li .min_ttl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  margin-bottom: 26px;
  border-bottom: 1px solid #ecb9c0;
}
footer .cc_box .cc_list li .min_ttl .tag {
  width: 9%;
  max-width: 35px;
}
footer .cc_box .cc_list li .min_ttl p {
  width: 87%;
  font-size: 17px;
  letter-spacing: 0;
  padding-top: 4%;
}
footer .cc_box .cc_list li .min_ttl p span {
  color: #569870;
  font-weight: bold;
}
footer .cc_box .cc_list li .min_ttl p span.clr-type01 {
  color: #c70102;
}
footer .cc_box .cc_list li .cc_add {
  text-align: center;
  margin-bottom: 27px;
}

footer .cc_box .cc_list li.mail_li .cc_add {
  margin-bottom: 10px;
}

footer .cc_box .cc_list li .cc_add .name,
footer .cc_box .cc_list li .cc_add .bg-hours {
  font-size: 18px;
}
footer .cc_box .cc_list li .cc_add .name span.min,
footer .cc_box .cc_list li .cc_add .bg-hours .kyugyo,
footer .cc_box .cc_list li .kome {
  font-size: 12px;
}
footer .cc_box .cc_list li .cc_add .name {
  font-weight: bold;
  margin-bottom: 15px;
}
footer .cc_box .cc_list li .kome {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
footer .cc_box .cc_list li .cc_add .bg-hours {
  padding-top: 6px;
  line-height: 1.3;
}
footer .cc_box .cc_list li .cc_add .sptel {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
footer .cc_box .cc_list li .cc_add .name span.min {
  display: block;
  padding-top: 2px;
}
footer .cc_box .cc_list li .cc_add .bg-hours .kyugyo {
  color: #c70102;
}
footer .cc_box .cc_list li .kome a {
  color: #569870;
  border-bottom: 1px solid #569870;
  padding-bottom: 1px;
  display: inline;
}
footer .cc_box .cc_list li .mail_box {
  width: 100%;
  max-width: 386px;
  margin: 0 auto 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .cc_box .cc_list li .mail_box .imgblk {
  width: 28px;
}
footer .cc_box .cc_list li .mail_box a {
  font-size: 20px;
  display: inline;
  width: calc(100% - 48px);
}
footer .add p {
  color: #fff;
  font-size: 19px;
  text-align: center;
  line-height: 1.7;
}
footer .add {
  padding-top: 50px;
}
footer .add p a {
  color: #fff;
  display: inline;
}
footer #cp {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 40px 0;
}

/*totop トップへ戻る*/
#totop {
  width: 110px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  /*----------------------
共通
-----------------------*/
  .ttl_box2 .subttl {
    font-size: 34px;
  }
  /*----------------------
mainimg
-----------------------*/
  #manimg .ttlblk {
    top: 45%;
  }
  #manimg .ttlblk .m_ttl {
    font-size: 50px;
  }

  /*----------------------
header
-----------------------*/
  .header .head_top {
    max-width: 340px;
  }
  .header .head_top img.logo {
    width: 103px;
  }
  .header .head_top .txt {
    font-size: 18px;
  }

  /*nav*/
  .nav .gnav li span {
    font-size: 17px;
  }
  .nav .gnav li .menu1 {
    background-size: 25px 29px;
  }
  .nav .gnav li .menu2 {
    background-size: 36px 29px;
  }
  .nav .gnav li .menu3 {
    background-size: 53px 29px;
  }
  .nav .gnav li .menu4 {
    background-size: 45px 29px;
  }
  .nav .gnav li .menu5 {
    background-size: 25px 29px;
  }
  /*----------------------
wb welcome
-----------------------*/
  .wb {
    padding: 56px 0 76px 0;
  }
  .wb.welcome .ttl_wrap + p {
    margin: 0 auto 50px;
  }
  .wb.welcome .txtblk p br {
    display: none;
  }
  .wb.welcome .map_bg {
    margin: 0 0 107px auto;
  }
  /*----------------------
recommend 人気の返礼品
-----------------------*/
  #recommend .recm_list li .txtblk .intro_list dt {
    font-size: 68px;
  }
  #recommend .recm_list li .txtblk .intro_list dd {
    font-size: 23px;
  }
  #recommend .recm_list li .txtblk .look_box .link_list li a {
    padding: 11px 5px;
  }

  #recommend .recm_list li .txtblk .look_box .link_list {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    max-width: 260px;
    margin: 0 auto;
  }
  #recommend .recm_list li .txtblk .look_box .link_list li {
    width: 49.5%;
    max-width: 133px;
    margin-right: 1px;
  }
  #recommend .recm_list li .txtblk .look_box .look_ttl:before {
    margin-right: 0.5rem;
  }
  #recommend .recm_list li .txtblk .look_box .look_ttl:after {
    margin-left: 0.5rem;
  }

  /*----------------------
project 寄附金の使いみち
-----------------------*/
  #project {
    padding-top: 130px;
    margin-bottom: 62px;
  }
  #project .ttl_box2 .subttl {
    margin-bottom: 10px;
    padding-top: 20px;
  }

  /*project+information*/
  #project .ttl_box2 p,
  #information .ttl_box2 p {
    font-size: 18px;
  }

  /*----------------------
information ふるさと納税とは
-----------------------*/
  #information .point_box {
    margin-bottom: 70px;
  }

  /*donation 寄附金控除についt*/
  #information .donation {
    padding: 55px 0;
  }
  #information .donation .dnttl {
    font-size: 35px;
    margin-bottom: 49px;
  }

  /*タブ*/
  .tab {
    font-size: 21px;
    padding: 20px 5px;
  }
  /*----------------------
footer
-----------------------*/
  footer .cc_box .cc_ttl {
    font-size: 27px;
    margin-bottom: 25px;
  }
  footer .cc_box .cc_list li .mail_box a {
    font-size: 19px;
  }
}
@media screen and (max-width: 980px) {
  /*----------------------
共通
-----------------------*/
  .ttl_box2 .subttl {
    font-size: 29px;
  }
  /*----------------------
	mainimg
	-----------------------*/
  #manimg .ttlblk .m_ttl {
    font-size: 46px;
  }
  /*----------------------
header
-----------------------*/
  .header .head_top {
    max-width: 290px;
  }
  .header .head_top img.logo {
    width: 83px;
  }
  .header .head_top .txt {
    font-size: 16px;
  }

  /*nav*/
  .nav {
    padding: 8px 10px;
  }
  .nav .gnav li a {
    padding: 33px 5px 0;
  }
  .nav .gnav li span {
    font-size: 15px;
  }
  .nav .gnav li .menu1 {
    background-size: 20px 29px;
  }
  .nav .gnav li .menu2 {
    background-size: 31px 29px;
  }
  .nav .gnav li .menu3 {
    background-size: 48px 29px;
  }
  .nav .gnav li .menu4 {
    background-size: 40px 29px;
  }
  .nav .gnav li .menu5 {
    background-size: 20px 29px;
  }

  /*----------------------
wb
-----------------------*/
  .wb .movie_box p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .wb .movie_btn a {
    font-size: 16px;
  }

  /*----------------------
ランキングasp連動
-----------------------*/
  #ranking {
    margin-bottom: 50px;
  }
  #zosan_11907 {
    width: 557px !important;
    display: block;
    margin: 0 auto;
  }

  /*----------------------
recommend 人気の返礼品
-----------------------*/
  #recommend .recm_list > li {
    margin-bottom: 60px;
    padding-top: 60px;
  }
  #recommend .recm_list.pc > li:nth-child(even) {
    padding-bottom: 60px;
  }
  #recommend .recm_list li .txtblk .intro_list dt {
    font-size: 64px;
  }
  #recommend .recm_list li .txtblk .intro_list dd {
    font-size: 20px;
  }
  #recommend .recm_list li .txtblk .intro_list {
    margin-bottom: 24px;
  }
  #recommend .recm_list li .txtblk .look_box .link_list li a {
    padding: 9px 5px;
  }
  /*----------------------
project 寄附金の使いみち
-----------------------*/
  #project {
    padding-top: 100px;
    margin-bottom: 52px;
  }
  /*project+information*/
  #project .ttl_box2 p,
  #information .ttl_box2 p {
    font-size: 18px;
  }

  /*----------------------
information ふるさと納税とは
-----------------------*/
  #information .ttl_box2 {
    margin-bottom: 25px;
  }
  #information .point_box {
    margin-bottom: 50px;
  }

  /*donation 寄附金控除についt*/
  #information .donation {
    padding: 42px 0;
  }
  #information .donation .dnttl {
    font-size: 31px;
    margin-bottom: 37px;
  }

  /*タブ*/
  .tab {
    font-size: 19px;
  }
  .panel-group p,
  .panel-group .p_arrow .p_arrow_box .p_min_list li,
  .panel-group p .min,
  .panel-group .p_arrow .p_arrow_box .p_min_list p {
    font-size: 14px;
  }
  .panel-group .p_arrow .p_arrow_box {
    max-width: 550px;
  }
  .panel-group .p_arrow {
    padding: 10px 20px;
  }

  #information .donation .li_btn {
    padding: 14px 15px;
    border-radius: 45px;
  }
  #information .donation .li_btn p {
    font-size: 15px;
  }

  /*----------------------
footer
-----------------------*/
  footer .cc_box .cc_ttl {
    font-size: 23px;
  }

  footer .cc_box .cc_list li .mail_box {
    display: block;
  }
  footer .cc_box .cc_list li .mail_box .imgblk {
    margin-bottom: 2px;
  }

  footer .cc_box .cc_list li .cc_add .sptel {
    font-size: 23px;
  }

  footer .add {
    padding-top: 35px;
  }
  footer .add p {
    font-size: 17px;
  }
  footer #cp {
    font-size: 13px;
    padding: 25px 0;
  }

  /*totop*/
  #totop {
    width: 90px;
    bottom: 30px;
  }
}

@media screen and (max-width: 950px) {
  #information .point_box .point_list li p.pc br {
    display: none;
  }
}

@media screen and (max-width: 880px) {
  /*----------------------
manimg
-----------------------*/
  #manimg .ttlblk .m_ttl {
    font-size: 41px;
  }
}
@media screen and (max-width: 750px) {
  /*----------------------
共通
-----------------------*/
  .page {
    width: 100%;
    padding: 0 6.5%;
  }

  .ttl_box2 .subttl {
    font-size: 24px;
  }

  .ttl_box2 .min {
    font-size: 12px;
    right: 6%;
  }

  /*----------------------
header
-----------------------*/
  .header .head_top {
    max-width: initial;
    width: 100%;
    background-color: #fff;
    left: 0;
    right: 0;
    padding: 11px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .head_top .flex {
    display: block;
  }
  .header .logottl {
    width: 100%;
    max-width: 103px;
    margin: 0 auto 0 0;
  }
  .header .head_top img.logo {
    width: 100%;
    max-width: 103px;
  }
  .header .head_top .txt.pc {
    display: none;
  }
  .header .head_top .txt.sp {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    text-shadow: none;
    background: none;
    display: block;
  }
  /*nav*/
  .nav.pc {
    display: none;
  }
  .nav.sp {
    display: block;
    position: static;
    background-color: #569870;
  }
  .nav .gnav li span {
    font-size: 14px;
  }

  /*----------------------
manimg
-----------------------*/
  #manimg .ttlblk {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #manimg .ttlblk .m_ttl {
    font-size: 40px;
  }

  /*----------------------
wb about
-----------------------*/
  .wb {
    background: url(../imgs/morimachi_bg.png) top center / 100% auto no-repeat;
  }
  .wb.about.sp {
    display: block;
    padding: 76px 0 66px 0;
  }
  .wb.welcome.pc {
    display: none;
  }

  .wb.about.sp .ttl_wrap {
    /* width: 100%; */
    width: 46%;
    max-width: 232px;
    margin: 0 auto;
  }
  .wb.about.sp .ttl_wrap .sec_ttl-w {
    margin-bottom: 54px;
  }

  .wb.about.sp .txtblk {
    margin-bottom: 80px;
  }
  .wb.about.sp .txtblk p:not(:last-child) {
    margin-bottom: 18px;
  }
  .wb.about.sp .txtblk p {
    font-size: 19px;
    text-align: center;
    text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
    color: #000;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .wb.about.sp .map_bg {
    position: relative;
  }
  .wb.about.sp .mapblk {
    width: 100%;
    max-width: 302px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }

  .wb.about.sp .page.about-m {
    max-width: 646px;
  }
  .wb.about.sp .movie_box p {
    font-size: 16px;
  }
  .wb.about.sp .movie_box p br.sp480 {
    display: none;
  }

  .wb .movie_btn a {
    font-size: 14px;
  }
  .wb .movie_btn a:before {
    content: "";
    width: 16%;
    max-width: 36px;
    padding-top: 13%;
    position: absolute;
    left: 22%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(../imgs/icon_yt.png) no-repeat center left / contain;
  }
  .wb .movie_btn a:after {
    content: "";
    width: 16%;
    max-width: 17px;
    padding-top: 13%;
    position: absolute;
    right: 25%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(../imgs/btn_rgt_arrow.svg) no-repeat center right / contain;
  }
  /*----------------------
ranking 人気の返礼品
-----------------------*/
  #ranking {
    background: url(../imgs/bg_1_sp.png) center center / cover no-repeat;
    padding: 43px 0 83px;
    margin-bottom: 40px;
  }

  /*----------------------
recommend おすすめの返礼品
-----------------------*/
  #recommend .recm_list.pc {
    display: none;
  }
  #recommend .recm_list.sp {
    display: block;
  }
  #recommend .other_pc {
    display: none;
  }
  #recommend .other_sp {
    display: block;
  }
  .recm-link_sp {
    display: flex;
    width: 100%;
    max-width: 650px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .recm-link_sp li {
    width: 100%;
    margin-right: 5%;
    margin-bottom: 10px;
  }
  .recm-link_sp li:nth-child(1),
  .recm-link_sp li:nth-child(2),
  .recm-link_sp li:nth-child(5) {
    max-width: 85px;
  }
  .recm-link_sp li:nth-child(3),
  .recm-link_sp li:nth-child(4) {
    max-width: 65px;
  }
  .recm-link_sp li:nth-child(6) {
    max-width: 98px;
    margin-right: 0;
  }
  .recm-link_sp li a {
    color: #569870;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 20px;
    margin: 0 auto;
    background: url(../imgs/arrow_gr.png) no-repeat center right;
  }

  #recommend .recm_list.sp > li {
    margin-bottom: 59px;
    padding-top: 0;
  }
  #recommend .recm_list.sp > li:first-child {
    padding-top: 32px;
  }
  #recommend .recm_list.sp > li:last-child {
    margin-bottom: 12px;
  }
  #recommend .recm_list.sp li .imgblk {
    width: 100%;
    max-width: initial;
  }
  #recommend .recm_list.sp li .txtblk {
    width: 100%;
    max-width: initial;
    padding: 5% 0;
  }
  #recommend .recm_list.sp li .txtblk p {
    font-size: 20px;
    line-height: 1.6;
  }
  #recommend .recm_list.sp li .look_box {
    width: calc(100% - 50px);
    max-width: 700px;
    margin: 0 auto;
    background: url(../imgs/bg_recm.jpg) center center / cover no-repeat;
  }
  #recommend .recm_list.sp li .look_box .look_ttl {
    color: #707070;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding-top: 19px;
  }
  #recommend .recm_list.sp li .look_box .look_ttl .clr_red {
    color: #e70033;
  }
  #recommend .recm_list.sp li .look_box .look_ttl:before,
  #recommend .recm_list.sp li .look_box .look_ttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #707070;
  }
  #recommend .recm_list.sp li .look_box .look_ttl:before {
    margin-right: 0.5rem;
  }
  #recommend .recm_list.sp li .look_box .look_ttl:after {
    margin-left: 0.5rem;
  }
  #recommend .other {
    padding-top: 10px;
  }
  #recommend .other_sp,
  #recommend .look_ttl_wrap {
    width: calc(100% - 50px);
    padding: 0;
    margin: 0 auto;
  }
  #recommend .other .other_list li {
    width: calc(92% / 3);
    margin: 0 4% 26px 0;
    border: 1px solid #aaaaaa;
  }
  #recommend .other .other_list li a {
    padding: 2px 21px;
  }
  #recommend .other .other_list li:nth-child(4n) {
    margin-right: 4%;
  }
  #recommend .other .other_list li:nth-child(3n) {
    margin-right: 0;
  }

  /*----------------------
project 寄附金の使いみち
-----------------------*/
  #project {
    background: url(../imgs/bg3_sp.png) center center / cover no-repeat;
    padding-top: 80px;
    margin-bottom: 42px;
    padding-bottom: 248px;
  }

  #project .ttl_box2 {
    margin-bottom: 3px;
  }

  #project .proj_list,
  #project .proj_list.proj2 {
    max-width: 650px;
    margin: 0 auto;
  }
  #project .proj_list.proj1 li,
  #project .proj_list.proj2 li {
    width: 49%;
    max-width: 300px;
  }
  #project .proj_list li {
    margin: 0 0 30px 0;
  }
  #project .proj_list li .imgblk {
    width: 100%;
    max-width: 300px;
    margin-bottom: 14px;
  }

  #project .proj_list li dl dt {
    margin-bottom: 5px;
  }
  #project .proj_list li dl dd {
    line-height: 1.4;
  }

  #project .mv {
    display: none;
  }

  /*project+information*/
  #project .ttl_box2 p,
  #information .ttl_box2 p {
    font-size: 16px;
  }

  /*----------------------
information ふるさと納税とは
-----------------------*/
  #information .ttl_box2 {
    margin-bottom: 14px;
  }
  #information .ttl_box2 .subttl {
    margin-bottom: 21px;
  }
  #information .ttl_box2 p {
    line-height: 2.1;
    letter-spacing: 0.05em;
  }

  #information .point_box {
    margin-bottom: 30px;
  }

  #information .point_box .point_list {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
  #information .point_box .point_list li {
    width: 49%;
    max-width: 304px;
    margin-bottom: 30px;
  }
  #information .point_box .point_list li .imgblk {
    width: 71%;
    max-width: 210px;
    margin: 0 auto 23px;
  }
  #information .point_box .point_list li p.pc {
    display: none;
  }
  #information .point_box .point_list li p.sp {
    display: block;
    letter-spacing: 0.05em;
  }

  /*donation 寄附金控除についt*/
  #information .donation {
    padding: 30px 0;
  }
  #information .donation .page_s {
    width: 100%;
    padding: 0 5%;
  }
  #information .donation .dnttl {
    font-size: 26px;
    margin-bottom: 25px;
  }

  /*タブ*/
  .tab {
    font-size: 16px;
    padding: 16px 5px;
  }

  .panel-group {
    padding: 25px 0 15px;
  }
  .panel-group p {
    font-size: 11px;
    margin-bottom: 14px;
  }
  .panel-group p .min {
    font-size: 11px;
  }
  .panel-group .p_arrow .p_arrow_box .p_min_list li,
  .panel-group .p_arrow .p_arrow_box .p_min_list p {
    font-size: 12px;
  }
  .panel-group .p_arrow .p_arrow_box {
    max-width: 470px;
  }
  .panel-group .p_arrow {
    padding: 6px 20px;
  }

  .panel-group .figure_wrap {
    padding: 18px 0 25px 0;
    margin-bottom: 15px;
  }
  .panel-group .tab-A .figure {
    width: 100%;
    max-width: 475px;
  }
  .panel-group .tab-B .figure {
    width: 100%;
    max-width: 475px;
  }

  /*----------------------
footer
-----------------------*/
  .wb.welcome .txtblk p:not(:last-child) {
    margin-bottom: 18px;
  }
  .wb.welcome .txtblk p {
    font-size: 19px;
    text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
    color: #000;
    line-height: 1.7;
    letter-spacing: 0;
  }
  /*----------------------
footer
-----------------------*/
  footer .illust_blk.illust1 {
    min-width: 52px;
    left: 18%;
  }
  footer .illust_blk.illust2 {
    min-width: 38px;
    left: 46%;
  }
  footer .illust_blk.illust3 {
    min-width: 67px;
    right: 13%;
  }

  footer .cc_box .cc_ttl {
    font-size: 20px;
  }
  footer .cc_box .cc_list {
    width: 100%;
  }
  footer .cc_box .cc_list li {
    width: 100%;
    max-width: initial;
    padding: 0 28px 23px;
    margin-bottom: 30px;
  }
  footer .cc_box .cc_list li:last-child {
    margin-bottom: 0;
  }
  footer .cc_box .cc_list li .min_ttl .tag {
    display: none;
  }
  footer .cc_box .cc_list li .min_ttl p {
    width: 87%;
    font-size: 17px;
    padding-top: 28px;
    text-align: center;
    margin: 0 auto;
  }
  footer .cc_box .cc_list li .min_ttl {
    border-bottom: 1px solid #78ad8d;
  }
  footer .cc_box .cc_list li .cc_add .name span.min {
    display: inline-block;
  }
  footer .cc_box .cc_list li .cc_add .name span.lrg {
    margin-right: 1em;
    display: inline-block;
  }

  footer .cc_box .cc_list li .cc_add {
    margin-bottom: 15px;
  }

  footer .cc_box .cc_list li .mail_box {
    display: flex;
  }

  footer .add {
    padding-top: 25px;
  }
  footer .add p {
    font-size: 15px;
  }
  footer #cp {
    font-size: 10px;
    padding: 15px 0 25px;
  }

  footer .cc_box .cc_list li .mail_box {
    margin: 0 auto 15px;
  }

  /*totop*/
  #totop {
    width: 70px;
  }
}

@media screen and (max-width: 680px) {
  .nav {
    padding: 8px 5px;
  }
  .nav .gnav {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav .gnav li {
    width: 33%;
    max-width: 146px;
    margin-bottom: 10px;
  }
  .nav .gnav li:nth-child(4),
  .nav .gnav li:nth-child(5) {
    margin-bottom: 0;
  }
  .nav .gnav li:nth-child(4) > div {
    border-left: 1px solid #fff;
  }

  .nav .gnav li span {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  /*----------------------
共通
-----------------------*/
  .page {
    padding: 0 40px;
  }

  .ttl_box2 .subttl {
    font-size: 21px;
  }

  .ttl_box2 .min {
    right: 0;
    position: static;
    text-align: center;
    padding-top: 5px;
  }

  /*----------------------
header
-----------------------*/
  .header .head_top .txt.sp {
    font-size: 18px;
  }
  /*----------------------
manimg
-----------------------*/
  #manimg .page {
    padding: 0 10px;
  }
  #manimg .ttlblk .m_ttl {
    font-size: 35px;
  }

  /*----------------------
wb about
-----------------------*/
  .wb {
    padding: 46px 0 60px 0;
  }
  .wb.about.sp .txtblk {
    margin-bottom: 60px;
  }
  .wb.about.sp .txtblk p {
    font-size: 17px;
  }
  .wb.about.sp .txtblk p:not(:last-child) {
    margin-bottom: 13px;
  }
  .wb .movie_btn a:before {
    left: 18%;
  }
  .wb .movie_btn a:after {
    right: 20%;
  }

  /*----------------------
ランキングasp連動
-----------------------*/
  #zosan_11907 {
    width: 284px !important;
    display: block;
    margin: 0 auto;
  }
  /*----------------------
recommend おすすめの返礼品
-----------------------*/
  .recm-link_sp li a {
    font-size: 16px;
  }
  .recm-link_sp li a {
    height: 18px;
    background-size: 18px;
  }

  #recommend .recm_list.sp > li {
    margin-bottom: 45px;
  }
  #recommend .recm_list.sp li .txtblk p,
  #recommend .recm_list.sp li .look_box .look_ttl {
    font-size: 18px;
  }
  #recommend .other .other_list {
    max-width: 440px;
    margin: 0 auto;
  }
  #recommend .other .other_list li {
    width: calc(96% / 2);
    margin: 0 4% 26px 0;
  }
  #recommend .other .other_list li:nth-child(3n) {
    margin-right: 4%;
  }
  #recommend .other .other_list li:nth-child(2n) {
    margin-right: 0;
  }
  #recommend .other .other_list li:nth-child(6) {
    margin-right: 0;
  }
  /*----------------------
project 寄附金の使いみち
-----------------------*/
  #project {
    padding-bottom: 218px;
    margin-bottom: 32px;
  }
  #project .proj_list li dl dt {
    font-size: 17px;
  }
  #project .proj_list li dl dd {
    font-size: 13px;
  }

  /*project+information*/
  #project .ttl_box2 p,
  #information .ttl_box2 p {
    font-size: 14px;
  }

  /*----------------------
information ふるさと納税とは
-----------------------*/
  #information .ttl_box2 {
    margin-bottom: 0;
  }
  #information .ttl_box2 .subttl {
    margin-bottom: 11px;
  }

  #information .point_box {
    margin-bottom: 10px;
  }

  #information .point_box .point_ttl {
    margin: 0 auto 20px;
  }
  #information .point_box .point_list li {
    margin-bottom: 20px;
  }
  #information .point_box .point_list li .imgblk {
    max-width: 190px;
    margin: 0px auto 15px;
  }
  #information .point_box .point_list li p {
    font-size: 15px;
  }

  /*donation 寄附金控除について*/
  #information .donation .dnttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #information .donation .dnttl:before {
    margin-right: 1rem;
  }
  #information .donation .dnttl:after {
    margin-left: 1rem;
  }

  /*タブ*/
  .tab {
    font-size: 14px;
    padding: 12px 5px;
  }
  .tab-panel {
    margin-bottom: 30px;
  }

  /*----------------------
footer
-----------------------*/
  footer .gr_bg {
    padding: 47px 0 0 0;
  }
  footer .bnr_list {
    max-width: 270px;
    margin: 0 auto 37px;
  }
  footer .bnr_list li {
    width: 49%;
    max-width: 136px;
    margin-bottom: 7px;
  }

  footer .cc_box .cc_list li {
    padding: 0 20px 20px;
    margin-bottom: 25px;
  }
  footer .cc_box .cc_list li .min_ttl {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-bottom: 22px;
  }
  footer .cc_box .cc_list li .min_ttl p {
    font-size: 15px;
    padding-top: 20px;
  }
  footer .cc_box .cc_list li .cc_add .name,
  footer .cc_box .cc_list li .cc_add .bg-hours {
    font-size: 16px;
  }
  footer .cc_box .cc_list li .cc_add .name {
    font-weight: bold;
    margin-bottom: 12px;
  }
  footer .cc_box .cc_list li .cc_add .sptel {
    font-size: 22px;
  }
  footer .cc_box .cc_list li .mail_box {
    max-width: 310px;
    display: block;
  }
  footer .cc_box .cc_list li .mail_box a {
    font-size: 18px;
  }
  footer .add p {
    font-size: 14px;
  }

  /*totop*/
  #totop {
    width: 60px;
  }
}
@media screen and (max-width: 530px) {
  .wb .movie_btn a:before {
    left: 7%;
  }
  .wb .movie_btn a:after {
    right: 7%;
  }
  .wb.about.sp .txtblk p {
    font-size: 15px;
  }

  #recommend .ttl_box .secttl,
  #information .ttl_box .secttl {
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  /*----------------------
共通
-----------------------*/
  .page {
    padding: 0 20px;
  }
  .ttl_box2 .subttl {
    font-size: 18px;
  }

  /*----------------------
header
-----------------------*/
  .header .head_top {
    padding: 8px 10px;
  }
  .header .logottl {
    max-width: 83px;
  }
  .header .head_top .txt.sp {
    font-size: 16px;
  }
  .nav .gnav li span br.sp680 {
    display: block;
  }

  /*----------------------
manimg
-----------------------*/

  #manimg .ttlblk .m_ttl {
    font-size: 30px;
  }

  /*----------------------
wb
-----------------------*/
  .wb.about.sp .txtblk {
    margin-bottom: 40px;
  }
  .wb.about.sp .movie_box p br.sp480 {
    display: block;
  }

  /*----------------------
recommend
-----------------------*/
  #recommend .recm_list.sp > li {
    margin-bottom: 30px;
  }
  #recommend .recm_list.sp li .txtblk p,
  #recommend .recm_list.sp li .look_box .look_ttl {
    font-size: 16px;
  }
  #recommend .recm_list.sp li .look_box {
    width: calc(100% - 40px);
  }
  #recommend .other_sp,
  #recommend .look_ttl_wrap {
    width: calc(100% - 20px);
  }
  /*----------------------
project 寄附金の使いみち
-----------------------*/
  #project {
    padding-top: 60px;
    padding-bottom: 188px;
  }
  #project .ttl_box2 {
    margin-bottom: 0;
  }

  #project .proj_list li {
    margin: 0 0 20px 0;
  }
  #project .proj_list li .imgblk {
    margin-bottom: 10px;
  }
  #project .proj_list li dl dt {
    font-size: 15px;
  }

  /*----------------------
information ふるさと納税とは
-----------------------*/
  #information .point_box .point_list li p {
    font-size: 14px;
  }

  /*タブ*/
  .panel-group .p_arrow {
    padding: 10px 20px;
    border-radius: 25px;
  }
  .panel-group .p_arrow .p_arrow_box {
    display: block;
  }
  .panel-group .p_arrow .p_arrow_box .imgblk {
    margin-bottom: 7px;
  }
  .panel-group .p_arrow .p_arrow_box .p_min_list {
    width: 100%;
  }
  .panel-group .p_arrow .p_arrow_box .p_min_list li:first-child {
    margin-bottom: 5px;
  }

  /*----------------------
footer
-----------------------*/
  footer .cc_box .cc_list li {
    padding: 0 15px 20px;
  }
  footer .cc_box .cc_list li .mail_box {
    max-width: 265px;
  }
  footer .cc_box .cc_list li .mail_box .imgblk {
    width: 23px;
  }
  footer .cc_box .cc_list li .mail_box a {
    font-size: 16px;
  }

  footer .add p {
    font-size: 13px;
  }
  footer .cc_box .cc_list li .cc_add .sptel {
    font-size: 20px;
  }
}
@media screen and (max-width: 430px) {
  .wb.about.sp .txtblk p br {
    display: none;
  }

  footer .cc_box .cc_list li .cc_add .name span.lrg {
    margin-right: 0;
  }
  footer .cc_box .cc_list li .cc_add .name span.min {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  /*----------------------
manimg 
-----------------------*/
  #manimg .ttlblk .m_ttl {
    font-size: 25px;
  }

  /*----------------------
footer
-----------------------*/
  footer .illust_blk.illust1 {
    min-width: 42px;
  }
  footer .illust_blk.illust2 {
    min-width: 28px;
  }
  footer .illust_blk.illust3 {
    min-width: 57px;
  }
}
@media screen and (max-width: 380px) {
  #information .point_box .point_list li p.sp br {
    display: none;
  }

  /*----------------------
manimg 
-----------------------*/
  #manimg {
    overflow-x: hidden;
  }
  #mainimg #mvslider {
    width: 380px;
  }

  /*----------------------
wb
-----------------------*/
  .wb .movie_btn a:before {
    max-width: 31px;
    left: 5%;
  }
  .wb .movie_btn a:after {
    right: 4%;
  }

  /*----------------------
recommend 
-----------------------*/
  #recommend .recm_list.sp li .txtblk p,
  #recommend .recm_list.sp li .look_box .look_ttl {
    font-size: 14px;
  }
  /*----------------------
footer
-----------------------*/
  footer .cc_box .cc_list li .mail_box {
    display: block;
    max-width: 235px;
  }
  footer .cc_box .cc_list li .mail_box a {
    font-size: 14px;
  }

  footer .cc_box .cc_list li .mail_box a {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  /*----------------------
ランキングasp連動
-----------------------*/
  #zosan_11907 {
    width: 280px !important;
    display: block;
    margin: 0 auto;
  }
}
