<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;
}

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

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

/*-------------------------------------
ここまで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%;
  }


/*-------------------------------------
おすすめワイン
------------------------------------- */
.osusume_wine {
	display: flex;
	align-items: center;/* 縦位置の調整 */
	justify-content: center;/* 横位置の調整 */
	margin-top: 20px;
    font-size: 1.6rem;
    font-family: "HonMinKok-L", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  
  .osusume_wine::before{
	content: '';
	display: inline-block;
    width: 90px;
    height: 45px;
	background-image: url(/shopping/user_data/packages/default/img/special/section/img/osusume_wine.png);
    background-size: cover;
	vertical-align: middle;
  }

  .osusume_wine::after {
    content: '';
    display: inline-block;
    width: 90px;
    height: 45px;
    background-image: url(/shopping/user_data/packages/default/img/special/section/img/osusume_wine2.png);
    background-size: cover;
    vertical-align: middle;
}



  /* 見出しの文字と横棒の間隔を開ける */
  .osusume_wine::before {
	margin-right: 20px;
  }
  
  .osusume_wine::after {
	margin-left: 20px;
  }

  .wine_border {
    padding: 0;
    margin: 0;
    border: solid 1px #888;
}



/*-------------------------------------
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% / 3);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

li img{
	margin-top:21.5px;
	width:80%;}

.l-section-nav li a {
	color: rgba(255, 255, 255, .9);
	background: #ccc;
	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: #fff;
}

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

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

/*.l-section-nav&gt;li:nth-child(1)&gt;a{
	padding:10px;
}*/

.l-section-nav li a::after {
	position: absolute;
	display: block;
	content: '';
	top: -2px;
	bottom: 0;
	margin: auto;
	right: 8%;
	width: 7px;
	height: 7px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #fff;
	-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% / 1);
		-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;
	}

	li img{
		margin-top:10px;
		width:90%;}

	.l-section-nav li a::after {
		bottom: 30px;
    width: 7px;
    height: 7px;
    top: inherit;
    /* left: 0; */
    right: 18px;
    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: flex;
	position: relative;
	text-align: center;
	margin: 60px auto 0px;
	align-items: center;
    justify-content: center;
}


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

}

/* 吹き出し */


.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 {
    width: 30%;
    margin: 0 0;
}

.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: 40px 0;
}



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

.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: #f3f3f3;
    padding: 30px 0;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

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

.png_img{
	max-width: 1000px;
	width: 94%;
    margin: 0 auto;
    display: block;
}

.men_icon {
	width: 35px;
    height: auto;
    margin-right: 10px;
}

.icon_title_img{
	margin:0 !important;
}

.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-bottom: 36px;
}

.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: space-between;
	margin: 30px auto;
}

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

.hukidashi_flex img{
	width: 30%;
}

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

.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;
}

.flexbox {
    display: flex;
	justify-content: space-between;
    flex-wrap: nowrap;
    margin: 30px auto 60px;
    align-items: center;
	position: relative;
}


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

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


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

.linkarea_invert {
	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-top: 10px;
}

.item_col2{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	margin: 30px auto 60px;
}

.item_col2_box{
	width:calc(98%/2);
}

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

.item_txt{
	font-size: 16px;
	text-align: left;
	margin-bottom:20px;
}

.item_linktxt a{
	text-decoration: 1px underline #a97;
	color:#a97;
	transition: all 0.35s;
}

.item_linktxt a:hover{
	opacity: 0.7;
}

.small_txt{
	text-align: left;
	font-size: 12px;
	margin-top:10px;
}

.sub_title{
	font-size: 22px;
}

.mt30{
	margin-top:30px !important;
}

.title_font{
	font-family: 'Segoe Script', sans-serif;
}

/*-------------------------------------
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%;
		padding: 0px 0 0 20px;
	}

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


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

	.section_txt {
	    margin: 30px 0;
	}


}

/* 1023 */




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

	.mt30{
		margin-top:20px !important;
	}

	.sub_title{
		font-size: 16px;
	}

	.item_linktxt {
		font-size: 14px;
		text-align: center;
		margin: 10px auto;
	}

	.item_txt {
		font-size: 14px;
	}

	.item_col2 {
		margin: 20px auto 40px;
	}

	.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: 45%;
	}

	.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;
	}


	.flexbox {
		display: block;
		margin-bottom: 40px;
	}

	.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-top: 0px;
	}


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

	.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: 19px !important;
		margin-bottom: 20px;
		line-height: 1.6;
		padding: 0;
	}

	.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 {
		width: 48%;
		margin: 0 0;
	}
	
	.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;
	}

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

.men_icon {
	width: 23px;
}


	/* @media */
}

