@charset "UTF-8";
/* CSS Document */

/*----------------------------------------
全ページ
------------------------------------------*/
html{
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
  line-height: 1;
  color: #000;
  font-size: 14px;
}
.wrap{
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
a:link    {color: #FFF; text-decoration: none;}
a:visited {color: #FFF;}
a:hover   {color: #FFF; text-decoration: underline;}
a:active  {color: #FFF;}
.flex{
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}
.justify-content_space-between{
  justify-content: space-between;
}

.align-items_flex-start{
  align-items: flex-start;
}

header{
  position: relative;
  background: url(../image/gold/bg-header.jpg) center top;
  background-size: cover;
}

/*お知らせ*/
#infomation{
	padding-bottom: 10px;
	text-align: center;
}

#infomation a{
	color: #ff0000!important;
	font-size: 20px!important;
  font-weight: bold;
  background: #FFF;
}
/* ヘッダーバナー */
ul#banner{
  width: 1080px;
  margin: 0 auto;
}
ul#banner li{
  margin-bottom: 20px;
  transition-duration: 0.3s;
}
ul#banner li:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}
ul#banner-rice li a{
  transition-duration: 0.3s;
}
ul#banner-rice li a:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}

/* ヘッダー */
.header_iframe{
  min-width: 1080px;
  width: 100%;
  height: 1864px;
  display: block;
}


#gnav{
  min-width: 1080px;
  height: 42px;
  padding: 5px 0;
  background: #2BA739;
}
#gnav .wrap{
  display: flex;
  align-items: center;
}
#gnav .wrap ul{
  margin-right: 1em;
  display: flex;
}
#gnav .wrap ul li{
  border-right: solid 1px #FFF;
  border-bottom: solid 5px #2BA739;
}
#gnav .wrap ul li:last-child{
  border-right: none;
}
#gnav .wrap ul li a{
  height: 42px;
  padding: 0 1.5em;
  color: #FFF;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gnav .wrap ul li#accordion{
  position: relative;
  height: 42px;
  padding: 0 1.5em;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gnav .wrap ul li#accordion.active{
  color: #007400;
  text-decoration: underline;
  border-bottom: solid 5px #FFFFFF;
  background: #FFFFFF;
}
#gnav .wrap ul li#accordion #acd-list{
  position: absolute;
  left: -367px;
  top: 47px;
  width: 721px;
  border: solid 1px #FFF;
  border-top: none;
  background: #2BA739;
  z-index: 1;
  display: none;
}
#gnav .wrap ul li#accordion #acd-list ul{
  margin-right: 0;
  padding: 20px 15px 10px 15px;
  display: flex;
  flex-wrap: wrap;
}
#gnav .wrap ul li#accordion #acd-list ul li{
  width: 213px;
  line-height: 2;
  text-align: left;
  border: none;
}
#gnav .wrap ul li#accordion #acd-list ul li a{
  width: auto;
  height: auto;
  padding: 0;
  color: #FFF;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
}
#gnav .wrap ul li#accordion #acd-list ul li a::before{
  content: "▶";
  display: block;
  margin-right: 0.5em;
  color: #FFF;
  font-size: 10px;
}
#gnav .wrap ul li#accordion #acd-list ul li a:hover{
  color: #FFF;
}
#gnav .wrap #search{
  position: relative;
  width: 165px;
  height: 33px;
  background: #FFFFFF;
}
#gnav .wrap #search input[type="text"]{
  width: 110px;
  height: 33px;
  padding: 0 10px;
  color: #222222;
  border: none;
  background: none;
}
#gnav .wrap #search input[type="image"]{
  position: absolute;
  right: 0;
  top: 0;
}

