/** Shopify CDN: Minification failed

Line 353:0 "@charset" must be the first rule in the file
Line 1129:0 All "@import" rules must come first
Line 1130:0 All "@import" rules must come first
Line 1132:0 "@charset" must be the first rule in the file
Line 1572:9 Expected ":"
Line 1583:9 Expected ":"
Line 2199:11 Expected ":"
Line 2462:2 "postion" is not a known CSS property
Line 3567:9 Expected ":"
Line 4123:0 Unexpected ";"

**/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}




@charset "utf-8";


/*========= ローディング画面のためのCSS ===============*/

#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#splash-logo img{
	width:50px;
}

/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/

.splashbg{
	display: none;
}

/*
body.appear .splashbg{
    display: block;
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleY(0);
    background-color: #f8af46;
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;

}

@keyframes PageAnime{
	0% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
	50% {
		transform-origin:bottom;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:top;
	}
	100% {
		transform-origin:top;
		transform:scaleY(0);
	}
}

*/

#wrapper{
	opacity: 1;
	position: relative;
}

.otherPageWrapper {
	opacity: 1 !important;	
}

/*bodyにappearクラスがついたら出現*/
body.appear #wrapper{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}



#g-nav{
    position:fixed;
    z-index: 999;
	bottom:-120%;
	width:100%;
    height: 100vh;
	background:#f8af46;
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    bottom: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:0;
	right: 0;
	cursor: pointer;
    width: 80px;
	display:none;
}

.openbtn.active{
	border-left:2px solid #fff;
}
	
/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
  }

.openbtn span:nth-of-type(1) {
    height: 2px;
	background: #333;
  	width:30%;
    opacity: 1;
    top:35px;
    left:20px;
 }

.openbtn span:nth-of-type(2) {
	top:45px;
	left:20px;
	height: 2px;
	background: #333;
  	width:30%;
	text-transform: uppercase;
	color: #333;
    font-size: 0.9rem;
}

.openbtn span:nth-of-type(3) {
	height: 2px;
	background: #333;
  	width:30%;
    opacity: 1;
    top:55px;
    left:20px;
}

@media screen and (max-width:1100px) {
	
	.openbtn {
		display: block;	
	}
	
}

@media screen and (max-width:550px) {
.openbtn span:nth-of-type(2) {
    font-size: 0.8rem;
    }
    
}

@media screen and (max-width:480px) {

	#g-nav {
		position: fixed;
		z-index: 999;
		bottom: -120%;
		width: 100%;
		height: 100%;
		background: #f8af46;
		transition: all 0.6s;
	}
}

.openbtn span:nth-of-type(3) {
    top:55px;
}


/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/

.openbtn.active span:nth-of-type(1),
.openbtn.active span:nth-of-type(3) {
    opacity:1;
}

.openbtn.active span:nth-of-type(1) {
    top: 41px;
    left: 20px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
	opacity:0;
}

.openbtn.active span:nth-of-type(3){
    top: 53px;
    left: 20px;
    transform: translateY(-6px) rotate(45deg);
}




@media screen and (max-width:990px) {
	
 
	
	h1 {
		font-size: 1.2rem;	
	}
	
	.openbtn span:nth-of-type(1) {
		top:25px;
		left:25px;
	}

	.openbtn span:nth-of-type(2) {
		top:35px;
		left:25px;
	}

	.openbtn span:nth-of-type(3) {
		top:45px;
		left: 25px;
	}
	
	.openbtn.active span:nth-of-type(1) {
		top: 31px;
		left: 25px;
	}

	.openbtn.active span:nth-of-type(3){
		top: 43px;
		left: 25px;
	}
	
}

@media screen and (max-width:480px) {
	
	.openbtn span:nth-of-type(1) {
		top:25px;
		left:25px;
		width: 40%;
	}

	.openbtn span:nth-of-type(2) {
		top:35px;
		left:25px;
		width: 40%;
	}

	.openbtn span:nth-of-type(3) {
		top:45px;
		left: 25px;
		width: 40%;
	}
	
	.openbtn.active span:nth-of-type(1) {
		top: 31px;
		left: 25px;
	}

	.openbtn.active span:nth-of-type(3){
		top: 43px;
		left: 25px;
	}
	
}

#pc-nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
    text-transform: uppercase;
    margin: 0 0 0 0;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 0;
}



#pc-nav li.current a,
#pc-nav li a:hover{
	opacity: 0.7;	
}

#pc-nav li.pcLeftNavList.pcLeftNavList--faq {
	
}

#pc-nav li.pcLeftNavList.pcLeftNavList--faq a {
	background: #f8af46;
	padding: 10px 20px;
	border-radius: 5px 0 0 5px;
}

#pc-nav li.pcLeftNavList.pcLeftNavList--contact {
	
}



.scrollgress{
	z-index:299;
}




.btnlinestretches3{
	position:relative;
	color:#333;
    padding: 5px 30px;
	display:inline-block;
    text-decoration: none;
    outline: none;
}

/*テキストの設定*/
.btnlinestretches3 span{
	position:relative;
	z-index: 2;
}

.btnlinestretches3:hover span{
	color: #fff;
}

/*線の設定*/
.btnlinestretches3::after {
	content:'';
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	background:#333;
	width:100%;
	height:3px;
	transition:all 0.3s ease-in-out;
}

.btnlinestretches3:hover::after {
	height:100%;
}


#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#f8af46;
	width: 60px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

#page-top {
	position: fixed;
	right: 0;
	bottom:0;
	z-index: 2;
	opacity: 0;
	transform: translateX(200px);
}

/*　左の動き　*/

/*
#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}
*/

/*　右の動き　*/

/*
#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 0;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(200px);
  }
}

*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

@media screen and (max-width:768px) {
	
	.title {
		font-size:0.9rem;
	}
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
}


/*ニュース1行の周りの余白*/
.slider a{
    display: block;
    background:#fff;
    padding:10px 0;
}

/*日付*/
.slider time{
    display:inline-block;
    font-size:0.8rem;
    margin-right:10px;
    color:#777;
}

@media screen and (max-width:768px) {
    .slider {
        padding:20px;
        background:#fff;
    }

    .slider li {
        border-bottom:1px dashed #ccc;
    }

    .slider li:last-child {
        border-bottom:none;
    }
    .slider time {
        display:block;
		padding-bottom:10px;
    }
}



/*シャッ（左から）*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;
	opacity:0;
}

@keyframes bgextendAnimeBase{
  	
	from {
    	opacity:0;
  	}

  	to {
    	opacity:1;  
	}
	
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f8af46;
}

@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* ふわっ（下から） */

.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/* パタッ（左へ） */
.flipLeft{
	animation-name: flipLeftAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	perspective-origin: left center;
	opacity:0;
}

@keyframes flipLeftAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
 	opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/* スマホ表示用。flipLeftTriggerを指定している親要素に指定しないとうまく動かない*/
#vision,
.service-area{
    transform:  translate3d(0, 0, 0);
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgLRextendTrigger,
.bgappearTrigger,
.fadeUpTrigger,
.flipLeftTrigger{
    opacity: 0;
}

.otherPageWrapper #header .bgLRextendTrigger,
.otherPageWrapper #header .bgappearTrigger{
    opacity: 1;
}


#top-main{
	width:100%;
	height: 100vh;
	position: relative;
} 

#top-main:before{
	content: '';
	position:absolute;
	top:10vh;
	left:0%;
	z-index:1;
	width:100%;
	height: 100vh;
	background: rgba(0,0,0,0.2);
	background-size:cover;
}

@media screen and (max-width:1300px) {
	
	#top-main {
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.slick-slide img {
		display: block;
		height: 100% !important;
	}


}

@media screen and (max-width:990px) {
	
	#top-main:before{
		top:0;
		left:0%;
	}
}

@media screen and (max-width:768px) {
#top-main:before{
    background-position: top center;
    background-size:auto 90%;
    }
}

#container{
	position: relative;
	z-index:1;
	background:#fff;
}



@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

@charset "utf-8";

body{
    font-family: 'Noto Sans JP', Hiragino Sans, Meiryo, sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
}

:root, .color-scheme-1 {
    --color-background: 255, 255, 255;
    --gradient-background: #FFFFFF;
    --color-foreground: 18, 18, 18;
    --color-background-contrast: 191, 191, 191;
    --color-shadow: 18, 18, 18;
    --color-button: 18, 18, 18;
    --color-button-text: 255, 255, 255;
    --color-secondary-button: 255, 255, 255;
    --color-secondary-button-text: 18, 18, 18;
    --color-link: 18, 18, 18;
    --color-badge-foreground: 18, 18, 18;
    --color-badge-background: 255, 255, 255;
    --color-badge-border: 18, 18, 18;
    --payment-terms-background-color: rgb(255 255 255);
}

*{box-sizing: border-box;}

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

a{
	color: #333;
	text-decoration: none;
    outline: none;
	cursor: pointer;
}

a:hover {
	opacity: 0.7;	
}

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

/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer{
    font-family: 'Noto Sans JP', Hiragino Sans, Meiryo, sans-serif;
    letter-spacing: 0.1em;
}

/* splash */

#splash-logo{
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #333;
	font-weight: bold;
}

/* g-nav */

#g-nav.panelactive li:last-child a{
    margin: 0px 0 0 0;
    padding: 10px 20px;
    white-space: nowrap;
}

/*pc-nav*/

#pc-nav span.bgLRextend::before{
    background:#333;
}


@media screen and (max-width:990px) {
    #pc-nav{
        display: none;
    }
}

/* heading */

h1{
    text-transform: uppercase;
    font-size: 1.4rem;
    position: absolute;
    top: 40%;
    left: 5%;
    line-height: 1;
    letter-spacing: 0.2em;
}

@media screen and (max-width:990px) {
	
	h1 {
		font-size: 1.2rem;
	}
	
}

@media screen and (max-width:768px) {
	
	h1 {
		left: 10%;
	}
	
}

@media screen and (max-width:550px) {
    h1{
        font-size:1.0rem;
        top: 33%;
		left: 12%;
    }
}


h1 a{
    color:#3f598f;
	position: relative;
}

h1 a:before{
	content: "";
	background:url('{{ "logo.png" | asset_url }}') no-repeat center;
    background-size: contain;
	position: absolute;
	width: 25px;
	height: 53.5px;
	left: -40px;
    bottom: -10px;
}

h2{
    text-transform: uppercase;
    font-size: 3rem;
}

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

  h2{
      font-size:2rem;
    }
}

@media screen and (max-width:550px) {
	
	h1 a:before {
		width: 20px;
		height: 42.8px;
		left: -35px;
		bottom: -10px;
	}
}

nav#pc-nav {
    display: flex;
    align-items: center;
}

/* lead */

.top-lead{
    position: absolute;
    bottom:35%;
    left:5%;
    font-size:3rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
	z-index: 2;
	color: #fff;
}


.top-lead span.bgLRextend::before{
    background:#333;
}

.top-lead .copy-top {
	font-size: 50px;
	position: relative;
}

.top-lead .copy-top span:after{
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0px;
    background: #fff;
    width: 11em;
    height: 1px;
}

.top-lead .copy-bottom {
	font-size: 24px;	
}

.top-lead .copy-bottom span {
    line-height: 42px;
    display: block;	
}

@media screen and (max-width:1300px) {
	
	.top-lead {
		position: absolute;
		bottom: 30%;
		left: 5%;
		font-size: 1rem;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 1.5;
		z-index: 2;
		color: #fff;
	}
	
	.top-lead .copy-top {
		font-size: 30px;
		position: relative;
	}
	
	.top-lead .copy-bottom {
		font-size: 18px;
	}
	
	.top-lead .copy-top span:after {
		content: '';
		position: absolute;
		bottom: -15px;
		left: 0px;
		background: #fff;
		width: 11em;
		height: 1px;
	}
	
	.top-lead .copy-bottom span {
    	line-height: 32px;
    	display: block;	
	}


}

@media screen and (max-width:1100px) {
	
	nav#pc-nav {
		display: block;	
	}
	
}

@media screen and (max-width:768px) {
	
	.slick-slide img {
		display: block;
		object-fit: cover;
		height: 50vh !important;
	}
	
}

@media screen and (max-width:550px) {
	
	.top-lead{
    	font-size:2.2rem;
    }
	
	.top-lead {
		position: absolute;
		bottom: 30%;
		left: 5%;
		font-size: 2rem;
		text-transform: uppercase;
		font-weight: bold;
		line-height: 1.5;
		z-index: 2;
		color: #fff;
	}
	
	.top-lead .copy-top {
		font-size: 28px;
		position: relative;
	}
	
	.top-lead .copy-bottom {
		font-size: 16px;
	}
	
	.top-lead .copy-top span:after {
		content: '';
		position: absolute;
		bottom: -15px;
		left: 0px;
		background: #fff;
		width: 11em;
		height: 1px;
	}
	
	.top-lead .copy-bottom span {
    	line-height: 26px;
    	display: block;	
	}
	
}

@media screen and (max-width:420px) {
	
	.top-lead {
		position: absolute;
		bottom: 20%;
	}
}

@media screen and (max-width:380px) {
	
	.top-lead{
    	font-size:1.8rem;
		bottom: 25%;
    }
	
	.top-lead .copy-top {
		font-size: 24px;
		position: relative;
	}
	
	.top-lead .copy-bottom {
		font-size: 14px;
	}
	
}

/* main-area */

#main-area{
    width:100%;
    margin:0 auto;
    padding: 0px 0 0px; 
}

/* topics */

#topics{
    border-left:3px solid #000;
    padding: 0 0 0 20px;
}

@media screen and (max-width:768px) {
    #topics{
        margin:0 0 100px 0;
}
}

#topics h2{
    font-size: 1.5rem;
}

#topics h2 span.bgLRextend::before{
    background:#333;
}

.bx-wrapper{
    box-shadow:none;
    border:none;
}

.slick-slide img {
    display: block;
    height: 100vh;
}

.slick-slider button,
.slick-slider [type="button"] {

}

button.slick-prev.slick-arrow {
    left: 25px;
    z-index: 6;
}

button.slick-next.slick-arrow {
	right: 25px;
    z-index: 6;
}

.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 150px;
    background: unset;
	border: 1px solid rgba(255,255,255, 0.3);
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
	
}

.prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
	position: absolute;
	top: 50%;
	left: -1px;
	transform: translateY(-50%) translateX(0%);
	-webkit- transform: translateY(-50%) translateX(0%);
	z-index:6;
}

.next-arrow {
    transform: rotate(180deg);
    margin-right: 0px;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%) translateX(0%);
	-webkit- transform: translateY(-50%) translateX(0%);
	z-index:6;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:15px;
    height:15px;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}

.prev-arrow:before {
	transform:rotate(225deg);
}

/* vision */

#vision{
    display: flex;
    justify-content:space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

.vision--recruit {
	flex-direction: row-reverse;
}

