/* ----------------------------------------------------------------
 01. Utility
----------------------------------------------------------------- */

/**
 * Reset
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, p ,li {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
blockquote:before, blockquote:after, q:before, q:after { content: none }
nav, ul, ol, dl { list-style: none }
blockquote, q { quotes: none }
a {
	background: transparent;
	color: inherit;
	display: block;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
	outline: none;
}
input[type="text"]:focus {
  outline: none;
}

.mgb0{margin-bottom:0px!important;}
.mgb1em { margin-bottom: 1em !important; }
.mgb2em { margin-bottom: 2em !important; }
.mgb3em { margin-bottom: 3em !important; }
.mgt0{margin-top:0!important;}
.mgr0{margin-right:0!important;}
.pd0{padding:0px!important;}
.pdb0{padding-bottom:0px!important;}
.pdr0{padding-right:0px!important;}

.tac{text-align:center!important;}
.tal{text-align:left!important;}
.tar{text-align:right!important;}
.taj { text-align: justify!important; }
.fwn{font-weight:normal!important;}
.wsn{white-space:nowrap!important;}
.vam{vertical-align:middle!important;}
.vat{vertical-align:top!important;}
.vab{vertical-align:bottom!important;}
.dpb{display:block!important;}
.dpi{display:inline!important;}
.dpn{display:none!important;}
.dpib{display:inline-block!important;}
.psr{position:relative!important;}
.fll{float:left!important;}
.flr{float:right!important;}
.clb{clear:both;}
.tdu{text-decoration:underline;}
.bdn{border:none!important;}
.lh0 { line-height: 0;}
.lh1_6{line-height:1.6;}
.lh1_8{line-height:1.8;}
.ovfh{overflow:hidden;}
input[type="text"], 
input[type="password"], 
textarea, 
select {
    outline: none;
}
*:focus {
  outline: none;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}




/* font setting */

small { font-size: 80%; }
.fwb {
	font-family: Hiragino Kaku Gothic W9 JIS2004, sans-serif;
	letter-spacing: 0.05em;
}
.fc_yel {
    color: #f0b71d;
}
p,li,dt,dd,span,h1,h2,h3 {
    font-feature-settings: "palt";
}
.fc_red {
    color: #a81f24;
}


/* other */

.img100 {
	width: 100%;
}
.m-img100 {
	max-width: 100%;
}

.move,
.move:hover {
	transition:all 0.3s ease-in-out;
}
.move2,
.move2:hover {
	transition:all 0.6s ease-in-out;
}
.move3,
.mov3:hover {
	transition:all 0.75s ease-in-out;
}

.link_line {
	text-decoration: underline;
}
.link_line:hover {
	opacity: 0.6;
}

.list_disc li {
	list-style: disc outside;
	margin: 0 0 0 25px;
}





	
/* ==== General settings ====*/


.only_pc {
	display: none;
}
.only_sp {
	display: inherit;
}
@media only screen and (min-width: 768px) {
  .only_pc {
    display: inherit;
  }
  .only_sp {
    display: none;
  }
	.op_01 {
		transition:all .15s ease-in-out;
	}
	.op_01:hover {
		opacity: 0.6;
		transition:all .3s ease-in-out;
	}
}


.hidden_box {
	transform: translateY(30px);
	opacity: 0;
}
@media only screen and (min-width: 768px) {
		.hidden_box {
			transform: translateY(30px);
			opacity: 0;
		}
}


.ul_disc li {
	margin: 0 0 1em 1em;
	list-style: disc outside;
}
.ul_disc li:last-child {
	margin: 0 0 0 1em;
}





/* アニメーション　*/
.animation {
	transform: translateY(0px);
	animation-name: start_anime;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: .7s;
}
.animation.n2 {	animation-duration: 0.8s;}
.animation.n3 {	animation-duration: 0.9s;}
.animation.n4 {	animation-duration: 1.0s;}
.animation.n5 {	animation-duration: 1.1s;}
.animation.n6 {	animation-duration: 1.2s;}
.animation.n7 {	animation-duration: 1.3s;}
.animation.n8 {	animation-duration: 1.4s;}
.animation.n9 {	animation-duration: 1.5s;}
.animation.n10 { animation-duration: 1.6s;}