#logo{
  position: relative;
  width: 1080px;
  height: 63px;
  margin: 0 auto;
  padding: 34px 0 40px 0;
}
#logo .flex h1{
  margin-right: 20px;
  font-size: 38px;
  display: flex;
  align-items: center;
}
#logo .flex h1 img{
  margin-right: 15px;
}
#logo .flex dl{
  display: flex;
  align-items: flex-end;
}
#logo .flex dl dt{
  margin-right: 10px;
  font-size: 15px;
}
#logo .flex dl dd a{
  min-width: 74px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  padding: 0 15px;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #2BA739;
  display: block;
  transition-duration: 0.3s;
}
#logo .flex dl dd a:hover{
  text-decoration: none;
  opacity: 0.7;
  transition-duration: 0.3s;
}

/* ヘッダーバナー */
#topbanner{
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
p.banner{
  margin-bottom: 10px;
  transition-duration: 0.3s;
}
p.banner:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}

#gw{
  width: 1080px;
  margin: 0 auto 10px auto;
}
#gw a img{
  transition-duration: 0.3s;
}
#gw a:hover img{
  opacity: 0.7;
  transition-duration: 0.3s;
}

/* ヘッダースライダー */
#hd-slider{
  height: 228px;
  padding-top: 45px;
}
#hd-slider li{
  margin-right: 10px;
  backface-visibility:hidden;
  -webkit-backface-visibility: hidden;
}


/* ヘッダーカテゴリー */
ul#category{
  width: 1080px;
  margin: 50px auto 60px auto;
  display: flex;
  justify-content: space-between;
}
ul#category li a img{
  transition-duration: 0.3s;
}
ul#category li a img:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}

/* トップバナー */
.cont-banner{
  width: 712px;
  margin-right: 5px;
}
.cont-banner img{
  width: 712px;
}
.sbanner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sbanner li{
  margin-bottom: 1px;
}
.sbanner li img{
  transition-duration: 0.3s;
}
.sbanner li img:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}

/* 注記 */
dl#note{
  margin: 30px 0 95px 0;
  padding: 20px 60px;
  border: solid 1px #D60000;
  background: #FFF;
}
dl#note dt{
  margin-bottom: 15px;
  color: #D60000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
dl#note dd{
  line-height: 1.5;
  font-size: 16px;
}
dl#note dd span{
  color: #D60000;
}



/* ランキング */
#rank{
  position: relative;
  width: 1040px;
  margin: 0 auto;
  padding: 15px 20px 30px 20px;
  background: #FFF;
}
#rank:after{
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 1040px;
  border-bottom: dotted 2px #D60000;
  background: #FFF;
}

#rank h2{
  width: 100%;
  margin-bottom: 22px;
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rank h2 span span{
  margin-top: 5px;
  font-size: 21px;
  display: block;
}
#rank h2::before{
  content: url("../image/gold/icon-rankleft.png");
  display: block;
  margin-right: 40px;
}
#rank h2::after{
  content: url("../image/gold/icon-rankright.png");
  display: block;
  margin-left: 40px;
}
#rank ul#rank-nav{
  display: flex;
  justify-content: space-between;
}
#rank ul#rank-nav li{
  position: relative;
  width: 535px;
  height: 56px;
  line-height: 56px;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.45);
  background: #C0C0C0;
}
#rank ul#rank-nav li.active{
  cursor: auto;
  background: #D60000;
}
#rank ul#rank-nav li::after{
  content: "";
  display: none;
}
#rank ul#rank-nav li.active::after{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #D60000;
}

#rank #rank-tab{
  padding: 35px 25px;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.45);
}
#rank #rank-tab .tab{
  display: none;
}
#rank #rank-tab .tab.active{
  display: block;
}
#rank #rank-tab .tab .inner{
  display: flex;
}
#rank #rank-tab .tab .inner .box{
  width: 185px;
  margin-right: 16px;
}
#rank .box:last-child{
  margin-right: 0;
}
#rank .box p.rank-num{
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.12em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#rank .box p.rank-num img{
  width: 25px;
  margin: 0 10px 0 -25px;
}
#rank .box p.thumb{
  margin-bottom: 5px;
}
#rank .box p.thumb a{
  transition-duration: 0.3s;
}
#rank .box p.thumb a:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}
#rank .box p.price{
  text-align: center;
  font-size: 20px;
  font-weight: bold;

}