@media screen and (max-width:990px) {
    #vision{
        margin:0 0 0px 0;
		flex-direction: column-reverse;
    }
    
}

#vision .img{
    width:40%;
    min-height: 100%;
}

#vision .img img{
	height: 100%;	
}

#vision .content{
   	width: 60%;
    text-align: left;
    background: #af9768;
}

.vision--recruit .content {
    text-align: left !important;	
}

@media screen and (max-width:990px) {
  	
	#vision .img{
    	width:100%;
    	min-height: 290px;
    	margin:0 0 50px 0;
	}

	#vision .content{
   		width:100%; 
    	text-align: left;
	}
	
}

#vision h2{
    color:#333;
    margin:0 0 30px 0;
}

#vision p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#vision .content h2 {
	padding: 100px 0 0 120px;
}

#vision .content p {
	font-size: clamp(16px, 1vw, 18px);
}

.vision--des {
	padding: 0px 0 0 120px;
    max-width: fit-content;
}

#vision .vision-lead{
    position: relative;
    color:#333;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

#vision .vision-lead::after{
    content:'';
    position: absolute;
    bottom:10px;
    left:120px;
    background:#333;
    width:16em;
    height: 1px;
}

.vision--recruit .vision-lead::after{
    right: unset !important;
	left: 0;
}

@media screen and (max-width:990px) {
	
	#vision .vision-lead{
    	font-size:1rem;
    }
	
	#vision .content h2 {
		padding: 60px 0 0 20px;
	}
	
	#vision .vision-lead {
		position: relative;
		color: #333;
		font-size: 1.3rem;
		font-weight: bold;
		margin: 0 0 50px 0;
	}

	.vision--des {
		padding: 0px 20px 40px 20px;
		max-width: fit-content;
	}
	
	#vision .vision-lead::after {
		content: '';
		position: absolute;
		bottom: 10px;
		left: 20px;
		background: #333;
		width: 16em;
		height: 1px;
	}
	
	.vision--des p br{
		display: none;	
	}
	
}

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




/* top-interview */

#top-interview {
	
}

.topInterviewArea {
	padding: 20px 100px;	
}

.topInterviewArea__title {
    display: flex;
    font-size: 16px;
    align-items: center;
    padding: 40px 0 40px;
}

.topInterviewArea__title__left {
	font-size: 16px;
	border-bottom: 2px solid #333;
    letter-spacing: 1px;
}

.topInterviewArea__title__right {
	font-size: 20px;
	padding: 0 0 0 30px;
}

.topInterviewArea__list {
	
}

.topInterviewArea__list ul {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	flex-wrap: wrap;
}

.topInterviewArea__list ul li {
	width: calc((100% / 3) - 60px);
		
}

.topInterviewArea__list ul li a {
	display: block;
	position: relative;
}

.topInterviewArea__list ul li a .interviewImg {
	position: relative;	
}

.topInterviewArea__list ul li a .interviewImg img {
    vertical-align: bottom;
}

.topInterviewArea__list ul li a .interviewImg:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    background-size: cover;	
}

.topInterviewArea__list ul li a .interviewImg:after {
	z-index: 2;	
	color: #fff;
	white-space: pre;
	font-size: 24px;
    position: absolute;
	left: 25px;
    bottom: 60px;
    line-height: 34px;
}

.topInterviewArea__list ul li a .interviewImg--01:after {
	content: '「人にしかできない業務への\Aシフト」を目指す';
}

.topInterviewArea__list ul li a .interviewImg--02:after {
	content: 'お客さまの業務効率化に貢献\Aできるシステム開発を';
}

.topInterviewArea__list ul li a .interviewImg--03:after {
	content: '「これまでも、これからも。\AいまあるIT資産同士の\A架け橋的な役割を担いたい';
}

.topInterviewArea__list ul li a p {
	font-size: 14px;
	padding: 20px 0 0;
}

.topInterviewArea__list ul li a span {
	font-size: 12px;	
}


@media screen and (max-width:1600px) {
	
	.topInterviewArea__list ul li a .interviewImg:after {
		font-size: 22px;
	}
	
}

@media screen and (max-width:1500px) {
	
	.topInterviewArea__list ul li a .interviewImg:after {
		font-size: 20px;
	}
	
}

@media screen and (max-width:1400px) {
	
	.topInterviewArea__list ul li a .interviewImg:after {
		font-size: 18px;
	}
	
}

@media screen and (max-width:1300px) {
	
	.topInterviewArea__list ul li a .interviewImg:after {
		font-size: 16px;
	}
	
}

@media screen and (max-width:1200px) {
	
	.topInterviewArea {
    	padding: 20px 20px;
	}
	
	.topInterviewArea__list ul li a .interviewImg:after {
		font-size: 14px;
	    bottom: 40px;
	}
	
}

@media screen and (max-width:990px) {
	
	.topInterviewArea__list ul li {
		width: calc((100% / 2) - 40px);
	}
	
	.topInterviewArea__list ul li a .interviewImg:after {
		font-size: 16px;
	    bottom: 40px;
	}
	
}

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

	.topInterviewArea__title {
		display: flex;
		font-size: 16px;
		align-items: center;
		padding: 10px 0 30px;
	}

	.topInterviewArea__list ul li {
		width: 100%;
		padding: 0 0 40px;
	}
	
	.topInterviewArea__title__left {
		font-size: 13px;
		border-bottom: 2px solid #333;
		letter-spacing: 1px;
	}
	
	.topInterviewArea__title__right {
		font-size: 16px;
		padding: 0 0 0 30px;
	}
	
	.topInterviewArea__list ul li a p {
		font-size: 14px;
		padding: 10px 0 0;
	}
	
	.topInterviewArea__list ul li a .interviewImg:after {
		font-size: 20px;
		bottom: 40px;
	}

}

/* service */

#service {
	padding: 100px 100px 20px;	
}

#service h2{
    text-align: center;
    margin:0 0 20px 0;
}

@media screen and (max-width:1200px) {
	
	#service {
    	padding: 100px 20px 20px;
	}

}

@media screen and (max-width:768px) {
	
	#service {
    	padding: 10px 20px 20px;
	}

}

@media screen and (max-width:550px) {

	#service h2{
		margin:0 0 0px 0;
    }
	
}

#header h1 span.bgLRextend::before{
    background:#333;
}

#service h2 span.bgLRextend::before{
    background:#333;
}

#vision h2 span.bgLRextend::before{
    background:#333;
}

#vision .vision--des.bgLRextend::before{
    background:#333;
}

#top-interview h2 span.bgLRextend::before{
    background:#333;
}

#splash-logo .bgLRextend::before{
    background:#333;
}




#service .service-area{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 0 300px 0;
}

@media screen and (max-width:768px) {
#service .service-area{
    margin:0 0 200px 0;   
}
}

@media screen and (max-width:590px) {
 #service .service-area{
    margin:0 0 50px 0;   
}
   
}

#service .service-area::after{
     content:'';
    position: absolute;
    width: 70%;
    height: 23em;
    background:#f3f3f3;
    right:10%;
    top:20%;
    z-index: -1;
}


#service .service-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}


#service .service-area .img{
    width:50%;
}

#service .service-area .content{
    width:40%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
}

@media screen and (max-width:768px) {
#service .service-area .content{
    width:47%;
    top:100px;
    }  
}

@media screen and (max-width:590px) {
#service .service-area .img{
    width:100%;
    z-index: 2;
}
#service .service-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}
}

#service .service-area .content-area{
    padding:40px;   
}

#service .service-area .content-area h3{
     text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#service .service-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#service .service-area .content-area p{
     margin:0 0 30px 0;   
}

#service .btn{
    text-align: right;
}

/* about */

#about{
    margin: 0 0 200px 0;
}

@media screen and (max-width:768px) {
#about{
    margin: 0 0 100px 0;
}
    
}

#about h2{
    text-align: center;
    color:#af9768;
    margin:0 0 100px 0;
}

.otherPageWrapper #about h2 {
    margin: 0 0 40px 0;
}

.centerDescription {
	padding: 60px 0 0px;
	text-align: center;
}

.centerDescription__text {
	line-height: 2;
}

@media screen and (max-width:550px) {
#about h2{
    margin:0 0 50px 0;
    }
}

#about .about-list{
   width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#about .about-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
}

#about .about-list dl{
    display: flex;
    justify-content: space-between;
}

.otherPageWrapper #about .about-list dl{
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 20px;
}

#about .about-list dt{
    width:30%;
    padding: 0 0 0 40px;
}

.otherPageWrapper #about .vision-lead {
    position: relative;
    color: #af9768;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 120px 0;
    text-align: center;
}

.otherPageWrapper #about .vision-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    background: #af9768;
    width: 10em;
    height: 3px;
	left: 50%;
  	transform: translateY(0%) translateX(-50%);
  	-webkit- transform: translateY(-0%) translateX(-50%);
}

@media screen and (max-width:590px) {

#about .about-list dt{
     padding:0 0 0 10px; 
    }
}

#about .about-list dd{
    width:65%;
}

/* faq */

#faq{
    margin:0 0 200px 0;
}

#faq h2{
    text-align: center;
    margin:0 0 100px 0;
}


#faq h2 span.bgLRextend::before{
    background:#333;
}

.faq-bg{
    position: relative;
    height: 55vh;
    background:url('{{ "pict-05.jpg" | asset_url }}') no-repeat center;
    background-size:cover;
    margin: 0 0 200px 25%;
}

.faq-bg::after{
    content:'';
    position: absolute;
    top:20%;
    left:-32%;
    width:100%;
    height:55vh;
    background:#f3f3f3;
    z-index: -1;
}

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

.faq-bg,
.faq-bg::after{
    height:35vh;
}   
}

@media screen and (max-width:550px) {
#faq{
    margin:0 0 100px 0;
}
    
#faq h2{
 margin: 0 0 50px 0;   
}
    
.faq-bg{
    margin:0 0 100px 25%;
}

.faq-bg,
.faq-bg::after{
    height:20vh;
} 
}

/* contact */

#contact{
    margin:0 0 60px 0;
    padding: 0 0 100px;
	background: #fff;
}

#contact h2{
    text-align: center;
    margin:0 0 100px 0;
    color: #af9768;
}

@media screen and (max-width:550px) {
 #contact h2{
     margin:0 0 50px 0;
    }
}



#contact input , button , textarea , select {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	background:none;
    font-size: 16px;
}

#contact .form-list input[type='text'] , 
#contact .form-list input[type='email'] , 
#contact .form-list textarea{
	width:100%;
	border:1px solid #666;
	background:#fff;
	padding: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}

#contact .form-list input[type='text'] , input[type='email'] {
	height:50px;
}

#contact .submit-btn{
    width:152px;
    margin: 0 auto;
}

#contact input[type='submit']{
   border:2px solid #333;
    color: #333;
    text-align: center;
    padding: 5px 20px;
    width:152px;
    margin: 0 auto;
    transition: all .3s;
}

#contact input[type='submit']:hover{
    background: #333;
    color: #fff;
} 

#contact .form-list dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding:0 0 20px 0;
}

#contact .form-list dt{
    width:30%;
}

#contact .form-list dd{
    width:66%;
}

#contact .form-list textarea {
	height:200px;
}

@media screen and (max-width:768px) {
#contact .form-list dt{
	margin:0 0 10px 0;
}
#contact .form-list dt,
#contact .form-list dd{
    width:100%;
}
	
}

/* footerImgArea */

.footerImgArea {
	
}

.footerImgArea img{
	width: 100%;
    vertical-align: bottom;
}


/* footer */

#footer{
    padding: 60px 0;
    text-align: center;
    background: #af9768;
    position: relative;
    text-transform: uppercase;
}

#footer .footer-logo{
    font-weight: bold;
    letter-spacing: 0.3em;
    margin: 0 0 50px 0;
    color: #666;
}

#footer p.copyrights{
    color: #333;
    font-size: 10px;
    text-transform: none;
	width: fit-content;
    margin: 0 auto;
}

.footMenuListArea {
	
}

.footMenuListArea ul {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 40px;
}

.footMenuListArea ul li {
	width: calc(100% / 4);
}

.footMenuListArea ul li a {
	font-size: 15px;	
}

#footer .bgLRextend::before {
    background: #333;
}


@media screen and (max-width:1250px) {

	.footMenuListArea ul {
		width: 100%;	
	}

}

@media screen and (max-width:768px) {
	
	.footerImgArea img {
		display: none;
	}
	
	.footMenuListArea {
		padding: 50px 20px 0;
		position: relative;
	}
	
	.footMenuListArea ul {
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
		text-align: left;
		padding: 0 0px 0px;
		background: #fff;
		postion: relative;
	}
	
	.footMenuListArea ul:before {
		content: '';
		width: -webkit-fill-available;
		border-bottom: 1px solid #fff;
		top: 0px;
		left: 0px;
		position: absolute;
		margin: 0 20px;
	}
	
	.footMenuListArea ul li {
		width: 100%;
		padding: 15px 30px;
		border-bottom: 1px solid #af9768;
	}
	
	.footMenuListArea ul li a {
		font-size: 14px;
	}
	
	#footer p.copyrights {
		color: #333;
		font-size: 10px;
		text-transform: none;
		width: fit-content;
		margin: 0 auto;
		padding: 50px 0 0;
	}
	
}


.spinner {
	--uib-size: 40px;
	--uib-color: black;
	--uib-speed: .9s;
	--uib-stroke: 5px;
	--mask-size: calc(var(--uib-size) / 2 - var(--uib-stroke));
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--uib-size);
	width: var(--uib-size);
	-webkit-mask: radial-gradient(
	  circle var(--mask-size),
	  transparent 99%,
	  #000 100%	);
	mask: radial-gradient(circle var(--mask-size), transparent 99%, #000 100%);
	background-image: conic-gradient(transparent 25%, var(--uib-color));
	animation: spin calc(var(--uib-speed)) linear infinite;
	border-radius: 50%;
	left: 40%;
	margin: 10px 0 0;
}

.loadingTxt {
	text-align: center;
	color: #333;
	z-index:999;
	font-size: 12px;
}

@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}


#header {
    background: #F8F7F3;
}

.headMainArea {
	display: flex;
    background: #fff;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 0px 0 0px 30px;
    position: fixed;
    z-index: 99;
}

.headMainArea__logo {
    text-align: center;
	padding: 23px 0 22px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.headMainArea__logo h1 {
	position: static;
}

.headMainArea__left ul .pcLeftNavList {
    padding: 5px 0;
}

.headMainArea__left ul .pcLeftNavList a {
	position: relative;
  	padding: 0.5em 0;
}

.headMainArea__left__ {
    display: flex;
    justify-content: center;
    height: 100%;
	width: 100%;
}

.headMainArea__left__up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
    background: #fff;
}

.headMainArea__left__up h1 {
	position: static;
	
}

.headMainArea__left__bottom {
	height: calc(100% / 4);
}

