@charset "UTF-8";


/* style
---------------------------------------- */
body {
  text-align: center;
  }
#contents-warp{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
#foot-warp{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}
.page_bg{
/*  background-image: url('../images/bg.jpg');*/
/*  background-repeat: repeat;*/
}
@media screen and (max-width: 768px) {
  #contents-warp,
  #foot-warp {
      width: 100%;
  }
}


.sp,header{
  display: none !important;

  }
.pc {
  width: 100%;
  display: inline-block;
}
a:hover {
  opacity: .6;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

span.bold{
  font-weight: 600;
  color: #000;
}

/* farmer-message
---------------------------------------- */
.farmer-message p,
.farmer-message h2,
.farmer-message h3{
  color: #fff;
}
.farmer-message .farmer-message__title{
  font-size: 32px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 40px;
}
.farmer-message .farmer-block {
    width: 90%;
    padding-bottom: 10px;
    margin: 0 auto 60px;
}
.farmer-message .farmer-block:not(:last-of-type){
    border-bottom: 2px solid #fff;
}
.farmer-message .farmer-block:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
}
.farmer-message .farmer-item .farmer-item__video iframe {
    width: 700px;
    height: 394px;
}
.farmer-message .farmer-item .farmer-item__thumb {
    width: 700px;
    margin: 0 auto;
}
.farmer-message .farmer-item__title{
  width: 700px;
  font-size: 24px;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff;
  color: #c77918;
}
.farmer-message .farmer-item__message{
  width: 700px;
  font-size: 20px;
  margin: 0 auto;
  padding: 10px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
.farmer-message .farmer-message__title{
  margin: 0 auto;
  font-size: 6.9vw;
  padding: 8vw 0;
}
.farmer-message .farmer-block {
    padding-bottom: 3.5vw;
    margin-bottom: 10.5vw;
}

.farmer-message .farmer-item .farmer-item__video iframe {
    width: 700px;
    height: 394px;
}

.farmer-message .farmer-item__message{
  width: 100%;
  font-size: 5vw;
  text-align: left;
}
.farmer-message .farmer-item .farmer-item__video iframe {
    width: 100%;
    height: 50vw;
}
.farmer-message .farmer-item .farmer-item__thumb {
    width: 100%;
    margin: 0 auto;
}
/*.farmer-message .farmer-block:last-of-type {
    padding-bottom: 6vw;
}*/
.farmer-message .farmer-item__title{
  width: 100%;
  font-size: 4.8vw;
  margin: 0 auto;
  padding: 2vw 0;
}
.farmer-message .farmer-item__message{
  width: 100%;
  font-size: 3.4vw;
  line-height: 1.6;
  margin: 0 auto;
  padding: 2vw 0 6vw;
  text-align: center;
}
}

/* farmer-message > area-item
---------------------------------------- */
.farmer-message p,
.farmer-message h2,
.farmer-message h3{
  color: #fff;
}
.farmer-message .area-message__title{
  font-size: 32px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 40px;
}
.farmer-message .area-item {
    padding-bottom: 40px;
}
.farmer-message .area-item .area-item__video iframe {
    width: 700px;
    height: 394px;
}
.farmer-message .area-item .area-item__thumb {
    width: 700px;
    margin: 0 auto;
}
.farmer-message .area-item__title{
  width: 700px;
  font-size: 24px;
  margin: 0 auto;
  padding: 10px 0;
}
.farmer-message .area-item__message{
  width: 700px;
  font-size: 20px;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
.farmer-message .area-message__title{
  margin: 0 auto;
  font-size: 6.9vw;
  padding: 8vw 0;
}
.farmer-message .area-item {
    padding-bottom: 0;
}
.farmer-message .area-item__message{
  width: 90%;
  font-size: 5vw;
  text-align: left;
}
.farmer-message .area-item .area-item__video iframe {
    width: 90%;
    height: 51vw;
}
.farmer-message .area-item .area-item__thumb {
    width: 90%;
    margin: 0 auto;
}
/*.farmer-message .area-item:last-of-type {
    padding-bottom: 6vw;
}*/
.farmer-message .area-item__title{
  width: 90%;
  font-size: 4.8vw;
  margin: 0 auto;
  padding: 2vw 0;
}
.farmer-message .area-item__message{
  width: 90%;
  font-size: 3.4vw;
  line-height: 1.6;
  margin: 0 auto;
  padding: 2vw 0 6vw;
  text-align: center;
}
}

/* next-food
---------------------------------------- */
.nf_box{
  border-bottom: 5px solid #c77917;
  padding: 0 0 30px 0 ;
}
.nf_box .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.nf_box .swiper-pagination-bullet-active {
    background: #c77917;
}
.nf_box .next-item__title {
  color: #c77917;
  font-size: 21px;
  padding-bottom: 15px;
  display: block;
}
.nf_box .next-item__thumb img{
  max-height: 250px;
  width: auto;
}
.nf_box .next-item__title .next-item__title-month,
.nf_box .next-item__title .next-item__title-day {
    font-size: 32px;
    color: #c77917;
}
.nf_box .next-item__food {
  margin-top: 20px;
  font-size: 17px;
  color: #333;
}
.ouen_message_txt {
  border-top: 5px solid #c77917;
  color: #c77917;
  font-size: 32px;
  font-weight: 600;
  padding-top: 20px;
}
#ouen-message {
  margin-top: 30px;
}
#ouen-message .row{
  width: 700px;
  margin: 0 auto 30px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 3px solid #c77917;
  background-color: #fffcdb;
  padding: 20px;
  color: #000;
  position: relative;
  display: inline-block;
}
#ouen-message .row-message,
#ouen-message .row-nickname{
  text-align: left;
  font-size: 18px;
  color: #333;
}
/*#ouen-message .row-nickname{
  padding-top: 5px;
  font-size: 16px;
  text-align: right;
}*/
#ouen-message .row-nickname{
  display: none;
}
.swiper-container {
  border-top: 5px solid #c77917;
  padding: 20px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .ouen_message_txt {
    font-size: 6.4vw;
  }
  #ouen-message {
      margin-top: 4vw;
  }
  #ouen-message .row{
    width: 90%;
    margin: 0 auto 6vw;
    padding: 4vw;
  }
}
#ouen-message .row::before {
  content: "";
  border: 13px solid transparent;
  border-top: 16px solid #c77917;
  margin-left: -5px;
  top: 100%;
  left: 80%;
  position: absolute;
}

