
/* ===================================================

File name: common.css
Description: 全ページ
Applied pages: 全ページ
Date:
Copyright:

=====================================================*/
@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
	font-size: 16px !important;
    font-size: 1.6em !important;
	color: #000000;
    line-height: 2 !important;
	letter-spacing: 0.16em !important;
	font-weight: 400 !important;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
}
body.is_fixed .nav_fix {
    background: #fff;
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 100%;
    z-index: 99;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.contents_inner{
	max-width: 1280px;
    width: 95%;
	margin: 0 auto;
}
.contents_inner_small {
    max-width: 1140px;
    width: 95%;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
    color: #000000;
	text-decoration:none;
    cursor: pointer;
    transition: all 0.5s;
}
a:hover {
    opacity: 0.6;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
.left{
	float: left;
}
.right{
	float: right;
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1140px) {
}
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
	body {
		font-size: 14px !important;
		font-size: 1.4em !important;
		line-height: 1.6em !important;
		font-weight: normal;
		letter-spacing: 0.05rem !important;
	}
    .pc{
		display:none;
	}
	.sp{
		display:block;
	}
}
@media(min-width: 640px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

	header

-----------------------------------*/
#header .contents_inner {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    height: 100px;
}
#header h1 {
    max-width: 250px;
    -ms-flex-item-align: center;
	align-self: center;
}
#header h1 a {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#header nav {
    -ms-flex-item-align: center;
	align-self: center;
}
#header nav ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

#header nav ul li:first-child,
#header nav ul li:nth-child(2){
    border-right: 1px solid #d2d2d2;
	 padding: 0 30px;
}
#header nav ul li a {
    font-weight: 700;
}

#header nav li ul li:last-child{
	border-bottom:none;
}
#header nav ul li.login,
#header nav ul li.mypage,
#header nav ul li.contact{
	padding-left: 30px;
}
#header nav ul li.login a, #header nav ul li.mypage a,#header nav ul li.login a, #header nav ul li.contact a {
    position: relative;
    padding-right: 23px;
}
#header nav ul li.login a::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://image.raku-uru.jp/01/19505/30/header_icon_login_1634711597607.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#header nav ul li.mypage a::after {
    content: "";
    width: 15px;
    height: 18px;
    background: url(https://image.raku-uru.jp/01/19505/29/header_icon_mypage_1634711597435.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#header nav ul li.contact a::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(https://image.raku-uru.jp/01/19505/427/header_icon_contact_1684198670079.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#header .sp_menu{
    display: none;
}
@media screen and (max-width: 1200px) {
	#header h1 {
        width: 167px;
    }
}
@media screen and (max-width: 1020px) {
	#header nav ul li a {
        font-size: 13px;
    }
	 #header nav ul li:first-child, #header nav ul li:nth-child(2) {
        padding: 0 20px;
    }
	#header nav ul li.login, #header nav ul li.mypage, #header nav ul li.contact {
    padding-left: 20px;
}
	
}
@media screen and (max-width: 840px) {
    #header .contents_inner{
        height: 70px;
    }
    #header nav ul li.login a::after {
        width: 16px;
        height: 16px;
    }
    #header nav ul li.mypage a::after {
        width: 13px;
        height: 16px;
    }
	#header nav ul li.login a, #header nav ul li.mypage a {
		padding-right: 13px;
	}

    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
    }
    #header h1 {
        width: 125px;
    }
    #header nav {
        display: none;
    }
    #header .sp_menu {
        display: block;
        width: 30px;
        -ms-flex-item-align: center;
    	align-self: center;
		cursor: pointer;
    }
    #header .sp_menu p{
    }
    .menu_btn_wrap {
		width: 60px;
		height: 70px;
		cursor:pointer;
		background: #fff;
		position: absolute;
		top: -15px;
		right: 0;
		z-index: 999;
	}
	.menu_btn {
		width: 30px;
		height: 25px;
		display: block;
		position: absolute;
		top: 16px;
		right: 14px;
		background: #000;
		border-top: 12px solid #fff;
		border-bottom: 10px solid #fff;
		box-sizing: border-box;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index:999;
	}
	.menu_btn:before {
		content:'';
		position:absolute;
		width: 30px;
		height: 3px;
		background: #000;
		top:-9px;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.menu_btn:after {
		content:'';
		position:absolute;
		width: 30px;
		height: 3px;
		background: #000;
		bottom:-9px;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.menu_btn.active {
		background:#fff;
	}
	.menu_btn.active:before{
		-moz-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top:0;
		right:0;
	}
	.menu_btn.active:after {
		-moz-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom:0;
		right:0;
	}
}
/*-----------------------------------

	accordion

-----------------------------------*/
/*#header nav .has_dropdown:first-child {
	padding: 0 50px;
}*/
#header nav .has_dropdown {
  position: relative;
}
#header nav .has_dropdown p {
	display: inline-block;
    font-weight: 700;
	cursor: pointer;
}
#header nav .has_dropdown ul{
	 width: 175px;
	 flex-flow: column;
     text-align: center;
}
#header nav .has_dropdown .f_menu ul {
	 width: 175px;
}
#header nav .has_dropdown ul li:first-child,
#header nav .has_dropdown ul li:nth-child(2){
    border-right: none;
}
#header nav .has_dropdown ul li {
    border-bottom: 1px solid #fff;
    padding: 10px;
}
#header nav .has_dropdown ul li a {
	letter-spacing: 0.01rem;
}
#header nav .has_dropdown .dropdown_menu {
    display: none;
    position: absolute;
    z-index: 9999;
    /*transform: translateX(calc(-50% + 55px));*/
	background: #efefef;
	top: 65px;
	right: 0;
}
#header nav .has_dropdown .dropdown_menu.active {
  display: block;
} 
@media screen and (max-width: 1020px) { 
	#header nav .has_dropdown:first-child {
		padding: 0 10px;
	}
	#header nav .has_dropdown p {
		font-size: 13px;
	}
	#header nav .has_dropdown ul{
		 width: 85px;
	}
	#header nav .has_dropdown .f_menu ul {
		 width: 115px;
	}
}
@media screen and (max-width: 840px) { 
	#header nav .has_dropdown .dropdown_menu {
		top: 50px;
	}
	#header nav .has_dropdown ul li a {
		font-size: 10px;
	}
	
}
/*-----------------------------------

	nav

-----------------------------------*/
#nav_sp{
	display:none;
}
@media screen and (max-width: 1020px) {
	#nav_pc{
		display:none;
	}
	#nav_sp{
		width: 100%;
		height: calc(100% - 70px);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		background: #fff;
		position: fixed;
		top:70px;
		right: -100%;
		padding: 20px 2.5% 0;
		display:inline-block;
		z-index: 999;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
        box-shadow: 0px 15px 20px -15px rgba(230,230,230,1.0) inset;
	}
	#nav_sp a{
		color:#000;
	}
	#nav_sp.toggle{
		right: 0 !important;
	}
	#nav_sp_menu li{
		border-bottom: solid 1px #000;
	}
	#nav_sp_menu li a, #nav_sp_menu li .nav-l1{
		font-size: 18px;
		display:block;
		padding: 20px 0 20px 20px;
		position: relative;
        color: #000;
	}
    #nav_sp_menu li a::before,
    #nav_sp_menu li .nav-l1::before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 4px;
        border-color: transparent transparent transparent #000000;
    }
    #nav_sp_menu li.login a, #nav_sp_menu li.mypage a {
        padding-left: 30px;
    }
    #nav_sp_menu li.login a::before{
        border: none;
        content: "";
        width: 18px;
        height: 18px;
        background: url(https://image.raku-uru.jp/01/19505/30/header_icon_login_1634711597607.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    #nav_sp_menu li.mypage a::before{
        border: none;
        content: "";
        width: 15px;
        height: 18px;
        background: url(https://image.raku-uru.jp/01/19505/29/header_icon_mypage_1634711597435.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 4px;
        margin: auto;
    }
    #nav_sp_menu li .nav-l1::after{
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        position: absolute;
        right: 0;
	}
    #nav_sp_menu li.open .nav-l1::after{
        content: "\f068";
	}
    #nav_sp_menu .nav-l2{
        display: none;
    }
    #nav_sp_menu .nav-l2 li{
        border: none;
    }
    #nav_sp_menu .nav-l2 li a{
        font-size: 16px;
        padding: 10px 0 10px 30px;
    }
    #nav_sp_menu .nav-l2 li a::before{
        content: "";
        border: none;
    }
	#nav_sp_menu li ul li:last-child{
		border-bottom:none;
	}
    #nav_sp a.contact{
        display: block;
        background: #005e3c;
        border-radius: 3px;
        margin: 20px 0;
        text-align: center;
        padding: 25px 0;
        font-size: 18px;
        letter-spacing: 0.1em;
        color: #fff;
        box-shadow: 0px 4px 0px 0px #1c0019;
    }
    #nav_sp a.contact::before{
        font-family: "Font Awesome 5 Free";
        content: "\f0e0";
        font-weight: 700;
        margin-right: 5px;
        color: #fff;
    }
}

