/* common
-------------------- */
html body {
    text-align: justify;
    font-size: 16px;
    line-height: 2rem;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",'Meiryo',"ＭＳ Ｐゴシック","Osaka", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 1080px;
    color: #000000;
}
.fup, .fleft, .fright {
    transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    -o-transition: transform 0.7s;
}
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
body a {
    color: #555555;
    text-decoration: none;
}

.sp {
    display: none;
}
.wrap {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

@media screen and (max-width: 650px) {
    html body {
        min-width: 0;
        font-size: 14px;
        line-height: 1.8rem;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .flex {
        display: block;
    }
}


*{
    margin: 0px;
    padding: 0px;
}

/* header
-------------------- */

header {
    background-size: cover;
    position: relative;
}

#head {
    background: url(top_2021.jpg) top;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    padding-top: 130px;
    height: 700px;
}


#head img{
  width: 400px;
}


.profile_img {
  width: 112px;
  padding-right: 15px;
}

@media screen and (max-width: 650px) {
    #head {
        max-height: 700px;
        max-width: 100%;
        background: url(top_2021_m.jpg) top;
        background-size: cover;
        text-align: center;
    }

    #head img {
      width: 90%;
    }

}

/* one〜four howdo common
-------------------- */




div.wrap {
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 60px auto;
}

ul.menu li {
  color: #555555;
    display: inline;
    font-size: 20px;
    padding: 0px;
    margin: 20px;
}


p.one_txt {
    padding-bottom: 20px;
}

.one_img {
    padding-bottom: 38px;
}

.movie_wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
}

.movie_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



div.bottanlink{
    background-color: #D0EA24;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 20px auto;
    width: 300px;
    text-align: center;
    border-radius: 50px;
  }

p.bottanlink
  {
    font-size: 22px;
    font-weight: bolder;
    font-stretch: expanded;
    color: #ffffff;
}

ul.sns li {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    margin: 50px auto;
}


ul.sns li > a {
    text-align: center;
    display: table;
}

ul.icon li {
    display: inline;
    margin-right: 10px;
    margin-top: 30px;
}

ul.menber li {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}

ul.menber li  a {
    text-align: center;
    display: table;
    width: 100%;
    padding: 10px;
}

ul.menber li a span {
    display: table-cell;
    vertical-align: middle;
}

.menber p{
    font-size: 18px;
    font-weight: bold;
}

.who{
  font-size: 11px;
  padding-top: 70px;
  padding-bottom: 50px;
}

section .two {
    padding: 10px;
    width: 800px;
    margin: auto;
    word-break: keep-all;

}

.minibox {
	 height: auto;
   font-size: 80%;
   color: #ffffff;
   background: #555555;
   padding: 5px;
   margin-right: 5px;
}

section .three {
    padding: 10px;
    width: 800px;
    margin: auto;
}


#one{
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 70px;
    text-align: center;
}

#two h1 {
    font-size: 45px;
    font-weight: bold;
    font-family: 'Blender Pro Bold',sans-serif;
    color: #555555;
    padding-bottom: 100px;
    text-align: left;
}

#two {
    background-color: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 60px;
}


#two h2 {
    font-size: 45px;
    font-weight: bolder;
    font-family: 'Blender Pro Bold',sans-serif;
    color: #555555;
    padding-bottom: 10px;
    text-align: left;
}



#three {
    background: linear-gradient(to bottom, rgba(188,193,188,0) 0%,rgba(255,255,255,0.44) 20%,rgba(255,255,255,1) 100%);
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-image:linear-gradient(-45deg,#E0E61B 101px,transparent 0);
}

#three h3 {
    font-size: 45px;
    font-weight: bolder;
    font-family: 'Blender Pro Bold',sans-serif;
    color: #555555;
    padding-bottom: 60px;
    text-align: left;
}

#three img{
    width: 100%;
}

#four {
    background: linear-gradient(to bottom, rgba(188,193,188,0) 0%,rgba(255,255,255,0.44) 20%,rgba(255,255,255,1) 100%);
    background-color: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

#four h4 {
    font-size: 45px;
    font-weight: bold;
    font-family: 'Blender Pro Bold',sans-serif;
    color: #555555;
    padding-bottom: 100px;
    text-align: left;
}

#five {
    background: linear-gradient(to bottom, rgba(188,193,188,0) 0%,rgba(255,255,255,0.44) 20%,rgba(255,255,255,1) 100%);
    background-color: #7f7f7f;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-image:linear-gradient(45deg,#E0E61B 101px,transparent 0);
}

#five h5 {
    font-size: 45px;
    font-weight: bold;
    font-family: 'Blender Pro Bold',sans-serif;
    color: #ffffff;
    padding-bottom: 100px;
    text-align: left;
}

p.act {
    word-break: keep-all;
    text-align: left;
}

p.day {
    color: #555555;
    font-size: 28px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 8px #555555 solid;
}

p.place {
    color: #333333;
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
}

p.et {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.dp {
    display: inline-block;
}

.dt {
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    padding-top: 10px;
    display: inline-block;
}
.disc {
    display: flex;
    align-content: flex-end;
}

.disc img{
    width: 100%;
}

.disc .flexbox {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

div.yoyaku {
    background: #D0EA24;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 250px;
    text-align: center;
    border-radius: 50px;
}

.livebox {
    margin-top: 60px;
    margin-bottom: 60px;
}

p.yoyaku {
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}

div.shoplink {
    background: #add8e6;
    padding: 6px;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 90%;
    text-align: center;
    border-radius: 50px;
}
div.shoplink p{
    font-size: 12px;
    font-weight: normal;
}


p.cdtittle{
    font-size: 20px;
    font-weight: bolder;
}


@media screen and (max-width: 650px) {
    #one{
      padding-top: 50px;
    }
    img{
      width: 90%
    }
    ul.menu li {
      color: #555555;
        display: list-item;
        list-style-type: none;
        font-size: 24px;
        font-weight: bold;
        padding: 0px;
        margin: 20px;
    }

    .disc {
        display: flex;
        flex-direction:column;

    }
    section .two {
        padding: 10px;
        text-align: left;
    }
    section .three img {
        max-width: 250px;
    }
    section .four {
        padding: 10px;
        text-align: left;
    }
}

/* footer
-------------------- */
body footer {
    background-color: #2f3238;
    color: #ffffff;
    padding: 1.5rem 0 1.5rem;
    font-weight: 300;
    bottom: 0;
}

body footer a {
    color: #ffffff;
}
footer div.wrap {
    display: flex;
    justify-content: space-between;
}
footer div p {
    font-size: 12px;
    line-height: 1.8em;
}
footer p.copy {
    text-align: center;
    padding-top: 0rem;
    letter-spacing: .05rem;
}
footer div.wrap::after {
    content: '';
}

@media screen and (max-width: 650px) {
    footer .sp {
        display: block;
    }
    body footer {
        padding: 1rem 0px 1.5rem;
    }
    footer div.wrap {
        display: flex;
        justify-content: space-between;
        flex-flow: column nowrap;
    }
    footer div p {
        font-size: .75rem;
    }
    footer p.copy {
        padding-top: 0;
        text-align: center;
        line-height: 1.7em;
        font-size: .7rem;
    }
    footer p.copy img.url {
        margin-bottom: .5rem;
    }
    footer p.copy img.recycle {
        margin-bottom: .5rem;
    }
}
