@charset "utf-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* reset
-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
main, 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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}
body {
	line-height: 1;
}
img{
	vertical-align: bottom;
}
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;
}

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

/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
body {
	color: #000000;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-text-size-adjust:100%;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* index
-------------------------------------------------------------------------------------------------------------------------------*/
#container{
	width: 100%;
	margin: 0 auto;
}

/* menu
=================================================================== */
#menu {
    scrollbar-width: none;
}
#menu::-webkit-scrollbar {
    display:none;
}
#menu {
    overflow: scroll;
    -ms-overflow-style: none;
}
#menu{
	position: fixed;
	display: none;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	background-color: #221714;
	background-color: rgba(34,23,20,0.95);
}
#menu_inner {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 80px 0;
	position: relative;
}
#menu_inner .menu_close{
	position: absolute;
	top: 30px;
	right: 30px;
}
#menu_inner ul {
	width: 750px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 50px 65px 20px 65px;
}
#menu_inner ul li {
}
.menu_btn a {
	color: #595757;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	width: 100%;
	background-image: url("/base/osaka/ttone_beautynews/img/250325/menu_nav_bg.png");	
	margin: 0 0 40px 0;
	padding: 20px 25px;
	background-color: #595757;
	box-shadow: #595757 6px 6px;
	text-decoration: none;
	position: relative;
	display: block;
}
.menu_btn02 a {
	color: #595757;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	width: 100%;
	background-image: url("/base/osaka/ttone_beautynews/img/250325/menu_nav_bg.png");	
	margin: 0 0 40px 0;
	padding: 40px 25px;
	background-color: #595757;
	box-shadow: #595757 6px 6px;
	text-decoration: none;
	position: relative;
	display: block;
}
/* アイコンのスタイル */
.menu_btn-arrow-right a::after {
	width: 18px;
	height: 18px;
	margin: auto;
	border-top: 2px solid #595757;
	border-right: 2px solid #595757;
	transform: rotate(45deg);
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
}

/* main
=================================================================== */
main{
    width: 750px;
    margin: 0 auto;
}
#title_slider{
	margin: 0 0 65px 0;
	position: relative;
}
#title_slider h1{
	position: absolute;
	top: 250px;
	left: 100px;
	z-index: 100;
}
.menu_fixed{
	width: 750px;
	display: none;
	position: fixed;
	top: 20px;
	z-index: 7000;
}
.menu_fixed p{
	text-align: right;
	margin: 0 20px 0 0;
}

/* main
=================================================================== */


/*-------------------------------------------------------------------------------------------------------------------------------
 ttone
-------------------------------------------------------------------------------------------------------------------------------*/
#ttone dl dt{
	color: #595757;
	font-size: 37px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 20px 0;
	background-image: url("/base/osaka/ttone_beautynews/img/bg01.gif");
}
#ttone dl dt span{
	font-size: 21px;
	font-weight: normal;
}
#ttone dl dd{
	color: #595757;
	font-size: 22px;
	text-align: center;
	line-height: 2;
	padding: 30px 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------
 ttone_cc
-------------------------------------------------------------------------------------------------------------------------------*/
#ttone_cc{
	background-image: url("/base/osaka/ttone_beautynews/img/bg01.gif");
	padding: 60px 0;
}
#ttone_cc dl{
	width: 585px;
	margin: 0 auto;
}
#ttone_cc dl dt{
	color: #e40075;
	font-size: 37px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
#ttone_cc dl dt span{
	font-size: 27px;
	line-height: 2;
}
#ttone_cc .img{
	padding: 0 0 37.5px 0;
}
#ttone_cc .txt01{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 5px 0;
	background-color: #e40075;
}
#ttone_cc .txt02{
	color: #e40075;
	font-size: 22px;
	line-height: 1.7;
	margin: 0 0 35px 0;
	padding: 5px 0 35px 0;
	border-bottom: 1px solid #e40075;
}
#ttone_cc .txt03{
	color: #e40075;
	font-size: 22px;
	line-height: 1.7;
}

