<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * Style CSS
 * 
 * @author    Yusuke Shiuchi &lt;shiuchi@webgrows.jp&gt;
 * @Copyright © 2021 WebGrows. All rights reserved.
 * @version   1.0
 * @create    2022/08/13
 * @update    
**/

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

    Common

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

html, body {
	width:100%;
	height: 100%;
	/*
	scroll-behavior: smooth;
	/* scroll-behavior: auto; */
}

body {
	position: relative;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* text-align: justify; */
	text-justify: inter-ideograph;
	font-size: 16px;
	color: #231815;
	overflow-x: hidden;
	background-repeat: repeat;
	background-position: top;
	background-attachment: fixed;
}
/*
html, body {
	touch-action: none;
    -webkit-overflow-scrolling: none;
    overscroll-behavior: none;
}
*/
button:focus,
button:focus-visible {
	outline: -webkit-focus-ring-color auto 5px;
	outline: none;
} 

.pagelink {
	position: relative;
	top: -80px;
}
@media (max-width: 767px) {
	.pagelink {
		position: relative;
		top: -60px;
	}
}

/* A -------------------------------------------------------- */

a {
	-webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
		    transition: all 0.3s;
	color: #000;
	text-decoration-thickness: 1px;
}
a:hover {
	color: #000;
	opacity: 0.6;
}


/* Ul Li ---------------------------------------------------- */

ul, li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* Clear ----------------------------------------------------*/

.clear {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* Device ---------------------------------------------------*/

.pc { display: block; }
.pc-table {
    display: table;
}
.sp { display: none; }

@media (max-width: 767px) {
    .pc { display: none; }
	.pc-table { display: none; }
    .sp {display: block;}
}

/* Font -----------------------------------------------------*/

.tline {
	text-decoration: underline;
}

.bld {
	font-weight: bold;
}

.line-item {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.line-item:before {
	position: absolute;
	content: "";
	width: 110%;
	height: 0.8em;
	background: #FFEB00;
	z-index: -1;
	left: -5%;
	bottom: -20%;
}

.line-2 {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.line-2:before {
	position: absolute;
	content: "";
	width: 110%;
	height: 0.8em;
	background: #FFEB00;
	z-index: -1;
	left: -5%;
	bottom: -20%;
}


/* Link -----------------------------------------------------*/

a.link-blank {
	color: #262626;
	font-weight: normal;
	font-size: 16px;
	padding-right: 28px;
	line-height: 26px;
	background-image: url(../../common_golf/img/icn_blank.svg);
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: right;
	display: inline-block;
}
a.link-blank:hover {
	opacity: 0.8;
}
@media (max-width: 767px) {
	a.link-blank {
		font-size: 12px;
		background-size: 22px;
		padding-right: 24px;
	}
}

.googlemap-link {}
.googlemap-link {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	font-size: 18px;
	color: #262626;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(../../common_golf/img/icn_googlemap.svg), url(../../common_golf/img/icn_blank.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: left center, right center;
}
.googlemap-link:hover {
	opacity: 0.5;
}


/* Point ------------------------------------------------------*/

.point {
	display: inline-block;
	position: relative;
	padding-left: 1.5em;
}
.point:before {
	content: "\30FB";
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	display: inline-block;
}

/* Square -----------------------------------------------------*/

.square {
	display: inline-block;
	position: relative;
	padding-left: 1.5em;
}
.square:before {
	content: "\025a1";
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	display: inline-block;
}

/* ----------------------------------------------------------------------------------- 
	
	Loader
	
/* ----------------------------------------------------------------------------------- */

.opening {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*
    background-color: #FFFFFF;
    background-image: url(../../common_golf/img/loading.GIF);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
*/
    z-index: 1000000000000000;
    background-color: #5FBCE7;
    background-image: none;
    z-index: 999999999;
}
.progress-contents {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: none;
}
.progress-inner {
	width: 100%;
	position: relative;
}
.progress-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	bottom: 0%;
	left:0;
	background-color: #FFF;
	z-index: 999999;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
}
.progress-contents img {
	width: 100%;
}
.opening .spinner-border {
	width: 3rem;
	height: 3rem;
	color: #FF0000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1.5rem;
	margin-left: -1.5rem;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

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

    Form Item

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

::placeholder {
  color: #999;
}

/* Input ---------------------------------------------------*/

input[type="text"] {
	font-size: 18px;
	line-height: 48px;
	width: 100%;
	border: 1px solid #87888A;
	border-radius: 5px;
	padding: 0px 65px 0 15px;
	/* box-sizing: border-box; */
	font-family: "NotoSerifjp", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", 
			YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
input[type="text"]:focus-visible {
	outline: none;
}

@media (max-width: 767px) {
	input[type="text"] {
		font-size: 14px;
		line-height: 38px;
		width: 100%;
		border: 1px solid #87888A;
		border-radius: 5px;
		padding: 0px 55px 0 15px;
		/* box-sizing: border-box; */
		font-family: "NotoSerifjp", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", 
			YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	}	
}

/* Input Set -----------------------------------------------*/

.keyword-input-set {
    position: relative;
}
.keyword-input-set input[type="text"] {}
.keyword-input-set button {
	width: 50px;
	height: 50px;
	border: none;
	background: #87888A;
	border-radius: 0 5px 5px 0;
	top: 0px;
	right: 0;
	position: absolute;
	background-image: url(../../common_golf/img/icn_search_w.svg);
	background-position: center;
	background-size: 30px;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.keyword-input-set button {
		width: 40px;
		height: 40px;
		background-size: 20px;
	}	
}

/* CalendarInput Set ----------------------------------------*/

.calender-input-set {
    position: relative;
    width: 240px;
}
.calender-input-set input[type="text"] {
    /* width: 200px; */
    cursor: pointer;
}
.calender-input-set button {
	width: 50px;
	height: 50px;
	border: none;
	background: #87888A;
	border-radius: 0 5px 5px 0;
	top: 0px;
	right: 0;
	position: absolute;
	background-image: url(../../common_golf/img/icn_calender.svg);
	background-position: center;
	background-size: 30px;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.calender-input-set button {
		width: 40px;
		height: 40px;
		background-size: 20px;
	}	
}


/* Select ---------------------------------------------------*/

.select-hidden {
  display: none;
  visibility: hidden;
  /* padding-right: 10px; */
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  min-width: 220px;
  height: 50px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px 65px 0 15px;
  /* min-width: 220px; */
  height: 50px;
  border: 1px solid #87888A;
  font-size: 18px;
  line-height: 50px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #FFF;
  white-space: nowrap;
  /* color: #999; */
}
.select-styled.no-select {
	color:#999999
}
.select-styled:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: -1px;
    right: 0px;
    background: #87888A;
    /* border: 1px solid #87888A; */
    border-radius: 0 5px 5px 0;
    background-image: url(../../common_golf/img/icn_option_w.svg);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
}
.options-block {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background: #87888A;
	border: 1px solid #87888A;
	border-radius: 5px;
	max-height: 335px;
	/* overflow-y: scroll; */
}
.options-block .select-options {
	max-height: 315px;
	overflow-y: auto;
	padding: 0 4px;
	background: #FFF;
}
.select-options li {
	background:#FFF;
	font-size: 18px;
	padding: 4px 22px;
	text-align: left;
}
.select-options li:hover {
	background: #FFFFDB;
}
.options-block .select-options li.is-selected {
	background: #FFFFDB;
}
.options-block .select-options li[rel="hide"] {
	/*display:none;*/
}

@media (max-width: 767px) {
	.select {
	  font-size: 14px;
	  min-width: 175px;
	  height: 40px;
	}
	.select-styled {
	  padding: 0px 55px 0 15px;
	  height: 40px;
	  border: 1px solid #87888A;
	  font-size: 14px;
	  line-height: 40px;
	}
	.select-styled.no-select {}
	.select-styled:after {
	    width: 40px;
	    height: 40px;
	    background-size: 20px;
	}
	.options-block {
		max-height: 335px;
	}
	.options-block .select-options {
		max-height: 315px;
	}
	.select-options li {
		font-size: 14px;
	}
}

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

    Layout

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

.container {
	max-width: 1030px;
	padding: 0 15px;
}

.wrapper {
	/* padding-top: 80px; */
}
@media (max-width: 767px) {
	.wrapper {
		padding-top: 60px;
		overflow-x: hidden;
	}
}

.contents-inner {
	/* padding: 40px 0; */
}
@media (max-width: 767px) {
	.contents-inner {
		padding: 30px 0;
	}
}


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

    Title

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

/* H2 Normal ------------------------------------------------*/

h2.normal {
	text-align: center;
	margin-bottom: 40px;
	background-image: url(../img/back_A-3.png);
	background-repeat: repeat;
	background-position: top;
	border-top: 10px solid #520000;
	color: #FFF;
	font-family: "ゴシックMB101 B", "Gothic MB101 DemiBold";
	font-size: 32px;
	font-weight: bold;
	line-height: 60px;
	margin: 0;
}
h2.normal span {display: block;}
h2.normal span.en {
	/* font-family: "DINOT-Bold"; */
	font-size: 35px;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 6px;
	margin-bottom: 10px;
	/* color: #FFF; */
	font-weight: 500;
}
h2.normal span.jp {
	font-size: 14px;
	line-height: 1;
	color: #858585;
}

/* Type White */
h2.normal.type-w {
    color: #FFF;
}
h2.normal.type-w span.en {
	color: #FFF;
}
h2.normal.type-w span.jp {
	color: #FFF;
}

@media (max-width: 767px) {
	h2.normal {background-size: 10px;border-width: 5px;line-height: 40px;font-size: 21px;}
	h2.normal span {}
	h2.normal span.en {
	    font-size: 24px;
	    margin-bottom: 4px;
	}
	h2.normal span.jp {
	    font-size: 11px;
	}
}

/* H2 Simple ------------------------------------------------*/

h2.simple {
	text-align: center;
	margin-bottom: 40px;
	font-size: 30px;
	color: #383838;
	/* font-weight: bold; */
	letter-spacing: 0.04em;
	font-weight: bold;
}

h2.simple.bold {font-weight: bold;}	
h2.simple.white {
	color: #FFF;
}

@media (max-width: 767px) {
	h2.simple {
		font-size: 21px;
	}
}


/* H2 Border Title ------------------------------------------*/

h2.bartitle {
    text-align: center;
    color: #FFF;
    line-height: 70px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #8F6F49;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
h2.bartitle {margin: 0 -30px;margin-bottom: 20px;line-height: 45px;font-size: 20px;}
}


/* H3 Normal ------------------------------------------------*/

h3.normal {
	font-family: "DINOT-Bold";
	font-size: 16px;
	text-align: center;
	margin-bottom: 16px;
}


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

    Move Top

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

.moveTop {
    position: fixed;
    right: -70px;
    transition: all 0.4s;
    bottom: 30%;
    /* right: 0; */
	z-index: 3;
}
.moveTop.open {
    right: 0;
}
.moveTop.open.footer {
    position: absolute;
}
.moveTop a.btnMoveTop {
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    background: #FFEB00;
    width: 70px;
    height: 170px;
    text-align: center;
    padding: 20px 0 20px 4px;
    box-shadow: 0px 4px 0px 0px #000000;
    border-radius: 20px 0 0 20px;
}
.moveTop a.btnMoveTop .icn_arrow-top {
    display: block;
    height: 40px;
    background-image: url(../img/icon_05.png);
    background-position: center;
    background-size: 45px;
    background-repeat: no-repeat;
    /* width: 1em; */
    margin-bottom: 4px;
}
.moveTop a.btnMoveTop .text {
    font-size: 26px;
    /* font-family: "DINOT-Bold"; */
    letter-spacing: 0.1em;
    /* display: block; */
    /* line-height: 20px; */
    margin-top: -2px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #4D4D4D;
    text-align: center;
    /* vertical-align: text-bottom; */
}
.moveTop a.btnMoveTop:hover {
	opacity: 0.6;
}


/* Move Top SP ----------------------------------------------*/

.moveTopSP {
    position: absolute;
    right: -100px;
    transition: all 0.4s;
    top: 100px;
    right: 0;
    width: 100px;
    /* height: 50px; */
    /* font-size: 0; */
    /* display: contents; */
    z-index: 0;
}
.moveTopSP.open {
    /* bottom: 0px; */
    right: 0;
    top: -50px;
}
.moveTopSP.open.footer {
    display: none;
}
.moveTopSP a.btnMoveTop,
.moveTopSP-footer a.btnMoveTop {
    /* text-decoration: none; */
    /* color: #FFF; */
    display: block;
    background: #FFEB00;
    height: 50px;
    /* text-align: center; */
    /* vertical-align: bottom; */
    font-size: 0;
    text-align: center;
    padding: 10px 0;
    border-radius: 20px 0 0 0;
}
.moveTopSP a.btnMoveTop .icn_arrow-top,
.moveTopSP-footer a.btnMoveTop .icn_arrow-top {
    display: inline-block;
    height: 30px;
    background-image: url(../img/icon_05.png);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    /* display: none; */
    width: 30px;
    vertical-align: middle;
    margin-right: 4px;
}
.moveTopSP a.btnMoveTop .text,
.moveTopSP-footer a.btnMoveTop .text{
    font-size: 14px;
    /* font-family: "DINOT-Bold"; */
    /* letter-spacing: 0.1em; */
    display: block;
    line-height: 30px;
    /* margin-top: -5px; */
    display: inline-block;
    vertical-align: middle;
}
.moveTopSP-footer {
	display: none;
}

.moveTopSP a:hover {
	opacity: 1;
}




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

    Header

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

header#siteHeader {
    /* margin-bottom: 200px; */
    /* position: fixed; */
    width: 100%;
    z-index: 99999;
    background: #FFF;
    /* position: relative; */
    background-image: url(../img/back_A-3.png);
    background-repeat: repeat;
    background-position: top;
}
header#siteHeader .header-wrapper {
    /* border-bottom: 1px solid #E0E0E0; */
}
header#siteHeader .header-wrapper .header-inner {
	height: 120px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	border-bottom: 5px solid #750000;
}

@media (max-width: 767px) {
	header#siteHeader {
	    position: fixed;
	    width: 100%;
	    z-index: 99999;
	    /* background: #FFF; */
	    background-size: 10px;
	}
	header#siteHeader .header-wrapper {
	    /* border-bottom: 1px solid #E50012; */
	}
	header#siteHeader .header-wrapper .header-inner {
		height: 60px;
		display: block;
		padding: 8px 0;
		/* background: #FFF; */
		border-bottom: 2px solid #750000;
	}
	/*
	header#siteHeader.short .header-wrapper .header-inner {
		height: 44px;
		padding: 4px 0;
	}
	*/
}


/* Site Title -----------------------------------------------*/

header#siteHeader h1.site-title {
    margin: 0;
    font-size: 0;
    line-height: 1;
    height: 90px;
    margin-top: 12.5px;
    margin-left: 20px;
}
header#siteHeader h1.site-title a {
    display: inline-block;
    /* vertical-align: bottom; */
}
header#siteHeader h1.site-title a img.site-logo {
	height: 90px;
}

@media (min-width: 768px) and (max-width: 1000px) {
	header#siteHeader h1.site-title a img.site-logo {
		height: 60px;
	}
	header#siteHeader h1.site-title {
		height: inherit;
		margin: 0;
		padding: 26px 0;
		/* box-sizing: border-box; */
		/* line-height: 60px; */
		display: inline-block;
	}
}

@media (min-width: 768px) and (max-width: 840px) {
	header#siteHeader h1.site-title a img.site-logo {
		/* height: 70px; */
	}
	header#siteHeader h1.site-title {
		/* margin-left: 0; */
	}
}


/* Header Contents ------------------------------------------*/

header#siteHeader .header-contents {
    margin-right: 20px;
}
header#siteHeader .header-contents .inner {}

header#siteHeader .header-top-menu {
    display: flex;
    justify-content: flex-end;
    /* margin-top: 20px; */
    /* margin-bottom: 15px; */
    /* width: 40px; */
    align-items: center;
    height: 120px;
    /* margin-right: 20px; */
}

header#siteHeader .header-contents a:hover {
	opacity: 0.5;
}

@media (min-width: 768px) and (max-width: 1200px) {
	header#siteHeader .header-top-menu {
		margin-right: 0;
	}
}


/* Header Contents -Twitter Link ----------------------------*/

header#siteHeader .header-top-menu .twitter-link-box {
    display: block;
    width: 80px;
    width: 100px;
    position: relative;
}
header#siteHeader .header-top-menu .twitter-link-box:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #E0E0E0;
	top: 0;
	right: 0;
}
header#siteHeader .header-top-menu .twitter-link-box a {
    display: block;
	text-align: center;
    text-decoration: none;
	color: #000;
}
header#siteHeader .header-top-menu .twitter-link-box a .i {
    height: 40px;
    background-image: url(../../common_golf/img/icn_twitter_pc.svg);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
header#siteHeader .header-top-menu .twitter-link-box a .t {
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
}


/* Header Contents -Contact Link ----------------------------*/

header#siteHeader .header-top-menu .contact-link-box {
    display: block;
    width: 80px;
    width: 40px;
    position: relative;
    height: 40px;
}
header#siteHeader .header-top-menu .contact-link-box:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #E0E0E0;
	top: 0;
	right: 0;
	display: none;
}
header#siteHeader .header-top-menu .contact-link-box a {
    display: block;
	text-align: center;
    text-decoration: none;
	color: #000;
}
header#siteHeader .header-top-menu .contact-link-box a .i {
    height: 40px;
    background-image: url(../../common_golf/img/parts_ask_pc.svg);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
}
header#siteHeader .header-top-menu .contact-link-box a .t {
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
}


/* Header Contents - Lang Link ------------------------------*/

header#siteHeader .header-top-menu .lang-link-box {
    width: 100px;
    display: block;
    padding: 6px 10px 6px 10px;
}

header#siteHeader .header-top-menu .lang-link-box a {
	display: block;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #87888A;
	border: 1px solid #E0E0E0;
	border-radius: 30px;
	line-height: 1;
	padding: 5px 9px 3px;
	margin: 0px 0;
	box-sizing: border-box;
	background-image: url(../../common_golf/img/icn_blank_g.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center right 7px;
	letter-spacing: -0.04em;
}
header#siteHeader .header-top-menu .lang-link-box a.lang-english {
    margin-bottom: 8px;
}
header#siteHeader .header-top-menu .lang-link-box a.lang-korean {}


/* Header Contents - Bottom Menu ----------------------------*/

header#siteHeader .header-contents.pc .header-bottom-menu {
	display: none;
}

header#siteHeader .header-bottom-menu {}
header#siteHeader .header-bottom-menu ul.header-sub-menu {
    display: flex;
}
header#siteHeader .header-bottom-menu ul.header-sub-menu li {
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    margin-right: 2em;
}
header#siteHeader .header-bottom-menu ul.header-sub-menu li:last-child {
	margin-right: 5px;
}
header#siteHeader .header-bottom-menu ul.header-sub-menu li a {
    color: #262626;
    text-decoration: none;
    white-space: nowrap;
}


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

    Header - SP

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

header#siteHeader .header-sp {
    position: relative;
    /* text-align: center; */
    width: 100%;
    padding-left: 8px;
}


/* Twitter Link ---------------------------------------------*/

.header-sp .twitter-block {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 5px;
}
.header-sp .twitter-block .twitter-link {
    display: inline-block;
    width: 50px;
    height: 60px;
    text-decoration: none;
    color: #A6A6A6;
    /* line-height: 1; */
    padding: 5px 0;
}
.header-sp .twitter-block .twitter-link img {
    width: 35px;
}
.header-sp .twitter-block .twitter-link span {
    font-size: 10px;
    letter-spacing: 0.05em;
    top: -5px;
    position: relative;
}

/* Short */
/*
header#siteHeader.short .header-sp .twitter-block .twitter-link {padding: 2px 0;height: 30px;}
header#siteHeader.short .header-sp .twitter-block .twitter-link img {width: 30px;}
header#siteHeader.short .header-sp .twitter-block .twitter-link span {
	opacity: 0;
}
*/

/* Site Title -----------------------------------------------*/

header#siteHeader .header-sp h1.site-title {
    margin: 0;
    font-size: 0;
    line-height: 1;
    height: auto;
    display: inline-block;
}
header#siteHeader .header-sp h1.site-title a.sp-title-logo {
    display: inline-block;
}
header#siteHeader .header-sp h1.site-title a.sp-title-logo img {
	height: 45px;
	transition: all 0.4s;
}

/* Short */
/*
@media (max-width: 767px) {
header#siteHeader.short {
	-webkit-box-shadow: 0 -5px 10px 5px #4F4F4F;
	box-shadow: 0 -5px 10px 5px #4F4F4F;
}
header#siteHeader.short, header#siteHeader.short * {
	transition: all 0.4s;
}
header#siteHeader.short .header-sp h1.site-title a.sp-title-logo img.type1 {
	height: 30px;
}
}
*/

