@charset "UTF-8";

/*--------------------------------------
	全体
---------------------------------------*/
html {
  font-size: 62.5%;
}
html,
body {
  margin: 0;
  font-family: "m-plus-rounded-2p", sans-serif!important;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input {
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 160%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption, th {
  text-align: left;
}
td, th {
  vertical-align: top;
}
fieldset, img, abbr {
  border: none;
}
li {
  list-style-type: none;
}
strong {
  font-weight: bold;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
img {
  vertical-align: bottom;
}
*:focus {
  outline: none;
}
.sp {
  display: none !important;
}
body.menuOpen,
html.menuOpen {
  overflow: hidden;
}

body {
	background: url('../img/img_bg.png') repeat;
	background-size: auto;
	margin: 0;
	padding: 0;
    font-family: "m-plus-rounded-2p", sans-serif!important;
}
.inner {
	margin: 0 auto;
}


.wrapper {
    background: url('../img/ba.png');
    background-size: 8%;
}
.info{
    max-width:1200px;
    width:100%;
    margin:0 auto;
    padding:96px 0 30px;
}
.img_mv {
    width:90%;
    margin:0 auto;
}
.img_mv img {
    width:100%;
}
.img_mv2 {
    width:100%;
    margin:50px 0 0px;
}
.img_mv2 img {
    width:100%;
}

/*----info1-----*/
.info1 {
    width:85%;
    margin:95px auto;
    background: url('../img/ba2.png');
    background-size: 10%;
    border:8px solid #5E66AD;
    position: relative;
}
.info_title {
    width:80%;
    text-align: center;
    z-index: 999;
    position: relative;
    margin: auto;
}
.info_title img {
    width:100%;
    position: absolute;
    top: -60px;
    margin: auto;
    display:block;
}

.info1_fukidashi {
    max-width:70%;
    width:100%;
    background: #fff;
    border-radius: 10px;
    padding:20px 0;
    box-sizing: border-box;
    margin: 100px auto 10px;
    position: relative;
}
.info1_fukidashi p {
    font-size: 20px;
    color: #E74291;
    line-height: 1.5;
    font-weight: bold;
}
.info1_fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 21px solid #fff;
  z-index: 999;
}
.info_box {
     width:85%;
     background: #fff;
     margin: 35px auto 30px;
     border:6px solid #5E66AD;
     position: relative;
}
.info_box_title {
    width:100%;
    margin: 0 auto;
    padding:10px 0 15px;
    background: #5E66AD;
}
.info_box_title img {
    width:95%;
}
.info_box_text {
    width:90%;
    margin:0 auto;
    padding:30px 0 0;
    text-align: left;
}
.info_box_text p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    color: #5E66AD;
}
.info_box_text p span{
    font-size: 15px;
    display:block;
    margin:20px auto 30px;
    line-height: 1.5;
}

.button {
    background-color: #e40011;
    box-shadow: 0px 5px 0px #b70d1d;
    color: #fff;
    font-size: 160%;
    display: flex;
    flex-flow: nowrap;
    border-radius: 90px;
    max-width: 534px;
    height: 90px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 124%;
    position: relative;
    transition: all 0.2s ease;
    text-decoration: none;
    margin: 10px auto 30px;
}
.info_box_text_attention {
    text-align: left;
    font-size: 15px!important;
}


/*----ピンク角-----*/
#ttl_line_top-left {
    position: absolute;
    width:10px;
    height: 10px;
    background: #FADDE9;
    left: -8px;
    top: -8px;
}
#ttl_line_top-right {
    position: absolute;
    width:10px;
    height: 10px;
    background: #FADDE9;
    right: -8px;
    top: -8px;
}
#ttl_line_bottom-left {
    position: absolute;
    width:10px;
    height: 10px;
    background: #FADDE9;
    left: -8px;
    bottom: -8px;
}
#ttl_line_bottom-right {
    position: absolute;
    width:10px;
    height: 10px;
    background: #FADDE9;
    right: -8px;
    bottom: -8px;
}

/*----水色角-----*/
#ttl_line_top-left_b {
    position: absolute;
    width:10px;
    height: 10px;
    background: #D4EBEF;
    left: -6px;
    top: -6px;
}
#ttl_line_top-right_b {
    position: absolute;
    width:10px;
    height: 10px;
    background: #D4EBEF;
    right: -6px;
    top: -6px;
}
#ttl_line_bottom-left_b {
    position: absolute;
    width:10px;
    height: 10px;
    background: #D4EBEF;
    left: -6px;
    bottom: -6px;
}
#ttl_line_bottom-right_b {
    position: absolute;
    width:10px;
    height: 10px;
    background: #D4EBEF;
    right: -6px;
    bottom: -6px;
}




