@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

html { font-size: 62.5%;}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #222;
  
}

@media (max-width:575px){
  body {
    font-size: 1.3rem;
  }
}

body::before {
  background: url(../../../img/campaign/tgif2025_summer/bg-main.png) center top no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  max-height: 100vw;
}

@media (max-width:575px){
  body::before {
    background: url(../../../img/campaign/tgif2025_summer/bg-main_sp.png) center top no-repeat;
    background-size: contain;
    position: absolute;
    max-height: 100vh;
  }
}

a {
  color: #2895d6;
  text-decoration: none;
}

a:hover,
a:active{
  color: #19d6a6;
  text-decoration: none;
}

a.disabled {
  pointer-events: none;
  color: #999;
  display: block;
}



/* header */
header {
  width: 100%;
  text-align: center;
}

.site_id {
  width: 180px;
  height: auto;
  margin: 10px auto;
}

@media (max-width: 575px){
  .site_id {
    width: 140px;
    height: auto;
  }
}


/* container */
section {
  padding: 30px;
}

@media (max-width:575px){
  .page-sec {
    padding: 0;
  }
}

.inner {
  max-width: 1024px;
  margin: 0 auto;
}

h1 {
  max-width: 850px;
  width: 100%;
  height: auto;
  margin: 10px auto 60px;
}

@media (max-width:575px){
  h1 {
    text-align: center;
    margin: 0px auto 20px;
  }
  h1 img {
    width: 100%;
  }
}

.headline {
  text-align: center;
}

.headline p {
  margin-bottom: 0;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2.2;
  color: #4d4d4d;
}

@media (max-width:767px){
  .headline p {
    line-height: 1.8;
    font-size: 1.3rem;
    text-align: left;
  }
}

.share {
  text-align: center;
  margin: 36px 0 12px 0;
}

.share a {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 32px;
  background-color: #000;
  border-radius: 40px;
  color: #fff;
}
.share a img {
  height: 1.4em;
  margin: auto;
  margin-right: 0.5em;
}

.share a:hover {
  opacity: 0.8;
}

.pre_open {
  margin-top: 40px;
  text-align: center;
}

.pre_open p {
  color: #E84680;
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
  background-color: #FFFFFF;
  border: solid 3px #E84680;
  padding: 16px 20px;
  font-feature-settings: "palt";
}
@media (max-width:575px){
  .pre_open p {
    font-size: 24px;
  }
}

.note {
  background-color: #f5f5f5;
}

.note h3 {
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

@media (max-width:767px){
  .note h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}

.note ul {
  margin-bottom: 0;
}

@media (max-width:575px){
  .note ul {
    padding-left: 15px;
  }
}

.note ul li + li {
  margin-top: 10px;
}

.external_link {
  color: #64B2D4;
  display: inline-block;
  padding: 4px 0;
  transition: opacity 0.1s;
  margin-right: 20px;
}

/* side menu & shuffle
.sort-sec {
  background-color: #222;
}

.sort-menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width:767px){
  .sort-menu {
    display: block;
  }
}

@media (min-width:768px){
  .sort-menu > div {
    margin-right: 60px;
  }
}

.sort-menu h4 {
  margin-bottom: 10px;
  color: #fff;
}

.sort-menu label {
  color: #fff;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.sort-menu select {
  width: 100%;
  height:30px;
	font-size: 1.6rem;
	border: solid 1px #ccc;
	background-color: #fff;
}

.shuffle {
  display: inline-block;
  padding: 0 3.0em;
  background: #ffc001;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 30px;
  height: 30px;
  transition: 0.2s;
}

.shuffle:hover {
  background-color: #f25665;
  color: #fff;
}

@media (max-width:767px){
  .shuffle {
    font-size: 1.3rem;
    font-weight: bold;
  }
}

*/


.grid {
  position: relative;
  flex: 1 1 auto;
}

@media (max-width:767px){
  .grid {
    margin: 5px;
  }
}

.item {
  display: block;
  position: absolute;
  max-width: 100%;
  height: auto;
  margin: 5px;
  z-index: 1;
  text-align: center;
  border: 1px solid #aaa;
  padding: 15px 5px;
}

@media (max-width:767px){
  .item {
    margin: 0;
    max-width: 50%;
    padding: 10px 5px;
  }
}

.item p {
  font-size: 1.6rem;
  margin: 0;
}

.item p.tw {
  font-size: 1.2rem;
  width: 75%;
  margin: 5px auto 20px;
}

.item p.tw a {
  display: block;
  background: #000;
  color: #fff;
  padding: 6px 0;
  border-radius: 6px;
  transition: .2s;
  line-height: 1;
  height: 30px;
}

.item p.tw a:hover {
  opacity: 0.8;
}

.item p.tw .x-icon {
  display: inline-block;
  width: 100%;
  height: 18px;
  background: url(../../../img/campaign/tgif2025_summer/x-logo.svg) center center / contain no-repeat;
}

.item ul {
  background-color: #f5f5f5;
  padding: 5px;
}

.item ul li {
  font-size: 1.3rem;
  color: #4d4d4d;
}

.item ul li span {
  font-weight: bold;
  padding-left: 1em;
  color: #ff0081;
}

@media (max-width:575px) {
  .item ul li span {
    padding-left: 0;
  }
  .item ul li span::before {
    content: "\A";
    /* white-space: pre; */
    white-space: nowrap;
  }
  .item ul li:first-of-type {
    margin-bottom: 5px;
  }
}

.item.muuri-item-dragging {
  z-index: 3;
}
.item.muuri-item-releasing {
  z-index: 2;
}
.item.muuri-item-hidden {
  z-index: 0;
}
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
}

