﻿/*
Theme Name: アイドルフェスのタイムテーブルまとめサイトのテーマ
*/

/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------
全体
----------------------------------------*/

body {
	background: #eee;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
	text-size-adjust: none;
}

.wrapper {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	width: 1200px;
}

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

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

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.flex-center {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

.flex-middle {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

img,
iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

a {
	color: #0000ee;
}

a:hover {
	color: #681da8;
}

a.bo {
	text-decoration: underline;
}

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

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.full-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.full-img img {
	height: auto;
	width: 100%;
}

.list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list li {
	box-sizing: border-box;
	list-style: disc !important;
	margin-left: 19px !important;
}

_::-webkit-full-page-media, _:future, :root .list li {
	margin-left: 23px !important;
}

.num-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.num-list li:nth-child(n+10) {
	margin-left: 28px !important;
}

.num-list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list-2 li {
	box-sizing: border-box;
	padding-left: 33px;
}

.num-in {
	left: 0;
	position: absolute;
}

.check-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.check-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	min-height: 25px;
	padding-left: 37.5px;
	position: relative;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li::before {
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 3px;
	width: 25px;
}

.check-list li::after {
	box-sizing: border-box;
	border-right: 4px solid #ff0000;
	border-bottom: 4px solid #ff0000;
	content: "";
	left: 12px;
	height: 22px;
	position: absolute;
	top: -1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 14px;
}

.douga {
	margin: 0 auto;
	width: 560px;
}

.douga-in {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.douga-in iframe {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-base-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.text-base-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 54px;
	position: relative;
}

.text-base-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.text-base-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
	top: 0;
}

.indent-1 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.indent-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

.indent-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 3em;
	text-indent: -3em;
}

.indent-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 4em;
	text-indent: -4em;
}

.indent-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 5em;
	text-indent: -5em;
}

.indent-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 6em;
	text-indent: -6em;
}

.indent-7 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 7em;
	text-indent: -7em;
}

.indent-8 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 8em;
	text-indent: -8em;
}

.indent-9 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 9em;
	text-indent: -9em;
}

.indent-10 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 10em;
	text-indent: -10em;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

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

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/*----------------------------------------
文字スタイル
----------------------------------------*/

