/* CSS Document */
body {
  font-family: Verdana, Roboto, "Droid Sans", 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', 'メイリオ',Meiryo,YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック',sans-serif;
  margin: 0px;
  padding: 0px;
  line-height: 1.8;
  color: #000000;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
#form_compe p {
  margin: 0;
}
/*
@media (min-width:768px) {
.container {
	width: 750px
}
}

@media (min-width:992px) {
.container {
	width: 970px;
  margin: 0 auto;
}
}

@media (min-width:1200px) {
.container {
	width: 1170px;
  margin: 0 auto;
}
}
*/
@media screen and (min-width: 768px) {
  #form_compe .sp {
    display: none;
  }
  #form_compe .container {
    max-width: 991px;
    width: 92%;
    margin: 0 auto;
  }
  #form_compe .center {
    text-align: center;
  }
  #form_compe .contents {
    background: url(../img/contents_bg01.png) repeat;
    padding-bottom: 60px;
  }
  #form_compe .intro_thanks {
    text-align: center;
    background-color: white;
    padding: 20px;

  }
  #form_compe .intro_tit {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #form_compe .apply_table {
    width: 100%;
    table-layout: fixed;
  }
  #form_compe .apply_table th{
    padding: 10px 2%;
    vertical-align: middle;
    text-align: left;
    width: 22%;
    box-sizing: border-box;
    font-weight: bold;
  }
  #form_compe .apply_table td{
    padding: 10px 2%;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
  }
  #form_compe .apply_table td:nth-child(2){
    width: 7%;
    text-align: center;
    padding: 15px 0 ;
  }
  #form_compe .apply_table td:nth-child(3){
    width: 71%;
  }
  #form_compe .apply_table .required {
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 8px;
    line-height: 1;
    margin-left: 8px;
    background-color: #EA5308;
  }
  #form_compe .error {
    color: #e60012;
    font-size: 15px;
    font-weight: bold;
/*    display: none;*/
  }
  #form_compe .note {
    font-size: 13px;
    font-weight: normal;
  }
  /* フォームテキスト */
  #form_compe input[type="text"]{
    font-size: 14px;
    padding: 10px;
    background: #ffffff;
    border: solid 2px #9f9f9f;
    margin-right: 4%;
    width: 100%;
    box-sizing: border-box;
  }
  #form_compe input[type="text"][class="text00"]{
    margin-left: 1%;
    margin-right: 1%;
    width: 20%;
  }
  #form_compe input[type="text"][class="text01"]{
    margin-right: 1%;
    width: 40%;
  }
  #form_compe input[type="text"][class="text02"]{
    width: 20%;
    margin-left: 2%;
  }
  #form_compe input[type="text"][class="text03"]{
    width: 85%;
    margin-left: 2%;
    margin-right: 0;
  }
  #form_compe input[type="text"][class="text04"]{
    width: 75%;
    margin-right: 0;
  }
  #form_compe input[type="text"][class="text05"]{
    width: 23%;
  }
  #form_compe input[type="text"][class="text06"]{
    width: 23%;
    margin-left: 4%;
  }
  #form_compe input[type="text"][class="text06"]:last-child{
    margin-right: 0%;
  }
/*
  #form_compe .td_mb input[type="text"] {
    margin-bottom: 20px;
  }
*/
  #form_compe .apply_table .mb {
    margin-bottom: 20px;
  }
  #form_compe .apply_table .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  #form_compe .apply_table .last_flex {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
/* フォームチェックボックス */
  #form_compe  div.agree_btn input[type="checkbox"]{
    display: none;
  }
  #form_compe .text01 {
    width: 60%;
  }
  #form_compe .label {
    position: relative;
    padding: 0 0 0 42px;
  }
  #form_compe .label_r {
    margin-left: 10%;
  }
  #form_compe .label:after, .label:before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
  }
  #form_compe .label:after {
    left: 15px;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    border: 2px solid #9f9f9f;
    background-color: #FFFFFF;
  }
  #form_compe .label:before {
    left: 20px;
    margin-top: -10px;
    width: 7px;
    height: 12px;
    border-right: 3px solid #012060;
    border-bottom: 3px solid #012060;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 10;
  }
  #form_compe input[type="checkbox"]:checked + .label:before {
    opacity: 1;
  }
  /* フォームラジオボックス */
  #form_compe .radio_input {
    display: none;
  }
  #form_compe .label_radio span{
    padding-left: 15px;
    position:relative;
    margin-right: 20px;
}
  #form_compe .label_radio span::before{
    content: "";
    background: #e5e5e5;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border: 2px solid #999;
    border-radius: 50%;
  }
  #form_compe .radio_input:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    background: #012060;
    border-radius: 50%;
  }
  #form_compe input[type="button"][class="btn_address"] {
    color: #fff;
    background: #012060;
    border: solid 1px #012060;
    border-radius: 5px;
    padding: 7px;
    font-size: 15px;
    margin-left: -10px;
    margin-right: 10px;
  }
  #form_compe input[type="button"][class="btn_address"]:hover {
    color: #012060;
    background: #fff;
    border: solid 1px #012060;
  }
  #form_compe input[type="button"][class="btn_pic"] {
    background: #BFBFBF;
    border: none;
    border-radius: 5px;
    padding: 5px 25px;
    font-size: 15px;
    margin-right: 10px;
  }
  #form_compe input[type="button"][class="btn_pic"]:hover {
    background: #888888;
  }
  #form_compe textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: solid 2px #9f9f9f;
  }
  #form_compe .privacy {
    margin-top: 40px;
  }
  #form_compe .privacy_tit {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 15px;
  }
  #form_compe .privacy_text {
    margin-bottom: 15px;
    text-align: center;
  }
  #form_compe .privacy_content {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #000;
    height: 8em;
    overflow: auto;
    background-color: #FFFFFF;
  }
  #form_compe .agree_btn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #form_compe .privacy .error {
    margin-bottom: 15px;
    margin-top: -15px;
  }
  #form_compe input[type="button"][class="conf_btn"],
  #form_compe input[type="submit"][class="conf_btn"] {
    color: #fff;
    background: #012060;
    border: solid 1px #012060;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 15px;
    text-align: center;
}
  #form_compe input[type="button"]:hover,
  #form_compe input[type="submit"]:hover {
    cursor: pointer;
  }
  #form_compe input[type="button"][class="conf_btn"]:hover ,
  #form_compe input[type="submit"][class="conf_btn"]:hover{
    color: #012060;
    background: #fff;
    border: solid 1px #012060;
  }
  #form_compe .thanks_btn a {
    display: inline-block;
    color: #fff;
    background: #012060;
    border: solid 1px #012060;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    margin-top: 40px;
  }
  #form_compe .thanks_btn a:hover {
    color: #012060;
    background: #fff;
  }
  #form_compe .btn_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #form_compe .btn_flex p:first-child {
    margin-right: 20px;
  }
/* -------------------- */
/* ------header ------*/
/* -------------------- */
  #form_compe header {
    background: #fff url(../img/bg_header.jpg) center top repeat;
  }
/*
  #form_compe header .col-md-12 {
    max-width: 991px;
    width: 92%;
    margin: 0 auto;
  }
*/
  #form_compe header .col-md-12 {
    text-align: center;
  }
  #form_compe header .col-md-12 img {
    width: auto;
    max-width: 100%;
  }
  #form_compe header h1 {
    margin: 0 auto;
  }
/* -------------------- */
/* ------footer ------*/
/* -------------------- */
  #form_compe footer {
    position: relative;
    padding-top: 20px;
    height: 120px;
  }
  #form_compe footer .col-xs-12 {
    max-width: 991px;
    width: 92%;
    margin: 0 auto;
  }
  #form_compe footer .pagetop {
    position: absolute;
    right: 4%;
    top: 0;
  }
  #form_compe p.thanks_msg {
      font-size: 18px;
  }
  #form_compe p.thanks_msg2 {
      font-size: 20px;
      font-weight: bold;
  }



/* -------------pc end------------ */}

@media screen and (max-width: 767px) {
  #form_compe .contents {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../img/contents_bg01.png) repeat;
  }
  #form_compe .intro_thanks {
    text-align: center;
  }
  #form_compe .intro_tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #form_compe .pc {
    display: none;
  }
  #form_compe .container {
    padding: 0 15px;
    margin: 0 auto;
  }
  #form_compe .center {
    text-align: center;
  }
  #form_compe .apply_table {
    width: 100%;
  }
  #form_compe .apply_table th{
    padding: 5px 2% 0 2%;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
  }
  #form_compe .apply_table td{
    padding: 5px 2%;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    display: block;
  }
  #form_compe .apply_table td:nth-child(2) {
    padding: 0;
  }
/*
  #form_compe .apply_table td:nth-child(1){
    width: 20%;
    padding: 10px 2%;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
  }
*/
/*
  #form_compe .apply_table td:nth-child(2){
    width: 7%;
    text-align: center;
    padding: 15px 0 ;
  }
  #form_compe .apply_table td:nth-child(3){
    width: 71%;
  }
*/
  #form_compe .apply_table .required {
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 8px;
    line-height: 1;
    margin-left: 8px;
    background-color: #EA5308;
  }
  #form_compe .error {
    color: #e60012;
    font-size: 15px;
    font-weight: bold;
/*    display: none;*/
  }
  #form_compe .note {
    font-size: 13px;
    font-weight: normal;
  }
  /* フォームテキスト */
  #form_compe input[type="text"]{
    font-size: 14px;
    padding: 10px;
    background: #ffffff;
    border: solid 2px #9f9f9f;
    margin-right: 4%;
    width: 100%;
    box-sizing: border-box;
  }
  #form_compe input[type="text"][class="text00"]{
    margin-left: 1%;
    margin-right: 1%;
    width: 30%;
  }
  #form_compe input[type="text"][class="text01"]{
    margin-right: 1%;
    width: 100%;
  }
  #form_compe input[type="text"][class="text02"]{
    width: 50%;
    margin-left: 2%;
  }
  #form_compe input[type="text"][class="text03"]{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #form_compe input[type="text"][class="text04"]{
    width: 100%;
    margin-right: 0;
  }
  #form_compe input[type="text"][class="text05"]{
    width: 23%;
  }
  #form_compe input[type="text"][class="text06"]{
    width: 23%;
    margin-left: 4%;
  }
  #form_compe input[type="text"][class="text06"]:last-child{
    margin-right: 0%;
  }