#ouen-message .row::after {
  content: "";
  border: 14px solid transparent;
  border-top: 16px solid #fff;
  margin-left: -10px;
  margin-top: 0;
  top: 100%;
  left: 80%;
  position: absolute;
}

#ouen-message .row:nth-child(even)::before {
  left: 15%;
}

#ouen-message .row:nth-child(even)::after {
  left: 15%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px !important;
}

/* area01
---------------------------------------- */
#area01 .inner{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

/* area02
---------------------------------------- */
#area02 .area_box{
  padding-top: 30px;
  overflow:hidden;
}
#area02 .left,#area02 .right{
  width: 50%;
  float: left;
}
#area02 .area_box .tit2{
  text-align: left;
  padding-left: 1em;
  margin: 0 0 20px;
  text-indent:-1em;
  color: #ffffff;
  font-size: 22px;
    font-weight: 600;
}
#area02 .area_box .app_box {
    width: 89%;
    overflow: hidden;
  margin: 10px auto 20px;
}
#area02 .area_box .appstore {
    padding-right: 5%;
}
#area02 .area_box > .note {
  width: 100%;
    font-size: 22px;
    color: #ffffff;
    clear: both;
  text-align: center;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
#area02{ padding-top: 5vw;}
#area02 .inner{ width: 94%; margin: 0 auto;}
#area02 .area_box{
  padding-top: 4vw;
  margin-bottom: 2vw;
}
#area02 .left,#area02 .right{ width: 100%;}
#area02 .area_box .tit2{
  margin: 0 0 3vw;
  font-size: 4.6vw;
    font-weight: 500;
}
#area02 .area_box .area_box:nth-child(2) .tit2{
  padding: 20px 1em 20px 1em;
  margin: 0;
}
#area02 .area_box .app_box {
    width: 100%;
    margin: 0 auto 4vw;
}
#area02 .area_box .appstore {
    padding-right: 4%;
}
#area02 .area_box .note {
    font-size: 3.6vw;
}
}

/*#area02_message
---------------------------------------- */
#area02_message > .inner {
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #c77917;
    border-bottom: 3px solid #fff;
}
#area02_message > .inner:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -15px;
  border: 26px solid transparent;
  border-bottom: 26px solid #c77917;
  z-index: 2;
}
#area02_message > .inner:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -17px;
  border: 28px solid transparent;
  border-bottom: 28px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
#area02_message > .inner:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -15px;
  border: 14px solid transparent;
  border-bottom: 14px solid #c77917;
  z-index: 2;
}
#area02_message > .inner:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -17px;
  border: 16px solid transparent;
  border-bottom: 16px solid #fff;
  z-index: 1;
}
}

/* area03
---------------------------------------- */
#area03_bg{
  padding: 40px 0 20px;
  background-color: #c77917;
}
#area03{
  width: 100%;
  /*background-color: #f7c3bf;*/
  /*background-image: url('../images/area03/sputter.png');*/
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  border: 40px solid #c77917;
  box-sizing: border-box;
  border-radius: 70px;
  background-color: #ffffff;
}
#area03 .area-content{
  width: 100%;
  margin: 0 auto;
  /*background: url('../images/area03/bg_content.png') repeat-y;*/
  background-size: 100% auto;
}
#area03 .bd-style::before{
  content:'';
  width:100%;
  height: 110px;
  display: block;
  /*background: url('../images/area03/bg_head.png') center top no-repeat;*/
  background-size: 100% auto;
}
#area03 .bd-style::after{
  content:'';
  width:100%;
  height: 20px;
  display: block;
  /*background: url('../images/area03/bg_foot.png') center top no-repeat;*/
  background-size: 100% auto;
}
#area03 .area-content .inner{
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}
#area03 .area-content .inner2{
  width: 85%;
  margin: 0 auto;
}
#area03 h2{
  position: relative;
}
#area03 .bd-style{
  width: 100%;
  margin: 0 auto;
}
#area03 .tit{
  position: relative;
  width: 100%;
  /*width: 99.2%;*/
  height: 130px;
  margin: 0 auto;
/*    padding: 15px 0 10px 0;*/
    font-size: 42px;
    color: #fff;
  font-weight: 500;
    background-color: #c77917;
  /*background-image: url('../images/area03/sputter2.png');*/
  background-repeat: repeat-y;
}
#area03 .tit::before{
  content: '';
  position: absolute;
  top: -170px;
  left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  display: inline-block;
  width: 245px;
  height: 157px;
  background-image: url('../images/area03/sub_img.png');
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  z-index: 999;
}

#area03 .tit img{
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#area03 .txt {
    padding: 20px 0 20px;
    font-size: 15px;
    line-height: 2;
    color: #000;
  clear: both;
}
#area03 .fukidashi{
  position: relative;
  /*top: 27px;*/
  margin-bottom: -24px;
}
#area03 .lead {
    width: 417px;
    background: url(../images/area03/bg_span.png) center no-repeat;
    background-size: 100% 100%;
    padding: 10px 0 10px 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: right;
}
#area03 .period{
  width:600px;
  margin: 0 auto;
  padding: 30px 0;
  display: table;
}
#area03 .period01{
  width:70px;
  height: auto;
  vertical-align: middle;
  padding-right: 10px;
}
#area03 .period02{
  width:514px;
  height: auto;
  vertical-align: middle;
}
#area03 .bd-line::before,#area03 .bd-line::after{
  content:'';
  width:92%;
  margin: 0 auto;
  height: 15px;
  display: block;
  background: url('../images/area03/line.png') center top no-repeat;
  background-size: 100% auto;
}
#area03 .bd-line.-bd-line_bottom::before,
#area03 .bd-line.-bd-line_bottom::after{ display: none;}