.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.minchou {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.hirago {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

strong,b,.strong {
	font-weight: 700;
}

:root {
	--o-east: #ef8f8c;
	--o-west: #f2b069;
	--duo: #8cc27b;
	--womb: #e694c4;
	--asia: #749aed;
	--ring: #63b8a6;
	--o-crest: #65b9d4;
	--o-nest: #bf87e8;
	--loft: #ceb57d;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.purple {
	color: #9400d3;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* > */
.icon-cheveron-up::before {
	content: "\e001";
}

/* 角が丸い> */
.icon-chevron-right::before {
	content: "\e024";
}

/* ▲ */
.icon-triangle-right::before {
	content: "\e002";
}

/* 正三角形な▲ */
.icon-triangle-1::before {
	content: "\e003";
}

/* 短めの▲ */
.icon-triangle-2::before {
	content: "\e004";
}

/* ○ */
.icon-maru-1::before {
	content: "\e005";
}

/* ● */
.icon-maru-2::before {
	content: "\e006";
}

/* ◎ */
.icon-maru-3::before {
	content: "\e007";
}

/* ◎の中の丸が黒 */
.icon-maru-4::before {
	content: "\e008";
}

/* □ */
.icon-shikaku-1::before {
	content: "\e009";
}

/* ■ */
.icon-shikaku-2::before {
	content: "\e010";
}

/* → */
.icon-yazirushi-1::before {
	content: "\e011";
}

/* 短めの→ */
.icon-yazirushi-2::before {
	content: "\e012";
}

/* かなり短めの→ */
.icon-yazirushi-3::before {
	content: "\e013";
}

/* 線だけの→ */
.icon-yazirushi-4::before {
	content: "\e014";
}

/* 本体ありの電話 */
.icon-old-phone::before {
	content: "\e015";
}

/* 受話器のみの電話 */
.icon-phone::before {
	content: "\e016";
}

/* 背景ありの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed2::before {
	content: "\e017";
}

/* 背景なしの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed3::before {
	content: "\e018";
}

/* 背景ありの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed::before {
	content: "\e019";
}

/* 背景なしの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed1::before {
	content: "\e020";
}

/* ＋ */
.icon-plus::before {
	content: "\e021";
}

/* － */
.icon-minus::before {
	content: "\e022";
}

/* × */
.icon-batsu::before {
	content: "\e023";
}

/*----------------------------------------
画像関連
----------------------------------------*/

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

/*----------------------------------------
TOPページ
----------------------------------------*/

/*----------------------------------------
個別ページ
----------------------------------------*/

.tt-content {
	box-sizing: border-box;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tt-content .wrapper {
	min-width: 2360px;
	padding: 20px 20px 100px;
	width: auto;
}

.tt-content .wrapper.wrapper-picked {
	min-width: auto;
}

.tt-content-main-title {
	box-sizing: border-box;
	line-height: 0;
}

.tt-content-main-title-in {
	box-sizing: border-box;
}

.tt-content-main-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 28px;
	line-height: 1.5;
}

.tt-content-main-title-in-text .big {
	display: block;
	font-weight: 700;
	font-size: 38px;
}

.tt-content-link-btn {
	background: none;
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
	display: block;
	line-height: 0;
	margin-top: 40px;
	padding: 0;
	text-align: center;
	width: 300px;
	-webkit-appearance: none;
}

.tt-content-link-btn-in {
	background: linear-gradient(to bottom, #ffa500 0%,#ff69b4 100%);
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 15px;
}

.tt-content-link-btn:hover .tt-content-link-btn-in {
	opacity: 0.6;
}

.tt-content-link-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 29px;
	position: relative;
}

.tt-content-link-btn-in-text::after {
	box-sizing: border-box;
	content: "\f08e";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 18px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.tt-content-special-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin-top: 40px;
	text-align: center;
	width: 350px;
}

.tt-content-special-btn-in {
	background: linear-gradient(to bottom, #ffa500 0%,#ff69b4 100%);
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 15px;
}

.tt-content-special-btn:hover .tt-content-special-btn-in {
	opacity: 0.6;
}

.tt-content-special-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 22px;
	position: relative;
}

.tt-content-special-btn-in-text::after {
	box-sizing: border-box;
	content: "\e001";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	position: absolute;
	right: -7px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
}

.tt-content-piced-btn-list {
	box-sizing: border-box;
	margin-top: 40px;
}

.tt-content-piced-btn-list li {
	box-sizing: border-box;
}

.tt-content-piced-btn-list-btn {
	background: none;
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
	display: block;
	line-height: 0;
	padding: 0;
	-webkit-appearance: none;
}

.tt-content-piced-btn-list-btn-in {
	background: #494949;
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 15px;
}

.tt-content-piced-btn-list-btn:hover .tt-content-piced-btn-list-btn-in {
	opacity: 0.6;
}

.tt-content-piced-btn-list-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 22px;
	position: relative;
}

.tt-content-piced-btn-list-btn-in-text::after {
	box-sizing: border-box;
	content: "\e001";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	position: absolute;
	right: -7px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
}

#picked-wrap {
	box-sizing: border-box;
	margin-top: 20px;
	width: 450px;
}

.picked-wrap-save-btn {
	background: none;
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
	display: block;
	line-height: 0;
	padding: 0;
	width: 300px;
	-webkit-appearance: none;
}

.picked-wrap-save-btn-in {
	background: linear-gradient(to bottom, #3cb371 0%,#1e90ff 100%);
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 15px;
}

.picked-wrap-save-btn:hover .picked-wrap-save-btn-in {
	opacity: 0.6;
}

.picked-wrap-save-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 32px;
	position: relative;
}

.picked-wrap-save-btn-in-text::after {
	box-sizing: border-box;
	content: "\f030";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 21px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#picked-wrap-in {
	box-sizing: border-box;
	margin-top: 20px;
}

.picked-wrap-in-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.picked-wrap-in-title-in {
	box-sizing: border-box;
}

.picked-wrap-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 23px;
	line-height: 1.5;
}

.picked-wrap-in-title-in-text .big {
	display: block;
	font-weight: 700;
	font-size: 30px;
}

.picked-list {
	box-sizing: border-box;
	margin-top: 20px;
}

.picked-empty {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
}

.picked-ul {
	box-sizing: border-box;
}

.picked-ul li {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 20px;
	position: relative;
	text-align: center;
}

.picked-ul li::before {
	background: #494949;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 10px;
}

.picked-ul li.sec-o-east::before {
	background: var(--o-east);
}

.picked-ul li.sec-o-west::before {
	background: var(--o-west);
}

.picked-ul li.sec-duo::before {
	background: var(--duo);
}

.picked-ul li.sec-womb::before {
	background: var(--womb);
}

.picked-ul li.sec-asia::before {
	background: var(--asia);
}

.picked-ul li.sec-ring::before {
	background: var(--ring);
}

.picked-ul li.sec-o-crest::before {
	background: var(--o-crest);
}

.picked-ul li.sec-o-nest::before {
	background: var(--o-nest);
}

.picked-ul li.sec-loft::before {
	background: var(--loft);
}

.picked-ul li.li-special {
	padding-top: 43px;
}