/*-------------------------------------------------------------------------------------------------------------------------------
 ttone_nav
-------------------------------------------------------------------------------------------------------------------------------*/
#ttone_nav{
	width: 657px;
	margin: 0 auto;
	padding: 100px 0;
}
.ttone_nav_b{
	width: 657px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.ttone_nav_b dl{
	width: 657px;
	margin: 0 auto;
	padding: 0 0 45px 0;
	position: relative;
}
.ttone_nav_b dl:last-of-type{
	padding: 0;
}
.ttone_nav_b dt{
	width: 650px;
	margin: 0 0 10px -3px;
	box-shadow: #595757 5px 5px;
}
.ttone_nav_b dd{
	color: #595757;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3;
}
.ttone_nav_b dd span{
	font-size: 20px;
	font-weight: normal;
}
.ttone_nav_b dd a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.ttone_nav_s{
	width: 657px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.ttone_nav_s dl{
	width: 320px;
	margin: 0 auto;
}
.ttone_nav_s dt{
	width: 314px;
	margin: 0 0 10px -3px;
	box-shadow: #595757 5px 5px;
}
.ttone_nav_s dd{
	color: #595757;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3;
}
.ttone_nav_s dd span{
	font-size: 20px;
	font-weight: normal;
}
.ttone_nav_s dd a{
	width: 320px;
	height: 100%;
	position: absolute;
	top: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------
 ttone_topics
-------------------------------------------------------------------------------------------------------------------------------*/
#ttone_topics{
	background-color: #f1f0ef;
	padding: 10px 0 60px 0;
}
#ttone_topics h3{
	color: #595757;
	font-size: 25px;
	text-align: center;
	padding: 65px 0;
}
#ttone_topics .pickup-list{
	width: 620px;
	margin: 0 auto;
}
#ttone_topics .pickup-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#ttone_topics .pickup-list li{
	width: 300px;
	margin: 0 0 60px 0;
}
#ttone_topics .pickup-list li a{
	text-decoration: none;
}
#ttone_topics .pickup-list dl{
	width: 300px;
	color: #595757;
	font-size: 22px;
}
#ttone_topics .pickup-list dl img{
	width: 300px;
}
#ttone_topics .pickup-list dl .more{
	text-decoration: underline;
}
#ttone_topics .pickup-list dt{
	padding: 0 0 10px 0;
}
#ttone_topics .pickup-list ul li dl dd.more span{
  position: relative;
  display: inline-block;
  padding-right: 16px;
  text-decoration: underline;
}
#ttone_topics .pickup-list ul li dl dd.more span::after {
  content: "";
  position: absolute;
  right: -5px;
  top: calc(50% - 5px);
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
#bnr{
	width: 655px;
	margin: 0 auto;
	padding: 110px 0;
}
#bnr li{
	padding: 0 0 30px 0;
}
#bnr li:last-of-type{
	padding: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------
 ttone_cp
-------------------------------------------------------------------------------------------------------------------------------*/
#ttone_cp{
	width: 750px;
	background-color: #f1f0ef;
	margin: 0 0 20px 0;
	padding: 30px 0;
}
.ttone_cp_inner{
	width: 663px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
.ttone_cp_bnr_b{
	padding: 0 0 15px 0;
}
.ttone_cp_bnr_s ul{
	width: 663px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ttone_cp_bnr_s ul li{
	margin: 0 0 15px 0;
}
.ttone_cp_bnr_s ul li img{
	width: 326px!important;
}
#ttone_cp details {
	width: 750px;
	padding: 0px;
}
#ttone_cp details[open] {
	width: 750px;
}
#ttone_cp summary::-webkit-details-marker {
	display: none;
}

#ttone_cp summary {
	width: 190px;
	color: #595757;
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto;
	padding: 50px 0; 
	cursor: pointer;
	display: flex;
	justify-content:space-between;
	align-items: center;
	background: #f1f0ef;
}

#ttone_cp summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 15px;
	height: 15px;
	border-bottom: 3px solid #595757;
	border-right: 3px solid #595757;
	content: '';
	display: inline-block;
}
#ttone_cp details[open] summary::after {
	transform: rotate(225deg);
}
.zoom-fade {
  overflow: hidden;
  width: 750px;
  margin: 0 auto;
}

.zoom-fade_item {
  object-fit: cover;
}