/* Burger Link -----------------------------------------------*/

.btn-burger {
    position: fixed;
    top: 0px;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999999;
    opacity: 1;
    /* background-color: rgba(0,0,0,0.2); */
}
.btn-burger span {
    position: absolute;
    background-color: #FFF;
    width: 30px;
    height: 3px;
    color: #FFF;
    font-size: 10px;
    white-space: nowrap;
    /* font-weight: bold; */
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s;
}
.btn-burger span.text {
	width: 100%;
	text-align: center;
	height: auto;
	background-color: transparent;
	line-height: 1;
	top: auto;
	bottom: 8px;
	transition: all 0.4s;
	letter-spacing: 0.05em;
}

/* Short */
/*
.btn-burger.short, .btn-burger.short * {
	transition: all 0.4s;
}
.btn-burger.short {
	height: 44px;
	top: -4px;
	/* right: 0; *
}
.btn-burger.short span {

}
.btn-burger.short span.text {
	opacity: 0;
}
*/

.btn-burger  span:nth-of-type(1) {
    top: 15px;
}
.btn-burger  span:nth-of-type(2) {
    top: 23px;
}
.btn-burger  span:nth-of-type(3) {
    top: 31px;
}

.btn-burger.close span:nth-of-type(1) {
	transform-origin:0 0;
	animation: burger_close_1 forwards 0.4s 1;
}
.btn-burger.close span:nth-of-type(2) {
	opacity: 1;
}
.btn-burger.close span:nth-of-type(3) {
	transform-origin:0 0;
	animation: burger_close_3 forwards 0.4s 1;
}

.btn-burger.open span:nth-of-type(1) {
	transform-origin:0 0;
	animation: burger_open_1 forwards 0.4s 1;
}
.btn-burger.open span:nth-of-type(2) {
	opacity: 0;
}
.btn-burger.open span:nth-of-type(3) {
	transform-origin:0 0;
	animation: burger_open_3 forwards 0.4s 1;
}

@keyframes burger_open_1 {
	0%{
		transform: translateX(-50%) rotate(0deg);
	}
	/*
	50% {
		transform: translateX(-50%) rotate(25deg);
	}*/
	100%{
		top: 13px;
		left: 62%;
		transform: translateX(-50%) rotate(45deg);
	}
}
@keyframes burger_open_3 {
	0%{
		transform: translateX(-50%) rotate(0deg);
	}/*
	50% {
		transform: translateX(-50%) rotate(-25deg);
	}*/
	100%{
		top: 34px;
		left: 56%;
		transform: translateX(-50%) rotate(-45deg);
	}
}
@keyframes burger_close_1 {
	0%{
		top: 13px;
		left: 62%;
		transform: translateX(-50%) rotate(45deg);
	}/*
	50% {
		transform: translateX(-50%) rotate(25deg);
	}*/
	100%{
		top: 15px;
		left: 50%;
		transform: translateX(-50%) rotate(0deg);
	}
}
@keyframes burger_close_3 {
	0%{
		top: 34px;
		left: 56%;
		transform: translateX(-50%) rotate(-45deg);
	}/*
	50% {
		transform: translateX(-50%) rotate(-25deg);
	}*/
	100%{
		top: 31px;
		left: 50%;
		transform: translateX(-50%) rotate(0deg);
	}
}


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

    Grobal Menu

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

.header-nav {
    /* border-bottom: 1px solid #E0E0E0; */
    /* margin-right: 20px; */
}

.global-nav {
    /* padding: 10px 0; */
}
.global-nav ul.first {
    display: flex;
    justify-content: space-around;
}
.global-nav ul.first li.menu-block {
    padding: 0px 10px;
    position: relative;
}
.global-nav ul.first li.menu-block:last-child {
	padding-right: 0px;
}
.global-nav ul.first li.menu-block a,
.contents-pocket-tissue .contents-inner .btn-outer .btn-download {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	/* line-height: 80px; */
	display: inline-block;
	position:
	relative;
	white-space: nowrap;
	/* font-family: "ゴシックMB101 B"; */
	font-weight: 600;
	background: #FFF;
	color: #000;
	padding: 25px 25px;
	border-radius: 10px;
	height: 80px;
	box-shadow: 3px 3px 0 0 #000000;
	font-size: 20px;
	letter-spacing: 0.06em;
}

.global-nav ul.first li.menu-block a.menu-entry,
.contents-pocket-tissue .contents-inner .btn-outer .btn-download {
    background: #FFEB00;
}
.global-nav ul.first li.menu-block a.menu-faq {}
.global-nav ul.first li.menu-block a.menu-contact {
    padding: 24px 35px;
    background: #2C333B;
    color: #FFF;
}
.global-nav ul.first li.menu-block a.menu-contact &gt; span {
	display: block;
	text-align: center;
	/* line-height: 80px; */
	/* height: 80px; */
	line-height: 0.8;
}
.global-nav ul.first li.menu-block a.menu-contact .n {
    display: inline-block;
    /* line-height: 1; */
    /* width: 100%; */
    margin-bottom: 2px;
}
.global-nav ul.first li.menu-block a.menu-contact .s {
    display: inline-block;
    line-height: 1;
    /* width: 100%; */
    font-size: 11px;
}

.global-nav ul.first li.menu-block a.parent {}

.global-nav ul.first li.menu-block .submenu {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	background: #FFF;
	border-top: 1px solid #E0E0E0;
	border-radius: 0 0 5px 5px;
}
.global-nav ul.first li.menu-block .submenu ul.second {}
.global-nav ul.first li.menu-block .submenu ul.second li {
    border-bottom: 1px solid #E50012;
    border-bottom: 1px solid #f4e7e8;
}
.global-nav ul.first li.menu-block .submenu ul.second li:last-child {
    border-bottom:none;
}
.global-nav ul.first li.menu-block .submenu ul.second li a {
    white-space: nowrap;
    display: block;
    line-height: 60px;
    padding: 0 30px;
}
.global-nav ul.first li.menu-block .submenu ul.second li a:hover {
	background-color: rgba(229,0,18,0.2);
}

i.icn_blank {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../../common_golf/img/icn_blank_g.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-top: -2px;
}

@media (min-width: 768px) and (max-width: 1000px) {
	.header-nav {
		margin-right: 6px;
	}
	.global-nav ul.first li.menu-block {
		padding: 10px 6px;
	}
	.global-nav ul.first li.menu-block a {
		font-size: 14px;
		padding: 29px 15px;
		height: 70px;
		line-height: 1;
	}
	.global-nav ul.first li.menu-block a.menu-contact {
		padding: 24px 15px;
	}
}

.footer-nav {
    background-image: url(../img/back_A-3.png);
    background-repeat: repeat;
    background-position: top;
}
.footer-nav .global-nav {
    padding: 35px 0;
}
.footer-nav .global-nav ul.first {}
.footer-nav .global-nav ul.first li.menu-block {
    /* width: 33.33%; */
	padding: 0;
}
.footer-nav .global-nav ul.first li.menu-block:last-child {
    padding-right: 10px;
}
.footer-nav .global-nav ul.first li.menu-block a,
.contents-pocket-tissue .contents-inner .btn-outer .btn-download {
    width: 100%;
    text-align: center;
    font-size: 35px;
    height: 105px;
    padding: 26px 50px;
    letter-spacing: 0.08em;
    font-weight: bold;
}
.footer-nav .global-nav ul.first li.menu-block a.menu-entry {}
.footer-nav .global-nav ul.first li.menu-block a.menu-faq {}
.footer-nav .global-nav ul.first li.menu-block a.menu-contact {
    padding: 25px 50px;
}
.footer-nav .global-nav ul.first li.menu-block a.menu-contact &gt; span {}
.footer-nav .global-nav ul.first li.menu-block a.menu-contact .n {}
.footer-nav .global-nav ul.first li.menu-block a.menu-contact .s {
    font-size: 18px;
}


@media (min-width: 768px) and (max-width: 1000px) {
	.footer-nav .global-nav ul.first li.menu-block a {
		font-size: 22px;
		height: 80px;
		padding: 26px 30px;
	}
	.footer-nav .global-nav ul.first li.menu-block a.menu-contact {
		padding: 20px 50px;
	}
}


@media (max-width: 767px) {
	.footer-nav {
	    /* border-bottom: 5px solid #750000; */
	    /* border-top: 2px solid #750000; */
	    background-size: 10px;
	    -webkit-box-shadow: inset 0 2px 4px -2px #000000;
	    box-shadow: inset 0 2px 2px 1px #750000;
	    position: relative;
	}
	.footer-nav .container {
	/* position: relative; */
	/* z-index: 3; */
	}
	.footer-nav .global-nav {
	    padding: 12px 0;
	}
	.footer-nav .global-nav ul.first {
	    justify-content: space-between;
	}
	.footer-nav .global-nav ul.first li.menu-block {
	    width: 30%;
	}
	.footer-nav .global-nav ul.first li.menu-block:last-child {
	    padding-right: 0;
	}
	.footer-nav .global-nav ul.first li.menu-block a {
	    font-size: 14px;
	    padding: 8px 0;
	    height: 50px;
	}
	.footer-nav .global-nav ul.first li.menu-block a.menu-entry {
	    padding: 14px 0;
	}
	.footer-nav .global-nav ul.first li.menu-block a.menu-faq {
	    height: 50px;
	    padding: 8px 0;
	    font-size: 14px;
	    line-height: 1.2;
	}
	.footer-nav .global-nav ul.first li.menu-block a.menu-contact {
	    padding: 14px 0;
	}
	.footer-nav .global-nav ul.first li.menu-block a.menu-contact &gt; span {}
	.footer-nav .global-nav ul.first li.menu-block a.menu-contact .n {}
	.footer-nav .global-nav ul.first li.menu-block a.menu-contact .s {
	    font-size: 10px;
	    transform: scale(0.7);
	}

	#footerFixLinkSP {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}
	#footerFixLinkSP .moveTopSP {
		z-index: -1;
	}
	#footerFixLinkSP.footer {
		display: none;
	}
}


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

    Burger Menu

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

.burger-menu {}

nav#burgerNavi {
	position: fixed;
	max-width: inherit;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0,0,0,0.8); */
	top: 0;
	right: 0;
	z-index: 9999;
	/* right: 0px; */
	opacity: 1;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-x: hidden;
}
nav#burgerNavi.burger-menu-contents {}
nav#burgerNavi.burger-menu-contents .inner {
	/* background-color: rgba(0,0,0,0.9); */
	/* padding: 15px 12px; */
	padding-top: 60px;
	padding-bottom: 200px;
}

/* Short */
.burger-menu.short nav#burgerNavi.burger-menu-contents .inner {
	padding-top: 60px;
}


/* --- Menu ----------------------------------------- */

nav#burgerNavi ul.menu {
    background: #FFF;
}
nav#burgerNavi ul.menu &gt; li {}
nav#burgerNavi ul.menu &gt; li a {
    position: relative;
    display: block;
    background-color: #FFF;
    padding: 15px 75px 15px 20px;
    color: #262626;
    font-weight: bold;
    text-decoration: none;
    /*
    background-image: url(../../common_golf/img/icon_lock.svg);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: center left 15px;
    */
    line-height: 25px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 14px;
    background-image: none;
}
nav#burgerNavi ul.menu &gt; li a.active {
	background: #FFEB00;
}


/* Accordion Menu */

nav#burgerNavi ul.menu &gt; li.dropdown a.parent .icn_accordion,
.btn-open-second-menu .icn_accordion,
table.overview-table tr &gt; th .icn_accordion,
.group-item-title .icn_accordion,
.csr-contents .csr-item .csr-item-title .icn_accordion {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
}
nav#burgerNavi ul.menu &gt; li.dropdown a.parent .icn_accordion:before,
.btn-open-second-menu .icn_accordion:before,
table.overview-table tr &gt; th .icn_accordion:before,
.group-item-title .icn_accordion:before,
.csr-contents .csr-item .csr-item-title .icn_accordion:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%) translateX(-50%);
	background: #E50012
}
nav#burgerNavi ul.menu &gt; li.dropdown a.parent .icn_accordion:after,
.btn-open-second-menu .icn_accordion:after,
table.overview-table tr &gt; th .icn_accordion:after,
.group-item-title .icn_accordion:after,
.csr-contents .csr-item .csr-item-title .icn_accordion:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    width: 2px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%) translateX(-50%);
	background: #E50012;
	transition: all 0.4s;
}
nav#burgerNavi ul.menu &gt; li.dropdown a.parent.active .icn_accordion:after,
.btn-open-second-menu.active .icn_accordion:after,
table.overview-table tr &gt; th.active .icn_accordion:after,
.group-item-title.active .icn_accordion:after,
.csr-contents .csr-item .csr-item-title.active .icn_accordion:after {
	transform: translateY(-50%) translateX(-50%) rotate(-90deg);
}


/* Link Blank */

nav#burgerNavi ul.menu &gt; li a.link-blank:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 50%;
    right: 15px;
    background-image: url(../img/icon_10.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
}

nav#burgerNavi li a {
	position: relative;
}
nav#burgerNavi li a.link-arrow:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 50%;
    right: 15px;
    background-image: url(../img/icon_09.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
}

/* --- SUB MENU ------------------------------------- */

nav#burgerNavi ul.menu &gt; li .submenu {
	background: #E9E9E9;
	padding: 8px 0;
}
nav#burgerNavi ul.menu &gt; li .submenu &gt; ul {}
nav#burgerNavi ul.menu &gt; li .submenu &gt; ul &gt; li {}
nav#burgerNavi ul.menu &gt; li .submenu &gt; ul &gt; li &gt; a {
    background: transparent;
    font-size: 14px;
    line-height: 20px;
    border: none;
    padding: 13px 15px 13px 15px;
}


/* Footer Menu -----------------------------------------------*/

ul.burger-footer-menu {
	background: #2C333B;
	/* border-top: 1px solid #474747; */
}
ul.burger-footer-menu li {
    /* width: 50%; */
    /* float: left; */
}
ul.burger-footer-menu li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 18px 20px;
	border-bottom: 1px solid #E0E0E0;
	/* border-right: 1px solid #474747; */
	line-height: 1.2em;
	background-image: none;
}
/*
ul.burger-footer-menu li .no-link:after {
	content:"";
	position: static;
	height: 1.2em;
	width: 100%;
	display: block;
}
*/
ul.burger-footer-menu li.no-link {
	/* clear: both; */
	/* padding: 15px; */
	height: calc(15px + 15px + 1.2em + 1px);
	font-size: 14px;
	border-bottom: 1px solid #474747;
	border-right: 1px solid #474747;
}

ul.burger-footer-menu li:nth-of-type(2n) a {
	border-right: none;
}
ul.burger-footer-menu li a.link-blank {
	position: relative;
}
ul.burger-footer-menu li a.link-blank:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	top: 50%;
	right: 15px;
	background-image: url(../../common/img/icn_blank_g.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}


/* Overlay ---------------------------------------------------*/

.burger-menu .overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255,0,0,0.9);
	display: none;
	z-index: 999;
}


/* Burger Menu Button List -----------------------------------*/

