@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

.pc_disp {
	display: block;
}

.sp_disp {
	display: none;
}

::selection {
	background:#141414;
	color: #ddd;
}

::-moz-selection {
	background:#141414;
	color: #ddd;
}

.fluffy {
  animation: fluffy 3s infinite;
}

@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.loop_left {
    width: 55px;
    position: fixed;
    left: 10px;
    z-index: 1;
    top: 0;
    height: 100vh;
    background: url("../img/index/bg_scroll01.svg") repeat-y;
    background-position: center calc(50% - 0px);
}

.loop_right {
    width: 55px;
    position: fixed;
    right: 10px;
    transform: rotate(180deg);
    z-index: 1;
    top: 0;
    height: 120vh;
    background: url("../img/index/bg_scroll02.svg") repeat-y;
    background-position: center calc(50% - 0px);
}

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	min-width: 1100px;
	margin: 0 auto;
	color: #141414;
	background-image: url("../img/index/bg_paper.jpg");
    background-position: center calc(50% - 0px);
	background-size: 1000px;
	background-attachment: fixed;
	background-repeat: repeat;
}

.header_logo {
    width: 180px;
    z-index: 99999;
    position: relative;
}

header {
    top: -100px;
    position: fixed;
    padding: 0 30px;
    z-index: 9999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}

header.appear_header {
    top: 20px;
	opacity: 1;
}

.bg_area {
	background-image: url("../img/index/brush_texture_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 900px;
	background-position: center;
	margin: 0 auto;
}

.first_animation {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background: #fff;
}

.fa_01 {
    background: #E697B9;
    width: 100%;
    height: 25vh;
	position: relative;
}

.fa_02 {
    width: 100%;
    height: 25vh;
    background: #40A8D7;
	position: relative;
}

.fa_03 {
    width: 100%;
    background: #89BA29;
    height: 25vh;
	position: relative;
}

.fa_04 {
    width: 100%;
    height: 25vh;
    background: #F1C11F;
	position: relative;
}

.fa_01 span, .fa_02 span, .fa_03 span, .fa_04 span {
    background: #f9f9f9;
    width: 100%;
    height: 25vh;
    position: absolute;
}

.fv {
	height: 100vh;
	min-height: 700px;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 99;
}

.fv_logo {
    width: 280px;
    margin: 0 auto;
}

section.fv h1 {
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 70px;
    margin: 10px 0 0;
    display: inline-block;
    background-image: linear-gradient(45deg,rgba(230, 151, 185, 1) 0%, rgba(64, 168, 215, 1) 25%, rgba(137, 186, 41, 1) 50%, rgba(241, 193, 31, 1) 75%, rgba(230, 151, 185, 1) 100%);
    background-size: 400% 100%;
    font-family: "Hina Mincho", serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-name: gradationTextAnimation;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes gradationTextAnimation{
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 100% 0;
    }
    100%{
        background-position: 0 0;
    }
}

section.fv h2 {
    text-align: center;
    font-size: 1.7rem;
    border-top: 1px solid;
    line-height: 42px;
    letter-spacing: -1px;
    font-family: "Hina Mincho", serif;
    font-weight: bold;
    border-bottom: 1px solid;
    margin: 10px auto 0;
    width: 570px;
}

section.intro {
    z-index: 999;
    position: relative;
}

.intro_inner {
    margin: 0 auto;
    padding: 0 2%;
    text-align: center;
}

.intro_message {
    padding: 50px 0 50px;
}

.intro_inner p {
    font-size: 1.5rem;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 600;
    margin: 22px 0;
    font-family: "Hina Mincho", serif;
}

ul.intro_banners {
    display: flex;
    justify-content: space-between;
    width: 86%;
    margin: 0 auto;
}

ul.intro_banners li a {
    display: block;
    padding: 30px 0;
    color: #141414;
    font-family: "Hina Mincho", serif;
    font-size: 1.65rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05), 0 8px 10px rgba(0,0,0,0.005);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 0 5px 0;
}

ul.intro_banners li {
    width: 32.5%;
    margin-top: 50px;
    font-weight: bold;
}

ul.intro_banners li a span {
    display: block;
    font-size: 3rem;
    margin-bottom: 5px;
    font-family: "Ms Madi", cursive;
    font-weight: normal;
    color: #ddd;
}

