@charset "utf-8";

.imgControl.top04Img:hover {
    opacity: .7;
}

.hSpIcon01 {
    max-width: 23px;
    width: 100%;
    height: 23px;
}

body {
  max-width: 1920px;
  width: 100%;
  margin: auto !important;
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  color: #333;
}

#root {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.telWrap {
	color: inherit;
}

a, button {
	transition: .3s;
}

p > a {
	color: inherit;
	text-decoration: underline;
}

p > a:hover {
	color: inherit;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.paddingWr01 {
    width: 100%;
    padding: 0 15px;
}

.contactOnlineLink:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

/*---TOP_COVER---------------------------------------------------------*/

.topCoverTitSet {
    margin: 0 auto;
    text-align: center;
}

.topCoverTitBox {
    padding: 30px 15px 30px 15px !important;
}

.topCoverLogo {
    max-width: 110.55px !important;
}

.coverSubTit {
    font-size: 13px !important;
}

.topCoverTit01 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.52em;
    line-height: 1em;
}

.topCoverTitSet .topCoverTit01:nth-child(2) {
    margin: 10px 0;
}

/*-- TOP --------------------------------------------------------------*/

.top02WrapBg {
    background-size: 40% !important;
}

.top04Slider .slide-arrow {
    max-width: 12%;
}

.top04Slider .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    cursor: pointer;
    z-index: 9;
}

.top04Slider .slide-arrow:hover {
    filter: brightness(0) saturate(100%) invert(82%) sepia(21%) saturate(490%) hue-rotate(42deg) brightness(84%) contrast(89%);
}

.top04Slider .next-arrow {
    right: -15px;
}

.top04Slider .prev-arrow {
    left: -15px;
}


.top06TxtArea:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #333, #333 3px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.topFarmBg:before {
    content: "";
    background: url(/system_panel/uploads/images/top_farm_bg_deco.svg)no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.topFarmBg {
    position: relative;
}

.topFarmBox:before {
    content: "";
    background: url(/system_panel/uploads/images/top_farm_illust.svg)no-repeat;
    background-size: 100%;
    width: 80px;
    height: 95px;
    display: block;
    position: absolute;
    right: 23px;
    bottom: 7px;
}

/*-- 共通 --------------------------------------------------------------*/

/*-- 画像制御 --*/

.imgControl {
  position: relative;
  padding: 0 0 100%;
}

.imgControl > img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/*-- タイトル --*/

.tit01 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.12em;
    line-height: 1.43em;
}

.tit02 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.12em;
    line-height: 1.14em;
}

.tit03 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.12em;
    line-height: 1.47em;
}

.titCol2 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.47em;
}

.titCol3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.47em;
}

.subTit01 {
    font-size: 13.8px;
    font-weight: normal;
    letter-spacing: 0.18em;
    line-height: 1.44em;
}

.titDeco01 {
    text-align: center;
    position: relative;
    padding: 0 0 21px;
}