.picked-ul li:last-child {
	margin-bottom: 0;
}

.picked-kind {
	background: #494949;
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	left: 20px;
	padding: 5px 10px;
	position: absolute;
	top: 10px;
}

.picked-overlap-msg {
	background: #ffd6d6;
	box-sizing: border-box;
	border-color: #ff0000 !important;
	border: 1px solid;
	color: #ff0000;
	font-size: 15px;
	line-height: 1.5;
	margin-top: 10px;
	padding: 5px 10px;
}

.tt-content-caution-text {
	box-sizing: border-box;
	color: #ff0000;
	font-size: 18px;
	line-height: 1.5;
	margin-top: 60px;
}

.tt-content-caution-text .pc.tab {
	display: inline-block;
	margin-left: 18px;
}

.tt-content-in {
	box-sizing: border-box;
}

.tt-content-in + .tt-content-in {
	margin-top: 100px;
}

#picked-wrap + .tt-content-in {
	margin-top: 60px;
}

.tt-content-caution-text + .tt-content-in {
	margin-top: 20px;
}

.tt-content-in-title {
	background: #fff;
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.tt-content-in-title-in {
	box-sizing: border-box;
}

.tt-content-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.tt-content-in-con {
	box-sizing: border-box;
	min-width: 2320px;
}

.tt-content-in-con section {
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	width: 240px;
}

.tt-content-in-con section:last-child {
	margin-right: 0;
}

.tt-content-in-con-title {
	background: #fff;
	box-sizing: border-box;
	border-radius: 100px;
	line-height: 0;
	height: 90px;
	padding: 20px 10px;
	position: relative;
	text-align: center;
}

.tt-content-in-con-title-in {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.tt-content-in-con-title-in-text {
	box-sizing: border-box;
	color: #494949;
	display: inline-block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2;
}

.tt-content-in-con section.sec-o-east .tt-content-in-con-title-in-text {
	color: var(--o-east);
}

.tt-content-in-con section.sec-o-west .tt-content-in-con-title-in-text {
	color: var(--o-west);
}

.tt-content-in-con section.sec-duo .tt-content-in-con-title-in-text {
	color: var(--duo);
}

.tt-content-in-con section.sec-womb .tt-content-in-con-title-in-text {
	color: var(--womb);
}

.tt-content-in-con section.sec-asia .tt-content-in-con-title-in-text {
	color: var(--asia);
}

.tt-content-in-con section.sec-ring .tt-content-in-con-title-in-text {
	color: var(--ring);
}

.tt-content-in-con section.sec-o-crest .tt-content-in-con-title-in-text {
	color: var(--o-crest);
}

.tt-content-in-con section.sec-o-nest .tt-content-in-con-title-in-text {
	color: var(--o-nest);
}

.tt-content-in-con section.sec-loft .tt-content-in-con-title-in-text {
	color: var(--loft);
}

.tt-content-in-con-link {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 10px;
	text-align: center;
}

.tt-content-in-con-link a {
	box-sizing: border-box;
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	padding-right: 26px;
	position: relative;
	text-decoration: none;
}

.tt-content-in-con-link a::after {
	box-sizing: border-box;
	content: "\f08e";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.tt-content-in-con-con {
	box-sizing: border-box;
	margin-top: 20px;
}

.tt-content-in-con-con.after {
	margin-top: 45px;
}

.tt-content-in-con-con.after-2 {
	margin-top: 70px;
}

.tt-content-in-con .tt-content-in-con-con section {
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
	float: none;
	line-height: 0;
	height: 110px;
	margin: 0 0 10px;
	position: relative;
	text-align: center;
	width: auto;
}

.tt-content-in-con .tt-content-in-con-con section.sec-mt {
	margin-top: 25px;
}

.tt-content-in-con .tt-content-in-con-con section.sec-mt-2 {
	margin-top: 30px;
}

.tt-content-in-con .tt-content-in-con-con section.sec-mt-3 {
	margin-top: 35px;
}

.tt-content-in-con .tt-content-in-con-con section.sec-mt-4 {
	margin-top: 40px;
}

.tt-content-in-con .tt-content-in-con-con section.sec-mt-5 {
	margin-top: 45px;
}

.tt-content-in-con .tt-content-in-con-con section.sec-mt-6 {
	margin-top: 50px;
}

.tt-content-in-con .tt-content-in-con-con section.sec-mt-7 {
	margin-top: 55px;
}

.tt-content-in-con .tt-content-in-con-con section.sec-mt-8 {
	margin-top: 60px;
}

.tt-content-in-con .tt-content-in-con-con section.sec-mt-9 {
	margin-top: 65px;
}

.tt-content-in-con .tt-content-in-con-con section.sec-mt-10 {
	margin-top: 70px;
}

.tt-content-in-con .tt-content-in-con-con section.sec-short {
	height: 90px;
}

.tt-content-in-con .tt-content-in-con-con section.sec-short-2 {
	height: 70px;
}

.tt-content-in-con .tt-content-in-con-con section.sec-long {
	height: 120px;
}

.tt-content-in-con section.sec-loft .tt-content-in-con-con section.sec-long-full {
	cursor: auto;
	height: 2500px;
	pointer-events: none;
}

.tt-content-in-con .tt-content-in-con-con section.sec-active {
	background: #494949;
	color: #fff;
}

.tt-content-in-con section.sec-o-east .tt-content-in-con-con section.sec-active {
	background: var(--o-east);
}

.tt-content-in-con section.sec-o-west .tt-content-in-con-con section.sec-active {
	background: var(--o-west);
}

.tt-content-in-con section.sec-duo .tt-content-in-con-con section.sec-active {
	background: var(--duo);
}

.tt-content-in-con section.sec-womb .tt-content-in-con-con section.sec-active {
	background: var(--womb);
}

.tt-content-in-con section.sec-asia .tt-content-in-con-con section.sec-active {
	background: var(--asia);
}

.tt-content-in-con section.sec-ring .tt-content-in-con-con section.sec-active {
	background: var(--ring);
}

.tt-content-in-con section.sec-o-crest .tt-content-in-con-con section.sec-active {
	background: var(--o-crest);
}

.tt-content-in-con section.sec-o-nest .tt-content-in-con-con section.sec-active {
	background: var(--o-nest);
}

.tt-content-in-con section.sec-loft .tt-content-in-con-con section.sec-active {
	background: var(--loft);
}

.tt-content-in-con .tt-content-in-con-con section::before {
	background: #494949;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 10px;
}

.tt-content-in-con section.sec-o-east .tt-content-in-con-con section::before {
	background: var(--o-east);
}

.tt-content-in-con section.sec-o-west .tt-content-in-con-con section::before {
	background: var(--o-west);
}

.tt-content-in-con section.sec-duo .tt-content-in-con-con section::before {
	background: var(--duo);
}

.tt-content-in-con section.sec-womb .tt-content-in-con-con section::before {
	background: var(--womb);
}

.tt-content-in-con section.sec-asia .tt-content-in-con-con section::before {
	background: var(--asia);
}

.tt-content-in-con section.sec-ring .tt-content-in-con-con section::before {
	background: var(--ring);
}

.tt-content-in-con section.sec-o-crest .tt-content-in-con-con section::before {
	background: var(--o-crest);
}

.tt-content-in-con section.sec-o-nest .tt-content-in-con-con section::before {
	background: var(--o-nest);
}

.tt-content-in-con section.sec-loft .tt-content-in-con-con section::before {
	background: var(--loft);
}

.tt-content-in-con .tt-content-in-con-con section:last-child {
	margin-bottom: 0;
}

.tt-content-in-con-con-in {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.5;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.tt-content-in-con section.sec-loft .tt-content-in-con-con section.sec-long-full .tt-content-in-con-con-in {
	font-size: 30px;
	top: 20px;
	transform: none;
	-webkit-transform: none;
}

.tt-content-in-con-con-in strong {
	display: block;
}

/*----------------------------------------
404ページ
----------------------------------------*/

/*----------------------------------------
sidebar
----------------------------------------*/

/*----------------------------------------
footer
----------------------------------------*/

/*----------------------------------------
ページトップ
----------------------------------------*/

.pagetop {
	background: #000;
	box-sizing: border-box;
	border-radius: 50%;
	bottom: 20px;
	cursor: pointer;
	height: 75px;
	position: fixed;
	right: 20px;
	width: 75px;
	z-index: 100;
}

.pagetop::before {
	box-sizing: border-box;
	color: #fff;
	content: "\e001";
	font-family: 'icomoon';
	font-size: 75px;
	line-height: 75px;
	position: absolute;
	text-align: center;
	width: 75px;
}

.pagetop:hover {
	opacity: 0.6;
}

/*----------------------------------------
Edge CSSハック
----------------------------------------*/

@supports (-ms-ime-align: auto) {



}

/*----------------------------------------
IE11以下 CSSハック
----------------------------------------*/

@media screen\0 {



}

/*----------------------------------------
Firefox CSSハック
----------------------------------------*/

@-moz-document url-prefix() {



}

/*----------------------------------------
Safari CSSハック
----------------------------------------*/

_::-webkit-full-page-media, _:future, :root .num-list li {
	margin-left: 30px !important;
}

_::-webkit-full-page-media, _:future, :root .num-list li:nth-child(n+10) {
	margin-left: 40px !important;
}