@charset "UTF-8";

/* 
-------------------------------------------------- */
.youtube_thum a img{
  z-index: 0;
}
.youtube_thum a:before {
  z-index: 1;
}

/* mv_area
-------------------------------------------------- */
.mv_area{
  position: relative;
  margin: 0 auto;
}
.mv_img img{
  width: 100%;
}
.mv_sns {
  position: relative;
}
.mv_sns .mv_sns_inner{
  position: absolute;
  bottom: 130px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
.sns_box a{
  display: block;
}
.sns_box img{
  width: 100%;
}

@media print, screen and (min-width:768px) {
  .mv_area{
    max-width: 1366px;
    margin-bottom: 50px;
  }
  .mv_sns {
    max-width: 1200px;
    margin: 0 auto;
  }
  .mv_sns .mv_sns_inner{
    width: 210px;
    padding: 18px 24px 17px;
    background-color: rgba(255, 255, 255, .4);
  }
  .sns_box a:hover{
    opacity: .6;
  }
}

@media screen and (max-width:767px) {
  .mv_area{
    margin-bottom: 40px;
  }
  .mv_sns .mv_sns_inner{
    width: 140px;
    bottom: 10px;
    right: 30px;
  }
  .sns_box a{
    width: 44px;
    padding: 5px;
  }
}

/* sec01
-------------------------------------------------- */
.sec01{
  position: relative;
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/bg02.png) no-repeat bottom right;
}
.sec01_ttl01{
  text-align: center;
}
.point_wrap{
  position: relative;
}
.point_box.point_box01 {
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/icon_point01.svg) no-repeat top left;
}
.point_box.point_box02 {
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/icon_point02.svg) no-repeat bottom right;
}
.point_box.point_box03 {
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/icon_point03.svg) no-repeat top right 30px;
}
.point_box.point_box04 {
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/icon_point04.svg) no-repeat top left;
}
.point_box.point_box05 {
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/icon_point05.svg) no-repeat top left;
}
.point_ttl{
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}
.point_txt{letter-spacing: 0;}
.btn_box01 a{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  border-radius: 200px;
  background-color: #212121;
  text-decoration: none;
  text-align: center;
}
.btn_box01 a:before {
  content: '';
  width: 19px;
  height: 19px;
  border-top: solid 3px #E2124B;
  border-right: solid 3px #E2124B;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -9px;
  transform: rotate(45deg);
}
.btn_box01.btn_type2 a{
  background-color: #E2124B;
}
.btn_box01.btn_type2 a:before{
  border-color: #fff;
}
.btn_box01.btn_type3 a{
  background-color: #fff;
  color: #E2124B;
}
.sec01_txt01 {
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  .sec01{
    max-width: 1366px;
    margin: 0 auto;
    padding-bottom: 100px;
    background-size: 373px;
  }
  .sec01_inner{
    background: url(/jpn/consumer/products/cg/takoyakiguitar/images/bg07.png) no-repeat top 298px center, url(/jpn/consumer/products/cg/takoyakiguitar/images/bg01.png) no-repeat top 5px center;
    padding-bottom: 110px;
  }
  .point_wrap{
    max-width: 1160px;
    width: 100%;
    margin: 0 auto 150px;
    padding-top: 1010px;
  }
  .point_box{
    position: absolute;
  }
  .point_ttl{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .point_txt{
    font-size: 18px;
  }
  .point_box.point_box01{
    padding-left: 120px;
    left: 17%;
    top: 118px;
    padding: 20px 0 27px 120px;
    padding-bottom: 27px;
  }
  .point_box.point_box02{
    right: 3%;
    top: 382px;
    padding-right: 45px;
  }
  .point_box.point_box02 .point_txt{
    width: 240px;
  }
  .point_box.point_box03{
    left: 13%;
    top: 531px;
    padding-top: 25px;
  }
  .point_box.point_box03 .point_txt{
    width: 385px;
  }
  .point_box.point_box04{
    right: 17%;
    top: 867px;
    padding-left: 140px;
    padding-top: 20px;
  }
  .point_box.point_box04 .point_txt{
    width: 245px;
  }
  .point_box.point_box05{
    left: 11%;
    top: 860px;
    padding-left: 140px;
    padding-top: 20px;
  }
  .point_box.point_box05 .point_txt{
    width: 225px;
  }
  .btn_area{
    display: flex;
    justify-content: space-between;
    width: 860px;
    margin: 0 auto;
  }
  .btn_box01 {
    width: 410px;
  }
  .btn_box01 a{
    width: 100%;
    height: 100px;
  }
  .btn_box01 a:hover{
    opacity: .8;
  }
  .sec01_txt01 {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

@media screen and (max-width:767px) {
  .sec01{
    background-position: bottom right -30px;
    background-size: 64%;
    padding-bottom: 80px;
  }
  .sec01_inner{
    padding-bottom: 150px;
    background: url(/jpn/consumer/products/cg/takoyakiguitar/images/bg07_sp.png) no-repeat top 305px center / 100%, url(/jpn/consumer/products/cg/takoyakiguitar/images/bg01_sp.png) no-repeat top 40px center / cover;
    padding: 0 30px 50px;
  }
  .sec01_ttl01{
    margin-bottom: 18%;
  }
  .sec01_txt01 {
    margin-bottom: 30px;
  }
  .point_wrap{
    margin-bottom: 80px;
  }
  .btn_area{
    padding: 0 20px;
  }
  .btn_area .btn_box01{
    margin-bottom: 25px;
  }
  .btn_area .btn_box01:last-of-type{
    margin-bottom: 0;
  }
  .point_box .point_ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .point_box.point_box01{
    background-size: 61px;
    padding-left: 70px;
    padding-top: 30px;
    padding-bottom: 51%;
  }
  .point_box.point_box02{
    background-size: 75px;
    padding-left: 35%;
    padding-top: 10px;
    background-position: top right;
    margin-bottom: 35px;
  }
  .point_box.point_box02 .point_ttl{
    width: 140px;
  }
  .point_box.point_box03{
    background-size: 75px;
    margin-left: 25.3%;
    padding-top: 73px;
    background-position: top left;
    padding-bottom: 65%;
  }
  .point_box.point_box04{
    background-size: 75px;
    background-position: top left 90px;
    padding-top: 65px;
    margin-bottom: 20px;
  }
  .point_box.point_box04 .point_txt{
    width: 210px;
  }
  .point_box.point_box05{
    background-size: 71px;
    padding-left: 30%;
    padding-top: 10px;
    background-position: top right 5px;
  }
  .btn_box01 a{
    height: 63px;
    font-size: 18px;
  }
  .btn_box01 a img{
    width: 143px;
  }
  .btn_box01 a:before {
    width: 12px;
    height: 12px;
    right: 30px;
    margin-top: -6px;
  }
}

/* sec02
-------------------------------------------------- */
.sec02{
  background: #E2124B url(/jpn/consumer/products/cg/takoyakiguitar/images/bg04.gif) repeat-x top center;
}
.sec02_ttl{
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.intro_thum img{
  width: 100%;
}
.intro_name{
  color: #fff;
}
.intro_kanji{
  font-weight: bold;
}
.career_wrap{
  background-color: rgba(255, 255, 255, .15);
}
.career_txt{
  letter-spacing: 0;
}

@media print, screen and (min-width:768px) {
  .sec02{
    margin-top: -40px;
    padding: 140px 0 100px;
  }
  .sec02 .sec_inner{
    max-width: 1140px;
    margin: 0 auto;
  }
  .sec02_img{
    margin-bottom: 70px;
  }
  .sec02_img img{
    width: 100%;
  }
  .download_prevent{
  }
  .intro_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
  }
  .intro_thum{
    width: 200px;
  }
  .intro_name{
    margin-left: 35px;
  }
  .intro_kanji{
    font-size: 34px;
  }
  .intro_kana{
    font-size: 18px;
  }
  .career_wrap{
    padding: 40px 50px;
  }
  .career_txt{
  }
  }

@media screen and (max-width:767px) {
  .sec02{
    margin-top: -20px;
    padding: 70px 0;
    background-size: 100%;
  }
  .sec02_ttl{
    font-size: 17px;
  }
  .sec_inner{
    padding: 0 30px;
  }
  .sec02_img{
    margin-bottom: 40px;
  }
  .intro_wrap{
    margin-bottom: 25px;
  }
  .intro_thum{
    width: 38%;
    margin: 0 auto 20px;
  }
  .intro_name{
    text-align: center;
  }
  .intro_kanji{
    margin-bottom: 10px;
    font-size: 20px;
  }
  .intro_kana{
    font-size: 12px;
  }
  .career_wrap{
    padding: 20px;
  }
  .career_txt{
    font-size: 14px;
  }
}

/* sec03
-------------------------------------------------- */
.sec03{
  background: #212121 url(/jpn/consumer/products/cg/takoyakiguitar/images/bg05.gif) repeat-x top center;
}
.sec03_ttl01{
  color: #fff;
  text-align: center;
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/bg_takoyaki.svg) no-repeat top center;
}
.sec03_ttl01 img{
  width: 100%;
}
.message_icon_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 35px;
}
.message_icon_box span,
.message_icon_box img{
  width: 100%;
}
.message_block{
  margin: 0 auto;
  background-color: #fff;
}
.message_block_inner {
  overflow-y: scroll;
}
.message_block_inner::-webkit-scrollbar{
  width: 14px;
  padding-right: 5px;
}
.message_block_inner::-webkit-scrollbar-track{
  background-color: #fff;
}
.message_block_inner::-webkit-scrollbar-thumb{
  background-color: #212121;
  border-radius: 30px;
}
.message_txt_area{
  color: #fff;
}
.message_txt01{
  text-align: center;
  font-weight: bold;
}
.message_txt02{
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
.message_img_blok{
}
.message_img01 img{
  width: 100%;
}
.icon_soshite{
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/icon_dotto.svg) no-repeat top center;
  text-align: center;
}
.message_bnr a{
  position: relative;
  display: block;
  text-decoration: none;
}
.message_bnr a:hover{
  opacity: .7;
}
.message_bnr_txt{
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  text-align: center;
  font-weight: 500;
}

@media print, screen and (min-width:768px) {
  .sec03{
    padding: 150px 0;
  }
  .sec03_ttl01{
    width: 500px;
    padding-top: 110px;
    margin: 0 auto 60px;
    font-size: 60px;
    line-height: 1.3;
  }
  .message_icon_wrap{
    width: 530px;
    margin-bottom: 40px;
  }
  .message_icon_box{
    width: 154px;
  }
  .message_icon_box:nth-of-type(1){
    margin-right: 70px;
  }
  .message_block {
    width: 735px;
    padding: 10px 10px 10px 0;
    margin-bottom: 100px;
  }
  .message_block_inner{
    height: 500px;
  }
  .message_txt_area{
  }
  .message_txt01{
    margin-bottom: 90px;
    font-size: 38px;
  }
  .message_txt02{
    margin-bottom: 100px;
    font-size: 24px;
  }
  .message_img_blok{
    display: flex;
    justify-content: center;
    margin-bottom: 105px;
  }
  .message_img01{
    width: 375px;
  }
  .message_img01:nth-of-type(1){
    margin-right: 40px;
  }
  .icon_soshite{
    padding-top: 170px;
    margin-bottom: 30px;
  }
  .message_bnr{
    width: 750px;
    margin: 150px auto;
  }
  .message_bnr_txt{
    padding: 15px 0;
    font-size: 24px;
  }
}

@media screen and (max-width:767px) {
  .sec03{
    padding: 50px 0;
    background-size: 100%;
    background-color: #212121;
  }
  .sec03_ttl01{
    padding-top: 100px;
    margin-bottom: 50px;
    background-size: 33%;
  }
  .message_icon_wrap{
    margin: 0 20px 20px;
  }
  .message_icon_box{
    width: 35.7%;
  }
  .message_icon_box:nth-of-type(1){
    margin-right: 10%;
  }
  .message_block {
    padding: 10px 7px 10px 0;
    margin-bottom: 80px;
  }
  .message_block_inner{
    height: 400px;
  }
  .message_block_inner::-webkit-scrollbar{
    width: 5px;
    padding-right: 5px;
  }
  .message_txt_area{
  }
  .message_txt01{
    margin-bottom: 40px;
    font-size: 32px;
  }
  .message_txt02{
    margin-bottom: 50px;
  }
  .message_img_blok{
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .message_img01{
    margin-bottom: 20px;
  }
  .message_img01:last-of-type{
    margin-bottom: 0;
  }
  .icon_soshite{
    margin-bottom: 30px;
    padding-top: 100px;
    background-size: 4px;
  }
  .message_bnr{
    margin: 90px 0 40px;
  }
  .message_bnr_txt{
    padding: 8px 0;
    font-size: 14px;
  }
  .sec03 .btn_box01 a{
    font-size: 16px;
  }
}
@media screen and (max-width:320px) {
  .message_txt02{
    font-size: 15px;
  }
}

/* sec04
-------------------------------------------------- */
.sec04{
  background: #E2124B url(/jpn/consumer/products/cg/takoyakiguitar/images/bg06.gif) repeat-x top center;
}
.sec04 .sec_inner{
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/bg03.png) no-repeat bottom -10px right;
}
.sec04_omake{
  text-align: center;
}
.sec04_fukidashi{
  margin: 0 auto;
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/bg_fukidashi.svg) no-repeat top center;
  background-size: 100%;
  color: #F7FF00;
  font-weight: bold;
  text-align: center;
}
.sec04_ttl01{
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
.sec04_ttl01_sub{
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.sec04_txt01{
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}
.recipe_wrap{
  margin: 0 auto;
  background-color: #fff;
}
.recipe_inner{
}
.recipe_img_box {
}
.recipe_ttl{
  color: #E2124B;
  font-weight: bold;
}
.recipe_img img{
  width: 100%;
}
.download_prevent{
}
.recipe_detail_wrap{
  border-radius: 5px;
  font-weight: 500;
}
.recipe_detail_ttl{
  color: #E2124B;
}
.recipe_detail_list{
  font-size: 14px;
}
.recipe_detail_list th,
.recipe_detail_list td{
  padding-bottom: 2px;
  font-weight: 500;
}
.recipe_detail_list .ttl{
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/icon_dotto_pink.svg) no-repeat right 30px center;
}
.recipe_order li{
  font-weight: 500;
}
.recipe_order li:nth-of-type(1){
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/icon_takoyaki1.svg) no-repeat left center;
}
.recipe_order li:nth-of-type(2){
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/icon_takoyaki2.svg) no-repeat left center;
}
.recipe_order li:nth-of-type(3){
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/icon_takoyaki3.svg) no-repeat left center;
}
.recipe_order li:nth-of-type(4){
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/icon_takoyaki4.svg) no-repeat left center;
}
.recipe_order li:nth-of-type(5){
  background: url(/jpn/consumer/products/cg/takoyakiguitar/images/icon_takoyaki5.svg) no-repeat left center;
}
.sec04 .btn_box01.btn_type2 a{
  font-weight: normal;
}