.headeScrollLine {
	position: absolute;
	bottom: 50px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.headeScrollLine__text {
	position: relative;	
	writing-mode: vertical-rl;
}

.headeScrollLine__text:before {
    border-left: 1px solid #ddd;
    content: "";
    height: 170px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.headeScrollLine__text:after {
    border-left: 1px solid #af9768;
    content: "";
    height: 50px;
    position: absolute;
    left: 0px;
    top: 171px;
}

.headMainArea__right {
    width: auto;
    right: 0px;
    display: flex;
    align-items: center;
}

.headMainArea__right > img {
    aspect-ratio: 16 / 9;
}

.upHeaderContactArea {
	position: fixed;
    top: 0px;
    right: 0px;
    background: #fff;
    border-radius: 0 0 0 20px;
    padding: 15px 30px;
    z-index: 5;
}

.upHeaderContactArea__ {
	display: flex;
    align-items: center;
}

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

.upHeaderContactArea__left__title {
	font-size: 14px;
}

.upHeaderContactArea__left__info {
	font-size: 20px;
	font-weight: bold;
    line-height: 10px;
}

.upHeaderContactArea__left__info .fa {
	font-size: 20px;
	color: #af9768;
	padding: 0 5px 0 0;
}

.upHeaderContactArea__left__info span {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 5px;
}

.upHeaderContactArea__right {
	
}

.upHeaderContactArea__right a {
	background: #af9768;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 40px;
    display: block;
    font-size: 14px;
}

.bottomHeaderCopy {
	position: absolute;	
	bottom: -12px;
	right: 30px;
}

.bottomHeaderCopy__top {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 4.5px;
}

.bottomHeaderCopy__bottom {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 4.5px;
	line-height: 52px;
}

.topNewsArea {
	width: 100%;
	position: relative;
}

.topNewsInner {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 60px;
}

.topNewsInner__list {
	display: flex;
	padding: 20px 0;
    align-items: center;
}

.topNewsInner__list__news {
	color: #af9768;
}

.topNewsInner__list__date {
	padding: 0 30px;
	color: #ddd;
}

.topNewsInner__list__text {
		
}

.messageInfoArea {
	width: 100%;
	position: relative;
}

.messageInfoInner {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 70px;
	background: #fcf5ed;
	border-radius: 40px;
	display: flex;
    align-items: center;
	position: relative;
    z-index: 2;
}

.messageInfoInner:after {
	content: "";
    background-image: url('{{ "logo_bg_middle.png" | asset_url }}');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    width: 300px;
    height: 180px;
    position: absolute;
    top: 30px;
    right: 60px;
    z-index: -1;
    filter: brightness(0) invert(1);
}

.messageInfoInner__left {
	width: calc((100% / 5) * 2);
}

.messageInfoInner__left img {
	width: 100%;	
}

.messageInfoInner__right {
	width: calc((100% / 5) * 3);
	padding: 0 0 0 50px;
}

h2.messageInfoInner__right__midashi {
    padding: 20px 0;
    font-size: 28px;
    line-height: 40px;
}

.messageInfoInner__right__text {
    font-size: 16px;
    line-height: 36px;
}

.messageInfoInner__right__title {
    color: #af9768;
    font-weight: bold;
    letter-spacing: 2px;
}

.messageInfoInner__right__link {
    margin: 50px 0 0;
}

.messageInfoInner__right__link a {
	background: #af9768;
	color: #fff;
	border-radius: 40px;
	padding: 20px 70px;
	text-decoration: none;
	position: relative;
    letter-spacing: 1.3px;
}

.messageInfoInner__right__link a:before {
	content: "\f061";
	position: absolute;
	top: 18px;
	right: 30px;
	color: #fff;
	font-family: fontAwesome;
}

.businessInfoArea {
	width: 100%;
	position: relative;
	padding: 50px 0 60px;
}

.businessInfoInner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.businessInfoInner__title {
	font-size: 28px;
	text-align: center;
    padding: 40px 0 40px;
}

.businessInfoInner__title p {
	color: #af9768;
	font-size: 16px;
}

.businessInfoInner__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.businessInfoInner__list__item {
	width: calc((100% / 2) - 20px);	
	text-align: center;
	padding: 0 0 20px;
}

.businessInfoInner__list__item img {
	width: 100%;	
}

.businessInfoInner__list__item p {
	text-align: center;
    padding: 10px 0;
    font-weight: 500;
}

.businessInfoArea .messageInfoInner__right__link {
    margin: 30px auto 30px;
    text-align: center;
}

.businessInfoArea .messageInfoInner__right__link a {
	padding: 20px 90px;	
}

.topBgArea {
	background-image: url('{{ "top_bg.png" | asset_url }}');
    background-repeat: no-repeat;
    background-size: cover;	
}

.topBgArea__inner {
    padding: 150px 100px;
}

.topBgArea__inner img {
    width: auto;
    display: flex;
    justify-content: center;
	margin: 0 auto;
}

#page-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	border-radius: 100%;
	padding: 20px 20px;
	background: #af9768;
	color: #fff;
	z-index: 95;
	opacity: 1;
    transform: unset;
	outline: 5px solid #af9768;
	/*
	border: 1px solid #fff;
	*/
}

#page-top:hover {
	opacity: 0.7;	
}

.pageTopLink {
	text-align: center;	
	position: relative;
}

.pageTopLink:before {

}

.pageTopLink p {
	line-height: 22px;
	font-size: 14px;
	letter-spacing: 3px;
}


.footerBgArea {
	width: 100%;
	position: relative;
	padding: 50px 0 0px;
}

.footerBgInner {
	position: relative;
}

.footerBgInner img {
	width: 100%;	
    vertical-align: middle;
}


.contactInfoArea {
	width: 100%;
	position: relative;
	padding: 60px 0 60px;
	background: #fcf5ed;
}

.contactInfoInner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	display: flex;
}

.contactInfoInner__left {
	width: calc((100% / 5) * 2);
	padding: 0 50px 0 0;
}

.contactInfoInner__left__title {
	color: #af9768;
	font-size: 16px;
}

.contactInfoInner__left__midashi {
	font-size: 28px;
    padding: 15px 0 15px;
	font-weight: 600;
    line-height: 46px;
}

.contactInfoInner__left p {
	font-size: 14px;
	font-weight: 500;
}

.contactInfoInner__right {
	width: calc((100% / 5) * 3);
	background: #fff;
	padding: 30px 60px 40px;
	border-radius: 40px;
}

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

.contactInfoInner__right__tel {
	font-size: 40px;
	font-weight: bold;
    letter-spacing: 1.2px;
}

.contactInfoInner__right__tel .fa {
	color: #af9768;
	padding: 0 10px 0 0;
}

.contactInfoInner__right__time {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 0 10px;
}

.contactInfoInner__right .upHeaderContactArea__right {
	width: 100%;	
	margin: 5px 0 0;
}

.contactInfoInner__right .upHeaderContactArea__right a{
    text-align: center;
    letter-spacing: 1.3px;
}


.footerInfoArea {
	width: 100%;
	position: relative;
	padding: 70px 0 50px;
	background: #af9768;
}

.footerInfoInner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.footerInfoInner__logo {
	text-align: center;	
}

.footerInfoInner__logo img {
	width: max-content;	
}

.footerInfoInner__menuList {
    padding: 40px 0 50px;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.footerInfoInner__menuList a {
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
    color: #fff;
	letter-spacing: 2px;
}

.footerInfoInner__copyright {
	font-size: 12px;
	letter-spacing: 2px;
	color: #eee;
	text-align: center;
	padding: 30px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#menu-btn-check {
	display: none;	
}

.otherPageWrapper .headeScrollLine {
	display: none;	
}

.otherPageWrapper .headMainArea__left {	
	display: none;	
}

.otherPageWrapper .headMainArea__right {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px 20px 10px 20px;
	z-index: 80;
}

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

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

.headMainInfoArea__logo img {
	width: 200px;
}

.headMainInfoArea__list {
	display: flex;	
}

.headMainInfoArea__list li {
	padding: 0 20px;	
}

.headMainInfoArea__list li a {
	font-size: 14px;	
	position: relative;
    padding: 0.5em 0;
}

.headMainInfoArea__list li a:hover {
    color: #af9768;
}

.headMainInfoArea__list li a:hover:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(-45deg, #af9768, #af9768 2px, white 2px, white 4px);
}


.headMainArea__left {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 99;
	transition: all 0.5s;/*アニメーション設定*/
}

.otherPageWrapper .headMainArea__left {	
	display: block;	
}

.lang-box {
    padding: 0 30px 0 0;
	display: flex;
    width: 100%;
    justify-content: end;
}

.lang-box button {
    text-transform: uppercase;
}

.headerList {
    width: -webkit-fill-available;
    display: flex;
    justify-content: end;
}

ul.headerList__mainLink {
    width: auto;
    display: flex;
    align-items: center;
}

ul.headerList__mainLink li {
	padding: 0 15px;	
}

ul.headerList__mainLink li a {
    font-size: 14px;
}

.headerList__mainLink--icon {
	padding: 0 0 0 20px;	
}

.headerList__mainLink--icon li a {
	position: relative;	
}

.headerList__mainLink--icon li a span {
	position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    width: 25px;
	height: 25px;
    color: #fff;
    background: #AF9768;
    text-align: center;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu-btn-check {
	display: none;	
	cursor: pointer;
}

#menu-btn-check:checked ~ .headMainArea__left {
	left: 0;/*メニューを画面内へ*/
}

.menu-btn {
	position: relative;
	display: flex;
	height: 70px;
	width: 70px;
	justify-content: center;
	align-items: center;
	z-index: 105;
	background-color: #af9768;
	cursor: pointer;
}

.menu-btn span {
	content: '';
	display: block;
	height: 1px;
	width: 18px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
	left: 20px;
    top: 36px;
}

.menu-btn span:before{
	content: '';
	display: block;
	height: 1px;
	width: 30px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}

.menu-btn span:before {
    top: -5px;
    left: 0px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
    transform: rotate(45deg);
    width: 40px;
    left: -4px;
    top: 0px;
}

#menu-btn-check:checked ~ .menu-btn span::after {
	content: '';
    top: 0px;
    display: block;
    height: 1px;
    width: 40px;
    left: -4px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transform: rotate(-45deg);
}

.headMainInfoArea {
	display: none;	
}

.otherPageWrapper .headMainArea__right .upHeaderContactArea {
    position: static;
    top: 0px;
    right: 0px;
    background: #fff;
    border-radius: 0 0 0 20px;
    padding: 15px 0px;
    z-index: 5;
}

.pankuzuPageTitle {
    padding: 50px 0 0;
    width: 100%;
	position: relative;
	background: linear-gradient(180deg, #fff 0%, #fff 55%, #f8f7f4 55%, #f8f7f4 100%);
}

.pankuzuPageTitleInner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pankuzuPageTitleInner__title {
    display: flex;
    align-items: center;
    padding: 10px 50px 30px;
}

.pankuzuPageTitleInner__title__main {
	font-size: 40px;
}

.pankuzuPageTitleInner__title__sub {
    color: #af9768;
    font-size: 16px;
    padding: 3px 0 0 10px;
}

.pankuzuPageTitleInner ul {
	display: flex;
	padding: 20px 50px 30px;
}

.pankuzuPageTitleInner ul li {
	font-size: 14px;	
	padding: 0 20px 0 0px;
}

.pankuzuPageTitleInner ul li .fa {
	color: #af9768;
}

.pankuzuPageTitleInner ul li:last-child {
	padding: 0 0px 0 0px;
}

.missionInfoArea {
	width: 100%;
	position: relative;
}

.missionInfoInner {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 0;
	letter-spacing: 1.5px;
}

.missionInfoInner__img {
	width: calc((100% / 11) * 5);
}

.missionInfoInner__img img {
		
}

.missionInfoInner__detail {
	width: calc((100% / 11) * 6);
	padding: 0 80px 0 70px;
	position: relative;
}

.missionInfoInner__detail__title {
	color: #af9768;
    font-size: 16px;
}

.missionInfoInner__detail__copy {
	font-size: 28px;
    padding: 20px 0 20px;
    font-weight: 600;
    line-height: 46px;	
}

.missionInfoInner__detail__text {
    font-size: 14px;
    font-weight: 500;
}

.missionInfoInner__detail:after {
    content: "";
    background-image: url('{{ "logo_bg_middle.png" | asset_url }}');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    width: 300px;
    height: 180px;
    position: absolute;
    top: -60px;
    right: 70px;
    z-index: -1;
}

.importantInfoArea {
	width: 100%;
	position: relative;
	padding: 80px 0 70px;
	background: #fcf5ed;
}

.importantInfoInner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.importantInfoInner__title {
	font-size: 28px;
	letter-spacing: 1.5px;
	text-align: center;
}

.importantInfoInner__title p {
	color: #af9768;
	font-size: 16px;
}

.importantInfoInner__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 40px 0 0;
}

.importantInfoInner__list__item {
    width: calc((100% / 4) - 20px);
    text-align: center;
    background: #fff;
    border-radius: 50%;
    padding: 50px 30px 0px;
    aspect-ratio: 1 / 1;
}

.importantInfoInner__list__item:first-child {
	padding: 75px 30px 0;	
}

.importantInfoInner__list__item img {
	width: max-content;
}

.importantInfoInner__list__item p {
	font-size: 18px;
	font-weight: 500;
    line-height: 28px;
}

.importantInfoInner__text {
	text-align: center;
	padding: 30px 0 10px;
}


.featureInfoArea {
	width: 100%;
	position: relative;
	padding: 80px 0 70px;
}

.featureInfoInner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.featureInfoInner__title {
	font-size: 28px;
	letter-spacing: 1.5px;
	text-align: center;
    padding: 10px 0 40px;
}

.featureInfoInner__title p {
	color: #af9768;
	font-size: 16px;
}

.featureInfoList {
	background: #f8f7f4;
	border-radius: 50px 10px 10px 50px;
	padding: 20px 30px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0 0 10px;
}

.featureInfoList__left {
	display: flex;	
	width: calc((100% / 11) * 3.5);
    align-items: center;
}

.featureInfoList__left__no {
	color: #af9768;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 3px;
	position: relative;
	padding: 0 20px 0 0;
}

.featureInfoList__left__no:after {
	content:"";
	position: absolute;
	right: 0px;
	height: 100%;
	border-right: 1px solid #ddd;
}

.featureInfoList__left__title {
	padding: 0 0 0 30px;
	font-size: 18px;
	font-weight: bold;
}

.featureInfoList__right {
	font-size: 14px;	
	width: calc((100% / 11) * 7.5);
    line-height: 22px;
}

.featureInfoInner .messageInfoInner__right__link {
	text-align: center;	
}

.featureInfoInner .messageInfoInner__right__link a {
    background: #af9768;
    color: #fff;
    border-radius: 40px;
    padding: 20px 90px;
    text-decoration: none;
    position: relative;
    letter-spacing: 1.3px;
}