/*-----------------------------------

	contents

-----------------------------------*/
#contents {
}
@media screen and (max-width: 640px) {
    #contents {
        margin-top: 70px;
    }
}
/*-----------------------------------

	fixed_navi

-----------------------------------*/
.fixed_navi {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 10;
	text-align: center;
}
.fixed_navi img:hover{
	opacity: 0.8;
}
@media screen and (max-width: 640px) {
	.fixed_navi {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		background: #00a26a;
	}
}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop{
    position: fixed;
    right: 48px;
    bottom: 100px;
    cursor: pointer;
    z-index: 999;
    width: 80px;
    height: 80px;
    background: #005e3c;
    border-radius: 50%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 40px;
}
#pagetop:after{
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
}
#pagetop:hover:before{
    background: #005e3c;
}
#pagetop_sp{
	display:none;
}
@media screen and (max-width: 640px) {
	#pagetop{
		display:none !important;
	}
	#pagetop_sp{
		height: 50px;
		background:#005e3c;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		cursor: pointer;
		display:block;
		box-sizing:border-box;
        text-align: center;
        color: #fff;
        line-height: 50px;
		width: 80%;
		margin: 0 auto 20px;
		border-radius: 50px;
	}
	#pagetop_sp:hover{
		background:#000;
	}
	#pagetop_sp:after{
        content: "";
        width: 15px;
        height: 15px;
        border: 2px solid;
        border-color: #fff #fff transparent transparent;
        transform: rotate(-45deg);
        display: inline-block;
        margin: 20px auto auto 20px;
        vertical-align: top;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
	}
}
/*-----------------------------------

	footer

-----------------------------------*/
#footer {
    background: #2d2b2b;
    color: #fff;
    padding: 80px 0 40px;
}
#footer .contents_inner{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-bottom: 60px;
}
#footer .footer_menu {
    width: 22%;
    line-height: 2.28;
}
#footer .footer_menu ul li a {
    font-size: 14px;
    color: #fff;
}
#footer .footer_box {
    width: 36%;
    font-size: 14px;
}
#footer .footer_box .ttl {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
#footer .footer_box dl dt {
    font-weight: 700;
}
#footer .footer_box dl dd:not(:last-child) {
    margin-bottom: 20px;
}
#footer .footer_box dl dd img {
    max-width: 400px;
    width: 100%;
    margin-top: 20px;
}
#footer .footer_box p {
    margin-bottom: 20px;
}
#footer .copyright{
    font-size: 12px;
    text-align: center;
}
@media only screen and (max-width: 1140px) {
    #footer .contents_inner{
        -ms-flex-wrap: wrap;
      	flex-wrap: wrap;
    }
    #footer .footer_menu {
        width: 100%;
        margin-bottom: 60px;
    }
    #footer .footer_menu ul {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    #footer .footer_menu ul li:not(:last-child) {
        margin-right: 20px;
    }
    #footer .footer_menu ul li a {
        letter-spacing: 0;
    }
    #footer .footer_box {
        width: 48%;
    }
}
@media only screen and (max-width: 840px) {
    #footer .footer_menu ul li:not(:last-child) {
        margin-right: 15px;
    }
    #footer .footer_menu ul li a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 640px) {
    #footer {
        padding: 40px 0 80px;
    }
    #footer .contents_inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }
	#footer .footer_menu {
        width: 90%;
        margin: 0 auto;
    }
    /*#footer .footer_menu {
        margin: 0 calc(50% - 50vw) 30px;
        width: 100vw;
    }*/
    #footer .footer_menu ul {
        -ms-flex-wrap: wrap;
      	flex-wrap: wrap;
    }
    #footer .footer_menu ul li {
        width: 100%;
    }
    #footer .footer_menu ul li:not(:last-child) {
        margin-right: 0;
    }
    #footer .footer_menu ul li a {
        display: inline-block;
        letter-spacing: 0;
        font-size: 12px;
		text-decoration: underline;
		position: relative;
		padding-left: 15px;
    }
	#footer .footer_menu ul li a:before {
		content: "";
		position: absolute;
		top: 10px;
		left: 0;
		width: 5px;
		height: 5px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate( 45deg );
		transform: rotate( 45deg );
	}
    #footer .footer_box {
        width: 100%;
		margin-bottom: 30px;
    }
    #footer .footer_box:last-child {
        margin-top: 30px;
    }
    #footer .copyright{
        padding: 20px 0;
    }
}

