/* Theme Name: tsutsugo-zaidan.com */

@charset "UTF-8";
@font-face {
	font-family: 'Utsukushi_font';
	src: url('../font/UtsukushiFONT_web.woff') format('woff');
}

* {
	min-width: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
}
body{
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	font-size: 16px;
	line-height: 28px;
	color: #777777;
	overflow-x: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
img{
	vertical-align: top;
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    height: auto;
}
a img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease-out;
}
a:hover img {
  transform: scale(1.05);
}
a img::after {
	width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
p {
	font-size: 16px;
}
a {
	color: #222222;
	display: block;
	text-decoration: none;
	text-underline-position: under;
	transition: all 0.2s;
	overflow: hidden; /* はみ出した部分を非表示にする */
}

ul,
ol {
  list-style-type: none;
}
.hover {
	transition: all 0.2s;
}
#drawer-navigation{
	display:none;
}
h1{
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
}
h2{
	font-weight: 900;
	position: relative;
	margin: 0 0 40px 0;
	font-weight: bold;
	font-size: 42px;
	line-height: 58px;
	color: #222222;
}

#opening {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,1);
	color: #fff;
	opacity: 1;
	transition: background 10s ease-out;
	z-index: 9999;
}
#opening.hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.0);
	z-index: 1;
}


.left-line {
  position: relative;
  font-size: 36px;
  padding: 0 0 16px 1.5em;
  margin: 32px 0 16px;
  line-height: 1.4;
}

.left-line:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  bottom: 0;
  border-left: 4px solid #f00;
}

.typing {
  overflow: hidden;
  display: inline-block;
}

.typing::after {
  content: '|';
  display: inline-block;
  width: 0;
  animation: blink 0.8s infinite;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.typing-done::after {
  display: none;
}

.typing-fade {
  opacity: 0;
  transition: opacity 1s;
}

.typing-visible {
  opacity: 1;
}


.fv-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.fv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: scale(1.1);
  transition: transform 100s ease-out;
  animation: zoom 100s linear infinite;
  animation-fill-mode: forwards; /* アニメーション終了時の状態を保持 */
  animation-iteration-count: 1; /* アニメーションを1回のみ再生 */
}

@keyframes zoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(2.3);
  }
}


.overlay-bk {
  background-color: rgba(0, 0, 0, 0);
}
.overlay-bk:hover {
  background-color: rgba(0, 0, 0, 0.3);
}


/*-----------------------------
main
-----------------------------*/

main #title {
	padding: 300px 0;
	width: 1200px;
	margin: 0 auto;
}

main #title .title01 img {
    width: 50%;
    margin-top: 50px;
}
main .content-text{
	padding: 30px 0;
}
.title01 h3{
	margin: 0 0 20px 0;
	font-size: 42px;
	line-height: 58px;
	color: #333333;
	font-weight: 900;
}
.title01 p{
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}
.title01 .btn-red{
	margin-top: 30px;
}


.breadcrumb {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  align-items: flex-start;
  display: flex;
}
.breadcrumb > li:not(:last-of-type)::after {
  margin: 0 10px;
  content: "/";
}
.breadcrumb > li a {
  display: inline-block;
  text-decoration: underline;
}
#breadcrumb{
	font-size: 16px;
	line-height: 23px;
	background: #F3F5F6;
	color: #555;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}
#breadcrumb a{
	text-decoration: none;
}
.item-post .breadcrumb li:nth-of-type(2) {
	display: none;
}
#cartbtn{
	position: fixed;
    top: 140px;
    right: 0;
    z-index: 999;
    width: 160px;
}
#slider{
	position: relative;
}
.slider-reki{
	position: absolute;
	top: 55%;
    right: -6%;
	z-index: 2;
	transform: translate(0,-50%);
}
.slider-reki img{
	width: 60%;
}




/* メインのテキストエリア */

.slider-message {
}

.slider-message div {
	width: 100%;
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5000;
}

#message-container {
  display: inline-block;
  opacity: 0;
}

#message-container.show {
  animation: type 2s linear forwards;
}

@keyframes type {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
}
.slick-dots li{
	display: block;
	margin: 0 10px;
}
.slick-dots button{
	cursor: pointer;
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #333333;
	box-sizing: border-box;
	font-size: 0;
	border-radius: 100%;
	background: none;
	outline: none;
	box-shadow: none;
}
.slick-dots li.slick-active button{
	background: #333333;
}
section:after{
	content: "";
	display: table;
	visibility: hidden;
	clear: both;
}
section .inner{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
section#applecant-post .inner{
	margin-bottom: 120px;
}

section#wpp-3{
	width: 100% !important;
	margin: 0 0 20px 0;
}



#homenew{
	background: #fff;
	padding: 100px 0;
}
.btn-red a{
	display: block;
	text-align: center;
	max-width: 245px;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	padding: 10px 0;
    margin-top: 50px;
	box-sizing: border-box;
	background: #333333;
	text-decoration: none;
}
.btn-red a:hover{
	background: #777777;
}
p{
	margin: 0 0 15px 0;
}
p:last-of-type{
	margin-bottom:0;
	color: #555;
}

