@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');


#top {
	display: block;
	z-index: 1;
}

html { 
height: 100%;
-webkit-appearance: none;
 -webkit-tap-highlight-color: transparent;
}

body, html {
    margin: 0;
    padding: 0;
}


/* Global */
body {
    color: #444;
	font-size: 1em;
	letter-spacing: 1px;
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	overflow-wrap: anywhere;
	height: 100%;
    margin: 0;
	position: relative;
	background-color: #fff;
}

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

.ie8 img {
	width: auto;
}

a:link {
	color: #00aebb;
	text-decoration: none;
	transition-property: all;
  	transition: 0.2s linear;
	border-style: none;
}

a:visited {
	color: #00aebb;
	text-decoration: none;
}

a:hover {
	color: #00C9D8;
	text-decoration: underline;
}


* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

ruby rt {
    display: ruby-text;
    font-size: 8px !important;
    text-align: start;
}


/* ローディング
#loading-screen {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

#loading-circle {
  width: 30px;
  height: 30px;
  border: 3px solid #555;
  border-top-color: #fd6783;
  border-radius: 50%;
}

#main-content {
   margin: 0;
  padding: 0;
  display: none;
} 
*/


.container {
	width: 92%;
	max-width: 1000px;
	margin: auto;
	position: relative;
}

.container1100 {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	position: relative;
	padding: 0 80px;
	background-color: #fff8f0;
}

.container1200 {
	width: 92%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.container1400 {
	width: 92%;
	max-width: 1400px;
	margin: auto;
	position: relative;
}


.main_p {
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
}


/* Navigation */
.menu {
	width: 100%;
    position: fixed;
    top: 0;
    z-index: 9900;
	background-color: #fff;
}


/* ヘッダーメニュー */
.header_menu {
	text-align: center;
    transition: .6s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 3em 0 2em;
}

.h1_mov {
	width: 30%;
	text-align: left;
	opacity: 1;
}

.h1_mov h1 {
	width: 230px;
}

h1 span {
	display: inline-block;
}

.header_sns ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 0 0 2em;
	padding: 0;
	list-style-type: none;
	width: 70%;
}

.header_sns li {
	margin: 0 0 0 1rem;
	padding: 0;
}

.header_sns img {
	width: auto;
	height: 40px;
	margin: 0 0 0 10px;
}


.wrap {
	top: 0;
    flex: 1;
	position: relative;
	margin: 0;
}


.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:0;
}


/* Slide 1 */
#slide1 {
	position: relative;
    width: 100%;
	overflow: hidden;
	margin: 70px 0 0;
}

.slide1_kv {
    width: 100%;
    height: auto;
    display: block;
}

.youtube-embed {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 23%; /* 初期サイズ */
    max-width: 500px;
    aspect-ratio: 16 / 9; /* 比率を維持 */
    padding: 15px; /* 白枠のための余白 */
    background-color: white; /* 白枠の色 */
    border-radius: 10px; /* 角を丸く */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* 軽い影を追加 */
}

.youtube-embed iframe {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px; /* 内側の角も少し丸める */
}


/* Slide 2 - NEWS */ 
#slide2 {
	margin: 0;
	padding: 80px 0;
	width: 100%;
	position: relative;
	background-color: rgba(255, 255, 255, 0.97);
}

.slide2_flex {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.slide2_flex .title {
	width: 20%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.slide2_flex .title img {
	width: 160px;
	margin: 0;
}

.slide2_flex .description {
	width: 75%;
	border-top: 1px solid #bbb;
}

#slide2 h2 {
	color: #444;
	font-size: 2rem;
	line-height: 1em;
	text-align: left;
	margin: 0 0 20px;
	padding: 0;
}

.news_btn {
	color: #666;
	font-size: 0.85em;
	line-height: 1em;
	font-weight: 600;
	margin: 0 50px 0 0;
	padding: 0 0 0 10px;
}

.btn002-02 {
    height: 36px;
    position: relative;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
	margin: 0;
}


/* くの字アイコン */
.btn002-02 .arrow {
    width: 20px;
    height: 20px;
    position: relative;
    display: grid;
    place-items: center;
    background-color: #00aebb;
    border-radius: 30px;
    overflow: hidden;
}
.btn002-02 .arrow span {
    margin-left: 4px;
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
    height: 8px;
    aspect-ratio: 1;
    background-color: #fefefe;
}
.btn002-02 .arrow__item02 {
    position: absolute;
    transform: translateX(-400%);
}
/* ホバーアニメーション */
.btn002-02:hover .arrow__item01 {
    transition: transform 0.3s ease-in-out;
    transform: translateX(400%);
}
.btn002-02:hover .arrow__item02 {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

.news_btn a {
	color: #666;
}

dl.news_dl {
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 15px 5px;
	border-bottom: 1px solid #bbb;
	display: flex;
	position: relative;
}

.news_dl dt {
	font-size: 0.9em;
	line-height: 1.9em;
	margin: 0;
	padding: 0;
	color: #999;
	min-width: 130px;
}

.news_dl dd {
	font-size: 0.9em;
	line-height: 1.9em;
	margin: 0;
	padding: 0;
}



/* Slide 3 メインコンテンツ */
#slide3 {
	text-align: center;
	margin: 0;
	padding: 50px 0 120px;
	position: relative;
}

.slide3_mgTop {
	margin-top: 80px !important;
}

.tabs-container {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
	position: relative;
}

/* スクロール可能な領域 */
.tabs-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    flex-grow: 1;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: center;
    padding-left: 25px;
	position: relative;
	z-index: 10;
}

/* スクロールバーを非表示 */
.tabs-wrapper::-webkit-scrollbar {
    display: none;
}