/*
  #form_compe .td_mb input[type="text"] {
    margin-bottom: 20px;
  }
*/
  #form_compe .apply_table .mb {
    margin-bottom: 20px;
  }
  #form_compe .apply_table .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  #form_compe .apply_table .last_flex {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
/* フォームチェックボックス */
  #form_compe div.agree_btn input[type="checkbox"]{
    display: none;
  }
  #form_compe .text01 {
    width: 60%;
  }
  #form_compe .label {
    position: relative;
    padding: 0 0 0 42px;
  }
  #form_compe .label_r {
    margin-left: 10%;
  }
  #form_compe .label:after, .label:before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
  }
  #form_compe .label:after {
    left: 15px;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    border: 2px solid #9f9f9f;
    background-color: #FFFFFF;
  }
  #form_compe .label:before {
    left: 20px;
    margin-top: -10px;
    width: 7px;
    height: 12px;
    border-right: 3px solid #012060;
    border-bottom: 3px solid #012060;
    transform: rotate(45deg);
    opacity: 0;
    z-index: 10;
  }
  #form_compe input[type="checkbox"]:checked + .label:before {
    opacity: 1;
  }
  /* フォームラジオボックス */
  #form_compe .radio_input {
    display: none;
  }
  #form_compe .label_radio span{
    padding-left: 15px;
    position:relative;
    margin-right: 20px;
}
  #form_compe .label_radio span::before{
    content: "";
    background: #e5e5e5;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border: 2px solid #999;
    border-radius: 50%;
  }
  #form_compe .radio_input:checked + span::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    background: #012060;
    border-radius: 50%;
  }
  #form_compe input[type="button"][class="btn_address"] {
    color: #fff;
    background: #012060;
    border: none;
    border-radius: 5px;
    padding: 7px;
    font-size: 15px;
    margin-left: -10px;
    margin-right: 10px;
  }
  #form_compe input[type="button"][class="btn_pic"] {
    background: #BFBFBF;
    border: none;
    border-radius: 5px;
    padding: 5px 25px;
    font-size: 15px;
    margin-right: 10px;
  }
  #form_compe textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: solid 2px #9f9f9f;
  }
  #form_compe .privacy {
    margin-top: 40px;
  }
  #form_compe .privacy_tit {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 15px;
  }
  #form_compe .privacy_text {
    margin-bottom: 15px;
    text-align: left;
  }
  #form_compe .privacy_content {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #000;
    height: 8em;
    overflow: auto;
    background-color: #FFFFFF;
  }
  #form_compe .agree_btn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #form_compe .privacy .error {
    margin-bottom: 15px;
    margin-top: -15px;
  }
  #form_compe input[type="button"][class="conf_btn"],
  #form_compe input[type="submit"][class="conf_btn"]  {
    color: #fff;
    background: #012060;
    border: none;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 15px;
    text-align: center;
}
  #form_compe input[type="button"]:hover,
  #form_compe input[type="submit"]:hover  {
    cursor: pointer;
  }
  #form_compe input[type="button"][class="conf_btn"]:hover,
  #form_compe input[type="submit"][class="conf_btn"]:hover  {
    color: #012060;
    background: #fff;
    border: solid 1px #012060;
  }
  #form_compe .thanks_btn a {
    display: inline-block;
    color: #fff;
    background: #012060;
    border: solid 1px #012060;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
  }
  #form_compe .thanks_btn a:hover {
    color: #012060;
    background: #fff;
  }
  #form_compe .btn_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #form_compe .btn_flex p:first-child {
    margin-right: 20px;
  }
/* -------------------- */
/* ------header ------*/
/* -------------------- */
  #form_compe header {
    background: #fff url(../img/bg_header.jpg) center top repeat;
  }
/*
  #form_compe header .col-md-12 {
    max-width: 991px;
    width: 92%;
    margin: 0 auto;
  }
*/
  #form_compe header .col-md-12 {
    text-align: center;
    width: 92%;
    margin: 0 auto;
  }
  #form_compe header .col-md-12 img {
    width: auto;
    max-width: 100%;
  }
  #form_compe header h1 {
    margin: 0;
    padding-top: 30px;
  }
/* -------------------- */
/* ------footer ------*/
/* -------------------- */
  #form_compe footer {
    position: relative;
    padding-top: 20px;
    height: 80px;
  }
  #form_compe footer .col-xs-12 {
    max-width: 991px;
    width: 92%;
    margin: 0 auto;
  }
  #form_compe footer .pagetop {
    position: absolute;
    right: 4%;
    top: 0;
  }
  #form_compe p.thanks_msg {
      font-size: 16px;
  }
  #form_compe p.thanks_msg2 {
      font-size: 18px;
      font-weight: bold;
  }
/* -------------sp end------------ */
}
#form_compe.thanks header {
  background: url(../../../seafoodcontest23/img/mv_bg.png) no-repeat center bottom / cover;
  padding-bottom: 50px;
}
#form_compe.thanks header .inner{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#form_compe.thanks header h1{
  padding-top: 0;
}
#form_compe.thanks header .inner .mv img{
  max-width: 100%;

}

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
a:hover {
  opacity: 0.6;
  transition-duration: 0.2s;
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .inner {
    padding: 0 30px;
  }
}