ul.intro_banners li a:hover {
    margin-top: 5px;
    margin-bottom: 0;
}

section.history {
    padding: 200px 0;
    position: relative;
    z-index: 999;
}

.history_inner {
    max-width: 1000px;
    margin: 0 auto;
}

.history_inner h2 {
    text-align: center;
    font-size: 7rem;
    font-family: "Ms Madi", cursive;
	"Ms Madi", cursive;
}

.history_inner p {
    margin: 40px 0 0;
    text-align: center;
    font-size: 1.5rem;
    line-height: 32px;
    letter-spacing: 0;
    font-family: "Hina Mincho", serif;
    font-weight: bold;
}

.history_odd {
    max-width: 90%;
    margin: 80px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    justify-content: space-between;
    /* box-shadow: 0 15px 40px rgba(0,0,0,0.05), 0 8px 10px rgba(0,0,0,0.005); */
    position: relative;
    /* background: rgba(255,255,255,0.5); */
    padding: 30px 50px 50px;
}

.history_odd:after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    border-right: 4px dotted #ccc;
    position: absolute;
    bottom: -70px;
    left: 55%;
}

.history_odd h3 {
    font-size: 5rem;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Ms Madi", cursive;
}

.history_cap {
    font-size: 1.3rem;
    padding-left: 8%;
    line-height: 25px;
    letter-spacing: 0;
    font-family: "Hina Mincho", serif;
}

.history_even {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0 80px 10%;
    border-bottom: 1px solid #ccc;
    /* box-shadow: 0 15px 40px rgba(0,0,0,0.05), 0 8px 10px rgba(0,0,0,0.005); */
    position: relative;
    /* background: rgba(255,255,255,0.5); */
    padding: 30px 50px 50px;
    border-top: 1px solid #ccc;
}

.history_even:after {
    content: "";
    display: block;
    width: 1px;
    margin-left: 3px;
    height: 60px;
    border-right: 4px dotted #ccc;
    position: absolute;
    bottom: -70px;
    left: 44%;
}

.history_even h3 {
    font-size: 5rem;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 70px;
    font-family: "Ms Madi", cursive;
}

.history_odd_text {
    width: 66%;
}

.history_image {
    width: 28%;
}

.history_inner h2 span {
    display: inline-block;
    font-size: 10rem;
}

.history_cap h4 {
    font-size: 3rem;
    display: block;
    font-weight: bold;
    margin: 30px 0;
}

.next {
    text-align: center;
    font-size: 3rem;
    color: #999;
    font-family: "Ms Madi", cursive;
}

section.campaign {
    position: relative;
    z-index: 999;
    border-top: 1px solid;
    padding-top: 150px;
}

.campaign_inner {
    max-width: 900px;
    margin: 0 auto;
}

.campaign_title {
    max-width: 450px;
    margin: 30px auto;
}

.campagin_tag {
    padding: 30px;
    border: 1px solid;
    text-align: center;
    font-family: "Hina Mincho", serif;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 12px;
    line-height: 32px;
    background: linear-gradient(45deg,rgba(230, 151, 185, 1) 0%, rgba(241, 193, 31, 1) 100%);
    color: #fff;
}

.campaign_notice {
    font-size:1.2rem;
    line-height:2;
    margin-top:10px;
}

.campaign_inner h2 {
    text-align: center;
    font-size: 7rem;
    font-family: "Ms Madi", cursive;
}

.x_link {
    color:#ff3b00!important;
}

.campaign_inner p {
    margin: 40px 10%;
    font-size: 1.5rem;
    line-height: 32px;
    font-family: "Hina Mincho", serif;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
}

.campaign_present_box {
    padding: 50px;
    background: #fff;
    border-radius: 12px;
    margin: 50px 0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05), 0 8px 10px rgba(0,0,0,0.005);
}

.campaign_example {
    padding: 50px;
    background: #fff;
    border-radius: 12px;
    margin: 50px 0;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05), 0 8px 10px rgba(0,0,0,0.005);
}

.campaign_present_detail {
    display: flex;
    justify-content: space-between;
}

.campaign_present_image {
    width: 40%;
    background: #eee;
    border-radius: 8px;
}

