@charset "UTF-8";

/*----------------------------------------------------------------------------

	base

----------------------------------------------------------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	--color-black: #353535;
	--color-pink: #F77185;
	--color-gray: #F7F7F7;
	--color-ash-gray: #D6D6D6;
	font-size: 1rem;
	font-family: 'Hind','ヒラギノ角ゴ ProN W3' sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: 0.06em;
	margin: 0;
}

p {
	margin: 0 !important;
	line-height: 1.8;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: var(--color-black);
	text-decoration: none;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

a:hover {
	color: var(--color-black);
}

main {
	overflow-x: hidden;
}

.custom-container {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%!important;
}

.main-content {
  width: 100%;
  height: auto;
  padding-top: 50px;
}

.new-line {
  display: none;
}

.section {
	width: 100%;
	height: auto;
}

.section__inner {
	width: 100%;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
}

.section__text {
	padding-bottom: 24px;
}

.section__textbox {
	padding-bottom: 16px;
}

.section__title {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: bold;
	text-align: start;
}

.section__title span {
	display: block;
	color: var(--color-pink);
	font-size: 60px;
	font-family: braisetto, script;
	font-weight: 400;
	font-style: normal;
}

.btn-dark {
	border-radius: 50px;
}

.btn-dark:hover {
	background-color: var(--color-pink);
}


/*----------------------------------------------------------------------------

	component header

----------------------------------------------------------------------------*/

.header {
	position: fixed;
	width: 100%;
	height: 70px;
	z-index: 999;
	background-color: #fff;
	box-shadow: 1px 31px 10px 5px rgba(122, 122, 122, 0.05);
}

.header__inner {
	position: relative;
	width: 100%;
	height: auto;
    max-width: 1200px;
	margin: 0 auto;
    padding: 0 20px;
}

.header__logomark {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(200px + 100 * (100vw - 320px) / 1120);
	height: auto;
}

.header__logomark img {
	width: 100%;
	height: auto;
}

.header__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 70px;
}

.header__logo img {
	width: 150px;
	height: auto;
}

.ham-btn {
	position: relative;
	width: 50px;
	height: 50px;
	margin-left: auto;
	border-width: 0;
	background-color: #fff;
	cursor: pointer;
	transition: all .6s;
}

.ham-line {
	position: absolute;
	width: 35px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-black);
    border-radius: 50px;
    transition: 0.8s;
}

.line-1 {
	top: 13px;
}

.line-2 {
	top: 25px;
}

.line-3 {
    top: 37px;
}

.clicked .line-1 {
	top: 23px;
	left: 12px;
	transform: rotate(45deg);
}

.clicked .line-2 {
	display: none;
}

.clicked .line-3 {
	top: 23px;
	left: 12px;
	transform: rotate(-45deg);
	width: 35px;
}


/*----------------------------------------------------------------------------

	component ham-menu

----------------------------------------------------------------------------*/

.pc-menu {
	display: none;
}

.pc-menu__link {
	font-weight: bold;
	transition: .2s;
}

.ham-menu {
	position: fixed;
	top: 70px;
	right: -2000px;
	width: 90%;
	height: 100vh;
	padding: 40px 20px;
	background-color: #fff;
	box-shadow: 1px 31px 10px 5px rgba(122, 122, 122, 0.05);
	opacity: .9;
	transition: all .6s;
}

.visible {
	right: 0;
}

.ham-menu__logo {
	width: 180px;
	height: 80px;
	margin: 0 auto 20px;
	object-fit: contain;
}

.bi-record-circle-fill {
	fill: #51391C;
}

.ham-menu__item {
	width: 100%;
	margin-bottom: 32px;
	text-align: center;
}

.ham-menu__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-weight: 700;
}

.ham-menu__link:hover {
	color: var(--color-pink);
	font-weight: 700;
}

.ham-menu__link img {
	margin-bottom: 8px;
}

.ham-menu__contact {
	text-align: center;
}

.ham-menu__sns {
	display: flex;
	justify-content: center;
	align-items: center;
	background: black;
}

/*----------------------------------------------------------------------------

	component main-visual

----------------------------------------------------------------------------*/

.main-visual {
	position: relative;
	background: url(../img/top/fv-bg.png) repeat;
	background-size: 100%;
	width: 100%;
	height: 830px;
}

