@charset "UTF-8";

body.second #wrapper #section-toast h2 {
  border-color: #a0522d; }

body.second #wrapper #section-toast .text span {
    color: #e3007e;
    font-weight: 900;
    font-size: 1.8rem;
}

body.second #wrapper #section-toast .bbsIF2 {
    width: 100%;
    height: 1300px;
}

body.second #wrapper #section-pancake h2 {
  border-color: #cd853f; }

body.second #wrapper #section-pancake .text span {
    color: #e3007e;
    font-weight: 900;
    font-size: 1.8rem;
}

body.second #wrapper #section-bikkuri .bbsIF2 {
    height: 1300px;
}

body.second #wrapper #section-bikkuri h2 {
  border-color: #3552be; }

body.second #wrapper #section-bikkuri .text span {
    color: #3552be;
    font-weight: 900;
    font-size: 1.8rem;
}

body.second #wrapper #section-timer-boy .bbsIF2 {
    height: 1300px;
}

body.second #wrapper #section-timer-boy h2 {
  border-color: #006600; }

body.second #wrapper #section-timer-boy .text span {
    color: #006600;
    font-weight: 900;
    font-size: 1.8rem;
}

body.second #wrapper #section-age1 .bbsIF2 {
    width: 100%;
    height: 1300px;
}

body.second #wrapper #section-age1 h2 {
  border-color: #dc143c; }

body.second #wrapper #section-age1 .text span {
    color: #e3007e;
    font-weight: 900;
    font-size: 1.8rem;
}

body.second #wrapper #section-pancake .bbsIF2 {
    width: 100%;
    height: 1300px;
}

#wrapper .h3-ttl .topics {
  font-weight: normal;
  color: #252917;
  font-size: 1.6rem;
}

#wrapper .h3-ttl .topics span{
  font-size: 1.6rem;
}

.cast_box {
  margin-bottom: 30px;
}

.annotation {
  margin-top: 30px;
}

.single__img {
  margin-bottom: 30px;
}

.youtube-box {
  margin-bottom: 30px;
}

.col__img {
  margin-top: 30px;
  margin-bottom: 25px;
}

.topics {
  margin-top: 20px;
  margin-bottom: 20px;
}

body.second #wrapper #section-recipe .img__block01 {
  margin-bottom: 0;
}

body.second #wrapper .recipe__img_block img:first-child {
  margin-right: 0;
}

.recipe__img_block {
  margin-top: 0;
  margin-bottom: 0;
}

body.second #wrapper .recipe__img_block img {
  width: 50%;
}

.item__ttl {
  margin-top: 25px;
}

#wrapper .q-ttl p {
  width: 100%;
  text-align: center;
}

body.second #wrapper .btn-question {
  background: #e3007e;
}

body.second #wrapper .btn_area .btn-question {
  width: 100%;
}

body.second #wrapper #section-age1 .text .sub-ttl {
  color: #000;
}

#wrapper .api-bnr-a > div {
  margin: -5px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#wrapper .api-bnr-a div a {
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 5px;
}

#wrapper .api-bnr-a div a img {
  width: 100%;
  height: auto;
}

.social-button-x {
    background-color: #000000;
}
  
.social-button-facebook {
    background-color: #1877F2 !important;
}
  
.social-button-facebook > svg {
    width: 5rem;
    height: 5rem;
}

#wrapper #section-info .parts-info .h3-ttl {
  color: #ff4500;
}

#wrapper #section-info .parts-info .img-box.img-box1 {
  margin-bottom: 20px;
}

#wrapper #section-info .parts-info .btn_area.info-area-btn {
  margin: 20px auto 0;
  border-radius: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  background: #ff4500;
}

#wrapper #section-info .parts-info .btn_area.info-area-btn a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  font-size: 1.8rem;
  width: 100%;
  height: 100%;
  line-height: 2.8;
  text-align: center;
}

#wrapper #section-info .parts-info .btn_area .next:after {
  content: "";
  right: 10px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}