.box_link{
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.design_txt {
    font-family: 'Dancing Script', cursive;
    font-size: 32px;
    line-height: 1.2;
}

.sec_img{
	position: absolute;
    max-width: 45%;
    max-height: 100px;
}

.item_3col{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    text-align: center;
    font-size: 16px;
	margin: 60px auto;
	max-width: 700px;
}

.item_3col p{
	margin-top:10px;
}

.linkarea_title .h3_txt a span{
	color:#333333 !important;
}

span.underline_2 {
    background-repeat: repeat-x;
	background-size: 1.6em 0.6em, 1.6em 0.2em, 4.1em 0.3em, 3.2em 0.3em;
    background-position: right bottom;

    background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(246,89,115,0)), color-stop(0.1, rgba(246,89,115,0.02)), color-stop(0.5, rgba(232,224,203,1)), color-stop(0.98, rgba(246,89,115,0)), to(rgba(246,89,115,0)) );
    background-image:
            -webkit-radial-gradient(center center,0.2em 0.1em,rgba(232,224,203,1) 0,rgba(246,89,115,0) 0.1em,rgba(246,89,115,0) 0.2em),
            -webkit-radial-gradient(center center,0.4em 0.1em,rgba(232,224,203,1) 0,rgba(246,89,115,0) 0.3em,rgba(246,89,115,0) 0.4em),
            -webkit-radial-gradient(center center,0.7em 0.1em,rgba(232,224,203,1) 0,rgba(246,89,115,0) 0.6em,rgba(246,89,115,0) 0.7em),
            -webkit-radial-gradient(center center,7.1em 0.1em,rgba(232,224,203,1) 0,rgba(246,89,115,0) 7em,rgba(246,89,115,0) 7.1em);
	background-image: 
	radial-gradient(2.4em 0.3em at center center, rgba(232, 224, 203, 1), rgba(246, 89, 115, 0)), 
	radial-gradient(1.4em 0.1em at center center, rgba(232, 224, 203, 1), rgba(246, 89, 115, 0)), 
	radial-gradient(1.7em 0.4em at center center, rgba(232, 224, 203, 1), rgba(246, 89, 115, 0)), 
	radial-gradient(12.1em 0.1em at center center, rgba(232, 224, 203, 1), rgba(246, 89, 115, 0));
}

span.underline_3 {
    background-repeat: repeat-x;
	background-size: 1.6em 0.6em, 1.6em 0.2em, 4.1em 0.3em, 3.2em 0.3em;
    background-position: right bottom;

    background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(246,89,115,0)), color-stop(0.1, rgba(246,89,115,0.02)), color-stop(0.5, rgba(161,161,161,1)), color-stop(0.98, rgba(246,89,115,0)), to(rgba(246,89,115,0)) );
    background-image:
            -webkit-radial-gradient(center center,0.2em 0.1em,rgba(161,161,161,1) 0,rgba(246,89,115,0) 0.1em,rgba(246,89,115,0) 0.2em),
            -webkit-radial-gradient(center center,0.4em 0.1em,rgba(161,161,161,1) 0,rgba(246,89,115,0) 0.3em,rgba(246,89,115,0) 0.4em),
            -webkit-radial-gradient(center center,0.7em 0.1em,rgba(161,161,161,1) 0,rgba(246,89,115,0) 0.6em,rgba(246,89,115,0) 0.7em),
            -webkit-radial-gradient(center center,7.1em 0.1em,rgba(161,161,161,1) 0,rgba(246,89,115,0) 7em,rgba(246,89,115,0) 7.1em);
    background-image:
            radial-gradient(2.4em 0.3em at center center,rgba(161,161,161,1),rgba(246,89,115,0)),
            radial-gradient(1.4em 0.1em at center center,rgba(161,161,161,1),rgba(246,89,115,0)),
            radial-gradient(1.7em 0.4em at center center,rgba(161,161,161,1),rgba(246,89,115,0)),
            radial-gradient(12.1em 0.1em at center center,rgba(161,161,161,1),rgba(246,89,115,0));
}

.fadein_right_nd {
    opacity : 0;
    transform : translateX(50px);
    transition : all 2s;
}

.fadein_right_nd.scrollin {
    opacity : 1;
    transform : translateX(0);
}

.fadein_left {
    opacity : 0;
    transform : translateX(-50px);
    transition : all 2s;
}

.fadein_left.scrollin {
    opacity : 1;
    transform : translateX(0);
}

@media (max-width: 767px) {
	.design_txt {
		font-size: 26px;
	}
	
	.sec_img{
		max-width: 60%;
		max-height: 70px;
	}
	
	.item_3col{
		gap: 10px;
		font-size: 12px;
		margin:40px auto;
	}
}</pre></body></html>