em{
	font-style: normal;
	color: #777777;
}
section#submain em {
	font-style: normal;
	color: #fff;
}
.top1{
	display: flex;
	justify-content: space-between;
}
.top1 .title01{
	flex-basis: 22.5%;
}
.loop{
	flex-basis: 69.1%;
}
.loop article {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #333333;
}
.loop article:first-child {
	border-top: 1px solid #333333;
}
.loop article .date{
	width: 15%;
	font-size: 14px;
	line-height: 28px;
	margin: 0 25px 0 0;
}
.loop article h3{
	width: 85%;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	display: block;
	margin: 0;
}
.news-post {
	margin-top: 80px;
}
#about {
	background: url("../images/about_bg.png");
	background-size: cover;
	background-position: 100% 40%;
	padding: 65px 0;
}
figure{
	margin: 0;
}
.top2{
	display: flex;
}
.top2 figure{
	position: relative;
	margin: 0 0 0 50px;
	width: 864px;
	height: 400px;
	background: url("../images/movie_bg.png");
	display: flex;
	justify-content: center;
	align-items: center;
}
.top2 figure iframe {
	width: 100%;
}
.top2 .content h4{
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin: 30px 0;
}
.top2 .btn-red{
	margin-top: 40px;
}
.top2.second{
	margin-top: 30px;
	margin-bottom: 130px;
	flex-direction: row-reverse;
}
.top2.second figure{
	margin: 0 0 0 50px;
	min-width: 530px;
}
.title01-center{
	text-align: center;
}
.top3{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin: 30px 0 50px 0;
}
.product-loop{
	display: flex;
    flex-wrap: wrap;
}
.product{
	flex-grow: 1;
	margin-bottom: 60px;
	margin-right: 5%;
    width: 30%;
}
.col2 .product:nth-child(3n) {
	margin-right: 0;
}
.product-img{
	overflow: hidden;
	position: relative;
}
.product-img img {
	height: auto;
}
.product-img .hover{
	position: absolute;
    width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(159, 172, 173, 0.5);
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.product-img .hover p{
	padding: 10px;
	display: block;
	width: 150px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	background: #ffa2f2;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.product-cat a,
.post-categories li a {
	font-size: 16px;
	line-height: 16px;
	background: rgba(0, 67, 83, 0.8);
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	list-style: none;
}
.product-cat a:hover,
.post-categories li a:hover {
    background: rgba(0,0,0,.3);
}
.product-cat {
	margin: 20px 0 !important;
}
.product h3{
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 22px;
	line-height: 36px;
}
.product-price{
	font-size: 24px;
	line-height: 36px;
}
.product-price span{
	font-size: 36px;
}
.product:hover{
	color: #ffa2f2;
}
.product:hover img{
	transform: scale(1.3);
	transition: all 0.2s;
}
.product:hover .hover{
	opacity: 1;
}
.product-loop + .telbox{
	margin-top: 40px;
}
.telbox{
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #333333;
	box-sizing: border-box;
	padding: 45px 30px;
}
.telbox.fadein {
    margin: 80px auto 0;
}
.telbox h3{
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 30px 0;
	display: block;
}
.telbox h4{
	font-size: 64px;
	line-height: 1;
	padding-left: 60px;
	margin: 0 0 30px 0;
	display: inline-block;
	background: url(../images/img5.png) bottom 3px left no-repeat;
}
.telbox p{
	display: block;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
}
#homevoice{
	padding: 120px 0;
}
.voice-loop{
	display: flex;
	flex-wrap: wrap;
}
.voice{
	margin-left: 40px;
	flex-basis: calc( 50% - 20px );
	margin-bottom: 50px;
}
.voice-loop .voice:nth-child(2n+1){
	margin-left: 0;
}
.voice h3{
	display: block;
	clear: both;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	background: #9FACAD;
	color: #fff;
	margin: 0 0 30px 0;
	padding: 10px 20px;
}
.voice-img{
	float: left;
	width: 36%;
	margin: 0 30px 20px 0;
}
.voice-content{
	overflow: hidden;
	margin-bottom: 20px;
}
.voice-name{
	display: flex;
	justify-content: space-between;
	line-height: 1;
	align-items: flex-end;
	padding-bottom: 14px;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}
.voice-name h4{
	font-size: 24px;
	margin: 0;
}
.voice-name p{
	font-size: 12px;
}
.voice-tag{
	clear: both;
	border: 1px solid #333333;
	padding: 20px;
	font-size: 16px;
	line-height: 36px;
}
.btn-red-center a{
	margin-left: auto;
	margin-right: auto;
}
#applecant{
	background: url(../images/applicant_bg.jpg);
	background-size: cover;
	padding: 120px 0;
}
.blog-loop {
	display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 水平方向の中央寄せ */
}
.blog {
	width: 380px;
    margin-right: 20px;
}
.blog:first-child{
}
.blog a:hover {
	color: #777777;;
}
.blog .blog-link{
	color: #555;
	text-decoration: none;
}
.blog-img{
	position: relative;
	overflow: hidden;
}
.blog-img img{
	object-fit: cover;
	width: 400px;
	height: 250px;
}
.blog-img .hover{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(159,172,173,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-img .hover span{
	display: block;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	padding: 10px 28px;
}
.blog .blog-link:hover .hover{
	opacity: 1;
}
.blog-content{
	padding: 20px 0 0 0;
}
.blog-date{
	font-size: 14px;
	line-height: 28px;
}

.blog h3{
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	margin: 10px 0 20px 0;
	width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog p{
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	background: #ffa2f2;
}
.blog .post-categories {
	position: absolute;
    top: 10px;
    z-index: 2;
}
.left .blog .post-categories {
    bottom: 30px;
}
.blog-loop .btn-red{
	margin-top: 40px;
}

#contact{
	text-align: center;
	color: #fff;
}
#contact{
	background: url(../images/img11.png) top right no-repeat;
	background-size: cover;
	padding: 120px 0;
}
#contact .telbox{
	border-color: #fff;
	margin: 80px auto 40px auto;
}
#contact .telbox h4{
	background-image: url(../images/img12.png);
}
.top4{
	margin-bottom: 80px;
}
.top4 h3{
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	margin: 0 0 20px 0;
}

.copyright{
	font-size: 14px;
	line-height: 20px;
	margin-top: 50px;
}
.copyright a {
	display: inline-block;
}
.rtt{
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	cursor: pointer;
}
.top1 .loop + .btn-red{
	display: none;
}
#cartbtn-mobile{
	display: none;
}
#submain{
	background: rgba(0, 67, 83, 0.8);
    z-index: 500;
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 auto;
    top: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 900;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#submain em{
    color: #fff;
}
#submain .bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
}
#submain h2{
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	margin: 0 0 20px 0;
		color: #fff;
}
#submain h2:before{
	content: "";
	display: block;
	width: 200px;
	height: 10px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	top: 90px;
	left: 50%;
	translate: -50%;
	border-radius: 50px;
}
#submain p{
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
}
.tab ul,
.about1 ul,
.item-cat ul{
	display: flex;
	margin: 0;
	padding: 0;
	border-top: 2px solid #333333;
	background: #333333;
    flex-wrap: wrap;
}
.tab li,
.about1 li,
.item-cat li{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 25%;
	color: #fff;
	text-align: center;
	font-weight: 600;
	box-sizing: border-box;
}
.tab li,
.about1 li {
	padding: 15px 5px;
}
.tab .current{
	background: #fff;
	color: #333333;
	transition: all 0.2s;
}
.item-cat li.current {
	color: #333333;
	background: #fff;
	transition: all 0.2s;
}
.item-cat li a{
	color: #fff;
	text-decoration: none;
    width: 100%;
	height: auto;
    padding: 15px 5px;
}
.item-cat li:hover {
	color: #333333;
	background: #fff;
	transition: all 0.2s;
}
.item-cat li:hover a {
	color: #333333;
}
.about1 li:hover {
	background: #fff;
	transition: all 0.2s;
}
.about1 li a{
	color: #fff;
	text-decoration: none;
    width: 100%;
	height: auto;
}
.about1 li:hover a {
	color: #333333;
}
#page_info {
	
	background-size: cover;
	padding: 150px 0 80px 0;
	text-align: center;
	height: 500px;
	position: relative; /* 親要素に相対的に設定 */
}

#page_info::after {
	content: ""; /* 内容を空にする */
	background: rgba(0,0,0,.4);
	position: absolute; /* 親要素に対して絶対的に設定 */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#page_info::before {
	background-color: rgba(0, 67, 83, 0.8);
	background-size: cover;
}
#page_info p {
	margin: 50px 0;
	color: #fff;
	line-height: 36px;
}
#about_explanation .mov {
	padding: 80px 0;
	margin: 0 auto;
	width: 100%;
}
#about_explanation .mov iframe {
	width: 1000px;
	height: 600px;
}
#about_explanation {
	text-align: center;
	background: #F3F5F6;
	padding-top: 50px;
}
#about_explanation h3 {
	font-size: 48px;
	color: #777777;
	margin: 120px;
}
#inner2  {
	background: #F3F5F6;
}
#about_explanation  {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#page-apply table tr,
#page-other table tr,
#about_explanation div ul {
	display: flex;
	margin-bottom: 10px;
	position: relative;
}
#about_explanation div ul::after {

}
#page-apply table tr th,
#page-other table tr th,
#about_explanation div ul li.left {
	width: 30%;
	background: #777777;
	text-align: left;
	color: #fff;
	padding: 20px 15px;
	display: flex;
	align-items: center;
}
#about_explanation div ul li.right {
	width: 70%;
	text-align: left;
	background: #fff;
	padding: 20px 15px;
	color: #555;
}
#about_explanation div ul li p {
	position: relative;
	margin-bottom: 50px;
}
#about_explanation div ul li p:last-child {
	position: relative;
	margin-bottom: 0px;
}
#about_explanation div ul li.right p::after {
	content: "";
	background: url(../images/triangle02.png) center no-repeat;
	width: 100px;
  height: 16px;
  position: absolute;
	bottom: -35px;
  left: 2%;
}
#about_explanation div ul li.right p:last-child::after {
	display: none;
}