#area03 .left,#area03 .right{
  width: 50%;
  float: left;
  padding: 30px 0 25px;
}
#area03 .right{
  text-align: right;
  padding-top: 174px;
}
#area03 .left img{ width: 100%;}
#area03 .right img { width: 80%;}
#area03 .btn_area {
  margin-top: 15px;
}
#area03 .btn_area a {
    display: inline-block;
    box-sizing: border-box;
    width: 82%;
    padding: 15px 0;
    font-size: 25px;
    color: #fff;
    text-align: center;
    background-color: #f3982d;
    border-radius: 8px;
}
#area03 .note_list .note_list-item p{
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
  clear: both;
}
#area03 .note_title + .note_list .note_list-item p {
  font-size: 16px;
}
#area03 .note_list .note_list-item.is-asterisk p::before {
  content: '※';
}
#area03 .note_list .note_list-item.is-circle p::before {
  content: '●';
}

/* area04
---------------------------------------- */
#area04_bg{
  padding-top: 330px;
  background-image: url('../images/area04/area04_bg.jpg');
  background-repeat: no-repeat;
}
#area04{
  width: 90%;
  /*background-color: #8ac8cf;*/
  /*background-image: url('../images/area04/sputter.png');*/
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 50px 0;
  margin: 80px auto 50px;
  position: relative;
  border: 8px solid #956134;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #fff;
}
#area04 .area-content{
  width: 100%;
  margin: 0 auto;
  /*background: url('../images/area04/bg_content.png') repeat-y;*/
  background-size: 100% auto;
}
#area04 .bd-style::before{
  content:'';
  width:100%;
  height: 100px;
  display: block;
}
#area04 .bd-style::after{
  content:'';
  width:100%;
  height: 0;
  display: block;
}
#area04 .bd-style::before{
  /*background: url('../images/area04/bg_head.png') center top no-repeat;*/
  background-size: 100% auto;
}
#area04 .bd-style::after{
  /*background: url('../images/area04/bg_foot.png') center top no-repeat;*/
  background-size: 100% auto;
}
#area04 .area-content .inner{
  width: 934px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  border-bottom: 10px solid #956134;
/*  border-bottom: none;*/
}
#area04 .area-content .inner2{
  width: 86%;
  margin: 0 auto;
}
#area04 .area-content .inner:not(:last-child){ 
  padding-bottom: 50px;
/*  padding-bottom: 0;*/
}
#area04 h2{
  position: relative;
}
#area04 .bd-style{
  width: 100%;
  margin: 0 auto;
}
#area04 .tit{
  width: 100%;
  height: 160px;
  margin: 0 auto;
/*    padding: 5px 0 10px 0;*/
    font-size: 42px;
  font-weight: 500;
    color: #fff;
    background-color: #956134;
  /*background-image: url('../images/area04/sputter2.png');*/
  background-repeat: repeat-y;
  position: relative;
}
#area04 .tit::before{
  content: '';
  display: inline-block;
  position: absolute;
  top: -190px;
    left: -38px;
  width: 292px;
  height: 157px;
  background-image: url('../images/area04/sub_img.png');
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
#area04 .tit img,
#area04 .tit span img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#area04 .tit img{
  top: 55px;
}
#area04 .tit span img{
  top: -80px;
  left: 52%;
}
#area04 .tit2{
  width: 99.2%;
  margin: 0 auto;
    padding: 40px 0 0;
    font-size: 45px;
    color: #956134;
}
#area04 .txt {
    padding: 20px 0 30px 0;
    font-size: 15px;
    line-height: 2;
    color: #000;
  clear: both;
}
#area04 .img_tit {
    width: 70%;
  margin: 0 auto;
  padding-bottom: 15px;
}
#area04 .img_visual {
    width: 700px;
    margin: 0 auto 50px;
    position: relative;
}
#area04 .img_visual ul li{
  width: 32.4%;
  display: inline-block;
}
#area04 .lead {
    width: 402px;
    background: url(../images/area04/bg_span.png) center no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-align: left;
  float: right;
}
#area04 .period{
  width:600px;
  margin: 0 auto;
  padding: 0 0 30px;
  display: table;
}
#area04 .period01{
  width:70px;
  height: auto;
  vertical-align: middle;
  padding-right: 10px;
}
#area04 .period02{
  width:600px;
  height: auto;
  vertical-align: middle;
}
#area04 .period03 {
  width: 100%;
  height: auto;
  margin: 30px auto 0;
  padding: 9px 0;
  color: #956134;
  font-size: 18px;
  font-weight: 600;
  background-color: rgb(149, 97, 52, 0.2);
  background-size: 100% 100%;
  clear: both;
  text-align: center;
}
#area04 #quiz img{
  width: 100%;
}
#area04 #quiz img + img{
  margin-top: 60px;
}
#area04 #quiz .quiz_contents{
  width: 840px;
  max-width: 90%;
  margin: 0 auto;
}
#area04 #quiz .quiz_back{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#area04 .bd-line{
  position: relative;
  z-index: 999;
}
#area04 .bd-line::before{
  content:'';
  width:92%;
  margin: 0 auto;
  height: 15px;
  display: block;
  background: url('../images/area04/line.png') center top no-repeat;
  background-size: 100% auto;
}
#area04 .bd-line::after{
  content:'';
  width:92%;
  margin: 0 auto;
  height: 15px;
  display: block;
  background: url('../images/area04/line.png') center top no-repeat;
  background-size: 100% auto;
}
#area04 .left,#area04 .right{
  width: 50%;
  float: left;
  padding: 20px 0 15px;
}
#area04 .right{
  width: 40%;
  float: right;
}
#area04 .right{
  text-align: right;
  padding-top: 55px;
}
#area04 .left img{ width: 100%;}
#area04 .right img {
    width: 70%;
    padding: 0 15%;
  margin-bottom: 30px;
}
#area04 .btn_area {
  margin-top: 15px;
}
#area04 .btn_area a {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    font-size: 25px;
    color: #fff;
  text-align: center;
    background-color: #4694d1;
    border-radius: 8px;
}
#area04 .note_list{
  clear: both;
}
#area04 .note_list .note_list-item p{
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
  clear: both;
}
#area04 .note_title + .note_list .note_list-item p {
  font-size: 16px;
}
#area04 .note_list .note_list-item.is-asterisk p::before {
  content: '※';
}
#area04 .note_list .note_list-item.is-circle p::before {
  content: '●';
}

