@charset "UTF-8";
/*===========================================================
  TOP
=============================================================*/
.navi {
  min-height: 211px;
}

@media only screen and (max-width: 767px) {
  .navi{
    min-height: 177px;
  }
}

/*#prize .section-header::before,
#subject .section-header::before {
  border-top-color: #A87E21;
}
#prize .section-title,
#subject .section-title {
  background-color: #A87E21;
  color: #fff;
}
#prize .section-title::before, #prize .section-title::after,
#subject .section-title::before,
#subject .section-title::after {
  background-image: url(../img/ttl-mark_w.png);
}*/

#prize .section-title{background-image: url(../img/ttl-prize.png);}
#subject .section-title{background-image: url(../img/ttl-subject.png);}
#entry-essentials .section-title{background-image: url(../img/ttl-entry-essentials.png);}
#entry-method .section-title{background-image: url(../img/ttl-entry-method.png);}
#contact .section-title{background-image: url(../img/ttl-contact.png);}

@media only screen and (max-width: 767px) {
  #prize,
  #subject {
    border-radius: 15px;
  }
}

/*********************************************
 PRIZE
*********************************************/
#prize {
  background: #aa0806;
  z-index: 0;
  overflow: hidden;
}
#prize::before, #prize::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
#prize::before {
  background-image: url(../img/prize-bg_top.png);
  background-position: 0 0;
  top: 0;
  padding-top: 18.33%;
}
#prize::after {
  background-image: url(../img/prize-bg_btm.png);
  background-position: 0 100%;
  bottom: 0;
  padding-top: 20.37%;
}
#prize .section-title {
  /*letter-spacing: 1.5em;
  text-indent: 1em;
  padding-right: 1.289em;*/
}
#prize .section-contents {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#prize .card:nth-child(1){
  width: 100%;
}
#prize .card:nth-child(2){
  width: 60.22%;
}
#prize .card:nth-child(3){
  width: 36.02%;
}

/*#prize .section-contents::after {
  content: "";
  display: block;
  position: absolute;
  width: 32.79%;
  padding-top: 26.046%;
  background: url(../img/prize-cat.png) 100% 100% no-repeat;
  background-size: contain;
  right: -1.744%;
  bottom: 4.65%;
}*/
#prize .card-ttl {
  padding-left: 0;
}
#prize .card-ttl picture, #prize .card-ttl img {
  display: block;
}
#prize .prize-txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6875;
  color: #3E3A39;
}
#prize .prize-note {
  font-size: 12px;
  font-weight: 500;
  color: #9FA0A0;
}
#prize .blue-card .card-ttl picture {
  display: block;
  max-width: 767px;
  width: 91.3%;
  margin-bottom: -11.42%;
  position: relative;
  z-index: 1;
}
#prize .blue-card .card-body {
  position: relative;
  z-index: 0;
}
#prize .blue-card .prize-img {
  display: block;
}
#prize .blue-card .prize-img.img1 {
  margin-top: -15px;
  margin-left: -15px;
  width: 74.8%;
}
#prize .blue-card .prize-img.img2 {
  position: absolute;
  top: 23%;
  right: 0;
  margin-right: -5.5%;
  width: 42.46%;
  z-index: -1;
}
#prize .blue-card .prize-txt {
  max-width: 427px;
  width: 54.74%;
  letter-spacing: -.025em;
}
#prize .blue-card .prize-note {
  width: 274px;
  width: 35.128%;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#prize .pink-card {
  width: 66.27%;
  max-width: 570px;
}
#prize .pink-card .prize-img {
  margin-top: -30px;
  margin-left: -15px;
  margin-bottom: -30px;
  margin-right: 18px;
  float: left;
  width: 40.81%;
}
#prize .pink-card .prize-note {
  margin-top: .5em;
}
@media only screen and (max-width: 767px) {
  #prize::before{
    padding-top: 28.5714%;
    background-image: url(../img/section-bg_top_sp.png);
  }
  #prize::after{
    padding-top: 28.5714%;
    background-image: url(../img/section-bg_btm_sp.png);
  }
  #prize .section-contents::after {
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0;
    padding-top: 62%;
    background-position: bottom center;
    margin-top: 35px;
  }
  
  #prize .prize-txt {
    line-height: 1.375;
  }
  #prize .prize-note {
    font-feature-settings: "palt";
  }
  #prize .blue-card .card-ttl img {
    width: 100%;
  }
  #prize .blue-card .prize-img.img1 {
    margin: -15px 0 10px;
    width: 100%;
  }
  #prize .blue-card .prize-img.img2 {
    position: relative;
    width: 106.428%;
    margin: 10px 0 0 calc(-6.04% - 10px);
  }
  #prize .blue-card .prize-txt {
    width: 100%;
    max-width: inherit;
    letter-spacing: .05em;
  }
  #prize .blue-card .prize-note {
    position: relative;
    width: 100%;
    right: inherit;
    bottom: inherit;
  }
  #prize .pink-card {
    width: 100%;
    max-width: inherit;
  }
  #prize .pink-card .prize-img {
    float: none;
    width: 66.66%;
    text-align: center;
    margin: -45px auto 10px;
    margin-top: -17%;
  }
  #prize .pink-card .prize-note {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 430px) {
  #prize .card:nth-child(1){
    margin-top: -10px;
  }
  #prize .card:nth-child(1) .prize-img{
    width: 104.5%;
    display: block;
  }
  #prize .card:nth-child(2),
  #prize .card:nth-child(3){
    width: 100%;
  }
  #prize .card + .card{
    margin-top: 5px;
  }
}