#about_explanation.faq {
	background: #FFFFFF;
}

#about_qa {
	margin: 80px auto;
	text-align: center;
}
.qa_area {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
/*
.qa_area label::before {
	position: absolute;
	content: "Q";
	width: 40px;
	height: 40px;
	background: #777777;
	border-radius: 50px;
	color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
	left: -50px;
}
.qa_area label {
	width: 800px;
	height: 40px;
	padding-left: 20px;
  margin: 0 20px 0 auto;
	position: relative;
	display: block;
	cursor: pointer;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
  display: flex;
  align-items: center;
}
*/
.qa_area ul::before {
	position: absolute;
	content: "A";
	width: 40px;
	height: 40px;
	border: 1px solid #777777;
	border-radius: 50px;
	color: #777777;
  display: flex;
  justify-content: center;
  align-items: center;
	left: -50px;
}



.w_910 .inner{
	max-width: 910px;
}
.about2{
	margin: 70px 0 120px 0;
}
.about2 h4{
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 30px 0;
	text-align: center;
}
.about3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0;
}
.about3 .item{
	margin-bottom: 80px;
	width: calc(50% - 20px);
}
.about3 h6{
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #333333;
}
.about3 figure{
	text-align: center;
	margin: 0 0 20px 0
}
.about3 p{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}
.about4{
	margin-top: 40px;
	margin-bottom: 80px;
}
.about4 .item{
	margin-bottom: 40px;
}
.about4 h6{
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333333;
	margin: 0;
}
.about4 p{
	margin: 20px 0 0 0;
	font-size: 20px;
	line-height: 30px;
}
.about4 iframe{
	margin-top: 20px;
}
.about5{
	background: #333333;
	padding: 80px 100px;
	margin-bottom: 120px;
}
.about5 .title01{
	margin-bottom: 40px;
}
.about5 .item{
	position: relative;
	padding: 0 0 80px 55px;
}
.about5 .item:last-child{
	padding-bottom: 0;
}
.about5 .item:before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: #333333;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.about5 .item:after{
	content: "";
	display: block;
	width: 2px;
	background: #333333;
	height: 100%;
	position: absolute;
	top: 3px;
	left: 14px;
	bottom: 0;
}
.about5 h6{
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 23px 0;
}
.about5 h6 span{
	font-size: 24px;
	display: inline-block;
	margin: 0 14px 0 0;
}
.about5 strong{
	font-size: 18px;
	line-height: 18px;
}
.about3 .btn-red a{
	display: block !important;
	text-align: center;
	max-width: 245px;
	color: #fff !important;
	font-size: 16px;
	line-height: 36px;
	padding: 10px 0;
	box-sizing: border-box;
	background: #333333;
	text-decoration: none !important;
	border-radius: 100px;
}
.about3 .btn-red a:hover{
	background: #777777;
}
#productlist{
	margin-bottom: 120px;
}
#productlist .product-loop{
	flex-wrap: wrap;
    justify-content: flex-start;
}
#productlist .product{
	flex-grow: initial;
	width: calc( ( 100% - 80px ) / 3);
	margin-left: 0!important;
	margin-bottom: 80px;
    margin-right: 40px!important;
}
#productlist .product:nth-child(3n) {
	margin-right: 0!important;
}
#productdetail{
	padding: 80px 0 0 0;
}
.productdetail .gallery{
	float: left;
	width: 48%;
	margin-bottom: 40px;
}
.productdetail .gallery .big{
	width: 100%;
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.productdetail .gallery .small{
	display: flex;
	flex-wrap: wrap;
}
.productdetail .gallery .small .item{
	width: calc( ( 100% - 30px ) /4 );
	height: 83px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px 0 0 10px;
	box-sizing: border-box;
}
.productdetail .gallery .small .item:nth-child(4n+1){
	margin-left: 0;
}
.productdetail .gallery .small .item.current{
	border: 1px solid #333333;
}
.productdetail .content{
	float: right;
	width: 48%;
	margin-bottom: 30px;
}
.productdetail .content .product-cat{
	margin: 0;
}
.productdetail .content h3{
	font-weight: normal;
	font-size: 24px;
	line-height: 40px;
	margin: 25px 0 40px 0;
}
.productdetail a.addtocart{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffa2f2;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	height: 60px;
	margin-top: 80px;
}
.productdetail a.addtocart img{
	margin-right: 10px;
}
.productdetail .description{
	clear: both;
	width: 48%;
	margin-bottom: 30px;
}
.productdetail .recommend{
	padding: 80px 0 120px 0;
}
.productdetail .recommend h4{
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
	margin-bottom: 40px;
}
.productdetail .recommend .btn-red{
	padding-top: 80px;
}
.productdetail .question{
	margin: 40px 0 0 0;
}
.productdetail h2 {
	font-size: 1.35rem;
}
.productdetail .description h1,
.productdetail .description h2,
.productdetail .description h3 {
	margin-bottom: 20px;
}
.navigation .nav-links{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px 0 0 0;
}
.navigation .screen-reader-text {
	display: none;
}
.navigation a,
.navigation .current{
	display: block;
	box-sizing: border-box;
	border: 1px solid #333333;
	line-height: 1;
	line-height: 50px;
	min-width: 50px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	color: #333333;
}
.navigation a + a{
	border-left: 0;
}
.navigation .current{
	background: #333333;
	color: #fff;
	pointer-events: none;
}
.navigation a.prev,
.navigation a.next{
	width: 50ßpx;
}
.staff1{
	text-align: center;
	margin: 35px 0;
}
.applicant-list,
.blog-list {
	padding: 80px 0;
}
.applicant-list {
	background: #F3F5F6;
}

.contents {
    background: url("../images/img_fv.jpg") no-repeat center center fixed;
    background-size: cover;
}

#sec1 .item {
	padding-top: 30px;
}

#single .left,
#applecant-post .left{
	float: left;
	width: 68%;
	margin-bottom: 120px;
}
#single .right,
#applecant-post .right {
	float: right;
	width: 28%;
	margin-bottom: 120px;
}
#single .blog .blog-link,
#applecant-post .blog .blog-link {
	background: none;
}
#applecant-post h1{
	font-size: 40px;
	line-height: 60px;
	color: #777777;
	margin-bottom: 30px;
}

#applecant-post .applecant-profile {
	display: flex;
	margin-bottom: 70px;
}
#applecant-post .applecant-profile .left-profile {
	width: 50%;
}
#applecant-post .applecant-profile .left-profile img {
	width: 95%;
}
#applecant-post .applecant-profile .right-profile {
	width: 50%;
	background: #F3F5F6;
	border: 1px solid #C9C9C9;
}
#applecant-post .applecant-profile .right-profile ul {
	padding: 30px;
}
#applecant-post .applecant-profile .right-profile ul li {
	display: flex;
	margin-bottom: 20px;
}
#applecant-post .applecant-profile .right-profile ul li .applecant-profile-item {
	width: 20%;
	font-size: 18px;
	line-height: 40px;
	color: #777777;
	position: relative;
}
#applecant-post .applecant-profile .right-profile ul li .applecant-profile-item::after {
	content: "";
	width: 1px;
	height: 90%;
	background-color: #C9C9C9;
	position: absolute;
	left: 100%;
  top: 9%;
}
#applecant-post .applecant-profile .right-profile ul li .applecant-profile-content {
	width: 80%;
	font-weight: 500;
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	margin-left: 5%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
#applecant-post .applecant-profile .right-profile ul li .applecant-profile-content .sns-icon {
	display: flex;
}
#applecant-post .applecant-profile .right-profile ul li .applecant-profile-content .sns-icon a{
	margin-right: 10px;
}