/*-----------------------------------

	nav_btn

-----------------------------------*/
.nav_btn {
	width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
	transform: translateY(100%);
  	transition: .3s;
}
.nav_btn.active{
  	transform: translate(0);
}
.nav_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
	background: #2d2b2b;
}
.nav_btn ul li {
    width: 30%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
	position: relative;
}
.nav_btn ul li:not(:last-child):before {
    content: "";
    background: #fff;
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
}
.nav_btn ul a {
	color: #fff;
    display: block;
    font-size: 13px;
	font-weight: 100;
    text-align: center;
}
.nav_btn ul li img {
    width: 23px;
    height: 16px;
    margin: 10px auto;
    display: block;
    object-fit: contain;
}

/*-----------------------------------

	overlay

-----------------------------------*/
.overlay {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(176,136,56,.9);
}

.modal-open {
	/*
	overflow: hidden;
	*/
}

.modal-open .overlay {
	display: block;
	background-color: rgba(0,0,0,.8);
}
@media only screen and (max-width: 600px) {
	.nav-open {
		overflow: hidden;
	}
	.nav-open .overlay {
		display: block;
	}
}

/* modal */
.modal {
	position: absolute;
	z-index: 999999;
	top: 50%;
	left: 50%;
	display: none;
	margin-top: -200px;
	margin-left: -320px;
	/* padding: 6px;
	background-color: #e7dbc3; */
}

.modal-open .modal {
	display: block;
}

.modal-inner {
	position: relative;
	width: 100%;
	height: auto;
}

.modal-img {
	max-width: 648px;
	max-height: 648px;
}

.modal-img img {
	display: block;
	max-width: 648px;
	max-height: 648px;
	width: auto;
	height: auto;
}

.modal-close {
	position: absolute;
	top: -20px;
	right: -20px;
}

.modal-close a {
	display: block;
	width: 52px;
	height: 52px;
	background-image: url(https://image.raku-uru.jp/01/11328/91/btn_close_1599639372456.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.modal {
		position: absolute;
		z-index: 999999;
		top: 50%;
		left: 50%;
		display: none;
		margin-top: -110px;
		margin-left: -150px;
		padding: 5px;
	}
	.modal-open .modal {
		display: block;
	}
	.modal-inner {
		position: relative;
		width: 100%;
		height: auto;
	}
	.modal-img {
		max-width: 280px;
		max-height: 280px;
	}
	.modal-img img {
		max-width: 100%;
		max-height: 100%;
		/* width: auto;
		height: auto; */
	}
	.modal-close {
		position: absolute;
		top: -20px;
		right: -20px;
	}
	.modal-close a {
		display: block;
		width: 37px;
		height: 37px;
	}
}

/*-----------------------------------

	ttl main-article

-----------------------------------*/
.ttl {
  margin-bottom: 30px;
  text-align: center;
}
.main-article {
	max-width: 1140px;
	width: 95%;
    margin: 90px auto;
    font-size: 16px;
    line-height: 1.6;
}
/*-----------------------------------

	privacy-policy

-----------------------------------*/
/*.privacy-policy{
  padding: 50px 0;
}*/

/* 基本table
--------------------------------------*/
table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}