.main-visual__wrap{
	margin: 0 auto;
	max-width: 1200px;
	padding-top: 70px;
}

.main-visual__text-wrap {
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
	width: 310px;
	text-align: left;
	background: #fff;
}

.main-visual__copy {
	font-size: calc(24px + 5 * (100vw - 320px) / 1120);
	text-align: right;
	font-weight: bold;
	line-height: 1.5;
}

.main-visual__text {
	padding-bottom: 8px;
	font-size: 10px;
}

.main-visual__list {
	display: flex;
	align-items: flex-end;
}

.list__1 {
	position: absolute;
	top: 350px;
    right: -60px;
    width: 360px;
	height: auto;
}

.list__2 {
	position: absolute;
	bottom: 140px;
    left: -170px;
	width: 500px;
	height: auto;
}

.main-visual-img__item {
	width: 100px;
	height: 100px;
}

.main-visual__img {
	width: 400px;
	height: auto;
}

.fv__img1 {
	width: 390px;
	height: auto;
}

.fv__img2 {
	width: 530px;
	height: auto;
}

.fv__illust {
	position: absolute;
	bottom: 0;
    right: 0;
    width: 120px;
    height: auto;
}

/*----------------------------------------------------------------------------

	component page-visual

----------------------------------------------------------------------------*/

.page-visual {
	width: 100%;
	height: 300px;
	background: url(../img/page-header.png);
	background-size: cover;
    border-bottom: solid 1px var(--color-ash-gray);
}

.page-visual__inner {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1320px;
}

.page-title__wrap {
	position: absolute;
	top: 150px;
    left: 11%;
	width: 100%;
	height: auto;
}

/*----------------------------------------------------------------------------

  component pankuzu

----------------------------------------------------------------------------*/

.breadcrumb__inner {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  font-size: 12px;
  list-style: none;
  line-height: 1.8;
}

.breadcrumb__item {
  display: inline;
  margin-right: 10px;
  color: blue;
  font-weight: bold;
  text-decoration: underline;
  overflow-wrap: break-word;
}

.active {
  font-weight: 200;
  text-decoration: none;
  color: inherit;
}

.breadcrumb__list a {
  color: dodgerblue;
}

.breadcrumb__item:before {
  content: '>';
  display: inline-block;
  padding: 0 8px;
  text-decoration: none;
  color: var(--color-black);
  font-weight: 200;
}

.breadcrumb__item:first-child::before {
  content: "";
  padding: 0;
}

/*----------------------------------------------------------------------------

	component banner__img

----------------------------------------------------------------------------*/

.banner__img {
	transition: 1.7s;
}

.banner__img:hover {
	opacity: 0.7;
}

/*----------------------------------------------------------------------------

	component footer

----------------------------------------------------------------------------*/

.footer {
	width: 100%;
	height: auto;
    margin-top: 40px;
	padding: 20px;
	color: #fff;
	background: var(--color-black);
}

.footer__inner {
	max-width: 1200px;
    margin: 0 auto;
	padding: 40px 20px 0;
}

.footer__wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
	align-items: center;
	margin-bottom: 24px;
}

.footer__logo {
	width: 150px;
	height: auto;
	margin-bottom: 24px;
}

.footer__company {
	max-width: 190px;
	margin: 0 auto;
	text-align: center;
}

.footer__copy {
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

.footer__sns-title {
	font-size: 14px;
	padding-bottom: 16px;
}

.footer__sns {
	display: flex;
    justify-content: space-around;
    width: 160px;
	color: #fff;
	margin: 0 auto 8px;
	font-size: 24px;
}

.footer__sns:hover {
	color: var(--color-ash-gray);
}

.footer__address {
	margin: 0 auto;
	padding: 10px;
    font-size: 12px;
	text-align: left;
}

.footer__copyright {
	font-size: 10px;
	text-align: center;
	padding-bottom: 8px;
}

.footer__nav {
	display: none;
}

.footer__nav,
.footer__nav a {
	color: #fff!important;
}

.footer__link {
	font-weight: 800;
	font-size: 14px;
	padding-bottom: 8px;
}

.footer__link:hover {
	color: var(--color-ash-gray);
}

.footer__sublink {
	font-size: 10px;
}

.footer__sublink:hover {
	text-decoration: underline;	
}

.pagetop{
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
}

.pagetop a{
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-align: center;
    line-height: 50px;
    background: var(--color-black);
}

.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}