#applecant-post .applecant-text {
	margin-bottom: 150px;
}
#applecant-post .applecant-text h3 {
	font-size: 32px;
	line-height: 36px;
	color: #777777;
	position: relative;
  margin-bottom: 40px;
}

#applecant-post .applecant-text h3::before{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #777777;
	border-radius: 100%;
	position: absolute;
	top: 50px;
	left: 50%;
	translate: -50%;
	border-radius: 0;
}

#sidebar h3{
	background: rgba(0, 67, 83, 0.8);
	color: #fff;
	margin: 0 0 20px 0;
	line-height: 1;
	font-size: 18px;
	padding: 16px 20px;
}
#sidebar h3 span{
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}

#sidebar .wpp-list li {
	display: flex;
}
#sidebar .wpp-list li div:first-child {
	width: 30%;
	min-width: 30%;
    margin-right: 10px;
}

#sidebar .wpp-post-title {
	font-weight: 900;
}


.rank{
	margin-bottom: 40px;
}
.rank .item{
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #333333;
}
.rank .item:first-child{
	border-top: 1px solid #333333;
}
.rank a{
	text-decoration: none;
	color: #333333;
}
.rank figure{
	float: left;
	width: 95px;
	margin-right: 10px;
}
.rank .content{
	overflow: hidden;
}
.rank .date{
	font-size: 12px;
	line-height: 1;
	margin: 0 0 10px 0;
}
.rank h4{
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
	margin: 0;
}
.catlist,
.wp-block-categories-list{
	display: block;
	margin: 0;
	padding: 0;
}
.catlist li,
.wp-block-categories-list li{
	display: block;
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 28px;
}
.catlist li a,
.wp-block-categories-list li a{
	color: #333333;
	display: block;
	padding: 15px 5px;
	border: 1px solid #333333;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}
.catlist li a:hover,
.wp-block-categories-list li a:hover{
	color: #fff;
	background: #333333;
}
#about_row1.staffpage{
	padding-bottom: 5px;
}
#single .blog-loop{
	padding-bottom: 10px;
}
#voice_row1 .voice{
	margin-bottom: 80px;
}
#voice_row1 .pagenav{
	padding: 0 0 120px 0;
}
.single{
	margin: 50px 50px;
    padding: 50px 0;
    background: #fff;
}
.single .wp-video{
	width: 50% !important;
}
.single .entry-content h1 {
    background: #777777;
	color: #fff;
    padding: 20px;
    margin: 30px 0;
    font-size: 30px;
    line-height: normal;
    border-radius: 30px;
}
.single .date{
	font-size: 16px;
	line-height: 16px;
	color: #777777;
}





#single h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
#single h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  background-color: #ccc;
  transform: skew(-20deg);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}




.single .product-cat{
	margin: 0;
}
.single .line{
	height: 1px;
	background: #333333;
	margin: 25px 0 40px 0;
}
.single .entry-content{
	margin: 0 auto;
	color: #555;
}
.single .entry-content h4{
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 10px 0;
	font-weight: 600;
}
.single .entry-content p + figure{
	margin-top: 30px;
}
.single .entry-content figure + p{
	margin-top: 30px;
}
.backbtn.btn-red a{
	background: none;
	border: 1px solid #333333;
	color: #333333;
}
.singlepagenav{
	max-width: 100%;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
}
.singlepagenav .nav{
	position: relative;
}
.singlepagenav a{
	background: #777777;
	color: #fff;
	display: block;
	width: 400px;
	height: 165px;
	box-sizing: border-box;
	padding: 20px;
	text-decoration: none;
}
.singlepagenav a:hover {
	opacity: 0.8;
	transition: all 0.2s;
}
.singlepagenav a h6{
	display: block;
	line-height: 1;
	font-size: 24px;
	padding-bottom: 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #fff;
}
.singlepagenav a p{
	font-size: 18px;
	line-height: 28px;
}
.singlepagenav .prev a{
	padding-left: 60px;
}
.singlepagenav .prev::before {
	content: "";
	background: url(../images/single2.png) left 20px center no-repeat;
	width: 55px;
  height: 55px;
  position: absolute;
    top: 50%;
    transform: translate(-10%, -50%);
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
	z-index: 999;
}
.singlepagenav .next a {
	text-align: right;
	padding-right: 60px;
}
.singlepagenav .next a:hover {
	background: rgba(0, 67, 83, 0.8);
}
.singlepagenav .next::after {
	content: "";
	background: url(../images/single3.png) center no-repeat;
	width: 55px;
  height: 55px;
  position: absolute;
    top: 50%;
    transform: translate(-10%, -50%);
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
	right: 10px;
	z-index: 999;
}
.applecant-img{
	position: relative;
}
.applecant-img span#dogs{
	position: absolute;
    display: block;
    background: #777777;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 0 10px;
}
.applecant-content span#title{
	font-size: 20px;
}
.applecant-content span#birthday{
	color: #777777;
}
.news-single-content-outer {
}

.news-single-content:first-child {
	margin-right: 1em;
	margin-bottom: 20px;
}
.news-single-content:last-child {
	margin-right: 1em;
}

.titleArea .subTitle {
	font-size: 24px;
	border-bottom: solid 1px #fff;
	padding-bottom: 20px;
}
.titleArea .title{
	font-size: 18px;
	padding-top: 20px;
	text-align: left;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  overflow: hidden;
}