table table {
  width: 100%;
}

th, td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  margin: 0 0 -1px 0;
  vertical-align: middle;
  padding:5px;
}

table tr:last-child td:last-child {
  margin-bottom:0;
}

th {
  background: #f6f6f7;
}

/* ご利用ガイド用スタイル */
table.about-tbl {
  margin: 24px auto;
  width: 100%;
}
table.about-tbl th, table.about-tbl td {
  padding: 10px;
}
table.about-tbl a {
  text-decoration: underline;
}

table.shipment-tbl {
  margin-bottom: 30px;
}
table.shipment-tbl table {
  margin-bottom: 15px;
}
table.shipment-tbl th, table.shipment-tbl td {
  font-size: 14px;
}
table.shipment-tbl td {
  padding: 5px 10px;
}
table.shipment-tbl thead th,
table.shipment-tbl thead td {
  text-align: center;
  font-weight: bold;
}
.shipment-tbl-normal-shippoint-point span {
  display: inline-block;
}
.shipment-tbl-tkbsize-defined {
  margin-top: 30px;
}
.shipment-tbl-tkbsize-defined thead td {
  background: #f6f6f7;
}
.shipment-tbl-tkbsize-defined tbody tr td:last-child {
  border-bottom-width: 2px;
}
.shipment-tbl-eidome a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
  table.shipment-tbl th {
    max-width:22em;
  }
  table.shipment-tbl table th {
    max-width: 10em;
  }
  .shipment-tbl-tkbsize-defined tbody tr td:last-child {
    border-width: 1px;
  }
}
/*-----------------------------------

	buy

-----------------------------------*/
#buy {

}
#buy p{
	font-size: 16px;
	font-weight: 100;
    line-height: 1.7em;
	margin-bottom:10px;
	letter-spacing: 0.01rem;
}
#buy .box_inner {
	margin-bottom:60px;
}
#buy h3 {
	display: block;
	font-size: 24px;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 30px;
}
#buy .conte {
    margin-top: 30px;
    background: #f9f9f9;
    padding: 30px;
}
#buy .conte .left,
#buy .conte .right{
	width:48%;
}

#buy h4 {
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 15px;
}
#buy .btn_box {
	overflow:hidden;
}
#buy .link_btn {
    font-size: 17px;
    font-weight: normal;
    line-height: 44px;
    position: relative;
    display: block;
    width: 80%;
    height: 44px;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    background-color: #005e3c;
    color: #fff;
    margin: 20px auto 0;
}
#buy .link_btn span {
	position:relative;
}
/*.login::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/header_icon_login.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	color:#fff !important;
}
.mypage::after {
    content: "";
    width: 15px;
    height: 18px;
    background: url(../img/header_icon_mypage.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	color:#fff !important;
}*/
#buy .link_btn::before {
    display: block;
    content: "\e90b";
    font-family: "icomoon";
    font-size: 16px;
    position: absolute;
    right: 10px;
}

#buy .buy_img01 {
    max-width: 400px;
    width: 100%;
}
#buy .buy_img02 {
    max-width: 400px;
    width: 100%;
	border:1px solid #ccc;
}
@media screen and (max-width: 640px) {

	#buy p{
	font-size: 14px;
	}
	#buy h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#buy h4 {
    font-size: 17px;
	}
	#buy .conte .left {
		float:none !important;
		width: 100%;
	}
	#buy .conte .right {
		float:none !important;
		width: 100%;
		margin-top:20px;
	}

}

/* sort */
#sort {
	width: 100%;
	text-align:right;
	margin-top:90px;
}
#sort .sort_label {
    font-size: 14px;
    display: inline-block;
}
#sort ul {
    font-size: 0;
    display: inline-block;
}
#sort li{
	font-size: 14px;
    display: inline-block;
	position:relative;
	margin-left: 10px;
    padding-left: 10px;
}
#sort li:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    content: '';
    background-color: #000;
}
#sort li:first-child:after {
    content:none;
}
#sort li a{
	color:#000;
}
#sort li a:hover{
	opacity: 0.8;
}
#sort::-webkit-scrollbar {
	height: 5px;
}
#sort::-webkit-scrollbar-track {
	background-color: #FFF;
}
#sort::-webkit-scrollbar-thumb {
	background-color: rgba( 238, 238, 238, 0.8);
}

@media screen and (max-width: 840px) {

	#sort {
		margin-top: 30px;
	}

}
.item-footer {
	margin:0 !important;
	padding-top:60px;
}
.wysiwyg-data {
    padding: 0 !important;
}
.title1 {
    font-size: 32px !important;
    line-height: 1;
    margin-bottom: 60px;
    font-weight: 400 !important;
	text-align:center !important;
}
.title1 span {
    font-size: 12px;
    font-weight: 700;
    color: #6b6b6b;
    margin-top: 15px;
    display: block;
}
#detail .contents_inner_detail {
	width:1000px;
	max-width:100%;
	margin:0 auto;
	overflow:hidden;
}
#detail h3 {
	font-size:21px;
	font-weight:bold;
	line-height:150%;
	letter-spacing:0.1rem;
	margin:0 0 40px 0;
	text-align: center;
}
#detail p {
	font-size:16px;
	line-height:2;
	margin:0;
}
#detail .detail_sub {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
#detail .detail_inner {
	margin-bottom:70px;
	/*width:48%;*/
}
#detail .img_box {
	position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 66.6666%;
	margin-top:30px;
}
#detail .img_box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
}

