<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

a{color:unset;}

.no-links {
    pointer-events: none;
    cursor: default;
}

.u-show_sp {
	display: none;
}

.u-hide-media {
	display: block;
}

.show-pc {
    display: inline-block;
}

.u-show-media {
	display: none;
}

.media_1023 {
	display: none;
}

.featurePage.wfix1{
	width: 100vw;
}

.max900 {
	max-width: 750px;
	margin: 0 auto;
}

.mb30{
	margin-bottom:30px !important;
}

.hacobune-app-container{
	width: 100% !important;
	padding:0 !important;
}

.hacobune-unit-video{
	margin:0 !important;
}

.hacobune-unit-video-outline{
	padding:0 !important;
}

.hacobune-readmore{
	margin-bottom:0 !important;
}

@media (max-width: 1023px){
	.contents_wrapper{
	width:94%;
	margin:0 auto;
	}
}

@media (max-width: 767px){
	.mb30{
		margin-bottom:20px !important;
	}

}

/*-------------------------------------
ここまでbase
------------------------------------- */

.linktxt a {
    color: #cc8855 !important;
}


.linktxt a:hover {
    opacity: 0.5;
}

.marker {
    background: linear-gradient(transparent 60%, #ebd2d6 60%);
}

.heading_txt {
	position: relative;
	padding: 30px 0 6px;
	text-align: center;
  }
  
  .heading_txt:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 48px);
    width: 94px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #a0868b;
  }


  .section_txt table {
	border-collapse: collapse;
	border: solid 2px #333;/*表全体を線で囲う*/
	width: 100%;
  }

  .section_txt table th,.section_txt table td {
    border: solid 1px #333;
    text-align: left;
    vertical-align: middle;
    padding-left: 6px;
  }

  .short_td {
	  width: 36%;
  }


/*-------------------------------------
nav
------------------------------------- */

.l-section-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px 0 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-section-nav li {
	width: calc(100% / 2);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.l-section-nav li a {
	color: #ffffff;
	background: #aa9977;
	position: relative;
	display: block !important;
	text-align: center;
	padding: 21.5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
	line-height: 1.6;
	height: 100%;
}


.l-section-nav li a:link,
.l-section-nav li a:visited {
	color: #ffffff;
}

.l-section-nav li a:link:hover,
.l-section-nav li a:visited:hover {
	color: #ffffff;
}

.l-section-nav li a:hover {
	opacity: 0.7;
}

.l-section-nav li a::after {
	position: absolute;
	display: block;
	content: '';
	top: -2px;
	bottom: 0;
	margin: auto;
	right: 4%;
	width: 7px;
	height: 7px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #ffffff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media (max-width: 1023px) {
	
	.l-section-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 14px;
		margin: 30px 0;
	}

	.l-section-nav li {
		width: calc(100% /2);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}


	.l-section-nav li:not(:nth-child(even)) {
		border-right: 1px solid #fff;
	}


	.l-section-nav li a {
		padding: 25px 0;
		display: block;
	}

	.l-section-nav li a::after {
		bottom: 15px;
		width: 7px;
		height: 7px;
		top: inherit;
		left: 0;
		right: 0;
		margin: auto;
	}

}

@media (max-width: 769px) {

	.l-section-nav {
		font-size: 12px;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}

}



/*-------------------------------------
l-content
------------------------------------- */
.linktxt {
	margin-top: 20px;
	text-align: left;
}

.linktxt a {
    color: #cc8855 !important;
    text-decoration: underline !important;
}

.linktxt a:hover {
	opacity: 0.5;
}


.l-content {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 16px;
}

.main-mv {
	margin-bottom: 0px;
	text-align: center;
}


.section_block {
	max-width: 1000px;
	margin: 0 auto 80px auto;
}

.section_title {
	display: block;
	text-align: center;
	margin: 60px auto 0px;
	position: relative;
}

.title_icon:before {
    content: '';
    position: relative;
    display: inline-block;
    top: -6px;
    width: 34px;
    height: 34px;
    background-image: url(/Contents/default/img/special/summer_slippers/img/lens_icon.png);
    background-size: contain;
    vertical-align: middle;
  }

@media (max-width: 1023px) {
	.section_block {
		margin: 0px auto 40px auto;
		width: 94%;
	}

}

@media (max-width:767px){
.title_icon:before {
	top: -4px;
    width: 24px;
    height: 24px;
}

}

/* 吹き出し */