.style{
	display: flex;
	flex-wrap: wrap;
}
.style .style-cnt {
	position: relative;
    width: calc( 100% / 4 - 1px);
    margin-left: 1px;
    margin-top: 1px;
}
.style .product-cat {
	margin: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.style .style-title {
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	background: rgba(159,172,173,.8);
	color: #fff;
	bottom: 0;
	left: 0;
}
.style-in {
	margin-bottom: 120px;
}
/*.style figure{
	width: calc( 100% / 4 - 1px);
	margin-left: 1px;
	margin-top: 1px;
}*/
.style1{
	margin-bottom: 120px;
}
.style1 a{
	max-width: 340px;
}
.qa{
	padding: 80px 0;
}
.qa .item{
	padding-left: 70px;
	padding-bottom: 20px;
}
.qa h3{
	display: block;
	position: relative;
	border: 1px solid #9FACAD;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 18px;
	line-height: 34px;
	padding: 10px 50px 10px 20px;
	font-weight: normal;
	cursor: pointer;
	background: url(../images/qa2.png) right 20px center no-repeat;
	margin: 0 0 20px 0;
}
.qa h3:before{
	content: "Q";
	font-size: 28px;
	line-height: 55px;
	width: 55px;
	background: #9FACAD;
	display: block;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: -70px;
}
.qa .content{
	padding: 20px;
	position: relative;
	background: #E6EDEE;
	border: 1px solid #9FACAD;
	box-sizing: border-box;
	border-radius: 5px;
	display: none;
	min-height: 118px;
	margin-bottom: 20px;
}
.qa .content:before{
	content: "A";
	font-size: 28px;
	line-height: 55px;
	width: 55px;
	background: #ffa2f2;
	display: block;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: -70px;
}
.qa .item.active h3{
	background-image: url(images/qa3.png);
}
.qa .item.active .content{
	display: block;
}
#submain.submain_contact{
	padding: 55px 0 65px 0;
}
.w_990 .inner{
	max-width: 990px;
}
.contactbox{
	margin: 70px 0 120px 0;
	padding: 70px 40px;
	border: 1px solid #9FACAD;
	box-sizing: border-box;
	border-radius: 10px;
}
.contactbox .frow{
	display: flex;
	margin-bottom: 40px;
}
.contactbox .frow>p {
	flex-grow: 1;
}
.contactbox .frow h3{
	width: 285px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
	display: block;
	padding: 11px 0;
}
.contactbox .frow h3 span{
	background: #ffa2f2;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	width: 55px;
	text-align: center;
	margin-right: 20px;
}
.contactbox .frow h3 span.norequire{
	background: #9FACAD;
}
.contactbox input,
.contactbox textarea{
	display: block;
	background: #FFFFFF;
	border: 1px solid #9FACAD;
	box-sizing: border-box;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
	min-height: 44px;
	width: 80%;
	padding: 10px;
}
.contactbox textarea{
	max-width: 100%;
	width: 100%;
	min-height: 160px;
}
.contactbox .frow.submit{
	padding-top: 30px;
	padding-left: 285px;
	margin-bottom: 0;
}
.contactbox input[type=submit]{
	background: #333333;
	font-size: 16px;
	padding: 0;
	border: 0;
	line-height: 56px;
	text-align: center;
	max-width: 340px;
	color: #fff;
	border-radius: 0;
	width: 100%;
	cursor: pointer;
}
.contactbox input[type=submit]:hover {
	background: #ffa2f2;
	transition: all 0.2s;
}
.wpcf7-response-output {
	color: #ffa2f2;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}
.wpcf7-not-valid-tip {
	color: #ffa2f2;
}
.screen-reader-response {
	display: none;
}
#relatedpost{
    padding: 50px 0;
    background: rgba(255,255,255,.8);
}
#relatedpost .title01{
	margin-bottom: 40px;
}
.w_910 .item a,
.question a {
	display: inline-block;
	color: #3786ef;
	text-decoration: underline;
}
.w_910 .item a:hover,
.question a:hover {
	color: #333333;
}
.item-note {
	margin-top: 20px;
	color: #ffa2f2;
}