.sc23 {
  background-color: #F7C9D9;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  line-height: 1.75;
}
.sc23 p,
.sc23 dl,
.sc23 dt,
.sc23 dd,
.sc23 li {
  font-size: 16px;
}
.sc23__ttl_style1 {
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc23__ttl_style2 {
  text-align: center;
  margin-bottom: 30px;
}
.sc23__ttl_style2 img {
  width: auto;
}
.sc23__ttl_style3 {
  text-align: center;
  border-bottom: 2px dashed #f7931e;
  margin-bottom: 30px;
}
.sc23__ttl_style3 img {
  height: 42px;
  width: auto;
}
.sc23__ttl_style4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 97px;
  background: white;
  margin: 0;
  transform: translate(-25%, -50%);
}
.sc23__ttl_style5 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #EC6D7E;
  border-bottom: 5px dotted #808080;
  padding-bottom: 10px;
}
.sc23__ttl_style6 {
  text-align: center;
}
.sc23__ttl_style6 img {
  height: 48px;
}
.sc23__ttl_style7 {
  text-align: center;
  margin-bottom: 20px;
}
.sc23__ttl_style8 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 60px;
}
.sc23__ttl_style9 {
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}
.sc23__ttl_style9__small {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.sc23__ttl_style10 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .sc23__ttl_style10 {
    font-size: 20px;
  }
}
.sc23__ttl_style11 {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 20px;
}
.sc23__mv {
  padding: 0 0 0px;
}
@media screen and (max-width: 992px) {
  .sc23__mv {
    padding: 0 0 0px;
  }
}
.sc23__mv.is-report {
  padding-bottom: 138px;
}
@media screen and (max-width: 992px) {
  .sc23__mv.is-report {
    padding-bottom: 70px;
  }
}
.sc23__menu {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  margin-left: -18px;
  margin-right: -43px;
}
@media screen and (max-width: 992px) {
  .sc23__menu {
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    justify-content: center;
  }
}
.sc23__menu_item {
  border-right: 5px dotted #808080;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 29px;
}
@media screen and (max-width: 992px) {
  .sc23__menu_item {
    width: 50%;
    text-align: center;
    position: relative;
    border-right: none;
  }
  .sc23__menu_item::after {
    content: "\f107";
    font-family: "Fontawesome";
    color: #EC6D7E;
    position: absolute;
    right: 10px;
  }
  .sc23__menu_item::before {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    border-bottom: 1px dotted #EC6D7E;
    bottom: 0;
    left: 10px;
  }
}
.sc23__menu_item:last-of-type {
  border-right: none;
}
@media screen and (max-width: 992px) {
  .sc23__menu_item:nth-of-type(even) {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  .sc23__menu_link {
    padding: 0 0 0 5px;
  }
}
.sc23__menu_img_1 {
  height: 20px;
}
@media screen and (max-width: 992px) {
  .sc23__menu_img_1 {
    height: 15px;
  }
}
.sc23__menu_img_2 {
  height: 40px;
}
@media screen and (max-width: 992px) {
  .sc23__menu_img_2 {
    height: 30px;
  }
}
.sc23__menu__about {
  text-align: center;
  padding: 0 150px;
}
.sc23__menu__about img {
  max-width: 40%;
}
.sc23__menu__aboutbtn {
  text-align: center;
  margin: 50px 0 100px;
}
@media screen and (max-width: 992px) {
  .sc23__menu__aboutbtn {
    margin: 30px 0 50px;
  }
}
.sc23__menu__aboutbtn a {
  display: block;
  margin: 0 auto;
  max-width: 259px;
}
.sc23__menu__pdfbtn {
  max-width: 100px;
}
.sc23__menu__pdfbtn a {
  margin-left: 20px;
  display: block;
  max-width: 100px;
}
.sc23__menu__themebox {
  margin: 50px auto 100px;
}
@media screen and (max-width: 1332px) {
  .sc23__menu__themebox {
    overflow: hidden;
  }
}
.sc23__menu__themebox_item {
  padding: 0 20px;
  position: relative;
}
.sc23__menu__themebox_item_1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120%;
  height: 100%;
  background: url(../img/1_bg.png) no-repeat center top/contain;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .sc23__menu__themebox_item_1::before {
    width: 100%;
  }
}
.sc23__menu__themebox_item_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background: url(../img/2_bg.png) no-repeat center top/contain;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .sc23__menu__themebox_item_2::before {
    width: 100%;
  }
}
.sc23__menu .col-md-6:first-of-type {
  border-right: 2px dotted #645143;
}
@media screen and (max-width: 992px) {
  .sc23__menu .col-md-6:first-of-type {
    border-right: none;
    border-bottom: 2px dotted #645143;
    padding-bottom: 30px;
  }
}
.sc23__check {
  border: 2px solid #645143;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  margin: 50px 0 0;
}
.sc23__checklist li {
  font-weight: bold;
}
.sc23__checklist-underline span {
  background: linear-gradient(transparent 60%, #ff0 60%);
}
.sc23__sec {
  margin: 100px 0;
}
.sc23__sec_subbox2 {
  padding: 20px;
  border-radius: 20px;
}
.sc23__sec_subbox2_1 {
  background: #ffe6e5;
}
@media screen and (max-width: 992px) {
  .sc23__sec_subbox2_1 {
    margin-bottom: 30px;
  }
}
.sc23__sec_subbox2_2 {
  background: #d6f0fa;
}
.sc23__sec_subbox2_simekiri img {
  height: 30px;
}
.sc23__sec_subbox2_btn a {
  display: block;
  width: 308px;
  margin: auto;
}
.sc23__sec_subbox2_illust1 {
  display: block;
  width: 80%;
  margin: 45px auto;
}
@media screen and (max-width: 992px) {
  .sc23__sec_subbox2_illust1 {
    margin: 20px auto;
  }
}
.sc23__sec_subbox2_add {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted #0071bc;
}
.sc23__sec_qa dt {
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.sc23__sec_qa dt::before {
  content: "Q";
  background: #79BEEA;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: white;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.sc23__sec_qa dd {
  font-weight: normal;
  padding-left: 30px;
  position: relative;
}
.sc23__sec_qa dd::before {
  content: "A";
  background: #EC6D7E;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: white;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.sc23__pukupuku {
  padding: 100px 0;
  background: url(../img/pukupuku_bg.png) no-repeat center top/cover;
  background-color: white;
}
@media screen and (max-width: 992px) {
  .sc23__pukupuku {
    padding: 100px 0 50px;
  }
}
.sc23__info {
  background: white;
  max-width: 790px;
  padding: 50px;
  margin: 300px auto 100px;
  position: relative;
  border: 1px solid #333;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .sc23__info {
    margin: 50px 20px;
    padding: 15px;
  }
}
.sc23__info::-webkit-scrollbar-thumb {
  background: #79BEEA;
}
.sc23__info::before {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5px, 5px);
}
.sc23__info_illust {
  width: 35%;
  max-width: 168px;
  position: absolute;
  right: 10px;
  bottom: -30px;
}
@media screen and (max-width: 992px) {
  .sc23__info_illust {
    bottom: -45px;
  }
}
.sc23 .underline {
  background: linear-gradient(transparent 60%, #ff0 60%);
}
.sc23 .underline-g {
  background: linear-gradient(transparent 60%, #9ADCD5 60%);
}
.sc23 .underline-b {
  background: linear-gradient(transparent 60%, #A9ACE1 60%);
}
.sc23 .underline-b2 {
  background: linear-gradient(transparent 60%, #79BEEA 60%);
}
.sc23 .fz__small {
  font-size: 90%;
}
.sc23 .fz__large {
  font-size: 120%;
}
.sc23 .fz__bold {
  font-weight: bold;
}
.sc23 .footer {
  background: #84cce4;
  padding: 30px 10px;
}
@media screen and (max-width: 992px) {
  .sc23 .footer {
    padding: 30px 100px 30px 30px;
  }
}
.sc23 .footer p {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
}
.sc23__support .dl-horizontal {
  padding: 50px 0;
  border-top: 1px solid #333;
  border-bottom: 1px dotted #333;
  margin-bottom: 0;
}
.sc23__support .dl-horizontal dt {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  position: relative;
  overflow: visible;
  line-height: 1.8;
  width: 100px;
}
@media screen and (max-width: 992px) {
  .sc23__support .dl-horizontal dt {
    width: 100%;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.sc23__support .dl-horizontal dt::after {
  content: "：";
  position: absolute;
  right: -15px;
  top: 0;
}
@media screen and (max-width: 992px) {
  .sc23__support .dl-horizontal dt::after {
    position: static;
  }
}
.sc23__support .dl-horizontal dd {
  line-height: 1.8;
  margin-left: 120px;
}
@media screen and (max-width: 992px) {
  .sc23__support .dl-horizontal dd {
    margin-left: 0;
  }
}
.sc23__support .dl-horizontal dd a {
  color: #333;
}
.sc23__relatedlink {
  padding: 50px 0;
}
.sc23__relatedlink_list {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .sc23__relatedlink_list {
    flex-direction: column;
  }
}
.sc23__relatedlink_list li {
  margin-right: 30px;
  max-width: 25%;
}
.sc23__relatedlink_list li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .sc23__relatedlink_list li {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
    max-width: none;
  }
}
.sc23__relatedlink_list li a {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sc23__relatedlink_list li a {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
}
.sc23__relatedlink_list2 {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .sc23__relatedlink_list2 {
    flex-direction: column;
  }
}
.sc23__relatedlink_list2 li {
  margin-right: 30px;
  max-width: 31%;
}
.sc23__relatedlink_list2 li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .sc23__relatedlink_list2 li {
    text-align: center;
    margin-right: 0;
    margin-bottom: 46px;
    max-width: none;
  }
}
.sc23__relatedlink_list2 li a {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sc23__relatedlink_list2 li a {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
}
.sc23__relatedlink_list2 li a img {
  height: 90%;
  width: 90%;
}
@media screen and (max-width: 992px) {
  .sc23__relatedlink_list2 li a img {
    height: 85%;
    width: 85%;
  }
}
.sc23__relatedlink_sns {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: center;
}
.sc23__relatedlink_sns_item {
  margin: 0 20px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sc23__relatedlink_sns_item {
    margin: 5px;
  }
}
.sc23__relatedlink_sns_item a img {
  width: 50px;
}
@media screen and (max-width: 992px) {
  .sc23__relatedlink_sns_item a img {
    width: 30px;
  }
}
.sc23__borderbox {
  margin-top: 30px;
  padding: 20px 0;
}
.sc23 .kakusho {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .sc23 .kakusho {
    display: block;
  }
}
.sc23 .kakusho_box {
  width: 48%;
}
@media screen and (max-width: 992px) {
  .sc23 .kakusho_box {
    width: auto;
  }
}
.sc23 .kakusho_box ul {
  margin-bottom: 0;
}
.sc23 .color-red {
  color: red;
}
.sc23 .color-pink {
  color: #EC6D7E;
}
.sc23 .pc {
  display: inherit;
}
@media screen and (max-width: 992px) {
  .sc23 .pc {
    display: none;
  }
}
.sc23 .sp {
  display: none;
}
@media screen and (max-width: 992px) {
  .sc23 .sp {
    display: inherit;
  }
}
.sc23 .shimekiri__2 {
  position: relative;
}
.sc23 .shimekiri__2_img {
  width: 30%;
  max-width: 189px;
  margin: -20px 0 0 auto;
}
@media screen and (max-width: 992px) {
  .sc23 .w-sp-50 {
    width: 30%;
    margin-bottom: 20px;
  }
}
.sc23 .sns-block {
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .sc23 .sns-block {
    padding-bottom: 30px;
  }
}
.sc23 .sns-block .plist {
  display: flex;
  justify-content: center;
}
.sc23 .sns-block .plist .plist-inline__item {
  padding: 15px;
}
@media screen and (max-width: 992px) {
  .sc23 .sns-block .plist .plist-inline__item {
    padding: 0.5em;
  }
}
.sc23 .sns-block .plist .plist-inline__item.item_share {
  display: none;
}
.sc23 .sns-block .plist .plist-inline__item.item_share .js-btn-share {
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 992px) {
  .sc23 .sns-block .plist .plist-inline__item.item_share .js-btn-share img {
    width: 30px;
    height: 30px;
  }
}
.sc23 .sns-block.block-right {
  padding-top: 10px;
  padding-bottom: 0;
}
.sc23 .sns-block.block-right .plist {
  justify-content: flex-end;
  margin-bottom: 20px;
}
.sc23 .sns-block.block-right .plist .plist-inline__item {
  padding-right: 8px;
  padding-left: 8px;
}
.sc23 .sns-block.block-right .plist .plist-inline__item:last-child {
  padding-right: 0;
}
.sc23 .sns-block .sns.sns_type_icon {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 992px) {
  .sc23 .sns-block .sns.sns_type_icon {
    width: 30px;
    height: 30px;
  }
}
.sc23 .sns_type_icon {
  display: block;
  overflow: hidden;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: transparent !important;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 992px) {
  .sc23 .sns_type_icon {
    width: 28px;
    height: 28px;
  }
}
.sc23 .sns_type_twitter {
  background-image: url(../img/sns_twitter.svg);
}
.sc23 .sns_type_line {
  background-image: url(../img/sns_line.svg);
}
.sc23 .sns_type_facebook {
  background-image: url(../img/sns_facebook.svg);
}
.sc23 .sns_type_share {
  background-image: url(../img/icon_share.svg);
}
.sc23 .pagetop {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  width: 158px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sc23 .pagetop {
    bottom: 10px;
    right: 10px;
    width: 85px;
  }
}
.sc23 .pagetop a {
  color: black;
  font-weight: bold;
  font-size: 11px;
}
.sc23 .pagetop a:hover {
  text-decoration: none;
}
.sc23 .txtindent {
  text-indent: 1em;
}
.sc23 .bg-bbluegrad {
  background: #fff;
  background: linear-gradient(#d6f0fa 0%, #fff 100%);
  padding: 20px;
  border-radius: 20px;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.heart_1 {
  transform-origin: center bottom;
  animation: yurayura1 1s linear infinite;
  position: absolute;
  width: 4%;
  height: auto;
  top: 11.3%;
  left: 22%;
}
@media screen and (max-width: 992px) {
  .heart_1 {
    width: 5%;
    height: auto;
    top: 19%;
    left: 6%;
  }
}
@keyframes yurayura1 {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}

.heart_2 {
  transform-origin: center bottom;
  animation: yurayura2 1s linear infinite;
  position: absolute;
  width: 4%;
  height: auto;
  top: 49.3%;
  left: 84%;
}
@media screen and (max-width: 992px) {
  .heart_2 {
    width: 5%;
    height: auto;
    top: 26%;
    left: 87%;
  }
}

.heart_3 {
  transform-origin: center bottom;
  animation: yurayura2 1s linear infinite;
  position: absolute;
  width: 4%;
  height: auto;
  top: 50.3%;
  left: 13%;
}
@media screen and (max-width: 992px) {
  .heart_3 {
    width: 5%;
    height: auto;
    top: 73.3%;
    left: 9%;
  }
}

@keyframes yurayura2 {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
.uchiwa01 {
  transform-origin: center bottom;
  animation: yurayura2 1s linear infinite;
  position: absolute;
  width: 10%;
  height: auto;
  top: 25.3%;
  left: 9%;
}
@media screen and (max-width: 992px) {
  .uchiwa01 {
    width: 11%;
    height: auto;
    top: 32%;
    left: 3%;
  }
}

.uchiwa02 {
  transform-origin: center bottom;
  animation: yurayura2 1s linear infinite;
  position: absolute;
  width: 10%;
  height: auto;
  top: 30.3%;
  left: 77%;
}
@media screen and (max-width: 992px) {
  .uchiwa02 {
    width: 10%;
    height: auto;
    top: 43%;
    left: 82%;
  }
}

.bg-white {
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  border-radius: 30px;
  margin-top: 60px;
  position: relative;
  background-position: 109% 10.2%;
}
@media screen and (max-width: 992px) {
  .bg-white {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    border-radius: 30px;
    margin-top: 30px;
  }
}
.bg-white::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_dot.png) repeat-y;
  z-index: -1;
  background-position: right bottom;
  transform: translate(14px, 14px);
}
@media screen and (max-width: 992px) {
  .bg-white {
  }
}

.bg-pic {
  position: relative;
}

.bg-pink2 {
  background-color: #F5B4BC;
  padding-bottom: 40px;
}

.bg-white2 {
  background-color: #fff;
}

.title-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .title-img {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.title-img_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .title-img_btn {
    margin-bottom: 15px;
  }
}
.title-img_oubo0 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .title-img_oubo0 {
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
.title-img_oubo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 150px;
}
@media screen and (max-width: 992px) {
  .title-img_oubo {
    margin-bottom: 15px;
    margin-top: 30px;
    padding: 0 10px;
  }
}
.title-img_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-img-maru {
  margin-top: -70px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 992px) {
  .title-img-maru {
    margin-top: -35px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.theme-boder {
  border-right: 5px dotted #808080;
  padding-right: 30px;
}
@media screen and (max-width: 992px) {
  .theme-boder {
    border-bottom: 5px dotted #808080;
    border-right: none;
    padding-right: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 60px;
  }
}

.attention-img {
  margin-bottom: 30px;
  margin-left: 4rem;
}
@media screen and (max-width: 992px) {
  .attention-img {
    margin-left: 0;
  }
}

.about-area {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  border-radius: 30px;
  margin-top: 60px;
}

.info-box {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1100px;
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
  margin-top: 60px;
  padding-bottom: 40px;
  padding-top: 20px;
}
@media screen and (max-width: 992px) {
  .info-box {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 3%;
  }
}

.info {
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1100px;
  height: 7em;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow-y: scroll;
  display: flex;
}

.info dd,
.info dt {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 1em;
  padding-left: 0.5em;
}

.info dt {
  font-style: normal;
  font-weight: initial;
}

.info dt:first-of-type {
  padding-top: 0.5em;
}

.info dt time {
  margin-right: 0.5em;
}

.info dt span {
  box-sizing: border-box;
  display: inline-block;
  width: 7em;
  margin-right: 0.5em;
  padding: 0 0.5em;
  background-color: #009688;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.75;
  text-align: center;
}

.info time {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .info time {
    font-size: 13px;
  }
}

.info dd {
  margin-left: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 992px) {
  .info dd {
    font-size: 14px;
  }
}

.info-link {
  color: #000000;
  text-decoration: none;
}

.mvposi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .mvposi {
    position: relative;
  }
}

.menu-box {
  background-color: white;
  display: flex;
  justify-content: center;
}

.oubo img {
  margin-bottom: 20px;
}

.mv-center {
  display: flex;
  align-items: center;
  justify-content: center;
  img {
    width: 100%;
    margin: 0 auto;
  }
}

.title-img02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .title-img02 {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.title-img03 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .title-img03 {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.indent-txt {
  margin-left: -1rem;
}

.pd_txt01 {
  padding-top: 14%;
}

.pd_txt02 {
  padding-top: 2.5%;
}

.txt-right {
  text-align: right;
}

.prof-center01 {
  margin-top: 6%;
}

.prof-center02 {
  margin-top: 5%;
}

@media screen and (max-width: 992px) {
  .li-indent {
    margin-left: -2rem;
  }
}

.sc {
  background-color: #F7C9D9;
}
.sc .contents {
  width: 100%;
  padding-top: 30px;
  background: none;
}
.sc .contents .ttl__prize {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contents .pc-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .contents .sp-none {
    display: none !important;
  }
}
.sc .contents .pblock, .sc .contents .pblock-slim {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sc .contents .pblock, .sc .contents .pblock-slim {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .sc .contents .pblock, .sc .contents .pblock-slim {
    margin-bottom: 60px;
  }
}
.sc .contents .pblock-slim {
  width: auto;
  max-width: 800px;
}
@media (min-width: 768px) {
  .sc .contents .pblock-slim {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .sc .contents .pblock-slim {
    margin-bottom: 30px;
  }
}
.sc .contents .pblock-slim:last-child {
  margin-bottom: 0;
}
.sc .contents .row.gutters-x0 {
  margin-right: 0px;
  margin-left: 0px;
}
.sc .contents .row.gutters-x0 > .col,
.sc .contents .row.gutters-x0 > [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .sc .contents .row.gutters-md-x0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sc .contents .row.gutters-md-x0 > .col,
  .sc .contents .row.gutters-md-x0 > [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.sc .contents .row.gutters-x10 {
  margin-right: -5px;
  margin-left: -5px;
}
.sc .contents .row.gutters-x10 > .col,
.sc .contents .row.gutters-x10 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .sc .contents .row.gutters-md-x10 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .sc .contents .row.gutters-md-x10 > .col,
  .sc .contents .row.gutters-md-x10 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.sc .contents .row.gutters-x20 {
  margin-right: -10px;
  margin-left: -10px;
}
.sc .contents .row.gutters-x20 > .col,
.sc .contents .row.gutters-x20 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .sc .contents .row.gutters-md-x20 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .sc .contents .row.gutters-md-x20 > .col,
  .sc .contents .row.gutters-md-x20 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.sc .contents .row.gutters-x30 {
  margin-right: -15px;
  margin-left: -15px;
}
.sc .contents .row.gutters-x30 > .col,
.sc .contents .row.gutters-x30 > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .sc .contents .row.gutters-md-x30 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .sc .contents .row.gutters-md-x30 > .col,
  .sc .contents .row.gutters-md-x30 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sc .contents .row.gutters-x40 {
  margin-right: -20px;
  margin-left: -20px;
}
.sc .contents .row.gutters-x40 > .col,
.sc .contents .row.gutters-x40 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .sc .contents .row.gutters-md-x40 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .sc .contents .row.gutters-md-x40 > .col,
  .sc .contents .row.gutters-md-x40 > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.sc .contents .row.gutters-x50 {
  margin-right: -25px;
  margin-left: -25px;
}
.sc .contents .row.gutters-x50 > .col,
.sc .contents .row.gutters-x50 > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .sc .contents .row.gutters-md-x50 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .sc .contents .row.gutters-md-x50 > .col,
  .sc .contents .row.gutters-md-x50 > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.sc .contents .row.gutters-x60 {
  margin-right: -30px;
  margin-left: -30px;
}
.sc .contents .row.gutters-x60 > .col,
.sc .contents .row.gutters-x60 > [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .sc .contents .row.gutters-md-x60 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .sc .contents .row.gutters-md-x60 > .col,
  .sc .contents .row.gutters-md-x60 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.sc .contents .row.gutters-x70 {
  margin-right: -35px;
  margin-left: -35px;
}
.sc .contents .row.gutters-x70 > .col,
.sc .contents .row.gutters-x70 > [class*=col-] {
  padding-right: 35px;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .sc .contents .row.gutters-md-x70 {
    margin-right: -35px;
    margin-left: -35px;
  }
  .sc .contents .row.gutters-md-x70 > .col,
  .sc .contents .row.gutters-md-x70 > [class*=col-] {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.sc .contents .row.gutters-x80 {
  margin-right: -40px;
  margin-left: -40px;
}
.sc .contents .row.gutters-x80 > .col,
.sc .contents .row.gutters-x80 > [class*=col-] {
  padding-right: 40px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .sc .contents .row.gutters-md-x80 {
    margin-right: -40px;
    margin-left: -40px;
  }
  .sc .contents .row.gutters-md-x80 > .col,
  .sc .contents .row.gutters-md-x80 > [class*=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.sc .contents .row.gutters-x90 {
  margin-right: -45px;
  margin-left: -45px;
}
.sc .contents .row.gutters-x90 > .col,
.sc .contents .row.gutters-x90 > [class*=col-] {
  padding-right: 45px;
  padding-left: 45px;
}
@media (min-width: 768px) {
  .sc .contents .row.gutters-md-x90 {
    margin-right: -45px;
    margin-left: -45px;
  }
  .sc .contents .row.gutters-md-x90 > .col,
  .sc .contents .row.gutters-md-x90 > [class*=col-] {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.sc .contents .row.gutters-x100 {
  margin-right: -50px;
  margin-left: -50px;
}
.sc .contents .row.gutters-x100 > .col,
.sc .contents .row.gutters-x100 > [class*=col-] {
  padding-right: 50px;
  padding-left: 50px;
}
@media (min-width: 768px) {
  .sc .contents .row.gutters-md-x100 {
    margin-right: -50px;
    margin-left: -50px;
  }
  .sc .contents .row.gutters-md-x100 > .col,
  .sc .contents .row.gutters-md-x100 > [class*=col-] {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.sc .contents .mt-0 {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-0 {
    margin-top: 0px;
  }
}
.sc .contents .mt-5 {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-5 {
    margin-top: 5px;
  }
}
.sc .contents .mt-10 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-10 {
    margin-top: 10px;
  }
}
.sc .contents .mt-15 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-15 {
    margin-top: 15px;
  }
}
.sc .contents .mt-20 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-20 {
    margin-top: 20px;
  }
}
.sc .contents .mt-25 {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-25 {
    margin-top: 25px;
  }
}
.sc .contents .mt-30 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-30 {
    margin-top: 30px;
  }
}
.sc .contents .mt-35 {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-35 {
    margin-top: 35px;
  }
}
.sc .contents .mt-40 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-40 {
    margin-top: 40px;
  }
}
.sc .contents .mt-45 {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-45 {
    margin-top: 45px;
  }
}
.sc .contents .mt-50 {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-50 {
    margin-top: 50px;
  }
}
.sc .contents .mt-55 {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-55 {
    margin-top: 55px;
  }
}
.sc .contents .mt-60 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-60 {
    margin-top: 60px;
  }
}
.sc .contents .mt-65 {
  margin-top: 65px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-65 {
    margin-top: 65px;
  }
}
.sc .contents .mt-70 {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-70 {
    margin-top: 70px;
  }
}
.sc .contents .mt-75 {
  margin-top: 75px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-75 {
    margin-top: 75px;
  }
}
.sc .contents .mt-80 {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-80 {
    margin-top: 80px;
  }
}
.sc .contents .mt-85 {
  margin-top: 85px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-85 {
    margin-top: 85px;
  }
}
.sc .contents .mt-90 {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-90 {
    margin-top: 90px;
  }
}
.sc .contents .mt-95 {
  margin-top: 95px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-95 {
    margin-top: 95px;
  }
}
.sc .contents .mt-100 {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .sc .contents .mt-md-100 {
    margin-top: 100px;
  }
}
.sc .contents .mb-0 {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-0 {
    margin-bottom: 0px;
  }
}
.sc .contents .mb-5 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-5 {
    margin-bottom: 5px;
  }
}
.sc .contents .mb-10 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-10 {
    margin-bottom: 10px;
  }
}
.sc .contents .mb-15 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-15 {
    margin-bottom: 15px;
  }
}
.sc .contents .mb-20 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-20 {
    margin-bottom: 20px;
  }
}
.sc .contents .mb-25 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-25 {
    margin-bottom: 25px;
  }
}
.sc .contents .mb-30 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-30 {
    margin-bottom: 30px;
  }
}
.sc .contents .mb-35 {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-35 {
    margin-bottom: 35px;
  }
}
.sc .contents .mb-40 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-40 {
    margin-bottom: 40px;
  }
}
.sc .contents .mb-45 {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-45 {
    margin-bottom: 45px;
  }
}
.sc .contents .mb-50 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-50 {
    margin-bottom: 50px;
  }
}
.sc .contents .mb-55 {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-55 {
    margin-bottom: 55px;
  }
}
.sc .contents .mb-60 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-60 {
    margin-bottom: 60px;
  }
}
.sc .contents .mb-65 {
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-65 {
    margin-bottom: 65px;
  }
}
.sc .contents .mb-70 {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-70 {
    margin-bottom: 70px;
  }
}
.sc .contents .mb-75 {
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-75 {
    margin-bottom: 75px;
  }
}
.sc .contents .mb-80 {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-80 {
    margin-bottom: 80px;
  }
}
.sc .contents .mb-85 {
  margin-bottom: 85px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-85 {
    margin-bottom: 85px;
  }
}
.sc .contents .mb-90 {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-90 {
    margin-bottom: 90px;
  }
}
.sc .contents .mb-95 {
  margin-bottom: 95px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-95 {
    margin-bottom: 95px;
  }
}
.sc .contents .mb-100 {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .sc .contents .mb-md-100 {
    margin-bottom: 100px;
  }
}
.sc .contents .px-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.sc .contents .px-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.sc .contents .px-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.sc .contents .px-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.sc .contents .px-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sc .contents .px-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.sc .contents .px-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.sc .contents .px-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.sc .contents .px-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sc .contents .px-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.sc .contents .px-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sc .contents .px-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.sc .contents .px-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sc .contents .px-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.sc .contents .px-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.sc .contents .px-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.sc .contents .px-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.sc .contents .px-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
.sc .contents .px-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.sc .contents .px-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
.sc .contents .px-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .sc .contents .px-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.sc .contents .py-0 {
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-0 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.sc .contents .py-5 {
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.sc .contents .py-10 {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.sc .contents .py-15 {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sc .contents .py-20 {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.sc .contents .py-25 {
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.sc .contents .py-30 {
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.sc .contents .py-35 {
  padding-right: 35px;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.sc .contents .py-40 {
  padding-right: 40px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.sc .contents .py-45 {
  padding-right: 45px;
  padding-left: 45px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.sc .contents .py-50 {
  padding-right: 50px;
  padding-left: 50px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.sc .contents .py-55 {
  padding-right: 55px;
  padding-left: 55px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-55 {
    padding-right: 55px;
    padding-left: 55px;
  }
}
.sc .contents .py-60 {
  padding-right: 60px;
  padding-left: 60px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.sc .contents .py-65 {
  padding-right: 65px;
  padding-left: 65px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-65 {
    padding-right: 65px;
    padding-left: 65px;
  }
}
.sc .contents .py-70 {
  padding-right: 70px;
  padding-left: 70px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
}
.sc .contents .py-75 {
  padding-right: 75px;
  padding-left: 75px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-75 {
    padding-right: 75px;
    padding-left: 75px;
  }
}
.sc .contents .py-80 {
  padding-right: 80px;
  padding-left: 80px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.sc .contents .py-85 {
  padding-right: 85px;
  padding-left: 85px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-85 {
    padding-right: 85px;
    padding-left: 85px;
  }
}
.sc .contents .py-90 {
  padding-right: 90px;
  padding-left: 90px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
}
.sc .contents .py-95 {
  padding-right: 95px;
  padding-left: 95px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-95 {
    padding-right: 95px;
    padding-left: 95px;
  }
}
.sc .contents .py-100 {
  padding-right: 100px;
  padding-left: 100px;
}
@media (min-width: 768px) {
  .sc .contents .py-md-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.sc .contents .lh-10 {
  line-height: 1;
}
.sc .contents .lh-11 {
  line-height: 1.1;
}
.sc .contents .lh-12 {
  line-height: 1.2;
}
.sc .contents .lh-13 {
  line-height: 1.3;
}
.sc .contents .lh-14 {
  line-height: 1.4;
}
.sc .contents .lh-15 {
  line-height: 1.5;
}
.sc .contents .lh-16 {
  line-height: 1.6;
}
.sc .contents .lh-17 {
  line-height: 1.7;
}
.sc .contents .lh-18 {
  line-height: 1.8;
}
.sc .contents .lh-19 {
  line-height: 1.9;
}
.sc .contents .lh-20 {
  line-height: 2;
}
.sc .contents .fz__10 {
  font-size: 10px;
}
.sc .contents .fz__11 {
  font-size: 11px;
}
.sc .contents .fz__12 {
  font-size: 12px;
}
.sc .contents .fz__13 {
  font-size: 13px;
}
.sc .contents .fz__14 {
  font-size: 14px;
}
.sc .contents .fz__15 {
  font-size: 15px;
}
.sc .contents .color__red {
  color: red;
}
.sc .contents .color__blue {
  color: blue;
}
.sc .contents .color__green {
  color: green;
}
.sc .contents .color__yellow {
  color: yellow;
}
.sc .contents .txt__indent {
  text-indent: 1em;
}
.sc .contents .bdr_r5 {
  border-radius: 5px;
}
.sc .contents .bdr_r10 {
  border-radius: 10px;
}
.sc .contents .bdr_r15 {
  border-radius: 15px;
}
.sc .contents .bdr_r20 {
  border-radius: 20px;
}
.sc .contents .bdr_r25 {
  border-radius: 25px;
}
.sc .contents .bdr_r30 {
  border-radius: 30px;
}
.sc .contents .sns-block.block-right {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sc .contents .sns-block.block-right {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .sc .contents .sns-block.block-right {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sc .contents .sns-block.block-right .plist-inline {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .sc .contents .sns-block.block-right .plist .plist-inline__item {
    padding-right: 0.46875em;
    padding-left: 0.46875em;
  }
}
@media (max-width: 767px) {
  .sc .contents .sns-block.block-right .plist .plist-inline__item {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.sc .contents .sns-block.block-right .plist .plist-inline__item:last-child {
  padding-right: 0;
}
.sc .contents .sns-block.block-right .plist .plist-inline__item.item_share {
  display: none;
}
.sc .contents .sns-block.block-right .plist .plist-inline__item.item_share .js-btn-share {
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .sc .contents .sns-block.block-right .plist .plist-inline__item.item_share .js-btn-share img {
    width: 30px;
    height: 30px;
  }
}
.sc .contents .sns-block.block-right .sns_type_icon {
  display: block;
  overflow: hidden;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: transparent !important;
}
@media (min-width: 768px) {
  .sc .contents .sns-block.block-right .sns_type_icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .sc .contents .sns-block.block-right .sns_type_icon {
    width: 36px;
    height: 36px;
  }
}
.sc .contents .sns-block.block-right .sns_type_twitter {
  background-image: url(../img/sns_twitter.svg);
}
.sc .contents .sns-block.block-right .sns_type_line {
  background-image: url(../img/sns_line.svg);
}
.sc .contents .sns-block.block-right .sns_type_facebook {
  background-image: url(../img/sns_facebook.svg);
}
.sc .contents .sns-block.block-right .sns_type_share {
  background-image: url(../img/icon_share.svg);
}
.sc .contents .movie-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sc .contents .movie-wrap::before {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  content: "";
}
.sc .contents .movie-wrap video,
.sc .contents .movie-wrap iframe,
.sc .contents .movie-wrap object,
.sc .contents .movie-wrap embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.sc .contents .section .inner {
  margin-bottom: 60px;
}
.sc .contents .section .section__ttl {
  margin-bottom: 40px;
  padding-bottom: 0.35em;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
  border-color: currentColor;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  color: #f7931e;
}
@media (max-width: 767px) {
  .sc .contents .section .section__ttl {
    font-size: 24px;
    letter-spacing: -0.03em;
  }
}
.sc .contents .section .section__ttl .ttl_inner {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-right: 2.5em;
}
@media (min-width: 768px) {
  .sc .contents .section .section__ttl .ttl_inner {
    padding-left: 2.5em;
  }
}
.sc .contents .section .section__ttl .ttl_inner::before, .sc .contents .section .section__ttl .ttl_inner::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 2em;
  height: 100%;
  content: "";
  background: url(../img/report/deco-title.png) center center/contain no-repeat;
  transform: translateY(-50%);
}
.sc .contents .section .section__ttl .ttl_inner::before {
  left: 0;
}
.sc .contents .section .section__ttl .ttl_inner::after {
  right: 0;
}
@media (max-width: 767px) {
  .sc .contents .section .section__ttl .ttl_inner::before {
    content: none;
  }
}
.sc .contents .section .section__ttl .ttl_inner--deco2 {
  padding-right: 3em;
}
@media (min-width: 768px) {
  .sc .contents .section .section__ttl .ttl_inner--deco2 {
    padding-left: 3em;
  }
}
.sc .contents .section .section__ttl .ttl_inner--deco2::before, .sc .contents .section .section__ttl .ttl_inner--deco2::after {
  width: 3em;
  background-image: url(../img/report/deco-title_2.png);
}
.sc .contents .examiner-box {
  margin-bottom: 50px;
  padding: 20px 40px;
  background: #fff;
}
@media (min-width: 768px) {
  .sc .contents .examiner-box {
    display: table;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .sc .contents .examiner-box {
    padding: 15px;
  }
}
.sc .contents .examiner-box .examiner-box__ttl {
  font-size: 118%;
  margin-bottom: 1em;
}
.sc .contents .examiner-box .plist:last-child {
  margin-bottom: 0;
}
.sc .contents .examiner-box .plist .plist__head_title {
  font-weight: 700;
}
.sc .contents .examiner-box .plist .plist__box {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sc .contents .examiner-box .plist .plist__box {
    flex-direction: column;
  }
}
.sc .contents .examiner-box .plist .plist__head {
  line-height: 1;
  font-weight: normal;
}
@media (min-width: 768px) {
  .sc .contents .examiner-box .plist .plist__head {
    width: 136px;
  }
}
@media (max-width: 767px) {
  .sc .contents .examiner-box .plist .plist__head {
    margin-bottom: 0.3em;
    line-height: 1.3;
  }
}
.sc .contents .examiner-box .plist .plist__body {
  margin-bottom: 1em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .sc .contents .examiner-box .plist .plist__body {
    flex: 1;
  }
}

@media (min-width: 768px) {
  .sc.home .pc-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sc.home .sp-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sc.home .mb-md-60 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .sc.home .mb-md-60 {
    margin-bottom: 40px;
  }
}
.sc.home .sns-block.block-right {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sc.home .sns-block.block-right {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .sc.home .sns-block.block-right {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sc.home .sns-block.block-right .plist-inline {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .sc.home .sns-block.block-right .plist .plist-inline__item {
    padding-right: 0.46875em;
    padding-left: 0.46875em;
  }
}
@media (max-width: 767px) {
  .sc.home .sns-block.block-right .plist .plist-inline__item {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.sc.home .sns-block.block-right .plist .plist-inline__item:last-child {
  padding-right: 0;
}
.sc.home .sns-block.block-right .plist .plist-inline__item.item_share {
  display: none;
}
.sc.home .sns-block.block-right .plist .plist-inline__item.item_share .js-btn-share {
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 767px) {
  .sc.home .sns-block.block-right .plist .plist-inline__item.item_share .js-btn-share img {
    width: 30px;
    height: 30px;
  }
}
.sc.home .sns-block.block-right .sns_type_icon {
  display: block;
  overflow: hidden;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: transparent !important;
}
@media (min-width: 768px) {
  .sc.home .sns-block.block-right .sns_type_icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .sc.home .sns-block.block-right .sns_type_icon {
    width: 36px;
    height: 36px;
  }
}
.sc.home .sns-block.block-right .sns_type_twitter {
  background-image: url(../img/sns_twitter.svg);
}
.sc.home .sns-block.block-right .sns_type_line {
  background-image: url(../img/sns_line.svg);
}
.sc.home .sns-block.block-right .sns_type_facebook {
  background-image: url(../img/sns_facebook.svg);
}
.sc.home .sns-block.block-right .sns_type_share {
  background-image: url(../img/icon_share.svg);
}
@media (min-width: 768px) {
  .sc.home .ttl__prize {
    position: relative;
  }
  .sc.home .ttl__prize::after {
    position: absolute;
    top: 50%;
    right: 50px;
    width: 202px;
    height: 115px;
    content: "";
    background: url(../img/illust_sokuhou.png) no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .sc.home .section_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15.5%;
  }
}
.sc.home .section_title p {
  font-size: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .sc.home .section_title p {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 49.6%;
    max-width: 49.6%;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .sc.home .section_title p {
    margin-bottom: 5px;
    padding: 12px;
    text-align: center;
  }
}
.sc.home .section_title p.challenge {
  background: #d44622;
}
.sc.home .section_title p.pro {
  background: #2bb9dd;
}
.sc.home .section_title.pc-none {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .sc.home .section .participant-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.sc.home .section .award-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .sc.home .section .award-head {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (max-width: 767px) {
  .sc.home .section .award-head {
    padding: 12px;
    background: #ffebb2;
  }
}
.sc.home .section .award-head__txt {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1060px) {
  .sc.home .section .award-head__txt {
    font-size: 11px;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 768px) {
  .sc.home .section .award-head.head-binding {
    position: relative;
    z-index: 1;
  }
  .sc.home .section .award-head.head-binding[data-head="1"] {
    margin-bottom: 0;
    border-bottom: none;
  }
  .sc.home .section .award-head.head-binding:not([data-head="1"]) {
    border-top: none;
  }
  .sc.home .section .award-head.head-binding.illust-right::before {
    top: auto;
    bottom: -20%;
  }
}
.sc.home .section .award-head.head-binding .head-binding__txt {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .sc.home .section .award-head.head-binding .head-binding__txt {
    position: absolute;
    z-index: 2;
    bottom: -0.78125em;
    left: 0;
    display: inline-block;
    width: 100%;
  }
  .sc.home .section .award-head.head-binding .head-binding__txt.two-lines {
    bottom: -25px;
  }
}
@media (min-width: 768px) and (max-width: 1060px) {
  .sc.home .section .award-head.head-binding .head-binding__txt {
    font-size: 11px;
    letter-spacing: -0.02em;
  }
}
.sc.home .section .participant-box {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sc.home .section .participant-box {
    flex: 0 0 42%;
    max-width: 42%;
  }
}
@media (min-width: 768px) {
  .sc.home .section .participant-box.empty {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .sc.home .section .participant-box.empty {
    display: none;
  }
}
.sc.home .section .participant-box[data-category=challenge] {
  border-color: #d44622;
}
.sc.home .section .participant-box[data-category=challenge] .ttl_inner,
.sc.home .section .participant-box[data-category=challenge] .detail__seafood,
.sc.home .section .participant-box[data-category=challenge] .comment-box__ttl {
  color: #d44622;
}
.sc.home .section .participant-box[data-category=pro] {
  border-color: #2bb9dd;
}
.sc.home .section .participant-box[data-category=pro] .ttl_inner,
.sc.home .section .participant-box[data-category=pro] .detail__seafood,
.sc.home .section .participant-box[data-category=pro] .comment-box__ttl {
  color: #2bb9dd;
}
.sc.home .section .participant-box.school-award {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .sc.home .section .participant-box.school-award {
    display: inline-flex;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .sc.home .section .participant-box.school-award {
    display: flex;
    width: 100%;
  }
}
.sc.home .section .participant-box.school-award .school-award__name {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sc.home .section .item-order-1 {
    order: 1;
  }
  .sc.home .section .item-order-2 {
    order: 2;
  }
  .sc.home .section .item-order-3 {
    order: 3;
  }
  .sc.home .section .item-order-4 {
    order: 4;
  }
  .sc.home .section .item-order-5 {
    order: 5;
  }
  .sc.home .section .item-order-6 {
    order: 6;
  }
  .sc.home .section .item-order-7 {
    order: 7;
  }
  .sc.home .section .item-order-8 {
    order: 8;
  }
  .sc.home .section .item-order-9 {
    order: 9;
  }
  .sc.home .section .item-order-10 {
    order: 10;
  }
  .sc.home .section .item-order-11 {
    order: 11;
  }
  .sc.home .section .item-order-12 {
    order: 12;
  }
  .sc.home .section .item-order-13 {
    order: 13;
  }
  .sc.home .section .item-order-14 {
    order: 14;
  }
  .sc.home .section .item-order-15 {
    order: 15;
  }
  .sc.home .section .item-order-16 {
    order: 16;
  }
  .sc.home .section .item-order-17 {
    order: 17;
  }
  .sc.home .section .item-order-18 {
    order: 18;
  }
  .sc.home .section .item-order-19 {
    order: 19;
  }
  .sc.home .section .item-order-20 {
    order: 20;
  }
  .sc.home .section .item-order-21 {
    order: 21;
  }
  .sc.home .section .item-order-22 {
    order: 22;
  }
  .sc.home .section .item-order-23 {
    order: 23;
  }
  .sc.home .section .item-order-24 {
    order: 24;
  }
  .sc.home .section .item-order-25 {
    order: 25;
  }
  .sc.home .section .item-order-26 {
    order: 26;
  }
  .sc.home .section .item-order-27 {
    order: 27;
  }
  .sc.home .section .item-order-28 {
    order: 28;
  }
  .sc.home .section .item-order-29 {
    order: 29;
  }
  .sc.home .section .item-order-30 {
    order: 30;
  }
  .sc.home .section .item-order-31 {
    order: 31;
  }
  .sc.home .section .item-order-32 {
    order: 32;
  }
  .sc.home .section .item-order-33 {
    order: 33;
  }
  .sc.home .section .item-order-34 {
    order: 34;
  }
  .sc.home .section .item-order-35 {
    order: 35;
  }
  .sc.home .section .item-order-36 {
    order: 36;
  }
}
@media (min-width: 1241px) {
  .sc.home .section .illust,
  .sc.home .section .illust2 {
    position: relative;
    z-index: 3;
  }
  .sc.home .section .illust::before,
  .sc.home .section .illust2::before {
    position: absolute;
    display: block;
    content: "";
    width: 148px;
    height: 208px;
  }
  .sc.home .section .illust3,
  .sc.home .section .illust4 {
    position: relative;
    z-index: 3;
  }
  .sc.home .section .illust3::before,
  .sc.home .section .illust4::before {
    position: absolute;
    display: block;
    content: "";
    width: 120px;
    height: 108px;
  }
  .sc.home .section .illust::before {
    background: url("../img/report/bg-pan.png") center center/contain no-repeat;
  }
  .sc.home .section .illust2::before {
    background: url("../img/report/bg-pan2.png") center center/contain no-repeat;
  }
  .sc.home .section .illust3::before {
    background: url("../img/report/bg-rice.png") center center/contain no-repeat;
  }
  .sc.home .section .illust4::before {
    background: url("../img/report/bg-rice2.png") center center/contain no-repeat;
  }
  .sc.home .section .illust-left::before {
    top: 38%;
    right: -35%;
  }
  .sc.home .section .illust-right::before {
    top: 20%;
    left: -150%;
  }
}
.sc.home .section .notice-box {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sc.home .section .notice-box {
    padding-left: 15%;
  }
}
.sc.home .section .notice-box__txt {
  border: 3px solid #000;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .sc.home .section .notice-box__txt {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sc.home .section .notice-box__txt {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 1.4;
  }
}
.sc.home .section .notice-box__txt .link {
  color: currentColor;
}

.sc.result .sc23__mv.is-report {
  padding-bottom: 100px;
}
.sc.result .sc23__support .dl-horizontal {
  border-top: none;
}
@media (min-width: 768px) {
  .sc.result .sc23__support .dl-horizontal__box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (min-width: 993px) {
  .sc.result .sc23__support .dl-horizontal__body {
    flex: 1;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .sc.result .sc23 .contents .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.sc.result .contents {
  color: #333;
}
@media (min-width: 768px) {
  .sc.result .contents {
    padding-top: 18px;
  }
}
.sc.result .contents > p:last-child {
  margin-bottom: 0;
}
.sc.result .sns-block.block-right {
  margin-bottom: 30px;
}
.sc.result .section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sc.result .section {
    max-width: 1100px;
  }
}
@media (max-width: 767px) {
  .sc.result .section .inner {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .sc.result .section .lead-block__txt {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .sc.result .section .lead-block__txt {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sc.result .row.column-md-3 {
    margin-right: -1.5625em;
    margin-left: -1.5625em;
  }
  .sc.result .row.column-md-3 > div {
    padding-right: 0.78125em;
    padding-left: 0.78125em;
  }
}
@media (min-width: 768px) {
  .sc.result .pbox {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sc.result .pbox {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sc.result .pbox.style_1 {
    padding: 0 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .sc.result .pbox.style_1 {
    padding: 0 20px 20px 20px;
  }
}
.sc.result .pbox.style_2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sc.result .pbox.style_2 {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .sc.result .pbox.style_2 {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .sc.result .pbox.school-award .pbox_t1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sc.result .pbox.school-award .pbox_t1 {
    margin-bottom: 20px;
  }
}
.sc.result .pbox.school-award .school_name {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .sc.result .pbox.school-award .school_name {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sc.result .pbox.school-award .school_name {
    font-size: 18px;
  }
}
.sc.result .pbox_t1 {
  margin-top: 0;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .sc.result .pbox_t1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sc.result .pbox_t1 {
    margin-bottom: 20px;
  }
}
.sc.result .pbox_t1 .pbox__title {
  display: inline-block;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .sc.result .pbox_t1 .pbox__title {
    padding: 15px 50px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sc.result .pbox_t1 .pbox__title {
    padding: 10px 20px;
    font-size: 20px;
  }
}
.sc.result .pbox__img {
  text-align: center;
}
@media (max-width: 767px) {
  .sc.result .pbox__img {
    margin-bottom: 30px;
  }
}
.sc.result .pbox.gp {
  text-align: center;
}
.sc.result .pbox.gp .pbox__img {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sc.result .pbox.gp .pbox__img {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
}
.sc.result .pbox.gp .recipe-name {
  display: inline-block;
}
@media (min-width: 768px) {
  .sc.result .pbox.gp .seafood_details {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sc.result .pbox.gp .seafood_details {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.sc.result .pbtn.style_1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 2px solid #8f3a28;
  border-radius: 50px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: #8f3a28;
  background: #fff;
}
@media (min-width: 768px) {
  .sc.result .pbtn.style_1 {
    max-width: 480px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sc.result .pbtn.style_1 {
    font-size: 16px;
  }
}
.sc.result .pbtn.style_1::after {
  position: absolute;
  top: 50%;
  content: "\f105";
  font-family: "FontAwesome";
  line-height: 1;
  color: currentColor;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sc.result .pbtn.style_1::after {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .sc.result .pbtn.style_1::after {
    right: 15px;
  }
}
.sc.result .pbtn.style_1.type_nolink {
  pointer-events: none;
}
.sc.result .report-slider .swiper-container .swiper-slide .slider-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #333;
}
@media (min-width: 768px) {
  .sc.result .report-slider .swiper-container .swiper-slide .slider-caption {
    height: 38px;
  }
}
@media (max-width: 767px) {
  .sc.result .report-slider .swiper-container .swiper-slide .slider-caption {
    height: 30px;
  }
}
.sc.result .report-slider .swiper-container .swiper-slide .slider-caption .caption__txt {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .sc.result .report-slider .swiper-container .swiper-slide .slider-caption .caption__txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sc.result .report-slider .swiper-container .swiper-slide .slider-caption .caption__txt {
    font-size: 12px;
  }
}
.sc.result .report-slider .swiper-container .swiper-ui {
  position: relative;
  z-index: 10;
}
.sc.result .report-slider .swiper-container .swiper-ui .swiper-pagination {
  position: static;
  margin-top: 10px;
}
.sc.result .report-slider .swiper-container .swiper-ui .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
.sc.result .book-block {
  border-bottom: 1px solid #333;
}
.sc.result .book-block .inner {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sc.result .book-block .inner {
    max-width: 804px;
  }
}
@media (min-width: 768px) {
  .sc.result .book-block .col-img {
    flex: 0 0 32.83582%;
    max-width: 32.83582%;
    padding-right: 30px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .sc.result .book-block .col-img {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .sc.result .book-block .col-img img {
    max-width: 200px;
  }
}
.sc.result .book-block .col-link {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .sc.result .book-block .col-link {
    flex: 0 0 59.7014925%;
    max-width: 59.7014925%;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .sc.result .book-block .col-link {
    padding-left: 10px;
  }
}
.sc.result .book-block .col-link .dl_here {
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .sc.result .book-block .col-link .dl_here {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sc.result .book-block .col-link .dl_here {
    margin-bottom: 15px;
  }
}
.sc.result .from-organizer {
  margin-bottom: 20px;
  color: #fff;
  background: #2bb9dd;
}
@media (min-width: 768px) {
  .sc.result .from-organizer {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .sc.result .from-organizer {
    padding: 20px;
  }
}
.sc.result .from-organizer__ttl {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .sc.result .from-organizer__ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sc.result .from-organizer__ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.sc.result .from-organizer > p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sc.result .tab {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .sc.result .tab-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-menu {
    margin-bottom: 50px;
  }
}
.sc.result .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sc.result .tab-item {
    flex: 1 1 0%;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
  .sc.result .tab-item:first-child {
    margin-left: 0;
  }
  .sc.result .tab-item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sc.result .tab-item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.sc.result .tab-item.active {
  position: relative;
  color: #fff;
}
.sc.result .tab-item.active::after {
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  content: "";
  transform: translateX(-50%);
}
.sc.result .tab-item.active[data-category=challenge] {
  border-color: #d44622;
  background: #d44622;
}
.sc.result .tab-item.active[data-category=challenge]::after {
  border-color: #d44622 transparent transparent transparent;
}
.sc.result .tab-item.active[data-category=pro] {
  border-color: #2bb9dd;
  background: #2bb9dd;
}
.sc.result .tab-item.active[data-category=pro]::after {
  border-color: #2bb9dd transparent transparent transparent;
}
.sc.result .tab-item.active[data-category=report] {
  border-color: #c49201;
  background: #c49201;
}
.sc.result .tab-item.active[data-category=report]::after {
  border-color: #c49201 transparent transparent transparent;
}
.sc.result .tab-item:not(.active) {
  cursor: pointer;
}
.sc.result .tab-item:not(.active)[data-category=challenge] {
  color: #d44622;
}
.sc.result .tab-item:not(.active)[data-category=pro] {
  color: #2bb9dd;
}
.sc.result .tab-item:not(.active)[data-category=report] {
  color: #c49201;
}
.sc.result .tab-box .tab-contents .icon_trophy {
  text-align: center;
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents .icon_trophy {
    width: 22px;
    margin-right: auto;
    margin-left: auto;
  }
}
.sc.result .tab-box .tab-contents .contents__ttl {
  margin-top: 0;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents .contents__ttl {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents .contents__ttl {
    margin-bottom: 15px;
    font-size: 21px;
    letter-spacing: -0.04em;
  }
}
.sc.result .tab-box .tab-contents .contents__ttl .title_wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
}
.sc.result .tab-box .tab-contents .contents__ttl .title_wrap::before, .sc.result .tab-box .tab-contents .contents__ttl .title_wrap::after {
  position: absolute;
  display: block;
  content: "";
  background-position: center;
  background-size: contain;
}
.sc.result .tab-box .tab-contents .contents__ttl .title_wrap::before {
  left: 0;
}
.sc.result .tab-box .tab-contents .contents__ttl .title_wrap::after {
  right: 0;
}
.sc.result .tab-box .tab-contents:not(.show) {
  display: none;
}
.sc.result .tab-box .tab-contents .award_ttl {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents .award_ttl {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents .award_ttl {
    font-size: 16px;
  }
}
.sc.result .tab-box .tab-contents .recipe-name {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents .recipe-name {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents .recipe-name {
    margin-bottom: 15px;
  }
}
.sc.result .tab-box .tab-contents .sub-title {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.1;
}
.sc.result .tab-box .tab-contents .comment_box {
  background: #fff;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents .comment_box {
    margin-top: 40px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents .comment_box {
    margin-top: 20px;
    padding: 15px;
  }
}
.sc.result .tab-box .tab-contents .comment_box__txt {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents .comment_box__txt {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents .comment_box__txt:not(.fz__14) {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents .pbox.style_1 .recipe-name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents .pbox.style_1 .recipe-name {
    font-size: 18px;
  }
}
.sc.result .tab-box .tab-contents .ptitle_t1 {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}
.sc.result .tab-box .tab-contents .ptitle_t1 .ptitle__title {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
.sc.result .tab-box .tab-contents .ptitle_t1 .ptitle__title-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents .ptitle_t1 .ptitle__title-sub {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents .ptitle_t1 .ptitle__title-sub {
    font-size: 18px;
  }
}
.sc.result .tab-box .tab-contents .ptitle_t1 .ptitle__title-sub .day {
  display: inline-block;
  margin-right: 7px;
  padding: 3px 0.6em;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  background: #333;
}
.sc.result .tab-box .tab-contents .ptitle_t1 .ptitle__title-sub .day .week {
  font-size: 12px;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents .ptitle_t1 .ptitle__title-main {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents .ptitle_t1 .ptitle__title-main {
    font-size: 24px;
  }
}
.sc.result .tab-box .tab-contents[data-category=challenge] .contents__ttl {
  color: #d44622;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents[data-category=challenge] .contents__ttl .title_wrap {
    padding-right: 65px;
    padding-left: 65px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents[data-category=challenge] .contents__ttl .title_wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.sc.result .tab-box .tab-contents[data-category=challenge] .contents__ttl .title_wrap::before, .sc.result .tab-box .tab-contents[data-category=challenge] .contents__ttl .title_wrap::after {
  background-image: url(../img/report/deco-title.png);
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents[data-category=challenge] .contents__ttl .title_wrap::before, .sc.result .tab-box .tab-contents[data-category=challenge] .contents__ttl .title_wrap::after {
    width: 50px;
    height: 68px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents[data-category=challenge] .contents__ttl .title_wrap::before, .sc.result .tab-box .tab-contents[data-category=challenge] .contents__ttl .title_wrap::after {
    width: 25px;
    height: 34px;
  }
}
.sc.result .tab-box .tab-contents[data-category=challenge] .pbox {
  background: #fcecdd;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents[data-category=challenge] .pbox.gp {
    background: #fcecdd url(../img/result/bg_grand-prize01.png) no-repeat left 85px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents[data-category=challenge] .pbox.gp {
    background-image: none;
  }
}
.sc.result .tab-box .tab-contents[data-category=challenge] .pbox_t1 .pbox__title {
  background: #d44622;
}
.sc.result .tab-box .tab-contents[data-category=challenge] .recipe-name {
  border-bottom-color: #d44622;
}
.sc.result .tab-box .tab-contents[data-category=challenge] .sub-title {
  color: #d44622;
}
.sc.result .tab-box .tab-contents[data-category=challenge] .award_ttl {
  background: #d44622;
}
.sc.result .tab-box .tab-contents[data-category=pro] .contents__ttl {
  color: #2bb9dd;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents[data-category=pro] .contents__ttl .title_wrap {
    padding-right: 85px;
    padding-left: 85px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents[data-category=pro] .contents__ttl .title_wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.sc.result .tab-box .tab-contents[data-category=pro] .contents__ttl .title_wrap::before, .sc.result .tab-box .tab-contents[data-category=pro] .contents__ttl .title_wrap::after {
  background-image: url(../img/report/deco-title_2.png);
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents[data-category=pro] .contents__ttl .title_wrap::before, .sc.result .tab-box .tab-contents[data-category=pro] .contents__ttl .title_wrap::after {
    width: 70px;
    height: 68px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents[data-category=pro] .contents__ttl .title_wrap::before, .sc.result .tab-box .tab-contents[data-category=pro] .contents__ttl .title_wrap::after {
    width: 37px;
    height: 34px;
  }
}
.sc.result .tab-box .tab-contents[data-category=pro] .pbox {
  background: #ddf0f5;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents[data-category=pro] .pbox.gp {
    background: #ddf0f5 url(../img/result/bg_grand-prize02.png) no-repeat left 161px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents[data-category=pro] .pbox.gp {
    background-image: none;
  }
}
.sc.result .tab-box .tab-contents[data-category=pro] .pbox_t1 .pbox__title {
  background: #2bb9dd;
}
.sc.result .tab-box .tab-contents[data-category=pro] .recipe-name {
  border-bottom-color: #2bb9dd;
}
.sc.result .tab-box .tab-contents[data-category=pro] .sub-title {
  color: #2bb9dd;
}
.sc.result .tab-box .tab-contents[data-category=pro] .award_ttl {
  background: #2bb9dd;
}
.sc.result .tab-box .tab-contents[data-category=report] .ptitle_t1 {
  color: #c49201;
}
.sc.result .tab-box .tab-contents[data-category=report] .ptitle_t1 .ptitle__title-sub .day {
  background: #c49201;
}
.sc.result .tab-box .tab-contents[data-category=report] .pblock__ttl {
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  color: #c49201;
  background: #fff5d9;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents[data-category=report] .pblock__ttl {
    margin-bottom: 60px;
    padding: 15px 20px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents[data-category=report] .pblock__ttl {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 20px;
  }
}
.sc.result .tab-box .tab-contents[data-category=report] .pblock .subtitle, .sc.result .tab-box .tab-contents[data-category=report] .contents .pblock-slim .subtitle, .sc.result .contents .tab-box .tab-contents[data-category=report] .pblock-slim .subtitle {
  font-weight: 700;
  line-height: 1.5;
  color: #c49201;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents[data-category=report] .pblock .subtitle, .sc.result .tab-box .tab-contents[data-category=report] .contents .pblock-slim .subtitle, .sc.result .contents .tab-box .tab-contents[data-category=report] .pblock-slim .subtitle {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents[data-category=report] .pblock .subtitle, .sc.result .tab-box .tab-contents[data-category=report] .contents .pblock-slim .subtitle, .sc.result .contents .tab-box .tab-contents[data-category=report] .pblock-slim .subtitle {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.sc.result .tab-box .tab-contents[data-category=report] .pblock .category_ttl, .sc.result .tab-box .tab-contents[data-category=report] .contents .pblock-slim .category_ttl, .sc.result .contents .tab-box .tab-contents[data-category=report] .pblock-slim .category_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents[data-category=report] .pblock .category_ttl, .sc.result .tab-box .tab-contents[data-category=report] .contents .pblock-slim .category_ttl, .sc.result .contents .tab-box .tab-contents[data-category=report] .pblock-slim .category_ttl {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents[data-category=report] .pblock .category_ttl, .sc.result .tab-box .tab-contents[data-category=report] .contents .pblock-slim .category_ttl, .sc.result .contents .tab-box .tab-contents[data-category=report] .pblock-slim .category_ttl {
    font-size: 18px;
  }
}
.sc.result .tab-box .tab-contents[data-category=report] .pblock .category_ttl::before, .sc.result .tab-box .tab-contents[data-category=report] .contents .pblock-slim .category_ttl::before, .sc.result .contents .tab-box .tab-contents[data-category=report] .pblock-slim .category_ttl::before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  background: url(../img/result/icon_trophy03.png) no-repeat center;
  background-size: contain;
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents[data-category=report] .pblock .category_ttl::before, .sc.result .tab-box .tab-contents[data-category=report] .contents .pblock-slim .category_ttl::before, .sc.result .contents .tab-box .tab-contents[data-category=report] .pblock-slim .category_ttl::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents[data-category=report] .pblock .category_ttl::before, .sc.result .tab-box .tab-contents[data-category=report] .contents .pblock-slim .category_ttl::before, .sc.result .contents .tab-box .tab-contents[data-category=report] .pblock-slim .category_ttl::before {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 768px) {
  .sc.result .tab-box .tab-contents[data-category=report] .movie-wrap {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .sc.result .tab-box .tab-contents[data-category=report] .report-slider .swiper-container .swiper-slide img {
    width: 100%;
  }
}
.sc.result .tab-box .tab-contents[data-category=report] .report-slider .swiper-container .swiper-ui .swiper-pagination .swiper-pagination-bullet-active {
  background: #c49201;
}/*# sourceMappingURL=style.css.map */

.kanryo{
  padding-bottom: 60px;
}