@keyframes start_anime {
0% {transform: translateY(50px); opacity: 0;} 
100% {transform: translateY(0px); opacity: 100;}
}




/* ボタン */






/* ==== Structure ====*/
html{ height:100%; overflow-x: hidden;} 
body{  height:100%; } 



@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	color: #595a5f;
	height: 100%;
	font-family: "Yu Gothic" , YuGothic , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-size: 14px;
	font-feature-settings: 'palt';
    font-weight: 100 !important;
	letter-spacing: 0.09em;
	line-height: 2;
	overflow-x: hidden;
	overflow-wrap: break-word;
    position: relative;
}
.all_wrap {
	position: relative;
}
@media only screen and (min-width: 768px) {
		body {
			font-size: 14px;
            line-height: 1.6;
			position: relative;
			width: 100%;
		}
}





/* ----------------------------------------------------------------
 Menu
----------------------------------------------------------------- */

.menu-trigger,
.menu-trigger span,
.drawer-close .menu-trigger,
.drawer-close .menu-trigger span{
	cursor: pointer;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger,
.drawer-close .menu-trigger{
	background: none;
	border: none;
  position: fixed; top: 20px; right: 0;
  width: 48px;
  height: 18px;
	z-index: 100;
}
.menu-trigger span,
.drawer-close .menu-trigger span{
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #c7cbd6;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1),
.drawer-close .menu-trigger span:nth-of-type(1){
  top: 0;
}
.menu-trigger span:nth-of-type(2),
.drawer-close .menu-trigger span:nth-of-type(2){
  top: 8.5px;
}
.menu-trigger span:nth-of-type(3),
.drawer-close .menu-trigger span:nth-of-type(3){
  bottom: 0;
}
.menu-trigger .txt,
.drawer-close .menu-trigger .txt {
	display: none;
}
.menu-trigger:hover span:nth-child(1),
.menu-trigger:hover span:nth-child(2),
.menu-trigger:hover span:nth-child(3) {
	transform: rotateY(360deg)
}
.drawer-open .menu-trigger:hover span:nth-child(1) {
	transform: none;
}
.sns_wrap li:nth-child(3) {
	-webkit-animation-duration: 1.9s;
	-moz-animation-duration: 1.9s;
	animation-duration: 1.9;
}

@-webkit-keyframes rotate3 {
0% {-webkit-transform: rotateY(0deg); opacity: 100;} 
50% {-webkit-transform: rotateY(20deg); opacity: 100;}
51% {-webkit-transform: rotateY(180deg); opacity: 100;}
100% {-webkit-transform: rotateY(360deg); opacity: 100;}
}
@-moz-keyframes rotate3 {
0% {-moz-transform: rotateY(0deg); opacity: 100;} 
50% {-moz-transform: rotateY(20deg); opacity: 100;}
51% {-moz-transform: rotateY(180deg); opacity: 100;}
100% {-moz-transform: rotateY(360deg); opacity: 100;}
}
@keyframes rotate3 {
0% {transform: rotateY(0deg); opacity: 100;} 
50% {transform: rotateY(20deg); opacity: 100;}
51% {transform: rotateY(180deg); opacity: 100;}
100% {transform: rotateY(360deg); opacity: 100;}
}

.drawer-open .menu-trigger {
	cursor: pointer;
  position: fixed; top: 20px; right: 0;
  height: 48px;
	width: 360px;
	z-index: 1001;
}
.drawer-open .menu-trigger span:nth-of-type(1) {
  top: 0;
	right: 0;
	width: 360px !important;
}
@media screen and (max-width: 768px) {
	.drawer-open .menu-trigger {
		width: 80%;
	}
	.drawer-open .menu-trigger span:nth-of-type(1) {
		width: 100% !important;
	}
}

.drawer-open .menu-trigger span:nth-of-type(2) {
  top: 21px;
	right: -10px;
	transform:rotate(45deg);
	width: 60px;
}
.drawer-open .menu-trigger span:nth-of-type(3) {
  bottom: 26px;
	transform:rotate(-45deg);
	right: -10px;
	width: 60px;
}
.drawer-open .menu-trigger .txt {
	opacity: 0;
}
.drawer-open .menu-trigger:hover span:nth-child(1),
.drawer-open .menu-trigger:hover span:nth-child(2),
.drawer-open .menu-trigger:hover span:nth-child(3){
	-webkit-animation-iteration-count: 0;
	-moz-animation-iteration-count: 0;
	animation-iteration-count: 0;
}

.drawer-nav {
	background: none;
	padding: 70px 0 0;
	width: 360px;
	z-index: 1000;
}
.drawer--right .drawer-nav {
    right: -360px;
}
.drawer-menu {
	color: #fff;
	font-family: 'Abel', sans-serif;
	font-size: 107.1%;
	margin: 0 0 30px;
}
.drawer-menu li {
    margin: 0 0 1em;
}
@media screen and (max-width: 768px) {
	.drawer-nav {
		width: 80%;
	}
	.drawer--right .drawer-nav {
			right: -80%;
	}
	.drawer-menu li {
		margin: 0 0 1em;
	}
	.drawer-menu li:last-child {
		margin: 0 0 0;
	}
}
@keyframes rotate1 {
0% {transform: rotateX(0deg); opacity: 100;} 
50% {transform: rotateX(20deg); opacity: 100;}
51% {transform: rotateX(180deg); opacity: 100;}
100% {transform: rotateX(360deg); opacity: 100;}
}
.drawer-overlay {
    background: rgba(48,51,80,.95);
}




/* Header */

.main_ttl {
    margin: auto;
    padding: 20px 0 15px;
    width: 47.96%;
}
.main_img {
    margin: 0 auto 15px;
    width: 84.375%;
}
.ttl_01 {
    margin: 0 auto 50px;
    width: 64.37%;
}
@media only screen and (min-width: 768px) {
        .main_ttl {
            max-width: 900px;
            padding: 30px 0;
            width: 90%;
        }
        .main_img {
            margin: 0 auto 70px;
            max-width: 900px;
            width: 90%;
        }
        .ttl_01 {
            margin: 0 auto 70px;
            max-width: 628px;
        }
}




/* 左右分割 */

.lr_wrap {
    border-bottom: solid 1px #c7cbd6;
    margin: 0 auto 50px;
    padding: 0 0 50px;
}
.lr_wrap .box_01 {
    border-right: solid 1px #c7cbd6;
    margin: 0 auto 50px;
    padding: 0 3% 8% 0;
    width: 84.375%;
}
.lr_wrap .box_01 .ttl {
    line-height: 1;
    margin: 0 0 15px;
    width: 60.4%;
}
.lr_wrap .box_01 .ttl2 {
    line-height: 1;
    margin: 0 0 15px;
    width: 51%;
}
.lr_wrap .box_01 p {
    margin: 0 0 1em;
}
.lr_wrap .box_01 p:last-child {
    margin: 0;
}
.txt_more {
    margin: 0 0 10px;
    max-height: 15em;
    overflow: hidden;
    position: relative;
}

.opnbtn,.clsbtn {
    background: #595a5f;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 20px;
    float: right;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 40% !important;
}

.lr_wrap .box_02 {
    border-left: solid 1px #c7cbd6;
    margin: 0 auto 50px;
    padding: 0 0 0 3%;
    width: 84.375%;
}
.lr_wrap .box_02 .inner {
    max-height: 51vh;
    overflow-y: scroll;
    padding: 0 3% 8% 0;
}
.lr_wrap .box_02 .news_wrap {
    margin: 0 0 50px;
}
.lr_wrap .box_02 .ttl {
    line-height: 1;
    margin: 0 0 15px;
    width: 22.73%;
}
.lr_wrap .box_02 .ttl2 {
    line-height: 1;
    margin: 0 0 15px;
    width: 55.8%;
}
.lr_wrap .box_02 p {
    margin: 0 0 1em;
}
.lr_wrap .box_02 p,
.lr_wrap .box_02 li {
    font-size: 12px;
}
.lr_wrap .box_02 p:last-child {
    margin: 0;
}
.ttl_news {
    color: #2a3769;
    margin: 0 0 15px;
}
.ttl_news dt {
    margin: 0 0 10px;
}
.ttl_news dt span {
    font-size: .7em;
}
.ttl_news dd {
    font-weight: 600;
    margin: 0;
}
.lr_wrap .box_02 .txt_more {
    max-height: 3.2em;
    overflow: hidden;
}

.lr_wrap .box_03 {
    border-right: solid 1px #c7cbd6;
    margin: 0 auto 0px;
    padding: 0 3% 8% 0;
    width: 84.375%;
}
.lr_wrap .box_03 .ttl {
    line-height: 1;
    margin: 0 0 15px;
    width: 36.5%;
}
.lr_wrap .box_03 .ttl2 {
    line-height: 1;
    margin: 0 0 15px;
    width: 70%;
}
.lr_wrap .box_03 p {
    margin: 0 0 1em;
}
.lr_wrap .box_03 p:last-child {
    margin: 0;
}
@media only screen and (min-width: 768px) {
        .lr_wrap {
            border-bottom: none;
            margin: 0 auto 100px;
            max-width: 1080px;
            padding: 50px 0 100px;
            position: relative;
            width: 90%;
        }
        .lr_wrap:after {
            background:#c7cbd6;
            content: "";
            height: 100%;
            position: absolute; top: 0; left: 50%;
            width: 1px;
        }
        
        .lr_wrap .box_01 {
            border-right: none;
            margin: -150px auto 0px;
            padding: 0;
            padding-left: calc(50% + 60px);
            width: 100%;
        }
        .lr_wrap .box_01 .ttl {
            margin: 0 0 30px;
            width: 379.6px;
        }
        .lr_wrap .box_01 .ttl2 {
            margin: 0 0 30px;
            width: 313px;
        }
        .lr_wrap .box_01 p {
            margin: 0 0 1em;
        }
        .lr_wrap .box_01 p:last-child {
            margin: 0;
        }
        .txt_more {
            margin: 0 0 10px;
            max-height: 104px;
            overflow: visible;
            position: relative;
        }

        .opnbtn,.clsbtn {
            border-radius: 16px;
            font-size: 14px;
            height: 32px;
            line-height: 32px;
            width: 160px !important;
        }

        .lr_wrap .box_02 {
            border-left: none;
            margin: 0px auto 0px;
            padding: 0;
            padding-right: calc(50% + 60px);
            width: 100%;
        }
        .lr_wrap .box_02 .inner {
            max-height: 350px;
            overflow-y: scroll;
            padding: 0 3% 8% 0;
        }
        .lr_wrap .box_02 .news_wrap {
            margin: 0 0 100px;
        }
        .lr_wrap .box_02 .ttl {
            margin: 0 0 30px;
            width: 141.83px;
        }
        .lr_wrap .box_02 .ttl2 {
            margin: 0 0 30px;
            width: 360px;
        }
        .lr_wrap .box_02 p {
            margin: 0 0 1em;
        }
        .lr_wrap .box_02 p,
        .lr_wrap .box_02 li {
            font-size: 14px;
        }
        .ttl_news {
            margin: 0 0 20px;
        }
        .ttl_news dt {
            margin: 0 0 10px;
        }
        .ttl_news dt span {
            font-size: .7em;
        }
        .ttl_news dd {
            margin: 0;
        }
        .lr_wrap .box_02 .txt_more {
            max-height: 205px;
            overflow: hidden;
        }

        .lr_wrap .box_03 {
            border-right: none;
            margin: -150px auto 0px;
            padding: 0;
            padding-right: calc(50% + 60px);
            width: 100%;
        }
        .lr_wrap .box_03 .ttl {
            margin: 0 0 30px;
            width: 224.21px;
        }
        .lr_wrap .box_03 .ttl2 {
            margin: 0 0 30px;
            max-width: 100%;
            width: 440px;
        }
        .lr_wrap .box_03 .txt_more {
            margin: 0 0 10px;
            max-height: 444px;
        }

}




.modal-wrapper {
  z-index: 10001;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  z-index: -1;
}

.modal-wrapper:target {
	pointer-events: inherit;
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
	z-index: 10001;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  min-width: 90%;
  padding: 55px 0 0;
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
	min-width: 100% !important;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .9)
}

.modal-wrapper .modal-close {
	height: 40px;
  z-index: 20;
  position: absolute;
  top: 2%;
  right: 2%;
  width: 40px;
}
.modal-wrapper .modal-close span {
	height: 40px;
	position: relative;
	width: 40px;
}
.modal-wrapper .modal-close span:after {
	background: #fff;
	content: "";
	height: 1px;
	position: absolute; top: 5vw; left: 0vw;
	transform:rotate(-45deg);
	width: 10vw;
}
.modal-wrapper .modal-close span:before {
	background: #fff;
	content: "";
	height: 1px;
	position: absolute; top: 5vw; left: 0vw;
	transform:rotate(-135deg);
	width: 10vw;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.modal-wrapper iframe {
	border: 0;
	margin: 13% 0 0;
	min-height: 75vh !important;
	min-width: 100% !important;
	max-height: 75vh !important;
	max-width: 100% !important;
}
.animation_container {
	max-width: 50% !important;
}
#canvas {
	max-width: 100px !important;
}

.modal-wrapper .guide_wrap {
	overflow: hidden ;
	margin: 0 auto 30px;
	position: fixed; bottom: -4%; left: 3.5%;
	width: 94%;
	z-index: 1000;
}
.modal-wrapper .guide_wrap .prev,
.modal-wrapper .guide_wrap .next {
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 30px;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 50%;
}
.modal-wrapper .guide_wrap .next {
	float: right;
	padding: 0 30px 0 0;
	text-align: right;
}

.modal-wrapper .guide_wrap .prev:after,
.modal-wrapper .guide_wrap .next:after {
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	content: "";
	height: 15px;
	position: absolute; top: calc(50% - 9px); left: 14px;
	transform:rotate(135deg);
	transition:all 0.3s ease-in-out;
	width: 15px;
}
.modal-wrapper .guide_wrap .next:after {
	left: inherit; right: 14px; 
	transform:rotate(-45deg);
}
@media only screen and (min-width: 768px) {
		.modal-wrapper iframe {
			margin: 0;
		}
		.modal-wrapper .modal-close {
			height: 120px;
			top: 60px;
			right: 30px;
			width: 120px;
		}
		.modal-wrapper .modal-close span {
			height: 40px;
			position: relative;
			width: 40px;
		}
		.modal-wrapper .modal-close span:after {
			background: #ccc;
			position: absolute; top: 40px; left: -30px;
			width: 90px;
		}
		.modal-wrapper .modal-close span:before {
			background: #ccc;
			position: absolute; top: 40px; left: -30px;
			width: 90px;
		}
		.modal-wrapper .modal-window .modal-content {
			margin: auto;
			max-width: 1100px !important;
			min-width: 600px !important;
		}
		.modal-wrapper .guide_wrap {
			margin: 0 auto 30px;
			max-width: 90%;
			position: fixed; bottom: 50px; left: 5%;
			width: 90%;
			z-index: 1000;
		}
		.modal-wrapper iframe {
			margin: 0;
			min-height: 90vh !important;
			max-height: 90vh !important; 
		}
}



.album_wrap {
    border-bottom: solid 1px #a9b3c7;
    margin: 0 0 50px;
    padding: 0 10% 50px;
}
.album_wrap.album_03 {
    color: #000;
}
.ttl_album {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 15px;
}
.album_img {
    line-height: 0;
    margin: 0 0 15px;
}
.btn_cart {
    background: #303350; 
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 15px;
    text-align: center;
}
.btn_cart span {
    background: url("../img/icn_cart.png") right no-repeat;
    background-size: contain;
    padding: 0 20px 0 0;
}
.ul_buy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 100;
    width: 100%;
}
.ul_buy li {
	flex-basis: auto;
	margin: 0 0 10px;
	width: 46%;
}
.ul_buy li.size2 {
	flex-basis: auto;
	width: 100%;
}
.ul_buy li a {
	border: solid 1px #ccc;
}
.ul_buy li a,
.ul_buy li img {
    box-sizing: border-box;
    height: auto;
	line-height: 0;
	margin: 0;
	width: 100%;
}
.closeBtnHat {
	display: none;
}