/*----------------------------------------------------------------------------

	page top

----------------------------------------------------------------------------*/

.topics {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/top/craft.jpg);
}

.topics__wrap {
	position: absolute;
	top: -46px;
	left: 20px;
}

.topics__list {
	width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.topics__item {
	display: flex;
	align-items: baseline;
}

.topic__date {
	display: inline-block;
	padding: 0 16px 0 0;
    font-size: 12px;
    line-height: 2.7;
}

.topic__title {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}

.topic__title:hover {
	text-decoration: underline;
}

.topic__category {
	display: inline-block;
	padding: 4px 8px;
	border: solid 1px var(--color-black);
	font-size: 12px;
	font-weight: bold;
}

.video__wrap {
	max-width: 380px;
	height: auto;
	margin: 0 auto;
	padding: 16px;
	background: beige;
}

.video__wrap video {
	width: 100%;
	height: auto;
	object-fit: cover; 
}

/*----------------------------------------------------------------------------

	page news

----------------------------------------------------------------------------*/

.news {
	background: url(../img/top/craft.jpg);
}

.news-card {
	width: 100%;
	height: calc(100px + 80 * (100vw - 320px) / 1120);
	border: solid 1px var(--color-ash-gray);
	border-radius: 4px;
}

.news-card a:hover {
	border-color: var(--color-pink);
}

.news-card__body {
	display: flex;
	justify-content: space-between;
    width: 100%;
    height: 100%;
	padding: 8px;
}

.news-card__img {
	width: calc(25% + 10 * (100vw - 320px) / 1120);
}

.news-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-card__textbox {
	width: 70%;
	overflow: hidden;
}

.news-card__arrow {
	display: none;
}

.news-card__arrow i {
	position: absolute;
	top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.news-card__row {
	display: flex;
    flex-direction: row;
    align-items: center;
	margin-bottom: calc(8px + 16 * (100vw - 320px) / 1120);
}

.news-card__category {
	padding: 4px 8px;
	font-size: calc(10px + 2 * (100vw - 320px) / 1120);
	font-weight: bold;
	color: var(--color-pink);
	border: solid 1px var(--color-pink);
}

.news-card__date {
	padding-left: calc(10px + 6 * (100vw - 320px) / 1120);
	padding-right: 8px;
	font-size: calc(12px + 2 * (100vw - 320px) / 1120);
}

.news-card__title {
    font-size: calc(14px + 2 * (100vw - 320px) / 1120);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-category {
	padding: 16px;
	border: solid 1px var(--color-ash-gray);
	border-radius: 4px;
}

.news-category p {
	padding: 24px;
	font-weight: bold;
	border-bottom: solid 1px var(--color-ash-gray);
}

.news-category__list {
	width: 95%;
	height: 95%;
}

.news-category__link {
	padding: 20px 16px 20px 48px;
	font-size: 16px;
	color: var(--color-ash-gray);
	border-bottom: solid 1px var(--color-ash-gray);
}

.news-category__link:hover {
	color: var(--color-pink);
}

.news-category__link:last-child {
	border-bottom: none;
}

.news-category__link active {
	color: var(--color-black);
	font-weight: bold;
}


/*----------------------------------------------------------------------------

	page news-detail

----------------------------------------------------------------------------*/

.article__textbox {
	padding: 24px 0;
    line-height: 1.8;
	border-top: solid 1px var(--color-ash-gray);
}

.news__title {
	padding-left: 8px;
	border-left: solid 8px var(--color-black);
	font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.article__img {
	width: 100%;
	height: auto;
}

.article__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.side-banner {
	width: 100%;
	height: auto;
	transition: 1.5s;
}

.side-banner:hover {
	opacity: 0.7;
	cursor: pointer;
}

.side-banner img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

/*----------------------------------------------------------------------------

	page about

----------------------------------------------------------------------------*/

.about {
	background: url(../img/top/craft.jpg) no-repeat;
}

.about__img {
	width: 100%;
	height: auto;
}

.profile__img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.about__map {
	max-width: 900px;
	overflow: hidden;
	margin: 0 auto;
}

.about__map iframe {
	width: 100%;
	height: calc(300px + 140 * (100vw - 320px) / 1120);
}

.about__table {
    max-width: 1200px;
	margin: 0 auto;
    font-size: 12px;
}

.about__table tr {
	border-top: solid 1px var(--color-ash-gray);
	border-bottom: solid 1px var(--color-ash-gray);
}

.about__table th {
    width: 35%;
    padding: 24px 24px;
	background-color: var(--color-gray);
}

.about__table td {
	padding: 16px;
	font-size: 14px;
	line-height: 1.8;
}

.table__list li {
	list-style: disc;
}

.table__list {
	width: 120%;
}


/*----------------------------------------------------------------------------

	page product

----------------------------------------------------------------------------*/

.product__heading {
	padding: 8px 16px;
	font-size: 20px;
	font-weight: bold;
	border-left: solid 8px var(--color-black);
}

.product__img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.product__name {
	font-size: 14px;
	text-align: left;
    padding: 0 4px 16px;
}

.product-detail__img img {
	width: 100%;
	height: auto;
}

/*----------------------------------------------------------------------------

	page product detail

----------------------------------------------------------------------------*/

.table__product {
    min-width: auto!important;
    max-width: 100%!important;
}

.product__category {
}

.product__title {
	line-height: 1.6;
}

.product__copy {
}

.product__table {
}

/*----------------------------------------------------------------------------

	page service

----------------------------------------------------------------------------*/

.service__heading {
	display: block;
	padding: 8px 16px;
	border-bottom: solid 1px var(--color-black);
	border-left: solid 1px var(--color-black);
	font-size: 24px;
    font-weight: 600;
}

.service__img {
	width: 100%;
	height: auto;
    margin-bottom: 16px;
}

.service__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tab-nav__wrap {
	margin: 0 auto;
}

.tab-nav {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    max-width: 700px;
    font-weight: 700;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
}

.tab-nav li {
	display: inline-block;
    line-height: 1.8;
}

.tab-nav li:before {
	content: '｜';
	display: inline-block;
	padding-left: 8px;
	color: var(--color-black);
	font-weight: 200;
	text-decoration: none;
}

.tab-nav li:first-child::before {
	content: "";
	padding: 0;
}

.tab-nav a:hover {
	color: var(--color-pink);
}

.nav-pills .nav-link {
	text-align: start;
}

.news-category__link:before {
	content: '';
    display: inline-block;
    visibility: hidden;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    background: var(--color-pink);
    border-radius: 50%;
}

.news-category__link.active:before {
	visibility: visible;
}

.news-category__link.active {
	color: var(--color-pink)!important;
	font-weight: 600;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	color: var(--color-ash-gray);
	background: #fff;
}

/*----------------------------------------------------------------------------

	page contact

----------------------------------------------------------------------------*/

.contact {
	background: url(../img/top/craft.jpg) no-repeat;
}

.contact__info {
	padding: 24px;
	background: var(--color-gray);
	text-align: start;
	border-radius: 4px;
}

.contact__address {
    max-width: calc(250px + 140 * (100vw - 320px) / 1120);
	margin: 0 auto;
}

.contact__example {
	max-width: calc(250px + 10 * (100vw - 320px) / 1120);
	margin: 0 auto;
}

.contact__info p {
    display: flex;
    align-items: center;
	line-height: 3;
	font-size: calc(16px + 16 * (100vw - 320px) / 1120);
	font-weight: 200;
}

.contact__info p span {
	font-weight: 800;
    font-size: calc(10px + 4 * (100vw - 320px) / 1120);
    padding-right: 24px;
}


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

	.new-line {
	  display: block;
	}

	.main-visual__wrap{
	    height: 920px;
	    margin-top: 60px;
	    background-position: bottom;
	    background-size: 102%;
	}

	.main-visual__copy {
		font-size: 29px;
	}

	.main-visual__title {
	    font-size: 18px;
	}

	.main-visual__text {
		font-size: 12px;
	}

	.main-visual__text-wrap {
		width: 360px;
	    top: 80px;
	    left: 61%;
	}

	.fv__img1 {
	    width: 580px;
	}

	.fv__img2 {
		width: 820px;
	}

	.fv__illust {
	    bottom: 0;
	    width: 150px;
	}

	.list__1 {
		top: 240px;
	    right: 130px;
	}

	.list__2 {
		bottom: 40px;
	}

	.news__wrap {
		left: 74px;
	}

	.news__list {
	    width: 90%;
	    margin: 0 auto 16px;
	}

	.about__img {
	    width: 100%;
	    height: 100%;
	    object-fit: none;
	    object-position: bottom;
	}

	.service__img {
		width: 50%;
	}

	@keyframes flow {
	  0% { transform:translateY(0) }
	  30% { transform:translateY(5px) }
	  50% { transform:translateY(0) }
	  70% { transform:translateY(-5px) }
	  100% { transform:translateY(0) }
	}

	.btn {
	    width: 120px;
	    padding: 8px;
	    font-size: .8rem;
	}

	.footer__address {
		width: 200px;
	}

	.footer__wrap {
		flex-direction: row;
	    padding: 32px;
	}

	.footer__logo {
		width: 170px;
		height: 170px;
	}
}

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

	.ham-menu,
	.ham-btn {
		display: none;
	}

	.pc-menu {
		display: block;
	}

	.pc-menu__list {
		display: flex;
	    align-items: center;
		list-style: none;
	}

	.pc-menu__item {
		margin-right: 40px;
	}

	.pc-menu__item:last-child {
		margin-right: 0;
	}

	.pc-menu__link:hover {
		color: var(--color-pink);
		font-weight: 700;
	}

	.section__title {
		text-align: start;
	}

	.main-visual {
		height: 600px;
	}

	.main-visual__wrap{
	    height: 770px;
	}

	.main-visual__text-wrap {
		top: 70px;
	    left: 45%;
	}

	.about__table {
		min-width: 900px;
	}

	.about__table th {
		width: 30%;
	    text-align: center;
	}

	.fv__img1 {
		width: calc(580px + 80 * (100vw - 1024px) / 416);
		z-index: 200;
	}

	.fv__img2 {
		width: calc(820px + 40 * (100vw - 1024px) / 416)
	}

	.fv__illust {
        width: 220px;
	    height: auto;
	    bottom: 0;
	    right: 40px;
	}

	.list__1 {
	    top: 30px;
	    right: 140px;
	}

	.list__2 {
	    bottom: 60px;
	    left: -40px;
	}
	
	.topics__wrap {
		left: 40px;
	}

	.news-card__body {
		padding: 16px;
	}

	.news-card__textbox {
	    padding: 0 24px;
	}

	.news-card__arrow {
		position: relative;
		display: block;
		width: 15%;
		height: auto;
		text-align: center;
		color: var(--color-ash-gray);
		border-left: solid 1px var(--color-ash-gray);
	}

	.about__inner {
	    padding: 0 70px 30px 150px;
	}

	.service__text {
		padding-top: 32px;
		line-height: 2;
	}

}

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

	.main-visual {
		height: 680px;
	}

	.main-visual__wrap{
	    height: 650px;
	}

	.main-visual__title {
	    font-size: 24px;
	}

	.main-visual__text-wrap {
	    top: 80px;
	    left: 42%;
	}

	.main-visual__copy {
		font-size: 24px;
	}

	.main-visual__text {
        font-size: 10px;
	    text-align: right;
	}

	.fv__illust {
        width: 200px;
	    right: 200px;
	    bottom: 0;
	}

	.list__1 {
		width: 920px;
	    top: 35px;
	    right: -320px;
	}

	.list__2 {
		left: -4%;
	    bottom: 30px;
	}

	.about__inner {
	    display: flex;
	    align-items: baseline;
	    justify-content: space-between;
	}

	.about-img__wrap {
	    padding-bottom: 50px;
	}

	.about__text {
		width: 80%;
	}

	.about__table {
		width: 1200px;
	}

	.about__table th {
		width: 20%;
	}

	.works__inner {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
	}

	.works__text {
		width: 80%;
	}

	.top-works__img:last-child {
	    margin-left: 0;
	}

	.footer__wrap {
		align-items: top;
	}

	.footer__company {
		margin: 0 8px;
	}

}