@media screen and (max-width: 640px) {

	.title1 {
    	font-size: 26px !important;
	}
	.title1 span {
		font-size: 10px;
		margin-top: 10px;
	}
	#detail h3 {
		font-size:18px;
	}
	#detail .detail_inner {
		margin-bottom:40px;
	}
	#detail p {
		font-size:15px;
	}
}
/*-----------------------------------

	intro

-----------------------------------*/
#intro {
    padding: 0;
}
#intro .intro_Fbox {
    text-align: center;
}
#intro .intro_Fbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    width: 790px;
	max-width: 100%;
    margin: 70px auto;
}
#intro .intro_Fbox ul li{
	width: 32%;
}
#intro .intro_Fbox h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 400;
}
#intro .intro_Fbox p {
    font-size: 18px;
}
#intro .intro_Fbox a {
    display: block;
    text-align: center;
    margin: 40px auto 0;
	color: #fff;
	background: #005e3c;
    width: 500px;
	max-width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
}
#intro .intro_box {
	padding-top: 150px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
#intro .intro_box .textArea {
    max-width: 470px;
    padding: 0 75px 0 60px;
    position: relative;
}
#intro h3 {
    display: block;
    width: 100px;
    height: 100px;
    background: url(https://image.raku-uru.jp/01/19505/18/intro_ttl_bg_1634711593983.png) no-repeat center center;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#intro .intro_box .textArea span {
    font-size: 12px;
    color: #6b6b6b;
}
#intro .intro_box .imageArea {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    width: 70vw;
}
#intro .intro_box .textArea p {
    font-size: 18px;
}
#intro .intro_box:nth-child(2) {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	margin-bottom: 150px;
}
#intro .intro_box:nth-child(2) .textArea {
    padding: 0 60px 0 75px;
}
#intro .intro_box:nth-child(2) .textArea .ttl {
    left: auto;
    right: 0;
}
#intro .intro_box:nth-child(1) .textArea ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin-top: 50px;
}
#intro .intro_box:nth-child(1) .textArea ul li {
    width: 148px;
}
#intro .intro_box:nth-child(1) .textArea ul li:first-child {
    margin-right: 30px;
}
#intro .intro_box:nth-child(2) .imageArea {
    margin-right: auto;
    margin-left: calc(50% - 50vw);
}
/**/
#intro01 {
	padding-bottom: 60px;
}
#intro01 .image {
	background: url(https://image.raku-uru.jp/01/19505/322/img02_1645062910908.jpg) no-repeat center;
	background-size: cover;
	height: 0;
    padding-top: 24.2857%;
	position: relative;
}
#intro01 .image p {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
    transform: translateY(-50%);
    font-size: 40px;
	line-height: 1.6;
    text-shadow: 0px 0px 5px #181818;
}
#intro .point_block h2{
	font-size: 32px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 400;
	text-align: center;
}
#intro .point_block ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 70px auto 0;
}
#intro .point_block ul li {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	    align-items: center;
	gap:40px;
	margin-bottom: 50px;
}
#intro .point_block ul li p{
	    width: 50%;
	font-size: 18px;
	/*width: 80%;
	padding-left: 30px;*/
}
#intro .point_block ul li img {
	width: 33%;
	margin: 0 auto;
}
#intro02 .intro_Fbox {
	background: #f7f7f7;
	padding: 90px 20px;
	margin: 0 calc(50% - 50vw);
}
/*image*/
#intro02 .image {
    width: 100%;
	height: 0;
    padding-top: 15.2857%;
    background: url(https://image.raku-uru.jp/01/19505/19/intro_img05_1634711594237.jpg) no-repeat center;
    background-size: cover;
	position: relative;
}
#intro02 .image p {
	 color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
    transform: translateY(-50%);
    font-size: 40px;
	line-height: 1.6;
    text-shadow: 0px 0px 5px #181818;
}
@media screen and (max-width: 1300px) {
	#intro .intro_Fbox h2 {
    font-size: 29px;
	}
	#intro01 .image p,
	#intro02 .image p{
    font-size: 29px;
	}
}