.txt_num {
    font-size: .84rem;
    line-height: 1.2;
    margin: 0 0 12px;
}
.txt_price {
    font-size: 1.3rem;
    margin: 0 0 24px;
}
.txt_price span {
    font-size: .8rem;
}
.ttl_album_01 {
    border-bottom: solid 1px #a9b3c7;
    font-size: 1.4em;
    margin: 0 0 12px;
    padding: 0 0 5px;
}
.ttl_album_01 span {
    font-size: .8em;
}
.ul_songs {
    margin: 0;
}
.ul_songs li {
    line-height: 1.2;
    list-style: disc;
    list-style-position: outside;
    margin: 0 0 1em 20px;
}
.ul_songs li span {
    font-size: .8em;
}
.two_wrap {
    margin: 0;
}
.two_wrap .left {
    border-bottom: solid 1px #a9b3c7;
    margin: 0 0 50px;
    padding: 0 0 50px;
}
.two_wrap .left.noline {
    border-bottom: none;
    margin: 0 0 25px;
    padding: 0;
}
.two_wrap .left.noline2 {
    border-bottom: none;
    margin: 0 0 0px;
    padding: 0;
}
.two_wrap .right {
    margin: 0;
}
.ttl_album_02 {
    font-size: 1.2em;
    margin: 0 0 .5em;
}
.ttl_album_02 span {
    font-size: .9em;
}
.txt_album_01 {
    font-size: .8em;
    line-height: 1.2;
}
.line { display: none; }
@media only screen and (min-width: 768px) {
        .line {
            background: #a9b3c7;
            border: none;
            display: block;
            height: 1px;
            margin: 0 0 100px;
            width: 100%;
        }
        .album_wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            border-bottom: none;
            margin: 0 auto;
            padding: 0 0 100px;
            max-width: 1140px;
        }
        .album_wrap .inner {
            flex-basis: auto;
            width: 30%;
        }
        .album_wrap .inner.center {
            flex-basis: auto;
            width: 34%;
        }
        .album_wrap .inner:nth-child(3) {
            padding: 50px 0 0;
        }
        .ttl_album {
            font-size: 18px;
            margin: 0 0 30px;
            width: 100%;
        }
        .album_img {
            margin: 0 0 30px;
        }
        .btn_cart {
            font-size: 20px;
            height: 70px;
            line-height: 70px;
            margin: 0 auto 15px;
        }
        .btn_cart span {
            padding: 0 30px 0 0;
        }

        .txt_num {
            font-size: 12px;
            margin: 0 0 12px;
        }
        .txt_price {
            font-size: 18px;
            margin: 0 0 24px;
        }
        .txt_price span {
            font-size: 14px;
        }
        .ttl_album_01 {
            font-size: 18px;
            margin: 0 0 20px;
            padding: 0 0 5px;
        }
        .ttl_album_01 span {
            font-size: .8em;
        }
        .ul_songs li {
            font-size: 14px;
            margin: 0 0 .7em 20px;
        }
        .ul_songs li span {
            font-size: 11px;
        }
        .two_wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: auto;
            max-width: 870px;
            width: 90%;
        }
        .two_wrap .left,
        .two_wrap .left.noline,
        .two_wrap .left.noline2 {
            flex-basis: auto;
            border-bottom: none;
            margin: 0;
            padding: 0;
            width: 360px;
        }
        .two_wrap .right {
            flex-basis: auto;
            width: 360px;
        }
        .bros_album {
            margin-bottom: 100px;
            padding-top: 0 !important;
        }
}