.fissMainImg {
	width: 100%;
	position: relative;
}

.fissMainImg__inner {
	position: relative;	
	width: 1200px;
	margin: 0 auto;
}

.fissMainImg__inner__img {
	
}

.fissMainImg__inner__title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
  	font-family: "Lato", system-ui;
  	font-weight: 700;
  	font-style: normal;
	font-size: 68px;
	letter-spacing: 14px;
	color: #fff;
	z-index: 5;
}

.topBgArea--about {
	
}

.topBgArea--about .topBgArea__inner {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0;	
}

.aboutTopInfoArea {
	background: #274875;
	outline: 5px solid #274875;
	/*
	border: 1px solid rgba(255,255,255,0.3);
	*/
	color: #fff;
	padding: 70px 100px;
	margin: 0px 0 90px;
}

section.fissMainImg.fissMainImg--about .fissMainImg__inner img {
	vertical-align: bottom;	
}

section.fissMainImg.fissMainImg--about .fissMainImg__inner__title {
    top: 54%;
    font-size: 50px;
    letter-spacing: 12px;
    z-index: 5;
}

.aboutTopInfoArea__nameSpell {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

.aboutTopInfoArea__nameSpell__detail {
    width: calc(100% / 4);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 20px 0;
}

.aboutTopInfoArea__nameSpell__detail p {
	font-size: 32px;
	font-weight: bold;
	color: rgba(255,255,255,0.5);
}

.aboutTopInfoArea__nameSpell__detail span {
	letter-spacing: 3px;	
}

.aboutTopInfoArea__nameSpell__detail:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.aboutTopInfoArea__nameInfo {
    text-align: center;
    padding: 40px 298px 0;
}

.aboutBottomCompanyInfoArea {
	background: #fff;
	padding: 70px 80px 100px;
	outline: 5px solid #fff;
}

.aboutBottomCompanyInfoArea__inner {
	
}

.aboutBottomCompanyInfoArea__inner__title {
	color: #333;
	font-size: 28px;
	padding: 10px 0 60px;
	text-align: center;
}

.companyInfoTable {

}

.companyInfoTable__tr {
	display: flex;
	border-top: 1px solid #ddd;
	padding: 20px 20px;
}

.companyInfoTable__tr:last-child {
	border-bottom: 1px solid #ddd;
}

.companyInfoTable__tr__th {
	width: calc((100% / 7) * 2);
	padding: 0 20px;
    font-weight: 500;
}

.companyInfoTable__tr__td {
	width: calc((100% / 7) * 5);	
}

.companyContactBtn {
	margin: 60px 0 10px;
    text-align: center;
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
}

.companyContactBtn a {
	padding: 15px 100px;	
	display: block;
    background: #af9768;
	color: #fff;
}

.companyContactBtn input {
	padding: 15px 100px;	
	display: block;
    background: #af9768;
	color: #fff;
}

.tab-3 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
}

.tab-3 > label {
   	flex: 1 1;
    order: -1;
    min-width: max-content;
    padding: .7em 0em .5em;
    background-color: #ffffff;
    color: #333;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    max-width: 0%;
    position: relative;
    margin: 0 25px;
}

.tab-3 > label:hover {
    opacity: .8;
}

.tab-3 input {
    display: none;
}

.tab-3 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

/*
.tab-3 label:has(:checked) {
    border-bottom: 3px solid #333333;
    color: #333333;
}
*/

.tab-3 label:has(:checked):after {
	content: "";
	position: absolute;
	bottom: 0px;
    border-bottom: 3px solid #333333;
    color: #333333;
    width: -webkit-fill-available;
    left: 0%;
}

.tab-3 label:has(:checked) + div.brandTabList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.brandTabList {
    margin: 50px 0 0;
}

.brandTabList__item {
    text-align: center;
	padding: 0 0 25px;
    width: calc(100% / 4);
}

.brandTabList__item p {
	font-weight: 500;
    padding: 15px 0 0;
    letter-spacing: 1.5px;
    line-height: 22px;
}

.brandTabList__item span {
	color: #af9768;
}

.aboutBottomCompanyInfoArea.aboutBottomCompanyInfoArea--brand {
    padding: 70px 70px 50px;
}

.topBgArea__inner__title {
    text-align: center;
    padding: 50px 0 80px;
    font-size: 2.5rem;
}

.companyInfoTable__explanation {
	padding: 10px 0 40px;	
}

.formAttentionTxt {
    padding: 90px 80px 40px;
    width: 1200px;
    margin: 0 auto;
}

#contact form {
	width: 1200px;
    margin: 0 auto;
	padding: 20px 80px;
}

#contact .form-list {
    width: 100%;
    max-width: 100%;
}

#contact .form-list dt label span.hissu {
	background: #d35c63;
	color: #fff;
	padding: 2px 10px;
	border-radius: 0px;
	margin: 0 0 0 10px;
	font-size: 14px;
}

#contact .form-list dt label span.nini-item {
    background: #aaa;
    color: #fff;
    padding: 2px 10px;
    border-radius: 0px;
    margin: 0 0 0 10px;
    font-size: 14px;
}

#contact input[type='submit'] {
    text-align: center;
    transition: all .3s;
    background: #af9768;
    color: #fff;
    text-decoration: none;
    padding: 10px 150px;
    border-radius: 0px;
    display: block;
    font-size: 16px;
	border: none;
	width: auto;
	letter-spacing: 1.2px;
}

#contact .form-list input[type='text'], #contact .form-list input[type='email'], #contact .form-list textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: unset;
    padding: 10px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contact .form-list dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0 25px 0;
    align-items: self-start;
}

#contact .form-list li:last-child dl {
	border-bottom: 1px solid #eee;	
}

#contact .form-list dt label {
    vertical-align: middle;
}

#contact .form-list dt {
    width: 27%;
    vertical-align: middle;
	padding: 10px 0px 0 0px;
}

#contact .form-list dd {
    width: 73%;
}

.privacyAgree {
	text-align: center;	
	padding: 30px 0 0px;
}

.privacyAgree a {
	padding: 0 0 0 5px;
	text-decoration: underline;
}

#contact .privacyAgree input[type="checkbox"] {
	margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position: relative;
	vertical-align: middle;
	padding-left: 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
}

#contact .privacyAgree input[type="checkbox"]:before,
#contact .privacyAgree input[type="checkbox"]:after {
    content: "";
    display: block; 
    position: absolute;
}

#contact .privacyAgree input[type="checkbox"]:before {
    background-color: #fff;
    border-radius: 0%;
    border: none;
    width: 25px;/*チェックボックスの横幅*/
    height: 25px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: -2px;
	opacity: 0;
}

#contact .privacyAgree input[type="checkbox"]:after {
    border-bottom: 3px solid #fff;/*チェックの太さ*/
    border-left: 3px solid #fff;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 8px;/*チェックの高さ*/
    width: 13px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: 3px;/*チェック時の位置調整*/
    left: 4px;/*チェック時の位置調整*/
	z-index: 2;
}

#contact .privacyAgree input[type="checkbox"]:before {
	background: #af9768;
}

#contact .privacyAgree input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
}

#contact .privacyAgree input[type="checkbox"]:checked::before {
    opacity: 1;/*チェック後表示*/
}

#contact .privacyAgree label {
	padding: 0 0 0 10px;	
}

span.inquiryItem {
    font-weight: 500;
}

.formRecaptcha {
	text-align: center;
	padding: 0 0 10px;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 30px 0 35px;
}

#contact .form-list .telContactFormList input[type='text'] {
	width: 100%;	
}

#contact .form-list .telContactFormList input[type='text'].addressInput {
	width: 100%;
	margin: 10px 0 0;
}

#contact .form-list dd.selectDd {
	overflow: hidden;
	text-align: center;
    border-radius: 0px;
	width: 500px;
    margin: 0 auto 0 0px;
}

.selectDd select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.selectDd select::-ms-expand {
    display: none;
}

.selectDd {
	position: relative;
	border: 1px solid #ddd;
	background: #ffffff;
}

.selectDd::before {
	position: absolute;
	top: 1.25em;
	right: 1.0em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #333;
	pointer-events: none;
}

.selectDd select {
	padding: 10px 38px 10px 15px;
	color: #333;
}

.contactWayList dl dd label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
}

.contactWayList dl dd label::before,
.contactWayList dl dd label::after {
	content: "";
	display: block; 
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

.contactWayList dl dd label::before {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	left: 5px;
}

.contactWayList dl dd label::after {
	background-color: #f8af46;
	border-radius: 50%;
	opacity: 0;
	width: 10px;
	height: 10px;
	left: 10px
}

.contactWayList dl dd input:checked + label::after {
  	opacity: 1;
}

.contactWayList dl dd input {
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}

#contact .form-list li.contactWayList dd {
    padding: 10px 0 0;
}

.centerDescription.centerDescription--privacy {
    padding: 60px 0 0px;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
}

.centerDescription.centerDescription--privacy .centerDescription__text span {
    font-weight: 600;
}

.otherContactLink {
	text-align: center;	
    width: max-content;
    margin: 0 auto;
}

.otherContactLink a {
    background: #f8af46;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 40px;
    display: block;
    font-size: 14px;
}
;
.otherPageContainer.otherPageContainer--recruit.topBgArea.topBgArea--about.topBgArea--contact {
	background-image: url('{{ "top_bg.png" | asset_url }}') !important;
    background-repeat: no-repeat;
    background-size: cover;	
}

.topBgArea--contact .topBgArea__inner {
    width: 1200px !important;
    margin: 0 auto;
    padding: 100px 0 !important;
}

#contact #inlineFrameExample {
	margin: 50px auto 0px;
    display: flex;
    justify-content: center;
	border: 2px solid #ddd;
}

#contact input#possession {
	
}

#contact input#non-owned,
#contact input#woman {
	margin: 0 0 0 10px;
}

#contact .form-list dl.radioDl {
    align-items: baseline;	
}


.selectDd select.birthYear {
    width: -webkit-fill-available;
}

.selectDd select.birthMonth {
	 width: -webkit-fill-available;
}

.selectDd select.birthDay {
	 width: -webkit-fill-available;
}

#contact .form-list dd.selectDd--birth {
	width: auto;
    display: flex;
    align-items: center;
    border: none;
}

#contact .form-list dd.selectDd--birth .birthArea {
	position: relative;	
    border: 1px solid #ddd;
}

#contact .form-list dd.selectDd--birth .birthArea::before {
	position: absolute;
    top: 1.25em;
    right: 1.0em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #333;
    pointer-events: none;
}

#contact .form-list dd.selectDd--birth::before {
    display: none;
}

span.year_slant {
    margin: 0 10px;
}

.rightBtnArea {
    display: none;
}

.pcLeftNavList--cart {
	
}

.pcLeftNavList--cart a {
	position: relative;
}

.pcLeftNavList--cart a span{
	position: absolute;
    top: 5px;
    right: -40px;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #AF9768;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pickupGifts {
	padding: 120px 0 30px;	
}

.pickupGifts__inner {
	width: 1200px;
	margin: 0 auto;
}

.pickupGiftsTitle {
	text-align: center;	
	padding: 40px 0 100px;
	font-size: 28px;
	font-family: Lato;
	font-weight: 600;
}

.pickupGiftsTitle p {
	padding: 10px 0 0;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Noto Sans JP', Hiragino Sans, Meiryo, sans-serif;
}

.pickupGiftsTitle--mini-padding {
	padding: 55px 0 20px;
}

.pickGiftsList {
	display: flex;
    justify-content: space-between;
    padding: 0 0 60px;
	width: 100%;
	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
  	gap: 10px 50px;
}

.pickGiftsList__item {
    text-align: center;
	/*
	width: calc((100% / 3) - 50px);
	*/
}

.pickGiftsList__item a {
	
}