.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 50px auto;
  padding: 0 10px;
}
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1.6;
}
.oneArea .onebox:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 20px;
}
.oneArea .onebox .imgArea {
  width: 16%;
  position: relative;
  margin-top: 30px;
}
.oneArea .onebox:nth-child(odd) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: 0;
  padding-right: 30px;
}
.oneArea .onebox:nth-child(even) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: auto;
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox .fukiArea {
  width: 63%;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #f3f3f3;
  font-size: 18px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox .fukidasi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 40px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::before {
  left: -15px;
  border-left: 25px solid #f3f3f3;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::after {
  left: -25px;
  border-left: 25px solid #ffffff;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(even) .fukidasi {
  background-color: #f3f3f3;
}
.oneArea .onebox:nth-child(even) .fukidasi::before {
  left: auto;
  right: -15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #f3f3f3;
}
.oneArea .onebox:nth-child(even) .fukidasi::after {
  left: auto;
  right: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #ffffff;
}
@media screen and (max-width: 1024px) {
  .oneArea .onebox:nth-child(odd) .imgArea img {
    max-width: 100%;
    top: 0;
  }
  .oneArea .onebox:nth-child(even) .imgArea img {
    max-width: 100%;
    top: 0;
	padding-left: 22px;
  }
  .oneArea .onebox .fukidasi {
    padding: 15px;
    font-size: 14px;
  }
  .oneArea .onebox .fukidasi::before {
    top: 8px;
  }
  .oneArea .onebox .fukidasi::after {
    top: 20px;
  }

  .oneArea .onebox .imgArea {
    margin-top: 0px;
}

}



@media screen and (max-width: 767px) {
  .oneArea {
    margin: 30px auto;
  }
  .oneArea .onebox:nth-child(even) {
    margin-top: 15px;
  }
  .oneArea .onebox .imgArea {
    width: 28%;
	margin-top: 10px;
  }
  .oneArea .onebox .fukidasi {
    padding: 10px 15px;
    font-size: 12px;
  }
  .oneArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1024px;
    margin: 50px auto;
    padding: 0 10px;
}

.oneArea .onebox:nth-child(odd) .imgArea img {
    padding-right: 22px;
}

.oneArea .onebox {
    justify-content: space-between;
}

.oneArea .onebox .fukiArea {
    width: 72%;
}

}




/*------------------------
link_box
------------------------ */

.l-section-item__link-center {
	width: 500px;
	margin: 60px auto;
}

.l-section-item__link-center a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
	border: 1px solid #333;
	background-color: #333 !important;
	color: #fff !important;
}

.l-section-item__link-center a {
	width: 100%;
}


.l-section-item__link-center a:link,
.l-section-item__link-center a:visited {
	color: #333;
}

.l-section-item__link-center a:hover,
.l-section-item__link-center a:active {
	background-color: #fff !important;
	color: #333 !important;
	border: 1px solid #333;
}

.l-section-item__link-center2 {
	width: 500px;
	margin: 60px auto;
}

.l-section-item__link-center2 a {
	display: block;
	padding: 18px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem;
    border: 1px solid #333;
    background-color: #fff !important;
    color: #333 !important;
}

.l-section-item__link-center2 a {
	width: 100%;
}


.l-section-item__link-center2 a:link,
.l-section-item__link-center2 a:visited {
	color: #333;
}

.l-section-item__link-center2 a:hover,
.l-section-item__link-center2 a:active {
	background-color: #333 !important;
	color: #fff !important;
	border: 1px solid #fff;
}



@media (max-width: 767px) {
	.l-section-item__link-center {
		width: 100%;
		margin-top: 10px;
	}


	.l-section-item__link-center a {
		font-size: 14px;
	}



	.l-section-item__link-center2 {
		width: 100%;
		margin-top: 30px;
	}
	
}


/*------------------------
fadein
------------------------ */


  /*アニメーション要素のスタイル*/
  .animation{
	opacity : 0;
	visibility: hidden;
	transition: 2.5s;
	transform: translateY(30px);
  }
  /*アニメーション要素までスクロールした時のスタイル*/
  .active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }

  .fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 2s;
}

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

