@charset "UTF-8";
/* CSS Document */

.title{
	text-align: center;
}
.title img{
	margin: 0 auto;
}

.title img.is-pc{
	max-width: 1000px;
	margin: auto;
	aspect-ratio: 1000/400;
}

.title img.is-sp{
	aspect-ratio: 640/600;
}

.title-sub{
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
	background: #fff;
	color: #424242;
	line-height: 1.8;
	padding: 40px 0;
}

.title-sub p {
    width: 88%;
    margin: auto;
    font-size: 15px;
    text-align: left;
    font-feature-settings: "palt" 1;
    line-height: 2;
}


.navi{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
	margin: 10px 0;
}
.navi ul{
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto ;
    padding: 0;
    font-size: 20px;
	line-height: 1.2;
	max-width: 1000px;
}
.navi ul li{
    display: inline-block;
    overflow: hidden;
    margin: 12px 1%;
    text-align: center;
    position: relative;
	padding: 0 20px;
}
.navi ul li a{
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	background-color: #efefef;
    text-decoration: none;
    padding: 7px 5px 5px 5px;
    display: block;
    overflow: hidden;
    font-size: 16px;
}
.navi ul li a::after{
    content: '';
    display: inline-block;
	margin-left: 8px;
	margin-bottom: 4px;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(130deg) skew(-10deg, 0);
    transform: rotate(130deg) skew(-10deg, 0);
    transition: all 0.2s linear;
	border-top: 1px solid #424242;
    border-right: 1px solid #424242;
}

/* content-box */
.content-box{
	margin: 0 auto 40px;
	padding-bottom: 32px;
}



/* headline */
.headline-inner{
	display: flex;
}
#tmld .headline {
	background-color:#dde5f3;
}

#ur .headline {
	background-color:#fdf3e4;
}

#ua .headline {
	background-color:#f9eae7;
}

#ships .headline {
	background-color:#d4d9e0;
}

.headline-inner{
	box-sizing: border-box;
	padding: 20px 80px 20px 20px;
	width: 100%;
}

.headline-main{
	font-size: 14px;
	margin-bottom: .5em;
	line-height: 1.4;
}

.headline-ruby{
	display: block;
	font-size: 22px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-feature-settings: "pkna";
}

.headline-sub {
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
    font-weight: 500;
    line-height: 2;
    font-size: 14px;
    width: 90%;
    font-feature-settings: "palt" 1;
}

.headline-en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: normal;
	display: inline-block;
	margin-bottom: 0;
	font-size: 32px;
	position: relative;
	left: -8px;
    top: 8px;
}

.logo-tmld {
	width: 60%;
}

.logo-ur {
	width: 28%;
}


.logo-ua {
	width: 60%;
}

/* brand-list */

.brand-list-area {
    width: 1000px;
    margin: 0 auto;
}

.contents-title {
    font-size: 24px;
    margin: 50px 0 20px;
	text-align: center;
}

.recommended-items {
	font-size: 24px;
    margin: 50px 0 0;
	text-align: center;
}

.brand-list-area ul {
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto auto auto auto auto;
    /*grid-template-rows: 60px 60px;*/
    gap: 5px;
}

.brand-list-area ul li {
    display: inline-block;
    overflow: hidden;
    margin: 0 1px 0 0;
    border: solid 1px #eee;
    color: #fff;
    background-color: #fff;
    width: 159px;
}

.brand-list-area ul li a {
    display: grid;
    padding: 5px;
    align-content: center;
}

.brand-list-area ul li img {
    aspect-ratio: 16/5;
    width: 100%;
}

/* coordinate-list */

.category {
	font-size: 18px;
	text-align: center;
	margin: 0 0 8px;
}

.coordinate-list{
	margin: auto;
	text-align: center;
	max-width: 774px;
}
.coordinate-list > li {
    width: 25%;
}
.coordinate-list > li img {
	aspect-ratio: 193/422;
	width: 100%;
	height: auto;
}

.coordinate-list > li .m-btn-active{
	height: 24px;
	line-height: 24px;
	margin: 20px auto 0;
	width: 90%;
}

.coordinate-list a{
	display: block;
}

/* itemtxt */
.itemtxt{
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	font-size: 12px;
	margin: 4px 0;
}