/*
ズーム（ズームイン）させるためのアニメーション
コメントアウト部分を入れ替えれば、ズームアウトになります。

拡大率（scale()）はお好みで！
*/
.add-animation {
  /* アニメーション名 アニメーションにかかる時間 アニメーションの実行前後の状態 */
  /* zoom-fade 10秒 [実行前]最初のキーフレーム（0%） → [実行後]最後のキーフレーム（100%） */
  animation: zoom-fade 5s both;
}
@keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    transform: scale(1.10);
  }
  100% {
    /*transform: scale(1);*/
    transform: scale(1);
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------
 ttone_cc_02
-------------------------------------------------------------------------------------------------------------------------------*/
#ttone_cc_02{
	padding: 60px 0 90px 0;
	position: relative;
}
.ttone_cc_02_box01 dl{
	width: 750px;
	margin: 0 auto;
}
.ttone_cc_02_box01 dl dt{
	color: #595757;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 60px 0;
}
.ttone_cc_02_box01 dl dt span{
	color: #e40075;
	font-size: 27px;
	line-height: 2.5;
}
.ttone_cc_02_box01 .img{
	padding: 0 0 50px 0;
}
.ttone_cc_02_box01 .txt01{
	color: #595757;
	font-size: 24px;
	padding: 0 55px 55px 55px;
}
.ttone_cc_02_box01 .txt02{
	color: #595757;
	font-size: 24px;
	padding: 0 55px 55px 55px;
}
.ttone_cc_02_box01 .flow {
	padding: 0 10px 30px 10px;
}
.ttone_cc_02_box01 .flow-label {
	color: #595757;
	font-size: 20px;
	margin: 0 0 5px 0;
	padding: 0;
}
.ttone_cc_02_box01 .flow-list {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ttone_cc_02_box01 .flow-list-item {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #595757;
	padding: 8px 4px;
	color: #595757;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
}
.ttone_cc_02_box01 .flow-list-arrow {
	flex: 0 0 auto;
	align-self: center;
	color: #595757;
	font-size: 18px;
	line-height: 1;
	padding: 0 2px;
}
.ttone_cc_02_box01_txt03{
	color: #e40075;
	font-size: 22px;
	line-height: 1.7;
}
.ttone_cc_02_present{
	width: 610px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #e40075;
	border-radius: 20px;
}
.ttone_cc_02_present_inner{
	margin: 0 auto;
	padding: 30px 50px;
	border-radius: 20px;
	background-color: #e40075;
}
.ttone_cc_02_present_inner dl{
	width: 500px;
	margin: 0 auto;
}
.ttone_cc_02_present_inner dl dt{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding: 0 0 30px 0;
}
.ttone_cc_02_present_inner dl dt span{
	color: #ffffff;
	font-size: 23.5px;
	line-height: 2.5;
}
.ttone_cc_02_present_inner dl dd{
	color: #ffffff;
	font-size: 22px;
	line-height: 1.8;
}

/*-------------------------------------------------------------------------------------------------------------------------------
 reserve_l
-------------------------------------------------------------------------------------------------------------------------------*/
#reserve_l{
	padding: 70px 0 100px 0;
	background-image: url("/base/osaka/ttone_beautynews/img/bg02.gif");
}
#reserve_l h3{
	color: #595757;
	font-size: 34px;
	text-align: center;
	padding: 30px 0;
}
.reserve_l_box01{
	width: 613px;
	margin: 0 auto 40px auto;
	border: 1px solid #595757;
	box-shadow: #595757 5px 5px;
	background-color: #ffffff;
}
.reserve_l_box01 dl{
	width: 504px;
	margin: 0 auto;
	padding: 70px 0;
}
.reserve_l_box01 dt{
	color: #595757;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 10px 0;
	border-top: 1px solid #595757;
	border-bottom: 1px solid #595757;
}
.reserve_l_box01 dd{
	line-height: 1.6;
	padding: 0 0 25px 0;
}
.reserve_l_box01 dd:last-of-type{
	padding: 0;
}
.reserve_l_box01 .img01{
	padding: 0 0 15px 0;
}
.reserve_l_box01 .txt01{
	color: #595757;
	font-size: 22px;
	font-weight: bold;
}
.reserve_l_box01 .txt02{
	color: #595757;
	font-size: 20px;
}
.reserve_l_box02{
	width: 613px;
	margin: 0 auto 40px auto;
	padding: 40px 0;
	border-top: 1px solid #595757;
	border-bottom: 1px solid #595757;
	background-color: #ffffff;
}
.reserve_l_box02 h4{
	color: #595757;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin: 0 0 30px 0;
	padding: 10px 0;
}
.reserve_l_box02 dl{
	width: 504px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
.reserve_l_box02 dt{
	color: #595757;
	font-size: 23px;
	font-weight: bold;
	padding: 0 0 15px 0;
	line-height: 1.6;
}
.reserve_l_box02 dd{
	color: #595757;
	font-size: 23px;
	margin: 0 0 15px 0;
}
.reserve_l_box02 dd:last-of-type{
	margin: 0;
}
.text_indent{
    text-indent: -1em!important; 
    padding-left: 1em!important;
}
.ft_txt{
	width: 700px;
	margin: 0 auto;
	padding: 50px 0;
}
.ft_txt li{
	font-size: 20px;
}


/* ボタンのスタイル */
.btn a {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	width: 100%;
	padding: 10px 0;
	background-color: #595757;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
}
/* アイコンのスタイル */
.btn-arrow-right a::after {
	width: 18px;
	height: 18px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
}
.btn03 a {
	color: #595757;
	font-size: 23px;
	font-weight: bold;
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
	border: 1px solid #595757;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
}
/* アイコンのスタイル */
.btn03-arrow-right a::after {
	width: 18px;
	height: 18px;
	margin: auto;
	border-top: 2px solid #595757;
	border-right: 2px solid #595757;
	transform: rotate(45deg);
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
}
/* 左右に斜め線(両端を丸く) */
.heading {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.heading::before,
.heading::after {
  background-color: #ffffff; /* 線の色 */
  border-radius: 0; /* 線の両端を丸く */
  content: "";
  height: 2px; /* 線の高さ */
  width: 30px; /* 線の長さ */
}
.heading::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.heading::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

#monthly_march{
	
}
#monthly_march .monthly_ttl{
	width: 750px;
	position: relative;
}
#monthly_march nav{
	width: 750px;
	margin: 0 auto;
	padding: 50px 0 90px 0;
	background-image: url("/base/osaka/ttone_beautynews/img/bg02.gif");
}
#monthly_march nav ul{
	width: 625px;
	margin: 0 auto;
	border-top: 1px solid #7d625b;
}
#monthly_march nav li{
	border-bottom: 1px solid #7d625b;
}
/* ボタンのスタイル */
#monthly_march .btn02 a {
	color: #7d625b;
	font-size: 23px;
	font-weight: bold;
	width: 625px;
	padding: 20px 0;
	text-decoration: none;
	position: relative;
	display: block;
}
/* アイコンのスタイル */
#monthly_march .btn02-arrow-right a::after {
	width: 15px;
	height: 15px;
	margin: auto;
	border-bottom: 3px solid #7d625b;
	border-right: 3px solid #7d625b;
	transform: rotate(45deg);
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
}