.fade-in-bottom {
	opacity: 0;
	animation-name: fadein-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
 }

 @keyframes fadein-bottom {
	0% {
	   opacity: 0;
	   transform: translateY(20px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
 }

/*------------------------
section
------------------------ */



.flexbox_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.item_3column {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
	font-size: 16px;
    margin: 30px auto;
	text-align: center;
}

.item_3column img{
	margin:10px auto;
}

.item_3column div a{
	transition: all 0.35s;
	color:#aa9977;
}

.item_3column div a:hover{
	opacity:0.7;
}

.item_name {
    font-size: 14px;
    text-align: center;
    margin: 8px calc(50% - 50vw) 0px;
    width: 100vw;
}




.kinds_txt {
	background: #f3f3f3;
    padding: 6px 0 6px 4px;
}

.kinds_txt p {
    text-align: left;
}

.kinds_txt_inner {
    line-height: 2;
    text-align: left;
	margin-bottom: 20px;
	padding-left: 6px;
}

.kinds_txt_bottom {
    line-height: 2;
    text-align: left;
	margin: -20px 0 30px;
}


.text_right {
    display: block;
    float: right;
	margin-right: 80px;
}


.bg_gray {
    background: #f3f3f3;
    padding: 10px 0px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}


.main-mv {
	margin-bottom: 40px;
}

.section_txt_main {
	font-size:16px;
	line-height: 2;
	text-align: left;
	margin: 0px 0 30px;
}

.section_txt {
	font-size:16px;
	line-height: 2;
	text-align: left;
	margin: 30px 0;
}



.h2_txt {
    font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.8;
    font-size: 3.2rem !important;
    text-align: center;
    margin: 40px auto 30px;
    font-weight: normal;
}

.h2_txt_sub {
    font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.8;
    font-size: 2rem;
    text-align: center;
    margin: 20px auto;
    font-weight: normal;
}

.title_bg{
	background: #c6b7a2;
    padding: 10px 0;
}

.icon_title{
	display: flex;
    align-items: center;
    justify-content: center;
}

.octagon {
    background: #c6b7a2;
    width: 25px;
    display: inline-block;
    height: 25px;
    margin-right: 10px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.h4_txt {
    font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.8;
    font-size: 3rem;
    text-align: center;
    margin: 50px auto -30px;
    font-weight: normal;
}


.h2-shoulder {
    font-size: 2.6rem !important;
}

.h3_txt {
    font-size: 26px;
    text-align: center;
    font-family: "HonMinKok-L","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    line-height: 1.6;
    margin:0px auto 20px;
}

.h3_txt_left{
	text-align: left !important;
    margin-bottom: 0px !important;
    font-size: 36px !important;
}

.arrow_box{
	margin: -40px auto 30px;
    display: inline-flex;
    width: 48%;
	text-align: center;

}

.arrow{
	max-width: 85px;
    margin: 0 auto;
    display: block;
}

.text_link{
	color: #a97;
    text-decoration: 1px underline;
    margin: 20px auto 0;
	text-align: center;
}

.text_link a{
	transition: all 0.35s;
}

.text_link a:hover{
	opacity: 0.7;
}

.hukidashi_flex{
	display: flex;
    align-items: center;
    justify-content: center;
	margin:30px auto 0;
}

.hukidashi {
    position: relative;
    padding:20px;
    border: 3px solid #f3f3f3;
    font-weight: bold;
    font-size: 16px;
	border-radius: 20px;
    width: 86%;
	margin-right: 20px;
	background: #f3f3f3;
}

.hukidashi_flex_img{
	width: 14%;
}

.hukidashi_flex_img p{
	font-size: 16px;
	text-align: center;
	padding-top:10px;
	line-height: 1.6;
}

.feature_linkBtn.gry{
	background: #888;
    color: #fff;
    padding: 10px 0;
    max-width: 350px;
}

.feature_linkBtn.gry a{
	transition: all 0.35s;
}

.feature_linkBtn.gry a:hover{
	opacity: 0.7;
}

.feature_linkBtn.blw{
	background: #a97;
    color: #fff;
    padding: 20px 0;
    max-width: 500px;
	margin:30px auto;
}

.feature_linkBtn.gry a{
	transition: all 0.35s;
}

.feature_linkBtn.gry a:hover{
	opacity: 0.7;
}

.hukidashi:before,
.hukidashi:after {
    position: absolute;
    right: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.hukidashi:before {
    top: 100%;
    margin-left: -10px;
    border-color: transparent;
    border-top-color: #f3f3f3;
    border-right-color: #f3f3f3;
    border-width: 10px;
}

.hukidashi:after {
    top: 99%;
    margin-left: -7px;
    border-color: transparent;
    border-top-color: #f3f3f3;
    border-right-color: #f3f3f3;
    border-width: 7px;
}

.flex_box {
    display: flex;
	justify-content: space-between;
    flex-wrap: nowrap;
	margin: 0px auto 30px;
	align-items: center;
	gap:20px;
}

.l-colom_tumb {
	order: 1;
	width:48%;
}

.linkarea {
	order: 2;
	width: 52%;
	padding: 0;
}

.flexbox_sp {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0px auto 30px;
	align-items: center;
}

.l-colom_tumb_sp {
	order: 1;
	width: 30%;
}

.linkarea_sp {
	order: 2;
	width: 70%;
	padding: 0px 0 0 20px;
}

.l-colom_tumb_invert {
	order: 2;
	width: 48%;
}

.linkarea_invert {
	order: 1;
	width: 52%;
	padding: 0;
}

.l-colom_tumb_invert_sp {
	order: 2;
	width: 52%;
}

.linkarea_invert_sp {
	order: 1;
	width: 52%;
	padding: 0 20px 0 0px;
}

.linkarea_title {
	text-align: center;
}


.l-colom_sectiontext {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	padding:0 !important;
}

.inner_txt{
	font-size: 16px;
	text-align: center;
}

.under{
	text-decoration: underline 2px #e7cab7 !important;
    text-underline-offset: 4px;
}

.h2_under{
	text-decoration: underline 6px #e7cab7;
    text-underline-offset: 3px;
}

.illust_2col{
	display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 750px;
    margin: 30px auto;
}

.illust{
	width:20%;
}

.illust_text{
	width: 80%;
    margin-left: 20px;
	font-size: 16px;
}

.balloon1-right {
	position: relative;
    display: flex;
    margin-right: 30px;
    padding: 20px 10px;
    min-width: 120px;
    width: 86%;
    min-height: 80px;
    max-height: 100%;
    color: #333;
    font-size: 16px;
    background: #fff;
    border: 2px solid #e3c9bb;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
  }
  
  .balloon1-right:before {
	content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 20px solid #e3c9bb;
  }

  .balloon1-right:after {
	content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 16px solid #fff;
    z-index: 1;
  }
  
  .balloon1-right p {
	margin: 0;
	padding: 0;
  }

  .balloon2-right {
	position: relative;
    display: flex;
    margin-right: 30px;
    padding: 20px 10px;
    min-width: 120px;
    width: 86%;
    min-height: 80px;
    max-height: 100%;
    color: #333;
    font-size: 16px;
    background: #e3c9bb;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
  }
  
  .balloon2-right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
    border: 10px solid transparent;
    border-left: 20px solid #e3c9bb;
  }
  
  .balloon2-right p {
	margin: 0;
	padding: 0;
	font-size: 16px;
  }

  .bg_txtbox{
	background: #f3f3f3;
	padding:20px;
	font-size:16px;
	margin:30px auto;
  }

  .mt60{
	margin-top:60px;
  }

  .mb60{
	margin-bottom:60px;
  }

  .section_img_w750{
	max-width: 750px;
	margin:0 auto;
	display: block;
  }

  .swiper-container{
	max-width: 750px;
  }

  .rotate_txt1{
	position: absolute;
    top: -20px;
    left: 13%;
    transform: rotate(-25deg);
    font-size: 18px;
    text-decoration: underline;
	text-decoration-thickness: 10px;
    text-decoration-color: #faf9da !important;
    text-underline-offset: 3px;
  }

  .rotate_txt2{
	position: absolute;
    top: -20px;
    left: 20%;
    transform: rotate(-25deg);
    font-size: 18px;
    text-decoration: underline;
	text-decoration-thickness: 10px;
    text-decoration-color: #d9eff9 !important;
    text-underline-offset: 3px;
  }

  .item_2col_l{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    font-size: 16px;
    margin: 30px auto;
  }

  .item_2col_r{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    font-size: 16px;
    margin: 30px auto;
	flex-direction: row-reverse;
  }

  .item_2col_img{
	width: 40%;
  }

  .item_2col_txt{
	width: 60%;
  }

  .title_hukidashi{
	display: flex;
    align-items: center;
    flex-direction: column;
  }

  .title_hukidashi img{
	max-width: 360px;
    margin: -35px auto 0;
  }


  .small_txt{
	font-size:12px;
  }

  .bg_box{
	background: #f2e8e2;
    padding: 1px 20px;
	margin: 60px auto;
  }

  .bg_box .section_title{
	display: flex;
	justify-content: center;
    margin: 0 0 30px;
  }

  .bg_box .section_title img{
	max-width: 340px;
    position: absolute;
    bottom: 0px;
  }

  .sec_title_img{
	max-height: 150px;
    margin: 60px auto 30px;
    display: block;
    width: 100%;
    object-fit: contain;
  }

  .fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 2s;
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/*-------------------------------------
media
------------------------------------- */

/* 1023 */

@media (max-width: 1023px) {

	.short_td {
		width: 44%;
	}

	.kinds_txt {
		line-height: 2;
		text-align: left;
	}

	.linkarea_invert {
		padding: 0 9px 0 0px;
	}

	.h2-shoulder {
		font-size: 1.6rem;
	}

	.h2_txt {
		font-size: 1.8rem;
	}

	
	.h2_txt_sub {
		font-size: 1.4rem;
	}

	.pagetop {
		bottom: 2%;
		right: 3%;
	}

	.pagetop a {
		width: 35px;
		height: 35px;
	}

	.pagetop a::after {
		bottom: 10px;
		width: 10px;
		height: 10px;
	}

	.linkarea_title {
		padding: 0px 0 20px;
	}

	.linkarea {
		order: 2;
		width: 50%;
	}

	.media_1023 {
		display: block;
	}
	
	.l-colom_sectiontext {
		font-size: 16px;
	}


	.h3_txt {
		font-size: 22px;
		line-height: 1.4;
	}

	.section_txt {
	    margin: 20px 0;
	}


}

/* 1023 */




/* @media */
@media (max-width: 767px) {

	.feature_linkBtn.blk a{
		font-size: 14px;
	}

	.inner_txt {
		font-size: 14px;
	}

	.linkarea_title .h3_txt{
		margin-bottom:10px;
	}

	.hukidashi_flex{
		/*display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column-reverse;*/
		margin: 20px auto;
	}
	
	.hukidashi {
		margin-right: 15px;
		font-size: 12px;
		/*margin-top: 30px;*/
		width: 55%;
		padding: 10px;
		line-height: 1.8;
	}

	/*.hukidashi:before {
		top: -10%;
		margin-left: -10px;
		left: 20px;
		border-color: transparent;
		border-top-color: #f3f3f3;
		border-right-color: #f3f3f3;
		border-width: 10px;
		transform: rotate(90deg);
	}*/

	.hukidashi:before {
		top: unset;
		margin-left: -10px;
		bottom: 20%;
		right: -15px;
		border-color: transparent;
		border-top-color: #f3f3f3;
		border-right-color: #f3f3f3;
		border-width: 10px;
		transform: rotate(180deg);
	}

	/*.hukidashi:after {
		top: -8%;
		margin-left: 20px;
		border-color: transparent;
		border-top-color: #f3f3f3;
		border-right-color: #f3f3f3;
		border-width: 7px;
		left: -8px;
		transform: rotate(90deg);
	}*/
	
	.hukidashi:after {
		top: unset;
		margin-left: 20px;
		border-color: transparent;
		border-top-color: #f3f3f3;
		border-right-color: #f3f3f3;
		border-width: 7px;
		right: -15px;
		bottom: 20%;
		transform: rotate(180deg);
	}

	.hukidashi_flex_img {
		width: 30%;
	}

	.hukidashi_flex_img p{
		font-size: 14px;
	}

	.arrow_box {
		margin: -20px auto 20px;
		display: inline-flex;
		width: 100%;
	}

	.osusume_wine::after {
		margin-left: 4px;
	}

	.osusume_wine::before {
		margin-right: 4px;
	}

	.osusume_wine::after {
		width: 58px;
		height: 28px;
	}

	.osusume_wine::before {
		width: 58px;
		height: 28px;
	}

	.osusume_wine {
		font-size: 2rem !important;
		margin: 20px 0;
	}

	.heading_txt {
		padding: 30px 0 0px;
	}

	.heading_txt:before {
		position: absolute;
		bottom: -6px;
		left: calc(50% - 40px);
		width: 76px;
		height: 3px;
		content: '';
		border-radius: 3px;
		background: #a0868b;
	}
	
	.media_1023 {
		display: none;
	}

	.u-hide-media {
		display: none;
	}

	.u-show-media {
		display: inline-block;
	}

	.u-show_sp {
		display: block;
	}

	.section_txt_main {
		font-size: 14px;
		line-height: 2;
		margin: 10px 0 0px;
	}


	.section_txt {
		font-size: 14px;
		line-height: 2;
		margin: 20px 0;
	}


	.main-mv {
		margin-bottom: 30px;
	}


	.flex_box {
		display: block;
		margin-bottom: 20px;
	}

	.flexbox_sp{
		margin-bottom: 20px;
		align-items: center;
		flex-direction: column;
	}

	.l-colom_tumb_sp{
		width: 100%;
	}

	.linkarea_sp{
		padding: 20px 0 0 0px;
        width: 100%;
	}

	.linkarea_sp .h3_txt{
		margin:0 auto;
	}

	.l-colom_tumb , .l-colom_tumb_invert {
    	width: 100%;
    	display: block;
    	padding: 0%;
    	margin: 0 auto;
    	line-height: 0;
	}

	.linkarea , .linkarea_invert {
		order: 2;
		width: 100%;
		padding: 0px;
	}


	.linkarea_title {
		padding: 20px 0 0;
		text-align: left;
		font-size: 14px;
	}


	.l-colom_sectiontext {
		font-size: 14px;
		display: block; 
		line-height: 2;
		padding:0 !important;
	}


	.h2_txt {
		font-size: 19px !important;
		margin:40px auto 20px !important;
	}

	.h2_txt_sub {
		font-size: 19px !important;
		margin:10px 0;
	}


	.sp_sub {
		font-size: 19px;
		margin: 30px 0 -30px;
	}

	.h4_txt {
		font-size: 19px;
		margin: 30px 0 -10px;
	}
	.h2-shoulder {
		font-size: 16px !important;
	}

	.h3_txt {
		font-size: 22px !important;
		margin:0px auto 20px;
		line-height: 1.6;
	}

	.h3_txt_left{
		text-align: left;
		margin-bottom: 0px;
		font-size: 30px !important;
		line-height: 1;
	}

	.wide_width {
		margin: 0 calc(50% - 50vw) 30px;
		width: 100vw;
	}

	.show-pc {
		display: none;
	}

	.text_right {
		display: block;
		float: right;
		margin-right: 50px;
	}


	.flexbox_item {
		justify-content: space-between;
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.item_3column {
        gap: 10px;
        font-size: 10px;
        margin: 20px auto;
    }
	
	.item_name {
		font-size: 12px;
		text-align: center;
		margin: 8px 0px 10px;
		width: 100%;
	}
	
	.kinds_txt {
		line-height: 2;
		text-align: left;
	}

	.kinds_txt_r {
		line-height: 2;
		text-align: left;
	}
	.oneArea {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		max-width: 1024px;
		margin: 50px auto;
		padding: 0 0px;
	}

	.bg_txtbox{
		padding:10px;
		font-size:14px;
		margin:20px auto;
	  }

	  .balloon1-right {
    margin-right: 20px;
    padding: 10px 10px;
    max-width: 70%;
    font-size: 14px;
    border-radius: 15px;
	  }

	  .balloon2-right p {
		font-size: 14px;
	  }

	  .mt60{
		margin-top:40px;
	  }
	
	  .mb60{
		margin-bottom:40px;
	  }

	
.kinds_txt_bottom {
    font-size: 14px;
    text-align: left;
	margin-top: 20px;
}

.illust_2col{
    margin: 20px auto;
}

.illust_text{
    margin-left: 10px;
	font-size: 14px;
}

.rotate_txt1 {
	left: 0;
	font-size: 16px;
	text-decoration: underline;
	text-decoration-thickness: 8px;
}

.rotate_txt2 {
    left: 0;
    font-size: 16px;
    text-decoration: underline;
	text-decoration-thickness: 8px;
}

.item_2col_l {
    gap: 20px;
    font-size: 14px;
    margin: 20px auto;
}

.item_2col_r {
    gap: 20px;
    font-size: 14px;
    margin: 20px auto;
}

.item_2col_img {
    width: 50%;
}

.item_2col_txt {
    width: 50%;
}

.title_hukidashi img {
    max-width: 240px;
    margin: -25px auto 0;
}

.bg_box{
	margin: 40px auto;
  }

  .bg_box .section_title{
    margin: 0 0 20px;
  }

  .bg_box .section_title img{
	max-width: 220px;
  }

  .sec_title_img {
    max-height: 150px;
    margin: 40px auto 20px;
}

	/* @media */
}
</pre></body></html>