@media screen and (max-width: 1140px) {
  #intro01 .image p,
	#intro02 .image p{
    font-size: 20px;
	}
    #intro .intro_box .textArea {
        max-width: 380px;
        padding: 0 40px 0 40px;
    }
    #intro .intro_box:nth-child(2) .textArea{
        padding: 0 40px 0 40px;
    }
    #intro .intro_box:nth-child(2) .textArea ul {
        margin-top: 30px;
    }
    #intro .intro_box:nth-child(2) .textArea ul li {
        width: 48%;
    }
    #intro .intro_box:nth-child(2) .textArea ul li:first-child {
        margin-right: 4%;
    }
    #intro .intro_box .imageArea img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
	#intro .point_block ul li p {
	width: calc(100% - 160px);
	}
	#intro .point_block ul li img {
		width: 100%;
		padding-top: 15px;
}
}
@media screen and (max-width: 840px) {
    #intro .intro_Fbox h2 {
        font-size: 28px;
    }
    #intro .intro_box {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
        padding-top: 80px;
    }
    #intro .intro_box .textArea {
		max-width: 100%;
        width: 100%;
        padding: 0 50px;
        margin-bottom: 30px;
    }
    #intro .intro_box .imageArea {
        margin-right: auto;
        width: 100%;
    }
    #intro .intro_box .imageArea img {
        height: auto;
    }
    #intro .intro_box:nth-child(2) {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
		margin-bottom:60px;
    }
    #intro .intro_box:nth-child(2) .textArea{
        padding: 0 50px;
        -ms-flex-wrap: wrap;
      	flex-wrap: wrap;
    }
    #intro .intro_box:nth-child(2) .textArea ul {
        max-width: 300px;
        width: 100%;
        margin: 10px auto 0;
    }
    #intro .intro_box:nth-child(2) .imageArea {
        margin-left: auto;
    }
	#intro .point_block h2 {
		font-size: 28px;
	}
	
}
@media screen and (max-width: 640px) {
  
	#intro .intro_Fbox p {
    font-size: 15px;
}
    #intro .intro_Fbox h2 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.6;
    }
	#intro .intro_Fbox ul {
		margin: 40px auto;
	}
    #intro .intro_box {
       padding-top: 60px;
    }
    #intro .intro_box .textArea {
        padding: 0;
    }
	#intro .intro_box .textArea p {
    font-size: 15px;
}
    #intro .intro_box .textArea .ttl {
        -ms-flex-item-align: center;
    	align-self: center;
        margin-right: 10px;
    }
    #intro .intro_box .textArea .ttl h3 {
        width: 130px;
        height: 130px;
        font-size: 18px;
    }
    #intro .intro_box .textArea .text {
        line-height: 1.8;
    }
    #intro .intro_box:nth-child(2) .textArea{
        padding: 0;
    }

    #intro .intro_box:nth-child(2) .textArea .text{
    }
	/**/
	#intro01 {
		padding-bottom: 40px;
	}
	/*#intro .point_block ul li p {
		width: 75%;
	}*/
	#intro .point_block h2 {
		font-size: 24px;
		margin-bottom: 20px;
    	line-height: 1.6;
	}
	#intro .point_block ul {
		margin: 0 auto;
	}
	#intro .point_block ul li {
		gap:10px;
	}
	#intro .point_block ul li p {
    width: calc(100% - 110px);
    font-size: 15px;
}
	#intro h3 {
		width: 80px;
		height: 80px;
	}
	#intro02 .intro_Fbox {
		padding: 40px 20px;
	}
	
	/*image*/
    #intro .image {
        padding-top: 35%;
    }
}
@media screen and (max-width: 480px) {
	#intro .point_block ul li p{
		width: 75%;
		padding-left: 2%;
	}
}
@media screen and (max-width: 340px) {
	#intro .point_block ul li p{
		width: 70%;
	}
}
/*-----------------------------------

	fr3

-----------------------------------*/
#fr3 {
    padding: 0;
}
#fr3 .intro_Fbox {
    margin-bottom: 95px;
    text-align: center;
}
#fr3 .intro_Fbox h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: 400;
}
#fr3 .intro_Fbox p {
	font-size: 18px;
}
#fr3 .intro_Fbox a {
    display: block;
    text-align: center;
    margin: 40px auto 0;
    width: 500px;
	max-width: 80%;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
	background: #005e3c;
    color: #fff;
}
#fr3 .intro_box {
    margin-bottom: 150px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
#fr3 .intro_box .textArea {
    max-width: 470px;
    padding: 190px 75px 0 60px;
    position: relative;
}
#fr3 .intro_box .textArea .ttl {
    position: absolute;
    top: -40px;
    left: 0;
    display:  block;
}
#fr3 .intro_box .textArea .ttl h3 {
    display: block;
    width: 190px;
    height: 190px;
    background: url(https://image.raku-uru.jp/01/19505/18/intro_ttl_bg_1634711593983.png) no-repeat center center;
    border-radius: 50%;
    overflow: hidden;
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    color: #fff;
    font-size: 24px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#fr3 .intro_box .textArea span {
    font-size: 12px;
    color: #6b6b6b;
}
#fr3 .intro_box .textArea p {
    font-size: 18px;
}
#fr3 .intro_box .imageArea {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    width: 70vw;
}
#fr3 .intro_box:nth-child(3) {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	margin-bottom: 80px;
}
#fr3 .intro_box:nth-child(3) .textArea {
    padding: 190px 60px 0 75px;
}
#fr3 .intro_box:nth-child(3) .textArea .ttl {
    left: auto;
    right: 0;
}
#fr3 .intro_box:nth-child(3) .textArea ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    margin-top: 50px;
}
#fr3 .intro_box:nth-child(3) .textArea ul li {
    width: 148px;
}
#fr3 .intro_box:nth-child(3) .textArea ul li:first-child {
    margin-right: 30px;
}
#fr3 .intro_box:nth-child(3) .imageArea {
    margin-right: auto;
    margin-left: calc(50% - 50vw);
}

#fr3 .intro_Fbox {
	background: #f7f7f7;
	padding: 90px 20px;
	margin: 0 calc(50% - 50vw);
}
#fr3 .intro_box {
    margin-bottom: 30px;
    margin-top: 100px;
}
#fr3 .intro_box:nth-child(4){
	-webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#fr3 .txt_box {
    margin: 60px auto 90px;
}
#fr3 .conte_area {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-bottom: 20px;
    border-bottom: 2px dotted #f7f7f7;
    padding: 0 0 20px 0;
}
#fr3 .conte:first-child {
	width: 25%;
}
#fr3 .conte:last-child {
	width: 70%;
}
#fr3 .txt_box .conte p {
	border-bottom: none;
	margin-bottom: 0;
	padding: 0;
}
#fr3 .dot {
	position: relative;
	padding-left: 20px !important;
	margin: 0 !important;
	border: none !important;
}
#fr3 .dot:before {
	content: "";
	position: absolute;
	background: #000;
	left: 0;
	top:0;
	border-radius: 50%;
	width: 2px;
	height: 2px;
}
#fr3 .txt_box a{
	pointer-events:all;
	padding-left: 10px;
}
#fr3 .txt_box .ttl {
    font-size: 17px;
	letter-spacing: 0.16rem;
    margin-bottom: 5px;
    padding: 0;
    border-bottom: none;
	text-align: left;
}
#fr3 .txt_box p {
	font-size: 17px;
	letter-spacing: 0.1rem;
    margin-bottom: 20px;
    border-bottom: 2px dotted #f7f7f7;
    padding: 0 0 20px 0;
}
#fr3 .intro_box:nth-child(4) .imageArea {
    margin-right: auto;
    margin-left: calc(50% - 50vw);
}
#fr3 .intro_box:nth-child(4) .textArea ul li:first-child {
    margin-right: 30px;
}
#fr3 .intro_box:nth-child(4) .textArea {
    padding: 190px 60px 0 75px;
}
#fr3 .intro_box:nth-child(4) .textArea .ttl {
    left: auto;
    right: 0;
}