/*-------------------------------------------------------------------------------------------------------------------------------
 monthly_pickup
-------------------------------------------------------------------------------------------------------------------------------*/
#monthly_march #monthly_pickup{
	background-image: url("/base/osaka/ttone_beautynews/img/bg02.gif");
}
#monthly_march #monthly_pickup h3{
	color: #ffffff;
	font-size: 38px;
	font-weight: bold;	
	background-color: #7d625b;
	padding: 15px 60px;
}
#monthly_march #monthly_pickup .monthly_copy{
	color: #ffffff;
	font-size: 38px;
	width: 620px;
	margin: 50px auto 35px auto;
}
#monthly_march #monthly_pickup .monthly_copy li{
	margin: 0 auto 20px auto;
}
#monthly_march #monthly_pickup .monthly_copy li:last-of-type{
	margin: 0 auto;
}
#monthly_march .monthly_copy .copy01{
	color: #7d625b;
	font-size: 38px;
	font-weight: bold;
}
#monthly_march .monthly_copy .copy01 span{
	background-color: #ffffff;
	padding: 5px 20px;
}
#monthly_march .monthly_copy  .copy02{
	color: #7d625b;
	font-size: 20px;
}

/*-------------------------------------------------------------------------------------------------------------------------------
 monthly_something
-------------------------------------------------------------------------------------------------------------------------------*/
#monthly_march .monthly_something{
	width: 620px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}
#monthly_march .monthly_something dt{
	width: 620px;
	color: #7d625b;
	font-size: 24px;
	margin: 0 auto;
}
#monthly_march .monthly_something dd{
	width: 620px;
	color: #7d625b;
	font-size: 24px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
#monthly_march .monthly_something dd:first-of-type{
	padding: 0;
}
#monthly_march .monthly_something dd:last-of-type{
	padding: 20px 0 0 0;
}
#monthly_march .monthly_something .kome{
	color: #7d625b;
	font-size: 20px;
	padding: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------
 monthly_slider
-------------------------------------------------------------------------------------------------------------------------------*/
#monthly_march .monthly_slider_area{
	width: 620px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}
#monthly_march .monthly_slider_box01{
	width: 620px;
	margin: 0 auto 30px auto;
}
#monthly_march .monthly_slider_box01:last-of-type{
	margin: 0 auto;
}
#monthly_march .monthly_slider_box01 .ttl{
	color: #7d625b;
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
#monthly_march .monthly_slider_box01 .ttl span{
	color: #7d625b;
	font-size: 21px;
}
#monthly_march .monthly_slider_box01 .txt01{
	color: #7d625b;
	font-size: 21px;
	padding: 20px 0 0 0;
}
#monthly_march .monthly_slider_box01 .txt02{
	color: #7d625b;
	font-size: 25px;
	padding: 20px 0 0 0;
}
#monthly_march .monthly_slider_box01 .txt02 span{
	color: #7d625b;
	font-size: 24px;
}
#monthly_march .monthly_slider_box01 .price{
	color: #7d625b;
	font-size: 29px!important;
}
#monthly_march .item_slider{
	padding: 0 0 50px 0;
	border-bottom: 1px solid #7d625b;
}
#monthly_march .item_slider dt{
	border: 1px solid #7d625b;
}
#monthly_march .monthly_slider_present_icon{
	width: 580px;
	margin: 0 auto;
	border: 1px solid #e40075;
	margin: 0 auto;
	padding: 20px 0;
}
#monthly_march .monthly_slider_present_icon .img{
	padding: 0 5px 10px 0;
}
#monthly_march .monthly_slider_present_icon .img img{
	width: 40px;
}
#monthly_march .monthly_slider_present_icon ul{
	width: 290px;
	padding: 0 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#monthly_march .monthly_slider_present_icon ul li{
	color: #e40075;
	font-size: 21px;
}
#monthly_march .monthly_slider_present_icon p{
	color: #7d625b;
	font-size: 21px;
	line-height: 1.3;
	padding: 0 20px;
}