.campaign_present_cap {
    width: 55%;
    line-height: 24px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Hina Mincho", serif;
}

.campagin_present_title h3 {
	font-size: 3rem;
	font-family: "Hina Mincho", serif;
}

.campagin_present_example_title h3 {
	font-size: 3rem;
	font-family: "Hina Mincho", serif;
}

.campagin_present_example_title {
    margin-bottom: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    width: max-content;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 4px 27px 4px 25px;
    
}

.campagin_present_title {
    margin-bottom: 30px;
    background: linear-gradient(45deg,rgba(230, 151, 185, 1) 0%, rgba(241, 193, 31, 1) 100%);
    display: flex;
    align-items: center;
    width: max-content;
    border-radius: 100px;
    padding: 4px 9px 4px 25px;
    color: #fff;
}


.vanilla {
    background: linear-gradient(45deg,rgba(64, 168, 215, 1) 0%, rgba(137, 186, 41, 1) 100%)!important;	
}

.campaign_count {
    background: #fff;
    padding: 5px 18px;
    margin-left: 15px;
    color: #141414;
    border-radius: 100px;
    font-size: 1.8rem;
}

.attention {
    box-shadow: 0 15px 40px rgba(0,0,0,0.05), 0 8px 10px rgba(0,0,0,0.005);
    border-radius: 12px;
}

.attention h3 {
    padding: 15px;
    text-align: center;
    font-family: "Hina Mincho", serif;
    font-size: 2rem;
    background: #333;
    border-radius: 12px 12px 0 0;
    color: #fff;
    font-weight: 500;
}

.attention_inner {
    background: #fff;
    padding: 40px;
    font-family: "Hina Mincho", serif;
    border-radius: 0 0 12px 12px;
}

.symposium_inner h2 {
    text-align: center;
    font-size: 7rem;
    font-family: "Ms Madi", cursive;
}

.symposium {
    padding: 150px 0 0;
    border-top: 1px solid;
    margin-top: 150px;
}

.symposium_title {
    margin: 30px 0 40px;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.5px;
    font-family: "Hina Mincho", serif;
    line-height: 50px;
}

.symposium_title span {
    display: block;
    font-size: 2.2rem;
    letter-spacing: -0.5px;
    line-height: 34px;
    width: max-content;
    margin: 20px auto;
    position: relative;
}

.symposium_title span:before {
    content: "[";
    position: absolute;
    left: -50px;
    top: 13px;
    font-size: 6rem;
    opacity: 0.2;
}

.symposium_title span:after {
    content: "]";
    position: absolute;
    right: -50px;
    top: 13px;
    font-size: 6rem;
    opacity: 0.2;
}

.symposium_inner {
    max-width: 900px;
    margin: 0 auto;
}

.symposium_detail_area {
    display: flex;
    justify-content: center;
    margin: 30px 0 10px;
    font-family: "Hina Mincho", serif;
}

.symposium_date {
    text-align: center;
    font-size: 3rem;
    background: #fff;
    padding: 20px 0;
    font-family: "Hina Mincho", serif;
    border-radius: 90px;
}

.symposium_date span {
    display: block;
    font-size: 2rem;
}

.symposium_detail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    font-size: 1.8rem;
    font-weight: bold;
}

span.pay_when {
    background: none!important;
    color: #141414!important;
    font-size: 1.2rem!important;
    margin-left: 5px!important;
    padding: 0!important;
}

.symposium_detail span {
    padding: 2px 15px;
    font-size: 1.6rem;
    background: #aaa;
    color: #fff;
    border-radius: 100px;
    font-weight: normal;
    margin-right: 8px;
}

a.place_link img {
    width: 26px;
    margin-left: 5px;
}

a.place_link {
    display: flex;
    color: #666;
    align-items: center;
    font-size: 1.3rem;
    justify-content: center;
    letter-spacing: -0.5px;
    font-family: "Hina Mincho", serif;
}