/*********************************************
 SUBJECT
*********************************************/
#subject {
  background: #aa0806;
  z-index: 0;
  overflow: hidden;
}
#subject::before, #subject::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
#subject::before {
  background-image: url(../img/subject-bg_top.png);
  background-position: 0 0;
  top: 0;
  padding-top: 18.33%;
}
#subject::after {
  background-image: url(../img/prize-bg_btm.png);
  background-position: 0 100%;
  bottom: 0;
  padding-top: 20.37%;
}
#subject .txt,
#subject .note-list {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
  font-size: min(2.2vw, 24px);
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.66;
  color: #fff;
}
#subject .txt{
}
#subject .note-list{
  margin-bottom: 45px;
}
#subject .card-ttl {
  margin-bottom: 40px;
}
#subject .pink-card .card-ttl img {
  max-height: 70px;
}
#subject .blue-card .card-ttl img {
  max-height: 75px;
}
@media only screen and (max-width: 767px) {
  #subject {
    background-repeat: repeat-y;
  }
  #subject .note-list,
  #subject .txt {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 25px;
  }
  #subject .card .card-ttl {
    padding: 25px;
    margin-bottom: 20px;
  }
  #subject .card .card-ttl img {
    max-height: 54px;
  }
  #subject .lineup-list {
    margin: 20px;
    margin-bottom: -4.31%;
  }
}

/*タブ切り替え全体のスタイル*/
.lineup-tabs {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/*タブのスタイル*/
.lineup-tabs .tab-nav {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}
.lineup-tabs .tab_item {
  width: min(calc(92%/3), 240px);
  height: auto;
  border: 3px solid #fff;
  border-radius: 22.5px 22.5px 0 0;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
  z-index: 1;
}
.lineup-tabs > input:not(:first-child) + .tab_item{
  margin-left: -6.3px;
}
.lineup-tabs .tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
.lineup-tabs input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.lineup-tabs .tab_content {
  display: none;
  padding: min(4.6%, 45px);
  clear: both;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 28px;
  margin-top: -3px;
  background-position: -10px -20px;
  background-size: 80px auto;
  position: relative;
}
.lineup-tabs .tab_content#dryfood_content {
  background-color: #fc5e87;
  background-image: url(../img/bg_pink.png);
}
.lineup-tabs .tab_content#oyatsu_content {
  background-color: #5e9ce5;
  background-image: url(../img/bg_blue.png);
}
.lineup-tabs .tab_content#wetfood_content {
  background-color: #85b999;
  background-image: url(../img/bg_green.png);
}