/* おすすめ */
#recommend{
  width: 1080px;
  margin: 0 auto 110px auto;
  padding: 60px 0 55px 0;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#recommend:after{
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  bottom: 25px;
  width: 1040px;
  border-bottom: dotted 2px #D60000;
  background: #FFF;
}
#recommend h2{
  width: 100%;
  margin-bottom: 40px;
  font-size: 38px;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#recommend p.ttl{
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.24em;
}
#recommend .box{
  margin-right: 15px;
}
#recommend .box:last-child{
  margin-right: 0;
}
#recommend .box p.thumb{
  margin-bottom: 15px;
}
#recommend .box p.price{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#recommend .box p.thumb a{
  transition-duration: 0.3s;
}
#recommend .box p.thumb a:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}

/* ジャンル別返礼品一覧 */
#genre-list{
  width: 1080px;
  margin: 0 auto 50px auto;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#genre-list h2{
  width: 100%;
  margin-bottom: 40px;
  font-size: 38px;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#genre-list ul#genre-nav{
  width: 460px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#genre-list ul#genre-nav li{
  width: 100px;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 15px 30px 0;
}
#genre-list ul#genre-nav li img{
    width: 80px;
    margin-bottom: 10px;
}
#genre-list dl{
  width: 100%;
}
#genre-list dl dt{
  width: 100px;
  margin: 80px auto 40px auto;
  text-align: center;
  font-size: 12px;
}
#genre-list dl dt img{
    width: 80px;
}
#genre-list dl dd{
  margin-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow: hidden;
}
#genre-list dl dd .box{
  height: 280px;
  margin: 0 26px 26px 0;
}
#genre-list dl dd .box:nth-child(4n){
  margin-right: 0;
}
#genre-list dl dd .box .thumb{
  margin-bottom: 10px;
}
#genre-list dl dd .box .thumb a{
  transition-duration: 0.3s;
}
#genre-list dl dd .box .thumb a:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}
#genre-list dl dd .box .price{
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.12em;
}
#genre-list p.more-btn{
  position: relative;
  width: 828px;
  margin: 0 auto 50px auto;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.12em;
  border-radius: 20px;
  border: solid 1px #CCCCCC;
  cursor: pointer;
}
#genre-list p.more-btn::before{
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 17px;
  width: 15px;
  height: 15px;
  border-bottom: solid 2px #999999;
  border-left: solid 2px #999999;
  transform: rotate(-45deg);
}

/* 九戸村説明 */
.conts{
  width: 1326px;
  margin: 0 auto;
}
.animation{
  visibility: hidden;
  opacity: 0;
}
.animation.run{
  visibility: visible;
  animation: fadein 2s ease 0s 1 normal;
  animation-fill-mode:forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    }
  100% {
    opacity: 1;
  }
}
#about{
}
#about #mv{
  position: relative;
  min-width: 1326px;
  height: 725px;
  padding: 25px 0 46px 0;
  background: url(../image/gold/bg-mv.jpg) center center no-repeat;
  overflow-x: hidden;
  overflow-y: auto;
}
#about #mv h2{
  position: absolute;
  left: calc(50% - 346px);
  top: calc(50% - 346px);
}
#about #mv figure:nth-of-type(1){
  position: absolute;
  left: calc(50% - 730px);
  top: 122px;
  animation: FloatHorizontal 6s ease-in-out infinite alternate;
}
#about #mv figure:nth-of-type(1) img{
  animation: FloatVertical 3s ease-in-out infinite alternate;
}
#about #mv figure:nth-of-type(2){
  position: absolute;
  left: calc(50% - 920px);
  bottom: 0;
  animation: FloatHorizontal2 6s ease-in-out infinite alternate;
}
#about #mv figure:nth-of-type(2) img{
  animation: FloatVertical2 3s ease-in-out infinite alternate;
}
#about #mv figure:nth-of-type(3){
  position: absolute;
  left: calc(50% + 408px);
  top: 0;
  animation: FloatHorizontal3 6s ease-in-out infinite alternate;
}
#about #mv figure:nth-of-type(3) img{
  animation: FloatVertical3 3s ease-in-out infinite alternate;
}
#about #mv figure:nth-of-type(4){
  position: absolute;
  left: calc(50% + 652px);
  top: 265px;
  animation: FloatHorizontal4 6s ease-in-out infinite alternate;
}
#about #mv figure:nth-of-type(4) img{
  animation: FloatVertical4 3s ease-in-out infinite alternate;
}

