/*
Theme Name: takuto
Author: TAKUTO GROUP
Description: TAKUTO .co.,Ltd
Version: 1.0
*/

/*---------------------
common
---------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

*{
  color:#2F2F31;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size:16px;
}
body{
  overflow-x: hidden;
  margin: 0;
}
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 30px;
}

.pc{display: block;}
.sp,.pc-none{display:none;}
.center{text-align: center; justify-content: center;}
.left{text-align: left;}
.right{text-align: right;}
.table{display: table;}
.middle{display: table-cell;
  vertical-align: middle;}

.shadow{box-shadow: 0 4px 20px rgb(0 0 0 / 20%);}  

.lh_16{line-height: 1.6 !important;}
.lh_12{line-height: 1.2 !important;}
.lh_10{line-height: 1 !important;}

.font_Slackey {font-family: "Slackey", sans-serif;
}
.font_zenmaru{
  font-family: "Zen Maru Gothic", serif;
}
.p16_zenmaru{
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
.p24_zenmaru{
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.p45_zenmaru{
  font-family: "Zen Maru Gothic", serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}
.p70_zenmaru{
  font-family: "Zen Maru Gothic", serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
}
.p20{
  font-size: 20px;
  letter-spacing:0.5px;
  line-height: 20px;
}
.p35{
  font-size: 35px;
  letter-spacing:0.5px;
  line-height: 35px;
}
.p50{
  font-size: 50px;
  letter-spacing:0.5px;
  line-height: 50px;
}
.p58{
  font-size: 58px;
  letter-spacing:0.5px;
  line-height: 58px;
}
.p60{
  font-size: 60px;
  letter-spacing:0.5px;
  line-height: 80px;
}
.p100{
  font-size: 100px;
  letter-spacing:0.5px;
  line-height: 100px;
}

.p180{
  font-size: 180px;
  letter-spacing:0.5px;
  line-height: 150px;
}

.p200{
  font-size: 200px;
  color: #fff;
  letter-spacing:0.5px;
  line-height: 220px;
}

.sp_p_30{font-size: 30px !important;line-height: 30px !important;}
.sp_p_50{font-size: 50px !important;line-height: 50px !important;}

.bg_f{background-color: #ffffff;}
.bg_y{background-color: #FFEA00;}

/*margin*/
.mt5{margin-top: 5%;}
.mt10{margin-top: 10%;}
.mt20{margin-top: 20%;}
.mb20{margin-bottom: 20%;}
.mb10{margin-bottom: 10%;}
.mb5{margin-bottom: 5%;}
.ptb5{padding:5% 0;}

/*btn*/

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