.pickGiftsList__item a img {
	width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.pickGiftsList__item__des {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

section.fissMainImg.fissMainImg--newItems {
	padding: 10px 0 60px;	
}

.newItemsTitle {
	text-align: center;	
	padding: 70px 0 50px;
	font-size: 28px;
	font-family: Lato;
	font-weight: 600;
}

.newItemsTitle p {
	padding: 0px 0 0;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Noto Sans JP', Hiragino Sans, Meiryo, sans-serif;
}

.slick-slide img {
    display: block;
    height: auto;
}

.fissMainImg__inner__img .slick-track li {
	justify-content: space-between;
	display: grid !important;
    grid-template-columns: 8fr 5fr;
    gap: 80px;
}

.fissMainImg__inner__img .slick-track li {
    grid-template-columns: 3fr 7fr;
    gap: 50px;
}

.fissMainImg__inner__img .slick-track li:not(:first-child) {
    margin: 0 0px 0 10px;
}

.fissMainImg__inner__img .slick-track li .newItemImg {
	/*
	width: calc(((100% / 11) * 7) - 30px);	
	*/
}

.fissMainImg__inner__img .slick-track li .newItemImg img {
	width: 100%;
    object-fit: cover;
}

.itemsNewDescription {
	/*
	width: calc(((100% / 11) * 4) - 30px);
	*/
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f3f3f3;
	height: auto;
}

.itemsNewDescription__ {
    text-align: center;
}

.itemsNewDescription__new {
	font-size: 14px;
}

.itemsNewDescription__itemName {
	font-size: 16px;	
}

.prev-arrow {
    transform: rotate(180deg);
	left: -20px;
}

.next-arrow {
	right: -20px;	
}

.prev-arrow, .next-arrow {
    display: block;
    width: auto;
    height: auto;
    background: unset;
    border: none;
    transition: all .3s ease;
    cursor: pointer;
}

.prev-arrow::before, 
.next-arrow::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li {
    margin: 0px 1px;
}

.slick-dots li button:before {
    font-size: 10px;
}

.priceSearchList {
	padding: 50px 0 60px;	
}

.priceSearchList__inner {
	width: 1200px;
	margin: 0 auto;
}

.priceListTitle {
	text-align: center;	
	padding: 70px 0 50px;
	font-size: 28px;
	font-family: Lato;
	font-weight: 600;
}

.priceListTitle p {
	padding: 0px 0 0;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Noto Sans JP', Hiragino Sans, Meiryo, sans-serif;
}

.priceListSearch {
	display: grid;
	grid-template-columns: 1fr 1fr;
  	grid-template-rows: 1fr 1fr;
  	gap: 24px 60px;
	place-content: center;
	justify-content: center;
	justify-items: center;
    padding: 20px 250px 0;
}

.priceListSearch--under {
	grid-template-columns: 1fr 1fr 1fr;
    padding: 0 0px;
	gap: 24px 120px;
}

.priceListSearch__list {
    width: 100%;
    text-align: center;
}

.priceListSearch__list a {
	position: relative;
    display: block;
    width: 100%;
	border-bottom: 1px solid #ccc;
	line-height: 42px;
    font-size: 14px;
}

.priceListSearch__list a:after {
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    transform: rotate(45deg);
}

#mainContent {
	padding: 0 0 80px 20px;	
}

.itemListSlider.slick-initialized.slick-slider {
    margin: 0 auto;
    padding: 0 0 0 30px;
}

.itemListSlider .item .itemImg {
    height: -webkit-fill-available;
    line-height: 208px;
    width: -webkit-fill-available;
}

.itemListSlider .item .itemImg img {
    width: -webkit-fill-available;
    max-height: -webkit-fill-available;
    max-width: -webkit-fill-available;
    object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
    aspect-ratio: 1 / 1;
}

.itemListSlider .item {
    padding: 14px 0 0;
    margin: 0 30px 0px 0;
}

.itemListSlider__title {
	text-align: center;
    padding: 70px 0 50px;
    font-size: 28px;
    font-family: Lato;
    font-weight: 600;
    color: #333;
}

.itemListSlider__title p {
    padding: 0px 0 0;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Noto Sans JP', Hiragino Sans, Meiryo, sans-serif;
}

.itemListSlider__title span.categoryItemName {
    font-size: 16px;
}

.itemListSlider__title span.categoryItemName .childCategoryList01 {
    text-align: left;
}

.itemListSlider__title span.categoryItemName .childCategoryList01 .childCategoryList01_link {
    padding: 0 30px 0 0;
}

.itemListSlider__title span.categoryItemName .childCategoryList01 li i {
    padding: 0 5px 0;
    color: #333;
}

.itemListSlider button.arrow_name {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 5;
}

.itemListSlider button.arrow_name::before {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: 50%;
}

.itemListSlider button.prev_arrow {
    left: -10px;
}

.itemListSlider button.next_arrow {
    right: 25px;
	background: #AF9768;
	color: #fff;
}

.itemListSlider button.prev_arrow::before {
    left: 55%;
    transform: translate(-50%,-50%)  rotate(225deg);
}

.itemListSlider button.next_arrow::before {
    left: 43%;
    transform: translate(-50%,-50%)  rotate(45deg);
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.itemListSlider button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.itemListSlider .item .itemTitle {
    margin: 20px 0 0px;
    text-align: left;
    font-size: 18px;    
}

.item .itemTitle h2 {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: -webkit-fill-available;
    text-align: left;
    white-space: normal;
}

.itemListSlider .item .itemDetail .itemPrice {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	color: #8A8A8A;
}

.reviewStar {
    padding: 0 0 5px;
    line-height: 18px;
}

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    font-size: 14px;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
	letter-spacing: 4px;
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #333; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 88%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 68%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 48%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 28%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 8%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */


.goodsPickUpImageArea {
	padding: 80px 0 10px;	
}

.goodsPickUpImageArea__inner {
	width: 1200px;
	margin: 0 auto;
}

.goodsPickUpImageArea__inner img {
	width: 100%;	
    image-rendering: -webkit-optimize-contrast;
}

.pickupGifts--service {
	padding: 10px 0 100px;
}

.pickupGifts--service .pickGiftsList {
    justify-content: space-between;
    padding: 30px 70px 60px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 230px;
}

.pickupGifts--service .pickGiftsList__item__des {
	overflow: unset;
    display: block;
	padding: 10px 0 0;
    font-size: 14px;
}

.pickupGifts--service .pickGiftsList__item__des p {
	padding: 5px 0 0;
	font-size: 14px;
}

.pickupGifts--service .pickGiftsList__item img {
	width: auto;	
	object-fit: contain;
    height: 60px;
}

.contactLinkBtn {
	padding: 10px 0 20px;
	text-align: center;
	width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.contactLinkBtn a {
	display: block;
	color: #AF9768;
	border-radius: 40px;
	padding: 8px 35px;
	border: 1px solid #AF9768;
    font-size: 14px;  
}

nav.category-lists {
    display: none;
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
	top: 70px;
    box-shadow: 0px 10px 10px 0px rgba(2, 75, 147, 0.16);
}

.category-lists ul {
	display: grid;	
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px 20px;
    padding: 10px 30px 40px;
}

.pickupGifts--category ul {
	display: grid;	
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px 20px;
    padding: 30px 30px 80px;
}

.categoryItems {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0 0 0 30px;
}

.categoryItems__img {
    padding: 0 20px 0 0;
    display: flex;
}

.categoryItems__des {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding: 0 0 5px;
}

.categoryItems__des p{
    font-size: 14px;
	font-weight: 400;
    line-height: 16px;
}

.pickupGifts--login {
	
}

.pickupGifts--login form {
	display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
	margin: 0 auto;
    width: fit-content;
}

.pickupGifts--login form label {
	display: block;
	padding: 20px 0 5px;
}

.pickupGifts--login form input {
	border: 1px solid #ddd;	
	border-radius: 5px;
	height: 40px;
	padding: 0 10px;
}

.forgetPass {
	padding: 10px 0 30px;
	text-align: left;
    width: 100%;
}

.forgetPass a{	
	color: #AF9768;
	font-size: 14px;
}

.btnLogin {
	width: 100%;
}

.btnLogin button {
	background: #AF9768;
	color: #fff;
	border-radius: 5px;
	padding: 10px 30px;
    width: -webkit-fill-available;
}

.btnLogin button:hover {
	opacity: 0.7;	
}

.createAcountLink {
	padding: 20px 0 60px;	
}

.createAcountLink a {
    display: block;
    line-height: 32px;
    border-bottom: 1px solid #333;
}

.pickupGifts--mypage {

}

.mypageInfoArea {
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 10px 50px;
	grid-template-rows: subgrid;
    grid-row: span 3;
	padding: 0 0 80px;
}

.mypageInfoArea-title {
    padding: 10px 0 25px;
    letter-spacing: 2px;
    font-size: 16px;
}

.mypageInfoArea__list {
	
}

.mypageInfoLinkList {
	
}

.mypageInfoLinkList ul {
	
}

.mypageInfoLinkList ul li {
    border-top: 1px solid #ccc;
}

.mypageInfoLinkList ul li:last-child {
	border-bottom: 1px solid #ccc;
}

.mypageInfoLinkList ul li a {
	display: flex;
    align-items: center;
	padding: 10px 20px;
    font-size: 14px;
}

.mypageInfoLinkList ul li a.active {
	color: #AF9768;
}

.mypageInfoLinkList ul li a img {
    width: auto;
	padding: 0 20px 0 0;
	filter: brightness(0) saturate(100%) invert(19%) sepia(0%) saturate(1%) hue-rotate(355deg) brightness(96%) contrast(93%);
}

.mypageInfoLinkList ul li a.active img {
	filter: brightness(0) saturate(100%) invert(64%) sepia(1%) saturate(5402%) hue-rotate(5deg) brightness(96%) contrast(81%);
}

.logoutLink {
	padding: 10px 20px;
    font-size: 14px;
}

.logoutLink a {
	color: #8C8C8C;
}

.mypageInfoArea__infoDes {
	background: rgb(109,213,237);
	background: linear-gradient(256deg, rgba(109,213,237,1) 0%, rgba(33,147,176,1) 100%);
	border-radius: 10px 0 0 10px;
}

.mypageInfoTop {
    display: grid;
    grid-auto-columns: 1fr;
    gap: 40px 20px;
    padding: 0px 40px;
    place-content: center;
    place-items: flex-start;
    height: 100%;
}

.mypageInfoTop__id {
	display: flex;
    align-items: center;
	color: #fff;
	letter-spacing: 2px;
}

.mypageInfoTop__id img {
	width: auto;
	padding: 0 10px 0 0;
}

.mypageInfoTop__id__num {
	color: #fff;
	font-size: 36px;
	padding: 0 0px 0 20px;
	margin: 0 0 5px;
}

.mypageInfoTop__status {
	display: flex;
    align-items: center;
	color: #fff;
	letter-spacing: 2px;
}

.mypageInfoTop__status img {
	width: auto;
	padding: 0 10px 0 0;
}

.mypageInfoTop__status__rank {
	color: #fff;
	font-size: 36px;
	padding: 0 0px 0 20px;
    margin: 0 0 5px;
}

.furigana {
	font-size: 16px;
}

.mypageInfoTop__point {
	display: flex;
    align-items: center;
	color: #fff;
	letter-spacing: 2px;
}

.mypageInfoTop__point img {
	width: auto;
	padding: 0 10px 0 0;
}

.mypageInfoTop__point__num {
	color: #fff;
	font-size: 36px;
	padding: 0 0px 0 20px;
	margin: 0 0 5px;
}

.pttani {
	color: #fff;
	font-size: 16px;
}

.mypageInfoListSP {
	display: none;	
}

.pickupGifts--goodsList .facets-container {
	
}

.pickupGifts--goodsList .facets-container summary {
	list-style: none;
	display: block;
	position: relative;
}

.pickupGifts--goodsList .facets-container summary::-webkit-details-marker {
  	display:none;
}

.pickupGifts--goodsList .facets-container svg{
	width: 10px;	
}

.pickupGifts--goodsList .facets-container svg.icon-caret {
	position: absolute;
    right: 10px;
    top: 12px;
}

.facets-layout-list--text input[type=checkbox]:checked~.svg-wrapper > .icon-checkmark {
    visibility: visible;
}

.hidden {
	display: none;
}

.facets__disclosure-vertical[open] .facets__summary .icon-caret {
    transform: rotate(180deg);
}

.pickupGifts--goodsList .active-facets-vertical-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px 20px;
}

.pickupGifts--goodsList .active-facets-vertical-filter h2 {
	font-size: 16px;
}

.pickupGifts--goodsList .active-facets-vertical-filter facet-remove.active-facets__button-wrapper {
    padding: 0 0 0 30px;
}

.pickupGifts--goodsList .active-facets-vertical-filter facet-remove.active-facets__button-wrapper a {
	text-decoration: underline;	
}

.pickupGifts--goodsList details {
	border-top: 1px solid #ccc;
	padding: 10px 20px;
}

.pickupGifts--goodsList h2.product-count__text.text-body {
	font-size: 16px;
	padding: 40px 20px 40px;
}

.goodsListGroup {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 40px;
    padding: 10px 30px 40px;
}

.goodsListGroup .categoryItems {
	flex-direction: column;
    align-items: flex-start;
}

fieldset.facets-wrap.parent-wrap.facets-wrap-vertical {
    border: none;
}

legend.visually-hidden {
    display: none;
}

.facets__item {
    display: flex;
    align-items: center;
}

.facet-checkbox {
    padding: 1rem 2rem 1rem 0;
    flex-grow: 1;
    position: relative;
    font-size: 1.4rem;
    display: flex;
    word-break: break-word;
	align-items: center;
}

.facet-checkbox > input[type=checkbox]:checked~.svg-wrapper > .icon-checkmark {
    visibility: visible;
}

.facet-checkbox .svg-wrapper {
    visibility: hidden;
    position: absolute;
    left: 0rem;
    z-index: 5;
    top: 1.45rem;
    width: 1.1rem;
    height: .7rem;
}

.facets-layout-list--text input[type=checkbox] {
    position: absolute;
    opacity: 1;
    width: 1.6rem;
    height: 1.6rem;
    top: .7rem;
    left: -.4rem;
    z-index: 0;
    appearance: none;
    -webkit-appearance: none;
	cursor: pointer;
}

.facets__item .facet-checkbox > svg {
	width: 16px;
	height: 16px;
}

.facet-checkbox>svg, 
.facet-checkbox > .svg-wrapper {
    margin-right: 1.2rem;
    flex-shrink: 0;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}

span.facet-checkbox__text {
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
}

.facets__header-vertical {
    font-size: 14px;
    padding: 10px 0;
}

.active-facets facet-remove:last-of-type {
    margin-bottom: 0.5rem;
}

.active-facets__button--light .active-facets__button-inner {
    box-shadow: 0 0 0 .1rem rgba(var(--color-foreground), .2);
}

span.active-facets__button-inner {
    color: rgb(var(--color-foreground));
    box-shadow: 0 0 0 .1rem rgb(var(--color-foreground));
    border-radius: 2.6rem;
    font-size: 14px;
    min-height: 0;
    min-width: 0;
    padding: .25rem 1.25rem;
    display: flex;
    align-items: center;
}

.active-facets__button--light .active-facets__button-inner {
    padding: 1.25rem 2.5rem;
}

.active-facets__button .svg-wrapper {
	margin-right: -.5rem;
	margin-top: 0rem;
	width: 1.4rem;
	position: relative;
    right: -8px;
}
	
.active-facets__button {
    display: block;
    padding-left: .2rem;
    padding-right: .2rem;
    text-decoration: none;
	margin-bottom: 1.5rem;
    width: fit-content;
}

.facetsList {
	display: flex;	
    flex-wrap: wrap;
	margin-bottom: 1rem;
}

.facetsList facet-remove {
    padding: 0 10px 0 0;
}

price-range.facets__price {
    display: flex;
    align-items: center;
}

price-range.facets__price input {
	border: 1px solid #ccc;
	padding: 5px;
}

label.field__label {
    padding: 0 5px;
}

span.field-currency {
    padding: 0 10px;
}

.product-count.light.medium-hide.large-up-hide {
    padding: 30px 0 0;
}

.productsInfo {
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 50px;
	grid-template-rows: subgrid;
    grid-row: span 3;
	padding: 60px 0 80px;
}

.productsInfo__img {
	
}

.productsInfo__img__main {
	
}

.productsInfo__img__main img {
	width: 100%;
	border: 1px solid #eee;
}

.productsInfo__img__sub {
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;	
	padding: 10px 0 0;
}

.productsInfo__img__sub img {
	border: 1px solid #eee;
}

.productsInfo__des {
	
}

.productsInfo__des__itemTitle {
	font-size: 26px;	
}

.productsInfo__des__price {
	padding: 10px 0 20px;
}

.productsInfo__des__price p {
	letter-spacing: 1.5px;
	line-height: 18px;
    font-size: 18px;
}

.productsInfo__des__price span {
	font-size: 12px;
}

.productsInfo__des__text {
    font-weight: 400;
    padding: 0 0 20px;
}

.productsInfo__des__type input[type=radio] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

.productsInfo__des__type > p {
	line-height: 14px;
	padding: 5px 0 0;
	font-size: 14px;
}

.productsInfo__des__type input[type=radio]:checked+label {
    background-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
}

.productsInfo__des__type input[type=radio]+label {
    border: 1px solid #eee;
    background-color: rgb(var(--color-background));
    color: rgba(var(--color-foreground));
    border-radius: 40px;
    color: rgb(var(--color-foreground));
    display: inline-block;
    margin: .7rem .5rem .2rem 0;
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: .1rem;
    line-height: 1;
    text-align: center;
    transition: border var(--duration-short) ease;
    cursor: pointer;
    position: relative;
}

.productsInfo__des__type input[type=radio]+label:before {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 40px;
    box-shadow: 0px 4px;
}

.products-num {
    padding: 20px 0 10px;
}

.products-num__title {
    font-size: 14px;
}

.facets__disclosure {
    margin-right: 3.5rem;
    padding: 20px 0 20px;
}

.product-count.light {
    padding: 40px 0 0;
}

.quantity {
    position: relative;
    width: 150px;
    display: flex;
}

.quantity:before {
    background: #fff;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0px;
    box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
    z-index: -1;
}

.quantity__button {
    flex-shrink: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    padding: 0;
	z-index: 2;
}

.quantity__button .svg-wrapper {
    width: 1rem;
    pointer-events: none;
}

.quantity__input {
    color: currentColor;
    font-size: 14px;
    font-weight: 500;
    opacity: .85;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 .5rem;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
}

.quantity__button:not(:focus-visible):not(.focused), .quantity__input:not(:focus-visible):not(.focused) {
    box-shadow: inherit;
    background-color: inherit;
}

.form-type-number {
    position: relative;
    height: 50px;
    border: 1px solid #999;
}

.form-type-number input {
    appearance: none;
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    text-align: center;
    border-radius: 4px;
    border: none;
}

.form-type-number input[type=number]::-webkit-inner-spin-button, 
.form-type-number input[type=number]::-webkit-outer-spin-button { 
  	-webkit-appearance: none;
}

.btn-minus, .btn-plus { 
	position: absolute;
	top: 10px;
	width: 50px;
	height: 33px;
	border: none;
	text-align: center;
}

.form-type-number .btn-minus {
	left: 0px;
	top: 4px;
}

.form-type-number .btn-plus {
	right: 0px;
	top: 10px;
}

.product-form__buttons {
	padding: 10px 0 20px;
}

.product-form__buttons button {
	border: 1px solid #333;
	text-align: center;
	width: 100%;
	padding: 10px 20px;
}

.paypal-button-label-container {
    background: #ffc439;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.paypal-logo {
    padding: 0;
    display: inline-block;
    background: none;
    border: none;
    width: auto;
	vertical-align: middle;
    height: 100%;
    text-align: left;
}

.paypal-button-row {
    padding: 10px 0 20px;
	cursor: pointer;
}

more-payment-options-link {
    text-align: center;
    width: -webkit-fill-available;
    display: block;
}

more-payment-options-link a {
	text-decoration: underline;
	font-size: 14px;
}

p.product__inventory {
    display: flex;
    align-items: center;
	font-size: 14px;
}

p.product__inventory svg {
	padding: 0 10px 0 0;
}

p.product__inventory span.svg-wrapper {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
	padding: 0 20px 0 0;
}

.pickupGifts--login textarea {
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 100%;
}

.btnLogin--contact {
	padding: 40px 0 60px;	
}

.productsInfo__des--cartInfo {
	
}

.pickupGifts--cart .productsInfo {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 50px;
    grid-template-rows: subgrid;
    grid-row: span 3;
    padding: 60px 0 80px;
}

.productsInfo__cartInfo {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
}

.productsInfo__cartInfo__productSum {
    text-align: end;
}

.cartInfoList__items {
	display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    align-items: center;
	padding: 30px 0;
    border-top: 1px solid #eee;    
}

.cartInfoList__items:last-child {
	border-bottom: 1px solid #eee;
}

.cartInfoList__items__details {
    display: flex;
    align-items: flex-start;
}

.productsInfo__des--cartInfo .productsInfo__img__main {
    width: calc(((100% / 5)* 1) - 20px);
}

.productsInfo__des--cartInfo .productsInfo__img__main img {
    width: 100%;
    border: 1px solid #eee;
    vertical-align: bottom;
}

.productsInfo__des--cartInfo .cartInfoList__items__text {
	width: calc(((100% / 5)* 4) - 20px);
	padding: 0 0 0 20px;
}

.productsInfo__des--cartInfo .productsInfo__des__itemTitle {
    font-size: 16px;
}

.productsInfo__des--cartInfo .productsInfo__des__price p {
    letter-spacing: 1.5px;
    line-height: 18px;
    font-size: 14px;
}

.productsInfo__des--cartInfo .productsInfo__des__price {
    padding: 10px 0 10px;
}

.productsInfo__des--cartInfo .typeItems {
    font-size: 14px;
}

.productsInfo__des--cartInfo .products-num {
    padding: 20px 0 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.deleteBtn {
	
}

.deleteBtn a {
	display: block;
}

.productsInfo__des--cartInfo .products-num .deleteBtn svg {
	width: 17px;
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.cartSumNum {
    text-align: end;
}

.cartCompleteArea {
	display: grid;
    grid-auto-columns: max-content;
    justify-content: end;
    padding: 80px 0 0;
}

.sumPaymentNum {
	text-align: end;
    font-size: 18px;
	font-weight: 600;
}

.sumPaymentNum span {
	
}

.sumPaymentNum p {
	font-size: 14px;
    padding: 10px 0 0;
    font-weight: 400;
}

.continueShopping {
    padding: 0px 0 10px;
    text-align: end;
}

.continueShopping a {
	text-decoration: underline;
	display: block;
    font-size: 14px;
}

.cartCompleteArea .product-form__buttons button {
    border: 1px solid #333;
    text-align: center;
    width: 100%;
    padding: 10px 20px;
    background: #333;
    color: #fff;
}

.pickupGifts--bookmark {
	
}

.pickupGifts--bookmark .mypageInfoArea__infoDes {
	background: none;
	border-radius: 0px;
}

.mypageInfoTop--list {
	display: grid;	
	grid-template-columns: 1fr 1fr;
    align-items: center;
	gap: 20px 0px;
	height: fit-content;
	position: relative;
	border-top: 1px solid #eee;
	padding: 20px;
	justify-items: center;
}

.mypageInfoTop--list:last-child {
	border-bottom: 1px solid #eee;
}

.mypageInfoTop__bookmarkInfoImg {
}

.mypageInfoTop__bookmarkInfoImg img {
	vertical-align: middle;
}

.mypageInfoTop__bookmarkInfoTxt {
    padding: 10px 0 0;
}

.mypageInfoTop__bookmarkInfoTxt > a {
	display: block;
}

.mypageInfoTop__bookmarkInfoTxt__title {
    font-weight: 600;
}

.mypageInfoTop__bookmarkInfoTxt__yen {
    padding: 10px 0;
}

.mypageInfoTop__bookmarkInfoTxt__type {
    font-size: 14px;
}

.deleteBookmark {
	padding: 20px 0 0;
    text-align: right;
    display: block;
    position: relative;
    width: fit-content;
	margin: 0 0 0 auto;
}

.deleteBookmark:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0px;
	border-bottom: 1px solid #333;
	width: 100%;
}

.deleteBookmark span {
	padding: 0 0 0 5px;	
}

.mypageInfoArea__infoDes--userInfo {
	
}

.mypageInfoArea__infoDes--userInfo .mypageInfoTop--list {
	display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px 0px;
    height: fit-content;
    position: relative;
    border-top: 1px solid #eee;
    padding: 60px 20px;
    justify-items: center;
}

.mypageInfoTop__userInfo {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 40px 60px;
    width: 100%;	
}

.profileMyName {
    padding: 20px 0;
}

.profileMyName__text {
    font-weight: 600;
}

.profileMyName__text__name {
    padding: 5px 0;
	display: grid;
    grid-template-columns: 1fr 1fr;
}

.profileMyName__text__name span {
	padding: 0 30px 0 0;	
}

.profileMyName__text__name a {
	text-decoration: underline;
}

.profileMyName__text__name a .fa {
	padding: 0 5px 0 0px;
}

.profileMyMailaddress {
    padding: 20px 0;
}

.profileMyMailaddress__text {
    font-weight: 600;
}

.profileMyMailaddress__text__name {
    padding: 5px 0;
	display: grid;
    grid-template-columns: 1fr 1fr;
}

.profileMyMailaddress__text__name span {
	padding: 0 30px 0 0;	
}

.profileMyMailaddress__text__name a {
	text-decoration: underline;
}

.profileMyMailaddress__text__name a .fa {
	padding: 0 5px 0 0px;
}

.profileMyAddress {
    padding: 20px 0;
	display: flex;
    flex-direction: column;
}

.profileMyAddress label {
	flex:1;
}

.profileMyAddress__text {
    font-weight: 600;
    font-size: 14px;
}

.addLink {
    padding: 0 0px 0 30px;
	text-decoration: underline;
	font-weight: 400;
}

.addLink .fa {
	padding: 0 5px 0 0;	
}

.mypageInfoArea__infoDes.mypageInfoArea__infoDes--userInfo.shippingListInfo .addresses ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.mypageInfoArea__infoDes.mypageInfoArea__infoDes--userInfo.shippingListInfo .addresses ul p {
    font-size: 14px;
}

.mypageInfoArea__infoDes.mypageInfoArea__infoDes--userInfo.shippingListInfo li[data-address]>h2 {
    font-size: 16px;
    text-align: left;
    padding: 0 0 20px;
}

.mypageInfoArea__infoDes.mypageInfoArea__infoDes--userInfo.shippingListInfo .customer:not(.account):not(.order) {
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.profileMyAddress__text__name {
    padding: 5px 0;
	display: grid;
    grid-template-columns: 1fr 1fr;
}

.profileMyAddress__text__name span {
	padding: 0 30px 0 0;	
}

.profileMyAddress__text__name a {
	text-decoration: underline;
}

.profileMyAddress__text__name a .fa {
	padding: 0 5px 0 0px;
}

.profileMyAddress__ListInfo__title {
	padding: 30px 0 5px;
	font-size: 16px;
}

.shippingListInfo input:checked + label .profileMyAddress__ListInfo .profileMyAddress__text__name {
    padding: 40px 30px;
    border-radius: 10px;
    background: #eee;
}

.shippingListInfo label .profileMyAddress__ListInfo .profileMyAddress__text__name {
    padding: 40px 30px;
    border-radius: 10px;
	border: 1px solid #eee;
	background: #fff;
	cursor: pointer;
}

.shippingListInfo input {
  	display: none;
	cursor: pointer;
}

.mypageInfoArea__infoDes.mypageInfoArea__infoDes--userInfo.shippingListInfo input {
    display: block;
}

.mypageInfoArea__infoDes.mypageInfoArea__infoDes--userInfo.shippingListInfo h2#AddressNewHeading,
.mypageInfoArea__infoDes.mypageInfoArea__infoDes--userInfo.shippingListInfo .addresses h2 {
    font-size: 16px;
}

.mypageInfoArea__infoDes.mypageInfoArea__infoDes--userInfo.shippingListInfo .checkBoxField {
    display: flex;
    align-items: end;
}

.shippingListInfo label .profileMyAddress__ListInfo .profileMyAddress__text__name .fa {
	padding: 0 5px 0 0;	
}
.restockNotification {
	display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 20px 40px;
    padding: 50px 0 0;
    align-items: center;
}

.productsNotificationList {
	padding: 20px 0;	
}

.productsNotificationList__title {
	padding: 5px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.productsNotificationList__title p {
	font-size: 14px;
	font-weight: 600;
}

.productsNotificationList input {
	display: block;
	font-size: 14px;
	margin: 0 5px 0 0;
}

.productsNotificationList input:nth-child(2) {
	margin: 0 5px 0 20px;	
}

.productsNotificationList__input {
	display: flex;	
	font-size: 14px;
	padding: 10px 0 0;
}

.kodawariMainDesImgArea__inner__title {
	color: #784547;
    text-align: center;
    font-size: 24px;
	font-weight: bold;
	padding: 40px 0 20px;
}

.historyChart {
    width: 100%;
    position: relative;
    padding: 0px 0 50px;
}

.kodawariMainDesImgArea--history dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 10px;
    position: relative;
}

.kodawariMainDesImgArea--history .kodawariMainDesImgArea__inner__text dl:before {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 118px;
    margin: 0;
    content: "";
    width: 0;
    height: 100%;
    border: 2px solid #ccc;
    border-radius: 3px;
    z-index: 0;
    transform-origin: top;
    animation: extend 8s;
}

.kodawariMainDesImgArea--history dl dt::after {
    content: '●';
    position: absolute;
    right: -0.55em;
    top: -3px;
    font-size: 22px;
    color: #301300;
    display: flex;
    align-items: center;
    height: -webkit-fill-available;
}

.kodawariMainDesImgArea--history dl dt {
	text-align: right;
    width: 8.5em;
    padding: 4em 2.0em 4em 0.5em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 600;
    font-size: 14px;
}

.kodawariMainDesImgArea--history dl dd {
    width: calc(100% - 16.5em);
    padding: 4em 2.0em 4.0em;
	position: relative;
}

.kodawariMainDesImgArea--history dl dd:after {
	content: "";
	border-bottom: 1px solid #eee;
	position: absolute;
	bottom: 0px;
    width: -webkit-fill-available;
}

.kodawariMainDesImgArea--history dl dd h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
	padding: 5px 0 0;
}

.kodawariMainDesImgArea--history dl dd p {
    font-size: 14px;
}

.kodawariMainDesImgArea--history dl dd a {
	text-decoration: underline;	
}

@keyframes extend {
    from { transform: scaleY(0) }
    to { transform: scaleY(1) }
}

.shoppingGuideInfo__title {
	font-size: 18px;
	border-bottom: 1px solid #999;
    padding: 0 0 20px;
    margin: 60px 0 25px;
    letter-spacing: .06em;
    color: #121212;
    line-height: 1.3;
    word-break: break-word;
    font-weight: 500;
}

.shoppingGuideInfo__des {
	
}

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

.shoppingGuideInfo__des p a {
	text-decoration: underline;	
}

.shoppingGuideInfo__des__title {
    font-weight: 600;
    padding: 20px 0 5px;
}

.shoppingGuideInfo__des table {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1.4rem;
    border-style: hidden;
	border: 1px solid #ddd;
}

.shoppingGuideInfo__des table td,
.shoppingGuideInfo__des table th {
    padding: 1em;
	border: 1px solid #ddd;
	font-size: 14px;
}

.shoppingGuideInfo__des table th {
	background: #666;
}

.spBr {
	display: none;	
}

.sp-Img {
	display: none;	
}

.active-facets-vertical-filter {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
    padding: 0 0 30px;
}

.active-facets-vertical-filter h2#verticalTitle {
  font-size: 16px;
  font-weight: bold;
}

.facets-container.scroll-trigger.animate--fade-in .facets__form {
    display: grid;
    gap: 0 3.5rem;
    grid-template-columns: 1fr max-content;
    margin-bottom: .5rem;
}

span.active-facets__button-inner {
    padding: 0.50rem 2.55rem;
}

.mypageInfoArea__infoDes.mypageInfoArea__infoDes--userInfo.shippingListInfo .select .svg-wrapper, .customer select+.svg-wrapper {
    right: 15px;
}

.product__description.rte.quick-add-hidden {
    font-size: 12px;	
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}

p.product__inventory svg {
    padding: 0px 0px 0px 0;
}

p.product__inventory span.svg-wrapper {
    line-height: normal;
}

.product.product--large.product--left.product--stacked.product--mobile-hide.grid.grid--1-col.grid--2-col-tablet {
    padding: 60px 0;
}

/* .form_mesageの下のulのスタイル */
.form_meesage ul {
	margin-top: 1.5rem;
}
.form_meesage li {
	font-size: 14px;
	margin-top: 0.5rem;
}

.errors {
	margin-top: 1.5rem;
  }
  
.errors li{
	color: #ee0000;
	font-size: 14px;
	margin-top: 0.5rem;
}

.collection-list.contains-card.contains-card--collection.contains-card--standard.grid.grid--3-col-desktop.grid--1-col-tablet-down.collection-list--3-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px; 
}

.grid.product-grid.contains-card.contains-card--product.contains-card--standard.grid--5-col-desktop.grid--2-col-tablet-down {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.grid__item.scroll-trigger.animate--slide-in,
.collection-list__item.grid__item.scroll-trigger.animate--slide-in {
    width: unset;
    max-width: unset;
}

.full-unstyled-link {
    font-size: 14px;
}

.collection-list-title.inline-richtext.h1 {
    font-size: 30px;
}

.fissMainImg__inner__img .slick-track {
    gap: 20px;
    display: flex;
}

.grid.product-grid.grid--2-col-tablet-down.grid--4-col-desktop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

ul.collection-list.contains-card.contains-card--collection.contains-card--standard.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}


@media screen and (max-width:1350px) {
	
	.headMainArea__left__up {
		height: 60vh;
	}
	
	.topBgArea__inner {
		padding: 120px 50px;
	}
	
	.topBgArea__inner img {
		width: 100%;
		display: flex;
		justify-content: center;
	}
		
}

@media screen and (max-width:1210px) {
	
	.topNewsInner {
		width: 100%;
	}
	
	.fissMainImg__inner {
		width: -webkit-fill-available;
	}
	
	.next-arrow {
		right: 40px;
	}
	
	.prev-arrow {
		left: 40px;
	}
	
	.pickupGifts--service .pickGiftsList {
		padding: 30px 20px 60px;
		gap: 10px 80px;
	}
	
	.priceSearchList__inner {
		width: 100%;
	}
	
	.goodsPickUpImageArea__inner {
		width: 100%;
	}
			
	.messageInfoArea {
		padding: 0 20px;
	}

	.messageInfoInner {
		width: 100%;
	}	
	
	.businessInfoInner {
		width: 100%;
	}
	
	.businessInfoArea {
		padding: 30px 20px;
	}	
	
	.contactInfoInner {
		width: 100%;
	}
	
	.contactInfoArea {
		padding: 50px 20px;
	}	
	
	.footerInfoInner {
		width: 100%;
	}
	
	.footerInfoArea {
		padding: 50px 20px;
	}
	
	.headMainArea__left__up {
    	height: 100%;
	}
	
	.headeScrollLine {
		display: none;	
	}
	
	.contactInfoInner__right {
		padding: 30px 20px 40px;
	}
	
	.headMainArea__left {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 80;
		background-color: #3584bb;
		transition: all 0.5s;/*アニメーション設定*/
	}
	
	.otherPageWrapper .headMainArea__left {	
		display: block;	
	}

	.headMainInfoArea {
		display: none;	
	}
	
	.otherPageWrapper .headMainArea__right {
		justify-content: end;
	}
		
	.otherPageWrapper .headMainArea__right .upHeaderContactArea {
		position: relative;
		display: flex;
		justify-content: end;
	}
	
	.pankuzuPageTitleInner {
    	width: 100%;
    }

	.importantInfoInner {
		width: 100%;
	}
	
	.featureInfoInner {
		width: 100%;
	}
	
	.topBgArea--about .topBgArea__inner {
		width: 100%;	
	}
	
	.aboutTopInfoArea__nameInfo {
		text-align: center;
		padding: 40px 100px 0;
	}
	
	#contact form {
		width: 100%;	
		padding: 20px 20px;
	}
	
	.formAttentionTxt {
		width: 100%;	
		padding: 70px 20px 40px;
	}
	
	#contact .form-list input[type='text'], 
	#contact .form-list input[type='email'], 
	#contact .form-list textarea {
		width: 70%;
	}
	
	#contact .form-list .telContactFormList input[type='text'] {
		width: 70%;
	}
	
	#contact .form-list .telContactFormList input[type='text'].addressInput {
		width: 70%;
		margin: 10px 0 0;
	}

	#contact .form-list dd.selectDd {
		width: 500px;
		margin: 0 auto 0 25px;
	}
	
	#contact .form-list dt {
		width: 23%;
		padding: 10px 0px 0 0px;
	}
	
	#contact .form-list dd {
		width: 75%;
	}
	
	.centerDescription.centerDescription--privacy {
    	padding: 60px 20px 0px;
        width: 100%;
    	margin: 0 auto;
	}
	
	.topBgArea--contact .topBgArea__inner {
		width: 100% !important;	
	}
	
	.pickupGifts__inner {
		width: 100%;
		margin: 0 auto;
	}
	
}