@media screen and (max-width: 768px) {
/* area03,area04
---------------------------------------- */
#area03_bg{
  padding: 10vw 0 5vw;
}
#area04_bg{
  background-size: 100%;
  padding: 38vw 0 5vw;
}

#area03{
  border: 10px solid #c77917;
  border-radius: 30px;
}
#area03 h2,
#area04 h2 {
    width: 85%;
    margin: 0 auto;
}
#area03 .tit img {
    width: 100%;
    top: 6vw;
}
#area04 .tit img {
  width: 83%;
  top: 6.5vw;
}
#area04 .tit span img {
  width: 74%;
  top: -10.5vw;
  left: 54vw;
}
#area03 .tit {
  padding: 20px 0 15px 0;
  font-size: 5.5vw;
  height: 12vw;
}
#area04 .tit {
  padding: 30px 0 15px 0;
  font-size: 5.5vw;
  height: 12vw;
}

#area03 .tit::before {
    top: -24vw;
    width: 38%;
    height: 100%;
}
#area04 .tit::before {
    top: -21vw;
    left: -6vw;
    width: 28.5%;
    height: 100%;
}

#area04 .tit span { font-size: 4.5vw;}
#area04 .tit2 {  font-size: 7vw;}
#area03 .txt {
    padding: 6vw 0;
    font-size: 3.4vw;
    line-height: 1.5;
}
#area04 .txt {
    padding: 6vw 0;
    font-size: 2.96666vw;
    line-height: 1.5;
}
#area03 .txt {
    padding: 6vw 0 3vw;
}
#area03 .fukidashi {
    top: 0;
    margin-bottom: 20px;
    width: 90%;
}
#area03 .lead {
    width: 95%;
    padding: 2% 0;
    margin: 0 auto;
    font-size: 3.2vw;
    text-align: center;
    float: none;
}
#area03 .period01,
#area04 .period01 {
    width: 22%;
  padding:2vw 0 4vw;
}
#area03 .period02,
#area04 .period02{
  width: 96%;
  padding-bottom: 4vw;
}
#area04 .period03 {
    width: 100%;
    font-size: 4.5vw;
    /*background: url(../images/area04/line2sp.png) center top no-repeat;*/
    margin: 8vw auto 0;
    background-size: 100% 100%;
    text-align: center;
}

#area03 .left, #area03 .right,
#area04 .left, #area04 .right{
  width: 94%;
    margin: 0 auto;
    padding: 5vw 0;
  float: none;
}
#area03 .right {
    text-align: center;
}
#area04 .left,
#area04 .right{
  width: 85%;
    margin: 0 auto;
    padding: 0 0 5vw;
  float: none;
}
#area04 .area-content .inner:not(:last-child) {
    padding-bottom: 6vw;
/*    padding-bottom: 0;*/
}
#area04 #quiz {
  width: 90%;
  margin: 0 auto 4vw;
}
#area04 #quiz .quiz_contents{
  width: 100%;
}
#area04 #quiz .quiz_contents img + img {
    margin-top: 10vw;
}
#area03 .bd-line.-bd-line_bottom::before{ display: none;}
#area03 .bd-line.-bd-line_bottom::after{
  display: block;
  width: 102%;
    position: relative;
    left: -4px;
}
#area03 .right { padding-top: 0vw;}
#area03 .right img {
  margin: 0 auto;
    width: 100%;
}
#area04 .right {
  display: flex;
  flex-direction: column;
}
#area04 .btn_area a { 
  order: 1;
  margin-top: 10vw;
}
#area04 .note_list {order: 2;}
#area04 .right img {
    margin-bottom: 0;
}
#area03 .btn_area a{
    width: 100%;
    font-size: 5.8vw;
    padding: 15px 20px;
    box-sizing: border-box;
}
#area04 .btn_area a {
    width: 100%;
    font-size: 6.7vw;
    padding: 15px 20px;
    box-sizing: border-box;
}
#area03 .note_list,
#area04 .note_list{
    padding: 3vw 0 6vw;
}
#area04 .note_list {
  width: 90%;
  margin: 0 auto;
}
#area03 .note_list .note_list-item p,
#area04 .note_list .note_list-item p{
    font-size: 3.2vw;
    line-height: 1.4;
}
#area04 .img_tit,
#area04 .img_visual {
  width: 90%;
}
#area04 .img_visual ul li{
  width: 94%;
  margin: 0 auto;
  display: block;
}
#area04 .img_visual ul li + li{
  margin-top: 0;
}

}

/* area05
---------------------------------------- */
#area05{
  background-color: #eeeceb;
  padding: 60px 0;
}
#area05 .inner{
  width: 760px;
  margin: 0 auto;
  background-color: #b50081;
  overflow: hidden;
}
#area05 .area_box{
  width: 92%;
  margin: 0 auto;
}
#area05 p {
  color: #fff;
  font-weight: 600;
}
#area05 .tit {
  padding: 24px 0;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0.3rem;
}
#area05 .txt {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 24px;
    padding-left: 1em;
    text-indent: -1em;
}
#area05 .area_box:nth-child(2){
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 40px;
  overflow: hidden;
}
#area05 .area_box:nth-child(2) .l{
  width: 65%;
    margin-right: 5%;
  float: left;
}
#area05 .area_box:nth-child(2) .r{
  width: 30%;
  float: left;
}
#area05 .area_box:nth-child(2) .r img{
  width: 100%;
}
#area05 .area_box:nth-child(2) .inner2{
  width: 90%;
  padding: 4% 0;
  margin:0 auto;
}
#area05 .area_box:nth-child(2) .inner2 p{
  color: #000;
  font-weight: 400;
  text-align: left;
}
#area05 .area_box:nth-child(2) .inner2 .step_tit{
  font-size: 16px;
  padding: 5px 0;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  border-radius: 30px;
}
#area05 .area_box:nth-child(2) .inner2 .step_area {margin-bottom: 30px;}
#area05 .area_box:nth-child(2) .inner2 .step_tit.green{ background-color: #c77917; color: #fff;}
#area05 .area_box:nth-child(2) .inner2 .step_tit.orange{ background-color: #a6ad1f; color: #000;}
#area05 .area_box:nth-child(2) .inner2 .step_txt{
  font-size: 15px;
  padding-left: 1em;
  padding-bottom: 0.15em;
  text-indent: -1em;
}