@keyframes FloatHorizontal{
  0%  {transform:translate3d(0.5vw,0,0);}
  50% {transform:translate3d(-0.4vw,0,0);}
  100%{transform:translate3d(0.6vw,0,0);}
}
@keyframes FloatHorizontal2{
  0%  {transform:translate3d(-0.5vw,0,0);}
  50% {transform:translate3d(0.4vw,0,0);}
  100%{transform:translate3d(-0.6vw,0,0);}
}
@keyframes FloatHorizontal3 {
  0%  {transform:translate3d(0,-0.6vw,0);}
  50% {transform:translate3d(0,0.4vw,0);}
  100%{transform:translate3d(0,-0.5vw,0);}
}
@keyframes FloatHorizontal4 {
  0%  {transform:translate3d(0,0.6vw,0);}
  50% {transform:translate3d(0,-0.4vw,0);}
  100%{transform:translate3d(0,0.5vw,0);}
}
@keyframes FloatVertical {
  0%  {transform:translate3d(0,0.4vw,0);}
  50% {transform:translate3d(0,-0.5vw,0);}
  100%{transform:translate3d(0,0.6vw,0);}
}
@keyframes FloatVertical2 {
  0%  {transform:translate3d(0,-0.2vw,0);}
  50% {transform:translate3d(0,-0.7vw,0);}
  100%{transform:translate3d(0,-1vw,0);}
}
@keyframes FloatVertical3 {
  0%  {transform:translate3d(0,0.2vw,0);}
  50% {transform:translate3d(0,0.7vw,0);}
  100%{transform:translate3d(0,1vw,0);}
}
@keyframes FloatVertical4{
  0%  {transform:translate3d(0.5vw,0,0);}
  50% {transform:translate3d(-0.6vw,0,0);}
  100%{transform:translate3d(0.4vw,0,0);}
}

/* 説明 */
#explanation{
  position: relative;
  padding-bottom: 197px;
  overflow: hidden;
}
#explanation:before{
  position: absolute;
  left: -17px;
  bottom: 453px;
  content: url(../image/gold/img-explanation03.png);
  display: block;
}
#explanation:after{
  position: absolute;
  right: -15px;
  bottom: 157px;
  content: url(../image/gold/img-explanation04.png);
  display: block;
}
#explanation .conts{
  background: url(../image/gold/img-explanation02.png) right 119px top 48px no-repeat;
}
#explanation .conts .img1{
  padding-top: 65px;
}
#explanation .conts p{
  line-height: 1.59;
  margin: -110px 0 145px 170px;
  font-size: 20px;
}
#explanation .conts .img2{
  text-align: center;
}