/*-------------------------------------------------------------------------------------------------------------------------------
 monthly_brand_pickup
-------------------------------------------------------------------------------------------------------------------------------*/
#monthly_march #monthly_brand_pickup h4{
	color: #7d625b;
	width: 620px;
	font-size: 38px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 25px 0;
}
#monthly_march #monthly_brand_pickup h4 span{
	color: #7d625b;
	font-size: 22px;
}
#monthly_march .monthly_brand_pickup_l{
	width: 680px;
	background-color: #7d625b;
	margin: 0 auto;
	padding: 55px 0;
}
#monthly_march .monthly_brand_pickup_l_ttl{
	width: 620px;
	margin: 0 auto;
}
#monthly_march .monthly_brand_pickup_l_ttl dt{
	background-color: #ffffff;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 20px 0;
}
#monthly_march .monthly_brand_pickup_l_ttl .txt01{
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 20px 0;
}
#monthly_march .monthly_brand_pickup_l_ttl .txt02{
	color: #ffffff;
	font-size: 21px;
	line-height: 1.4;
	padding: 0 0 20px 0;
}
#monthly_march .monthly_brand_pickup_l_itembox01{
	width: 620px;
	margin: 0 auto 50px auto;
	padding: 0 0 45px 0;
	border-bottom: 1px solid #ffffff;
}
#monthly_march .monthly_brand_pickup_l_itembox01:last-of-type{
	margin: 0 auto;
	padding: 0;
	border-bottom: none;
}
#monthly_march .monthly_brand_pickup_l_itembox01 dt{
	padding: 0 0 20px 0;
}
#monthly_march .monthly_brand_pickup_l_itembox01 dd{
	line-height: 1.4;
}
#monthly_march .monthly_brand_pickup_l_itembox01 .txt01{
	color: #ffffff;
	font-size: 21px;
	padding: 0 0 20px 0;
}
#monthly_march .monthly_brand_pickup_l_itembox01 .txt02{
	color: #ffffff;
	font-size: 25px;
}
#monthly_march .monthly_brand_pickup_l_itembox01 .txt02 span{
	color: #ffffff;
	font-size: 24px;
}
#monthly_march .monthly_brand_pickup_l_itembox01 .price{
	color: #ffffff;
	font-size: 29px!important;
}

#monthly_march #monthly_brand_pickup h4{
	color: #7d625b;
	width: 620px;
	font-size: 38px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 25px 0;
}
#monthly_march #monthly_brand_pickup h4 span{
	color: #7d625b;
	font-size: 22px;
}

#monthly_march #monthly_event{
	background-image: url("/base/osaka/ttone_beautynews/img/bg02.gif");
}
#monthly_march #monthly_event h3{
	color: #ffffff;
	font-size: 38px;
	font-weight: bold;	
	background-color: #7d625b;
	padding: 15px 60px;
}
#monthly_march .monthly_present{
	width: 620px;
	margin: 0 auto;
	padding: 65px 0 110px 0;
}
#monthly_march .monthly_present_icon ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0 15px 0;
}
#monthly_march .monthly_present_icon ul li{
	color: #595757;
	font-size: 21px;
}
#monthly_march .monthly_present_icon p{
	color: #595757;
	font-size: 21px;
	line-height: 1.3;
}

#monthly_march .monthly_event_l{
	width: 513px;
	margin: 0 auto;
	padding: 110px 0;
}
#monthly_march .monthly_event_l dl{
	width: 513px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}
#monthly_march .monthly_event_l dl:last-of-type{
	padding: 0;
}
#monthly_march .monthly_event_l dt{
	padding: 0 0 20px 0;
}
#monthly_march .monthly_event_l .txt01{
	color: #7d625b;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.3;
	padding: 0 0 20px 0;
}
#monthly_march .monthly_event_l .txt02{
	color: #7d625b;
	font-size: 21px;
	line-height: 1.3;
	padding: 0 0 30px 0;
}
#monthly_march .monthly_event_l .info{
	border-top: 1px solid #7d625b;
	border-bottom: 1px solid #7d625b;
	padding: 5px 0;
}
#monthly_march .monthly_event_l .info ul{
	display: flex;
}
#monthly_march .monthly_event_l .info ul li{
	color: #7d625b;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 100px 5px 0;
}
#monthly_march .monthly_event_l .present{
	padding: 0 0 30px 0;
}
#monthly_march .monthly_event_l .present ul{
	display: flex;
	justify-content: space-between;
}
#monthly_march .monthly_event_l .present ul .txt03{
	width: 265px;
	color: #7d625b;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