.info_box2 {
    margin:70px auto;
    padding-bottom:30px;
}
.info_day_text {
    text-align: left;
    margin: 0 auto;
    border-bottom:4px solid #5E66AD;
}
.info_day_text:last-of-type{
    border-bottom:none;
}
.info_day_text p {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    color: #5E66AD;
    display:block;
    margin:20px auto 10px;
}
.info_day_text p span {
    display:block;
    margin:0 auto;
    font-size: 25px;
}
.info_day_title {
    width:212px;
    background: #E64290;
    border-radius: 99px;
    margin-bottom:20px;
}
.info_day_title p {
    font-size: 25px;
    color: #fff;
    display:block;
    text-align: center;
}
.info_day_text a {
    color: #E64290;
    display:inline-block;
    font-size: 30px;
    font-weight: bold;
    border-bottom:#E64290 1px solid;
    margin-bottom:40px;
}
.info_day_title2 {
    width: 320px;
}
.textlink {
    font-size: 15px !important;
    border-bottom:#5E66AD 1px solid!important;
    color: #5E66AD !important;
}
.live {
    width:85%;
    margin:0 auto;
}
.live img {
    width:100%;
}
.cor {
    width:100%;
}
.cor img {
    width:100%;
}
.info_day_text_none {
    border-bottom: none!important;
}

/*--------------------------------------
	プルダウン
---------------------------------------*/
.title_menu {
      padding: 1em;
      display: block;
      color: #5E66AD;
      font-size: 2.3rem;
      font-weight: 800;
      border: solid 4px #5E66AD;
      position: relative;
      cursor: pointer;
	  margin-bottom:20px;
      text-align: center;
    }
.title_menu, .content_menu {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      transition: all 0.2s;
    }
.title_menu::after, .title_menu::before {
      content: "";
      position: absolute;
      right: 1.25em;
      top: 1.25em;
      width: 3px;
      height: 1em;
      background-color: #999;
      transition: all 0.2s;
    }
.title_menu::after {
      transform: rotate(90deg);
    }
.content_menu {
       max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.5s ease, opacity 0.5s ease;
    }
.content_menu.active {
  max-height: 3000px;
  opacity: 1;
  margin: 30px auto;
}
.title_menu::before,
.title_menu::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 3px;
  height: 1em;
  background-color: #5E66AD;
  transition: all 0.2s;
}
.title_menu::after {
  transform: rotate(90deg);
}
.title_menu.open::after {
  transform: rotate(0deg);
}

.info1_fukidashi span {
   font-size: 15px;
   color: #E74291;
   display:block;
   margin:15px auto 0;
}
.info_title2 img {
    top: -59px;
}
.info1_fukidashi2 {
    margin: 80px auto 10px;
}

.applink {
    display:flex;
    align-items: center;
    gap:10px;
    justify-content: center;
    margin:30px auto 60px;
}
.applink a {
    width:200px;
}
.applink a img {
    width:100%;
}

.info2 {
    width: 85%;
    margin: 60px auto;
    background-color:rgba(244, 131, 180, 0.3);
    background-size: 10%;
    border: 8px solid #5E66AD;
    position: relative;
}

.footerArea {
    background: #5E66AD;
    text-align: center;
    padding:20px 0px 30px;
}
.footerArea p {
    color: #fff;
    font-size: 15px;
}
/*------------------------------------------------------
常時ボタン
------------------------------------------------------*/
.follow-button {
    width: auto;
    height: auto;
    position: fixed;
    top: 65%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 9999;
}
.follow-button a {
    width: 40px;
    height: 33vh;
    display: flex;
    background: #e40011;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-size: 20px;
    border-radius: 20px 0 0 20px;
    padding: 10px;
    position: relative;
    z-index: 9998;
    box-shadow: 0px 3px 0px rgba(183, 13, 29, 1);
    font-weight: bold;
    font-family: "m-plus-rounded-2p", sans-serif !important;
}
.follow-button p {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 127%;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: "m-plus-rounded-2p", sans-serif !important;
}
 .pc {
        display:block!important;
    }
    .sp {
        display:none!important;
    }