@media screen and (max-width: 1140px) {
    #fr3 .intro_box {
        margin-bottom: 100px;
    }
    #fr3 .intro_box .textArea {
        max-width: 380px;
        padding: 170px 40px 0 40px;
        position: relative;
    }
    #fr3 .intro_box:nth-child(3) .textArea,
	#fr3 .intro_box:nth-child(4) .textArea{
        padding: 170px 40px 0 40px;
    }
    #fr3 .intro_box:nth-child(3) .textArea ul {
        margin-top: 30px;
    }
    #fr3 .intro_box:nth-child(3) .textArea ul li {
        width: 48%;
    }
    #fr3 .intro_box:nth-child(3) .textArea ul li:first-child {
        margin-right: 4%;
    }
    #fr3 .intro_box .imageArea img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}
@media screen and (max-width: 840px) {
	#fr3 .txt_box p {
	font-size: 15px;
	}
	#fr3 .intro_Fbox p {
    font-size: 15px;
}
	#fr3 .intro_box .textArea p{
    font-size: 15px;
	}
    #fr3 .intro_Fbox h2 {
        font-size: 28px;
    }
   	#fr3 .intro_box {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
        margin-bottom: 80px;
    }
    #fr3 .intro_box .textArea {
        max-width: none;
        width: 100%;
        padding: 0 50px;
        margin-bottom: 30px;
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
    }
    #fr3 .intro_box .textArea .ttl {
        position: static;
        display: block;
        margin-right: 20px;
    }
    #fr3 .intro_box .textArea .ttl h3 {
        width: 160px;
        height: 160px;
        font-size: 20px;

    }
   #fr3 .intro_box .textArea .text {
        width: calc(100% - 160px);
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
        -webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    #fr3 .intro_box .imageArea {
        margin-right: auto;
        width: 100%;
    }
    #fr3 .intro_box .imageArea img {
        height: auto;
    }
    #fr3 .intro_box:nth-child(3),
	#fr3 .intro_box:nth-child(4) {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
		margin-bottom: 60px;
    }
    #fr3 .intro_box:nth-child(3) .textArea,
	#fr3 .intro_box:nth-child(4) .textArea{
        padding: 0 50px;
        -ms-flex-wrap: wrap;
      	flex-wrap: wrap;
    }
    #fr3 .intro_box:nth-child(3) .textArea .text,
	#fr3 .intro_box:nth-child(4) .textArea .text{
        width: calc(100% - 180px);
    }
   	#fr3 .intro_box:nth-child(3) .textArea ul {
        max-width: 300px;
        width: 100%;
        margin: 10px auto 0;
    }
    #fr3 .intro_box:nth-child(3) .imageArea {
        margin-left: auto;
    }
	#fr3 .intro_box:nth-child(4) .imageArea {
		margin: 0 auto;
	}
	/*fr3*/
	#fr3 {
		margin-bottom: 40px;
	}
	#fr3 .intro_Fbox {
		padding: 60px 20px;
	}
	#fr3 .intro_box {
		margin-top: 60px;
		margin-bottom: 40px !important;
	}
	#fr3 .intro_box:nth-child(4) {
		margin-bottom: 40px;
	}
	#fr3 .txt_box {
		margin: 30px auto 0;
	}
	#fr3 .conte:first-child {
		width: 100%;
		margin-bottom: 20px;
		border-bottom: 2px dotted #f7f7f7;
		padding: 0 0 20px 0;
	}
	#fr3 .conte:last-child {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
    #fr3 .intro_Fbox {
        margin-bottom: 40px;
    }
    #fr3 .intro_Fbox h2 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.6;
    }
	#fr3 .intro_Fbox a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
    #fr3 .intro_box {
        margin-bottom: 60px;
    }
    #fr3 .intro_box .textArea {
        padding: 0;
    }
    #fr3 .intro_box .textArea .ttl {
        -ms-flex-item-align: center;
    	align-self: center;
        margin-right: 10px;
    }
    #fr3 .intro_box .textArea .ttl h3 {
        width: 130px;
        height: 130px;
        font-size: 18px;
    }
    #fr3 .intro_box .textArea .text {
        width: calc(100% - 140px);
        line-height: 1.8;
    }
    #fr3 .intro_box:nth-child(3) .textArea,
	#fr3 .intro_box:nth-child(4) .textArea{
        padding: 0;
    }
    #fr3 .intro_box:nth-child(3) .textArea .text,
	#fr3 .intro_box:nth-child(4) .textArea .text{
        width: calc(100% - 140px);
    }
	/*fr3*/
	#fr3 .intro_Fbox {
		padding: 40px 20px;
	}
	#fr3 .intro_box {
		margin-top: 40px;
	}
	#fr3 .txt_box .ttl {
    	font-size: 15px;
	}
}