/* タブメニュー */
.tabs {
	position:relative;
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.tab {
	position:relative;
	z-index:1;
	color: #FFF;
	font-size: 0.95em;
	line-height: 1.5em;
    text-align: center;
	margin: 0 6px 0 0;
    padding: 14px 20px 7px;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    cursor: pointer;
	transition: background-color 0.3s ease;
    flex-shrink: 0;
	border-bottom: 5px solid #895746;/* These properties help maintain consistent box sizing across browsers */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Adding display styles for better consistency */
    display: flex;
    align-items: flex-end;
    height: 50px; /* Set a fixed height */
}

.tab.active {
	border: 3px solid #895746;
	position: relative;
	z-index: 10;
	pointer-events: none;
    margin-bottom: -3px;
}

.tab i {
    align-self: center; /* アイコンのみ中央揃え */
    margin-bottom: 5px; /* 下部からの距離を調整 */
}


.tab a {
	color: #FFF;
}

.tab a:hover {
	text-decoration: none;
}

.tab:nth-child(1) {
    background-color: #EF6BA0; /* 1番目のタブ */
}

.tab:nth-child(2) {
    background-color: #F2A824; /* 2番目のタブ */
}

.tab:nth-child(3) {
    background-color: #00C9D8; /* 3番目のタブ */
}

.tab:nth-child(4) {
    background-color: #41BC88; /* 4番目のタブ */
}

.tab:nth-child(5) {
    background-color: #8E63CE; /* 5番目のタブ */
}

.tab:nth-child(1).active { border-bottom-color:#EF6BA0; }
.tab:nth-child(2).active { border-bottom-color:#F2A824; }
.tab:nth-child(3).active { border-bottom-color:#00C9D8; }
.tab:nth-child(4).active { border-bottom-color:#41BC88; }
.tab:nth-child(5).active { border-bottom-color:#8E63CE; }


.tab:nth-child(1):hover {
    background-color: rgba(239, 107, 160, 0.75); /* EF6BA0 */
}

.tab:nth-child(2):hover {
    background-color: rgba(242, 168, 36, 0.75); /* F2A824 */
}

.tab:nth-child(3):hover {
    background-color: rgba(0, 201, 216, 0.75); /* 00C9D8 */
}

.tab:nth-child(4):hover {
    background-color: rgba(65, 188, 136, 0.75); /* 41BC88 */
}

.tab:nth-child(5):hover {
    background-color: rgba(142, 99, 206, 0.75); /* 8E63CE */
}


@media (max-width: 1024px) {
.slide3_mgTop {
	margin-top: 50px !important;
}

    .tabs-container {
        max-width: 100%;
    }

    .tabs-wrapper {
        justify-content: flex-start;
        width: 100vw;
        padding-left: 0; /* 1024px以下では左の余白をなくす */
    }

    .tabs {
        margin: 0;
        width: 100%;
    }

    .tab {
        flex: 1;
        text-align: center;
    }
}

/* コンテンツエリア */
.tab-content {
    display: none;
    padding: 70px 0 50px;
}

.tab-content.active {
    display: block;
}

.content_bg {
background: url(../images/common/bg_illust.png) repeat #fff8f0;
border-top: 5px solid #895746;
border-bottom: 1px solid #ae997f;
position: relative;
z-index: 1;
margin-top: -5px;
}

/* スクロールボタン */
.scroll-btn {
	color: #666;
    font-size: 1em;
    background-color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 1024px以上ではスクロールボタンを非表示 */
@media (min-width: 1025px) {
    .scroll-btn {
        display: none;
    }
}

/* 1024px以下ではスクロールボタンを表示 */
@media (max-width: 1024px) {
    .scroll-btn {
        display: flex;
    }
}

/* 無効時のスタイル */
.scroll-btn:disabled {
    opacity: 0.3;
    cursor: default;
}


/* slide3 メインコンテンツエリア */
.tab-content h2 {
	color: #895746;
    font-size: 1.2em;
    line-height: 2.4em;
    text-align: center;
    margin: 0 auto 40px !important;
    padding: 0;
	display: flex;
  justify-content: center;
  align-items: center;
}

.h2_main {
	font-size: 1.7em;
}

.h2_sub {
	color: #895746;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	margin-top: -30px;
}

/* アイコンはてな */
.fa-inverse {
color: #fff;
}

.fa-question {
  font-size:1em;
}

.fa-circle_bg_02 {
  color:#F2A824;
}

.fa-circle_bg_03 {
  color:#00C9D8;
}

.fa-calendar-alt {
  font-size:1em;
}

.fa-circle_bg_04 {
  color: #41BC88;
}

.fa-book-open {
  font-size:1em;
}

.fa-circle_bg_05 {
  color: #8E63CE;
}

.fa-money-check-edit {
  font-size:1em;
}


.lead_txt p {
font-size: 1.1em;
line-height: 2.5em;
text-align: center;
margin: 0 auto 30px;
padding: 0;
width: 100%;
max-width: 880px;
}

.j_map {
	margin: auto;
	width: 100%;
	max-width: 310px;
}


.main_area {
	width: 100%;
	margin: 0;
	padding: 0;
}

.top_notes {
	color: #F5505D;
	font-size: 0.8em;
	line-height: 1.8em;
	margin-top: 0;
	margin-bottom: 50px;
}

.top_notes_02 {
	color: #F5505D;
	font-size: 1em;
	line-height: 2.2em;
	margin: 0;
	margin: 40px 0 60px;
	padding: 0;
}

.top_notes_02 .first_txt {
	text-align: left;
	margin: 0 0 5px;
}

.top_notes_02 ul {
	text-align: left;
	width: 100%;
	margin: 0 0 0 20px;
	padding: 0;
}

.top_notes_02 li {
	margin: 0;
	padding: 0;
}

.h3_about {
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
    background: url(../images/slide3/line_wave_yellow.svg) repeat-x bottom left;
    background-size: 28px;
}

.h3_schedule {
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
    background: url(../images/slide3/line_wave_blue.svg) repeat-x bottom left;
    background-size: 28px;
}

.h3_rulebook {
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
    background: url(../images/slide3/line_wave_green.svg) repeat-x bottom left;
    background-size: 28px;
}

.h3_entry {
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
    background: url(../images/slide3/line_wave_purple.svg) repeat-x bottom left;
    background-size: 28px;
}

.h3_sub {
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: 600;
	margin: 0;
}

.h3_sub span {
	font-size: 0.5em;
	font-weight: 400;
}

.h3_mgTop {
	margin-top: 100px;
}

.main_area p {
	font-size: 0.95em;
    line-height: 1.9em;
    text-align: left;
    margin: 30px auto 20px;
    padding: 0;
}

.p_center_01 {
	font-size: 1em !important;
    line-height: 2.2em !important;
    text-align: center !important;
    margin: 30px auto 20px !important;
}

.p_top_01 {
	font-size: 1em !important;
    line-height: 2.2em !important;
    margin: 30px auto 20px !important;
}

.main_area .notes {
	font-size: 0.82em;
	line-height: 1.7em;
	text-align: left;
	margin: 20px 0 20px;
	padding: 0;
}

.words_dl {
	width: 100%;
	margin: 0;
	padding: 0;
}

.words_dl dt {
  color: #00AEBB;
	font-size: 1.3em;
    line-height: 1.4em;
    text-align: left;
	font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 10px;
    padding: 0;
}

.words_dl dt span {
  font-size: 0.8em;
}

.transform_x {
	transform: scaleX(-1);
}

.words_dl dd {
	font-size: 0.95em;
    line-height: 1.8em;
    text-align: left;
    margin: 0 0 40px;
    padding: 0;
}


/* Slide 3 メインコンテンツ */
/* Slide 3 about */
.under_txt {
	display: flex;
	flex-wrap: wrap;
	 justify-content: center;
	align-items: flex-end;
	width: 100%;
	margin: 0;
	padding: 2em 0 4em;
	font-size: 1.5em;
	line-height: 1;
	position: relative;
	letter-spacing: 3px;
}

.under_txt::before,
.under_txt::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #faa94d;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: 0;
  vertical-align: middle;
  bottom: -0.3em; /* 下に移動 */
}
 
.under_txt::before {
  transform: rotate(-35deg);
}
 
.under_txt::after {
  transform: rotate(35deg);
}

.contents_menu {
	margin: 0 auto;
	padding: 0;
}

.contents_menu ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	 justify-content: center;
	width: 100%;
	margin: 10px 0 60px;
	padding: 0;
}

.contents_menu li {
	font-size: 0.9em;
	line-height: 1;
	margin: 0 0.4em 10px;
	display: inline-block;
	background-color: #895746;
	border-radius: 20px; 
}

.contents_menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.7em 1em;
	border-radius: 20px; 
}

.contents_menu li a:hover {
	background-color: #F2A824;
}

.contents_menu li.active a {
	background-color: #F2A824 !important;
}

.about_txt {
    width: 100%;
    max-width: 800px;
	margin: auto;
}

.about_txt .p_large {
    font-size: 1.1em !important;
    line-height: 2.5em !important;
    margin: 0 auto 30px !important;
    padding: 0;
}

.about_txt .p_small {
	color: #666;
    font-size: 0.9em !important;
    line-height: 1.8em !important;
    margin: 30px 0 !important;
    padding: 0;
}

/* Slide 3 スケジュール */
.h3_title {
	font-size: 1.3rem;
    line-height: 1.4em;
    text-align: center;
	letter-spacing: 5px;
	font-weight: 500;
    margin: 0 0 10px;
    padding: 0;
}

table.outline { 
	border-collapse: collapse;
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	width: 100%;
	border: thin solid #999;
	margin: 0;
	background-color: #fff;
}

.outline th { 
	font-weight: normal;
	text-align: center; 
	letter-spacing: 3px; 
	border: thin solid #999;
	padding: 1em 1em 0.6em;
	background-color: #ffebd5;
}

.outline td { 
	border: thin solid #999;
	padding: 1em 0.5em 1em 1em;
}

.outline td span {
	font-size: 0.8em;
}

.outline .th01 {
	width: 190px;
}

.outline .th02 {
	width: 100px;
}

.outline .th03 {
	width: 240px;
}

.outline .th04 {
	width: 230px;
}

.notes_wrap {
	margin: 60px 0 0;
	border: 1px dashed #666;
	padding: 1.5em 2em 0.5em;
	background-color: #fff;
}

.h4_title {
	font-size: 1.1rem;
    line-height: 1.4em;
    text-align: center;
	font-weight: 500;
    margin: 0 0 20px;
    padding: 0;
}

.notes_wrap .p_main {
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: left;
	margin: 0 0 10px;
}

.notes_wrap ul {
	margin: 0;
	padding: 0;
}

.notes_wrap ul li {
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: left;
	margin: 0 0 10px 20px;
	padding: 0;
}

.notes_wrap .notes {
	font-size: 0.8em;
	line-height: 1.7em;
	text-align: left;
	margin: 20px 0 20px;
	padding: 0;
}


/* Slide 3 おしらせ */
.info_column {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
}

.info_column .title {
	width: 20%;
	margin: 0 auto;
	padding: 0;
}

.info_column .description {
    width: 100%;
    border-top: 1px solid #bbb;
	margin-bottom: 40px;
}


/* Slide 3 ルールブック */
.update-date {
    font-size: 0.85em;
    color: #666;
    text-align: right;
    margin-top: 0.5em;
}

.update-date span {
   padding: 2px;
	border: thin solid #999;
	display: inline-block;
}

ul.rule_banners {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: 40px 0 0;
	padding: 0;
	list-style-type: none;
}

.rule_banners_mg {
	margin: 70px 0 !important;
}

.rule_banners li {
	width: 24.5%;
	margin: 0 0 5px;
}

.rule_banners li .img_01 {
	width: auto;
	margin: 0 10px 0 0;
	height: 26px;
}

.rule_banners li .img_02 {
	width: 30px;
	margin: 0 10px 0 0;
	padding-bottom: 5px;
	height: auto;
}

.rule_banners li .img_03 {
	width: auto;
	margin: 0 10px 0 0;
	padding-bottom: 2px;
	height: 25px;
}
        
.rule_banners li a {
    color: white;
	font-size: 0.85em;
	line-height: 1.6em;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 8px 6px;
    border-radius: 4px;
    transition: transform 0.2s, box-shadow 0.2s;
	max-height: 40px;
}
        
.rule_banners li:hover {
    color: white;
    border-radius: 4px;
	transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    text-decoration: none;
}
        
/* 8色のバナー */
.banner-field { background: #FF85C1; } /* ローズピンクとパステルピンクの中間 */
.banner-equipment { background: #FFB34D; } /* オレンジとパステルオレンジの中間 */
.banner-flow { background: #4DD0E1; } /* シアンとパステルターコイズの中間 */
.banner-score { background: #FFD54F; } /* アンバーとパステルイエローの中間 */
.banner-retry { background: #BA68C8; } /* パープルとパステルパープルの中間 */
.banner-violation { background: #FF7979; } /* レッドとパステルレッドの中間 */
.banner-robot { background: #81C784; } /* グリーンとパステルグリーンの中間 */
.banner-materials { background: #64B5F6; } /* ブルーとパステルブルーの中間 */

.h3_rulebook .icon_01 {
	width: auto;
	margin: 0 10px 0 0;
	height: 26px;
}

.h3_rulebook .icon_02 {
	width: 30px;
	margin: 0 10px 0 0;
	height: auto;
}

.h3_rulebook .icon_03 {
	width: auto;
	margin: 0 10px 0 0;
	height: 24px;
}

.invert-img {
  filter: invert(1);
  margin-right: 10px !important;
}

.field-downloads {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
margin: 20px 0;
}

.download-btn {
color: white !important;
font-size: 0.95em;
line-height: 1.4em;
text-align: center;
font-weight: 500;
text-decoration: none;
margin: 0;
padding: 12px 20px;
border-radius: 6px;
transition: transform 0.2s;
position: relative;
}

.download-btn:after {
content: "⇓";
position: absolute;
right: 15px;
top: 25px;
}

.download-btn a {
color: white !important;
}

.download-btn:hover {
transform: translateY(-2px);
color: white;
text-decoration: none;
}

.download-btn {
background: #aaa;
pointer-events: none;
}

/* 2つのダウンロードボタンをサイトの色合いに
.download-btn:first-child {
background: #00aebb;
}

.download-btn:last-child {
background: #FF69B4;
}
 */
 
 
table.rule_table_01 {
    border-collapse: collapse;
    font-size: 0.95em;
    line-height: 1.8em;
    text-align: left;
    width: 100%;
    border: thin solid #999;
    margin: 30px 0 0;
    background-color: #fff;
}

.rule_table_01 th { 
	font-weight: normal;
	letter-spacing: 1px; 
	border: thin solid #999;
	padding: 1em 1em 0.6em;
	background-color: #fde3fa;
}

.rule_table_01 td { 
	border: thin solid #999;
	padding: 1em 0.5em 1em 1em;
}

.rule_table_01 .th01 {
	width: 200px;
}

.rule_table_01 .th02 {
	width: 200px;
	background-color: #fdf3fd;
	padding-left: 2em;
}


table.rule_table_02 {
    border-collapse: collapse;
    font-size: 0.95em;
    line-height: 1.8em;
    text-align: center;
    width: 100%;
    border: thin solid #999;
    margin: 30px 0 0;
    background-color: #fff;
}

table.rule_table_02 caption {
	color: #fff;
    font-size: 1em;
    line-height: 1.8em;
    text-align: center;
    width: 100%;
    background-color: #9d989b;
    margin: 30px 0 0;
	padding: 8px;
}

.rule_table_02 th { 
	font-weight: normal;
	letter-spacing: 3px; 
	border: thin solid #999;
	padding: 1em 1em 0.6em;
	background-color: #fdf3fd;
}

.rule_table_02 td { 
	border: thin solid #999;
	padding: 1em 0.5em 1em 1em;
}

.rule_table_02 .th01 {
	text-align: left;
	width: 200px;
	background-color: #f4f3f1;
}

.rule_table_02 .td_Left {
	text-align: left;
}


table.rule_table_03 {
    border-collapse: collapse;
    font-size: 0.95em;
    line-height: 1.8em;
    text-align: left;
    width: 100%;
    border: thin solid #999;
    margin: 30px 0 0;
    background-color: #fff;
}

table.rule_table_03 caption {
    color: #fff;
    font-size: 1em;
    line-height: 1.8em;
    text-align: center;
    width: 100%;
    background-color: #9d989b;
    margin: 30px 0 0;
	padding: 8px;
}

.rule_table_03 th { 
	font-weight: normal;
	letter-spacing: 1px; 
	border: thin solid #999;
	padding: 1em 1em 0.6em;
	background-color: #f4f3f1;
}

.rule_table_03 td { 
	border: thin solid #999;
	padding: 1em 0.5em 1em 1em;
}

.rule_table_03 .th01 {
	width: 150px;
}

.rule_table_03 .td_01 {
	border-right-style: dashed;
}

.rule_table_03 .td_02 {
	border-left-style: none;
}

.table_ul {
	width: 93%;
	margin: 0 auto 0 20px;
	padding: 0;
	text-align: left;
}

.table_ul li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.rule_ul {
	width: 100%;
	margin: 0 0 0 20px;
	padding: 0;
}

.rule_ul li {
	font-size: 0.95em;
    line-height: 1.8em;
    text-align: left;
	margin: 0 0 8px;
	padding: 0;
}

.competition-type {
display: flex;
gap: 20px;
margin-bottom: 40px;
}

.type-card {
flex: 1;
padding: 20px 10px 0 20px;
border-radius: 12px;
border-left: 5px solid;
background: #fff;
}

.online-card {
border-left-color: #FF6B9D;
border-top: thin solid #FF6B9D;
border-right: thin solid #FF6B9D;
border-bottom: thin solid #FF6B9D;
}

.tokyo-card {
border-left-color: #4ECDC4;
border-top: thin solid #4ECDC4;
border-right: thin solid #4ECDC4;
border-bottom: thin solid #4ECDC4;
}

.type-title {
font-size: 1.3em;
line-height: 1.5em;
font-weight: 600;
text-align: left;
margin-bottom: -10px;
}

.setting {
margin-bottom: 40px;
padding: 25px;
background: #fff;
border-radius: 12px;
border: 1px solid #ede2e1;
}

.setting-header {
display: flex;
align-items: center;
margin-bottom: 20px;
}

.setting-number {
color: white;
font-size: 1.2em;
font-weight: bold;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #4DD0E1;
margin-right: 15px;
border-radius: 50%;
}

.setting-number_1 {
color: white;
font-size: 1.2em;
font-weight: bold;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #64B5F6;
margin-right: 15px;
border-radius: 50%;
}

.setting-title {
font-size: 1.4em;
font-weight: 600;
color: #2c3e50;
margin: 0;
}

.mission {
background: white;
padding: 20px;
margin: 15px 0;
border-radius: 8px;
border-left: 4px solid;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.mission-title {
color: #00c0e5;
font-size: 1.15em;
text-align: left;
font-weight: bold;
margin: 0 0 -15px;
}

.mission-title_1 {
color: #64B5F6;
font-size: 1.15em;
text-align: left;
font-weight: bold;
margin: 0 0 -15px;
}

.highlight {
font-size: 1em;
line-height: 1.6em;
text-align: left;
background: #fdf3fd;
margin: 20px 0;
padding: 15px;
border-radius: 8px;
}

.subsection {
background: #fff;
border-radius: 6px;
border: 2px dotted #4DD0E1;
margin: 15px 0;
padding: 20px;
}

.subsection_1 {
background: #fff;
border-radius: 6px;
border: 2px dotted #64B5F6;
margin: 15px 0;
padding: 20px 20px 0;
}

.subsection_2 {
background: #fff;
border-radius: 6px;
border: 2px dotted #41BC88;
margin: 30px 0;
padding: 20px 20px 0;
}

.subsection-title {
color: #00c0e5;
font-size: 1.15em;
line-height: 1;
text-align: left;
font-weight: bold;
margin: 0 0 -15px;
}

.subsection_ul {
	width: 100%;
	margin: 30px 0 20px 20px;
	padding: 0;
}

.subsection_ul li {
	font-size: 0.95em;
    line-height: 1.9em;
    text-align: left;
	margin: 0;
	padding: 0;
}

.setting_note {
font-size: 0.85em;
line-height: 1.7em;
text-align: left;
margin: 0;
background-color: #edf7fe;
padding: 0.8em;
border-radius: 4px;
}

.setting_note_1 {
text-align: left;
margin: 30px 0 40px;
background-color: #fff;
padding: 1em 0.8em;
border-radius: 6px;
border: thin solid #41BC88;
}

.setting_note_1 ul {
margin: 0 15px 0 20px;
padding: 0;
}

.setting_note_1 li {
font-size: 0.9em;
line-height: 1.7em;
margin: 0;
}

.setting_note_1 p {
font-size: 0.85em;
line-height: 1.7em;
margin: 10px 0 0;
}

.time-info {
color: white;
font-size: 1em;
font-weight: 600;
display: inline-block;
background: #c654d9;
margin: 0;
padding: 10px 16px;
border-radius: 20px;
}

.score-overview {
text-align: center;
margin-bottom: 30px;
padding: 25px;
background-color: #FFD54F;
border-radius: 12px;
}

.score-overview h4 {
	font-size: 1.5em;
	line-height: 1;
	margin: 0;
}

.total-score {
font-size: 3em;
font-weight: bold;
margin: 10px 0 30px;
}

.score-breakdown {
display: flex;
justify-content: space-around;
align-items: center;
margin-top: 20px;
margin-right: auto;
width: 100%;
max-width: 500px;
margin-left: auto;
}

.score-item {
text-align: center;
}

.score-value {
font-size: 1.8em;
font-weight: bold;
display: block;
}

.score-label {
font-size: 0.9em;
opacity: 0.9;
}

.score_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
width: 100%;
margin: 0;
padding: 1em;
background-color: #FFD54F;
border-radius: 4px;
}

.score_wrap .score_title {
color: #895746;
font-size: 1.2em;
line-height: 1;
font-weight: 500;
margin: 0;
}

.score_wrap .score {
font-size: 1.2em;
line-height: 1;
font-weight: 500;
margin: 0;
}

.score_wrap .score span {
font-size: 1.5em;
margin-right: 2px;
}

.score_h4 {
font-size: 1.2em;
line-height: 1.5em;
font-weight: 500;
text-align: left;
color: #000;
margin-bottom: 15px;
}

.score_type {
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.score-card {
border-top: thin solid #4DD0E1;
border-right: thin solid #4DD0E1;
border-bottom: thin solid #4DD0E1;
padding: 20px 10px 20px 20px;
border-radius: 12px;
border-left: 5px solid #4DD0E1;
background: #fff;
text-align: left;
width: 48%;
margin: 0 0 20px;
}

.card-title {
font-size: 1em;
line-height: 1.5em;
font-weight: 600;
text-align: left;
margin-bottom: 10px;
}

.card-score {
color: #41BC88;
font-size: 2em;
font-weight: bold;
margin: 0 0 15px;
}

.card-txt {
color: #666;
font-size: 0.8em;
line-height: 1.6em;
font-weight: normal;
font-style: normal;
}

.score_notes {
    background-color: #edf7fe;
    margin: 0;
    padding: 0.8em;
    border-radius: 4px;
}

.score_notes p {
    font-size: 0.85em;
    line-height: 1.7em;
    text-align: left;
    margin: 0 0 8px;
}

.score_notes ul {
    width: 100%;
    margin: 0 0 0 20px;
    padding: 0;
}

.score_notes ul  li {
    font-size: 0.85em;
    line-height: 1.7em;
    text-align: left;
    margin: 0 0 5px;
    padding: 0;
}



.tiebreaker-title {
font-size: 1.1em;
color: #41BC88;
font-weight: bold;
text-align: left;
margin: 0 0 -10px;
}

.tiebreaker-steps {
list-style: none;
padding: 0;
counter-reset: step-counter;
}

.tiebreaker-steps li {
font-size: 0.95em;
line-height: 1.9em;
text-align: left;
counter-increment: step-counter;
margin: 5px 0;
padding-left: 40px;
position: relative;
}

.tiebreaker-steps li::before {
font-size: 0.9em;
font-weight: 500;
content: counter(step-counter);
position: absolute;
left: 0;
top: 0;
background: #9d989b;
color: white;
width: 25px;
height: 25px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}


.kit-item {
	text-align: left;
	margin: 0 0 30px;
}

.kit-name {
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 600;
	margin: 0;
}

.kit-details {
	font-size: 0.95em;
	line-height: 1.5em;
	margin: 5px 0 0 1.5em;
}

.kit-notes {
	font-size: 0.85em;
	line-height: 1.6em;
	margin: 5px 0 0 1.5em;
}

.kit-notes_1 {
	font-size: 0.85em;
	line-height: 1.6em;
	text-align: left;
	margin: 5px 0 20px;
}

.free_item {
	font-size: 0.95em;
	line-height: 1.8em;
	text-align: left;
	margin: 0 0 20px;
}

.free_item span {
	display: inline-block;
}



/* Slide 4 ギャラリー */
#slide4 {
	text-align: center;
	margin: 0;
	padding: 0 0 150px;
	position: relative;
}

.h2_gallery {
	text-align: center;
    margin: 0 auto;
	width: 350px;
}


/* Slide 5 名義欄 */
#slide5 {
	text-align: center;
	margin: 0;
	padding: 0 0 80px;
	position: relative;
}

hr.hr_sponsorship {
	border-top: thin solid #ddd;
	margin: 1.5em 0;
}

dl.sponsorship { 
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: center;
}

.sponsorship dt { 
	font-size: 1.1em;
	line-height: 1;
	text-align: left;
	width: 15%;
	margin: 0;
	padding: 0;
}

.sponsorship dd { 
	font-size: 1em;
	line-height: 2em;
	text-align: left;
	width: 80%;
	margin: 0;
	padding: 0;
}

.sponsorship .dd_txt span {
	display: inline-block;
	margin-right: 20px;
}

.sponsorship dd a {
	color: #444;
	text-decoration: underline;
}

.sponsorship dd a:hover {
	color: #999;
}

.sponsorship .dd_logo img { 
	margin: 0 20px 0 0;
}



/* footer */ 
footer {
	margin: 0;
	padding: 160px 0 50px;
	background: url(../images/common/line.svg) repeat-x;
}

.footer_flex {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.footer_flex .logo_wrap {
	width: 30%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.footer_flex .link_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 65%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

footer h2 {
    width: 230px;
	margin: 0 0 30px;
}

.footer_sns ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_sns li {
    margin: 0 1rem 0 0;
    padding: 0;
}

.footer_sns img {
    width: auto;
    height: 35px;
    margin: 0;
}

.footer_note {
	display: flex;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 100%;
    max-width: 1200px;
	margin: 10px auto 0;
	padding: 0 3rem 0 1rem;
}

.footer_pp {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0;
	width: 50%;
}

.footer_pp a {
	color: #666 !important;
}

.note_txt {
	color: #aaa;
	font-size: 0.75em;
	line-height: 1.6em;
	text-align: right;
	margin: 0;
	width: 50%;
}

.footer_flex .link_wrap ul {
	margin: 0 0 0 100px;
	padding: 0;
	list-style-type: none;
}

.footer_flex .link_wrap li {
	font-size: 1em;
	line-height: 3em;
	margin: 0 0 0 10px;
	padding: 0;
	display: flex;
}

.footer_flex .link_wrap li i {
	width: 30px;
	text-align: center;
}

.footer_flex .link_wrap li a {
	color: #666 !important;
}

.footer_flex .link_wrap li .i_01 {
    color: #EF6BA0;
}

.footer_flex .link_wrap li .i_02 {
    color: #F2A824;
}

.footer_flex .link_wrap li .i_03 {
    color: #00C9D8;
}

.footer_flex .link_wrap li .i_04 {
    color: #41BC88;
}

.footer_flex .link_wrap li .i_05 {
    color: #8E63CE;
}

.footer_flex .link_wrap li .i_06 {
    color: #ff3b61;
}


.copyright {
	color: #888;
	font-size:0.9em;
    line-height: 1.3em;
	text-align: center;
	padding: 60px 0 0;
}



/* hr ライン */
hr.hr_thin {
	border-top: thin solid #e9e9e9;
}

hr.hr_thin_ccc {
	border-top: thin solid #ccc;
}

hr.hr_thin_bbb {
	border-top: thin solid #bbb;
}

hr.hr_thin_sb {
	border-top: thin solid #e9dac0;
}

/* SNSボタン配置-sp */
.sns_wrap {
	display: none;
}



/* アンダーライン */
.under {
    background: linear-gradient(transparent 60%, #CED8FF 40%);
}

/*svg　色変更*/
.color_white {
  filter: invert(100%) sepia(5%) saturate(395%) hue-rotate(10deg) brightness(112%) contrast(105%);
}


/*フローティングバナー*/
.floating-banner {
    position: fixed;
    bottom: -5px;
    right: 5px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
	width: 100px;
}

.floating-banner img {
    width: 100%;
	margin-bottom: 10px;
}


.anchor-target {
scroll-margin-top: 2000px;
}

/*「PCでは非表示 = hidden_pc」、「スマートフォンでは非表示 = hidden_sp」*/
.hidden_pc {
	display: none;
}
.hidden_sp {
	display: block;
}





@media screen and (max-width: 1024px) {
/*slide3-1024*/
#slide3 {
    padding: 50px 0 100px;
}

/*ルールブック-1024*/
ul.rule_banners {
    justify-content: flex-start;
}

.rule_banners li {
    width: 32.5%;
    margin: 0 3px 5px 2px;
}

/*slide4-1024*/
#slide4 {
    padding: 0 0 100px;
}

/*slide5-1024*/
.sponsorship dt {
	font-size: 1em;
    padding: 0 0 0 2.5rem;
}

.sponsorship dd {
	font-size: 0.95em;
    padding: 0 1rem 0 0;
}
}


@media screen and (max-width: 912px) {
/*container-912*/
.container1100 {
	padding: 0 50px;
}

.lead_txt p {
	text-align: left;
}
}


@media screen and (max-width: 820px) {
.header_menu {
    padding: 0 3em 0 1em;
}

/*YouTube-820*/
.youtube-embed {
    bottom: 5px;
    right: 5px;
    width: 23%;
    padding: 8px;
	border-radius: 6px;
}

/*slide2 お知らせ-820*/
.slide2_flex .title {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#slide2 h2 {
    text-align: center;
}

.news_btn {
    margin: 0 0 5px;
    padding: 0;
}

.btn002-02 {
    justify-content: flex-end;
}

.slide2_flex .description {
    width: 100%;
}

/*slide3メインコンテンツ-820*/
.tab {
    font-size: 0.9em;
}

.tab-content h2 {
    font-size: 1.1em;
}

.h2_main {
    font-size: 1.6em;
}

.contents_menu li {
    margin: 0 0.2em 10px;
}

.contents_menu li a {
    padding: 0.7em 0.5em;
}

/*テーブルoutline-820*/
.outline .th03 {
	width: 180px;
}

/*footer-820*/
footer {
	margin: 0;
	padding: 100px 0 50px;
	background: url(../images/common/line-sp.svg) repeat-x;
}

.footer_flex .link_wrap ul {
    margin: 0 10px 0 10px;
    padding: 0;
    list-style-type: none;
}
}


@media screen and (max-width: 768px) {
/*container-768*/
.container1100 {
	padding: 0 40px;
}

/*slide3-768*/
.contents_menu li a {
   padding: 0.7em 0.3em 0.7em 0.5em;
}
}



@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


@media screen and (max-width: 640px) {
/*container-sp*/
.container {
    width: 90%;
}

.container1100 {
	padding: 0 5%;
}

.container1200 {
	width: 90%;
}

.h1_mov h1 {
	width: 130px;
}

.header_menu {
	height: 50px;
	margin-top: 5px;
}

.header_sns {
	display: none;
}

/* SNSボタン配置-sp */
.sns_wrap {
	display: block;
}

.sns_link_sp ul {
	position: fixed;
	bottom: 0;
	left: 0;
    display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 48px;
	list-style-type: none;
	background-color: #fff;
	box-shadow: 0 0 4px #ccc;
	margin: 0;
	padding: 10px 0;
	z-index: 100;
}

.sns_link_sp li {
	text-align: center;
	margin: 0;
	width: 20%;
}

.sns_link_sp .no_link {
	filter: invert(100%) brightness(90%);
	opacity: 0.8;
	pointer-events: none !important;
}

.sns_link_sp li img {
	width: auto;
	margin-top: 3px;
	height: 30px;
}

/* slide1 -sp */
#slide1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 55px 0 0;
}

/*YouTube-sp*/
.youtube-embed {
    bottom: 3px;
    right: 3px;
    width: 35%;
    padding: 5px;
	border-radius: 4px;
}

/* slide2 お知らせ-sp */
#slide2 {
    padding: 40px 0 60px;
}

#slide2 h2 {
    font-size: 1.5rem;
    line-height: 1.5em;
    text-align: center;
	margin-bottom: 0;
}

.news_btn {
    font-size: 0.8em;
}

dl.news_dl {
    flex-wrap: wrap;
}

.news_dl dt {
    width: 100%;
}

.news_dl dd {
    width: 100%;
}

/* slide3 about-sp */
.about_txt .p_large {
    font-size: 1em !important;
    line-height: 2.2em !important;
}

/* slide3 スケジュール-sp */
#slide3 {
    padding: 0 0 50px;
}

.top_notes {
	text-align: left;
}

.tab-content {
    padding: 30px 0 20px;
}

.tab-content h2 {
    font-size: 1em;
	margin: 0 auto 30px !important;
}

.h2_main {
    font-size: 1.4em;
}

.h2_sub {
    font-size: 1em;
    line-height: 1.6em;
    margin-top: -25px;
}

.lead_txt p {
    font-size: 1em;
    line-height: 2.2em;
}

h3_title {
	font-size: 1em;
    line-height: 1.4em;
}

.j_map {
    margin: auto;
    width: 100%;
    max-width: 270px;
}

.under_txt {
	padding: 1em 0 3em;
}

.h3_schedule {
	font-size: 1.3em;
}

.h3_rulebook {
	font-size: 1.3em;
}

.h3_entry {
	font-size: 1.3em;
}


/*about-sp*/
.contents_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contents_menu li {
    margin: 0 0.2em 10px;
	font-size: 0.85em;
}

.contents_menu li.width33 {
	width: 33% !important;
}

.contents_menu li.width50 {
	width: 48% !important;
}
	
.contents_menu li a {
    padding: 0.7em 1.5em;
 }

/*table 横スクロール*/
.table-scroll {
overflow: auto;
}
.table-scroll table {
table-layout: fixed;
}

table.outline {
	width: 720px;
}

.outline th {
    padding: 0.5em;
}

.outline td {
    padding: 0.5em;
}

.notes_wrap {
	padding: 1.5em 1em 0.5em;
}

/*お知らせ-sp*/
.info_column .title {
	width: 45%;
	margin: 0 auto;
	padding: 0;
}

/*ルールブック-sp*/
.update-date {
    margin-top: 1em;
}

.top_notes_02 {
    font-size: 1em;
    line-height: 1.7em;
}

.top_notes_02 li {
    padding: 0 10px 0 0;
}

.p_center_01 {
    text-align: left !important;
}

ul.rule_banners {
    justify-content: space-between;
}

.rule_banners li {
    width: 49.5%;
    margin: 0 0 5px;
}

.rule_banners li a {
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: left;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 8px 0 8px 4px;
}

.rule_table_01 .th02 {
    width: 50%;
}

table.rule_table_02 {
	width: 720px;
}

table.rule_table_02 caption {
    text-align: left;
}

.rule_table_02 .th01 {
    width: 110px;
}

table.rule_table_03 {
	width: 720px;
}

table.rule_table_03 caption {
    text-align: left;
}

.rule_table_03 .th01 {
    width: 130px;
}

.competition-type {
    flex-direction: column;
}

.type-title {
font-size: 1.1em;
margin-bottom: -15px;
}

.setting {
    padding: 1em;
}

.setting-number {
    width: 36px;
    height: 36px;
    margin-right: 5px;
}

.setting-title {
    font-size: 1.2em;
}

.field-downloads {
    grid-template-columns: repeat(1, 1fr);
}

.score_wrap {
    flex-direction: column;
}

.score_wrap .score_title {
    margin: 0 0 10px;
}

.score-card {
width: 100%;
}

.subsection {
   padding: 12px;
}

.subsection_1 {
    padding: 20px 10px 0;
}

.subsection_2 {
    padding: 20px 10px 0;
}

.subsection_ul li {
    padding: 0 12px 0 0;
}

.rule_ul li {
	margin-right: 15px;
}

.score_notes ul li {
	margin-right: 15px;
}


/*slide4 ギャラリー-sp*/
#slide4 {
    padding: 0 0 70px;
}

.h2_gallery {
	width: 290px;
}

.l-section .l-inner {
    padding: 20px 0 0 !important;
}

/*slide5 名義欄-sp*/
#slide5 {
    padding: 0 0 50px;
}

hr.hr_sponsorship {
    margin: 1em 0;
}

dl.sponsorship {
    align-items: flex-start;
}

.sponsorship dt {
    font-size: 0.95em;
	line-height: 1.8em;
    width: 24.5%;
    padding: 0 0 0 1rem;
}

.sponsorship dd {
    font-size: 0.95em;
	line-height: 1.8em;
    width: 74%;
    margin: 0;
    padding: 0 0.5rem 0 0;
}

.sponsorship dd img {
	width: 100px;
}

/* footer-sp */
footer {
	margin: 0;
	padding: 80px 0 60px;
}

.footer_flex .logo_wrap {
    width: 100%;
    text-align: center;
}

footer h2 {
    width: 150px;
    margin: 0 auto 30px;
}

.footer_sns ul {
	display: none;
}

.footer_flex {
    padding: 0 0.5rem;
}

.footer_flex .link_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

 .footer_flex .link_wrap ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
		width: auto;
 }
	
 .footer_flex .link_wrap .ul1 {
        width: 60%;
 }
	
.footer_flex .link_wrap .ul2 {
        width: 38%;
 }

.footer_flex .link_wrap li {
    font-size: 0.85em;
    line-height: 2.5em;
    margin: 0;
}

.footer_note {
	flex-direction: column-reverse;
	padding: 0 1rem 0 1rem;
}

.footer_pp {
	text-align: center;
	margin: 40px 0 0;
	width: 100%;
	border-top: thin solid #eee;
	padding-top: 20px;
}

.note_txt {
	text-align: right;
	width: 100%;
}

.copyright {
    font-size: 0.85em;
    padding: 10px 0 0;
}

.floating-banner {
    position: fixed;
    bottom: 15px;
    right: 0;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
	width: 70px;
}


.hidden_pc {
	display: block;
}
.hidden_sp {
	display: none;
}
}