/* area08
---------------------------------------- */
.area08_bg{
  background-color: #a70377;
  padding: 50px 0;
  margin-bottom: 50px;
}
#area08 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  background-size: auto auto;
  background-color: rgba(255, 220, 0, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(254, 213, 0, 1) 10px, rgba(254, 213, 0, 1) 14px );
}
#area08 img{
  width: 100%;
}
#area08 .inner{
  width: 860px;
  max-width: 90%;
  padding: 40px 0;
  margin: 0 auto;
}
#area08 .cp_tit{
  width: 510px;
  max-width: 100%;
  margin: 0 auto 40px;
}
#area08 .cp_img{
  margin-bottom: 20px;
}
#area08 p{
  color: #000;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  text-indent: -0.5em;
}
#area08 a{
  display: block;
  box-sizing: border-box;
  width: 480px;
  max-width: 70%;
  padding: 10px;
  margin: 30px auto 0;
  color: #fff;
  background-color: #b60081;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .area08_bg{
    padding: 3vw 0;
    margin-bottom: 0;
  }
  #area08 {
    width: 96%;
    margin: 0 auto;
    background-size: auto auto;
    background-color: rgba(255, 220, 0, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, rgba(254, 213, 0, 1) 7px, rgba(254, 213, 0, 1) 11px );
  }
  #area08 .inner{
    padding: 8vw 0 15vw;
  }
  #area08 .cp_tit{
    margin: 0 auto 5vw;
  }
  #area08 .cp_img{
    margin-bottom: 5vw;
  }
  #area08 a{
    margin: 8vw auto 0;
    font-size: 4.8vw;
  }
}

/* attention
---------------------------------------- */
#attention .inner {
  padding-top: 20px;
  padding-right: 63px;
  padding-bottom: 60px;
  padding-left: 63px;
}
#attention .attention_title {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2e4080;
  text-align: center;
}
#attention .attention_title span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.0;
}
#attention .field {
  padding-top: 10px;
}
#attention .attention_item:not(:last-child) {
  margin-bottom: 5px;
}
#attention .attention_item .attention_item-headline {
  text-align: left;
}
#attention .attention_item .attention_item-headline span {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 1.536;
}
#attention .attention_item .attention_item-headline span::before {
  content: '■';
}
#attention .attention_item .attention_list-item.is-asterisk p::before {
  content: '※';
}
#attention .attention_item .attention_list-item.is-circle p::before {
  content: '●';
}
#attention .attention_list .attention_list-item p {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.536;
    text-indent: -1em;
    margin-left: 1em;
}
#attention .attention_list .attention_list-item span {
  color: #3f6fbc;
}

@media screen and (max-width: 768px) {
  #attention .inner {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: calc(134 / 750 * 100vw);
    padding-left: 0;
  }
  #attention .attention_title {
    padding-top: calc(31 / 750 * 100vw);
    padding-bottom: calc(31 / 750 * 100vw);
  }
  #attention .attention_title span {
    font-size: calc(32 / 750 * 100vw);
  }
  #attention .field {
    padding-top: calc(68 / 750 * 100vw);
    padding-right: calc(48 / 750 * 100vw);
    padding-left: calc(48 / 750 * 100vw);
  }
  #attention .attention_item:not(:last-child) {
    margin-bottom: calc(34 / 750 * 100vw);
  }
  #attention .attention_item .attention_item-headline span {
    font-size: calc(24 / 750 * 100vw);
  }
  #attention .attention_list .attention_list-item p {
    font-size: calc(24 / 750 * 100vw);
  }

}

/* inquiry
---------------------------------------- */
#inquiry {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

/* value_area
---------------------------------------- */
#value_area {
  width: 760px;
  max-width: 100%;
  margin: 0 auto 80px;
  padding: 20px;
  background-color: #ffffff;
  box-sizing: border-box;
}
#value_area .inner > img {
  width: 100%;
  height: auto;
}

#value_area h3{
  box-sizing: border-box;
  border-radius: 20px;
  border: 5px solid #e60012;
  background-color: #fff100;
  color: #e60012;
  font-size: 40px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}
#value_area h3 span{
  font-size: 27px;
  color: #e60012;
  display: block;
  margin-top: 10px;
  text-align: center;
}

#value_area .txt01{
  font-size: 15px;
  margin: 20px 0 30px;
  color: #000000;
  font-weight: 600;
}
#value_area .txt02{
  font-size: 12px;
  color: #000000;
}

#value_area .value_period{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
#value_area .value_period img{
  width: 48%;
}

@media screen and (max-width: 768px) {
  #value_area {
    width: 100%;
    margin: 0 auto;
    padding: 3vw;
  }
  #value_area .inner{
    width: 100%;
  }

  #value_area h3{
    font-size: 6vw;
    padding: 3vw;
    margin-bottom: 3vw;
  }
  #value_area h3 span{
    font-size: 3.2vw;
  }
  #value_area .txt01 {
      font-size: 3vw;
      margin: 2vw 0 3vw;
  }
  #value_area .txt02 {
      font-size: 2.8vw;
      margin: 2vw 0;
  }
  #value_area .value_period{
    margin-bottom: 3vw;
  }
}


.-left{ text-align: left;}
.-right{ text-align: right;}
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
  }

  .wrapper{
    width: 100%;
    margin: 0 auto;
  }
  .wrapper2{
    width: 90%;
    margin: 0 auto;
  }

  header{
    display:block !important;
  }
  img { width: 100%; }
  .sp {
    display: inline-block !important;
  }
  .pc { display: none; }

/* area inner指定
---------------------------------------- */
#area03,
#area04 {
  padding: 30px 0 0;
  width: 94%;
    margin: 0 auto;
}
#area02 .inner,
#area06 .inner{ width: 86%;}
#area03 .bd-style,
#area04 .bd-style,
#area03 .area-content,
#area04 .area-content{ width: 100%;}
#area03 .area-content .inner,
#area04 .area-content .inner,
#area04 .area-content .inner2{ width: 100%;}
#area04 .area-content .inner{ 
  margin-bottom: 4vw;