/*.item-detail-txt3{
    padding: 0 !important;
	background: none !important;
}*/
.more_btn {
	margin-bottom: 30px;
}
.more_btn a {
    display: block;
    text-align: center;
    margin: 20px auto 0;
    width: 320px;
    max-width: 80%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
	font-weight: bold;
    background: #005e3c;
    color: #fff;
    border-radius: 50px;
    position: relative;
    text-decoration: none !important;
}
.more_btn a::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
@media screen and (max-width: 840px) {
	
}
/* ===================================================

File name: reset.css
Description: ファイルの説明
Applied pages: 全ページ
Date:
Copyright:

=====================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}body{line-height:1em;font-size:84%;}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}body{background:#fff;color:#333;font-size:small;font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;line-height:1.5em}img{vertical-align:top;}li{list-style:none;}*{zoom:1;}.left{float:left !important;}.right{float:right !important;} a.mouse-over:hover img {opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )";}.center { text-align:center;
}

/*-----------------------------------

	contents

-----------------------------------*/
#contents {
}
@media screen and (max-width: 640px) {
    #contents {
        margin-top: 70px;
    }
}

/*-----------------------------------

	mainvisual

-----------------------------------*/
#mainvisual {
    width: 100%;
    height: 0;
    padding-top: 51.4285%;
    overflow: hidden;
    position: relative;
    margin-bottom: 120px;
}
#mainvisual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media screen and (max-width: 640px) {
    #mainvisual {
        padding-top: 70%;
        margin-bottom: 60px;
    }
}

/*-----------------------------------

	product

-----------------------------------*/
#product {
    padding: 0 0 120px 0 !important;
}
#product .image {
    width: 100%;
    height: 0;
    padding-top: 15.2857%;
    background: url("https://image.raku-uru.jp/01/19505/424/product_bg_1684198668997.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
#product .image p {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
    transform: translateY(-50%);
    font-size: 40px;
	line-height: 1.6;
    text-shadow: 0px 0px 5px #181818;
}
#product h2 {
    font-size: 32px;
    line-height: 1;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
}
#product h2 span {
    font-size: 12px;
    font-weight: 700;
    color: #6b6b6b;
    margin-top: 15px;
    display: block;
}
#product .product_box {
    margin-top: 120px;
}
#product h3 {
    display: block;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 30px;
}
#product .product-list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
#product .product-list li{
    width: 32%;
	margin-right:2%;
}
#product .product-list li:nth-child(3n){
	margin-right:0;
}
#product .product_box .product-list li:nth-child(-n+6){
    margin-bottom: 60px;
}
#product .product-list li a{
    display: block;
}
#product .product-list .item-photo{
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 66.6666%;
    margin-bottom: 30px;
}
#product .product-list .item-photo img{
    /*width: 100%;*/
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
	left:0;
	right:0;
    margin: auto;
    object-fit: cover;
}
#product .product-list .item-photo span{
    position: absolute;
    top: 0;
    left: 0;
    background: #005e3c;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    line-height: 1;
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#product .product-list .item-info {
    line-height: 1.6;
    letter-spacing: 0;
}
#product .more {
    display: block;
    text-align: center;
    margin: 50px auto 0;
    width: 280px;
    max-width: 80%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: #005e3c;
    color: #fff;
    border-radius: 50px;
	position: relative;
}
#product .more::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
@media screen and (max-width: 1140px) {
	#product .image p {
    font-size: 20px;
}
}
@media screen and (max-width: 640px) {
    #product {
        padding: 0 0 60px 0;
    }
    #product h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    #product h2 span {
        font-size: 10px;
        margin-top: 10px;
    }
	#product .product-list li:nth-child(3n){
		margin-right:2%;
	}
	#product .product-list li:nth-child(even){
		margin-right:0;
	}
    #product .product_box {
        margin-top: 60px;
    }
    #product h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #product .product-list li{
        width: 48%;
    }
    #product .product_box .product-list li:nth-child(-n+6){
        margin-bottom: 30px;
    }
    #product .product-list .item-photo{
        margin-bottom: 20px;
    }
    #product .product-list .item-photo span{
        padding: 5px;
        font-size: 14px;
    }
}
/*-----------------------------------

	line

-----------------------------------*/
#line {
	margin-bottom: 60px;
}
#line .contents_inner {
  background: url(https://image.raku-uru.jp/01/19505/426/line_bg_1684198669629.png) no-repeat;
  background-size: cover;
  padding: 40px 0;
}
#line .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	    padding: 0 70px;
}
#line .leftArea {
  width: 40%;
}
#line .rightArea {
  width: 55%;
}
#line .line_btn {
    width: 1200px;
    margin: 30px auto 0;
    max-width: 90%;
    text-align: center;
    background: #ffffff;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
    gap: 20px;
}
#line .line_btn p {
    font-size: 37px;
    font-weight: bold;
    color: #099021;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1rem;
}
@media screen and (max-width: 840px) {

  #line .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    padding: 40px 0 0 0;
    margin: 0 auto;
}
  #line .leftArea {
    max-width: 500px;
    width: 100%;
    margin-bottom: 50px;
  }
  #line .rightArea {
    max-width: 500px;
    width: 100%;
  }
	#line .line_btn p {
    font-size: 22px;
	}
}
@media screen and (max-width: 640px) {

  #line .leftArea {
    margin-bottom: 30px;
  }
	#line .line_btn {
		gap:10px;	
	}
	#line .line_btn p {
    font-size: 18px;
}
}