#monthly_march .monthly_event_l .present ul .txt03 span{
	font-size: 21px;
	font-weight: normal;
}
#monthly_march .monthly_event_l .present ul .img{
	padding: 10px 0 0 0;
}
#monthly_march #monthly_prof{
	padding: 0 0 70px 0;
	background-image: url("/base/osaka/ttone_beautynews/img/bg02.gif");
}
#monthly_march #monthly_prof h3{
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background-color: #7d625b;
	padding: 15px 0;
}
#monthly_march #monthly_prof h3 span{
	font-size: 40px;
}
#monthly_march .monthly_prof_box01{
	width: 650px;
	margin: 0 auto;
	padding: 50px 0 40px 0;
	display: flex;
	justify-content: space-between;
}
#monthly_march .monthly_prof_box01 .left{
	width: 220px;
}
#monthly_march .monthly_prof_box01 .left .img01{
	padding: 0 0 0 10px;
}
#monthly_march .monthly_prof_box01 .lines {
	color: #7d625b;
    font-size: 17px;
	line-height: 1.3;
	text-align: center;
    padding: 5px 10px 30px 10px;
    position: relative;
    transform: rotate(-15deg);
}

#monthly_march .monthly_prof_box01 .left .lines::before,
#monthly_march .monthly_prof_box01 .left .lines::after {
    position: absolute;
    top: 45px;
    height: 60px;
    content: '';
}

#monthly_march .monthly_prof_box01 .left .lines::before {
    border-left: solid 1px;
    left: 0;
    transform: rotate(-25deg);
}

#monthly_march .monthly_prof_box01 .left .lines::after {
    border-right: solid 1px;
    right: 10px;
    transform: rotate(25deg);
}
#monthly_march .monthly_prof_box01 .right{
	width: 380px;
}
#monthly_march .monthly_prof_box01 .right .txt01{
	color: #7d625b;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 15px 0;
}
#monthly_march .monthly_prof_box01 .right .txt01 span{
	font-size: 20px;
}
#monthly_march .monthly_prof_box01 .right .txt02{
	color: #7d625b;
	font-size: 18px;
}
#monthly_march .monthly_prof_box02{
	width: 610px;
	background-color: #ffffff;
	margin: 0 auto 30px auto;
	padding: 60px 70px;
}
#monthly_march .monthly_prof_box02:last-of-type{
	width: 610px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 60px 70px;
}
#monthly_march .monthly_prof_box02 dt{
	color: #7d625b;
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 35px 0;
}
#monthly_march .monthly_prof_box02 .txt01{
	color: #7d625b;
	font-size: 20px;
	line-height: 1.4;
	padding: 0 0 35px 0;
}
#monthly_march .monthly_prof_box02 .info{
	border-top: 1px solid #7d625b;
	border-bottom: 1px solid #7d625b;
	padding: 20px 0 30px 0;
}
#monthly_march .monthly_prof_box02 .notice{
	background-color: #e40075;
	padding: 2px 8px;
	color: #ffffff;
}
#monthly_march .monthly_prof_box02 .info ul{
	display: flex;
}
#monthly_march .monthly_prof_box02 .info ul:last-of-type{
	margin: 0 0 20px 0;
}
#monthly_march .monthly_prof_box02 .info ul li{
	width: 130px;
	color: #7d625b;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;
}
#monthly_march .monthly_prof_box02 .info ul li:first-of-type{
	width: 120px;
}
#monthly_march .monthly_prof_box02 .info ul li:last-of-type{
	width: 200px;
}
#monthly_march .monthly_prof_box02 .info .list_long li{
	width: 350px!important;
	color: #7d625b;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;
}
#monthly_march .monthly_prof_box02 .info .list_long li:first-of-type{
	width: 120px!important;
}
/* ボタンのスタイル */
#monthly_march .monthly_prof_box02 .info .btn a {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	width: 100%;
	padding: 15px 0;
	background-color: #595757;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
}
#monthly_march .monthly_prof_box02 .info .btn a span {
	font-size: 19px;
}
/* アイコンのスタイル */
#monthly_march .monthly_prof_box02 .info .btn-arrow-right a::after {
	width: 18px;
	height: 18px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
}