/*  border-bottom: 5px solid #956134;*/
}
#area03 .period,
#area04 .period{ width: 90%; padding: 3vw 0;}
#area03 .bd-style::before{
    content: '';
    width: 96%;
  margin: 0 auto;
    /*height: 20vw;*/
    height: 12vw;
    display: block;
}
#area03 .bd-style::after{
    content: '';
    width: 96%;
  margin: 0 auto;
    /*height: 20vw;*/
    height: 0;
    display: block;
}
#area04 .bd-style::before {
    content: '';
    width: 96%;
  margin: 0 auto;
    /*height: 20vw;*/
    height: 10vw;
    display: block;
}
#area04 .bd-style::after {
    content: '';
    width: 96%;
  margin: 0 auto;
    /*height: 20vw;*/
    height: 0;
    display: block;
}

/* inquiry
---------------------------------------- */
#inquiry {
  width: 100%;
  background-color: #e2e2e2;
/*  padding-bottom: 8vw;*/
}


/* page-top
-------------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
  z-index: 999;
}
#page-top img{
  width:50px;
  height:50px;
}
#page-top a:hover {
    text-decoration: none;
}
}


/* reset
---------------------------------------- */
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 , sum mary ,
time , mark , audio , video , button {
  margin: 0;
  padding: 0;
  border: 0;
  color: #666;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.4;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article , aside , details, figcaption , figure ,
footer , header , hgroup , menu , nav , section {
  display: block;
}

ol , ul {
  list-style: none;
}

blockquote , q {
  quotes: none;
}

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

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

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

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

a:hover {
  color: #D28C8C;
  text-decoration: none;
}


/* clearfix
---------------------------------------- */
/* for modern brouser */
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

/* hero
---------------------------------------- */
.hero .inner {
  padding-top: calc(133 / 375 * 100vw);
  padding-bottom: calc(20 / 375 * 100vw);
  margin-right: auto;
  margin-left: auto;
  background: url(../images/top/hero_bg.jpg) no-repeat center top;
  background-size: cover;
}
.hero_main {
  text-align: center;
  margin-bottom: calc(33 / 375 * 100vw);
}
.hero_main img {
  width: calc(345 / 375 * 100vw);
}
.hero_text {
  text-align: center;
  margin-bottom: calc(36 / 375 * 100vw);
}
.hero_text img {
  width: calc(259 / 375 * 100vw);
}
.hero_link-item {
  text-align: left;
  padding-left: calc(15 / 375 * 100vw);
}
.hero_link-item:not(:last-child) {
  margin-bottom: calc(15 / 375 * 100vw);
}
.hero_link-item a {
  display: inline-block;
}
.hero_link-item a img {
  width: calc(350 / 375 * 100vw);
}
@media screen and (min-width: 751px) {
  #area01.hero .inner {
    width: 100%;
    max-width: 750px;
    padding-top: 266px;
    padding-bottom: 10px;
  }
  .hero_main {
    margin-bottom: 66px;
  }
  .hero_main img {
    width: 690px;
  }
  .hero_text {
    margin-bottom: 72px;
  }
  .hero_text img {
    width: 518px;
  }
  .hero_link-item {
    padding-left: 30px;
  }
  .hero_link-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .hero_link-item a img {
    width: 700px;
  }
}

/* farmer-message
---------------------------------------- */
.farmer-message .inner {
  padding-top: calc(30 / 375 * 100vw);
  border-bottom: none;
}
.farmer-message .inner::before,
.farmer-message .inner::after {
  content: none;
}
.message_heading {
  text-align: center;
  margin-bottom: calc(26 / 375 * 100vw);
}
.message_heading img {
  width: calc(340 / 375 * 100vw);
}
.message_main {
  text-align: center;
}
.message_main img {
  width: calc(335 / 375 * 100vw);
}
@media screen and (min-width: 751px) {
  .farmer-message .inner {
    padding-top: 60px;
  }
  .message_heading {
    margin-bottom: 52px;
  }
  .message_heading img {
    width: 680px;
  }
  .message_main img {
    width: 670px;
  }
}

/* dousanday
---------------------------------------- */
#area04_bg.dousanday {
  background: url(../images/top/dousanday_bg.jpg) no-repeat center top;
  background-size: 100% auto;
  padding-top: calc(50 / 375 * 100vw);
}
.dousanday_main {
  text-align: center;
  margin-bottom: calc(80 / 375 * 100vw);
}
.dousanday_main img {
  width: calc(330 / 375 * 100vw);
}
@media screen and (min-width: 751px) {
  #area04_bg.dousanday {
    padding-top: calc(50px * 1.33);
  }
  .dousanday_main {
    margin-bottom: calc(160px * 1.33);
  }
  .dousanday_main img {
    width: calc(660px * 1.33);
  }
}