.txt_album_02 {
    color: #a81f24;
    font-size: 1.2em;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 1em;
}
.caution_bros {
    font-size: .8em;
    line-height: 1.2;
}
.ttl_tokuten_01 {
    font-size: 1.2em;
    border-bottom: solid 1px #a9b3c7;
    margin: 0 0 12px;
    padding: 0 0 5px;
}
@media only screen and (min-width: 768px) {
        .caution_bros {
            font-size: 13px;
            padding: 50px 0 0;
            margin: auto;
            width: 870px;
        }
}

.lr_wrap .box_04 {
    border-right: solid 1px #c7cbd6;
    margin: 0 auto 50px;
    padding: 0 3% 0 0;
    width: 84.375%;
}
.lr_wrap .box_04 .inner {
    padding: 0 3% 8% 0;
}
.lr_wrap .box_04 .news_wrap {
    margin: 0 0 50px;
}
.lr_wrap .box_04 .ttl {
    line-height: 1;
    margin: 0 0 15px;
    width: 22.73%;
}
.lr_wrap .box_04 .ttl2 {
    line-height: 1;
    margin: 0 0 15px;
    width: 55.8%;
}
.lr_wrap .box_04 p {
    margin: 0 0 1em;
}
.lr_wrap .box_04 p,
.lr_wrap .box_04 li {
    font-size: 12px;
}
.lr_wrap .box_04 p:last-child {
    margin: 0;
}
.name_tonda {
    font-weight: 900;
}
@media only screen and (min-width: 768px) {
        .lr_wrap .box_04 {
            border-right: none;
            margin: -250px auto 0px;
            padding: 0;
            padding-left: calc(50% + 60px);
            width: 100%;
        }
        .lr_wrap .box_04 .inner {
            padding: 0 3% 8% 0;
        }
        .lr_wrap .box_04 .news_wrap {
            margin: 0 0 100px;
        }
        .lr_wrap .box_04 .ttl {
            margin: 0 0 30px;
            width: 141.83px;
        }
        .lr_wrap .box_04 .ttl2 {
            margin: 0 0 30px;
            width: 360px;
        }
        .lr_wrap .box_04 p {
            margin: 0 0 1em;
        }
        .lr_wrap .box_04 p,
        .lr_wrap .box_04 li {
            font-size: 14px;
        }
}




