@charset "utf-8";
/* Theme Name: CuteDesing
Theme URI: https://cute.coder-web.com/
Description: WordPressオリジナルテーマ / 可愛いサイト
Author: Hatomugi
Version: 1.2.1 2021/08/25 */

#ascrail2000-hr {
	display: none;
}
body {
	font-family: 'Karla', sans-serif;
	-webkit-font-smoothing: antialiased;
	background: url('img/bg_00.png') repeat;
	color: #fff;
	background-position: 0;
	background-size: contain;
	overflow-x: hidden;
}
/* -----------------------共通----------------------- */
a {
	color: #fff;
	text-decoration: none;
}
.h_ho:hover {
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition:0.3s ease-in;
}
h2 {
	font-weight: bold;
	font-size: 24px;
	padding: 60px 0;
	color: rgba(0,0,0,0.5);
	text-align: center;
	letter-spacing: 0.25em;
}
.section-title {
  text-align: center;
}
.section-title::after {
	font-family: 'Karla', sans-serif;
  content: attr(data-subtitle);
  display: block;
  font-size: 16px;
  color: rgba(0,0,0,0.3);
  padding: 15px 0 0 0;
	line-height: 1.5em;
	letter-spacing: 0.15em;
	font-weight: normal;
}
.section-title.work_title {
	padding: 50px 0 40px 0;
	color: #fff;
	text-shadow: 1px 1px 1px #111 , 1px 1px 1px #111;
}
.section-title.work_title::after {
	color: #fff;
}
.bg_100_pink {
	margin: 0;
	padding: 130px 0 70px 0;
	background: #f9ddd3;
}
.bg_100_white {
	width: 100%;
	margin: 0 auto;
	background: url('img/bg_01.png') repeat;
}
.bg_100_pink_02 {
	padding: 0 0 55px 0;
	background: linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,0.3)),url(img/bg_visual_03.jpg) repeat-y;
	background-attachment: fixed;
	object-fit: cover;
}
#work .outer h2,#news h2 {
	font-family: "BauerBodoniRoman", 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', serif;
}
/* -----------------------ロゴ(logo)------------------ */
#logo {
	background: url('img/logo.png') no-repeat;
	width: 460px;
	height: 178px;
	position: absolute;
	top: 160px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	z-index: 10;
	transition: 0.5s;
}
#logo:hover {
	background: url('img/logo_hover.png') no-repeat;
	background-size: 460px auto;
	width: 460px;
	height: 178px;
	opacity: 0.7;
	transform: scale(1.1, 1.1);
}
#logo img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
/* ---------------------花飾り(flour)------------------ */
#flour {
	display: none;
	width: 115%;
	max-width: 1165px;
	height: 905px;
	position: absolute;
	top: 452px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	background-position: center;
	background-size: cover;
	margin: 0 auto;
	z-index: 1;
}
#flour img {
	width: 100%;
}
/* --------------------ヘッダー(header)---------------- */
header {
	position : relative;
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
}
#main {
	background: url('img/main.png') no-repeat;
	background-size: 100% auto;
	background-position: 0 17px;
	padding: 0 0 741px 0;
	overflow-x: hidden;
}
/* --------------------コンテンツ(contents)---------------- */
.wrap {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#contents {
	position: relative;
}
#contents .container {
	background: url('img/contents_bg.jpg') no-repeat;
	height: auto;
	background-size: contain;
	padding: 0 0 562px 0;
}
#contents .container .inner {
	position: relative;
}
#contents .container .inner .mask {
	position: absolute;
	top: 100px;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	background: url('img/mask.png') no-repeat;
	background-size: 100%;
}
#contents .container .inner .mask h2 {
	margin: 165px 0 0 0;
}
#contents .outer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px auto;
}
#contents .outer .thumbnail {
	width: 300px;
	height: 220px;
	margin: 50px 10px 0 10px;
	border: 1px solid #fff;
}
#contents .outer .thumbnail:hover {
	border: 1px solid rgb(244,134,122,0.5);
}
.pagination {
	font-size: 20px;
	text-align: center;
	padding: 0;
}
.pagination.news_page {
	padding: 0px 0 0 0;
}
.page-numbers {
	color: #fff;
	text-decoration: none;
}
.current {
	color: #ff9379;
	font-weight: bold;
}
.pagination a {
	color: #d05f5f;
}
.pagination a:hover {
	color: #ff9379;
}
.pagination .next.page-numbers,
.pagination .prev.page-numbers {
	color: #611241;
	font-size: 15px;
}
.pagination .next.page-numbers:hover,
.pagination .prev.page-numbers:hover {
	color: #ff5e6c;
}
/* --------------------ニュース(news)---------------- */
.news {
	padding: 0 0 30px 0;
}
.news .outer {
	max-width: 950px;
	margin: 0 auto;
	padding: 0px 0 0;
}
.news h2 img {
	margin: 0 5px 0 0;
	opacity: 0.5;
}
.news .outer .inner .time {
	color: rgba(0,0,0,0.5);
}
.news .outer .inner p a{
	color: rgba(0,0,0,0.5);
}
.news .inner {
	display: flex;
	margin: 22px 30px 22px 30px;
	padding: 0 0 23px 0;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	font-size: 1.0em;
	line-height: 30px;
}
.news .inner a:hover {
	opacity: 0.5;
}
.news .inner:first-child {
	margin: 0 30px 30px 30px;
}
.news .inner .time {
	width: 13%;
	padding: 0 20px 0 0;
}
.news .inner h3 {
	width: 87%;
	padding: 0 0 0 50px;
}
.news .inner h3 a {
	color: rgba(0,0,0,0.5);
}
#bg_100_white #news .news_text .inner h3 {
	color: rgb(208 123 123 / 70%);
}
/* ------------------ポートフォリオ&ワーク(portfoloo$work)------------------- */
#work .time {
	font-size: 13px;
	color: rgba(1,1,1,0.5);
	text-align: center;
	margin: 10px 0 0 0;
}
#work h2 img {
	opacity:1;
	margin: 0 9px 0 0;
}
.slider {
	position: relative;
		margin: 0px auto;
}
.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
	border: 4px solid #a2865a;
	border-radius: 5%;
	background: #ffd9d9;
}
.slick-slide img:hover {
	border: 4px solid #946e6e;
}
.slick-prev:before,
.slick-next:before {
	color: black;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
	opacity: 1.0;
}
.slick-active {
	opacity: .5;
	opacity: 1.0;
}
.slick-current {
	opacity: 1;
}
.slick-prev,.slick-prev:hover,.slick-prev:focus {
	background: url('img/arrow_prev.png') no-repeat;
	background-size: contain;
}
.slick-next,.slick-next:hover,.slick-next:focus {
	background: url('img/arrow_next.png') no-repeat;
	background-size: contain;
}
/* --------------------ランダム(random)---------------- */
footer {
	width: 100%;
	text-align: center;
	background: #946e6e;
	padding: 30px 0 30px 0;
	color: #eaeaea;
}
#back_to_top {
	width: 98px;
	height: 80px;
	background: url('img/totop.png') no-repeat;
	background-position: center;
	background-size: 70%;
	position:fixed;
	right:0;
	bottom:0;
}
#back_to_top:hover {
	width: 98px;
	height: 80px;
	background: url('img/totop_hover.png') no-repeat;
	background-position: center;
	background-size: 70%;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition:0.3s ease-in;
}
.slick-dots li.slick-active button:before {
	color: #ffc3bd;
}
.slick-dots li button::before {
	color: #fff;
	opacity: .9;
}