#brand{
	width: 750px;
	position: relative;
}
#brand h1{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding: 70px 0;
}
#brand .brand_inner{
	background-color: #f1f0ef;
	padding: 80px 0;
}
#brand .brand_inner .brand_l details {
	width: 550px;
	padding: 0px;
}
#brand .brand_inner .brand_l details[open] {
	width: 550px;
	background-color: #ffffff;
}
#brand .brand_inner .brand_l summary::-webkit-details-marker {
	display: none;
}
#brand .brand_inner .brand_l{
	width: 550px;
	margin: 0 auto 20px auto;
}
#brand .brand_inner .brand_l summary {
	width: 550px;
	color: #595757;
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 20px; 
	cursor: pointer;
	display: flex;
	justify-content:space-between;
	align-items: center;
	background: #ffffff;
}
#brand .brand_inner .brand_l summary::after {
	transform: translateY(-25%) rotate(45deg);
	width: 15px;
	height: 15px;
	border-bottom: 3px solid #595757;
	border-right: 3px solid #595757;
	content: '';
	display: inline-block;
}
#brand .brand_inner .brand_l details[open] summary {
	color: #ffffff;
	background-color: #595757;
}
#brand .brand_inner .brand_l details[open] summary::after {
	transform: rotate(225deg);
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}
#brand .brand_inner .brand_l .brand_l_inner{
	padding: 60px 0 20px 0;
}
#brand .brand_inner .brand_l .brand_l_inner ul {
	width: 470px;
	margin: 0 auto 20px auto;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #595757;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#brand .brand_inner .brand_l .brand_l_inner ul:last-of-type {
	border-bottom: none;
}
#brand .brand_inner .brand_l ul .txt01{
	font-size: 20px;
}
#brand .brand_inner .brand_l ul .txt02{
	font-size: 27px;
}
#brand .brand_inner .brand_l ul .txt02 span{
	font-size: 20px;
}
#brand .brand_inner .brand_floor{
	width: 550px;
	margin: 0 auto;
	background-color: #ffffff;
}
#brand .brand_inner .brand_floor dl{
	width: 530px;
	margin: 0 auto;
	padding: 20px 10px; 
	background-color: #ffffff;
}
#brand .brand_inner .brand_floor dl dt{
	color: #595757;
	font-size: 26px;
	font-weight: bold;
}
#brand .brand_inner .brand_floor dl dd{
	color: #595757;
	font-size: 26px;
}

.red {
	color: #ff0000;
}

/*-------------------------------------------------------------------------------------------------------------------------------
 pagetop
-------------------------------------------------------------------------------------------------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	z-index: 7000;
	right: 20px;
	bottom: 20px;
}

/* share
=================================================================== */
#share {
  width: 100%;
  max-width: 700px;
  margin: 50px auto 150px auto;
}
#share .shareWrapper .list {
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    margin: 4rem auto 0;
    padding: 0;
}
#share .shareWrapper .list ul {
  display: flex;
  gap: 28px;
}
#share .shareWrapper .sns {
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    margin: 1rem auto 0;
    padding: 0;
}
#share .shareWrapper .sns ul {
  display: flex;
  gap: 74px;
}

#pagetop {
	display: none;
	position: fixed;
	z-index: 7000;
	right: 20px;
	bottom: 20px;
}

/*-------------------------------------------------------------------------------------------------------------------------------
* general.css
-------------------------------------------------------------------------------------------------------------------------------*/

/* inline block
====================================================================================== */
.dI {display:inline !important;}
.dB {display:block !important;}
.dN {display:none !important;}
.vN {visibility:hidden !important;}


/* float
====================================================================================== */
.fltR {float:right !important;}
.fltL {float:left !important;}
.clip {overflow:hidden !important;}
.clear {clear:both !important;}


/* text-align
====================================================================================== */
.taR{text-align:right !important;}
.taL{text-align:left !important;}
.taC{text-align:center !important;}


/* width
====================================================================================== */
.wA {width:auto !important;}
.w20 {width:20% !important;}
.w25 {width:25% !important;}
.w50 {width:50% !important;}
.w75 {width:75% !important;}
.w100 {width:100% !important;}