/* item-list */
.item-list{
	flex-wrap: wrap;
	margin: auto auto 50px;
	max-width: 980px;
}

.item-list li{
	margin-top: 32px;
	margin-left: 4%;
	width: 44%;

}
.item-list li a{
	display: flex;
	flex-direction: column;
	height: 92%;
}
.item-list li .m-btn-active{
	height: 24px;
	line-height: 24px;
	margin: auto auto 0;
	width: 90%;
}

.item-list img{
	aspect-ratio:5/6;
	width: 100%;
}



/* btn-box */
.btn-box .m-btn-active,
.btn-box .m-btn-inactive{
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	margin: 32px auto 0;
	width: 90%;
}



/* layoutbox */
.layoutbox{
	margin: 0;
	width: 100%;
}
.layoutbox img{
	aspect-ratio: 16/15 !important;
}


/* under */
.under{
	padding: 64px 0;
}


.coordinate-list .itemtxt{
	height: 3.3em;
	font-size: 10px;
}

@media screen and (min-width:641px) {

/*-----------*/
/*    PC     */
/*-----------*/

.main_box_banner img {
    margin: 0 auto;
    width: 1000px;
    height: 400px;
    aspect-ratio: 5 / 2;
    vertical-align: top;
}

.title-sub p {
	text-align: center;
}

.navi{
	font-size: 18px;
}

.navi ul li a{
    font-size: 16px;
	background-color: transparent;
}

/* PC headline */

.headline-main{
	/*font-size: 40px;*/
	margin-bottom: .5em;
	line-height: 1.4;
}

.brand-contents {
	align-self: center;
}

.headline-inner {
    margin: auto;
    padding: 40px 0 40px;
    width: 800px;
}

.headline-sub {
    font-size: 15px;
    margin: 20px 0;
}

.headline-en {
	top: 6px;
	left: -20px;
}

.coordinate-list .itemtxt{
	font-size: 12px;
}

.coordinate-list > li .m-btn-active{
	width: 60%;
}

.headline-ruby{
	font-size: 34px;
}

/* PC item-list */
.item-list li{
	margin-top: 32px;
	margin-left: 20px;
	width: 230px;
}
.item-list li:nth-of-type(4n-3){
	margin-left: 0;
}


/* PC btn-box */
.btn-box .m-btn-active,
.btn-box .m-btn-inactive{
	width: 320px;
}


/* PC under-mailbox */
.under-mailbox{
	width: 500px;
}


/* hover */
.content-box .m-btn-active:hover{
	background: #45423f;
}

.navi a:hover,
.content-box a:hover,
.tfslive_box a:hover {
	opacity: .7;
}


.lh-ur {
	line-height: 1.6;
}


}/* end media */

@media screen and (max-width: 640px) {
	.main_box_banner img {
		width: 100%;
		height: 100%;
		aspect-ratio: 16 / 15;
		vertical-align: top;
	}

.navi {
	margin: 10px 0;
}

.navi ul {
	display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.navi ul li {
	display: inline-block;
    overflow: hidden;
    width: 90%;
    text-align: center;
    background-color: #efefef;
    border-radius: 4px;
    padding: 6px;
    margin: 5px;
}

.navi ul li a {
	font-size: 15px;
	border-radius: 4px;
}

.lh-ur {
	line-height: 1.2;
}

.headline-en {
	font-size: 28px;
}

.headline-ruby {
	font-size: 32px;
}

.brand-list-area {
    width: 100%;
    padding: 32px 0 0;
}

.contents-title {
    font-size: 20px;
    margin: 0 0 16px;
}

.content-box {
	margin: 0;
}

.title-logo {
	margin: 20px 0 10px;
}

.brand-list-area ul {
    width: 95%;
    margin: 0 auto;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
}

.brand-list-area ul li {
    width: auto;
}

.brand-list-area ul li a {
    display: grid;
    align-items: center;
}

.headline-img {
	width: 100%;
}

.headline-sub {
	width: 100%;
}

.headline-inner {
    flex-direction: column-reverse;
    margin: 0 auto;
    width: 90%;
	padding: initial;
}

.title-logo {
	margin-top: 20px;
}

.headline {
	padding: 25px 0;
}
.logo-ships {
	width: 60%;
}

.category {
	font-size: 15px;
}

.recommended-items {
	font-size: 20px;
	margin: 32px 0 0;
}

}