/* dousanday_quiz
---------------------------------------- */
#area04.dousanday_quiz {
  padding-top: 0;
  padding-bottom: 0;
  border-width: calc(3 / 375 * 100vw);
  border-color: #5185c5;
  margin-top: 0;
}
.dousanday_quiz .inner {
  position: relative;
  padding-top: calc(18 / 375 * 100vw);
  padding-bottom: calc(40 / 375 * 100vw);
}
.dousanday_quiz .inner::before {
  content: '';
  position: absolute;
  top: calc(-17 / 375 * 100vw);
  left: calc(-12 / 375 * 100vw);
  width: calc(108 / 375 * 100vw);
  height: calc(64 / 375 * 100vw);
  background: url(../images/top/dousanday_quiz-art.png) no-repeat center center;
  background-size: cover;
}
.dousanday_quiz-sub {
  position: relative;
  text-align: right;
  padding-right: calc(15 / 375 * 100vw);
  margin-bottom: calc(12 / 375 * 100vw);
}
.dousanday_quiz-sub img {
  width: calc(220 / 375 * 100vw);
}
.dousanday_quiz-main {
  text-align: center;
}
.dousanday_quiz-main img {
  width: 100%;
}
.dousanday_quiz .field {
  padding-top: calc(20 / 375 * 100vw);
}
.dousanday_quiz_text {
  margin-bottom: calc(18 / 375 * 100vw);
}
.dousanday_quiz_text p {
  font-size: calc(14 / 375 * 100vw);
  color: #000;
  line-height: 1.714;
}
.dousanday_quiz_photo {
  margin-bottom: calc(50 / 375 * 100vw);
}
.dousanday_quiz_photo-item {
  text-align: center;
}
.dousanday_quiz_photo-item img {
  width: calc(280 / 375 * 100vw);
}
.dousanday_quiz_detail {
  margin-bottom: calc(80 / 375 * 100vw);
}
.dousanday_quiz_detail-item {
  text-align: center;
}
.dousanday_quiz_detail-item:not(:last-child) {
  margin-bottom: calc(35 / 375 * 100vw);
}
.dousanday_quiz_detail-item img {
  width: calc(300 / 375 * 100vw);
}
.dousanday_quiz_content {
  padding-bottom: calc(67 / 375 * 100vw);
  border-bottom-color: #5185c5;
  border-bottom-width: calc(3 / 375 * 100vw);
  border-bottom-style: solid;
  margin-bottom: calc(35 / 375 * 100vw);
}
.dousanday_quiz_content-item {
  text-align: center;
}
.dousanday_quiz_content-item:not(:last-child) {
  margin-bottom: calc(50 / 375 * 100vw);
}
.dousanday_quiz_content-item:nth-child(1) img {
  width: calc(118 / 375 * 100vw);
}
.dousanday_quiz_content-item:nth-child(2) img {
  width: calc(130 / 375 * 100vw);
}
@media screen and (min-width: 751px) {
  #area04.dousanday_quiz {
    border-width: calc(6px * 1.33);
  }
  .dousanday_quiz .inner {
    padding-top: calc(36px * 1.33);
    padding-bottom: calc(80px * 1.33);
  }
  .dousanday_quiz .inner::before {
    top: calc(-34px * 1.33);
    left: calc(-28px * 1.33);
    width: calc(216px * 1.33);
    height: calc(128px * 1.33);
  }
  .dousanday_quiz-sub {
    padding-right: calc(30px * 1.33);
    margin-bottom: calc(24px * 1.33);
  }
  .dousanday_quiz-sub img {
    width: calc(440px * 1.33);
  }
  .dousanday_quiz .field {
    padding-top: calc(40px * 1.33);
  }
  .dousanday_quiz_text {
    margin-bottom: calc(36px * 1.33);
  }
  .dousanday_quiz_text p {
    font-size: 15px;
  }
  .dousanday_quiz_photo {
    margin-bottom: calc(100px * 1.33);
  }
  .dousanday_quiz_photo-item img {
    width: calc(560px * 1.33);
  }
  .dousanday_quiz_detail {
    margin-bottom: calc(160px * 1.33);
  }
  .dousanday_quiz_detail-item:not(:last-child) {
    margin-bottom: calc(70px * 1.33);
  }
  .dousanday_quiz_detail-item img {
    width: calc(600px * 1.33);
  }
  .dousanday_quiz_content {
    padding-bottom: calc(134px * 1.33);
    border-bottom-width: calc(6px * 1.33);
    margin-bottom: calc(70px * 1.33);
  }
  .dousanday_quiz_content-item:not(:last-child) {
    margin-bottom: calc(100px * 1.33);
  }
  .dousanday_quiz_content-item:nth-child(1) img {
    width: calc(236px * 1.33);
  }
  .dousanday_quiz_content-item:nth-child(2) img {
    width: calc(260px * 1.33);
  }
}


/* dousanday_date
---------------------------------------- */
.dousanday_date-main {
  text-align: center;
  margin-bottom: calc(18 / 375 * 100vw);
}
.dousanday_date-main img {
  width: calc(289 / 375 * 100vw);
}
.dousanday_date-period {
  text-align: left;
  padding-left: calc(60 / 375 * 100vw);
  margin-bottom: calc(40 / 375 * 100vw);
}
.dousanday_date-period img {
  width: calc(239 / 375 * 100vw);
}
.dousanday_date-present {
  text-align: center;
  margin-bottom: calc(20 / 375 * 100vw);
}
.dousanday_date-present img {
  width: calc(236 / 375 * 100vw);
}
.dousanday_date-photo {
  text-align: center;
  margin-bottom: calc(40 / 375 * 100vw);
}
.dousanday_date-photo img {
  width: calc(291 / 375 * 100vw);
}
.dousanday_date-logo {
  text-align: center;
  margin-bottom: calc(45 / 375 * 100vw);
}
.dousanday_date-logo img {
  width: calc(215 / 375 * 100vw);
}
#area04 .btn_area.dousanday_btn {
  padding-right: calc(28 / 375 * 100vw);
  padding-left: calc(28 / 375 * 100vw);
  margin-top: 0;
  margin-bottom: calc(30 / 375 * 100vw);
}
.dousanday_date-result {
  text-align: center;
  margin-bottom: calc(30 / 375 * 100vw);
}
.dousanday_date-result img {
  width: calc(280 / 375 * 100vw);
}
.dousanday_date-note {
  padding-right: calc(28 / 375 * 100vw);
  padding-left: calc(28 / 375 * 100vw);
}
.dousanday_date-note p {
  font-size: calc(13 / 375 * 100vw);
  line-height: 1.3814;
  color: #000;
  text-align: left;
  text-indent: -1.0em;
  padding-left: 1.0em;
}
@media screen and (min-width: 751px) {
  .dousanday_date-main {
    margin-bottom: calc(36px * 1.33);
  }
  .dousanday_date-main img {
    width: calc(578px * 1.33);
  }
  .dousanday_date-period {
    padding-left: calc(120px * 1.33);
    margin-bottom: calc(80px * 1.33);
  }
  .dousanday_date-period img {
    width: calc(478px * 1.33);
  }
  .dousanday_date-present {
    margin-bottom: calc(40px * 1.33);
  }
  .dousanday_date-present img {
    width: calc(472px * 1.33);
  }
  .dousanday_date-photo {
    margin-bottom: calc(80px * 1.33);
  }
  .dousanday_date-photo img {
    width: calc(582px * 1.33);
  }
  .dousanday_date-logo {
    margin-bottom: calc(90px * 1.33);
  }
  .dousanday_date-logo img {
    width: calc(430px * 1.33);
  }
  #area04 .btn_area.dousanday_btn {
    padding-right: calc(56px * 1.33);
    padding-left: calc(56px * 1.33);
    margin-bottom: calc(60px * 1.33);
  }
  .dousanday_date-result {
    margin-bottom: calc(60px * 1.33);
  }
  .dousanday_date-result img {
    width: calc(560px * 1.33);
  }
  .dousanday_date-note {
    padding-right: calc(56px * 1.33);
    padding-left: calc(56px * 1.33);
  }
  .dousanday_date-note p {
    font-size: 14px;
  }

}