.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.0s;
}
.fadein-left {
  opacity: 0;
  transform: translateX(-120px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.fadein-right {
  opacity: 0;
  transform: translate(120px,0);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.fadein-up {
  opacity: 0;
  transform: translate(0,-120px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.fadein-bottom {
  opacity: 0;
  transform: translate(0,120px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.blog-loop .blog {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.scrollin {
  opacity: 1;
  transform: translateX(0);
}
.scrollout {
  opacity: 0;
  transform: translateX(-50px);
}


.scrollin .fadein-left {
  opacity: 1;
  transform: translateX(0);
}

.slick {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.scrollin .slick {
  opacity: 1;
}

.blog-loop .blog {
  opacity: 0;
  transform: translate(50px,0);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.blog-loop .blog.scrollin {
  opacity: 1;
  transform: translate(0,0);
}

.scrollin {
  opacity: 1;
  transform: translate(0,0);
}

.scrollin .blog-loop{
  padding-top: 30px;
}
.blog-loop .blog {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.blog-loop .blog.show {
  opacity: 1;
  transform: translateX(0);
}







.cm {
	padding-top: 50px;
	
}
.cm img:first-child{
	padding-right: 20px;
}
#categories-2,
#wpp-2{
	padding-bottom: 15px;
}

/*　カテゴリー　*/
li.cat-item {
}
li.cat-item a {
	display: block;
	color: #777777;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin: 20px 0;
}
li.cat-item a:hover {
	color: rgba(0, 67, 83, 0.8);
	transition: all 0.2s;
    font-weight: bold;
    text-indent: 20px;
}
li.cat-item ul.children {
		text-indent:  1em;
}
li.cat-item ul.children ul.children {
		text-indent:  2em;
}

article h3 a {
	display: contents;
}

article h3　a:hover{
	color: #ffa2f2;
	transition: all 0.2s;
}

.loop article h3 a:hover{
	color: #ffa2f2;
	transition: all 0.2s;
}
.footer-tel-number.text--color-sgreen .text-inner {
	background: url(../images/green-tel-icon.png) no-repeat left bottom 5px;
}
.text-inner p {
	text-align: center;

}

/* SNS(LINE)追尾バナー */
.sns-banner-line {
	position: fixed;
	z-index: 999;
	bottom: 0;
	right: 0;
	width: 20%;
}

.sns-banner-line img {
	margin-left: auto;
	display: block;
	filter: brightness(100%);
	-webkit-transition: all .3s;
	transition: all .3s;
    margin-bottom: 20px;
	opacity: .6;
}

.sns-banner-line img:hover {;
	width: 500px;
	filter: brightness(100%);
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}

/* 各トップ画面項目共通 */
#homeapplecant,
#homeblog {
	padding-top: 300px;
	padding-bottom: 300px;
}

/* トップ画面候補者一覧 */
#homeapplecant {
	background-image: url(../images/applicant_bg.jpg);
	background-size: cover;
}

section#homeapplecant .inner,
section#single .inner {
	max-width: 92%;
}

.marquee {
overflow:hidden;
margin:0;
padding:0.2em 0;
background:#333;
}
.marquee div {
width:100%;
text-align:center;
display:inline-block;
white-space:nowrap;
color:#fff;
font-size:12px;
-moz-animation-name:marquee;
-moz-animation-duration:20s;
-moz-animation-timing-function:linear;
-moz-animation-iteration-count:infinite;
-webkit-animation-name:marquee;
-webkit-animation-duration:20s;
-webkit-animation-timing-function:linear;
-webkit-animation-iteration-count:infinite;
-o-animation-name:marquee;
-o-animation-duration:20s;
-o-animation-timing-function:linear;
-o-animation-iteration-count:infinite;
animation-name:marquee;
animation-duration:20s;
animation-timing-function:linear;
animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
from {margin-left:100%; width:100%;}
to {margin-left:-100%; width:100%;}
}
@-moz-keyframes marquee {
from {margin-left:100%; width:100%;}
to {margin-left:-100%; width:100%;}
}
@-o-keyframes marquee {
from {margin-left:100%; width:100%;}
to {margin-left:-100%; width:100%;}
}
@keyframes marquee {
from {margin-left:100%; width:100%;}
to {margin-left:-100%; width:100%;}
}

.loopSlide {
	display: flex;
	width: 100%;
	//height: 200px;
	overflow: hidden;

}

.applecant-loop-outer {
    margin-bottom: 40px;
}

.loopSlide .applecant-loop {
	padding: 0;
	width: 1990px;
/*
	display: flex;
*/
	flex-shrink: 0;
}

/*
.loopSlide .applecant-loop:first-child {
	animation: slide1 46s -23s linear infinite;
}
.loopSlide .applecant-loop:last-child {
	animation: slide2 46s linear infinite;
}
*/

.loopSlide .applecant-loop .applecant {
	display: inline-block;
	width: 375px;
	margin-right: 20px;
	list-style: none;
	text-align: center;
}

.loopSlide:hover {
	.loopSlide .applecant-loop {
		animation-play-state: paused;
	}
}

.loopSlide .applecant-loop .applecant .applecant-inner {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

@keyframes slide1 {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes slide2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}

.applecant-loop {
  display: flex;
	align-items: center;
}

#single .applecant-loop {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.slick-prev {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 999;
	transform: translate(-50%,-50%);
}

.parts-l1 {
	position: relative;
	width: 2px;
	height: 16px;
	background: #FFFFFF;
	transform: rotate(45deg);
	z-index: 9999;
	left: 30px;
	top: 17px;
}
.parts-l2 {
	position: relative;
	width: 2px;
	height: 16px;
	background: #FFFFFF;
	transform: rotate(135deg);
	z-index: 9999;
	left: 30px;
	top: 12px;
}

.parts-r1 {
	position: relative;
	width: 2px;
	height: 16px;
	background: #FFFFFF;
	transform: rotate(135deg);
	z-index: 9999;
	left: 30px;
	top: 17px;
}
.parts-r2 {
	position: relative;
	width: 2px;
	height: 16px;
	background: #FFFFFF;
	transform: rotate(45deg);
	z-index: 9999;
	left: 30px;
	top: 12px;
}

.slick-next {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 999;
	transform: translate(+50%,-50%);
}

.slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #777777;
}

.slick-arrow .parts01 {

}

.slick-arrow .parts02 {

}

.slick-disabled {
	visibility: hidden;
}

.applecant {
	width: 25%;
/*
	margin: 0 0 50px 0;
	margin-left: 36px;
*/
}

.applecant-inner {
	margin: 0 10px;
/*
	margin-left: 36px;
*/
}

.applecant.slick-slide {
/*
	width: 376px !important;
*/
}

.applecant:first-child
{
/*
	margin-left: 0;
*/
}

.applecant:last-child {
/*
	margin-right: 36px;
*/
}

.applecant img {
	height: 250px;
	object-fit: cover;
}

.applecant-content {
    width: 100%;
    height: 134px;
    padding: 0 auto;
    background: #FFFFFF;
    overflow: hidden;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 0 10px;
    /* text-align: center;*/
	}

.applecant-name {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	margin-top: 10px;
	color: #555;
}
.applecant-name span {
	font-size: 14px;
	line-height: 1.6;
}
.applecant-info {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	color: #555;
	margin-top: 15px;
}

.applecant a:hover {
	opacity: 0.8;
}

/* トップ画面下SNS(LINE)誘導 */
#introduce-line {
	background-image: url("../images/001.jpg");
    padding-top: 40px;
    padding-bottom: 100px;
	background-position: center;
    background-size: cover;
}

.introduce-line-border {
	width: 100%;
	max-width: 1200px;
	/* min-width: 500px; */
	/* height: 600px; */
	padding-top: 16px;
	padding-bottom: 16px;
	margin: auto;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.introduce-line-content {
	margin-top: 24px;
	margin-bottom: 24px;
}

.introduce-line-content2 {
	margin-top: 15px;
	margin-bottom: 10px;
}

.introduce-line-content3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.introduce-line-head {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.introduce-line-body {
	color: #fff;
    font-size: 1.2rem;
    font-weight: 200;
    width: 80%;
}

.introduce-line-banner {
	position: relative;
	width: 600px;
	height: 80px;
	border-radius: 40px;
	background: rgba(255,255,255,.2);
}
.introduce-line-banner:hover {
	background: rgba(255,255,255,.5);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.introduce-line-banner-icon {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translate(-50%,-50%);
}

.introduce-line-banner-icon img {
	width: 45px;
	margin: 0 !important;
}

.introduce-line-banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFFF;
	font-size: x-large;
	font-weight: 600;
}
.introduce-line-banner-text a {
	color: #fff !important;
	font-size: 20px;
    height: 80px;
    line-height: 80px !important;
}

.privacy-policy-header {
	margin: 1em;
	font-size: 24px;
}


/*
	TSA BASEBALL ACADEMY,
	PRE ATTA BOYS用
*/
#page-tsa_baseball_academy #submain em div:first-child,
#page-pre_atta_boys #submain em div:first-child
{
    margin-bottom: 16px;
}

#page-tsa_baseball_academy #submain em,
#page-pre_atta_boys #submain em
{
    line-height: 34px;
}











@media screen and (max-width: 1680px){
	.slider-logo img{
		width: 80%;
	}
}
@media screen and (max-width: 1200px){
	.slider-logo img{
		width: 60%;
	}
	.introduce-line-banner {
		width: 88%;
	}
	.introduce-line-border {
		width: ;
	}
}
@media screen and (max-width: 1100px){
	section .inner{
		padding-left: 3%;
		padding-right: 3%;
	}
	.header{
		padding-left: 0%;
		padding-right: 5%;
		height: 70px;
	}

	.twitter-img{
		flex-wrap: wrap;
		justify-content: center;
	}
	.twitter-img img{
		width: 100px;
	}
	.twitter-img img + img{
		margin-left: 20px;
	}
	#single .left{
		float: none;
		width: 100%;
		margin-bottom: 80px;
	}
	#single .right{
		float: none;
		width: 100%;
		margin-bottom: 120px;
	}
	.left .blog .post-categories {
		left: 450px;
	}
	
	
	#applecant-post .applecant-profile {
		display: block;
		margin-bottom: 70px;
	}	
	#applecant-post .applecant-profile .left-profile {
		width: 100%;
	}
	#applecant-post .applecant-profile .right-profile {
		width: 100%;
		background: #F3F5F6;
		border: 1px solid #C9C9C9;
	}
	#about_explanation h3 {
		font-size: 38px;
		color: #777777;
		margin: 120px 0;
	}
	

	.news-single-content:first-child {
		margin-right: 0em;
		width: 100%;
	}
	.news-single-content:last-child {
		margin-right: 0em;
		width: 100%;
	}
	
}
@media screen and (max-width: 1000px){
	p {
		font-size: 14px;
	}
	h2{
		margin: 0 0 40px 0;
    font-size: 35px;
    line-height: 35px;
    color: #777777;
	}
	h2:before{
		display: block;
		width: 200px;
		height: 2px;
		background: #777777;
		border-radius: 100%;
		position: absolute;
		top: 50px;
		left: 50%;
		translate: -50%;
		border-radius: 0;
	}
	h2.left-line:before{
		content: "";
		display: block;
		width: 200px;
		height: 10px;
		background: #777777;
		border-radius: 100%;
		position: absolute;
		top: 50px;
		left: 85px;
		translate: -50%;
		border-radius: 50px;
	}
	
	.header{
		overflow: hidden !important;
		overflow: unset !important;
	}
	.slick-track video {
		width: 100% !important;
		min-width: 1050px;
		min-height: 450px !important;
		transform: translate(-30%, 0px);
	}
	.slider-reki{
	position: absolute;
    top: 70%;
    right: -35%;
	z-index: 5;
	transform: translate(0,-50%);
	}
	.slider-reki img{
		width: 50%;
	}
	#menu button{
		display: block !important;
		border: 0;
		border-radius: 0;
		width: 40px;
		height: 50px;
		background: url(../images/img14.png) center no-repeat;
		outline: none;
	}
	#header.menu-active #menu button{
		background-image: url(../images/img15.png);
	}
	#menu ul{
		z-index: 2000;
		max-width: 280px;
		width: 100%;
		position: fixed;
		flex-flow: column;
		top: 70px;
		left: 100%;
		right: -100%;
		bottom: 0;
		margin: 0 !important;
		display: block;
		padding: 0;
		transition: 0.3s ease all;
		background: #333333;
	}
	#header.menu-active #menu ul{
		left: unset;
		right: 0px;
	}
	#menu li{
		margin: 0 !important;
		border-bottom: 1px solid #fff;
		width: 100%
	}
	#menu a{
		color: #fff;
		padding: 17px 15px;
		background: url(../images/img16.png) right 15px center no-repeat;
		background-color: rgba(0, 67, 83, 0.8);
	}
	main{
		padding-top: 70px;
	}
	#contact{
		background: url(../images/img11_sp.png) top right no-repeat;
		background-size: cover;
		padding: 120px 0;
	}
	
	.top2 figure {
    position: relative;
    margin: 50px 0;
    width: 100%;
    height: auto;
    background: url(../images/movie_bg.png);
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.top2 figure iframe {
    width: 99%;
	  height: 300px;
	}
	
	.applecant {
    width: 100%;
    height: auto;
		margin-bottom: 20px;
	}
	.applecant img {
		width: 100%;
    height: 200px;
    object-fit: cover;
	}
	
	.applicant-list,
	.blog-list {
		padding: 40px 0;
	}

	.applecant-name {
		font-family: 'Noto Sans JP';
		font-style: normal;
		font-weight: 700;
		font-size: 18px;
		line-height: 18px;
		margin-top: 10px;
		color: #555;
	}
	.applecant-info {
		font-family: 'Noto Sans JP';
		font-style: normal;
		font-weight: 400;
		line-height: 14px;
		color: #555;
		margin-top: 20px;
		font-size: 15px;
	}

	#about_info {
		background: url(../images/about-contents-1.png) top right no-repeat;
		background-size: cover;
		padding: 150px 15px 80px 15px;
		text-align: center;
	}
	
	#about_explanation div ul {
		display: block;
		position: relative;
	}
	#about_explanation div {
			width: 100%;
			margin: 0 auto;
			text-align: center;
		margin-bottom: 20px;
	}
	#about_explanation div ul li.left {
    width: 60%;
    background: #777777;
    text-align: left;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
	}
	#about_explanation div ul li.right {
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 20px 15px;
	}
	.qa_area {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	}
	
	#about_explanation  {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
		
	#submain h2:before{
		content: "";
		display: block;
		width: 200px;
		height: 4px;
		background: #fff;
		border-radius: 100%;
		position: absolute;
		top: 50px;
		left: 50%;
		translate: -50%;
		border-radius: 0;
	}
	#applecant-post .applecant-profile .left-profile img {
		width: 100%;
	}
	#applecant-post .applecant-profile .right-profile ul li .applecant-profile-item {
		width: 25%;
		font-size: 12px;
		line-height: 40px;
		color: #777777;
		position: relative;
	}
	#applecant-post .applecant-profile .right-profile ul {
		padding: 15px;
	}
	
	#about_explanation .mov iframe {
		width: 94%;
		height: 520px;
	}
	
	.applecant-loop {
    display: block;
	}

	section#homeapplecant .inner,
	section#single .inner {
		max-width: 100%;
	}
	
	
}
@media screen and (max-width: 900px){
	
	#applecant-post h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.blog{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.blog:first-child{
		border-top: 0;
	}
	.blog .blog-link{
		display: block;
		background: none;
	}
	.blog-img{
		text-align: center;
		margin: 0 0 20px 0;
	}
	.blog-img img {
		margin: 0 auto;
		width: 100%;
	}
	.blog-img .hover{
		display: none;
	}
	.blog-content{
		padding: 0 0 30px 0;
		margin: 0;
		max-width: 100%;
	}
	.blog .post-categories {
		position: absolute;
		bottom: 20px;
		left: 0;
		z-index: 2;
	}
	.left .blog .post-categories {
		left: 0;
		bottom: 20px;
	}

	.sns-banner-line img {
		width: 60%;
	}
	.sns-banner-line {
	position: fixed;
	z-index: 999;
	bottom: 0;
	right: 0;
	width: 70%;
	}
	
	.contact-contents .item .button {
		font-size: 16px !important;
	}
	.contact-contents .item .button svg {
		right: 15px !important;
	}
	
}
@media screen and (max-width: 768px){
	body,p{
		font-size: 16px;
	}
	#cartbtn{
		display: none;
	}
	#about {
		background: url(../images/about_bg-sp.png);
		background-size: cover;
		padding: 60px 0;
	}
	
	#opening {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: rgba(0,0,0,1);
		color: #fff;
		opacity: 1;
		transition: background 5s ease-out;
		z-index: 9999;
	}
	#opening.hidden {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0,0,0,.0);
		z-index: 1;
	}
	.fv-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		object-fit: cover;
		transform: scale(1.1);
		transition: transform 100s ease-out;
		animation: zoom 100s linear infinite;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
	}
	.slider-message div {
		width: 100%;
		font-size: 20px;
		line-height: 1.5;
		text-align: center;
		color: #fff;
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 5000;
	}

	
	main #title {
		padding: 150px 0;
		width: 100%;
		margin: 0 auto;
	}

	main #title .title01 img {
		width: 90%;
		margin-top: 50px;
	}
	.title01 h3{
		margin: 0 0 20px 0;
		font-size: 1.6rem !important;
		line-height: normal;
		color: #333333;
		font-weight: 900;
	}
	.title01 p{
		font-size: 16px;
		line-height: 32px;
		color: #333333;
	}
	.title01 .btn-red{
		margin-top: 30px;
	}
	.blog-loop {
		display: block;
		justify-content: center; /* 水平方向の中央寄せ */
	}
	.blog.env-fade-control {
		transition-delay: unset !important;
	}
	.blog.scrollin {
		opacity: 1;
		transform: translate(0,0);
		width: 100%;
}
	
	
	.slider-logo img{
		width: 100%;
	}
	.slick-dots{
		bottom: 10px;
	}
	.top1{
		display: block;
	}
	.top1 .title01{
		margin-bottom: 40px;
	}
	.top1 .title01 .btn-red{
		display: none;
	}
	.top1 article{
		display: block;
		padding: 20px 0;
	}
	.top1 article .date{
		margin: 0 0 10px 0;
		line-height: 1;
	}
	.top1 article h3{
		font-size: 16px;
	}
	.top1 .loop + .btn-red{
		display: block;
		margin-top: 40px;
	}
	.top2{
		display: block;
	}
	.top2 .title01{
		text-align: center;
	}
	.btn-red a {
		margin-left: auto;
		margin-right: auto;
	}
	.voice-img{
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.rtt{
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 90px;
	}
	#cartbtn-mobile{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}
	#cartbtn-mobile a{
		display: block;
		background: url(../images/img17.png) left 30px center no-repeat #ffa2f2;
		text-align: center;
		color: #fff;
		line-height: 1;
		font-size: 16px;
		font-weight: 700;
		line-height: 60px;
		text-decoration: none;
	}
	.product-loop{
		display: block;
	}
	.product{
		width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.telbox h3{
		font-size: 16px;
		line-height: 24px;
	}
	.telbox h4{
		font-size: 36px;
		background-size: 30px;
		padding-left: 40px;
	}
	.slider-logo{
		width: 150px;
	}
	.about3 .item{
		width: 100%;
	}
	.about5 h6 span{
		display: block;
		margin-bottom: 13px;
	}
	#productlist .product{
		width: 100%;
	}
	.productdetail .gallery,
	.productdetail .content,
	.productdetail .description{
		float: none;
		width: 100%;
	}
	#single .left,
	#single .right{
		float: none;
		width: 100%;
	}
	#contact{
		background-position: top right -0px;
	}
	.blog:first-child{
		padding-top: 20px;
	}
	h2.left-line:before {
		content: "";
		display: block;
		width: 200px;
		height: 2px;
		background: #777777;
		border-radius: 100%;
		position: absolute;
		top: 50px;
		left: 50%;
		translate: -50%;
		border-radius: 0;
	}
	#about_explanation .mov iframe {
		height: 480px;
	}
	.top2 .content>p {
		font-size: 16px;
		line-height: 1.8;
		color: #555;
	}
	
	#submain em{
		font-size: 20px;
	}
	
	.overlap-ttc-img {
	    display: inline-block;
	    background-color: #000000;
	}
	
	.overlay-bk:hover,
	.overlay-bk {
		background-color: unset;
	}

}