/* 魅力 */
#charm{
  position: relative;
  padding-bottom: 220px;
  background: #E4F4D7;
}
#charm .ofchicken01{
  position: absolute;
  right: 11.61vw;
  top: 1102px;
  animation: FloatHorizontal 3s ease-in-out 0s infinite alternate;
}
#charm .ofchicken01 img{
  animation: FloatVertical 5s ease-in-out 0s infinite alternate;
}
#charm .ofchicken02{
  position: absolute;
  left: calc(50% - 600px);
  top: 2942px;
  animation: FloatHorizontal 2s ease-in-out 0s infinite alternate;
}
#charm .ofchicken02 img{
  animation: FloatVertical 3s ease-in-out 0s infinite alternate;
}
#charm .ofchicken03{
  position: absolute;
  right: 6.15vw;
  bottom: 2433px;
  animation: FloatHorizontal 3s ease-in-out 0s infinite alternate;
}
#charm .ofchicken03 img{
  animation: FloatVertical 5s ease-in-out 0s infinite alternate;
}
#charm .hotaru01{
  position: absolute;
  left: 8.23vw;
  bottom: 320px;
}
#charm h3{
  background: url(../image/gold/bg-h3charm.png) center center;
}
#charm h3 span{
  width: 1326px;
  height: 197px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#charm .box{
  position: relative;
  width: 990px;
  margin: 91px auto 0 auto;
  padding: 66px;
  box-sizing: border-box;
  border-radius: 60px;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#charm .box h4{
  width: 100%;
  margin-bottom: 56px;
  text-align: center;
}
#charm .box .area{
  width: 393px;
}
#charm .box .area:nth-of-type(1){
  width: 100%;
  margin-bottom: 80px;
}
#charm .box .area h5{
  margin: 5px 0 20px 0;
  padding: 11px 0;
  text-align: center;
  color: #FFF;
  font-size: 27px;
  font-weight: normal;
  background: #6EB92B;
}
#charm .box .area:nth-of-type(1) h5{
  margin: 42px 0 40px 0;
  padding: 0;
  text-align: left;
  background: none;
}
#charm .box .area p{
  line-height: 1.59;
  font-size: 19px;
}
#charm .box:last-child .area:nth-of-type(2){
  display: flex;
  justify-content: space-between;
}
#charm .box:last-child .area:nth-of-type(2){
  width: 100%;
}
#charm .box:last-child .area:nth-of-type(2) div{
  width: 430px;
}
#charm .box:last-child .area:nth-of-type(2) h5{
  margin: 0 0 35px 0;
  padding: 0;
  text-align: left;
  background: none;
}

/* キングオブチキン */
#ofchicken{
  position: relative;
  padding: 240px 0;
  background: url(../image/gold/bg-ofchicken-top.png) center top no-repeat, url(../image/gold/bg-ofchicken-bottom.png) center bottom no-repeat;
  background-color: #2BA739;
  overflow: hidden;
}
#ofchicken h3{
  margin-bottom: 145px;
  text-align: center;
}
#ofchicken .img1{
  margin-bottom: 45px;
  text-align: center;
}
#ofchicken .box{
  position: relative;
  width: 990px;
  margin: 0 auto 44px auto;
  padding: 73px 60px 60px 195px;
  box-sizing: border-box;
  border-radius: 57px;
  background: #FFF;
}
#ofchicken .box .img2{
  margin-bottom: 40px;
}
#ofchicken .box ul li{
  line-height: 1.59;
  padding-left: 1.5em;
  text-indent: -1.5em;
  color: #58230B;
  font-size: 20px;
}
#ofchicken .img3{
  margin-bottom: 165px;
  text-align: center;
}
#ofchicken .btn{
  margin-bottom: 220px;
  text-align: center;
}
#ofchicken .btn img{
  transition: 0.3s;
  border-radius: 0 0 35px 35px;
  box-shadow: 0 7px 0 #298100;
}
#ofchicken .btn img:hover{
  transition: 0.3s;
  transform: translateY(7px);
  box-shadow: none;
}
#ofchicken .img3{
  margin-right: 167px;
  text-align: right;
}
#ofchicken .img4{
  text-align: center;
}
#ofchicken .img5{
  position: absolute;
  left: -134px;
  top: -151px;
  animation: FloatHorizontal 3s ease-in-out 0s infinite alternate;
}
#ofchicken .img5 img{
  animation: FloatVertical 5s ease-in-out 0s infinite alternate;
}
#ofchicken .img6{
  position: absolute;
  right: 1.09vw;
  top: 467px;
  animation: FloatHorizontal 4s ease-in-out 0s infinite alternate;
}
#ofchicken .img6 img{
  animation: FloatVertical 6s ease-in-out 0s infinite alternate;
}
#ofchicken .img7{
  position: absolute;
  left: 1.51vw;
  top: 1722px;
  animation: FloatHorizontal 2s ease-in-out 0s infinite alternate;
}
#ofchicken .img7 img{
  animation: FloatVertical 3s ease-in-out 0s infinite alternate;
}
#ofchicken .img8{
  position: absolute;
  right: -5.21vw;
  bottom: 289px;
  animation: FloatHorizontal 1s ease-in-out 0s infinite alternate;
}
#ofchicken .img8 img{
  animation: FloatVertical 1s ease-in-out 0s infinite alternate;
}