#dryfood_content::before, #dryfood_content::after,
#oyatsu_content::before,
#wetfood_content::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  z-index: 0;
}
#dryfood_content::before {
  background-image: url(../img/lineup-kaiseki_logo.png);
  max-width: 225px;
  width: 26.16%;
  padding-top: 26.16%;
  top: 50%;
  right: 2.8%;
}
#dryfood_content::after {
  background-image: url(../img/lineup01-cat.png);
  max-width: 198px;
  width: 20.625%;
  padding-top: 18.197%;
  bottom: 27.5%;
  left: 4.16%;
}
#oyatsu_content::before {
  background-image: url(../img/oyatsu-kaiseki_logo.png);
  max-width: 225px;
  width: 26.16%;
  padding-top: 26.16%;
  bottom: 5%;
  right: 6.7175%;
  mix-blend-mode: multiply;
}
#wetfood_content::before {
  background-image: url(../img/wet-kaiseki_logo.png);
  max-width: 225px;
  width: 26.16%;
  padding-top: 26.16%;
  top: 2.5%;
  left: 2.5%;
  mix-blend-mode: multiply;
}


/*選択されているタブのコンテンツのみを表示*/
#dryfood:checked ~ #dryfood_content,
#oyatsu:checked ~ #oyatsu_content,
#wetfood:checked ~ #wetfood_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.lineup-tabs input:checked + .tab_item {
  border-bottom: 0 none;
  position: relative;
}
.lineup-tabs input + .tab_item::after{
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  border-bottom: 3px solid transparent;
  z-index: 1;
  transition: none;
}
.lineup-tabs input#dryfood:checked + .tab_item {background-color: #fc5e87;}
.lineup-tabs input#dryfood:checked + .tab_item::after{border-bottom-color: #fc5e87;}
.lineup-tabs input#oyatsu:checked + .tab_item {background-color: #5e9ce5;}
.lineup-tabs input#oyatsu:checked + .tab_item::after {border-bottom-color: #5e9ce5;}
.lineup-tabs input#wetfood:checked + .tab_item {background-color: #85b999;}
.lineup-tabs input#wetfood:checked + .tab_item::after {border-bottom-color: #85b999;}

.tab_content .lineup-list + .tab_content_ttl{
  margin-top: 50px;
  margin-top: 5.81%;
}
.tab_content_ttl {
  margin-bottom: 50px;
  margin-bottom: 5.81%;
  height: 30px;
}
#dryfood_content .tab_content_ttl {
  height: 50px;
}
.tab_content_ttl img {
  max-height: 100%;
  width: auto;
  max-width: inherit;
}

.lineup-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  column-gap: 24px;
}
.lineup-wrap + .lineup-wrap{
  margin-top: 5.8%;
}
.lineup-ttl {
  width: 185px;
}
#oyatsu_content .lineup-wrap:nth-of-type(2) .lineup-ttl img{
  width: 85.4%;
}
.lineup-wrap .lineup-list {
  width: calc(100% - 185px - 24px);
  justify-content: flex-start;
  column-gap: 3.88%;
}
.lineup-wrap .lineup-list li {
  width: 22.08%;
}

.lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2.29%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
  position: relative;
  z-index: 0;
}
.lineup-list li {
  width: 14.53%;
  max-width: 125px;
  text-align: center;
  margin-bottom: 4%;
  order: 0;
}
.lineup-list::after {
  content: '';
  width: 100%;
  order: 0;
}
.lineup-list#wetfood01 li:nth-child(n+5),
.lineup-list#lineup02 li:nth-child(n+4) {
    order: 1;
}