@media screen and (max-width: 680px){
	.contents {
		background: url("../images/img_fv.jpg");
		background-size: unset !important;
	}

	#breadcrumb{
		font-size: 14px;
		line-height: 20px;
    white-space: nowrap;
    overflow-x: scroll;
	}
	.breadcrumb {
		width: 100%;
		padding: 10px 15px;
		overflow-x: scroll;
	}
	.breadcrumb li {
		display: inline-table;
	}
	.product-cat{
		font-size: 14px;
	}
	.product h3{
		font-size: 18px;
		line-height: 30px;
	}
	.product-price{
		font-size: 18px;
		line-height: 28px;
	}
	.product-price span{
		font-size: 28px;
	}
	.telbox{
		padding: 30px 10px;
	}
	#homenew,
	#homegreeting,
	#homevoice,
	#homeblog,
	#contact,
	#homeapplecant,
	#homeblog{
		padding: 60px 0;
	}
	.top2.second{
		margin-bottom: 60px;
	}
	.voice-loop{
		display: block;
	}
	.voice{
		margin-left: 0;
	}
	.voice h3{
		font-size: 16px;
	}
	.top4{
		margin-bottom: 40px;
	}
	.top4 h3{
		font-size: 18px;
	}
	#contact .telbox{
		margin-top: 50px;
	}
	.slider-logo{
		left: 20px;
		width: 220px;
		top: 40px;
		transform: none;
	}
	.slick-dots{
		bottom: 30px;
	}
	.slick-dots li{
		margin: 0 7px;
	}
	.slick-dots button{
		padding: 0;
		width: 10px;
		height: 10px;
	}
	.top3{
		font-size: 18px;
	}
	#submain{
		padding: 40px 0;
    	top: 120px;
		width: 100%;	
		height: 50px;
	}
	#submain h2{
		font-size: 30px;
		line-height: 30px;
		color: #fff;
	}
	#submain p{
		font-size: 14px;
		line-height: 24px;
	}
	#page_info {
		padding: 0px 0 80px 0;
		height: 200px;
	}
	#about_row1{
		padding: 60px 0;
	}
	.about2{
		margin: 40px 0 80px 0;
	}
	.about2 h4{
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 30px;
	}
	.about3 .item{
		margin-bottom: 40px;
	}
	.about4 .item{
		margin-bottom: 30px;
	}
	.about4 h6{
		font-size: 18px;
		line-height: 27px;
	}
	.about4 p{
		font-size: 16px;
		line-height: 28px;
	}
	.about5{
		padding: 70px 15px;
	}
	.about5 .item{
		padding-bottom: 40px;
	}
	.about5 h6{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	#productlist{
		margin-bottom: 80px;
	}
	#productlist .product{
		margin-bottom: 30px;
	}
	#productlist .pagenav{
		padding: 10px 0 0 0;
	}
	.productdetail .content h3{
		font-size: 18px;
		line-height: 30px;
	}
	.productdetail a.addtocart{
		margin-top: 30px;
	}
	.productdetail .recommend{
		padding: 50px 0 80px 0;
	}
	.productdetail .question{
		text-align: center;
	}
	.productdetail .recommend .btn-red{
		padding-top: 20px;
	}
	.productdetail .gallery .small .item{
		height: 60px;
	}
	#single .left, #single .right{
		margin-bottom: 80px;
	}
	#single .blog-loop{
		padding-bottom: 0;
	}
	#voice_row1 .voice{
		margin-bottom: 40px;
	}
	#voice_row1 .pagenav{
		padding: 20px 0 80px 0;
	}
	.single{
		margin-top: 40px;
		margin: 0px;
		padding: 10px 0;
		background: #fff;
	}
	.single .wp-video{
		width: 100% !important;
	}
	.single .entry-content h1 {
		background: #777777;
		color: #fff;
		padding: 10px 0 10px 20px;
		margin: 30px 0;
		font-size: 20px;
		line-height: normal;
		border-radius: 10px;
	}
	.single h2,
	.single .entry-content h4{
		font-size: 20px;
		line-height: 30px;
	}
	.single .line{
		margin-bottom: 20px;
	}
	.singlepagenav{
		margin: 80px 0 40px 0;
		flex-direction: column-reverse;
	}
	.singlepagenav a{
		width: 100%;
	}
	.singlepagenav a.prev{
		margin-top: 20px;
	}
	.news-single-content-outer {
		flex-flow: column;
		align-items: center;
	}
	.news-single-content {
		margin: 0;
		margin-bottom: 1em;
	}
	.style{
	}
	.style .style-cnt{
		width: calc( 100% / 2 - 1px);
	}
	.style1{
		margin-bottom: 80px;
	}
	.style1 a{
		max-width: 225px;
	}
	.qa{
		padding: 40px 0 50px 0;
	}
	.qa .item{
		padding-left: 40px;
		padding-bottom: 10px;
	}
	.qa h3,
	.qa .content{
		font-size: 14px;
		line-height: 24px;
		padding: 10px;
	}
	.qa h3{
		background-position: right 10px center;
		padding-right: 35px;
	}
	.qa h3:before,
	.qa .content:before{
		font-size: 16px;
		width: 30px;
		line-height: 30px;
		left: -40px;
	}
	.contactbox{
		padding: 40px 15px;
		margin: 40px 0 80px 0;
	}
	.contactbox .frow{
		display: block;
		margin-bottom: 30px;
	}
	.contactbox .frow h3{
		width: 100%;
		max-width: 100%;
		padding: 0 0 20px 0;
	}
	.contactbox input, .contactbox textarea{
		width: 100%;
		max-width: 100%;
	}
	.contactbox textarea{
		min-height: 180px;
	}
	.contactbox .frow.submit{
		padding: 10px 0;
	}
	.contactbox input[type=submit]{
		max-width: 225px;
		margin: 0 auto;
		display: block;
	}
	#submain.submain_contact{
		padding: 40px 0;
	}
	#relatedpost{
		margin-bottom: 80px;
	}
	.blog:first-child{
		padding-top: 0;
	}
	.news-post article {
		display: block;
	}
	.w_910 .inner {
		max-width: 100%;
		width: 100%;
	}
	.introduce-line-banner-text a {
		font-size: 15px;
	}
	.introduce-line-border {
		padding: ;
	}
	.sns-banner-line img {
		width: 60%;
	}
	.introduce-line-head {
		font-size: 32px;
		line-height: normal;
	}
	#about_explanation .mov iframe {
		height: 320px;
	}
	#about_explanation div ul li.left {
		width: 90%;
	}
	
	#page-tsa_baseball_academy #submain em div:first-child,
	#page-pre_atta_boys #submain em div:first-child
	{
		margin-bottom: 6px;
	}
}