.titDeco01:after {
    content: "";
    display: block;
    max-width: 55px;
    width: 100%;
    height: 5px;
    margin: auto;
    background: url(/system_panel/uploads/images/title_dot01.svg) no-repeat center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.titDeco02 {
    text-align: center;
    position: relative;
    padding: 0 0 21px;
}

.titDeco02:after {
    content: "";
    max-width: 80px;
    width: 100%;
    height: 2px;
    background: #333;
    margin: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*-- テキスト --*/

.txt01 {
	line-height:  2.06em;
	letter-spacing: 0.12em;
}

.txtVertical01 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.txtVertical02 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    -webkit-text-orientation: sideways;
    text-orientation: sideways;
}

/*-- フォント --*/

.enFont01 {
	font-family: 'EB Garamond', serif;
}

/*-- 背景色 --*/



/*-- ボタン --*/

.btn01 {
    display: inline-block;
    color: #333;
    letter-spacing: 0.12em;
    line-height: 1.4em;
    padding-right: 75px;
    position: relative;
}

.btn01:before {
    content: "";
    display: block;
    max-width: 62px;
    width: 100%;
    height: 8px;
    background: url(/system_panel/uploads/images/arrow_icon01.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: .3s;
}

.btn01:hover:before {
    right: -5px;
}

.btn01:hover {
    color: #333;
}

/*-- header --------------------------------------------------------------*/

.humBtn.clonedHumBtn.is-animation {
    top: 15px;
}

.humbtn0912.clonedHumBtn.is-animation {
    top: 45px;
}

.gnavLink:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    margin: auto;
    background: #A3B981;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: .3s;
}

.gnavLink:hover:before {
    width: 100%;
}

.hLink02:hover > .icon {
    filter: brightness(0) saturate(100%) invert(17%) sepia(1%) saturate(492%) hue-rotate(31deg) brightness(94%) contrast(87%);
}

.humBtn {
    max-width: 35px;
    width: 100%;
    height: 35px;
    background: #9F9F9F;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .5s;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 99999999;
}


.humbtn0912 {
    top: 45px;
}

.humBtnIn {
    width: 20px;
    height: 12px;
    position: relative;
}

.humBtnIn > div {
    width: 100%;
    height: 1px;
    margin: auto;
    background: #000;
    position: absolute;
    transition: .5s;
}

.humBtnIn > div:nth-child(2) {
	top: 50%;
	right: 0;
}

.humBtnIn > div:nth-child(3) {
    top: 100%;
    right: 0;
}

.open > .humBtnIn div:nth-of-type(1) {
	width: 100%;
	top: 50%;
	left: 0;
	transform: rotate(-225deg);
}

.open > .humBtnIn div:nth-of-type(2) {
	opacity: 0;
}

.open > .humBtnIn div:nth-of-type(3) {
	width: 100%;
	top: 50%;
	bottom: auto;
	left: 0;
	transform: rotate(225deg);
}

.navArea {
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    z-index: 9999;
}

.navArea.open {
    opacity: 1;
    visibility: visible;
}

.navContentIn {
    overflow: auto;
}

.header.clonedHeader {
    background: #fff;
    position: fixed;
    top: -100%;
    transition: .5s;
}

.clonedHeader.is-animation {
    top: 0;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
}

.clonedHeader > .hIn {
    padding-top: 15px;
    padding-bottom: 15px;
}

.humBtn.clonedHumBtn {
    position: fixed;
    top: -100%;
    transition: .5s;
}

/*スマホ時のナビ*/

.spNav {
	max-width: calc(100% - 60px);
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.spNavArea {
	width: 100%;
	height: 100%;
	display: flex;
	background: #333;
	border-top: solid 1px #fff;
}

.spNavBlock {
	flex: 1;
	display: flex;
}

.spNavConte-l {
	width: 33.33%;
	border-right: 1px solid #fff;
}
.spNavLink {
	padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spNavLinkIconBx {
	width: 100%;
	height: 30px;
	position: relative;
}

.spNavLinkIconBx > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spFa {
	font-size: 23px;
	color: #fff;
}

.spNavBtnBar {
	max-width: 36px;
	height: 26px;
	width: 100%;
	position: relative;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #333;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 2vw;
	color: #fff;
}

.spNavBtn {
	padding: 10px 5px 5px;
	width: 60px;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-top: solid 1px #fff;
	background: #A3B981;
	z-index: 99999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.spNavBtnBarItem {
	width: 100%;
	height: 3px;
	background: #333;
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
	top: 12px;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(13px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.spMenu {
	margin: auto;
	padding: 100px 15px;
	max-width: 1920px;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	background: rgb(26 26 26 / 95%);
	z-index: 9999999;
	transition: ease .5s;
}

.spMenu.open {
	right: 0;
}

.spMenuArea {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.spMenuBx {
	display: flex;
	flex-wrap: wrap;
}

.spMenuConte {
	padding: 100px 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.spMenuConte::-webkit-scrollbar {
	display:none;
}

.spMenuLink {
	width: 100%;
	padding: 20px 5px;
	text-align: center;
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.1em;
}

.spMenuLink:hover {
	color: #fff;
}


/*下層_新丹波黒枝豆*/

.edamameNutrientsBox01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.edamameTitDeco:before {
    content: "";
    position: relative;
    width: 50px;
    height: 1px;
    background: #ccc;
    display: block;
    margin-right: 15px;
}

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

.edamameProficiencyBox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:375px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topCoverTit01 {
    font-size: 25px;
}

.topCoverTitSet .topCoverTit01:nth-child(2) {
    margin: 20px 0;
}
	
body {
	font-size: 14px;
}

.titDeco02 {
    padding: 0 0 42px;
}

/*-- TOP --------------------------------------------------------------*/

.topFarmBox:before {
    width: 129px;
    height: 158px;
}
	
.top04TitBox {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.top04Slider .slick-list {
    padding: 0 0 0 10.9% !important;
}

.top04Slider .slide-arrow {
    position: absolute;
    top: auto;
    transform: translateY(0);
    bottom: -80px;
    transition: .3s;
    cursor: pointer;
    z-index: 9;
}

.top04Slider .slide-arrow {
    max-width: 12%;
}

.top04Slider .slide-arrow:hover {
    filter: brightness(0) saturate(100%) invert(82%) sepia(21%) saturate(490%) hue-rotate(42deg) brightness(84%) contrast(89%);
}

.top04Slider .prev-arrow {
    left: 310px;
}

.top04Slider .next-arrow {
    left: 390px;
    right: auto;
}

.top06TxtArea:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #333, #333 3px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
	
/*-- 共通パーツ --------------------------------------------------------------*/

/*-- 改行 --*/
.br768None br {
	display: none;
}

/*-- タイトル --*/

.tit01 {
    font-size: 26px;
}

.tit02 {
    font-size: 24px;
}

.tit03 {
    font-size: 18px;
}

.subTit01 {
    font-size: 13.8px;
}
	
/*-- header -----------------------------------------------------------------*/

.spNav {
	display: none;
}

.spNavBtn {
	display: none;
}
  
.topFarmBg:before {
    height: 300px;
}
  
.topNewsTitSet {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
}
  
  
/*---------------下層--------------------------------------*/
  
.edamameNutrientsBox01 {
    grid-template-columns: repeat(2, 1fr);
}
  
.edamameProficiencyBox {
    grid-template-columns: repeat(2, 1fr);
}


.top04Slider .slide-arrow {
    max-width: 100%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.top02WrapBg {
    background-size: auto !important;
}

.titCol2 {
    font-size: 23px;
}
  
.titCol3 {
    font-size: 16px;
}
  
.edamameNutrientsBox01 {
    grid-template-columns: repeat(3, 1fr);
}
  
.edamameProficiencyBox {
    grid-template-columns: repeat(3, 1fr);
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topCoverTitSet {
    text-align: left;
}
	
body {
	font-size: 15px;
}

.topCoverTit01 {
    font-size: 18px;
}

.topCoverTitSet .topCoverTit01:nth-child(2) {
    margin: 0 30px;
}

.topCoverTitBox {
    padding: 44px 15px 44px 15px !important;
}

.topCoverTitSet {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
	
/*-- 共通 -----------------------------------------------------------------*/
	
/*-- 改行 --*/
.br1024None br {
	display: none;
}

/*-- タイトル --*/

.tit01 {
    font-size: 32px;
}

.tit02 {
    font-size: 28px;
}

.tit03 {
    font-size: 23px;
}

.subTit01 {
    font-size: 13.8px;
}

.titDeco01 {
    padding: 0 0 42px;
}

.titDeco01.titDeco02 {
    padding: 0 0 42px;
}

/*-- header --------------------------------------------------------------*/

.clonedHeader > .hIn {
    padding: 20px 15px 20px 15px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1100px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1100px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topCoverTit01 {
    font-size: 25px;
}

.topCoverTitSet .topCoverTit01:nth-child(2) {
    margin: 0 35px;
}
	
/*-- 共通パーツ --------------------------------------------------------------*/
	
/*-- 改行 --*/

.br1200None br {
	display: none;
}

/*-- header --------------------------------------------------------------*/

.hIconList {
    max-width: 145px !important;
}

.gnavLink {
    font-size: 13px !important;
}

.titCol3 {
    font-size: 20px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1300px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.gnavLink {
    font-size: 15px !important;
}

.topCoverTitBox {
    padding: 7.1% 15px 44px 15px !important;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1300px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1840px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.topCoverTit01 {
    font-size: 32px;
}

.topCoverLogo {
    max-width: 148.55px !important;
}

.coverSubTit {
    font-size: 15px !important;
}

.topCoverTitSet .topCoverTit01:nth-child(2) {
    margin: 0 45px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1840px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width:1200px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    .p1757644989388.disp-none0902{
        display: none;
    }