.burger-menu-button-list {
    padding: 20px 15px 5px;
    background-image: url(../../common_golf/img/g_bg_blackpattern.jpg);
    background-repeat: repeat;
    background-position: top;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.burger-menu-button-list .button-item {
    /* display: flex; */
    width: 50%;
    padding: 0px 8px;
    margin-bottom: 16px;
}
.burger-menu-button-list .button-item a {}
.burger-menu-button-list .button-item a img {
	width: 100%;
}

/* Burger Menu Button List Top -------------------------------*/

.burger-menu-button-list-top {
    margin: 0 -5px;
    box-sizing: border-box;
	display: none;
}
.burger-menu-button-list-top .button-item {
    padding: 0 10px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
	.burger-menu-button-list-top {
		display: flex;
		margin-bottom: 10px;
		padding-top: 0;
	}
}

/* Entry Block SP --------------------------------------------*/

.entry-block-sp {
    text-align: center;
    color: #FFF;
    margin-bottom: 30px;
    font-size: 20px;
}




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

    Section Top Mainvisual

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

.section-top-mainvisual {
    background-image: url(../img/back_A-1_PC.png);
    background-position: center;
    background-size: cover;
}
.section-top-mainvisual img {
	width: 100%;
}
.section-top-mainvisual .section-inner {}
.section-top-mainvisual .contents-inner {
    padding: 20px 0;
}

.section-top-mainvisual .visual-item-top {
    aspect-ratio: 1000 / 240;
    display: flex;
    align-items: center;
    margin-top: -10px;
	z-index: 98;
}
.section-top-mainvisual .visual-item-top2 {
    align-items: center;
    position: relative;
	z-index: 99;
}
.section-top-mainvisual .visual-item-top .visual-item {}
.section-top-mainvisual .visual-item-top2 .visual-item.item-0 {
    width: 100%;
}
.section-top-mainvisual .visual-item-top .visual-item.item-1 {
    width: 40%;
}
.section-top-mainvisual .visual-item-top .visual-item.item-2 {
    width: 60%;
}

.section-top-mainvisual .visual-item-text {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
}

.section-top-mainvisual .visual-item-mid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.section-top-mainvisual .visual-item-mid .visual-item {}
.section-top-mainvisual .visual-item-mid .visual-item.item-1 {}
.section-top-mainvisual .visual-item-mid .visual-item.item-2 {}
.section-top-mainvisual .visual-item-mid .visual-item.item-3 {}

.section-top-mainvisual .visual-item-bottom {}
.section-top-mainvisual .visual-item-bottom .visual-item {
    /* text-align: center; */
    max-width: 940px;
    margin: 0 auto;
}
.section-top-mainvisual .visual-item-bottom .sub-text {
    text-align: center;
    font-size: 15px;
    margin-top: -10px;
}


@media (max-width: 767px) {
	.section-top-mainvisual {
	    background-image: url(../img/back_A-1_SP.png);
	}
	.section-top-mainvisual img {}
	.section-top-mainvisual .section-inner {}
	.section-top-mainvisual .contents-inner {
	    padding: 10px 0 20px;
	}
	
	.section-top-mainvisual .visual-item-top {
	    display: block;
	    aspect-ratio: inherit;
	    margin-bottom: 10px;
	}
	.section-top-mainvisual .visual-item-top .visual-item {}
	.section-top-mainvisual .visual-item-top .visual-item.item-1 {
	    width: auto;
	}
	.section-top-mainvisual .visual-item-top .visual-item.item-2 {
	    width: auto;
	}
	
	.section-top-mainvisual .visual-item-text {
	    font-size: 18px;
	    letter-spacing: -0.05em;
	}
	.section-top-mainvisual .visual-item-text .tline {
	    display: block;
	}
	
	.section-top-mainvisual .visual-item-mid {
	    display: block;
	    margin-bottom: 15px;
	}
	.section-top-mainvisual .visual-item-mid .visual-item {
	    margin-bottom: 8px;
	}
	.section-top-mainvisual .visual-item-mid .visual-item.item-1 {}
	.section-top-mainvisual .visual-item-mid .visual-item.item-2 {}
	.section-top-mainvisual .visual-item-mid .visual-item.item-3 {}
	
	.section-top-mainvisual .visual-item-bottom {}
	.section-top-mainvisual .visual-item-bottom .visual-item {
	    margin-bottom: 10px;
	}
	.section-top-mainvisual .visual-item-bottom .sub-text {
	    font-size: 10px;
	}
}




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

    Section Top Nazo

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

.section-top-nazo {
    background-image: url(../img/back_A-2.png);
    background-repeat: repeat;
    background-position: top;
}
.section-top-nazo .section-inner {}
.section-top-nazo .contents-inner {
    padding: 0;
    text-align: center;
    padding-bottom: 20px;
}

.section-top-nazo h3.nazo {
    display: inline-block;
    margin: 0 auto;
    font-size: 32px;
    letter-spacing: 0.08em;
    margin: 40px 0 30px;
    position: relative;
    padding: 0px 20px;
}
.section-top-nazo h3.nazo:before,
.section-top-nazo h3.nazo:after {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	/* background: #FFF; */
	bottom: -8px;
	background-size: contain;
	background-repeat: no-repeat;
}
.section-top-nazo h3.nazo:before {
    right: 100%;
    background-image: url(../img/icon_01.png);
}
.section-top-nazo h3.nazo:after {
    left: 100%;
    background-image: url(../img/icon_02.png);
}

.section-top-nazo .category {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}
.section-top-nazo .category .category-item {
    width: 280px;
}
.section-top-nazo .category .category-item .category-image {
    position: relative;
    z-index: 2;
}
.section-top-nazo .category .category-item .category-image img {
	width: 100%;
}
.section-top-nazo .category .category-item .category-text {
    padding: 20px;
    text-align: left;
    background-color: #FFFCCC;
}
.section-top-nazo .category .category-item .category-text h4 {
    font-size: 26px;
    text-align: center;
}
.section-top-nazo .category .category-item .category-text .text {
    height: 4em;
}

.section-top-nazo .nazo-footer {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 30px;
}


@media (min-width: 768px) and (max-width: 1000px) {
	.section-top-nazo h3.nazo {
		font-size: 25px;
	}
	.section-top-nazo .category .category-item .category-text h4 {
		font-size: 20px;
	}
	.section-top-nazo .category .category-item .category-text .text {
		font-size: 14px;
	}
	.section-top-nazo .category .category-item {
	    width: 220px;
	}
}


@media (max-width: 767px) {
	.section-top-nazo {}
	.section-top-nazo .section-inner {}
	.section-top-nazo .contents-inner {}
	
	.section-top-nazo h3.nazo {
	    line-height: 1.5;
	    font-size: 0;
	    margin: 30px 0 20px;
	    padding: 0 10px;
	}
	.section-top-nazo h3.nazo .t1 {
	    font-size: 16px;
	}
	.section-top-nazo h3.nazo .t2 {
	    font-size: 22px;
	}
	.section-top-nazo h3.nazo:before,
	.section-top-nazo h3.nazo:after {
	    width: 45px;
	    height: 45px;
	    background-position: center;
	    bottom: 4px;
	}
	.section-top-nazo h3.nazo:before {}
	.section-top-nazo h3.nazo:after {}
	
	.section-top-nazo .category {
	    display: block;
	}
	.section-top-nazo .category .category-item {
	    width: auto;
	    display: flex;
	    align-items: center;
	    align-self: flex-end;
	    margin-bottom: 10px;
	    position: relative;
	}
	.section-top-nazo .category .category-item.item-1 {
		flex-direction: row-reverse;
	}
	.section-top-nazo .category .category-item.item-2 {}
	.section-top-nazo .category .category-item.item-3 {
		flex-direction: row-reverse;
	}
	.section-top-nazo .category .category-item .category-image {
	    /* width: 60%; */
	    flex-basis: 40%;
	    /* left: 0; */
	    /* position: absolute; */
	    position: inherit;
	    /* left: -30%; */
	}
	.section-top-nazo .category .category-item .category-image img {}
	.section-top-nazo .category .category-item .category-text {
	    flex-basis: 60%;
	    padding: 0;
	    align-self: stretch;
	    /* padding: 25px 12px; */
	    background-color: #FF8600;
	    /* padding: 0 0; */
	    /* vertical-align: middle; */
	    /* position: relative; */
	    /* left: -39px; */
	}
	.section-top-nazo .category .category-item .category-text .otr {
		display: table;
		height: 100%;
	}
	.section-top-nazo .category .category-item .category-text .inr {
	    vertical-align: middle;
	    display: table-cell;
	    padding: 15px;
	}
	.section-top-nazo .category .category-item .category-text h4 {
	    font-size: 16px;
	    color: #FFEB00;
	    margin-bottom: 10px;
	}
	.section-top-nazo .category .category-item .category-text .text {
	    font-size: 11px;
	    line-height: 2;
	    color: #FFF;
	    text-align: justify;
	    letter-spacing: -0.02em;
	}
	
	.section-top-nazo .nazo-footer {
	    font-size: 15px;
	}

	.section-top-nazo .category .category-item.item-1,
	.section-top-nazo .category .category-item.item-3  {}
	.section-top-nazo .category .category-item.item-2 {}
	
	.section-top-nazo .category .category-item.item-1 .category-image,
	.section-top-nazo .category .category-item.item-3 .category-image {
	    position: relative;
	    left: -30%;
	}
	.section-top-nazo .category .category-item.item-2 .category-image {
	    left: 30%;
	}
	.section-top-nazo .category .category-item.item-1 .category-text,
	.section-top-nazo .category .category-item.item-3 .category-text {
		left: -100%;
		position: relative;
		top: 0;
		transform: inherit;
	}
	.section-top-nazo .category .category-item.item-2 .category-text {
	    right: -100%;
	    position: relative;
	    top: 0;
	    transform: inherit;
	}

	.section-top-nazo .category .category-item.item-1.on .category-image,
	.section-top-nazo .category .category-item.item-3.on .category-image {
		animation: imageOn_LR forwards 0.5s 1 0.5s;
	}
	.section-top-nazo .category .category-item.item-2.on .category-image {
		animation: imageOn_RL forwards 0.5s 1 0.5s;
	}
	.section-top-nazo .category .category-item.item-1.on .category-text,
	.section-top-nazo .category .category-item.item-3.on .category-text {
		animation: textOn_LR forwards 0.5s 1;
		animation: textOn_LR2 forwards 0.5s 1 0.5s;
		
	}
	.section-top-nazo .category .category-item.item-2.on .category-text {
		animation: textOn_RL forwards 0.5s 1;
		animation: textOn_RL2 forwards 0.5s 1 0.5s;
	}	
}

@keyframes textOn_LR {
	0%{
		left: -100%
	}
	100%{
		left:-30%
	}
}
@keyframes textOn_LR2 {
	0%{
		left:-30%
	}
	100%{
		left:0%
	}
}
@keyframes imageOn_LR {
	0%{
		left:-30%
	}
	100%{
		left:0%
	}
}
@keyframes textOn_RL {
	0%{
		right: -100%
	}
	100%{
		right:-30%
	}
}
@keyframes textOn_RL2 {
	0%{
		right:-30%
	}
	100%{
		right:0%
	}
}
@keyframes imageOn_RL {
	0%{
		left:30%
	}
	100%{
		left:0%
	}
}



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

    Section Top About

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


.section-top-about {}
.section-top-about img {
	width: 100%;
	vertical-align: bottom;
}


/* About Message ---------------------------------------------*/

.section-top-about .about-message {}
.section-top-about .about-message .section-inner {}
.section-top-about .about-message .contents-inner {
    padding: 30px 0;
}

.section-top-about .about-message .message-block {
    display: flex;
    align-items: center;
}
.section-top-about .about-message .message-block .message {
    width: 100%;
    text-align: center;
}
.section-top-about .about-message .message-block .message .msg {
    font-size: 24px;
    margin-bottom: 50px;
    /* font-weight: bold; */
    letter-spacing: 0.04em;
}
.section-top-about .about-message .message-block .message .msg-big {
    font-size: 32px;
    margin-top: 10px;
}
.section-top-about .about-message .message-block .output-image {
    min-width: 360px;
}
.section-top-about .about-message .message-block .output-image img {
    width: 100%;
}


@media (min-width: 768px) and (max-width: 1000px) {
	.section-top-about .about-message .message-block .message .msg {
		font-size: 18px;
	}
	.section-top-about .about-message .message-block .output-image {
		min-width: 150px;
	}
	.section-top-about .about-message .message-block .message .msg-big {
		font-size: 22px;
	}
}


@media (max-width: 767px) {
	.section-top-about .about-message {}
	.section-top-about .about-message .section-inner {}
	.section-top-about .about-message .contents-inner {}
	
	.section-top-about .about-message .message-block {
	    display: block;
	}
	.section-top-about .about-message .message-block .message {}
	.section-top-about .about-message .message-block .message .msg {
	    font-size: 20px;
	    line-height: 1.2;
	    margin-bottom: 40px;
	}
	.section-top-about .about-message .message-block .message .msg.line-2:before {
	    top: 50%;
	    bottom: auto;
	    transform: translateY(-50%);
	    height: 1em;
	    border-radius: 1em;
	}
	.section-top-about .about-message .message-block .message .msg-big {}
	.section-top-about .about-message .message-block .output-image {
	    max-width: 200px;
	    min-width: auto;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	.section-top-about .about-message .message-block .output-image img {}
	.section-top-about .about-message .msg-big {
	    text-align: center;
	    margin-bottom: 20px;
	    font-size: 18px;
	}
}


/* About Sample ----------------------------------------------*/

.section-top-about .about-sample {
    background-image: url(../img/back_A-3.png);
    background-repeat: repeat;
    background-position: top;
}
.section-top-about .about-sample .section-inner {}
.section-top-about .about-sample .contents-inner {
    padding: 20px 15px;
}

.section-top-about .about-sample h3.sample {
    line-height: 60px;
    text-align: center;
    background: #FFEB00;
    border-radius: 60px;
    font-size: 32px;
    margin: 25px 10px 10px;
}

.section-top-about .copy-text {
    position: relative;
    margin-top: 16px;
    margin-bottom: 30px;
}
.section-top-about .copy-text .illustration {
    position: absolute;
    width: 210px;
    bottom: -20px;
    left: 15px;
}
.section-top-about .copy-text .illustration img {
    width: 100%;
}
.section-top-about .copy-text .text {
    padding-left: 150px;
    text-align: center;
    font-size: 29px;
    line-height: 1.3;
    color: #FFEB00;
}

.sample-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.sample-list .sample-panel {
    width: 24%;
    border: 3px solid #ADAD28;
    border-radius: 20px;
    background: #FFF;
    overflow: hidden;
}
.sample-list .sample-panel .sample-title {
    text-align: center;
    padding: 16px 0 2px;
}
.sample-list .sample-panel .sample-title .jp {
    font-size: 31px;
    line-height: 1.2;
}
.sample-list .sample-panel .sample-title .en {
    font-size: 13px;
    color: #ADAD28;
}
.sample-list .sample-panel .sample-star {
    text-align: center;
    color: #FFF;
    background: #ADAD28;
    font-size: 32px;
    letter-spacing: 0.2em;
    line-height: 41px;
}
.sample-list .sample-panel .sample-star .inr {}
.sample-list .sample-panel .sample-img {
    padding: 8px 4px;
}
.sample-list .sample-panel .sample-img img {
    width: 100%;
}
.sample-list .sample-panel .sample-try {
    padding: 0 9px 11px 6px;
}
.sample-list .sample-panel .sample-try .btn-try {
    border: none;
    background: #E6E685;
    width: 100%;
    border-radius: 10px;
    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.7);
    line-height: 55px;
    transition: all 0.3s;
    /* text-align: left; */
}
.sample-list .sample-panel .sample-try .btn-try:hover {
	opacity: 0.7;
}
.sample-list .sample-panel .sample-try .btn-try .m {
    font-size: 30px;
    vertical-align: middle;
    padding-left: 40px;
    background-image: url(../img/icon_03.png);
    background-position: left center;
    background-size: 36px;
    background-repeat: no-repeat;
}
.sample-list .sample-panel .sample-try .btn-try .s {
    font-size: 15px;
    vertical-align: middle;
    margin-left: -5px;
    padding-top: 2px;
    display: inline-block;
    line-height: 1em;
}
.sample-list .sample-panel .sample-footer {
    background: #EFEFD4;
    text-align: center;
    padding: 15px 0;
}
.sample-list .sample-panel .sample-footer .btn-hint {
    width: 160px;
    line-height: 40px;
    border: none;
    padding: 0;
    font-size: 20px;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.7);
    border-radius: 10px;
    background: #FFF;
    color: #4D4D4D;
	transition: all 0.3s;
}
.sample-list .sample-panel .sample-footer .btn-hint:hover {
	opacity: 0.7;
}
.sample-list .sample-panel .sample-footer .btn-hint .n {
	padding-left: 30px;
	background-image: url(../img/icon_04.png);
	background-position: left -5px center;
	background-size: 40px;
	background-repeat: no-repeat;
}

.sample-list .sample-1 {}
.sample-list .sample-1 .sample-title {}
.sample-list .sample-1 .sample-title .jp {}
.sample-list .sample-1 .sample-title .en {}
.sample-list .sample-1 .sample-star {}
.sample-list .sample-1 .sample-star .inr {}
.sample-list .sample-1 .sample-img {}
.sample-list .sample-1 .sample-img img {}
.sample-list .sample-1 .sample-try {}
.sample-list .sample-1 .sample-try .btn-try {}
.sample-list .sample-1 .sample-try .btn-try .m {}
.sample-list .sample-1 .sample-try .btn-try .s {}
.sample-list .sample-1 .sample-footer {}
.sample-list .sample-1 .sample-footer .btn-hint {}
.sample-list .sample-1 .sample-footer .btn-hint .n {}

.sample-list .sample-2 {
    border-color: #36BA8A;
}
.sample-list .sample-2 .sample-title {}
.sample-list .sample-2 .sample-title .jp {}
.sample-list .sample-2 .sample-title .en {
    color: #36BA8A;
}
.sample-list .sample-2 .sample-star {
    background: #36BA8A;
}
.sample-list .sample-2 .sample-star .inr {}
.sample-list .sample-2 .sample-img {}
.sample-list .sample-2 .sample-img img {}
.sample-list .sample-2 .sample-try {}
.sample-list .sample-2 .sample-try .btn-try {
    background: #96E6C8;
}
.sample-list .sample-2 .sample-try .btn-try .m {}
.sample-list .sample-2 .sample-try .btn-try .s {}
.sample-list .sample-2 .sample-footer {
    background: #D7F1E8;
}
.sample-list .sample-2 .sample-footer .btn-hint {}
.sample-list .sample-2 .sample-footer .btn-hint .n {}

.sample-list .sample-3 {
    border-color: #3F99D9;
}
.sample-list .sample-3 .sample-title {}
.sample-list .sample-3 .sample-title .jp {}
.sample-list .sample-3 .sample-title .en {
    color: #3F99D9;
}
.sample-list .sample-3 .sample-star {}
.sample-list .sample-3 .sample-star .inr {
    background: #3F99D9;
}
.sample-list .sample-3 .sample-img {}
.sample-list .sample-3 .sample-img img {}
.sample-list .sample-3 .sample-try {}
.sample-list .sample-3 .sample-try .btn-try {
    background: #A1C9E6;
}
.sample-list .sample-3 .sample-try .btn-try .m {}
.sample-list .sample-3 .sample-try .btn-try .s {}
.sample-list .sample-3 .sample-footer {
    background: #D9EDF7;
}
.sample-list .sample-3 .sample-footer .btn-hint {}
.sample-list .sample-3 .sample-footer .btn-hint .n {}

.sample-list .sample-4 {
    border-color: #93278F;
}
.sample-list .sample-4 .sample-title {}
.sample-list .sample-4 .sample-title .jp {}
.sample-list .sample-4 .sample-title .en {
    color: #93278F;
}
.sample-list .sample-4 .sample-star {
    background: #93278F;
}
.sample-list .sample-4 .sample-star .inr {}
.sample-list .sample-4 .sample-img {}
.sample-list .sample-4 .sample-img img {}
.sample-list .sample-4 .sample-try {}
.sample-list .sample-4 .sample-try .btn-try {
    background: #E6B6E4;
}
.sample-list .sample-4 .sample-try .btn-try .m {}
.sample-list .sample-4 .sample-try .btn-try .s {}
.sample-list .sample-4 .sample-footer {
    background: #E9D4E9;
}
.sample-list .sample-4 .sample-footer .btn-hint {}
.sample-list .sample-4 .sample-footer .btn-hint .n {}


@media (min-width: 768px) and (max-width: 1000px) {
	.section-top-about .about-sample h3.sample {
		font-size: 26px;
		line-height: 50px;
	}
	.section-top-about .copy-text .text {
		font-size: 20px;
	}
	.sample-list .sample-panel .sample-title .jp {
		font-size: 22px;
	}
	.sample-list .sample-panel .sample-try .btn-try {
		line-height: 1.5;
	}
	.sample-list .sample-panel .sample-footer .btn-hint {
		width: auto;
		padding: 0 20px;
	}
}


@media (max-width: 767px) {
	.section-top-about .about-sample {}
	.section-top-about .about-sample .section-inner {}
	.section-top-about .about-sample .contents-inner {
	    padding: 20px 0;
	}
	
	.section-top-about .about-sample h3.sample {
	    margin: 0;
	    font-size: 20px;
	    line-height: 1.6;
	    margin-bottom: 40px;
	}
	
	.section-top-about .copy-text {
	    margin-bottom: 20px;
	}
	.section-top-about .copy-text .illustration {
	    width: 82px;
	    bottom: auto;
	    left: 0;
	    top: -74px;
	}
	.section-top-about .copy-text .illustration img {}
	.section-top-about .copy-text .text {
	    padding: 0;
	    font-size: 18px;
	    line-height: 1.5;
	}
	
	.sample-list {
	    display: block;
	    margin-bottom: 0;
	}
	.sample-list .sample-panel {
	    width: auto;
	    display: flex;
	    margin-bottom: 15px;
	}
	
	.sample-list .sample-panel .sp-group-left {
	    background-color: #EFEFD4;
	    flex-basis: 42%;
	}
	.sample-list .sample-panel .sp-group-right {
		flex-basis: 58%;
	}
		
	.sample-list .sample-panel .sample-title {
	    padding: 0;
	    margin-bottom: 4px;
	}
	.sample-list .sample-panel .sample-title .jp {
	    font-size: 18px;
	    padding: 30px 0 20px;
	    background-image: url(../img/bklogo-1.png);
	    background-size: auto 80%;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	.sample-list .sample-panel .sample-title .en {
	    font-size: 11px;
	}
	.sample-list .sample-panel .sample-star {
	    font-size: 20px;
	    line-height: 1.2;
	}
	.sample-list .sample-panel .sample-star .inr {
	}
	.sample-list .sample-panel .sample-img {}
	.sample-list .sample-panel .sample-img img {}
	.sample-list .sample-panel .sample-try {
	    text-align: center;
	    /* padding-bottom: 20px; */
	}
	.sample-list .sample-panel .sample-try .btn-try {
	    text-align: center;
	    line-height: 1.8;
	    /* max-width: 150px; */
	    margin: 0 auto;
	    width: 150px;
	    display: inline-block;
	    padding: 12px 0;
	    color: #231815;
	}
	.sample-list .sample-panel .sample-try .btn-try:hover {}
	.sample-list .sample-panel .sample-try .btn-try .m {
	    font-size: 20px;
	    background-size: 20px;
	    padding-left: 25px;
	    line-height: 34px;
	}
	.sample-list .sample-panel .sample-try .btn-try .s {
	    display: block;
	}
	.sample-list .sample-panel .sample-footer {}
	.sample-list .sample-panel .sample-footer .btn-hint {
	    width: 110px;
	    font-size: 14px;
	    line-height: 60px;
	}
	.sample-list .sample-panel .sample-footer .btn-hint:hover {}
	.sample-list .sample-panel .sample-footer .btn-hint .n {
	    /* font-size: 20px; */
	    background-size: 35px;
	    line-height: 35px;
	    padding: 4px 0px 0px 30px;
	    display: inline-block;
	    background-position: left center;
	}
	
	.sample-list .sample-1 .sp-group-left {}
	.sample-list .sample-2 .sp-group-left {
	    background-color: #D7F1E8;
	}
	.sample-list .sample-3 .sp-group-left {
	    background-color: #D9EDF7;
	}
	.sample-list .sample-4 .sp-group-left {
	    background-color: #E9D4E9;
	}
		
	.sample-list .sample-1 {}
	.sample-list .sample-1 .sample-title {}
	.sample-list .sample-1 .sample-title .jp {}
	.sample-list .sample-1 .sample-title .en {}
	.sample-list .sample-1 .sample-star {}
	.sample-list .sample-1 .sample-star .inr {}
	.sample-list .sample-1 .sample-img {}
	.sample-list .sample-1 .sample-img img {}
	.sample-list .sample-1 .sample-try {}
	.sample-list .sample-1 .sample-try .btn-try {}
	.sample-list .sample-1 .sample-try .btn-try .m {}
	.sample-list .sample-1 .sample-try .btn-try .s {}
	.sample-list .sample-1 .sample-footer {}
	.sample-list .sample-1 .sample-footer .btn-hint {}
	.sample-list .sample-1 .sample-footer .btn-hint .n {}
	
	.sample-list .sample-2 {}
	.sample-list .sample-2 .sample-title {}
	.sample-list .sample-2 .sample-title .jp {
	    background-image: url(../img/bklogo-2.png);
	}
	.sample-list .sample-2 .sample-title .en {}
	.sample-list .sample-2 .sample-star {}
	.sample-list .sample-2 .sample-star .inr {}
	.sample-list .sample-2 .sample-img {}
	.sample-list .sample-2 .sample-img img {}
	.sample-list .sample-2 .sample-try {}
	.sample-list .sample-2 .sample-try .btn-try {}
	.sample-list .sample-2 .sample-try .btn-try .m {}
	.sample-list .sample-2 .sample-try .btn-try .s {}
	.sample-list .sample-2 .sample-footer {}
	.sample-list .sample-2 .sample-footer .btn-hint {}
	.sample-list .sample-2 .sample-footer .btn-hint .n {}
	
	.sample-list .sample-3 {}
	.sample-list .sample-3 .sample-title {}
	.sample-list .sample-3 .sample-title .jp {
	    background-image: url(../img/bklogo-3.png);
	}
	.sample-list .sample-3 .sample-title .en {}
	.sample-list .sample-3 .sample-star {}
	.sample-list .sample-3 .sample-star .inr {}
	.sample-list .sample-3 .sample-img {}
	.sample-list .sample-3 .sample-img img {}
	.sample-list .sample-3 .sample-try {}
	.sample-list .sample-3 .sample-try .btn-try {}
	.sample-list .sample-3 .sample-try .btn-try .m {}
	.sample-list .sample-3 .sample-try .btn-try .s {}
	.sample-list .sample-3 .sample-footer {}
	.sample-list .sample-3 .sample-footer .btn-hint {}
	.sample-list .sample-3 .sample-footer .btn-hint .n {}
	
	.sample-list .sample-4 {}
	.sample-list .sample-4 .sample-title {}
	.sample-list .sample-4 .sample-title .jp {
	    background-image: url(../img/bklogo-4.png);
	}
	.sample-list .sample-4 .sample-title .en {}
	.sample-list .sample-4 .sample-star {}
	.sample-list .sample-4 .sample-star .inr {}
	.sample-list .sample-4 .sample-img {}
	.sample-list .sample-4 .sample-img img {}
	.sample-list .sample-4 .sample-try {}
	.sample-list .sample-4 .sample-try .btn-try {}
	.sample-list .sample-4 .sample-try .btn-try .m {}
	.sample-list .sample-4 .sample-try .btn-try .s {}
	.sample-list .sample-4 .sample-footer {}
	.sample-list .sample-4 .sample-footer .btn-hint {}
	.sample-list .sample-4 .sample-footer .btn-hint .n {}
}


/* About Scene -----------------------------------------------*/

.section-top-about .about-scene {}
.section-top-about .about-scene .section-inner {}
.section-top-about .about-scene .contents-inner {
    padding: 20px 0;
}
.section-top-about .about-scene .scene-panel {
    border-radius: 30px;
    padding: 36px 20px;
    margin-bottom: 30px;
}
.section-top-about .about-scene h3.scene {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    line-height: 60px;
    background: #29ABE2;
    border-radius: 60px;
    margin-bottom: 10px;
}
.section-top-about .about-scene .scene-shop {
    display: flex;
    justify-content: space-around;
    padding: 0 25px;
    align-items: flex-end;
    /* letter-spacing: 0.08em; */
    margin-top: -30px;
    margin-bottom: 20px;
}
.section-top-about .about-scene .scene-shop .illustration {
    width: 180px;
    margin-right: 0px;
}
.section-top-about .about-scene .scene-shop .text {
    font-size: 24px;
    line-height: 1.7;
    padding-bottom: 10px;
}
.section-top-about .about-scene .scene-shop .text .line-item {}
.section-top-about .about-scene .scene-shop .text .line-item:before {
    width: 100%;
    left: 0;
    bottom: 4px;
    height: 0.6em;
}
.section-top-about .about-scene .scene-shop-title {}
.section-top-about .about-scene .scene-shop-title .shop-title {
    color: #29ABE2;
    border-top: 2px solid #29ABE2;
    border-bottom: 2px solid #29ABE2;
    background: #FFF;
    line-height: 40px;
    font-size: 23px;
    padding: 0 15px;
    display: inline-block;
    margin-left: 20px;
}

.section-top-about .about-scene .scene-1 {
    background-color: #D2ECFA;
}
.section-top-about .about-scene .scene-1 h3.scene {}
.section-top-about .about-scene .scene-1 .onayami {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
}
.section-top-about .about-scene .scene-1 .onayami .onayami-block {}
.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    padding: 0px 45px;
    position: relative;
}
.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg:before,
.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 102%;
	background: #000;
	bottom: 0%;
	/* transform: rotateY(45deg); */
	transform-origin: bottom center;
	transform: rotate(0deg);
}
.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg:before {
	left: 40px;
	transform: rotate(-20deg);
}
.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg:after {
	right: 40px;
	transform: rotate(20deg);
}
.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-left {}
.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-right {}
.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-illustration {
    width: 170px;
}
.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg .line {}
.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg .line-item:before {
    width: 102%;
    left: -1%;
    bottom: 5px;
    height: 0.5em;
}