.item-content a {
  /* display: inline-block; */
}

.item-content a img {
  max-height: 240px;
  width: auto;
}

@media (max-width:767px){
  .item-content a img {
    max-height: 200px;
    width: auto;
  }
}

@media (max-width:575px){
  .item-content a img {
    max-height: 125px;
    width: auto;
  }
}

.item p {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width:575px){
  .item p {
    width: 160px;
    font-size: 1.3rem;
  }
}

/*
@media (max-width:877px){
  .item {
    width:calc(33.33% - 11px);
    height:calc(33.33vw - 11px);
  }
}
 

@media (max-width:640px){
  .item {
    width:calc(50% - 10px);
    height:calc(50vw - 10px);
  }
}

*/


.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background: #222;
}







/* button */
.button {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 340px;
  height: 51px;
  line-height: 45px;
  border-radius: 45px;
  font-weight: 500;
  color: #fff;
  border: 3px solid #444;
  background: #444;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
}

@media (max-width:575px){
  .button {
    margin: 0 auto;
    width: 100%;
    transition: 0.1s ease;
  }
}

@media (min-width:576px){
  .button:hover {
    text-decoration: none;
    color: #fff;
    border: 3px solid #444;
    background-color: rgba(68, 68, 68, 0.7);
  }
}

@media (max-width:575px){
  .button:active {
    text-decoration: none;
    color: #fff;
    border: 3px solid #444;
    background-color: rgba(68, 68, 68, 0.7);
  }
}

.button-signup {
  border-color: #00b5da;
  color: #fff;
  background: #00b5da;
}
@media (min-width:576px){
  .button-signup:hover {
    text-decoration: none;
    border: 3px solid #f25665;
    background-color: #f25665;
    color: #fff;
  }
}
@media (max-width:575px){
  .button-signup:active {
    text-decoration: none;
    border: 3px solid rgba(220, 53, 69, 0.7);
    background-color: rgba(220, 53, 69, 0.7);
    color: #fff;
  }
}


.more {
  display: inline-block;
  padding: 1.0em 2.0em;
  background: #fff;
  border: 1px solid #dd5210;
  border-radius: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #dd5210;
  transition: 0.2s;
  box-shadow: 0 2px 0 #dd5210;
}

@media (max-width:575px){
  .more {
    display: block;
    font-size: 1.3rem;
  }
}

@media (min-width:576px){
  .more:hover {
    text-decoration: none;
    color: var(--brand-color);
    border-color: var(--brand-color);
    box-shadow: none;
    background: rgba(221, 82, 16, 0.05);
  }
}

@media (max-width:575px){
  .more:link,
  .more:visited {
    color: #dd5210;
  }
  .more:active {
    text-decoration: none;
    color: #dd5210;
    border-color: #dd5210;
    box-shadow: none;
    background: rgba(221, 82, 16, 0.05);
  }
}