/* 子育て制度 */
#kosodate{
  padding: 215px 0 210px 0;
  background: url(../image/gold/bg-kosodate.png) center bottom no-repeat;
}
#kosodate .conts h3{
  margin-bottom: 180px;
  text-align: center;
}
#kosodate .conts .inner{
  width: 886px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 62px;
}
#kosodate .conts .inner .box{
  width: 412px;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 29px;
  background: #FFF;
  box-shadow: 0 0 24px 12px rgba(255, 238, 234, 0.5);
}
#kosodate .conts .inner .box figure{
  margin-bottom: 35px;
  text-align: center;
}
#kosodate .conts .inner .box:nth-child(2) figure{
  margin-bottom: 65px;
}
#kosodate .conts .inner .box:nth-child(3) figure{
  margin: 37px 0 36px 0;
}
#kosodate .conts .inner .box h4{
  line-height: 1.38;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  text-align: center;
  border-bottom: solid 5px #FFEFE4;
}
#kosodate .conts .inner .box p{
  line-height: 1.59;
  font-size: 20px;
}

/* 寄附の用途 */
#youto{
  padding: 127px 0 152px 0;
  box-sizing: border-box;
  background: #E4F4D7;
}
#youto h3{
  margin-bottom: 73px;
  text-align: center;
}
#youto p{
  line-height: 1.55;
  margin-bottom: 72px;
  text-align: center;
  font-size: 25px;
}
#youto ol{
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 53px 7px;
}



/* フッター */
footer .footer_iframe{
  width: 100%;
  height: 1250px;
  margin: 0 auto;
  display: block;
}

/* 右側追従バナー */
#fixed-right{
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -183px;
  display: none;
  z-index: 20;
}
#fixed-right.fixed{
  display: block;
  animation-name: fade-in;
  animation-duration: .5s;
}
#fixed-right p.favorite{
  position: relative;
  width: 110px;
  height: 107px;
  padding-top: 3px;
  border-radius: 55px;
  margin: 0 36px 33px auto;
  background: #007400;
}
#fixed-right p.favorite a{
  width: 104px;
  height: 104px;
  line-height: 1.3;
  margin: 0 3px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 52px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition-duration: 0.3s;
}
#fixed-right p.favorite a::before {
  content: url(../image/gold/icon-favorite.png);
  display: block;
  padding-top: 2px;
}


#fixed-right p.favorite a:hover{
  text-decoration: none;
  opacity: 0.7;
  transition-duration: 0.3s;
}
#fixed-right ul{
  width: 178px;
}
#fixed-right ul li{
  margin-bottom: 3px;
}
#fixed-right ul li a{
  width: 168px;
  height: 44px;
  line-height: 44px;
  margin-left: auto;
  color: #FFFFFF;
  font-size: 18px;
  padding: 2px 0 2px 5px;
  background: #007400;
  display: block;
  backface-visibility: hidden;
  transition-duration: 0.3s;
}
#fixed-right ul li a span{
  padding-left: 22px;
  border-left: solid 1px #FFFFFF;
  display: block;
}
#fixed-right ul li a:hover{
  width: 178px;
  text-decoration: none;
  background: #007400;
  backface-visibility: hidden;
  transition-duration: 0.3s;
}



/* 横揺れ */
@keyframes FloatHorizontal{
  0%  {transform:translate3d(0vw,0,0);}
  50% {transform:translate3d(1vw,0,0);}
  100%{transform:translate3d(0vw,0,0);}
}
/* 縦揺れ */
@keyframes FloatVertical{
  0%  {transform:translate3d(0,0,0);}
  50% {transform:translate3d(0,-0.5vw,0);}
  100%{transform:translate3d(0,0,0);}
}