/* dousanday_quiz
---------------------------------------- */
.dousanday_quiz_result {
  text-align: center;
  margin-bottom: calc(55 / 375 * 100vw);
}
.dousanday_quiz_result img {
  width: calc(280 / 375 * 100vw);
}
.dousanday_quiz_item:not(:last-child) {
  margin-bottom: calc(55 / 375 * 100vw);
}
.dousanday_quiz_item-headline {
  text-align: center;
  margin-bottom: calc(50 / 375 * 100vw);
}
.dousanday_quiz_item-headline img {
  width: calc(300 / 375 * 100vw);
}
.dousanday_quiz_answer {
  text-align: center;
  margin-bottom: calc(5 / 375 * 100vw);
}
.dousanday_quiz_answer img {
  width: calc(211 / 375 * 100vw);
}
.dousanday_quiz_answer-b {
  text-align: center;
  margin-bottom: calc(28 / 375 * 100vw);
}
.dousanday_quiz_answer-b img {
  width: calc(166 / 375 * 100vw);
}
.dousanday_quiz_answer-all-a,
.dousanday_quiz_answer-all-b {
  text-align: center;
}
.dousanday_quiz_answer-all-a {
  margin-bottom: calc(38 / 375 * 100vw);
}
.dousanday_quiz_answer-all-a img {
  width: calc(108 / 375 * 100vw);
}
.dousanday_quiz_answer-all-b {
  margin-bottom: calc(38 / 375 * 100vw);
}
.dousanday_quiz_answer-all-b img {
  width: calc(126 / 375 * 100vw);
}
.dousanday_quiz_answer-all {
  text-align: center;
  margin-bottom: calc(38 / 375 * 100vw);
}
.dousanday_quiz_answer-all img {
  width: calc(243 / 375 * 100vw);
}
.dousanday_quiz_answer_text {
  text-align: center;
}
.dousanday_quiz_answer_text img {
  width: calc(255 / 375 * 100vw);
}
@media screen and (min-width: 751px) {
  .dousanday_quiz_result {
    text-align: center;
    margin-bottom: calc(55px * 1.33);
  }
  .dousanday_quiz_result img {
    width: calc(560px * 1.33);
  }
  .dousanday_quiz_item:not(:last-child) {
    margin-bottom: calc(110px * 1.33);
  }
  .dousanday_quiz_item-headline {
    margin-bottom: calc(100px * 1.33);
  }
  .dousanday_quiz_item-headline img {
    width: calc(600px * 1.33);
  }
  .dousanday_quiz_answer {
    text-align: center;
    margin-bottom: calc(5px * 1.33);
  }
  .dousanday_quiz_answer img {
    width: calc(422px * 1.33);
  }
  .dousanday_quiz_answer-b {
    margin-bottom: calc(56px * 1.33);
  }
  .dousanday_quiz_answer-b img {
    width: calc(332px * 1.33);
  }
  .dousanday_quiz_answer-all-a {
    margin-bottom: calc(76px * 1.33);
  }
  .dousanday_quiz_answer-all-a img {
    width: calc(216px * 1.33);
  }
  .dousanday_quiz_answer-all-b {
    margin-bottom: calc(76px * 1.33);
  }
  .dousanday_quiz_answer-all-b img {
    width: calc(252px * 1.33);
  }
  .dousanday_quiz_answer-all {
    margin-bottom: calc(76px * 1.33);
  }
  .dousanday_quiz_answer-all img {
    width: calc(486px * 1.33);
  }
  .dousanday_quiz_answer_text img {
    width: calc(510px * 1.33);
  }
}

/* footbnr
---------------------------------------- */
.footbnr {
  background: url(../images/top/footbnr_bg.jpg) no-repeat center center;
  background-size: cover;
}
.footbnr .inner {
  padding-top: calc(30 / 375 * 100vw);
  padding-bottom: calc(60 / 375 * 100vw);
}
.footbnr_title {
  text-align: center;
  margin-bottom: calc(20 / 375 * 100vw);
}
.footbnr_title span {
  font-size: calc(24 / 375 * 100vw);
  line-height: 1.2;
  color: #000;
}
.footbnr_link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(10 / 375 * 100vw);
  padding-right: calc(20 / 375 * 100vw);
  padding-left: calc(20 / 375 * 100vw);
  margin-bottom: calc(10 / 375 * 100vw);
}
.footbnr_link-item a {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: calc(66 / 375 * 100vw);
  border-radius: calc(10 / 375 * 100vw);
  background-color: #fff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.footbnr_link-item:nth-child(1) img {
  width: calc(141 / 375 * 100vw);
}
.footbnr_link-item:nth-child(2) img {
  width: calc(111 / 375 * 100vw);
}
.footbnr_note {
  padding-right: calc(20 / 375 * 100vw);
  padding-left: calc(20 / 375 * 100vw);
}
.footbnr_note p {
  font-size: calc(12 / 375 * 100vw);
  line-height: 1.5;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .footbnr .inner {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .footbnr_title {
    margin-bottom: 25px;
  }
  .footbnr_link {
    column-gap: 20px;
    padding-right: 50px;
    padding-left: 50px;
    margin-bottom: 15px;
  }
  .footbnr_link-item a {
    height: 120px;
    border-radius: 20px;
  }
  .footbnr_link-item:nth-child(1) img {
    width: 282px;
  }
  .footbnr_link-item:nth-child(2) img {
    width: 222px;
  }
  .footbnr_title span {
    font-size: 24px;
  }
  .footbnr_note {
    padding-right: 50px;
    padding-left: 50px;
  }
  .footbnr_note p {
    font-size: 14px;
  }
}