/* いいねボタン */
.bubbly-button {
  font-family: "Helvetica", "Arial", sans-serif;
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 2em;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ff0081;
  color: #fff;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 12px rgba(255, 0, 130, 0.5);
}

@media (max-width:575px){
  .bubbly-button {
    font-size: 1.3rem;
  }
}

.bubbly-button:focus {
  outline: 0;
}

.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ff0081 20%, transparent 30%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-button:active {
  transform: scale(0.9);
  background-color: #e60074;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}


/* campaign foot navi */
.foot-navi {
  padding: 30px 0;
  background: #fff;
}

@media (max-width:767px){
  .foot-navi {
    padding: 30px;
  }
}

.navi-btn {
  display: inline-block;
  padding: 1.0em 2.0em;
  background: #fff;
  border: 1px solid #dd5210;
  border-radius: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #dd5210;
  transition: 0.2s;
  box-shadow: 0 2px 0 #dd5210;
}

@media (max-width:767px){
  .navi-btn {
    display: block;
    font-size: 1.3rem;
  }
}

@media (min-width:576px){
  .navi-btn:hover {
    text-decoration: none;
    color: #e00012;
    border-color: #e00012;
    box-shadow: none;
    background: rgba(221, 82, 16, 0.05);
  }
}

@media (max-width:575px){
  .navi-btn:link,
  .navi-btn:visited {
    color: #dd5210;
  }
  .navi-btn:active {
    text-decoration: none;
    color: #e00012;
    border-color: #e00012;
    box-shadow: none;
    background: rgba(221, 82, 16, 0.05);
  }
}


.banner_group div + div  {
  margin-top: 1em;
}

@media (max-width:767px){
  .banner_group {
    padding: 15px 15px 0;
  }
}




/* Footer */
footer {
  padding: 15px;
  background: #19b3d6;
  color: #fff;
}

footer p {
  font-size: 1.3rem;
}

address {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
  z-index: 97;
}


#page-top a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  transition: 0.2s ease;
}

#page-top a:hover {
  background: #19b3d6;
}

/* accordion */
.acd-check{
  display: none;
}

.acd-label{
  text-align: center;
  color: #9e87be;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  font-size: 150%;
  font-weight: bold;
  cursor: pointer;
}

.acd-content{
  background: rgba(235, 134, 180, 0.07);
  border-radius: 8px;
  height: 0;
  opacity: 0;
  
  visibility: hidden;
}

.acd-content p {
  line-height: 1.6;
  padding: 5px;
}

.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

/* page-tab */
.tab_container {
  border: 1px solid #eb86b4;
  margin: 0 auto;
  background: #fff;
}

.tab_item {
  width: calc(100%/11);
  margin: 0;
  padding: 15px;
  border-left: 1px solid #eb86b4;
  border-bottom: 3px solid #eb86b4;
  background-color: #fff;
  text-align: center;
  color: #eb86b4;
  float: left;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

@media (min-width:1111px){
  .tab_item:first-of-type {
    border-left: none;
  }
}

@media (max-width:1110px) {
  .tab_item:first-of-type {
    width: 100%;
  }
  .tab_item {
    width: calc(100%/5);
  }
  .tab_item:first-of-type,
  .tab_item:nth-of-type(2),
  .tab_item:nth-of-type(7) {
    border-left: none;
  }
}

@media (max-width:767px) {
  .tab_item {
    font-size: 1.3rem;
  }
}



.tab_item:hover {
  background: #fcedf4;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 1em;
  overflow: hidden;
  background: #fff;
  clear: both;
  min-height: 500px;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content,
#tab7:checked ~ #tab7_content,
#tab8:checked ~ #tab8_content,
#tab9:checked ~ #tab9_content,
#tab10:checked ~ #tab10_content,
#tab11:checked ~ #tab11_content {
  display: block;
}

.tab_container input:checked + .tab_item {
  background-color: #eb86b4;
  color: #ffff00;
}


.opacity-0 {
  opacity: 0;
  !important
}

.loader {
  color: #19b3d6;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {

  0%,
  100% {
      box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
      box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
      box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
      box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {

  0%,
  100% {
      box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
      box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
      box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
      box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}