@media screen and (max-width: 900px) {	
	.title_menu {
  font-size: 16px;
}
        .info_title img {
        width: 100%;
        position: absolute;
        top: -55px;
    }
    .info1 {
        width: 95%;
        margin: 72px auto;
        background: url(../img/ba2.png);
        background-size: 20%;
        border: 4px solid #5E66AD;
    }
    .info2 {
        width: 95%;
        margin: 60px auto 0;
        border: 4px solid #5E66AD;
    }
    .info_title2 img {
        top: -50px;
    }
}
/*------------------------------------------------------
768px以下
------------------------------------------------------*/
@media only screen and (max-width:768px) {
    .wrapper {
    background: url(../img/ba.png);
    background-size: 20%;
    position:relative!important;
}
    .info {
    max-width: 95%;
    width: 100%;
    padding: 30px 0;
}
    .img_mv {
    width: 100%;
}
    .img_mv2 {
    margin: 15px 0 0;
}
    .info1 {
    width: 95%;
    margin: 200px auto 50px;
    background: url(../img/ba2.png);
    background-size: 20%;
    border: 4px solid #5E66AD;
}
    .info_title img {
    width: 100%;
        position: absolute;
        top: -165px;
}
    .info_title {
    width: 95%;
}
    .info1_fukidashi {
    max-width: 90%;
    width: 100%;
}
    .info1_fukidashi p {
    font-size: 16px;
}
    .info1_fukidashi {
    padding: 20px;
    margin: 81px auto 10px;
}
    .info1_fukidashi2 {
    margin: 77px auto 10px;
}
 .info_box_title img {
    width: 100%;
} 
    .info_box {
    width: 90%;
    margin: 35px auto 30px;
    border: 3px solid #5E66AD;
    padding-bottom: 30px;
}
    .info_box2 {
    margin: 75px auto 30px;
    padding-bottom:30px;
}
    .info_box_text p {
    font-size: 16px;
    line-height: 1.5;
}
    .info_box_text {
    width: 90%;
    padding: 10px 0 0;
    border-bottom: 1px solid #5E66AD;
}
    .info_box_title {
    width: auto;
    margin: 0 auto;
    padding: 10px 10px 15px;
    background: #5E66AD;
}
    .info_box_text p span {
    font-size: 14px;
    margin: 10px auto 15px;
}
    .button {
    font-size: 140%;
}
 .info_day_title {
    width: 100%;
    margin-bottom: 20px;
}   
 .info_box_text p span {
    font-size: 14px;
    margin: 0 auto ;
}   
.info_day_text a {
    font-size: 20px;
    margin-bottom: 20px;
}    
 .title_menu {
    border: solid 2px #5E66AD;
    margin-bottom: 10px;
}   
 .info2 {
    width: 95%;
    margin: 60px auto 0;
    border: 4px solid #5E66AD;
} 
.applink {
    display: block;
    justify-content: center;
    margin: 35px auto 30px;
}
.applink a {
    width: 80%;
    display:block;
    margin: 10px auto 0;
}
.applink a img {
    width: 100%;
}
    
  .footerArea p {
    color: #fff;
    font-size: 13px;
} 
.follow-button {
    width: 100%;
    height: 50px;
    top: auto;
    position: fixed!important;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    flex-direction: row;
    gap: 10px;
    background: #F7B52C;
    border-top: 1px solid #fff;
    justify-content: center;
    padding: 2% 1%;
    z-index: 999;
}
    .follow-button a {
    width: 80%;
    height: auto;
    padding: 10px 15px;
    border-radius: 999px;
    margin: 0 auto;
    position: relative;
}
    .follow-button p {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    padding-top: 5px;
}

    .pc {
        display:none!important;
    }
    .sp {
        display:block!important;
    }
}
@media screen and (max-width: 600px) {
        .info_title img {
        width: 100%;
        position: absolute;
        top: -121px;
    }
    .info1 {
        width: 95%;
        margin: 200px auto 50px;
        background: url(../img/ba2.png);
        background-size: 20%;
        border: 4px solid #5E66AD;
    }
    .info2 {
        width: 95%;
        margin: 161px auto 0;
        border: 4px solid #5E66AD;
    }
}
@media screen and (max-width: 414px) {	
	.title_menu {
  font-size: 16px;
}
        .info_title img {
        width: 100%;
        position: absolute;
        top: -55px;
    }
    .info1 {
        width: 95%;
        margin: 72px auto;
        background: url(../img/ba2.png);
        background-size: 20%;
        border: 4px solid #5E66AD;
    }
    .info2 {
        width: 95%;
        margin: 60px auto 0;
        border: 4px solid #5E66AD;
    }
    }

}