@media screen and (max-width:1000px) {
	
	.rightBtnArea {
		display: block;	
	}
	
	.lang-box {
		display: none;	
	}

	.messageInfoInner {
		flex-direction: column;
	}
	
	.messageInfoInner__left {
		width: 100%;
	}

	.messageInfoInner__right {
		width: 100%;
		padding: 30px 0 0 0px;
	}
	
	.contactInfoInner {
		flex-direction: column;
	}
	
	.contactInfoInner__left {
		width: 100%;
		padding: 0 0px 40px 0;
	    text-align: center;
	}
	
	.contactInfoInner__right {
		padding: 30px 30px 40px;
		width: 100%;
	}
	
	.messageInfoInner__right__link {
		text-align: center;
	}
	
	.pankuzuPageTitleInner {
		padding: 0 20px;
	}

	.importantInfoInner__list {
		flex-wrap: wrap;
	    padding: 40px 20px 0;
	}
	
	.importantInfoInner__list__item {
		width: calc((100% / 2) - 20px);
		padding: 0px 30px 0px;
		aspect-ratio: 1 / 1;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	    margin: 0 0 20px;
	}
	
	.importantInfoInner__list__item:first-child {
		padding: 0px 30px 0;
	}
	
	.featureInfoInner {
		padding: 0 20px;
	}
	
	.aboutTopInfoArea__nameSpell {
		flex-wrap: wrap;
	}
	
	.aboutTopInfoArea__nameSpell__detail {
		width: calc(100% / 2);
		border-left: 1px solid rgba(255, 255, 255, 0.3);
		text-align: center;
		padding: 20px 0;
		margin: 0 0 20px;
	}

	.aboutTopInfoArea__nameSpell__detail:nth-child(2) {
		border-right: 1px solid rgba(255, 255, 255, 0.3);
	}

    .aboutTopInfoArea__nameInfo {
        text-align: center;
        padding: 40px 20px 0;
    }
	
	.fissMainImg {
		width: 100%;
		position: relative;
		padding: 50px 0 0;
	}
		
	section.fissMainImg.fissMainImg--about .fissMainImg__inner__title {
		top: 54%;
		font-size: 30px;
		letter-spacing: 12px;
		z-index: 5;
	}
	
	.brandTabList__item {
    	width: calc(100% / 2);
	}

	.topBgArea .brandTabList__item img {
        width: auto;
        display: flex;
        justify-content: center;
    }
	
	.aboutBottomCompanyInfoArea.aboutBottomCompanyInfoArea--brand {
    	padding: 70px 20px 50px;
	}
	
	#contact .form-list dl {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 25px 0 25px 0;
		align-items: self-start;
		border-top: 1px solid #eee;
		flex-direction: column;
	    font-size: 14px;
	}
	
	#contact .form-list dt {
		width: 100%;
		padding: 10px 0px 10px 20px;
	}
	
	#contact .form-list dd {
		width: 100%;
		padding: 0 20px;
	}
	
	#contact .form-list dd.selectDd {
		width: 300px;
		margin: 0 auto 0 20px;
		padding: 0px;
	}
	
	.selectDd select {
    	font-size: 14px;
	}
	
	#contact .form-list li.contactWayList dd {
		padding: 10px 20px 0;
	}
		
	#contact .form-list .telContactFormList input[type='text'] {
		width: 30%;
	}
	
	.formAttentionTxt {
		font-size: 14px;
	}
	
	.priceListSearch {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		gap: 0px 0px;
		place-content: center;
		justify-content: center;
		justify-items: center;
		padding: 20px 20px 0px;
	}
	
	.priceListSearch--under {
		grid-template-columns: 1fr;
		padding: 0 20px;
		gap: 0px 0px;
	}
	
	.priceListSearch__list a {
		padding: 10px 0;
	}
	
	.category-lists ul {
		display: grid;	
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px 20px;
		padding: 10px 30px 20px;
	}
	
	.pickupGifts--category ul {
		display: grid;	
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px 20px;
		padding: 30px 30px 80px;
	}
	
	.pickupGifts--mypage .pickupGifts__inner{
        padding: 0 20px;
	}
	
	.mypageInfoArea {
       grid-template-columns: 1fr;
		gap: 40px 50px;
		grid-template-rows: subgrid;
		grid-row: span 3;
		padding: 0 0 80px;
	}
	
	.mypageInfoListPC {
		display: none;	
	}
	
	.mypageInfoListSP {
		display: block;	
	}
	
	.mypageInfoTop {
		gap: 20px 20px;
		padding: 40px 40px;
	}
	
	.mypageInfoArea__infoDes {
		border-radius: 10px 10px 10px 10px;
	}
	
	.selectlink{
		margin: 0px 0px 0px;
		padding: 15px;
		border: 2px #ddd solid;
		border-radius: 3px;
		background-color: #fff;
		cursor: pointer;
		width: -webkit-fill-available;
		font-size: 14px;
	}
	
	.selectlink:hover{
		border: 2px #333 solid;
		background-color: #eee;
	}
	
	.selectBoxMypage {
		position: relative;	
	}
	
	.selectBoxMypage::before {
		position: absolute;
		top: 1.6em;
		right: 1.5em;
		width: 0;
		height: 0;
		padding: 0;
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 12px solid #333;
		pointer-events: none;
	}
	
	.logoutLink {
		position: relative;	
	}
	
	.logoutLink a {
		position: relative
	}
	
	.logoutLink a:before {
		position: absolute;
        top: 7px;
        left: -1em;
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: 5px solid #333;
        border-right: 5px solid transparent;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        pointer-events: none;
	}
	
	.facetsList {
		padding: 0 20px;
	}
	
	.pickupGifts--goodsList details {
		margin: 0 20px;
	}
	
	.productsInfo__cartInfo {
		display: grid;
		grid-template-columns: 3fr 1fr;
		padding: 0 20px;
	}
	
	.productsInfo__cartInfo__productNum {
    	display: none;
	}
	
	.cartInfoList__items {
		grid-template-columns: 1fr;
		align-items: center;
		padding: 30px 0;
	}
	
	.productsInfo__des--cartInfo .products-num {
		grid-template-columns: 1fr 4fr;
		align-items: center;
		align-content: ;
		justify-content: flex-start;
	}
	
	.productsInfo__des--cartInfo {
		padding: 0 20px;
	}
	
	.productsInfo__des--cartInfo .productsInfo__img__main {
		width: calc(((100% / 5)* 1) - 0px);
	}
	
	.productsInfo__des--cartInfo .cartInfoList__items__text {
		width: calc(((100% / 5)* 4) - 0px);
		padding: 0 0 0 20px;
	}
	
	.cartCompleteArea {
		display: grid;
		grid-auto-columns: auto;
		justify-content: end;
		padding: 80px 0 0;
	}
	
	.kodawariMainDesImgArea--history {
   		padding: 0 20px;
	}
			
}


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

    .collection-list-title.inline-richtext.h1 {
      font-size: 20px;
    }
  
	.upHeaderContactArea {
		display: none;	
	}	
	
	.businessInfoInner__list__item {
		width: 100%;
		text-align: center;
		padding: 0 0 20px;
	}
	
	.messageInfoInner {
		padding: 60px 20px;
	}
	
	.headMainArea {

	}
	
	.nav#pc-nav {
		display: block;	
	}
	
	.headMainArea__logo {
		text-align: left;
		padding: 23px 0 22px 0px;
		align-items: center;
		display: flex;
		justify-content: flex-start;
	}
	
	.priceListTitle {
		padding: 100px 0 20px 0px;
        font-size: 22px;
        line-height: 40px;
	}
	
	.priceListTitle p {
		font-size: 16px;
	}
	
	.itemListSlider__title {
        padding: 100px 0 20px 0px;
        font-size: 22px;
        line-height: 40px;
    }
	
	.itemListSlider__title p {
		font-size: 16px;
	}

    .itemListSlider.slick-initialized.slick-slider {
        padding: 0 0 0 0px;
    }

    .itemListSlider button.prev_arrow {
        right: auto;
    }

    .itemListSlider button.next_arrow {
        right: 0px;
    }
	
	.pickupGiftsTitle {
		padding: 100px 0 20px 0px;
		font-size: 22px;
		line-height: 40px;
	}
	
	.pickupGiftsTitle p {
		font-size: 16px;	
	}
	
	#mainContent {

		padding: 0 20px 80px 20px;
	}
	
	.newItemsTitle {
		padding: 100px 0 20px 0px;
        font-size: 22px;
        line-height: 40px;
	}
	
	.newItemsTitle p {
		font-size: 16px;	
	}
	
	.fissMainImg__inner__title {
		top: 50%;
		font-size: 36px;
		letter-spacing: 10px;
	}
	
	.next-arrow,
	.prev-arrow {
		top: 50%;
	}

	.topBgArea__inner {
        padding: 60px 20px;
    }
	
	.topBgArea__inner__title {
		font-size: 2.0rem;
	}
		
	#page-top {
		right: 20px;
		bottom: 20px;
		border-radius: 100%;
		padding: 15px 15px;
	}
	
	.pageTopLink p {
		line-height: 22px;
		font-size: 12px;
		letter-spacing: 4px;
	}
	
	.topBgArea--about .topBgArea__inner {
        width: 100%;
        padding: 60px 20px;
    }
	
	.aboutBottomCompanyInfoArea__inner__title {
		color: #333;
		font-size: 22px;
		padding: 10px 0 60px;
		text-align: center;
	}
	
	.companyInfoTable__tr {
		display: flex;
		border-top: 1px solid #ddd;
		padding: 20px 20px;
		flex-direction: column;
	}
	
	.companyInfoTable__tr__th {
		width: 100%;
		padding: 0 0px 10px;
		font-weight: 500;
	}
	
	.companyInfoTable__tr__td {
		width: 100%;	
	}
	
	.topBgArea .brandTabList__item img {
        width: 100%;
    }
	
	#contact iframe {
		width: 100%;	
	}
	
	#contact input[type='submit'] {
		padding: 10px 70px;
	}
	
	.pcLeftNavList--cart a span {
		top: 0px;
	}
	
	.itemListSlider .item .itemImg img {
		height: auto !important;	
	}
	
	.pickupGifts--service .pickGiftsList {
        padding: 30px 20px 30px;
        gap: 10px 20px;
    }
	
	.category-lists ul {
		display: grid;	
		grid-template-columns: 1fr 1fr;
		gap: 15px 15px;
		padding: 10px 30px 20px;
	}
	
	.pickupGifts--category ul {
		display: grid;	
		grid-template-columns: 1fr 1fr;
		gap: 15px 15px;
		padding: 30px 20px 80px;
	}
	
	.categoryItems__des {
		font-size: 12px;
		font-weight: 600;
		line-height: 22px;
		padding: 0 0 5px;
	}
	
	.categoryItems__des p {
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
	}
	
	.pickupGifts--category ul .categoryItems {
		padding: 0 0 0 10px;
	}
	
	.pickupGifts.pickupGifts--login {
    	padding: 60px 20px 30px;
	}
	
	.pickupGifts--login form input {
		width: 100%;
	}
	
	.forgetPass a {
		font-size: 12px;
	}
	
	.selectBoxMypage::before {
		position: absolute;
		top: 2em;
		right: 1.5em;
		width: 0;
		height: 0;
		padding: 0;
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 12px solid #333;
		pointer-events: none;
	}
	
	.logoutLink a:before {
		position: absolute;
        top: 6px;
        left: -1em;
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: 5px solid #333;
        border-right: 5px solid transparent;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        pointer-events: none;
	}
	
	.goodsListGroup {
		grid-template-columns: 1fr 1fr;
		gap: 60px 20px;
		padding: 10px 30px 40px;
	}
	
	price-range.facets__price input {
		width: 120px;
	}
	
	span.active-facets__button-inner {
		font-size: 12px;
	}
	
	span.facet-checkbox__text {
		font-size: 12px;
		cursor: pointer;
		text-decoration: underline;
	}
	
	.productsInfo {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px 50px;
		grid-template-rows: subgrid;
		grid-row: span 3;
		padding: 60px 20px 80px;
	}
	
	.productsInfo__des__itemTitle {
		font-size: 20px;
		word-break: break-word;
		overflow-wrap: break-word;
		white-space: normal;
		width: 100%;
		max-width: 360px;
	}
	
	.productsInfo__des__price p {
		letter-spacing: 1.5px;
		line-height: 18px;
		font-size: 16px;
	}
	
	.product-form__buttons button {
		font-size: 14px;
	}
	
	.productsInfo__img__sub {
		width: 100%;
		display: flex;
		gap: 20px 20px;
		padding: 10px 0 0;
		overflow-x: scroll;
	}
	
	.productsInfo__des--cartInfo .productsInfo__img__main {
		width: calc(((100% / 5)* 1.5) - 0px);
	}
	
	.productsInfo__des--cartInfo .cartInfoList__items__text {
		width: calc(((100% / 5)* 3.5) - 0px);
		padding: 0 0 0 20px;
	}
	
	.mypageInfoArea__infoDes--userInfo .mypageInfoTop--list {
		padding: 40px 0px;
	}
	
	.mypageInfoTop__userInfo {
		border: 1px solid #eee;
		border-radius: 10px;
		padding: 20px 20px;
		width: 100%;
	}
	
	.profileMyAddress__ListInfo__title {
		font-size: 12px;
	}
	
	.shippingListInfo input:checked + label .profileMyAddress__ListInfo .profileMyAddress__text__name {
		padding: 30px 20px;
	}
	
	.shippingListInfo label .profileMyAddress__ListInfo .profileMyAddress__text__name {
		padding: 30px 20px;
	}
	
	.productsNotificationList__title p {
		font-size: 12px;
	}
	
	.productsNotificationList__title {
		font-size: 12px;
	}
	
	.productsNotificationList__input {
		font-size: 12px;
	}
	
	.kodawariMainDesImgArea__inner__title {
		color: #784547;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		padding: 40px 0 20px;
	}
	
	.kodawariMainDesImgArea__inner__text {
		padding: 0 0px 20px;
		font-size: 14px;
	}

	.kodawariMainDesImgArea--chef .kodawariMainDesImgArea__inner__text {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		line-height: 28px;
		font-size: 14px;
	}
	
	.kodawariMainDesImgArea--history .kodawariMainDesImgArea__inner__text dl:before {
		display: block;
		position: absolute;
		top: 10px;
		right: 0;
		bottom: 0;
		left: 83px;
		margin: 0;
		content: "";
		width: 0;
		height: 100%;
		border: 2px solid #ccc;
		border-radius: 3px;
		z-index: 0;
		transform-origin: top;
		animation: extend 6s;
	}
	
	.kodawariMainDesImgArea--history dl dt {
		text-align: center;
		width: 6em;
		padding: 0.5em 1em 0.5em 0em;
		position: relative;
	    justify-content: center;
	}
	
	.kodawariMainDesImgArea--history dl dd {
		width: calc(100% - 7em);
		padding: 2em 0.7em 2.5em 2em;
	}
	
	.kodawariMainDesImgArea--history dl dd h2 {
		font-size: 14px;
		font-weight: bold;
		line-height: 20px;
	}
	
	.kodawariMainDesImgArea--history dl dd p {
		font-size: 14px;
		line-height: 24px;
	}	
	
	.kodawariMainDesImgArea--history dl dd img {
		padding: 0 0 10px;	
	}
	
	.kodawariMainDesImgArea--history dl dt {
        text-align: center;
        width: 6em;
        padding: 0.5em 1em 0.5em 0em;
        position: relative;
    }
	
	.shoppingGuideInfo__title {
		font-size: 16px;
	}
	
	div.shoppingGuideInfo__des__txt {
		overflow-x: scroll;	
	}
	
	div.shoppingGuideInfo__des__txt table {
		width: 100%;
	  	border-collapse: collapse;
	  	white-space: nowrap;
	}
	
	div.shoppingGuideInfo__des__txt table tbody {
		display: table-caption;
	}
	
	div.shoppingGuideInfo__des__txt table tbody td:first-child {
		width: 100px;	
	}
	
	.spBr {
		display: block;	
	}
	
	.sticky {
		position: sticky;
		top: 0;
		left: 0;
	    border: 1px solid #ddd;
	}
	
	.sticky::before {
		content: "";
		position: absolute;
		top: 0;
		left: -1px;
		border-left: 1px solid #ddd;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	
	.pc-Img {
		display: none;	
	}
	
	.sp-Img {
		display: block;	
	}

    .mobile-facets__wrapper {
        margin-left: 0;
        display: flex;
        justify-content: flex-end;
    }

    .mobile-facets__open>*+* {
        margin-left: 1rem;
        font-size: 14px;
    }

    .active-facets.active-facets-mobile.medium-hide.large-up-hide a span {
        font-size: 12px;
    }

    .mypageInfoArea__infoDes.mypageInfoArea__infoDes--userInfo.shippingListInfo .select .svg-wrapper, .customer select+.svg-wrapper {
        right: 15px;
    }

    .collection-list.contains-card.contains-card--collection.contains-card--standard.grid.grid--3-col-desktop.grid--1-col-tablet-down.collection-list--3-items {
        grid-template-columns: 1fr 1fr;
        gap: 20px; 
    }

    .grid.product-grid.contains-card.contains-card--product.contains-card--standard.grid--5-col-desktop.grid--2-col-tablet-down {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .fissMainImg__inner__img .slick-track li {
        grid-template-columns: 8fr 5fr;
        gap: 80px;
    }

    .grid.product-grid.grid--2-col-tablet-down.grid--4-col-desktop {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    ul.collection-list.contains-card.contains-card--collection.contains-card--standard.grid.grid--4-col-desktop.grid--1-col-tablet-down.collection-list--4-items,
    ul.collection-list.contains-card.contains-card--collection.contains-card--standard.grid.grid--3-col-desktop.grid--1-col-tablet-down.collection-list--4-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }  
	
}

@media screen and (max-width:480px) {
	
	.pickupGifts {
		padding: 60px 0 30px;
	}
	
	.pickupGifts--service {
		padding: 0px 0 70px;
	}
	
	.pickupGifts.pickupGifts--mypage {
		padding: 60px 20px 30px;
	}
	
	.pickupGifts--mypage .pickupGifts__inner {
        padding: 0 0px;
    }
		
	.topNewsInner {
		padding: 30px 20px;
	}
	
	.bottomHeaderCopy__top {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 4px;
	}
		
	.bottomHeaderCopy__bottom {
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 4px;
		line-height: 40px;
	}
	
	section.pickupGifts.pickupGifts--recomend {
		padding: 0 0 0px;
	}
	
	.goodsPickUpImageArea {
		padding: 20px 0 20px;
	}
		
	.contactInfoInner__right__ {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.contactInfoInner__right__tel {
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 1.2px;
	}
	
	.contactInfoInner__right__time {
		font-size: 12px;
		font-weight: normal;
		padding: 0px 0 10px 0px;
	}

	.itemsNewDescription__itemName {
		font-size: 12px;	
	}
	
	.aboutTopInfoArea {
		background: #274875;
		outline: 5px solid #274875;
		border: 1px solid rgba(255, 255, 255, 0.3);
		color: #fff;
		padding: 50px 20px;
		margin: 0px 0 50px;
	}
	
	.aboutBottomCompanyInfoArea {
		background: #fff;
		padding: 50px 20px 70px;
		outline: 5px solid #fff;
	}
	
	.fissMainImg {
        width: 100%;
        position: relative;
        padding: 70px 0 0;
    }
	
	.pickGiftsList {
		padding: 0 0 60px;
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		gap: 80px 0px;
	}
	
	section.fissMainImg.fissMainImg--about .fissMainImg__inner__title {
        top: 50%;
        font-size: 24px;
        letter-spacing: 12px;
        z-index: 5;
    }
	
	.fissMainImg__inner__img .slick-track li {
		justify-content: space-between;
		display: grid !important;
		grid-template-columns: 7fr 5fr;
		gap: 20px;
	}
	
	.fissMainImg__inner__img .slick-track li .newItemImg img {
		width: 100%;
		object-fit: cover;
		height: auto !important
	}
	
	.brandTabList__item {
        width: 100%;
    }
	
	.tab-3 > label {
		font-size: 1em;
	}
	
	.pickupGifts--service .pickGiftsList__item__des p {
		padding: 5px 0 0;
		font-size: 10px;
	}
	
	.footerInfoInner__menuList a {
		padding: 10px 20px;
	}
	
	#contact {
		margin: 0 0 20px 0;
		padding: 0 0 60px;
	}
	
	#contact .form-list dl {
		padding: 15px 0 25px 0;
	}
	
	#contact .form-list input[type='text'],
	#contact .form-list input[type='email'], 
	#contact .form-list textarea {
		width: 100%;
	}
	
	#contact .form-list .telContactFormList input[type='text'] {
		width: 100%;
	}
	
	#contact .form-list .telContactFormList input[type='text'].addressInput {
		width: 100%;
		margin: 10px 0 0;
	}
	
	.mypageInfoTop__id {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.mypageInfoTop__id__num {
		color: #fff;
		font-size: 24px;
		padding: 0 0px 0 0px;
		margin: 0 0 5px;
	}
	
	.mypageInfoTop__status {
		display: flex;
		color: #fff;
		letter-spacing: 2px;
		align-items: flex-start;
		flex-direction: column;
	}
	
	.mypageInfoTop__status img {
		width: auto;
		padding: 0 10px 0 0;
	}
	
	.mypageInfoTop__status__rank {
		color: #fff;
		font-size: 24px;
		padding: 0 0px 0 0px;
		margin: 0 0 5px;
	}
	
	.furigana {
		font-size: 14px;
	}
	
	.mypageInfoTop__point {
		display: flex;
		color: #fff;
		letter-spacing: 2px;
		align-items: flex-start;
		flex-direction: column;
	}
	
	.mypageInfoTop__point img {
		width: auto;
		padding: 0 10px 0 0;
	}
	
	.mypageInfoTop__point__num {
		color: #fff;
		font-size: 24px;
		padding: 0 0px 0 0px;
		margin: 0 0 5px;
	}
	
	.pttani {
		color: #fff;
		font-size: 14px;
	}
	
	.mypageInfoTop {
        gap: 40px 20px;
        padding: 30px 30px;
    }
	
	price-range.facets__price input {
		width: 90px;
	}
	
	.pickupGifts--goodsList details {
		padding: 10px 10px;
	}
	
	.facets__header-vertical {
		font-size: 12px;
		padding: 10px 0;
	}
	
	.goodsListGroup {
        grid-template-columns: 1fr 1fr;
        gap: 60px 20px;
        padding: 10px 20px 40px;
    }
	
	span.active-facets__button-inner {
		padding: .25rem 1rem;
	}
	
	.active-facets facet-remove:last-of-type {
    	margin-bottom: 0.0rem;
	}
	
	.productsInfo__img__sub img {
		width: calc(100% / 2);
	}
	
	.restockNotification {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0px 40px;
		padding: 60px 0 0;
		align-items: center;
	}

    .headMainArea__left ul .pcLeftNavList {
        padding: 5px 0;
        font-size: 12px;
    }

    .mobile-facets__summary {
        font-size: 12px;
    }

    .mobile-facets__footer .mobile-facets__clear-wrapper a {
        font-size: 12px;
    }

    .product-count.light.medium-hide.large-up-hide > h2 {
        display: none;
    }

    .product__description.rte.quick-add-hidden {
        font-size: 14px;
		white-space: normal; /* Allow wrapping */
  		display: block;
		width: 100%;
		max-width: 360px;
    }

	.product__description.rte.quick-add-hidden p {
		word-break: break-all; /* Break words at any point */
		overflow-wrap: break-word;
		white-space: normal;
		width: 100%;
	}

    p.product__inventory svg {
        padding: 0px 0px 0px 0;
    }

    p.product__inventory span.svg-wrapper {
        line-height: normal;
    }
		
	/* iOS chromeのみ */
	_:lang(x)::-webkit-outer-spin-button, .spHeaderLogo img {
		height: auto;
	}
	
	/* iOS chromeのみ */
	_:lang(x)::-webkit-outer-spin-button, .spHeaderLogo {
		height: auto;
	}
	
	/* iOS safariのみ */
	_:-webkit-full-screen:not(.foo), .spHeaderLogo img {
		height: auto;
	}
	
	/* iOS safariのみ */
	_:-webkit-full-screen:not(.foo), .spHeaderLogo {
		height: auto;
	}
			
}