/* margin
====================================================================================== */
.m00 {margin: 0   !important;}
.m05 {margin: 5px !important;}
.m10 {margin:10px !important;}
.m12 {margin:12px !important;}
.m15 {margin:15px !important;}
.m20 {margin:20px !important;}
.m25 {margin:25px !important;}
.m30 {margin:30px !important;}
.m35 {margin:35px !important;}
.m40 {margin:40px !important;}
.m45 {margin:45px !important;}
.m50 {margin:50px !important;}
.mt00 {margin-top: 0   !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top:10px !important;}
.mt12 {margin-top:12px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.mr00 {margin-right: 0   !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right:10px !important;}
.mr12 {margin-right:12px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}
.mr45 {margin-right:45px !important;}
.mr50 {margin-right:50px !important;}
.mb00 {margin-bottom: 0   !important;}
.mb03 {margin-bottom: 3px !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb12 {margin-bottom:12px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}
.mb55 {margin-bottom:55px !important;}
.mb75 {margin-bottom:75px !important;}
.mb100 {margin-bottom:100px !important;}
.ml00 {margin-left: 0   !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left:10px !important;}
.ml12 {margin-left:12px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml45 {margin-left:45px !important;}
.ml50 {margin-left:50px !important;}
.m0A {margin:0 auto !important;}


/* padding
====================================================================================== */
.p00 {padding: 0   !important;}
.p05 {padding: 5px !important;}
.p10 {padding:10px !important;}
.p12 {padding:12px !important;}
.p15 {padding:15px !important;}
.p20 {padding:20px !important;}
.p25 {padding:25px !important;}
.p30 {padding:30px !important;}
.p35 {padding:35px !important;}
.p40 {padding:40px !important;}
.p45 {padding:45px !important;}
.p50 {padding:50px !important;}
.pt00 {padding-top: 0   !important;}
.pt05 {padding-top: 5px !important;}
.pt10 {padding-top:10px !important;}
.pt12 {padding-top:12px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt45 {padding-top:45px !important;}
.pt50 {padding-top:50px !important;}
.pt60 {padding-top:60px !important;}
.pt70 {padding-top:70px !important;}
.pt80 {padding-top:80px !important;}
.pt90 {padding-top:90px !important;}
.pt100 {padding-top:100px !important;}
.pr00 {padding-right: 0   !important;}
.pr05 {padding-right: 5px !important;}
.pr10 {padding-right:10px !important;}
.pr12 {padding-right:12px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr25 {padding-right:25px !important;}
.pr30 {padding-right:30px !important;}
.pr35 {padding-right:35px !important;}
.pr40 {padding-right:40px !important;}
.pr45 {padding-right:45px !important;}
.pr50 {padding-right:50px !important;}
.pb00 {padding-bottom: 0   !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb12 {padding-bottom:12px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb35 {padding-bottom:35px !important;}
.pb40 {padding-bottom:40px !important;}
.pb45 {padding-bottom:45px !important;}
.pb50 {padding-bottom:50px !important;}
.pb55 {padding-bottom:55px !important;}
.pb60 {padding-bottom:60px !important;}
.pb90 {padding-bottom:90px !important;}
.pb100 {padding-bottom:100px !important;}
.pb110 {padding-bottom:110px !important;}
.pl00 {padding-left: 0   !important;}
.pl05 {padding-left: 5px !important;}
.pl10 {padding-left:10px !important;}
.pl12 {padding-left:12px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl35 {padding-left:35px !important;}
.pl40 {padding-left:40px !important;}
.pl45 {padding-left:45px !important;}
.pl50 {padding-left:50px !important;}


/* boder
====================================================================================== */
.bdN{border:none !important;}
.bdtN{border-top:none !important;}
.bdbN{border-bottom:none !important;}


/* background
====================================================================================== */
.bgcT{background-color:transparent !important;}


/* font
====================================================================================== */
.fwN{font-weight:normal !important;}
.fwB{font-weight:bold !important;}

/* FONTサイズ (%) */
.fz80 { font-size:80% !important; }
.fz85 { font-size:85% !important; }
.fz90 { font-size:90% !important; }
.fz100 { font-size:100% !important; }
.fz110 { font-size:110% !important; }
.fz120 { font-size:120% !important; }
.fz130 { font-size:130% !important; }
.fz140 { font-size:140% !important; }
.fz150 { font-size:150% !important; }

/* FONTサイズ (固定) */
.fz10 { font-size:10px !important; }
.fz11 { font-size:11px !important; }
.fz12 { font-size:12px !important; }
.fz13 { font-size:13px !important; }
.fz14 { font-size:14px !important; }
.fz15 { font-size:15px !important; }
.fz16 { font-size:16px !important; }
.fz17 { font-size:17px !important; }
.fz18 { font-size:18px !important; }
.fz19 { font-size:19px !important; }
.fz20 { font-size:20px !important; }
.fz29 { font-size:29px !important; }

/* line-height */
.lh11{ line-height:1.1 !important; }
.lh12{ line-height:1.2 !important; }
.lh13{ line-height:1.3 !important; }
.lh14{ line-height:1.4 !important; }
.lh15{ line-height:1.5 !important; }
.lh16{ line-height:1.6 !important; }
.lh17{ line-height:1.7 !important; }
.lh18{ line-height:1.8 !important; }
.lh19{ line-height:1.9 !important; }
.lh20{ line-height:2.0 !important; }