.footer {
    padding: 50px 0 200px;
}
footer .logo_wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 50px;
}
footer .logo_wrap .left {
    flex-basis: auto;
    padding: 0 5% 0 0;
    text-align: right;
    width: 50%;
}
footer .logo_wrap .right {
    text-align: left;
    padding: 0 0 0 5%;
    width: 50%;
}
footer .logo_wrap div a {
    display: inline-block;
}
footer .logo_wrap div a img {
    height: auto;
    width: 100%+
    }
footer .logo_wrap div .official {
    width: 80%;
}
footer .logo_wrap div .bros {
    width: 70%;
}
footer .copyright {
    font-size: 10px;
    text-align: center;
}
.fix_bnr {
    position: fixed;
    bottom: 20px;
    line-height: 0;
    right: 20px;
    width: 70%;
}
@media only screen and (min-width: 768px) {
        footer .logo_wrap div .official {
            max-width: 318px;
        }
        footer .logo_wrap div .bros {
            max-width: 204px;
        }
        .fix_bnr {
            bottom: 0px;
            right: 20px;
            width: 400px;
        }        
}

.btn_member {
    background: #fff;
    border: solid 1px #303350; 
    height: 30px;
    line-height: 30px;
    margin: 0 auto 15px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
        .btn_member {
            height: 40px;
            line-height: 40px;
        }
}




.youtube{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}




li.li_mmark {
  list-style-type: none;
  margin-left: 0;
  counter-increment: cnt;
}
li.li_mmark::before {
  content: "M"counter(cnt)" ";
}
li.li_mmark span {
  display: inline-block;
  margin-left: 30px;
}
.mgl-0 {
    margin-left: 0 !important;
}

.reserve_wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px;
}
.reserve_wrap .txt {
    flex-basis: auto;
    width: calc(100% - 130px);
}
.reserve_wrap .jacket {
    flex-basis: auto;
    width: 100px;
}




.btn_ds {
    margin: -35px auto 50px;
    width: 84.375%;
}
@media only screen and (min-width: 768px) {
        .btn_ds {
            margin: -35px auto 70px;
            max-width: 628px;
            width: 90%;
        }
}