.lineup-list li img {
  /*width: 80.8%;*/
}
.lineup-list .caption {
  display: none;
/*  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.142;
  letter-spacing: .05em;
  height: 2.57em;
  border-radius: 1.285em;
  margin-top: 5px;*/
}

.lineup-txt{
  max-width: 693px;
  margin: 5.8% auto;
}
.lineup-img{
  margin: 0 auto;
}
.lineup-img#wetfood02 {
  max-width: 714px;
}

@media only screen and (max-width: 767px) {
  .lineup-tabs .tab_item{
    border-radius: 10px 10px 0 0;
    border-width: 2px;
    width: 32%;
    padding: 5px 0;
  }
  .lineup-tabs > input:not(:first-child) + .tab_item{
    margin-left: -5px;
  }
  .lineup-tabs input + .tab_item::after{
    height: 2px;
    bottom: -2px;
    border-bottom-width: 2px;
  }
  .lineup-tabs .tab_content{
    margin-top: -2px;
    border-width: 2px;
    border-radius: 0 0 14px 14px;
  }
  
  .tab_content_ttl {
    height: 20px;
  }
  #dryfood_content .tab_content_ttl {
    height: 30px;
  }
  #oyatsu_content .tab_content_ttl {
    
  }
  
  .lineup-wrap{
    flex-direction: column;
    align-items: center;
  }
  .lineup-ttl{
    width: 120px;
  }
  .lineup-wrap .lineup-list{
    width: 100%;
    justify-content: center;
  }
  .lineup-wrap .lineup-list li{
    width: 45.86%;
  }
  .lineup-list#wetfood01 li:nth-child(n+5),
  .lineup-list#lineup02 li:nth-child(n+4) {
      order: 0;
  }
}


.pink-card .lineup-list::before {
  right: -15px;
  bottom: 25px;
}
.pink-card .lineup-list::after {
  background-image: url(../img/lineup01-cat.png);
  width: 10.93%;
  padding-top: 20.93%;
  left: 0;
  bottom: -15px;
}
.pink-card .lineup-list .caption {
  background: #FDC8DC;
}
.blue-card .lineup-list::before {
  left: -30px;
  top: -75px;
}
.blue-card .lineup-list::after {
  background-image: url(../img/lineup02-cat.png);
  width: 16.976%;
  padding-top: 20.34%;
  right: 0;
  top: 18px;
}
.blue-card .lineup-list li:nth-child(1) {
  margin-left: 18.53%;
}
.blue-card .lineup-list li:nth-child(3) {
  margin-right: 18.53%;
}
.blue-card .lineup-list .caption {
  background-color: #D3E4F8;
}
@media only screen and (max-width: 767px) {
  .lineup-list {
    column-gap: 8.28%;
  }
  .lineup-list li {
    width: 45.86%;
    margin-bottom: 8.62%;
  }
  .card .lineup-list::before, .card .lineup-list::after {
    content: none;
  }
  .blue-card .lineup-list li:nth-child(1) {
    margin-left: 0;
  }
  .blue-card .lineup-list li:nth-child(3) {
    margin-left: 18.53%;
  }
}

/*********************************************
 ENTRY ESSENTIALS
*********************************************/
.prize-note dd {
  margin-top: 1em;
}

#entry-essentials .sub-section > .note.t-red {
  font-weight: 700;
  letter-spacing: .05em;
}
#entry-essentials .btn{
  max-width: 452px;
  width: 100%;
}
#entry-essentials .btn a{
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  
  display: block;
  box-sizing: border-box;
  height: 0;
  padding-top: 18.66%;
  position: relative;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-image: url(../img/btn-post.png);
}
#entry-essentials .btn a::after{
  content: none;
}

/*********************************************
 ENTRY METHOD
*********************************************/
.step-wrap {
  display: flex;
  column-gap: 4.5%;
}