a.ticket_link {
    display: flex;
    text-align: center;
    font-size: 2.5rem;
    font-family: "Hina Mincho", serif;
    background: #000;
    color: #fff;
    padding: 15px 70px;
    align-items: center;
    border-radius: 100px;
    width: max-content;
    margin: 50px auto 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.ticket_link img {
    width: 35px;
    margin-right: 15px;
    margin-top: 4px;
}

a.ticket_link:hover {
	transform: scale(1.05);
}

.program_box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05), 0 8px 10px rgba(0,0,0,0.005);
    margin: 30px 0;
}

.program_head {
    padding: 30px 30px;
    color: #fff;
    background: linear-gradient(45deg,rgba(230, 151, 185, 1) 0%, rgba(241, 193, 31, 1) 100%);
}

.program_num {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    font-family: "Hina Mincho", serif;
    letter-spacing: 0;
}

.program_num span {
    font-size: 1.5rem;
    padding: 2px 15px;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #fff;
    letter-spacing: -1px;
}

h3.program_title {
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: -0.5px;
    font-family: "Hina Mincho", serif;
    margin-top: 10px;
}

.program_contents {
    padding: 40px 40px 15px 40px;
}

ul.program_member_list li {
    display: flex;
    width: 46%;
    justify-content: space-between;
    align-items: center;
    margin-right: 4%;
    margin-bottom: 4%;
}

.program_member_thumb {
    width: 30%;
    background: #f5f5f5;
    border-radius: 4px;
}

ul.program_member_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.program_member_name {
    width: 65%;
}

.program_member_name h4 {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: "Hina Mincho", serif;
    margin-bottom: 10px;
}

p.program_member_position {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 16px;
    border-left: 1px solid;
    font-family: "Hina Mincho", serif;
    padding-left: 8px;
}

.program_member_name h4 span {
    font-size: 1.2rem;
    margin-left: 10px;
    color: #888;
    letter-spacing: 0.5px;
}

.footer_logo img {
    width: 120px;
    margin: 0 auto 15px;
}

.footer_logo span {
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    background-image: linear-gradient(45deg,rgba(230, 151, 185, 1) 0%, rgba(64, 168, 215, 1) 25%, rgba(137, 186, 41, 1) 50%, rgba(241, 193, 31, 1) 75%, rgba(230, 151, 185, 1) 100%);
    background-size: 400% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-name: gradationTextAnimation;
    animation-duration: 3s;
    animation-timing-function: linear;
    font-family: "Hina Mincho", serif;
    animation-iteration-count: infinite;
    font-weight: bold;
}

@keyframes gradationTextAnimation{
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 100% 0;
    }
    100%{
        background-position: 0 0;
    }
}

ul.footer_sns {
    display: flex;
    justify-content: center;
    margin: 50px 0 25px;
}