.btn,
a.btn,
button.btn {
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*ボタン周りの余白用*/
.btn-wrap {
  margin: 20px;
}

a.btn-coupon {
  line-height: 1.2;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 390px;
  height: 120px;
  margin: 0 auto;
  padding: 0;
}

a.btn-coupon .left {
  width: 80%;
  -webkit-transition: all 0.6s;

  transition: all 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;

  border: 2px solid #e94919;
  border-right: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
  padding: 3%;
  text-align: center;
}
a.btn-coupon .left em ,
a.btn-coupon .left .p16_zenmaru{
  line-height: initial;
}
a.btn-coupon .left em {
  display: block;
  color: #e94919;
  font-style: normal;
}

a.btn-coupon .right {
  position: relative;

  width: 20%;
  height: 100%;

  -webkit-transition: all 0.6s;

  transition: all 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;

  color: #fff;
  border-left: 2px dotted #fff;
  background: #e94919;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-coupon .right span {
  line-height: 1;
  position: absolute;
  top: -0.5rem;
  left: calc(50% - 0.8rem);

  display: inline-block;

  -webkit-transform: rotate(90deg);

  transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

a.btn-coupon:hover .left {
  -webkit-transform: rotateX(-20deg);
  transform: rotateX(-20deg);
}

a.btn-coupon:hover .right {
  -webkit-transform: rotateX(-20deg) rotateY(75deg);
  transform: rotateX(-20deg) rotateY(75deg);
}


/*other*/

ul {list-style: none;}

ul, ol {
    margin: 0 auto;
    padding: 0;
  }

img{
    max-width: 100%;
    height: auto;
}

/* IE */
input:-ms-input-placeholder {
}
/* Edge */
input::-ms-input-placeholder {
}
/*link*/
a{text-decoration: none;display: block;}
a:hover{opacity:.5;}

/*---------------------
content
---------------------*/
.w1200{width: 1200px; margin:0 auto;}
.w900{width: 900px; margin:0 auto;}
.w850{width: 850px; margin:0 auto;}
.w600{width: 600px; margin:0 auto;}

.anim-underline01 {
  position: relative;
}

.anim-underline01::before {
  content:"";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent 40%, #f5ff00 60%);
  animation: underlineAnim 2s ease-in infinite;
  z-index: -1;
}

@keyframes underlineAnim {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}

/*---------------------
flex
---------------------*/
#content{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-evenly
}
.col3 {width: 33%;}
.col2 {width: 50%;}

/*---------------------
footer
---------------------*/
.footer_02{margin: 1% 0;}
.footer_02 .footer_02_list{display: flex;}
.footer_02 .footer_02_list .footer_02_listline{
  position: relative;
  margin-right: 30px;
}
.footer_02 .footer_02_list .footer_02_listline::after{
  content: "|";
  display: block;
  position: absolute;
  bottom: 0%;
  right:-15px;
}
/*---------------------
カウントダウン
---------------------*/
#CDT {
width: 100%;
text-align: center;
font-size: 88px;
font-weight: bold;
color: #000;
font-family: 'Montserrat';
  }

.timer {
margin: 5px auto;
padding: 5px;
}

/*---------------------
流れるテキスト
---------------------*/

.flow_text {
margin : 0 auto 40px;
width : 100%;
overflow : hidden;
}
.flow_text p{
margin:0;
display : inline-block;
font-family: 'Montserrat', sans-serif;
font-size: 120px;
letter-spacing:0.5px;
line-height: 40px;
color:rgba(255,255,255,0.5);
text-align : center;
padding-left: 100%;
white-space : nowrap;
line-height : 1em;
animation : scrollSample01 20s linear infinite;
margin-bottom: 5%;
}
@keyframes scrollSample01{
0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}


/*---------------------
スライド
---------------------*/



/*---------------------
main contents
---------------------*/

.ttl{
  text-align: center;
  margin: 5% 0;
}

.menu{padding-top: 7%}
.fes_01{
  padding-bottom: 2%;
}
.fes_01_img{
  margin: 10% 0;
}
.triangle3{
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid black;
  margin: 10px auto 0;
}

.fes_01 .w900{
  position: relative;
}

/* 入場料無料 */
.balloon-009 {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0 22px;
}

.balloon-009 img {
    max-width: 70px;
    height: 100%;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.balloon-009 p {
    position: relative;
    max-width: 700px;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
}

.balloon-009 p::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #ffffff;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}

/* WHAT’s TAKUTO FESTIVAL? */

.box-019 {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 1.5em 1em 1.5em;
    border: 2px solid #e73f43;
}

.box-019 > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #ffffff;
    font-size: .9em;
}

.box-019 > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-019 p {
    margin: 0;
}


.fes_02 .fes_02_box{
  padding: 6%;
  margin-bottom: 10%;
  position: relative;
}
.fes_02{padding:6% 0;}

.fes_02_message_bg {
    background-image: url(../img/takutofes2025/fes_bg.jpg);
    background-size: cover;
}
.fes_02_message_bg_fix {
    position: relative;
    min-height: 75vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
    z-index: -10;
    margin-top: -15%;
}