@media print, screen and (min-width:768px) {
  .sec04 .sec_inner{
    max-width: 1366px;
    margin: 0 auto;
    padding: 150px 0 180px;
    background-size: 400px;
  }
  .sec_inner{
  }
  .sec04_omake{
    margin-bottom: 30px;
  }
  .sec04_fukidashi{
    width: 290px;
    padding: 20px 0 47px;
    font-size: 24px;
  }
  .sec04_ttl01{
    margin-bottom: 25px;
    font-size: 50px;
  }
  .sec04_ttl01_sub{
    font-size: 30px;
  }
  .sec04_txt01{
    margin-bottom: 50px;
    font-size: 20px;
  }
  .recipe_wrap{
    max-width: 1200px;
  }
  .recipe_inner{
    padding: 75px 80px 65px;
  }
  .recipe_img_wrap {
    display: flex;
    justify-content: space-between;
  }
  .recipe_ttl{
    line-height: 1;
    margin-bottom: 25px;
    font-size: 34px;
  }
  .recipe_img{
    width: calc(100% - 510px);
  }
  .recipe_img_box {
    width: 465px;
  }
  .recipe_detail_wrap{
    padding: 25px 20px 25px 34px;
    margin-bottom: 40px;
    background-color: #F3F3F3;
  }
  .recipe_detail_ttl{
    margin-bottom: 10px;
  }
  .recipe_detail_list tr{

  }
  .recipe_detail_list .ttl{
    padding-right: 75px;
  }
  .recipe_detail_list .txt{
  }
  .recipe_order{
    margin-bottom: 65px;
  }
  .recipe_order li{
    margin-bottom: 5px;
    padding-left: 35px;
    font-size: 18px;
  }
  .sec04 .btn_box01.btn_type2 {
    width: 580px;
    margin: 0 auto;
  }
  .sec04 .btn_box01.btn_type2 a{
    height: 75px;
    font-size: 20px;
  }
  .sec04 .btn_box01 a:before{
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}

@media screen and (max-width:767px) {
  .sec04{
    background-size: 100%;
  }
  .sec04 .sec_inner{
    padding-top: 80px;
    padding-bottom: 115px;
    background-size: 70.6%;
    background-position: bottom -27px right -30px;
  }
  .sec04_omake{
    width: 25%;
    margin: 0 auto 45px;
  }
  .sec04_fukidashi{
    width: 230px;
    padding: 20px 0 40px;
    margin-bottom: 30px;
    font-size: 17px;
  }
  .sec04_ttl01_sub{
    margin-bottom: 5px;
    line-height: 1.7;
    font-size: 18px;
  }
  .sec04_ttl01{
    margin-bottom: 30px;
    font-size: 29px;
    line-height: 1.4;
  }
  .sec04_txt01{
    margin-bottom: 35px;
  }
  .recipe_wrap{
  }
  .recipe_inner{
    padding: 35px 20px 40px;
  }
  .recipe_ttl{
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .recipe_img{
    margin-bottom: 25px;
  }
  .download_prevent{
  }
  .recipe_detail_wrap{
  }
  .recipe_detail_ttl{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .recipe_detail_list{
    font-size: 12px;
  }
  .recipe_detail_list .ttl{
    width: 170px;
    padding-right: 20px;
    background: url(/jpn/consumer/products/cg/takoyakiguitar/images/icon_dotto_pink_sp.svg) no-repeat right 10px top 9px;
    letter-spacing: 0;
  }
  .recipe_detail_list .txt{
  }
  .sec04 .recipe_order {
    margin-bottom: 25px;
  }
  .sec04 .recipe_order li{
    position: relative;
    padding: 15px 0 15px 30px;
    background-position: left top 12px;
  }
  .sec04 .recipe_order li:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #E2124B;
  }
  .sec04 .recipe_order li:last-of-type:after{
    display: none;
  }
  .sec04 .btn_box01 a{
    height: 80px;
    padding-right: 20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width:767px) {
  .sec04 .btn_box01 a{
    font-size: 15px;
  }
}