ul.footer_sns li {
    margin: 0 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.footer_sns li:hover {
	transform: scale(1.1);
	opacity: 0.5;
}

ul.footer_sns li a img {
    width: 20px;
}

a.footer_official_link {
    display: block;
    text-align: center;
    border: 1px solid;
    width: max-content;
    color: #141414;
    font-family: "Hina Mincho", serif;
    padding: 5px 20px;
    letter-spacing: -0.5px;
    margin: 0 auto 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.footer_official_link:hover {
    background: #141414;
    color: #fff;
}

.footer_logo {
    width: max-content;
    margin: 0 auto;
}

small {
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 20px 0;
}

.footer_inner {
    padding: 100px 0;
}

.nav_logo img {
    width: 120px;
    margin: 0 auto 15px;
}

.nav_logo span {
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
background-image: linear-gradient(45deg,rgba(230, 151, 185, 1) 0%, rgba(64, 168, 215, 1) 25%, rgba(137, 186, 41, 1) 50%, rgba(241, 193, 31, 1) 75%, rgba(230, 151, 185, 1) 100%);
    background-size: 400% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-name: gradationTextAnimation;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes gradationTextAnimation{
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 100% 0;
    }
    100%{
        background-position: 0 0;
    }
}

.nav_sns {
    display: flex;
    justify-content: center;
    margin: 50px 0 25px;
}

.nav_sns a {
    margin: 0 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav_sns a:hover {
	transform: scale(1.1);
	opacity: 0.5;
}

.nav_sns a img {
    width: 20px;
}

.nav_logo {
    width: max-content;
    margin: 0 auto 40px;
}

.nav_inner {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	width: 100%;
}

.attention_text {
    height: 122px;
    overflow: scroll;
    font-size: 1.2rem;
    line-height: 22px;
}

.attention_text a {
    text-decoration: underline;
    color: #141414;
}

.program_member_thumb img {
    width: 100%;
    height: auto;
}

.andmore {
    padding-bottom: 20px;
    text-align: right;
    font-size: 1.8rem;
}


 .post-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .post-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    padding: 1rem;
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
  }

  .user-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .user-info img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ccc; /* ダミー背景 */
  }

  .user-info strong {
    font-size: 1rem;
  }

  .user-info span {
    font-size: 0.875rem;
    color: #666;
  }

  .post-content p {
    margin: 0.5rem 0;
  }

  .post-content ul {
    padding-left: 1.25rem;
    margin: 0.5rem 0;
  }

  .hashtag {
    color: #1da1f2;
    font-weight: bold;
  }

  .x_text {
    font-size:1.3rem;
  }

  .x_title {
    font-size:1.4rem;
  }
@media screen and (max-width: 480px) {
	
.pc_disp {
	display: none!important;
}

.sp_disp {
	display: block!important;
}

body {
    min-width: inherit;
}

header.appear_header {
    top: 20px;
    opacity: 1;
    padding: 0 4%;
    width: 100%;
}

section.fv {
    padding: 0 5%;
}

.fv_logo {
    width: 70%;
    margin: 0 auto;
}

section.fv h1 {
    font-size: 2.4rem;
    letter-spacing: 0;
    line-height: 40px;
}

section.fv h2 {
    font-size: 1.2rem;
    line-height: 25px;
    width: max-content;
    margin: 4px auto 0;
}

.loop_left {
    width: 28px;
}

.loop_right {
    width: 28px;
}
	
.bg_area {
    background-size: 170%;
    padding: 30px 0;
}

.intro_inner {
    padding: 0;
}

.intro_inner p {
    font-size: 1.3rem;
    margin: 15px 0;
    line-height: 26px;
}

.intro_message {
    padding: 0;
}

ul.intro_banners {
    width: 96%;
    margin: 50px auto 0;
    display: block;
}

ul.intro_banners li {
    width: 95%;
    display: block;
    margin: 8px auto 0;
}

ul.intro_banners li a {
    font-size: 1.5rem;
    padding: 15px 0;
}

ul.intro_banners li a span {
    margin-bottom: 0;
    font-size: 2rem;
}

section.history {
    padding: 80px 0;
}

.history_inner h2 {
    font-size: 3rem;
}

.history_inner h2 span {
    font-size: 4rem;
    display: block;
    line-height: 25px;
    width: max-content;
    margin: 0 auto;
}

.history_inner p {
    font-size: 1.3rem;
    line-height: 22px;
    margin: 20px 0;
    padding: 0 6%;
    letter-spacing: 0;
}

.history_odd {
    margin: 30px 0;
    padding: 30px 5%;
    border: none!important;
    flex-wrap: wrap;
    background: rgba(255,255,255,0.5);
    max-width: 95%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05), 0 8px 10px rgba(0,0,0,0.005);
    border-radius: 0 20px 20px 0;
    backdrop-filter: blur(2px);
}

.history_odd h3 {
    font-size: 2.8rem;
    text-align: center;
    line-height: 20px;
}

.history_cap {
    font-size: 1.1rem;
    line-height: 20px;
    padding: 0;
    letter-spacing: 0;
}

.history_odd_text {
    width: 100%;
}

.history_image {
    width: 45%;
    margin: 20px auto 0;
}

.history_even {
    width: 96%;
    margin: 30px 0 30px 4%;
    padding: 30px 5%;
    border: none;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    backdrop-filter: blur(2px);
    border-radius: 20px 0 0 20px;
    background: rgba(255,255,255,0.5);
    box-shadow: 0 15px 40px rgba(0,0,0,0.05), 0 8px 10px rgba(0,0,0,0.005);
}

.history_even h3 {
    font-size: 2.8rem;
    text-align: center;
    line-height: 30px;
}

.history_cap h4 {
    font-size: 2rem;
    text-align: center;
    margin: 30px 0 20px;
}

.history_odd:after,.history_even:after {
    bottom: -31px;
    height: 30px;
}

.next {
    font-size: 2rem;
    padding-top: 10px;
}

section.campaign {
    padding-top: 50px;
}

.campaign_inner h2 {
    font-size: 4rem;
    width: max-content;
    margin: 0 auto;
}

.campaign_title {
    max-width: 68%;
    margin: 20px auto;
}

.campaign_inner p {
    margin: 20px auto;
    padding: 0 6%;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0;
}

.campagin_tag {
    width: 96%;
    margin: 0 auto;
    border-radius: 12px;
    font-size: 1.3rem;
    line-height: 24px;
    padding: 20px 6%;
}

.campaign_present_box {
    padding: 30px 5%;
    width: 94%;
    margin: 10px auto;
    border-radius: 12px;
}

.campagin_present_title {
    margin: 0 auto 20px;
}

.campagin_present_example_title {
    margin: 0 auto 20px;
}

.campagin_present_title h3 {
    font-size: 2rem;
    font-weight: 600;
}

.campagin_present_example_title h3 {
    font-size: 2rem;
    font-weight: 600;
}

.campaign_count {
    font-size: 1.5rem;
    padding: 1px 12px;
    font-weight: 500;
}

.campaign_present_detail {
    display: block;
}

.campaign_present_image {
    width: 100%;
/*     height: 150px;
 */    margin-bottom: 15px;
}

.campaign_present_cap {
    width: 100%;
    font-size: 1.2rem;
    line-height: 22px;
    padding: 0 4%;
    letter-spacing: -0.25px;
}

.attention {
    width: 94%;
    margin: 20px auto 0;
}

.attention h3 {
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 12px 12px 0 0;
}

.attention_inner {
    padding: 20px 6%;
    border-radius: 0 0 12px 12px;
}

.symposium {
    padding: 80px 0 0;
    margin-top: 80px;
}

.symposium_inner h2 {
    font-size: 4rem;
    width: max-content;
    margin: 0 auto;
}

.symposium_title {
    font-size: 2.4rem;
    line-height: 32px;
    margin: 20px auto;
}

.symposium_title span {
    font-size: 1.6rem;
    line-height: 24px;
    margin: 10px auto;
}

.symposium_title span:before {
    font-size: 4rem;
    top: 8px;
    left: -25px;
}

.symposium_title span:after {
    font-size: 4rem;
    top: 8px;
    right: -25px;
}

.symposium_date {
    font-size: 2.2rem;
    font-weight: 500;
    position: relative;
    padding: 15px 0;
    z-index: 9;
    border-radius: 12px;
    width: 94%;
    margin: 0 auto;
}

.symposium_date span {
    font-size: 1.6rem;
}

.symposium_detail_area {
    display: block;
    margin: 20px 0 0;
}

.symposium_detail span {
    font-size: 1.3rem;
    margin-right: 5px;
}

.symposium_detail {
    font-size: 1.4rem;
    margin: 10px 0;
}

a.place_link {
    font-size: 1.1rem;
}

a.ticket_link {
    font-size: 1.8rem;
    padding: 12px 46px;
    margin: 20px auto 40px;
}

a.ticket_link img {
    width: 26px;
    margin-right: 10px;
}

.program_box {
    max-width: 94%;
    border-radius: 12px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 99;
}

.program_head {
    padding: 18px;
}

h3.program_title {
    font-size: 2rem;
    margin-top: 5px;
}

.program_num {
    font-size: 1.3rem;
}

.program_num span {
    font-size: 1.1rem;
    padding: 2px 6px;
    margin-right: 8px;
    letter-spacing: 0;
}

.program_contents {
    padding: 20px 6%;
}

.program_member_name h4 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.program_member_name h4 span {
    font-size: 1.2rem;
    display: block;
    margin: 5px 0;
}

ul.program_member_list {
    display: block;
}

.program_member_thumb {
    width: 28%;
}

ul.program_member_list li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
}

.program_member_name {
    width: 67%;
}

p.program_member_position {
    padding-left: 8px;
    font-size: 1.1rem;
}

ul.program_member_list li:last-child {
    margin-bottom: 0;
}
	
.andmore {
    padding: 20px 0 0;
    font-size: 1.5rem;
}

.footer_inner {
    padding: 40px 0;
}
}