.fes_0202 .time_table{
  border-collapse: separate;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0 10%;
}
.fes_0202 .time_table tr th{
  width: 20%;
    text-align: center;
    padding: 2% 0;
    font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.fes_0202 .time_table tr td {
    width: 80%;
    font-family: "Zen Maru Gothic", serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

.fes_0203 .event_box{
  width: 480px;
  margin: 0 auto 18%;
}

.fes_0203 .event_box p{
  padding: 0 5% 5%;
}

.sponsor_logo_wrap{
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-evenly;
}
.sponsor_logo_wrap img{margin:1.2rem;}

.present_box_wrap01,
.present_box_wrap03{
 display: grid;
 grid-template-rows: 1fr 1fr;
 grid-template-columns: 1fr 1fr 1fr;
 gap: 20px;
 margin-bottom: 20px;
}
.present_box_wrap02{
 display: grid;
 grid-template-rows: 1fr;
 grid-template-columns: 1fr 1fr;
 gap: 20px;
 margin-bottom: 20px;
}
.present_box{
 width: 100%;
 height: 80%;
 display: inline-block;
 padding: 10% 0%;
 border-radius: 20px;
 box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
 background-color: #fff;
}
.present_box_y{
 width: 100%;
 display: inline-block;
 border-radius: 20px;
 box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
 background-color: #fff;
}
/* .present_box .p18_zen{
 line-height: 28px;
} */
.present_box img{
 padding-bottom: 5%;
 max-width: 90%;
}
.pre01,
.pre06{grid-row: span 2; grid-column: span 2;position: relative;}
.pre01::after{content:"";position: absolute;width: 190px;height:133px;background: url(../img/takutofes2024/present/takuton.png);background-size: 100%;top: -110px;right: 13px;}

.fes_03 .fes_03_text{
  margin-bottom: 15%;
}
.fes_03 .guestbox{
  width: 100%;
  height: 300px;
  margin-top: 120px;
}

.fes_03 .katsumisayuri_box{
  position: relative;
  background-color: #fed500;
}

.fes_03 .katsumisayuri_name{
 position: absolute;
 bottom: 15%;
 left: 5%;
}

.fes_03 .katsumisayuri_img{
  position: absolute;
  background: url(../img/takutofes2025/katsumisayuri.png) no-repeat;
  height: 485px;
  width: 500px;
  background-size: 100%;
  bottom: 0%;
  right: 10%;
}

.fes_03 .waraimeshi_box{
  position: relative;
  background-color: #b8d302;
}

.fes_03 .waraimeshi_name{
 position: absolute;
 bottom: 15%;
 right: 5%;
}

.fes_03 .waraimeshi_img{
  position: absolute;
  background: url(../img/takutofes2025/waraimeshi.png) no-repeat;
  height: 448px;
  width: 590px;
  background-size: 100%;
  bottom: 0%;
  left: 10%;
}

.fes_03 .smile_box{
  position: relative;
  background-color: #68c6e1;
}

.fes_03 .smile_name{
 position: absolute;
 bottom: 15%;
 left: 5%;
}

.fes_03 .smile_img{
  position: absolute;
  background: url(../img/takutofes2025/smile.png) no-repeat;
  height: 435px;
  width: 590px;
  background-size: 100%;
  bottom: 0%;
  right: 10%;
}


.fes_0503 {
 background: url(../img/takutofes2024/meal_ticket.png) no-repeat;
 padding-left: 180px;
 background-size: 140px;
}

.fes_0504 {
 background: url(../img/takutofes2024/present.png) no-repeat;
 padding-left: 180px;
 background-size: 127px;
}


/*---------------------
Q&A
---------------------*/

.fes_06{padding: 10% 0;}

.qa-7 {
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}



@media only screen and (max-width:600px) {
  .sp-none,.pc{display:none;}
  .sp,.pc-none{display: block;}
  .sp_text_center{text-align: center;}
  .sp_text_left{text-align: left;}

.p16_zenmaru {line-height: 22px;}
.p24_zenmaru,
.p35_zenmaru{
  font-size: 22px;
  line-height: 28px;
}
.p40_zenmaru{font-size: 23px;}
.p45_zenmaru{font-size: 24px;}
.p60_zenmaru{font-size:35px;}
.p70_zenmaru{font-size:25px;}
.p80_zenmaru{
 font-size:50px;
 line-height: 50px;
}
.p90_zenmaru{
  font-family: "Zen Maru Gothic", serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
}
.p20{
  font-size: 16px;
  letter-spacing:0.5px;
  line-height: 20px;
}
.p35,
.p50{
  font-size: 20px;
  letter-spacing:0.5px;
  line-height: 35px;
}
.p58{
  font-size: 22px;
  letter-spacing:0.5px;
  line-height: 22px;
}
.p60{
  font-size: 24px;
  letter-spacing:0.5px;
  line-height: 24px;
}
.p100{
  font-size: 45px;
  letter-spacing:0.5px;
  line-height: 60px;
}
.p180{
  font-size: 80px;
  letter-spacing:0.5px;
  line-height: 80px;
}

.p200{
  font-size: 80px;
  color: #fff;
  letter-spacing:0.5px;
  line-height: 80px;
}

  .btn_w .p40_de,
  .btn_y .p40_de{
    font-size: 20px;
  }
  /*---------------------
  content
  ---------------------*/
  .w1200{width: 88%; margin: 0% auto;}
  .w900{width: 88%; margin: 6% auto;}
  .w600{width: 88%; margin: 6% auto;}

  /*---------------------
  カウントダウン
  ---------------------*/
  #CDT {font-size: 30px;}
  #CDT01 {font-size: 30px;}

/*---------------------
flex
---------------------*/
.col3 {width: 33%;}
.col2 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

/*---------------------
main contents
---------------------*/

/* menu */
.menu .center{width: 40%;}
.menu img{max-width: 55%;}


.fes_02_message_bg_fix {
    min-height: 60vh;
    margin-top: -80%;
}

.fes_0202 .time_table {
    width: 100%;
}

.fes_0202 .time_table tr th {
    width: 20%;
    text-align: left;
    font-family: "Zen Maru Gothic", serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.fes_0202 .time_table tr td {
    width: 80%;
    font-family: "Zen Maru Gothic", serif;
    font-size: 20px;
    font-weight: 600;
    border-left: 4px solid #000;
    padding-left: 3%;
}

a.btn-coupon {
    width: 100%;
    height: 100px;
}

.w850,
.fes_0203 .event_box{width:100%;}


.present_box_wrap01,
.present_box_wrap02,
.present_box_wrap03{display: block;grid-template-rows: unset;grid-template-columns: unset;gap: unset;margin-bottom: 0;}
.pre01, .pre06{
    grid-row: unset;
    grid-column: unset;
}
.pre01::after{content:"";position: absolute;width: 100px;height: 71px;background: url(../img/takutofes2024/present/takuton.png) no-repeat;background-size: 100%;top: -58px;right: 13px;}
.present_box{width:100%;margin-bottom: 5%;}


.fes_03 .guestbox{
  width: 100%;
  height: 145px;
  margin-top: 20%;
}


.fes_03 .katsumisayuri_name{
 top: -15px;
 left: -2%;
}

.fes_03 .katsumisayuri_img{
  height: 224px;
  width: 60%;
  background-size: 100%;
  bottom: 0%;
  right: -3%;
}


.fes_03 .waraimeshi_name{
 top: -34px;
 right: -4%;
 text-align: right;
}

.fes_03 .waraimeshi_img{
  height: 193px;
  width: 67%;
  background-size: 100%;
  bottom: 0%;
  left: -3%;
}


.fes_03 .smile_name{
 top: -34px;
 left: -2%;
 z-index: 10;
}

.fes_03 .smile_img{
  height: 190px;
  width: 68%;
  background-size: 100%;
  bottom: 0%;
  right: -5%;
}


.fes_0503 {
 background: url(../img/takutofes2024/meal_ticket.png) no-repeat;
 padding-left: 180px;
 background-size: 140px;
}

.fes_0504 {
 background: url(../img/takutofes2024/present.png) no-repeat;
 padding-left: 180px;
 background-size: 127px;
}


.fes_0503 {
 background: url(../img/takutofes2024/meal_ticket.png) no-repeat;
 padding-left: unset;
 padding-top:120px;
 background-size: 140px;
 background-position-x:center
}

.fes_0504 {
 background: url(../img/takutofes2024/present.png) no-repeat;
 padding-left: unset;
 background-size: 90px;
 padding-left: unset;
 padding-top:120px;
 background-position-x:center
}

.sponsor_logo_wrap img{margin:14px;}

}