.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-illustration img {}
.section-top-about .about-scene .scene-1 .onayami-kaiketsu {
    font-size: 30px;
    text-align: center;
    /* display: -webkit-inline-box; */
    margin: 0 auto;
    width: auto;
    margin-bottom: 30px;
}
.section-top-about .about-scene .scene-1 .onayami-kaiketsu .inr {
    font-size: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    /* width: auto; */
    color: #FFEB00;
    background: #666666;
    padding: 0 30px;
    line-height: 43px;
    border-radius: 50px;
}
.section-top-about .about-scene .scene-1 .onayami-kaiketsu-message {
    margin-bottom: 20px;
}
.section-top-about .about-scene .scene-1 .onayami-kaiketsu-message .inr {
    font-size: 25px;
    text-align: center;
}
.section-top-about .about-scene .scene-1 .onayami-kaiketsu-message .inr .imp {
    display: inline-block;
    position: relative;
}
.section-top-about .about-scene .scene-1 .onayami-kaiketsu-message .inr .imp-rubi{
    position: absolute;
    content: "";
    width: auto;
    white-space: nowrap;
    font-size: 12px;
    top: -12px;
    left: -16px;
}
.section-top-about .about-scene .scene-1 .onayami-tweet-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-title {
    color: #29ABE2;
    border-top: 2px solid #29ABE2;
    border-bottom: 2px solid #29ABE2;
    background: #FFF;
    line-height: 40px;
    font-size: 23px;
    padding: 0 15px;
}
.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text {
    margin-left: 15px;
    font-size: 22px;
    /* font-size: 0; */
}
.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text .sp-group {
	/* font-size: 22px; */
}
.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text:before {
    width: 102%;
    left: -1%;
    bottom: 0;
}
.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text .r {
    color: #FF0000;
}
.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text .imp {
    display: inline-block;
    position: relative;
}
.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text .imp-rubi {
    position: absolute;
    white-space: nowrap;
    font-size: 12px;
    top: -12px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.section-top-about .about-scene .scene-1 .onayami-image {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.section-top-about .about-scene .scene-1 .onayami-image .image-1 {
    width: 45%;
}
.section-top-about .about-scene .scene-1 .onayami-image .image-2 {
    width: 30%;
    /* width: 260px; */
    /* padding: 0 10px; */
    position: relative;
}
.section-top-about .about-scene .scene-1 .onayami-image .image-2 img {
	width: 100%;
	/* z-index: 2; */
	position: relative;
	/* margin-top: 56%; */
}
.section-top-about .about-scene .scene-1 .onayami-image .image-2 .image-2-1 {position: relative;z-index: 2;}
.section-top-about .about-scene .scene-1 .onayami-image .image-2 .image-2-2 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: inline-block;
	height: 56%;
	overflow: hidden;
}
.section-top-about .about-scene .scene-1 .onayami-image .image-2 .image-2-2 img {
	top: 77%;
	transition: all 1s;
	/*animation: graphOff forwards 1s 1;*/
}
.section-top-about .about-scene .scene-1 .onayami-image .image-2 .image-2-2 img.on {
	/*animation: graphOn forwards 1s 1;*/
	top: 0%;
}
.section-top-about .about-scene .scene-1 .onayami-image .image-2 .image-2-2 img.off {
	/*animation: graphOff forwards 1s 1;*/
}

.section-top-about .about-scene .scene-1 .onayami-image .image-3 {
    width: 25%;
    position: relative;
}
.section-top-about .about-scene .scene-1 .onayami-image .image-3 .upcont {
    /* display: none; */
    position: absolute;
    width: 100%;
    top: 8%;
}
.section-top-about .about-scene .scene-1 .onayami-image .image-3 .upcont.upcont-1 {}
.section-top-about .about-scene .scene-1 .onayami-image .image-3 .upcont.upcont-2 {
    transform: scaleX(-1);
    width: 70%;
    right: 0;
    bottom: 0;
    top: auto;
}
.section-top-about .about-scene .scene-1 .note {
	font-size: 18px;
}
.section-top-about .about-scene .scene-2 {
    background: #FAF1EB;
}
.section-top-about .about-scene .scene-2 h3.scene {
    background: #CF5700;
}
.section-top-about .about-scene .scene-2 .scene-shop {}
.section-top-about .about-scene .scene-2 .scene-shop .illustration {}
.section-top-about .about-scene .scene-2 .scene-shop .text {}
.section-top-about .about-scene .scene-2 .scene-shop-title {}
.section-top-about .about-scene .scene-2 .scene-shop-title .shop-title {
    color: #CF5700;
    border-top: 2px solid #CF5700;
    border-bottom: 2px solid #CF5700;
}
.section-top-about .about-scene .scene-2 .shop-image {
    margin: 0 -10px;
    position: relative;
    margin-bottom: 20px;
}
.section-top-about .about-scene .scene-2 .shop-image .note {
    position: absolute;
    /* right: 0; */
    font-size: 16px;
    left: 53%;
}
.section-top-about .about-scene .scene-2 .shop-image .image-1 {
    width: 55%;
}
.section-top-about .about-scene .scene-2 .shop-image .image-2 {
    position: absolute;
    width: 54.5%;
    top: 9%;
    right: 0;
}

.section-top-about .about-scene .scene-3 {
    background: #EBFAFA;
    margin-bottom: 40px;
}
.section-top-about .about-scene .scene-3 h3.scene {
    background-color: #009292;
}
.section-top-about .about-scene .scene-3 .scene-shop {position: relative;margin-top: -30px;}
.section-top-about .about-scene .scene-3 .scene-shop .illustration {
    width: 150px;
}
.section-top-about .about-scene .scene-3 .scene-shop .text {}
.section-top-about .about-scene .scene-3 .scene-shop-title {}
.section-top-about .about-scene .scene-3 .scene-shop-title .shop-title {
    color: #009292;
    border-top: 2px solid #009292;
    border-bottom: 2px solid #009292;
}
.section-top-about .about-scene .scene-3 .shop-image {
    margin: 0 -10px;
    position: relative;
    margin-bottom: 20px;
}
.section-top-about .about-scene .scene-3 .shop-image .note {
    position: absolute;
    bottom: -10px;
    width: 460px;
    right: 20px;
}
.section-top-about .about-scene .scene-3 .shop-image .image-1 {width: 55%;}
.section-top-about .about-scene .scene-3 .shop-image .image-2 {
    position: absolute;
    width: 54.5%;
    top: -14%;
    right: 0;
}


@media (min-width: 768px) and (max-width: 1000px) {
	.section-top-about .about-scene h3.scene {
		font-size: 26px;
	    line-height: 50px;
	}
	.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg {
		font-size: 16px;
	}
	.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-illustration {
		width: 120px;
	}
	.section-top-about .about-scene .scene-1 .onayami-kaiketsu .inr {
		font-size: 22px;
	}
	.section-top-about .about-scene .scene-1 .onayami-kaiketsu-message .inr {
		font-size: 20px;
	}
	.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-title {
		font-size: 18px;
		white-space: nowrap;
	}
	.section-top-about .about-scene .scene-shop .text {
		font-size: 18px;
	}
	.section-top-about .about-scene .scene-shop .illustration {
		width: 130px;
	}
	.section-top-about .about-scene .scene-shop {
		margin-top: -20px;
	}
	.section-top-about .about-scene .scene-shop-title .shop-title {
		font-size: 18px;
	}
	.section-top-about .about-scene .scene-2 .shop-image .note {
		font-size: 12px;
	}
	.section-top-about .about-scene .scene-3 .shop-image .note {
		font-size: 12px;
		bottom: -30px;
	}
}


@media (max-width: 767px) {
	.section-top-about .about-scene {}
	.section-top-about .about-scene .section-inner {}
	.section-top-about .about-scene .contents-inner {}
	.section-top-about .about-scene .scene-panel {
	    border-radius: 20px;
	    padding: 15px 10px;
	    margin-bottom: 20px;
	}
	.section-top-about .about-scene h3.scene {
	    font-size: 18px;
	    line-height: 2;
	    letter-spacing: 0.08em;
	}
	.section-top-about .about-scene .scene-shop {
	    margin-top: 0;
	    display: block;
	    position: relative;
	    padding: 0 10px;
	}
	.section-top-about .about-scene .scene-shop .illustration {
	    position: absolute;
	}
	.section-top-about .about-scene .scene-shop .text {
	    font-size: 14px;
	    word-break: break-all;
	    text-align: justify;
	}
	.section-top-about .about-scene .scene-shop .text .line {}
	.section-top-about .about-scene .scene-shop .text .line:before {}
	.section-top-about .about-scene .scene-shop-title {}
	.section-top-about .about-scene .scene-shop-title .shop-title {}
	
	.section-top-about .about-scene .scene-1 {}
	.section-top-about .about-scene .scene-1 h3.scene {
	    margin-bottom: 20px;
	}
	.section-top-about .about-scene .scene-1 .onayami {
	    display: block;
	    position: relative;
	    padding-left: 30%;
	}
	.section-top-about .about-scene .scene-1 .onayami .onayami-block {}
	.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg {
	    padding: 0;
	    font-size: 14px;
	}
	.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg:before,
	.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg:after {
	    width: 1px;
	}
	.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg:before {
	    left: 30px;
	}
	.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg:after {
	    right: 30px;
	}
	.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-left {
	    margin-bottom: 20px;
	}
	.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-right {}
	.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-illustration {position: absolute;width: 30%;left: 0;top: 50%;transform: translateY(-50%);}
	.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg .line {}
	.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-msg .line:before {}
	
	.section-top-about .about-scene .scene-1 .onayami .onayami-block.onayami-illustration img {}
	.section-top-about .about-scene .scene-1 .onayami-kaiketsu {}
	.section-top-about .about-scene .scene-1 .onayami-kaiketsu .inr {
	    font-size: 16px;
	    padding: 0;
	    display: block;
	    line-height: 2;
	}
	.section-top-about .about-scene .scene-1 .onayami-kaiketsu-message {}
	.section-top-about .about-scene .scene-1 .onayami-kaiketsu-message .inr {
	    font-size: 16px;
	}
	.section-top-about .about-scene .scene-1 .onayami-kaiketsu-message .inr .imp {}
	.section-top-about .about-scene .scene-1 .onayami-kaiketsu-message .inr .imp-rubi{
	    font-size: 10px;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.section-top-about .about-scene .scene-1 .onayami-tweet-title {
	    display: block;
	    margin: 0;
	}
	.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-title {
	    text-align: center;
	    font-size: 14px;
	    line-height: 1.8;
	    margin-bottom: 15px;
	}
	.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text {
	    font-size: 15px;
	    text-align: right;
	    line-height: 2.5;
	    margin-left: 0;
	}
	.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text .line-item {
    line-height: 1;
}
	.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text:before {}
	.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text .sp-group {
	    display: block;
	    /* position: relative; */
	}
	.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text .sp-group:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 0.8em;
		background: #FFEB00;
		z-index: -1;
		left: 0;
		bottom: 7px;
	}
	.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text .r {}
	.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text .imp {}
	.section-top-about .about-scene .scene-1 .onayami-tweet-title .tweet-text .imp-rubi {
	    font-size: 10px;
	    top: 0px;
	    left: 50%;
	    transform: translateX(-50%);
	    display: inline-block;
	    width: auto;
	    line-height: 1;
	}
	.section-top-about .about-scene .scene-1 .onayami-image {
	    flex-wrap: wrap;
	    align-items: center;
	    margin-top: -30px;
	    margin-bottom: 10px;
	}
	.section-top-about .about-scene .scene-1 .onayami-image .image-1 {
	    width: 45%;
	}
	.section-top-about .about-scene .scene-1 .onayami-image .image-2 {
	    width: 55%;
	    padding: 0;
	}
	.section-top-about .about-scene .scene-1 .onayami-image .image-3 {
	    width: 100%;
	    margin-top: 20px;
	    padding-left: 50%;
	}
	.section-top-about .about-scene .scene-1 .onayami-image .image-3 .upcont {
	    /* width: 60%; */
	}
	.section-top-about .about-scene .scene-1 .onayami-image .image-3 .upcont.upcont-1 {
	    left: 0;
	    width: 60%;
	    top: 0;
	}
	.section-top-about .about-scene .scene-1 .onayami-image .image-3 .upcont.upcont-2 {
	    width: 35%;
	    transform: initial;
	    right: auto;
	    right: 50%;
	    bottom: 10px;
	}
	.section-top-about .about-scene .scene-1 .note {
	    font-size: 12px;
	    text-align: center;
	    font-family: "ゴシックMB101 L", "Gothic MB101 Light";
	}
	.section-top-about .about-scene .scene-2 {}
	.section-top-about .about-scene .scene-2 h3.scene {
	    margin-bottom: 20px;
	}
	.section-top-about .about-scene .scene-2 .scene-shop {
	    margin-bottom: 0;
	}
	.section-top-about .about-scene .scene-2 .scene-shop .illustration {
	    width: 100px;
	    right: 8px;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.section-top-about .about-scene .scene-2 .scene-shop .text {
	    padding-right: 115px;
	    padding-bottom: 20px;
	}
	.section-top-about .about-scene .scene-2 .scene-shop .text br {
		display: none;
	}
	.section-top-about .about-scene .scene-2 .scene-shop .text .line-item:before {}
	.section-top-about .about-scene .scene-2 .scene-shop-title {
	    display: block;
	    margin: 0;
	    margin-bottom: 10px;
	}
	.section-top-about .about-scene .scene-2 .scene-shop-title .shop-title {
	    text-align: center;
	    font-size: 14px;
	    line-height: 1.8;
	    margin-bottom: 15px;
	    display: block;
	    margin: 0;
	}
	.section-top-about .about-scene .scene-2 .shop-image {}
	.section-top-about .about-scene .scene-2 .shop-image .note {
	    width: 100%;
	    left: 0;
	    font-size: 12px;
	    bottom: -20px;
	    text-align: center;
	    font-family: "ゴシックMB101 L", "Gothic MB101 Light";
	}
	.section-top-about .about-scene .scene-2 .shop-image .image-1 {
	    width: 70%;
	}
	.section-top-about .about-scene .scene-2 .shop-image .image-2 {
	    position: static;
	    width: auto;
	    padding-left: 30%;
	    margin-top: -50px;
	}
	
	.section-top-about .about-scene .scene-3 {}
	.section-top-about .about-scene .scene-3 h3.scene {
	    padding: 8px 0;
	    line-height: 1.2;
	    border-radius: 20px;
	}
	.section-top-about .about-scene .scene-3 .scene-shop {position: relative;margin-bottom: 0;margin-top: 20px;}
	.section-top-about .about-scene .scene-3 .scene-shop .illustration {
	    width: 100px;
	    right: 8px;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.section-top-about .about-scene .scene-3 .scene-shop .text {
	    padding-right: 115px;
	    padding-bottom: 20px;
	}
	.section-top-about .about-scene .scene-3 .scene-shop .text br {
		display: none;
	}
	.section-top-about .about-scene .scene-3 .scene-shop .text .line-item:before {}
	.section-top-about .about-scene .scene-3 .scene-shop-title {}
	.section-top-about .about-scene .scene-3 .scene-shop-title .shop-title {
	    text-align: center;
	    font-size: 14px;
	    line-height: 1.8;
	    margin-bottom: 15px;
	    display: block;
	    margin: 0;
	}
	.section-top-about .about-scene .scene-3 .shop-image {
	    margin-bottom: 0;
	}
	.section-top-about .about-scene .scene-3 .shop-image .note {
	    position: static;
	    width: auto;
	    font-size: 12px;
	    font-family: "ゴシックMB101 L", "Gothic MB101 Light";
	    padding: 0 10px;
	    margin: 10px 0;
	}
	.section-top-about .about-scene .scene-3 .shop-image .image-1 {
	    width: 70%;
	}
	.section-top-about .about-scene .scene-3 .shop-image .image-2 {
	    position: static;
	    width: auto;
	    padding-left: 30%;
	    margin-top: -50px;
	}
}

@keyframes graphOn {
	0%{
		top: 77%;
	}
	100%{
		top: 0%;
	}
}



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

    Section Top Price

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

.section-top-price {}
.section-top-price img {
	width: 100%;
}


/* Price Image -----------------------------------------------*/

.section-top-price .price-image {
    background: #FFF5D9;
}
.section-top-price .price-image .section-inner {}
.section-top-price .price-image .contents-inner {
    padding: 50px 0;
}
.section-top-price .price-list {
    border: 4px solid #FF0000;
    border-radius: 20px;
    background-color: #FFF;
    overflow: hidden;
    padding-top: 40px;
    margin-bottom: 55px;
}
.section-top-price .price-list:last-child {
	margin-bottom: 0px;
}
.section-top-price .price-list h3 {
	color: #FF0000;
	font-weight: bold;
	font-family: "ゴシックMB101 B", "Gothic MB101 DemiBold";
	font-weight: bold;
	text-align: center;
	font-size: 46px;
	margin-bottom: 35px;
}
.section-top-price .price-list .price-list-outer {
	display: flex;
	align-items: center;
	padding: 50px 20px 0;
	padding-top: 0;
}
.section-top-price .price-list .price-title {min-width: 190px;}
.section-top-price .price-list .price-body {
    width: auto;
    padding-left: 10px;
}
.section-top-price .price-list .price-body .price-item {
    margin-bottom: 20px;
}
.section-top-price .price-list .price-body .price-item .note {
	text-align: center;
	background-color: #FF0000;
	color: #FFEB00;
	font-size: 32px;
	line-height: 1.3;
	margin-top: 40px;
	padding: 18px 0;
	border-radius: 20px;
	position: relative;
}
.section-top-price .price-list .price-body .price-item .note:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 40px;
    border-color: transparent transparent #ff0000 transparent;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
.section-top-price .price-list .price-footer {
    width: 100%;
    font-size: 32px;
    color: #FFEB00;
    background: #FF0000;
    text-align: center;
    line-height: 60px;
}
.section-top-price .price-list .price-body .price-item.otameshi {
    border: 3px dotted #ff0000;
    border-radius: 20px;
    padding: 25px;
}
.section-top-price .price-list .price-body .price-item.otameshi h4 {
	text-decoration: underline;
	text-align: center;
	font-size: 36px;
	margin-bottom: 20px;
}
.section-top-price .price-list .price-body .price-item.otameshi .note {
    background: transparent;
    color: #000;
    position: static;
    font-size: 27px;
    padding: 0;
    margin-top: 15px;
}
.section-top-price .price-list .price-body .price-item.otameshi .note:after {}

.section-top-price .price-list.subsuc {}
.section-top-price .price-list.subsuc .price-list-outer {
    display: block;
    /* padding-left: 45px; */
    /* padding-right: 45px; */
}
.section-top-price .price-list.subsuc .price-body {
	padding: 0;
	max-width: 900px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.section-top-price .price-image {}
	.section-top-price .price-image .section-inner {}
	.section-top-price .price-image .contents-inner {
	    padding: 15px 0 30px;
	}
	.section-top-price .price-list {
	    border-width: 2px;
	    padding-top: 20px;
	    margin-bottom: 30px;
	}
	.section-top-price .price-list h3 {
	font-size: 20px;
	margin-bottom: 0px;
	}
	.section-top-price .price-list .price-list-outer {
	    display: block;
	    padding: 10px;
	}
	.section-top-price .price-list .price-title {
	    width: 90px;
	    min-width: auto;
	    margin: 0 auto;
	    margin-bottom: 10px;
	}
	.section-top-price .price-list .price-body {
	    padding: 0;
	}
	.section-top-price .price-list .price-body .price-item {}
	.section-top-price .price-list .price-body .price-item:last-child {
		margin-bottom: 5px;
	}
	.section-top-price .price-list .price-footer {
	    font-size: 18px;
	    line-height: 1.5;
	    padding: 8px 0;
	}
	
	.section-top-price .price-list .price-item-sp {
	    /* margin-bottom: 15px; */
	}
	.section-top-price .price-list .price-item-sp .p-row {
	    text-align: center;
	    margin-bottom: 5px;
	}
	.section-top-price .price-list .price-item-sp .p-row &gt; img {
		height: 35px;
		width: auto;
	}
	.section-top-price .price-list .price-item-sp .p-row .card-list {
	    vertical-align: bottom;
	    top: -4px;
	    display: inline-block;
	    position: relative;
	}
	.section-top-price .price-list .price-item-sp .p-row .card-list .inr {/* position: relative; */}
	.section-top-price .price-list .price-item-sp .p-row .card-list .inr img {
		width: 30px;
		position: relative;
	}
	.section-top-price .price-list .price-item-sp .p-img {
	    max-width: 300px;
	    margin: 0 auto
	}

	.section-top-price .price-list .price-body .price-item .note {
	    border-radius: 10px;
	    font-size: 13px;
	    padding: 8px;
	    margin-top: 30px;
	}
	.section-top-price .price-list .price-body .price-item .note:after {
	    border-width: 0 18px 18px 18px;
	    top: -15px;
	}
	
	.section-top-price .price-list.subsuc  {}
	.section-top-price .price-list.subsuc h3 {
	    margin-bottom: 15px;
	}
	.section-top-price .price-list.subsuc .price-item-sp .p-img {
		max-width: 300px;
	}
	.section-top-price .price-list.subsuc .price-item-sp .p-row .card-list .inr img {
	    width: 80px;
	}
	.section-top-price .price-list.subsuc .price-item-sp .p-row &gt; img.month {
		height: 30px;
		margin-right: 1px;
		vertical-align: baseline;
	}

	.section-top-price .price-list .price-body .price-item.otameshi {
	    padding: 15px;
	    border-radius: 10px;
	    border: 2px dotted #ff0000;
	    margin-bottom: 0;
	}
	.section-top-price .price-list .price-body .price-item.otameshi h4 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.section-top-price .price-list.subsuc .otameshi .price-item-sp .p-row .card-list .inr img {
		width: 30px;
	}
	.section-top-price .price-list .price-body .price-item.otameshi .note {
	    font-size: 10px;
	}
	
}



/* Price Sample ----------------------------------------------*/

.section-top-price .price-sample {}
.section-top-price .price-sample .section-inner {}
.section-top-price .price-sample .contents-inner {
    padding: 50px 0;
}

.price-sample-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    /* border: solid 2px #333; */
    color: #231815;
    margin-bottom: 30px;
}
.price-sample-table .price-sample-row {
    display: table-row;
    /* padding-bottom: 50px; */
    /* border-bottom: 20px solid #FFF; */
}
.price-sample-table .price-sample-tophead {
    border-bottom: none;
}
.price-sample-table .price-sample-row .price-sample-td.price-sample-lefthead {
    width: 130px;
    border-left: none;
    font-size: 22px;
}
.price-sample-table .price-sample-row .price-sample-td.price-sample-lefthead .inr {
	background: #E1E6E6;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.price-sample-table .price-sample-row .price-sample-td {
    display: table-cell;
    font-size: 20px;
    text-align: center;
    margin: 0 10px;
    border-collapse: collapse;
    border-bottom: solid 5px #FFF;
    border-right: none;
    border-left: 10px solid #FFF;
    vertical-align: middle;
    height: 100px;
    box-sizing: content-box;
    letter-spacing: -0.04em;
    line-height: 1.25;
}
.price-sample-table .price-sample-row .price-sample-td .inr {
    background: transparent;
    background: #E1EEF2;
    height: 100%;
}
.price-sample-table .price-sample-row .price-sample-td.ote {
    background: #E1EEF2;
}
.price-sample-table .price-sample-row .price-sample-td.chusyo {
    background: #F2EDE1;
}
.price-sample-table .price-sample-row .price-sample-td.amu {
    background: #FFEB00;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td {
    background: transparent;
    padding-bottom: 12px;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td .inr img {
	width: 60px;
	vertical-align: middle;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td .inr {
    border-radius: 10px;
    height: 90px;
    padding: 16px 0;
    font-size: 26px;
	position: relative;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td .inr:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 17.5px 0 17.5px;
	border-color: #007bff transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%);
	bottom: -14px;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.hikaku .inr:after {
    display: none;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.ote .inr:after {
    border-color: #E1EEF2 transparent transparent transparent;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.chusyo .inr:after {
    border-color: #F2EDE1 transparent transparent transparent;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.amu .inr:after {
    border-color: #FF0000 transparent transparent transparent;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td .inr span {
    /* font-family: "ゴシックMB101 B", "Gothic MB101 DemiBold"; */
    margin-top: 8px;
    display: inline-block;
    vertical-align: middle;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.amu .inr span {
	font-size: 33px;
	margin: 0;
	margin-left: 5px;
	color: #FFEB00;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.ote {}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.chusyo {}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.amu {
    font-family: "ゴシックMB101 B", "Gothic MB101 DemiBold";
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.hikaku .inr {
    background: #FFF;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.hikaku .inr .hikaku-title {
	background: #FFEB00;
	width: 95px;
	height: 95px;
	color: #606666;
	line-height: 1.4;
	padding: 16px 0;
	border-radius: 100%;
	font-size: 22px;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.ote .inr {
    background: #E1EEF2;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.chusyo .inr {
    background: #F2EDE1;
}
.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.amu .inr {
    background: #FF0000;
}
.price-sample-table .price-sample-row.row-top {}
.price-sample-table .price-sample-row.row-top .price-sample-td {
    background: transparent;
}
.price-sample-table .price-sample-row.row-top .price-sample-td .inr {}
.price-sample-table .price-sample-row.row-top .price-sample-td.ote .inr {
    background: #E1EEF2;
    height: 100%;
}
.price-sample-table .price-sample-row.row-top .price-sample-td.chusyo .inr {
    background: #F2EDE1;
    height: 100%;
}
.price-sample-table .price-sample-row.row-top .price-sample-td.amu .inr {
    background: #FFEB00;
    height: 100%;
}
.price-sample-table .price-sample-row.row-top .price-sample-td .inr {
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-sample-table .price-sample-row.row-bottom {}
.price-sample-table .price-sample-row .price-sample-td.price-sample-ms {}
.price-sample-table .price-sample-row .price-sample-td.price-sample-ms .m {
    font-size: 22px;
    margin-bottom: 5px;
}
.price-sample-table .price-sample-row .price-sample-td.price-sample-ms .s {
    font-size: 18px;
}
.price-sample-table .price-sample-row.row-bottom .price-sample-td {
    background: transparent;
    height: 110px;
}
.price-sample-table .price-sample-row.row-bottom .price-sample-td .inr {}
.price-sample-table .price-sample-row.row-bottom .price-sample-td.ote .inr {
    background: #E1EEF2;
    height: 100%;
}
.price-sample-table .price-sample-row.row-bottom .price-sample-td.chusyo .inr {
    background: #F2EDE1;
    height: 100%;
}
.price-sample-table .price-sample-row.row-bottom .price-sample-td.amu .inr {
    background: #FFEB00;
    height: 100%;
}
.price-sample-table .price-sample-row.row-bottom .price-sample-td .inr {
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (min-width: 768px) and (max-width: 1000px) {
	.section-top-price .price-sample .contents-inner .scroll-outer {
	    overflow-x: scroll;
	    /* margin: 0 -15px; */
	    /* padding: 0 15px; */
	    display: block;
	    white-space: nowrap;
	    /* overflow-x: auto; */
	    display: inline-block;
	    height: 100%;
	    width: 100%;
	    /* overflow-x: hidden; */
	    /* overflow-y:hidden; */
	    /* box-sizing: border-box; */
	    scrollbar-color: #CCC;
	    scrollbar-color: rebeccapurple green;
	}
	.section-top-price .price-sample .contents-inner .scroll-outer::-webkit-scrollbar {
		display: block;
		/* background: #CCC; */
		scrollbar-color: #CCC;
		z-index: 8;
		position: relative;
	}
	.price-sample-table {width: 1000px;margin-bottom: 0;margin: 0 15px;}
	.section-top-price .price-sample .contents-inner {
		margin: 0 -15px;
	}
	.section-top-price .price-sample .contents-inner .scroll-outer::-webkit-scrollbar-thumb {
		display: block;
		background: #CCC;
	}
}


@media (max-width: 767px) {
	.section-top-price .price-sample {}
	.section-top-price .price-sample .section-inner {}
	.section-top-price .price-sample .contents-inner {
	    padding: 30px 0;
	}
	
	.section-top-price .price-sample .contents-inner .scroll-outer {
	    overflow-x: scroll;
	    margin: 0 -15px;
	    padding: 0 15px 15px;
	}
		
	.price-sample-table {width: 780px;margin-bottom: 0;}
	.price-sample-table .price-sample-row {}
	.price-sample-table .price-sample-tophead {}
	.price-sample-table .price-sample-row .price-sample-td.price-sample-lefthead {
	    font-size: 18px;
	    width: 100px;
	}
	.price-sample-table .price-sample-row .price-sample-td.price-sample-lefthead .inr {}
	.price-sample-table .price-sample-row .price-sample-td {
	    font-size: 16px;
	    height: 80px;
	}
	.price-sample-table .price-sample-row .price-sample-td .inr {}
	.price-sample-table .price-sample-row .price-sample-td.ote {}
	.price-sample-table .price-sample-row .price-sample-td.chusyo {}
	.price-sample-table .price-sample-row .price-sample-td.amu {}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td {}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td .inr img {
	    width: 50px;
	}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td .inr {
	    /* height: 70px; */
	    padding: 17px 0;
	}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td .inr:after {}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.hikaku .inr:after {}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.ote .inr:after {}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.chusyo .inr:after {}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.amu .inr:after {}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td .inr span {
	    font-size: 20px;
	    font-family: "ゴシックMB101 M", "Gothic MB101 Medium";
	}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.amu .inr span {
	    font-size: 24px;
	}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.ote {}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.chusyo {}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.amu {}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.hikaku .inr {}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.hikaku .inr .hikaku-title {
	    font-size: 18px;
	    width: 80px;
	    height: 80px;
	    padding: 14px 0;
	}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.ote .inr {}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.chusyo .inr {}
	.price-sample-table .price-sample-row.price-sample-tophead .price-sample-td.amu .inr {}
	.price-sample-table .price-sample-row.row-top {}
	.price-sample-table .price-sample-row.row-top .price-sample-td {}
	.price-sample-table .price-sample-row.row-top .price-sample-td .inr {}
	.price-sample-table .price-sample-row.row-top .price-sample-td.ote .inr {}
	.price-sample-table .price-sample-row.row-top .price-sample-td.chusyo .inr {}
	.price-sample-table .price-sample-row.row-top .price-sample-td.amu .inr {}
	.price-sample-table .price-sample-row.row-top .price-sample-td .inr {}
	.price-sample-table .price-sample-row.row-bottom {}
	.price-sample-table .price-sample-row .price-sample-td.price-sample-ms {}
	.price-sample-table .price-sample-row .price-sample-td.price-sample-ms .m {
	    font-size: 18px;
	}
	.price-sample-table .price-sample-row .price-sample-td.price-sample-ms .s {
	    font-size: 14px;
	}
	.price-sample-table .price-sample-row.row-bottom .price-sample-td {}
	.price-sample-table .price-sample-row.row-bottom .price-sample-td .inr {}
	.price-sample-table .price-sample-row.row-bottom .price-sample-td.ote .inr {}
	.price-sample-table .price-sample-row.row-bottom .price-sample-td.chusyo .inr {}
	.price-sample-table .price-sample-row.row-bottom .price-sample-td.amu .inr {}
	.price-sample-table .price-sample-row.row-bottom .price-sample-td .inr {}
}


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

    Contents Pocket Tissue

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

.contents-pocket-tissue {
    background-image: url(../img/back_A-3.png);
    background-repeat: repeat;
    background-position: top;
}
.contents-pocket-tissue .contents-inner {
    padding: 50px 0;
}
.contents-pocket-tissue .contents-inner .panel {
    background: #FFF;
    border-radius: 10px;
    padding: 40px;
    /* font-family: "ゴシックMB101 B", "Gothic MB101 DemiBold"; */
}
.contents-pocket-tissue .contents-inner .outer {
    display: flex;
    margin-bottom: 30px;
}
.contents-pocket-tissue .contents-inner .outer .text-inr {
    width: 630px;
    padding-right: 30px;
    /* margin-bottom: 40px; */
}
.contents-pocket-tissue .contents-inner .outer .text-inr .t1 {
    font-size: 36px;
    text-decoration: underline;
    /* font-family: "ゴシックMB101 B", "Gothic MB101 DemiBold"; */
}
.contents-pocket-tissue .contents-inner .outer .text-inr .t2 {
    color: #FF0000;
    font-size: 46px;
    font-weight: bold;
    font-family: "ゴシックMB101 B", "Gothic MB101 DemiBold";
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.contents-pocket-tissue .contents-inner .outer .text-inr .t2 .line-item:before {
	bottom: 0;
}
.contents-pocket-tissue .contents-inner .outer .text-inr .t3 {
    font-size: 40px;
    font-weight: bold;
    text-align: right;
    font-family: "ゴシックMB101 B", "Gothic MB101 DemiBold";
}
.contents-pocket-tissue .contents-inner .outer .img-inr {
    width: auto;
}
.contents-pocket-tissue .contents-inner .outer .img-inr img {}
.contents-pocket-tissue .contents-inner .btn-outer {
    text-align: center;
}
.contents-pocket-tissue .contents-inner .btn-outer .btn-download {
    width: auto;
    display: inline-block;
    font-weight: normal;
    font-size: 36px;
    border-radius: 20px;
}

@media (max-width: 767px) {
.contents-pocket-tissue {}
.contents-pocket-tissue .contents-inner {
    padding: 20px 0px;
}
.contents-pocket-tissue .contents-inner .panel {
    padding: 30px;
}
.contents-pocket-tissue .contents-inner .outer {
    display: block;
    margin-bottom: 20px;
}
.contents-pocket-tissue .contents-inner .outer .text-inr {
    width: auto;
    padding: 0;
    margin-bottom: 15px;
}
.contents-pocket-tissue .contents-inner .outer .text-inr .t1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.contents-pocket-tissue .contents-inner .outer .text-inr .t2 {
    font-size: 24px;
    text-align: center;
    margin: 0 -30px;
}
.contents-pocket-tissue .contents-inner .outer .text-inr .t2 .line-item:before {}
.contents-pocket-tissue .contents-inner .outer .text-inr .t3 {
    font-size: 20px;
    text-align: center;
}
.contents-pocket-tissue .contents-inner .outer .img-inr {}
.contents-pocket-tissue .contents-inner .outer .img-inr img {}
.contents-pocket-tissue .contents-inner .btn-outer {}
.contents-pocket-tissue .contents-inner .btn-outer .btn-download {
    font-size: 20px;
    padding-left: inherit;
    padding-right: inherit;
    height: auto;
    padding: 12px 0;
    width: 100%;
    border-radius: 10px;
}
}




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

    Section Top Flow

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

.section-top-flow {
    background: #FAF5E8;
}
.section-top-flow .section-inner {
    padding: 40px 0;
}

.flow-item {
    background: #FFF;
    margin-bottom: 50px;
    color: #231815;
    min-height: 120px;
    /* padding: 15px 0; */
}
.flow-item .contents-inner {
    display: flex;
    align-items: center;
    position: relative;
}
.flow-item .contents-inner:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 17.5px 0 17.5px;
	border-color: #FF0000 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%);
	bottom: -35px;
}
.flow-item:last-child .contents-inner:after {
	display: none;
}
.flow-item .flow-no {
    margin-right: 10px;
}
.flow-item .flow-title {
    font-size: 26px;
    min-width: 210px;
    line-height: 1.2;
}
.flow-item .flow-body {
    font-size: 20px;
    text-align: left;
    width: 100%;
    line-height: 1.5;
    padding: 15px 0;
}
.flow-item .flow-body .sub-text {
	font-size: 16px;
	font-family: "ゴシックMB101 M", "Gothic MB101 Medium";
}

@media (max-width: 767px) {
	.section-top-flow {}
	.section-top-flow .section-inner {
	    padding: 30px 0 5px;
	}
	
	.flow-item {
	    margin-bottom: 30px;
	}
	.flow-item .contents-inner {
	    padding-top: 15px;
	    display: block;
	    position: relative;
	    padding-left: 80px;
	    padding-bottom: 15px;
	    position: relative;
	}
	.flow-item .contents-inner:after {
		border-width: 12px 12.5px 0 12.5px;
		bottom: -22px;
	}
	.flow-item .flow-no {
	    width: 70px;
	    position: absolute;
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.flow-item .flow-no img {
		width: 100%;
	}
	.flow-item .flow-title {
	    min-width: auto;
	    font-size: 18px;
	    text-decoration: underline;
	}
	.flow-item .flow-body {
	    font-size: 13px;
	    font-family: "ゴシックMB101 M", "Gothic MB101 Medium";
	    padding-bottom: 0;
	    padding-top: 10px;
	}
	.flow-item .flow-body .sub-text {
	    font-size: 10px;
	    margin-top: 4px;
	    font-family: "ゴシックMB101 L", "Gothic MB101 Light";
	}
}


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

    Modal

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

#sampleModal {}

#sampleModal .modal-dialog-scrollable .modal-body {
    padding: 20px;
    background: #FFF;
    border-radius: 0.3rem;
}
#sampleModal .modal-dialog-scrollable .modal-body img {
	width: 100%;
}
#sampleModal .modal-footer {
	display: none;
}
#sampleModal .modal-title {
	display: none;
}
#sampleModal .modal-header {
	background-color: transparent;
	padding: 0;
	border-bottom: none;
	position: absolute;
	top: 10px;
	z-index: 1;
	right: 12px;
}
#sampleModal .modal-dialog-scrollable .modal-content {
	background-color: transparent;
}
#sampleModal .btn-close:focus {
	box-shadow: none;
}

@media (min-width: 768px) {
	#sampleModal .modal-header .btn-close {
		width: 2em;
		height: 2em;
		background-size: 30px;
		padding: 20px;
	}
}

@media (max-width: 767px) {
	#sampleModal .modal-header {
		background-color: transparent;
		padding: 0;
		border-bottom: none;
		position: absolute;
		top: 10px;
		z-index: 1;
		right: 12px;
	}
}




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

    Top FAQ

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

.section-faq {
    background-image: url(../img/back_B-4.png);
    background-repeat: repeat;
    background-position: top center;
}
.section-faq .section-inner {}
.section-faq .contents-inner {
    padding: 40px 0;
}
.section-faq .faq-outer {
    background-color: #F7ECD2;
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 35px 20px;
}
.section-faq .faq-outer h2 {
    text-align: center;
    font-size: 32px;
    color: #FFF;
    line-height: 60px;
    background: #FF0000;
    border-radius: 60px;
    margin-bottom: 40px;
}
.section-faq .faq-outer .faq-group {
    padding: 0 30px;
}
.section-faq .faq-outer .faq-group h3 {
    text-align: center;
    color: #231815;
    font-size: 26px;
    background: #FFEB00;
    line-height: 50px;
    border-radius: 50px;
    margin-bottom: 50px;
}
.section-faq .faq-outer .faq-group .faq-item {}
.section-faq .faq-outer .faq-group .faq-item .que {
    position: relative;
    background: #FFF;
    font-size: 26px;
    line-height: 1.2;
    padding: 30px 60px;
    border-radius: 45px;
    margin-left: 70px;
    margin-bottom: 36px;
}
.section-faq .faq-outer .faq-group .faq-item .ans {
    position: relative;
    background: #FFF;
    font-size: 26px;
    line-height: 1.2;
    padding: 30px 30px 30px 60px;
    border-radius: 45px;
    margin-left: 70px;
    margin-bottom: 75px;
}
.section-faq .faq-outer .faq-group .faq-item .que:before,
.section-faq .faq-outer .faq-group .faq-item .ans:before {
	position: absolute;
	content: "";
	width: 110px;
	height: 110px;
	top: 50%;
	left: -80px;
	background-image: url(../img/num_Q.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
}
.section-faq .faq-outer .faq-group .faq-item .ans:before {
	background-image: url(../img/num_A.png);
}
.section-faq .faq-outer .faq-group .faq-item .ans:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 33.5px 30px 33.5px;
	border-color: transparent transparent #FFF transparent;
	left: 90px;
	transform: translateX(-50%);
	top: -20px;
}
.section-faq .faq-outer .faq-group .faq-item .ans .r {
    display: flex;
}
.section-faq .faq-outer .faq-group .faq-item .ans .r .t {
    flex-basis: 60%;
}
.section-faq .faq-outer .faq-group .faq-item .ans .r .b {
    flex-basis: 100%;
    position: relative;
}
.section-faq .faq-outer .faq-group .faq-item .ans .r .b:before {
	position: absolute;
	content: ":";
	top: 0; 
	left: -0.5em;
}

@media (max-width: 767px) {
	.section-faq {}
	.section-faq .section-inner {}
	.section-faq .contents-inner {
	    padding: 30px 0;
	}
	.section-faq .faq-outer {
	    padding: 20px 12px;
	    border-radius: 18px;
	}
	.section-faq .faq-outer h2 {
	    font-size: 18px;
	    line-height: 40px;
	    margin-bottom: 18px;
	}
	.section-faq .faq-outer .faq-group {
	    padding: 0;
	}
	.section-faq .faq-outer .faq-group h3 {
	    font-size: 18px;
	    line-height: 40px;
	    margin-bottom: 18px;
	}
	.section-faq .faq-outer .faq-group .faq-item {}
	.section-faq .faq-outer .faq-group .faq-item .que {
	    font-size: 14px;
	    padding: 18px 18px 18px 30px;
	    margin-left: 40px;
	    margin-bottom: 18px;
	    line-height: 1.4;
	    border-radius: 25px;
	}
	.section-faq .faq-outer .faq-group .faq-item .ans {
	    font-size: 14px;
	    padding: 18px 18px 18px 30px;
	    margin-left: 40px;
	    line-height: 1.4;
	    text-align: justify;
	    border-radius: 25px;
	    margin-bottom: 30px;
	}
	.section-faq .faq-outer .faq-group .faq-item .ans .r {
	    display: block;
	    margin-bottom: 0.5em;
	}
	.section-faq .faq-outer .faq-group .faq-item .ans .r .t {}
	.section-faq .faq-outer .faq-group .faq-item .ans .r .b {
	    margin-left: 2em;
	}
	.section-faq .faq-outer .faq-group .faq-item .que:before, 
	.section-faq .faq-outer .faq-group .faq-item .ans:before {
		/* transform: unset; */
		width: 70px;
		height: 70px;
		/* top: 5%; */
		left: -45px;
	}
	.section-faq .faq-outer .faq-group .faq-item .ans:after {
		left: 70px;
		border-width: 0 16.5px 16px 16.5px;
		top: -12px;
	}
	.section-faq .faq-outer .faq-group .faq-item .ans:before {
		top: 50px;
	}
}




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

    Top Flow

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

.section-flow {}
.section-flow .contents-inner {}
.section-flow .flow-block {color: #FFF;font-size: 20px;font-weight: 500;line-height: 2;letter-spacing: 0.06em;text-align: justify;}
.section-flow .flow-block .flow-row {
    display: flex;
}
.section-flow .flow-block .flow-row .flow-title {
    min-width: 360px;
    min-width: 400px;
    padding-left: 18px;
}
.section-flow .flow-block .flow-row .flow-title .no {
    font-size: 40px;
    line-height: 60px;
    display: inline-block;
    vertical-align: baseline;
}
.section-flow .flow-block .flow-row .flow-title .t {
    font-size: 30px;
    line-height: 60px;
    display: inline-block;
    vertical-align: bottom;
}
.section-flow .flow-block .flow-row .flow-body {
    margin-bottom: 40px;
}
.section-flow .flow-block .flow-row .flow-body .text {
    margin-bottom: 40px;
}
.section-flow .flow-block .flow-row .flow-body .btn-otr {
    text-align: center;
}
.section-flow .flow-block .flow-row .flow-body .btn-otr .btn-entry {
    display: inline-block;
    width: 370px;
}
.section-flow .flow-block .flow-row .flow-body .btn-otr .btn-entry img {
    width: 100%;
}
.section-flow .flow-block .flow-row .flow-body .btn-otr .btn-reserve {
    display: inline-block;
    width: 370px;
}
.section-flow .flow-block .flow-row .flow-body .btn-otr .btn-reserve img {
    width: 100%;
}
.section-flow .flow-block .flow-row .flow-body .btn-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-flow .flow-block .flow-row .flow-body .btn-list .member-reserve {}
.section-flow .flow-block .flow-row .flow-body .btn-list .member-reserve .btn-outer {
    margin-bottom: 20px;
}
.section-flow .flow-block .flow-row .flow-body .btn-list .member-reserve .btn-outer .btn-reserve {
    width: 370px;
    display: inline-block;
}
.section-flow .flow-block .flow-row .flow-body .btn-list .member-reserve .btn-outer .btn-reserve img {
	width: 100%;
}
.section-flow .flow-block .flow-row .flow-body .btn-list .note {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
}
.section-flow .flow-block .flow-row .flow-body .btn-list .note .t {}
.section-flow .flow-block .flow-row .flow-body .btn-list .note .s {
    font-size: 20px;
}
.section-flow .flow-block .flow-row .flow-body .btn-list .line-reserve {}
.section-flow .flow-block .flow-row .flow-body .btn-list .line-reserve .qr-code {
    margin-bottom: 20px;
    padding: 0 20px;
}
.section-flow .flow-block .flow-row .flow-body .btn-list .line-reserve .qr-code .qr-code-block {
    width: 200px;
    margin: 0 auto;
}
.section-flow .flow-block .flow-row .flow-body .btn-list .line-reserve .qr-code .qr-code-block img {
    width: 100%;
}
.section-flow .flow-block .flow-row .flow-body .btn-list .line-reserve .note {
    letter-spacing: 0.3em;
}

@media (max-width: 767px) {
	.section-flow {}
	.section-flow .contents-inner {
	    padding: 30px 10px;
	}
	.section-flow .flow-block {}
	.section-flow .flow-block .flow-row {
	    display: block;
	}
	.section-flow .flow-block .flow-row .flow-title {
	    padding-left: 0;
	    width: 100%;
	    min-width: auto;
	}
	.section-flow .flow-block .flow-row .flow-title .no {
	    font-size: 28px;
	}
	.section-flow .flow-block .flow-row .flow-title .t {
	    font-size: 20px;
	}
	.section-flow .flow-block .flow-row .flow-body {
	    padding-left: 30px;
	    margin-bottom: 30px;
	}
	.section-flow .flow-block .flow-row .flow-body .text {
	    font-size: 13px;
	    margin-bottom: 30px;

	    font-size: 15px;
	}
	.section-flow .flow-block .flow-row .flow-body .btn-otr {}
	.section-flow .flow-block .flow-row .flow-body .btn-otr .btn-entry {
	    width: 100%;
	    max-width: 220px;
	}
	.section-flow .flow-block .flow-row .flow-body .btn-otr .btn-entry img {}
	.section-flow .flow-block .flow-row .flow-body .btn-otr .btn-reserve {
	    width: 100%;
	    max-width: 220px;
	}
	.section-flow .flow-block .flow-row .flow-body .btn-otr .btn-reserve img {}
	.section-flow .flow-block .flow-row .flow-body .btn-list {
	    margin: 0 -10px;
	}
	.section-flow .flow-block .flow-row .flow-body .btn-list .member-reserve {
	    width: 50%;
	    padding: 0 10px;
	}
	.section-flow .flow-block .flow-row .flow-body .btn-list .member-reserve .btn-outer {}
	.section-flow .flow-block .flow-row .flow-body .btn-list .member-reserve .btn-outer .btn-reserve {
	    width: 100%;
	    vertical-align: bottom;
	}
	.section-flow .flow-block .flow-row .flow-body .btn-list .member-reserve .btn-outer .btn-reserve img {}
	.section-flow .flow-block .flow-row .flow-body .btn-list .note {
	    font-size: 14px;
	}
	.section-flow .flow-block .flow-row .flow-body .btn-list .note .t {}
	.section-flow .flow-block .flow-row .flow-body .btn-list .note .s {
	    font-size: 12px;
	}
	.section-flow .flow-block .flow-row .flow-body .btn-list .line-reserve {
	    width: 50%;
	    padding: 0 10px;
	}
	.section-flow .flow-block .flow-row .flow-body .btn-list .line-reserve .qr-code {
	    padding: 0;
	}
	.section-flow .flow-block .flow-row .flow-body .btn-list .line-reserve .qr-code .qr-code-block {
    width: auto;
}
	.section-flow .flow-block .flow-row .flow-body .btn-list .line-reserve .qr-code .qr-code-block img {}
	.section-flow .flow-block .flow-row .flow-body .btn-list .line-reserve .note {}
}




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

    Top Price

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

.section-price {
    background-color: #F2EDE6;
}
.section-price .contents-inner {
    padding: 140px 0;
}
.section-price h2.bartitle {
    color: #8F6F49;
}
.section-price .contents-text {
    color: #231815;

    letter-spacing: 0.09em;
}
.section-price .price-table {}
.section-price .price-table img {
	width:100%;
}
.section-price .price-table .price-common {
    margin-bottom: 40px;
}
.section-price .price-table .price-row {
    display: flex;
    margin: 0 -20px;
    margin-bottom: 40px;
}
.section-price .price-table .price-row .price-left {
    width: 50%;
    padding: 0 20px;
}
.section-price .price-table .price-row .price-right {
    width: 50%;
    padding: 0 20px;
}
.section-price .price-table .price-list {}

@media (max-width: 767px) {
	.section-price {}
	.section-price .contents-inner {
	    padding: 10px;
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.section-price h2.bartitle {
	    margin-bottom: 30px;
	}
	.section-price .contents-text {}
	.section-price .price-table {}
	.section-price .price-table img {}
	.section-price .price-table .price-common {
	    margin-bottom: 30px;
	}
	.section-price .price-table .price-row {
	    display: block;
	    margin: 0;
	    margin-bottom: 30px;
	}
	.section-price .price-table .price-row .price-left {
	    padding: 0;
	    width: 100%;
	    margin-bottom: 30px;
	}
	.section-price .price-table .price-row .price-right {
	    padding: 0;
	    width: 100%;
	    margin-bottom: 30px;
	}
	.section-price .price-table .price-list {
/*	    display: none;*/
	    width: 100%;
	    overflow: scroll hidden;
	}
	.section-price .price-table .price-list::-webkit-scrollbar{
		display:none;
	}
	.section-price .price-table .price-list img {
		height: 70vw;
		width: auto;
	}
}




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

    Page - Law

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

.section-law {
    background-image: url(../img/back_B-3.png);
    background-size: 15px;
    background-position: top center;
}
.section-law .section-inner {}
.section-law .contents-inner {
    padding: 40px 0;
}
.section-law .law-outer {
    background: #FFF;
    padding: 50px;
    border-radius: 50px;
    margin-bottom: 40px;
}
.section-law .law-outer h2 {
    background-color: #4D4D4D;
    color: #FFF;
    font-size: 26px;
    line-height: 50px;
    padding: 0 12px;
    margin-bottom: 50px;
}
.section-law .law-outer .law-table {
    border-collapse: separate;
    border-spacing: 10px 0px;
}
.section-law .law-outer .law-table tr {}
.section-law .law-outer .law-table tr:first-child th,
.section-law .law-outer .law-table tr:first-child td {
    border-top: 1px solid #231815;
}
.section-law .law-outer .law-table tr:last-child th,
.section-law .law-outer .law-table tr:last-child td {
    border-bottom: 1px solid #231815;
}
.section-law .law-outer .law-table tr th, 
.section-law .law-outer .law-table tr td {
    color: #231815;
    font-size: 20px;
    line-height: 1.56;
    padding: 10px 12px;
    border-bottom: 2px dotted #231815;
    margin-left: 1em;
    vertical-align: top;
}
.section-law .law-outer .law-table tr th {
    width: 300px;
} 
.section-law .law-outer .law-table tr td {
    font-family: "ゴシックMB101 L", "Gothic MB101 Light";
}
.section-law .law-outer .law-table tr td a {}

@media (max-width: 767px) {
	.section-law {}
	.section-law .section-inner {}
	.section-law .contents-inner {
	    padding: 30px 0;
	}
	.section-law .law-outer {
	    border-radius: 18px;
	    padding: 20px 15px 40px;
	}
	.section-law .law-outer h2 {
	    font-size: 18px;
	    line-height: 40px;
	    margin-bottom: 15px;
	}
	.section-law .law-outer .law-table {
	    display: block;
	    border-spacing: inherit;
	    border-color: inherit;
	}
	.section-law .law-outer .law-table tr {
	    display: block;
	}
	.section-law .law-outer .law-table tr th, 
	.section-law .law-outer .law-table tr td {
	    font-size: 14px;
	    margin: 0;
	    border-bottom: 1px dotted #231815;
	    display: block;
	    padding: 10px 8px;
	}
	.section-law .law-outer .law-table tr th {
	    display: block;
	    width: auto;
	    border-bottom: none;
	    padding-bottom: 3px;
	} 
	.section-law .law-outer .law-table tr td {
	    padding-top: 0;
	}
	.section-law .law-outer .law-table tr td a {}
	.section-law .law-outer .law-table tr:first-child td {
		border-top: none;
		/* padding-top: 0; */
	}
	.section-law .law-outer .law-table tr:last-child th {
		border-bottom: none;
		/* padding-top: 0; */
	}
}




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

    Page - Term

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

.section-term {}
.section-term .section-inner {}
.section-term .contents-inner {}
.section-term .term-outer {
}
.section-term .term-outer h2 {
    margin-bottom: 25px;
}
.section-term .term-outer .term-text {
    padding: 0 8px;
    margin-bottom: 120px;
}
.section-term .term-outer .term-text h3 {
    margin-top: 35px;
    font-size: 20px;
}
.section-term .term-outer .term-text .text {
    font-size: 16px;
    font-family: "ゴシックMB101 L", "Gothic MB101 Light";
    line-height: 1.7;
}
.section-term .term-outer .term-text ol {
    /* list-style-type: decimal-leading-zero; */
    /* list-style: ethiopic-halehame; */
}
.section-term .term-outer .term-text ol.decimal-leading-zero li {
	list-style: decimal-leading-zero;
}
.section-term .term-outer .term-text ol li {
    font-size: 16px;
    font-family: "ゴシックMB101 L", "Gothic MB101 Light";
    line-height: 1.7;
    list-style: auto;
}

@media (max-width: 767px) {
.section-term {}
.section-term .section-inner {}
.section-term .contents-inner {}
.section-term .term-outer {}
.section-term .term-outer h2 {}
.section-term .term-outer .term-text {
    margin-bottom: 0;
    padding: 0;
}
.section-term .term-outer .term-text h3 {
    margin-top: 25px;
    font-size: 18px;
}
.section-term .term-outer .term-text .text {
    font-size: 14px;
}
.section-term .term-outer .term-text ol {}
.section-term .term-outer .term-text ol li {
    font-size: 14px;
}
}


























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

    Footer SP Contents

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

.footer-sp-contents {
    display: none;
}

@media (max-width: 767px) {
.footer-sp-contents {
	display: block;
}	
.footer-sp-contents .contact-button {
    text-align: center;
    margin-bottom: 60px;
}
.footer-sp-contents .contact-button .btn-contact {
    display: inline-block;
    border: 1px solid #CDC5BA;
    color: #CDC5BA;
    text-decoration: none;
    padding: 17px 34px;
    border-radius: 10px;
}
.footer-sp-contents .contact-button .btn-contact span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.footer-sp-contents .contact-button .btn-contact span:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: 50%;
    left: 0;
    background-image: url(../../common_golf/img/ask_sp.png);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.footer-sp-contents .company-info {
    color: #FFF;
    margin-bottom: 40px;
}
.footer-sp-contents .company-info .company-title {
    text-align: center;
    /* line-height: 50px; */
    border-top: 1px solid #8F6F49;
    border-bottom: 1px solid #8F6F49;
    padding: 12px 0;
    position: relative;
}
.footer-sp-contents .company-info .company-title:after {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    background-image: url(../../common_golf/img/parts_arrow_open.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-sp-contents .company-info .company-title.active:after {
	background-image: url(../../common_golf/img/parts_arrow_close.svg);
} 
.footer-sp-contents .company-info .company-title span {
	display: inline-block;
	position: relative;
	line-height: 24px;
	padding-left: 28px;
}
.footer-sp-contents .company-info .company-title span:before {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	top: 0;
	left: 0px;
	background-image: url(../../common_golf/img/parts_sunshine_mark.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
}
.footer-sp-contents .company-info .company-body {
    background: #332F30;
    display: none;
}
.footer-sp-contents .company-info .company-body .company-row {
    display: flex;
    font-size: 14px;
    width: 100%;
    padding: 14px 20px;
    border-bottom: 1px solid #5C595A;
}
.footer-sp-contents .company-info .company-body .company-row:last-child {
	border-bottom: none;
}
.footer-sp-contents .company-info .company-body .company-row .t {
    min-width: 60px;
}
.footer-sp-contents .company-info .company-body .company-row .b {
    width: 100%;
}
	
.footer-sp-contents .footer-menu {
    display: block;
    color: #FFF;
}
.footer-sp-contents .footer-menu .link-item {
    text-align: center;
    margin-bottom: 30px;
}
.footer-sp-contents .footer-menu .link-item a {
    color: #FFF;
}
}


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

    Footer

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

footer {
	/* background-color: #262626; */
	/* padding-bottom: 40px; */
	/* margin-top: 80px; */
	/* border-top: 5px solid #8F6F49; */
	color: #000;
	background: #FFF;
}
footer .footer-main {
    display: flex;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
	footer {
		/* padding-bottom: 30px; */
		margin-top: 0;
		border: navajowhite;
	}
	footer .footer-main {
	    display: block;
	    margin-bottom: 0;
	}
	.footer-logo-sp {
    background-image: url(../img/back_A-3.png);
    background-repeat: repeat;
    background-position: top;
    background-size: 10px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 5px solid #750000;
    border-top: 5px solid #750000;
    position: relative;
}
	.footer-logo-sp a {
    display: inline-block;
    max-width: 300px;
}
	.footer-logo-sp a img {
    width: 100%;
}
}


/* Footer Menu -----------------------------------------------*/

.footer-menu {
    width: 100%;
}
.footer-menu .contents-inner {
    padding: 0px;
    padding-top: 30px;
}
.footer-menu .contents-inner ul {
    line-height: 1;
    /* font-size: 14px; */
    text-align: center;
    /* max-width: 740px; */
    margin: 0 auto;
}
.footer-menu .contents-inner ul &gt; li {
    display: inline-block;
    padding: 0 25px;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
}
.footer-menu .contents-inner ul &gt; li:after {
    position: absolute;
	content: "";
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background: #000;"
}
.footer-menu .contents-inner ul &gt; li:first-child {
	padding-left: 0;
}
.footer-menu .contents-inner ul &gt; li:last-child {
	padding-right: 0;
}
.footer-menu .contents-inner ul &gt; li:last-child:after {
	display: none;
}
.footer-menu .contents-inner ul &gt; li a {
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    display: inline-block;
    font-size: 13px;
}
.footer-menu .contents-inner ul &gt; li a:hover {
	text-decoration: underline;
}

.footer-menu .contents-inner .footer-contents-menu {}
.footer-menu .contents-inner .footer-contents-menu &gt; ul {
    margin: 0;
    /* margin-bottom: 20px; */
}
.footer-menu .contents-inner .footer-contents-menu &gt; ul &gt; li {}
.footer-menu .contents-inner .footer-contents-menu &gt; ul &gt; li a {}

.footer-menu .contents-inner .footer-lang-menu {
    font-size: 14px;
    letter-spacing: 0.05em;
}
.footer-menu .contents-inner .footer-lang-menu .sunshine-logo {
    display: inline-block;
    padding-left: 1.5em;
    position: relative;
}
.footer-menu .contents-inner .footer-lang-menu .sunshine-logo:before {
	position: absolute;
	content: "";
	width: 21px;
	height: 21px;
	top: 0;
	left: 0;
	background-image: url(../../common_golf/img/parts_sunshine_mark.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px;
}

.footer-menu .contents-inner .footer-lang-menu &gt; ul {}
.footer-menu .contents-inner .footer-lang-menu &gt; ul &gt; li {
	position: relative;
	margin-bottom: 0;
}
.footer-menu .contents-inner .footer-lang-menu &gt; ul &gt; li a {}
.footer-menu .contents-inner .footer-lang-menu &gt; ul &gt; li:first-child:after {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background: #C9C9C9;
}

@media (max-width: 767px) {
	.footer-menu {
		display: none;
	}
}

.footer-contents-menu2 {
	text-align: center;
	font-size: 13px;
	line-height: 4em;
	letter-spacing: 0.05em;
}
.footer-contents-menu2 a{
    text-decoration: none;
}
.footer-contents-menu2 a:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
.footer-contents-menu2 {
	text-align: center;
	font-size: 13px;
	line-height: 0em;
	letter-spacing: 0.05em;
	margin-top: 25px;
}
}

/* Copywright ------------------------------------------------*/

.copywright {
	/* background-color: #191212; */
	text-align: center;
	/* line-height: 50px; */
	font-size: 13px;
	/* color: #918F8F; */
	/* padding-top: 20px; */
	padding-bottom: 40px;
	/* padding: 20px 40px 50px; */
	text-align: center;
}
.copywright br {
	display: none;
}

@media (max-width: 767px) {
	.copywright {
		line-height: 1.5em;
		padding: 15px 15px;
		font-size: 10px;
		text-align: center;
	}
	.copywright br {
		display: inline;
	}
}


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

	Simple Table

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

table.simple-table {
    width: 100%;
}
table.simple-table tr {border-top: 1px dotted #E0E0E0;}
table.simple-table tr:last-child {border-bottom: 2px dotted #E0E0E0;}
table.simple-table th {
    width: 155px;
    font-size: 18px;
    padding: 15px 0;
}
table.simple-table td {
    /* width: 100%; */
    font-size: 18px;
    /* line-height: 1; */
    padding: 15px 0;
    word-break: break-all;
}

@media (max-width: 767px) {
	table.simple-table {}
	table.simple-table tr {}
	table.simple-table tr:last-child {}
	table.simple-table th {
	    font-size: 14px;
	    padding: 12px 0;
	    width: 80px;
	    padding-right: 1em;
	}
	table.simple-table td {
	    font-size: 14px;
	    padding: 12px 0;
	}
}


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

	Second Menu

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

.second-menu {
    background: #FFF;
}
.second-menu &gt; ul {
    display: flex;
}
.second-menu &gt; ul &gt; li.menu-item {
	padding: 10px 25px;
	position: relative;
}
.second-menu &gt; ul &gt; li.menu-item a {
	color: #262626;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
	display: inline-block;
	position:
	relative;
	white-space: nowrap;
}
.second-menu &gt; ul &gt; li.menu-item a.active {
	color: #E50012;
}
.second-menu &gt; ul &gt; li.menu-item a.active:after {
	opacity: 1;
	width: 100%;
	animation: none;
}
.second-menu &gt; ul &gt; li.menu-item a:after {
	position: absolute;
	content: "";
	display: block;
	height: 5px;
	background: #E50012;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	opacity: 0;
	animation: gnavclose forwards 0.2s 1;
}
.second-menu &gt; ul &gt; li.menu-item a:hover:after {
	animation: gnavopen forwards 0.4s 1;
}
.btn-open-second-menu {
	display:none;
}
@media (min-width: 768px) and (max-width: 1100px) {
	.second-menu &gt; ul &gt; li.menu-item {
		padding: 10px 10px;
	}
	.second-menu &gt; ul &gt; li.menu-item a {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.second-menu &gt; ul {
	    display: flex !important;
	}
}
@media (max-width: 767px) {
	.btn-open-second-menu {
		display: block;
		width: 100%;
		border: none;
		background-color: #E50012;
		color: #FFF;
		font-size: 16px;
		text-align: left;
		padding: 16px 15px;
		position: relative;
		font-weight: bold;
	}
	.btn-open-second-menu .icn_accordion:before {
	    background-color: #FFF;
	}
	.btn-open-second-menu .icn_accordion:after {
	    background-color: #FFF;
	}
	.second-menu &gt; ul {
	    display: block;
	}
	.second-menu &gt; ul &gt; li.menu-item {
		padding: 0;
		position: relative;
		border-bottom: 1px solid #E0E0E0;
	}
	.second-menu &gt; ul &gt; li.menu-item:last-child {
		border-bottom: 1px solid #E50012;
	}
	.second-menu &gt; ul &gt; li.menu-item a {
		padding: 10px 30px;
		display: block;
	}
	.second-menu &gt; ul &gt; li.menu-item a.pc {
		display: none;
	}
	.second-menu &gt; ul &gt; li.menu-item a.active {
		color: #E50012;
		color: #262626;
	}
	.second-menu &gt; ul &gt; li.menu-item a:after {
		display: none;
	}
}


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

	Contents Header

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

.contents-header {
    background-color: #F2EDE6;
}
.contents-header .contents-inner {
    text-align: center;
    padding: 70px 0px 38px;
}
.contents-header .contents-inner h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 500;
}

@media (max-width: 767px) {
	.contents-header {}
	.contents-header .contents-inner {
	    padding: 30px 0px 20px;
	}
	.contents-header .contents-inner h2 {
	    font-size: 20px;
	}
}

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

	Page - News

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

.page-news {}
.page-news .section-top-news {
	padding: 0;
}
.page-news .section-top-news .section-inner {
	margin-top: 0;
}
.page-news .news-list {
	margin-bottom: 100px;
}
.page-news .news-controller {
	margin-bottom: 40px;
}
.page-news .section-top-news .btn-news-more {
    width: 290px;
    height: 80px;
    text-align: center;
    /* padding-right: 60px; */
} 
.page-news .section-top-news .btn-news-more .text {
	text-indent: -20px;
}
.page-news .section-top-news .btn-news-more .text:after {
	/* transform: rotate(90deg); */
	background-image: url(../../common_golf/img/parts_arrow_more-2.svg);
	background-size: 30px;
	right: -40px;
}

@media (max-width: 767px) {
	.page-news {}
	.page-news .section-top-news {
	    background: #FFF;
	}
	.page-news .section-top-news .section-inner {}
	.page-news .news-list {
	    margin-bottom: 40px;
	}
	.page-news .news-controller {
	    display: block;
	    margin-bottom: 20px;
	}
	.page-news .section-top-news .btn-news-more {
	    position: static;
	    width: 135px;
	    height: 40px;
	    padding: 0;
	} 
	.page-news .section-top-news .btn-news-more .text {
	    text-indent: 0;
	    line-height: 40px;
	    padding-right: 20px;
	}
	.page-news .section-top-news .btn-news-more .text:after {
	    /* line-height: 40px; */
	    height: 40px;
	    width: 20px;
	    right: 0px;
	    background-size: 14px;
	}
	.page-news .section-top-news .contents-inner {
	    padding: 30px 10px;
	}
}


/* News Footer -----------------------------------------------*/

.news-footer {
    background-color: #F2EDE6;
}
.news-footer .contents-inner {
    text-align: center;
    padding: 65px 0;
}
.news-footer .contents-inner .btn-news-more {
    display: inline-block;
    width: 213px;
    height: 80px;
    text-align: center;
    text-align: center;
    color: #FFF;
}
.news-footer .contents-inner .btn-news-more .text {
    font-size: 24px;
    line-height: 80px;
    text-indent: -35px;
}
.news-footer .contents-inner .btn-news-more .text:after {
    height: 80px;
    right: -50px;
}

@media (max-width: 767px) {
	.news-footer {}
	.news-footer .contents-inner {
	    padding: 20px 0 40px;
	}
	.news-footer .contents-inner .btn-news-more {
	    width: 100px;
	    height: 35px;
	    padding: 0;
	    display: inline-block;
	    line-height: 35px;
	    font-size: 14px;
	}
	.news-footer .contents-inner .btn-news-more .text {
	    font-size: 14px;
	    line-height: 35px;
	    text-indent: 0;
	    display: inline-block;
	    padding-right: 30px;
	}
	.news-footer .contents-inner .btn-news-more .text:after {
	    height: 35px;
	    right: 0;
	    width: 25px;
	    background-size: 25px;
	}
}

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

    Page Contact Form &amp; Entry Form

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

.page-inquiry-input {}
.page-inquiry-input .r {
    color: #FFEB00;
}
.page-contact.page-inquiry-input .r {
    color: #FFF;
}
.page-inquiry-input .note {}

.page-inquiry-input .section-service {}
.page-inquiry-input .section-service .contents-inner {
    padding: 56px 0;
    border: none;
}
.page-inquiry-input .section-service .inquiry-title {
    margin-bottom: 0;
}

.section-contact-form {
    background-image: url(../img/back_B-1.png);
    background-size: 15px;
    /* background-color: #AAAAAA; */
    background-position: top;
}
.section-contact-form .container {max-width: 1130px;padding: 0 15px;}
.section-contact-form .contents-inner {
    padding-top: 45px;
    padding-bottom: 50px;
}

.page-inquiry .inquiry-message {
	background-color: #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}
.page-inquiry .inquiry-message .contents-inner {padding: 25px 0;}

.section-contact-form h3 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}


/* Contact */

.page-contact .section-contact-form {
    background-image: url(../img/back_B-2.png);
}


@media (max-width: 767px) {
	.page-inquiry .inquiry-message {
		font-size: 13px;
	}
	.page-inquiry .inquiry-message .contents-inner {
		padding: 25px 10px;
	}
	.section-contact-form h3 {
		font-size: 20px;
		margin-bottom: 30px;
		font-family: "ゴシックMB101 B", "Gothic MB101 DemiBold";
	}
	form.contact-form .contanct-form-outer .form-header .form-header-text {
		font-size: 14px;
	}
}

form.contact-form {
    /* background: #FFF; */
}
form.contact-form .contanct-form-outer {
    padding: 20px 50px;
    background-color: #FFF;
    border-radius: 30px;
}
form.contact-form .contanct-form-outer .form-header {
	background-image: url(../img/price_d_1.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 20px 0 50px;
}

/* Contact */

.page-contact form.contact-form .contanct-form-outer {
	background-color: #E7EBF2;
	border: 2px solid #2C333B;
}
.page-contact form.contact-form .contanct-form-outer .form-header {
	background-image: url(../img/price_e.png);
	/* padding-bottom: 20px; */
}

form.contact-form .contanct-form-outer .form-header .form-header-text {
	text-align: center;
	min-height: 1.5em;
}


form.contact-form .note {
    margin-bottom: 20px;
}

table.form-table {
    border: 1px solid #DDDDDD;
    width: 100%;
    margin-bottom: 50px;
}
table.form-table tr {}
table.form-table tr th {
    background-color: #F0F0F0;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    text-align: center;
    /*width: 250px;*/
    width: 300px;
    /* background-image: url(../../common_golf/img/g_bg_blackpattern.jpg); */
    /* background-repeat: repeat; */
    /* background-position: top; */
    color: #FFF;
    font-size: 18px;
    background: #452323;
}

.page-contact table.form-table tr th {
	background: #2C333B;
}

table.form-table tr td {
    border-bottom: 1px solid #DDDDDD;
    background: #FFF;
}
table.form-table tr th .inner, table.form-table tr td .inner {
	padding: 16px 18px;
}
table.form-table .form-row {
	position: relative;
	width: 100%;
	/* font-size: 0; */
}

table.form-table .error {
	position: absolute;
	background-color: #FF0000;
	font-size: 16px;
	color: #FFFF00;
	padding: 2px 15px;
	white-space: nowrap;
	border-radius: 2em;
	right: 20px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	letter-spacing: 0.1em;
}
table.form-table tr.username .error {
	right: 40px;
}

table.form-table .form-item .error:before,
table.form-table .form-group &gt; .error:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  border: 8px solid transparent;
  border-right: 16px solid #CC1717;
  transform: translateY(-50%);
  display: none;
}
table.form-table .form-item .error.pref-error {
    top: 30%;
}
table.form-table .form-item .error.shop_name-error {
    top: 70%;
}
table.form-table tr.plan .error {
	top: 140%;
}
table.form-table .form-item .icn-error {
	display: none;
}

table.form-table tr.hallname .inner {
    padding: 16px 18px;
}
table.form-table tr.hallname .inner .form-item {
    display: inline-block;
}
table.form-table tr.hallname .inner .pref-select {
	margin-right: 15px;
	display: inline-block;
}
table.form-table tr.hallname .inner .hall-select {
	display: inline-block;
	/* width: 100%; */
}
table.form-table tr.hallname .inner .note {
	text-align: left;
	margin: 0;
	font-size: 16px;
}
table.form-table textarea {
	width: 100%;
	border: 1px solid #87888A;
	border-radius: 5px;
	padding: 15px;
	height: 290px;
}

form.contact-form tr.category .select {
    width: 350px;
    /* width: auto; */
    /* min-width: auto; */
}

form.contact-form tr.mail .note {
	margin-bottom: 0;
	text-align: left;
	font-size: 16px;
	margin-top: 1em;
	margin-bottom: 5px;
}
form.contact-form tr.tel {}
form.contact-form tr.tel .form-item {
	display: inline-block;
	margin-right: 5px;
}
form.contact-form tr.tel input {
	width: 150px;
}


table.form-table tr.username, table.form-table tr.dairiten,{}
table.form-table tr.username td, table.form-table tr.dairiten td {}
table.form-table tr.username td .inner, table.form-table tr.dairiten td .inner {
    padding: 0;
}
table.form-table tr.username td .inner .form-item, table.form-table tr.dairiten td .inner .form-item {
    padding: 16px 18px;
}
table.form-table tr.username td .inner .form-item:first-child, table.form-table tr.dairiten td .inner .form-item:first-child {
    border-bottom: 1px solid #DDDDDD;
}




table.form-table tr.mail {}
table.form-table tr.mail td .r {
	color: #CC1717;
	margin-right: 3px;
}

table.form-table tr.agree {}
table.form-table tr td input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
table.form-table tr td input[type="checkbox"]::before,
table.form-table tr td input[type="checkbox"]::after {
	content: "";
	display: block; 
	position: absolute;
}
table.form-table tr td input[type="checkbox"]::before {
	background-color: #fff;
	border-radius: 0%;
	border: 1px solid #87888A;
	width: 54px;
	height: 54px;
	transform: translateY(-50%);
	top: 50%;
	left: 0px;
	border-radius: 5px;
}
table.form-table tr td input[type="checkbox"]::after {
	/* border-bottom: 3px solid #666464; */
	/* border-left: 3px solid #666464; */
	opacity: 0;
	height: 54px;
	width: 54px;
	/* transform: rotate(-45deg); */
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-image: url(../img/parts_check.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
}
table.form-table tr td input[type="checkbox"]:checked::after {
	opacity: 1;
}
table.form-table tr.agree td label {
    padding-left: 60px;
    font-size: 20px;
    cursor: pointer;
	display: block;
}

table.form-table tr.plan td label {
    padding-left: 35px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    margin-right: 2em;
    margin-bottom: 0em;
}
table.form-table tr.plan td label:last-child {
	margin-bottom: 0;
}
table.form-table tr.plan td input[type="checkbox"]::before {
	width: 1.5em;
	height: 1.5em;
}
table.form-table tr.plan td input[type="checkbox"]::after {
	height: 1.5em;
	width: 1.5em;
	background-size: 20px;
}

@media (max-width: 1000px) {
	table.form-table tr.plan td label {
        margin-bottom: 1em;
	}
}

.page-inquiry-input .form-note {
	font-size: 14px;
	margin-bottom: 25px;
}

.page-inquiry-input .privacy-text {
	text-align: center;
	border: 1px solid #DDDDDD;
	padding: 30px 0;
	margin-bottom: 45px;
	color: #707070;
}

form.contact-form .contanct-form-outer .btn-outer {
	text-align: center;
	margin-bottom: 40px;
}

form.contact-form .form-item-error {}
form.contact-form .form-item-error input,
form.contact-form .form-item-error textarea,
form.contact-form .form-item-error .select-styled,
form.contact-form .form-item-error .calender-input-set input[type="text"] {
	background-color: #FEF8DD;
}
form.contact-form tr.tel .form-item-error .error.active {
	display: none;
} 
form.contact-form tr.tel .form-item-error:first-child .error {
	display: block;
} 

@media (max-width: 767px) {
	table.form-table tr.agree td label {
	    font-size: 14px;
	}
}

.page-inquiry .inquiry-button,
.page-recruit .recruit-button {
    border: none;
    background: #FF0000;
    color: #FFEB00;
    font-size: 24px;
    width: 296px;
    line-height: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    border-radius: 8px;
    transition: all 0.3s;
    margin: 0 10px;
}
.page-inquiry .inquiry-button:after,
.page-recruit .recruit-button:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/icn_arrow_form.svg);
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
	margin-top: 0;
	right: 20px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}
.page-inquiry .inquiry-button.btn-cansel {
	background-color: #FFF;
	color: #751517;
	border: 1px solid #751517;
}
.page-inquiry .inquiry-button.btn-cansel:after {
	display: none;
}

.page-inquiry .inquiry-button:hover {
	opacity: 0.6;
}

.page-confirm table.form-table tr.username td .inner {
    padding: 16px 18px;
}

.page-comp .section-contact-form h3 {}
.page-comp .section-contact-form .form-comp-text {
    font-size: 20px;
    /* display: inline-block; */
    margin: 0 auto;
    width: auto;
    text-align: left;
    margin-bottom: 20px;
    /* text-align: center; */
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.page-comp form.contact-form .contanct-form-outer {
    /* text-align: center; */
}
.page-comp .section-contact-form .form-comp-text2 {
    max-width: 760px;
    margin: 0 auto 30px;
}
.page-comp .section-contact-form .form-comp-text2 h4 {
    font-size: 18px;
}
.page-comp .section-contact-form .form-comp-text2.form-comp-text2-in {}


@media (max-width: 767px) {
	.page-inquiry-input {}
	.page-inquiry-input .r {}
	.page-inquiry-input .note {}
	
	.page-inquiry-input .section-service {}
	.page-inquiry-input .section-service .contents-inner {
	    padding: 22px 0;
	    border-bottom: 1px solid #E50012;
	}
	.page-inquiry-input .section-service .inquiry-title {}
	
	.section-contact-form {}
	.section-contact-form .contents-inner {
	    padding: 30px 0;
	    padding-bottom: 45px;
	}
	
	form.contact-form {
	    /* border-radius: 10px; */
	    /* border: 1px solid #EEEEEE; */
	}
	form.contact-form .contanct-form-outer {
	    /* border: 1px solid #EEEEEE; */
	    /* border-radius: 10px; */
	    padding: 35px 12px 45px;
	 }
	form.contact-form .note {
	    text-align: center;
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	
	table.form-table {
	    margin-bottom: 40px;
	}
	table.form-table tr {}
	table.form-table tr th {
	    display: block;
	    width: 100%;
	    font-size: 14px;
	    text-align: left;
	    border-right: none;
	}
	table.form-table tr td {
	    display: block;
	    width: 100%;
	    /* font-size: 14px; */
	}
	table.form-table .form-row.category-select .form-item {
		height: 40px;
		display: block;
	}
	table.form-table tr td .form-group {
		display: inline-block;
		width: auto;
	}
	
	table.form-table tr th .inner, table.form-table tr td .inner {}
	table.form-table tr th .inner {
	    padding: 8px 10px;
	}
	table.form-table tr th .inner br {
		display: none;
	}
	table.form-table tr.hallname .inner {
	    padding: 8px 10px;
	}
	table.form-table tr td .inner,
	table.form-table tr td.hallname .inner {
	    padding: 15px 10px;
	    width: 100%;
	}
	table.form-table tr.hallname .inner .form-item {
	    /* width: 100%; */
	}
	table.form-table tr.hallname .inner .pref-select {
    height: 40px;
    /* margin-bottom: 5px; */
}
	table.form-table tr.hallname .inner .hall-select {
		width: 100%;
		max-width: 300px;
		height: 40px;
	}
	table.form-table tr.hallname .inner .note {
	    font-size: 12px;
	}
	form.contact-form tr .hall-select .select {
		max-width: 300px;
		/* min-width: 300px; */
		width: 100%;
	}
	table.form-table textarea {
	    height: 160px;
	    font-size: 14px;
	}

	form.contact-form tr.category .select {
		width: 100%;
		max-width: 300px;
	}
	
	form.contact-form tr.mail .note {
	    font-size: 14px;
	}
	form.contact-form tr.tel {}
	form.contact-form tr.tel span {
		/* display: none; */
	}
	form.contact-form tr.tel td span {
		display: none;
	}
	
	form.contact-form tr.tel input {
	    width: 80px;
	    /* margin-right: 5px; */
	}
	
	.page-inquiry-input .form-note {
	    font-size: 12px;
	    padding: 0 8px;
	    margin-bottom: 20px;
	}
	
	.page-inquiry-input .privacy-text {
	    margin: 0 8px 45px;
	    font-size: 14px;
	    color: #707070;
	    padding: 20px 15px;
	}
	
	form.contact-form .contanct-form-outer .btn-outer {
    margin-bottom: 10px;
}

	/* Error */
	
	form.contact-form input {
		padding: 0px 15px 0 15px;
	}
	form.contact-form .form-item-error .error {
		display: none;
	}
	form.contact-form .form-item-error {
		position: relative;
		/* display: inline-block; */
	}
	form.contact-form .category-select .form-item {
		/* height:40px; */
	}
	form.contact-form .category-select .form-item-error,
	form.contact-form .visitdate .form-item-error {
		display: inline-block;
	}
	form.contact-form .form-item-error .icn-error {
		position: absolute;
		content: "";
		width: 30px;
		height: 30px;
		/* background: #CCC; */
		top: 50%;
		right: 7px;
		display: block;
		transform: translateY(-50%);
		background-image: url(../../common/img/icn_warning.svg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 9;
	}
	form.contact-form .form-item-error .select ~ .icn-error {
		/* margin-top: -3px; */
		right: 46px;
	}
	form.contact-form .visitdate .form-item-error .icn-error {
		right: 46px;
	}
	form.contact-form tr.tel .form-item-error:first-child .error {
		display: none;
	}
	form.contact-form .form-item {
		/* font-size: 0; */
	}
	form.contact-form .form-group .form-item .error {
		display: none;
	}
	form.contact-form .form-group &gt; .error {
		display: none;
	    right: auto;
	    left: 0;
	    transform: inherit;
	    top: 100%;
	    /* bottom: 0; */
	    z-index: 1;
	    /* position: relative; */
	    /* position: static; */
	    padding: 3px 15px 1px;
	}
	form.contact-form .form-group &gt; .error.active {
		display: block;
		left: 50%;
		transform: translateX(-50%);
		top: 110%;
	}
	form.contact-form .form-group &gt; .error:before {}

	form.contact-form .form-item-error .error.active {
		display: block;
		right: auto;
		left: 0;
		transform: inherit;
		top: 110%;
		/* bottom: 0; */
		z-index: 1;
		/* position: relative; */
		/* position: static; */
		padding: 3px 15px 1px;
	}
	form.contact-form .form-item-error .error.active:before,
	form.contact-form .form-group &gt; .error:before{
		left: 10px;
		transform: translateX(-50%);
		top: -16px;
		transform: rotate(90deg);
		z-index: -1;
	}
	form.contact-form .form-group &gt; .error:before{
		left: 50%;
		transform: translateX(-50%);
		/* top: -16px; */
		transform: translateX(-50%) rotate(90deg);
		z-index: -1;
	}
	table.form-table tr.username td .inner .form-item:first-child,
	table.form-table tr.dairiten td .inner .form-item:first-child {
	    padding-bottom: 0;
	    border: none;
	}
	table.form-table tr.username td .inner .form-item,
	table.form-table tr.dairiten td .inner .form-item {
	    padding: 16px 10px;
	}
	table.form-table tr.agree {}
	table.form-table tr.agree td .inner {
		padding: 26px 10px;
	}
	table.form-table tr td input[type="checkbox"] {}
	table.form-table tr td input[type="checkbox"]::before,
	table.form-table tr td input[type="checkbox"]::after {}
	table.form-table tr td input[type="checkbox"]::before {
	    width: 40px;
	    height: 40px;
	}
	table.form-table tr td input[type="checkbox"]::after {
	    width: 40px;
	    height: 40px;
	}
	table.form-table tr td input[type="checkbox"]:checked::after {}
	table.form-table tr.agree td label {
	    padding-left: 50px;
	}
	.page-inquiry .inquiry-button,
	.page-recruit .recruit-button {
	    font-size: 18px;
	    width: 225px;
	    height: 60px;
	    line-height: 60px;
	}
	.page-inquiry .inquiry-button:after,
	.page-recruit .recruit-button:after {
	    top: 56%;
	    width: 16px;
	    right: 17px;
	    height: 10px;
	}
	.page-inquiry .inquiry-button.btn-cansel {
    margin-bottom: 20px;
}
	
	.page-inquiry .inquiry-button:hover {}
	
	.page-confirm table.form-table tr.username td .inner {}
	
	.page-comp .section-contact-form h3 {}
	.page-comp .section-contact-form .form-comp-text {
    font-size: 16px;
}
	.page-comp form.contact-form .contanct-form-outer {}
	.page-comp .section-contact-form .form-comp-text2 {
    	margin: 0 auto;
	}
	.page-comp .section-contact-form .form-comp-text2 h4 {
	    font-size: 16px;
	}
	.page-comp .section-contact-form .form-comp-text2.form-comp-text2-in {}

	form.contact-form .username .form-item:first-child .icn-error,
	form.contact-form .dairiten .form-item:first-child .icn-error {margin-top: 7px;/* right: 15px; */}
	form.contact-form .username .form-item .icn-error,
	form.contact-form .dairiten .form-item .icn-error {
	    right: 16px;
	}

	table.form-table tr.plan td label {
		font-size: 14px;
	}
}


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

    Page News List

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

/* News List Header -----------------------------------------*/

.section-news-header {}
.section-news-header .contents-inner {
    padding: 40px 0 20px;
}

.display-year-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.display-year-title .year-title {
    margin-right: 10px;
}
.display-year-title .year-title .year {
    font-family: "DINOT-Bold";
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1;
}
.display-year-title .year-title .nen {
	font-size: 26px;
	font-weight: bold;
}
.year-select {}
.year-select .select {
    height: 30px;
    width: 30px;
    min-width: 150px;
    min-width: 30px;
}
.year-select .select-styled {
    /* display: none; */
    border: none;
    /* height: 0; */
    text-indent: -200000px;
    background: #CCC;
    width: 30px;
    height: 30px;
    border-radius: 0;
    padding: 0;
}
.year-select .select-styled:after {
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	background-color: #FFF;
	border: 1px solid #B5B5B6;
	border-radius: 0;
	background-image: url(../../common_golf/img/icn_option.svg);
}
.year-select .options-block {
    max-width: 150px;
    top: 100%;
    left: auto;
    right: 0;
    width: 150px;
}

@media (max-width: 767px) {
	.section-news-header {}
	.section-news-header .contents-inner {
	    display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.display-year-title {
	    margin-right: 15px;
	}
	.display-year-title .year-title {
	    font-size: 0;
	    /* line-height: 40px; */
	    padding-top: 2px;
	}
	.display-year-title .year-title .year {
	    font-size: 31px;
	}
	.display-year-title .year-title .nen {
	    font-size: 20px;
	}
	.year-select {
	    font-size: 0;
	    /* line-height: 40px; */
	}
	.year-select .select {
	    width: 25px;
	    height: 25px;
	    min-width: 25px;
	}
	.year-select .select-styled {
	    width: 25px;
	    height: 25px;
	}
	.year-select .select-styled:after {
	    width: 25px;
	    height: 25px;
	}
	.year-select .options-block {}
}

/* Category Filter ------------------------------------------*/

.section-news-header .category-filter {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
	.section-news-header .category-filter-sp {
		font-size: 0;
	}
	.category-filter-sp .select {
    /* width: 120px; */
    /* min-width: 120px; */
}
	.category-filter-sp .select .select-styled {}
	.category-filter-sp .select .options-block {}
}


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

    Page News Detail

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

/* News List Header -----------------------------------------*/

.single-news {}
.single-news .section-news-header {}
.single-news .section-news-header .contents-inner {
    padding: 15px 0;
}
.single-news .section-news-header .display-year-title {
	/* display: none; */
}
@media (max-width: 767px) {
	.single-news .section-news-header .display-year-title {
		display: flex;
	}
}

/* News Article ---------------------------------------------*/

.section-news-body {
	background-color: #FFF;
}
.section-news-body .contents-inner {
	padding: 50px 0 50px;
}
.section-news-body .post-inner {
    /* background-color: #FFF; */
    /* padding: 40px 50px 100px; */
    margin-bottom: 50px;
}

.article-header {}
.article-header .news-header {
    /* display: flex; */
    align-items: center;
}
.article-header .category-label {
	margin-right: 10px;
	display: none;
}
.article-header .news-header .date {
	font-size: 20px;
	color: #000;
	font-weight: 500;
}
.article-header h2.article-title {
    font-size: 35px;
    background: transparent;
    color: #262626 !important;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 40px;
}
.article-header .article-subtitle {
    font-size: 18px;
    display: none;
}
.article-header .article-header-footer {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    height: 30px;
}
.article-header .article-header-footer .article-pdf {}
.article-header .article-header-footer .article-pdf .pdf-link {
	font-size: 14px;
	color: #262626;
	display: inline-block;
	position: relative;
}
.article-header .article-header-footer .article-pdf .pdf-link .pdf-title {
	font-weight: bold;
}
.article-header .article-header-footer .article-pdf .pdf-link .pdf-size {}
.article-header .article-header-footer .article-pdf .pdf-link .icn_blank {
	background-image: url(../../common_golf/img/icn_blank.svg);
}

@media (max-width: 767px) {
	.section-news-body {}
	.section-news-body .contents-inner {padding-top: 0;margin: 0 -15px;background: #FFF;padding: 0px 0 0px;}
	.section-news-body .post-inner {border-top: 1px solid #E0E0E0;padding: 40px 25px 20px;margin-bottom: 0;}
	
	.article-header {}
	.article-header .news-header {}
	.article-header .category-label {}
	.article-header .news-header .date {
    font-size: 14px;
}
	.article-header h2.article-title {font-size: 22px;margin-top: 15px;margin-bottom: 20px;}
	.article-header .article-subtitle {font-size: 14px;}
	.article-header .article-header-footer {margin-top: 30px;display: block;}
	.article-header .article-header-footer .article-pdf {
	    margin-bottom: 10px;
	    padding-left: 1em;
	}
	.article-header .article-header-footer .article-pdf .pdf-link {font-size: 10px;}
	.article-header .article-header-footer .article-pdf .pdf-link .pdf-title {}
	.article-header .article-header-footer .article-pdf .pdf-link .pdf-size {}
	.article-header .article-header-footer .article-pdf .pdf-link .icn_blank {}
}


/* SNS ------------------------------------------------------*/

.sns-buttons {
	display: flex;
}
.sns-buttons &gt; div {
    font-size: 0;
}
.twitter-share-button {}
.sns-buttons .line a {
	background-color: #00B900;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	display: inline-block;
	/* height: 30px; */
	width: auto;
	padding: 0 8px 0 28px;
	background-image: url(../../common_golf/img/icn_sns_line.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left 4px center;
}

/* SNS 2-----------------------------------------------------*/

.sns-buttons-custom {
	display: flex;
}
.sns-buttons-custom &gt; div {
	/* font-size:16px; */
	margin-left: 8px;
}
.sns-buttons-custom &gt; div a {
	display: inline-block;
	width: 82px;
	height: 30px;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	/* background-image: url(../../common_golf/img/icn_sns_line.svg); */
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: left 4px center;
	line-height: 30px;
	padding: 0 8px 0 32px;
}
.sns-buttons-custom .twitter a {
	background-color: #1DA1F2;
	background-image: url(../../common_golf/img/icn_sns_twitter.svg);
	font-size: 11px;
	padding: 0 8px 0 34px;
}
.sns-buttons-custom &gt; div a:hover {
	opacity:0.8;
}
.sns-buttons-custom .facebook a {
	background-color: #3B5998;
	background-image: url(../../common_golf/img/icn_sns_facebook.svg);
	padding: 0 8px 0 32px;
}
.sns-buttons-custom .twitter-share-button {}
.sns-buttons-custom .line a {
	background-color: #00B900;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 30px;
	display: inline-block;
	/* height: 30px; */
	width: 82px;
	padding: 0 8px 0 32px;
	background-image: url(../../common_golf/img/icn_sns_line.svg);
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: left 4px center;
}

@media (max-width: 767px) {
.sns-buttons-custom {justify-content: flex-end;}
.sns-buttons-custom &gt; div {/* margin: 0px 10px; */}
.sns-buttons-custom &gt; div a,
.sns-buttons-custom .line a{width: 64px;height: 23px;line-height: 23px;font-size: 10px;}
.sns-buttons-custom .twitter a {padding: 0px 8px 0 24px;font-size: 10px;}
.sns-buttons-custom &gt; div a:hover {
}
.sns-buttons-custom .facebook a {padding: 0 8px 0 23px;}
.sns-buttons-custom .twitter-share-button {
}
.sns-buttons-custom .line a {
    padding: 0 8px 0 23px;
}
}

/* Article Footer SNS ---------------------------------------*/

.article-footer .sns-buttons-custom {
	display: flex;
	justify-content: center;
}
.article-footer .sns-buttons-custom &gt; div {
	/* font-size:16px; */
	margin-left: 8px;
}
.article-footer .sns-buttons-custom &gt; div a {
	display: inline-block;
	width: 170px;
	height: 60px;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	/* background-image: url(../../common_golf/img/icn_sns_line.svg); */
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: left 20px center;
	line-height: 60px;
	padding: 0 8px 0 70px;
	font-weight: bold;
}
.article-footer .sns-buttons-custom .twitter a {
	background-color: #1DA1F2;
	background-image: url(../../common_golf/img/icn_sns_twitter.svg);
}
.article-footer .sns-buttons-custom &gt; div a:hover {
	opacity:0.8;
}
.article-footer .sns-buttons-custom .facebook a {
	background-color: #3B5998;
	background-image: url(../../common_golf/img/icn_sns_facebook.svg);
	padding: 0 8px 0 70px;
}
.article-footer .sns-buttons-custom .twitter-share-button {}
.article-footer .sns-buttons-custom .line a {
	background-position: left 16px center;
	padding: 0 8px 0 70px;
}

@media (max-width: 767px) {
	.article-footer .sns-buttons-custom {height: 50px;}
	.article-footer .sns-buttons-custom &gt; div {margin: 0 10px;}
	.article-footer .sns-buttons-custom &gt; div a {width: 50px;height: 50px;text-indent: -200000px;background-position: center;}
	.article-footer .sns-buttons-custom .twitter a {
	}
	.article-footer .sns-buttons-custom &gt; div a:hover {
	}
	.article-footer .sns-buttons-custom .facebook a {/* text-indent: -200000px; */padding: 0;}
	.article-footer .sns-buttons-custom .twitter-share-button {}
	.article-footer .sns-buttons-custom .line a {padding: 0;background-position: center;}
}

/* News Article Body ----------------------------------------*/

.section-news-body .article-body {
    margin-top: 40px;
}
@media (max-width: 767px) {
	.section-news-body .article-body {
	    margin-top: 20px;
	}
}


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

    Page - Social Privacy

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

.page-socialpolicy .contents-inner {
    padding-top: 60px;
}
.page-socialpolicy .point {
    padding-left: 1.5em;
    margin-left: 0em;
}


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

    Page - Terms

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

.page-terms {}
.page-terms .contents-inner {
    padding-top: 20px;
}
.page-terms h5 {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 0;
    margin-top: 40px;
}
.page-terms h5 + p,
.page-terms h5 + .text-block{
	padding-left: 1em;
}
.page-terms ol li::before {
	content: counter(cnt) " .";
	text-align: left;
	width: 1.7em;
	margin-left: -2em;
}

.page-terms .history {
	line-height: 1.75;
	font-size: 18px;
}
.page-terms .history .history-row {display: flex;margin-bottom: 1em;}
.page-terms .history .date {
	width: 180px;
}
.page-terms .history .detail {
	width: calc(100% - 180px);
	position: relative;
}
.page-terms .history .idt {
	padding-left: 1em;
}
.page-terms .history .detail &gt; ul &gt; li {
	position: relative;
}
.page-terms .history .detail &gt; ul &gt; li:before {
	content: "\30FB";
	display:inline-block;
	margin-left: -1.5em;
	width: 1.5em;
	text-align: center;
	padding: initial;
	position: absolute;
}
.page-terms .history .detail ul.noul &gt; li {
	position: relative;
	padding-left: 1.25em;
}
.page-terms .history .detail ul.noul &gt; li span.no {
	position: absolute;
	top: 0;
	left: 0;
}
.page-terms .history ol li {
}
.page-terms .history ol li::before {
	content: "(" counter(cnt,upper-alpha) ")";
}
.page-terms .btn-history {
	top: 0;
	right: 0;
	position: absolute;
}
.page-terms .btn-history:after {
	width: 30px;
	height: 100%;
	background: #FFF;
	top: 0;
	right: 0;
	background-image:url(../../common_golf/img/icn_arrow_b.svg);
	background-repeat: no-repeat;
	background-position: center bottom 4px;
	background-size: 25px;
}

@media (max-width: 767px) {
	.page-terms {}
	.page-terms .contents-inner {}
	.page-terms h2 {
	    /* margin-top: 70px; */
	}
	.page-terms h2:first-child {
		padding-top: 60px;
		margin-top: 10px;
	}
	.page-terms h5 {
	    font-size: 12px;
	    margin-top: 25px;
	}
	.page-terms h5 + p,
	.page-terms h5 + .text-block{}
	.page-terms ol li::before {}
	
	.page-terms .history {
	    font-size: 12px;
	}
	.page-terms .history .history-row {}
	.page-terms .history .date {
	    width: 110px;
	}
	.page-terms .history .detail {
	    width: calc(100% - 110px);
	}
	.page-terms .history .idt {}
	.page-terms .history .detail &gt; ul &gt; li {}
	.page-terms .history .detail &gt; ul &gt; li:before {}
	.page-terms .history .detail ul.noul &gt; li {}
	.page-terms .history .detail ul.noul &gt; li span.no {}
	.page-terms .history ol li {}
	.page-terms .history ol li::before {}
	.page-terms .btn-history {}
	.page-terms .btn-history:after {}
}


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

    Pages

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

.pages {}
.pages .article-body {
	  margin-top: 0;
	  padding: 30px 25px;
}





</pre></body></html>