.step-item {
  max-width: 265px;
  width: 30.33%;
  position: relative;
}
.step-item:not(:last-child)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 15px 20px;
  border-color: transparent transparent transparent #345EC7;
  border-style: solid;
  position: absolute;
  left: 100%;
  top: 30%;
  margin-left: 10px;
}
.step-item .note {
  text-align: justify;
}
.step-item:nth-child(2) .note {
  font-feature-settings: "palt";
}

.step-head {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.step-num {
  background: #A87E21;
  color: #fff;
  display: block;
  border-radius: 1em;
  margin-bottom: 1em;
}
.step-num .big {
  font-size: 1.4em;
  font-weight: 500;
}

.step-ttl {
  letter-spacing: .1em;
  line-height: 1.3;
  display: block;
  min-height: 2.6em;
}

.step-txt {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: .1em;
  text-align: center;
  font-weight: 500;
  line-height: 1.625;
  min-height: 6.5em;
  margin-bottom: 1em;
}

.r_border-box {
  border: 1px solid #A87E21;
  border-radius: 20px;
  padding: 40px;
  margin: 40px auto;
  max-width: 750px;
}
.r_border-box .ttl {
  text-align: center;
  font-weight: 700;
  color: #A87E21;
  font-size: 26px;
  letter-spacing: .05em;
  margin-bottom: .5em;
}
.r_border-box .list li {
  border-bottom: 2px dotted #A87E21;
  padding-top: .75em;
  padding-bottom: .75em;
}
.r_border-box .list li::before {
  content: "・";
}

@media only screen and (max-width: 767px) {
  .step-wrap {
    flex-direction: column;
  }

  .step-item {
    width: 100%;
    max-width: inherit;
  }
  .step-item + .step-item {
    margin-top: 60px;
  }
  .step-item:not(:last-child)::before {
    top: 100%;
    left: 50%;
    margin-top: 25px;
    margin-left: -20px;
    transform: rotate(90deg);
  }
  .step-item .note {
    margin-top: 1em;
    font-size: 15px;
  }

  .step-num {
    margin-bottom: .5em;
  }

  .step-ttl {
    font-size: 18px;
    min-height: inherit;
    margin-bottom: 1em;
  }

  .step-txt {
    min-height: inherit;
    line-height: 1.5;
  }

  .r_border-box {
    margin-top: 20px;
    border-radius: 15px;
    padding: 15px;
  }
  .r_border-box .ttl {
    font-size: 18px;
  }
  .r_border-box .list {
    font-size: 15px;
  }
  .r_border-box .list li {
    border-bottom-width: 1px;
  }
}
/*********************************************
 CONTACT
*********************************************/
.contact-box {
  border: 5px solid #5E9CE5;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 35px;
  margin: 40px auto 0;
  max-width: 750px;
}
.contact-box > .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.5em;
  letter-spacing: .05em;
}
.contact-box .name {
  color: #A87E21;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}
.contact-box .mail {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.contact-box .mail a {
  font-size: 22px;
  font-weight: 700;
}
.contact-box p.t-center + .note-list{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1em;
}
.contact-box p.t-center + .note-list li {
  width: fit-content;
}

.contact-box .btn{
  max-width: 375px;
  width: 100%;
}
.contact-box .btn a{
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  
  display: block;
  box-sizing: border-box;
  
  height: 0;
  padding-top: 18.66%;
  position: relative;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  background-image: url(../img/btn-contact.png);
}
.contact-box .btn a::after{
  content: none;
}

@media only screen and (max-width: 767px) {
  .contact-box {
    border-width: 2px;
    border-radius: 15px;
    padding: 20px 10px;
  }
  .contact-box > .ttl {
    font-size: 16px;
  }
  .contact-box .name {
    font-size: 20px;
  }
  .contact-box .mail {
    font-size: 15px;
  }
  .contact-box .mail a {
    display: block;
    font-size: 20px;
    letter-spacing: 0;
  }
}
