﻿.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
	}
#main {
	margin-bottom: 100px !important;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px !important;
	}
}

.maindesign h1 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}
.maindesign a {
	text-decoration: none;
}
.maindesign #catchCopy {
  margin-bottom: 0 ;
}
.maindesign .content {
/*  background-image: url(/contents/syunya/season/2020/rice/images/bk.png);*/
  background-repeat: repeat;
  padding: 30px 10px;
}

@media screen and (max-width:767px) {
.maindesign h1 {
	font-size: 1.2em;
	line-height: 1.3;
	padding: 0 10px;
}
.maindesign #catchCopy {
  margin-bottom: 20px ;
}
.maindesign .content {
   padding: 25px 0;
}

}

.maindesign .bold{
	font-weight: bold;
}

.maindesign .u-mt-leave {
	margin-top: 50px;
}
.maindesign .u-mt-moderate {
	margin-top: 30px;
}
.maindesign .u-mt-close {
	margin-top: 15px;
}
.maindesign .u-mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .u-mt-leave {
		margin-top: 30px;
	}
	.maindesign .u-mt-close {
		margin-top: 10px;
	}
	.maindesign .u-one-side {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.maindesign .c-feature-hdg2 {
	position: relative;
  padding-bottom: 1.25rem;
  border-bottom: 3px solid #B6B6B6;
  font-size: 1.75rem;
  margin-top: calc(80px - 0.6rem);
  margin-bottom: calc(40px - 0.75rem);
  text-align: left;
}
.maindesign .c-feature-hdg2::after {
	position: absolute;
  content: " ";
  border-bottom: solid 3px #E5002D;
  bottom: -3px;
  width: 8%;
  display: block;
}

@media screen and (max-width:767px) {
	.maindesign .c-feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(60px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign h3.c-checkPoint {
  position: relative;
  font-size: 1.25em;
  font-weight: bold;
  margin: 60px 0 20px 0;
  padding: 0 0 10px 0;
  text-align: left;
  border-bottom: #aaaaaa 2px solid;
  display: flex;
  align-items: center;
  line-height:1.15;
}
.maindesign h3.c-checkPoint .st0{
  fill:#aaaaaa;
}
.maindesign h3.c-checkPoint .st1{
  fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.c-checkPoint span {
  margin: 0 0 0 20px;
  width: calc(100% - 60px);
}

.maindesign .p-indent-text {
  padding-left: 1em;
  text-indent: -1em;
}

.maindesign .u-pc-only {
	display: block;
}
.maindesign .u-sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .u-pc-only {
		display: none;
	}
	.maindesign .u-sp-only {
		display: block;
	}
}

.maindesign .c-komeri-btn {
  position: relative;
  background-color: #979797;
  cursor: pointer;
  border-radius: 40px;
  opacity: 1.0;
}
.maindesign .c-komeri-btn:hover {
  opacity: 0.75;
  transition: 0.6s;
}
.maindesign .c-komeri-btn > a {
	text-decoration: none;
	display: inline !important;
}
.maindesign .c-komeri-btn--inner {
  font-feature-settings: "palt";
  color: #fff;
  padding: 0.75rem 2rem 0.75rem 1.75rem;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.15rem;
}
.maindesign .c-komeri-btn__orange {
	background-color: #EA6D0D !important;
}
.maindesign .c-komeri-btn--inner::after {
  content: '';
  position: absolute;   
  top: 50%; 
  right: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate( 45deg);
}
@media screen and (max-width:767px) {
	.maindesign .c-komeri-btn--inner {
		font-size: 1.0rem;
	}
}

.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .menu-btn-list a {
	color: #fff;
	display: flex;
}

.maindesign .c-lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .c-lead-text {
		font-size: 0.95rem;
	}
}


.maindesign .l-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+5) {
	margin-top: 15px;
}
.maindesign .l-nav-list--btn {
	position: relative;
	border: 1px solid #000;
	width: 24%;
	font-size: 1.0em;
  font-feature-settings: "palt";
  line-height: 1.3;
  text-align: center;
  border-radius: 40px;
  color: #333;
  cursor: pointer;
  overflow: hidden;
}
.maindesign .l-nav-list--btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 2px solid #B6B6B6;
  border-right: 2px solid #B6B6B6;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate( 135deg);
}
.maindesign .l-nav-list--btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
  transition: 0.6s;
}
.maindesign .l-nav-list--inner {
	display: flex !important;
	opacity: 1.0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
	padding: 0.35rem 1.75rem 0.35rem 1.5rem;
	min-height: 3.0em;
  background-color: #fff;
}
.maindesign .l-nav-list::before,
.maindesign .l-nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .l-nav-list::before {
	order: 1;
}

@media screen and (max-width:767px) {
	.maindesign .l-nav-list--inner {
		font-size: 3.75vw;
	}
	.maindesign .l-nav-list--btn {
		width: 49%;
	}
	.maindesign .l-nav-list::before,
	.maindesign .l-nav-list::after {
		width: 49%;
	}
	.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+3) {
		margin-top: 15px;
	}
}


.maindesign .p-half-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.maindesign .p-half-column--item {
  width: 49%;
}
.maindesign .p-half-column::after {
  content: '';
  display: block;
  height: 0;
  width: 49%;
}
.maindesign .p-half-column .p-half-column--item:nth-child(n+3) {
  margin-top: 30px;
}

@media screen and (max-width:767px) {
  .maindesign .p-half-column--item {
    width: 100%;
  }
  .maindesign .p-half-column .p-half-column--item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.maindesign .p-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 10px;
  height: 100%;
}
.maindesign .p-card--img {
  min-height: 0%;
  position: relative;
}
.maindesign .p-card--icon {
  position: absolute;
  background-color: #070597;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  top: 5px;
  left: 5px;
  padding: 5px 5px 3px 5px;
}
.maindesign .p-card--text {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 10px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
.maindesign .p-card--text__small {
  font-size: 1.05rem !important;
}
.maindesign .p-card--price {
  font-size: 1rem;
  margin-top: 5px;
  position: relative;
  margin-bottom: 1rem;
  text-align: right;
}

.maindesign .p-card--price::after{
  content: "別途送料";
  position: absolute;
  right: 0;
  bottom:-1.5em;
}
.maindesign .p-card--tax {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.maindesign .p-card--num {
  display: inline-block;
  color: #ee221a;
  font-weight: bold;
  font-size: 2em;
}
.maindesign .p-card--yen {
  display: inline-block;
  color: #ee221a;
  font-size: 1.1em;
  font-weight: bold;
}

.maindesign .p-card--btn {
  position: relative;
  background-color: #ea6d0d;
  cursor: pointer;
  border-radius: 40px;
  opacity: 1;
  margin-top: 25px;
}
.maindesign .p-card--btn:hover {
  opacity: 0.75;
  transition: 0.6s;
}
.maindesign .p-card--btn > a {
  text-decoration: none;
  display: inline !important;
}
.maindesign .p-card--btn-inner {
  font-feature-settings: "palt";
  color: #fff;
  padding: 0.75rem 1.75rem 0.75rem 1.5rem;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  font-weight: bold;
}
.maindesign .p-card--btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width:767px) {
  .maindesign .p-card--text__small {
    font-size: 3.75vw !important;
  }
  .maindesign .p-card--btn__small {
    font-size: 3.75vw;
  }
}



.maindesign .p-quarter-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.maindesign .p-quarter-column--item {
  width: 24%;
}
.maindesign .p-quarter-column::before,
.maindesign .p-quarter-column::after {
  content: '';
  display: block;
  height: 0;
  width: 24%;
}
.maindesign .p-quarter-column::before {
  order: 1;
}
.maindesign .p-quarter-column .p-quarter-column--item:nth-child(n+5) {
  margin-top: 30px;
}

@media screen and (max-width:767px) {
  .maindesign .p-quarter-column--item {
    width: 49%;
  }
  .maindesign .p-quarter-column::before,
  .maindesign .p-quarter-column::after {
    width: 49%;
}
  .maindesign .p-quarter-column .p-quarter-column--item:nth-child(n+3) {
    margin-top: 15px;
  }
}

.maindesign .p-solo-btn {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:767px) {
  .maindesign .p-solo-btn {
    width: 100%;
  }
}





.maindesign .p-choose-column {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px 15px;
}
.maindesign .p-choose-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
.maindesign .p-choose-card--name {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.maindesign .p-choose-card--img {
  margin-top: 10px;
}
.maindesign .p-choose-card--lead {
  margin-top: 10px;
  flex-grow: 1;
  line-height: 1.5;
  font-size: 0.9rem;
}
.maindesign .p-choose-card--btn {
  margin-top: 15px;
}
.maindesign .p-choose-card--btn .p-choose-card--btn-item:not(:first-child) {
  margin-top: 10px;
}
.maindesign .p-choose-card--btn-item {
  background-color: #EA6D0D;
  position: relative;
  cursor: pointer;
  border-radius: 40px;
  opacity: 1.0;
}
.maindesign .p-choose-card--btn-inner {
  font-feature-settings: "palt";
  color: #fff;
  padding: 0.5rem 1.75rem 0.5rem 1.5rem;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: 0.9rem;
}

.maindesign .p-choose-card--btn-item:hover {
  opacity: 0.75;
  transition: 0.6s;
}


@media screen and (max-width:767px) {
  .maindesign .p-choose-column {
    grid-template-columns: repeat(2,1fr);
    gap: 30px 10px;
  }
}



.maindesign .jp-map{
  position: relative;
  margin-bottom: 60px;
}
.maindesign .jp-map .akita,
.maindesign .jp-map .yamagata,
.maindesign .jp-map .miyagi,
.maindesign .jp-map .niigata,
.maindesign .jp-map .ishikawa,
.maindesign .jp-map .toyama,
.maindesign .jp-map .fukui,
.maindesign .jp-map .ehime{
  position: absolute;
}
.maindesign .jp-map .akita{
  width: 12.6%;
  height: 5.6%;
  right: 39.6%;
  top: 34.4%;
}	
.maindesign .jp-map .yamagata{
  width: 12.6%;
  height: 5.6%;
  right: 39.6%;
  top: 41.7%;
}
.maindesign .jp-map .miyagi{
  width: 12.6%;
  height: 5.6%;
  right: 14.0%;
  top: 50.9%;
}
.maindesign .jp-map .niigata{
  width: 12.6%;
  height: 5.6%;
  left: 31.0%;
  top: 27.3%;
}
.maindesign .jp-map .ishikawa{
  width: 12.6%;
  height: 5.6%;
  left: 31.0%;
  top: 34.3%;
}
.maindesign .jp-map .toyama{
  width: 12.6%;
  height: 5.6%;
  left: 31.0%;
  top: 41.6%;
}
.maindesign .jp-map .fukui{
  width: 12.6%;
  height: 5.6%;
  left: 31.0%;
  top: 48.9%	;
}
.maindesign .jp-map .ehime{
  width: 12.6%;
  height: 5.6%;
  left: 16.2%;
  bottom: 11.3%;
}


.maindesign .jp-map label img{
  height: 100%;
  transition: 0.3s;
}
.maindesign .jp-map label:hover img{
  opacity: 0.6;
  background: #fff;
}

.maindesign .p-product-card {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.maindesign .p-product-card--inner {
  background-color: #fff;
  padding: 10px;
	text-align: center
}
.maindesign .p-product-card--lead {
  font-size: 0.9rem;
  line-height: 1.35;
  margin-top: 10px;
}

.maindesign .p-relation-info .p-relation-info--item:not(:first-child) {
  margin-top: 15px;
}
.maindesign .p-relation-info--item {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.maindesign .p-relation-info--inner {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
}
.maindesign .p-relation-info--ttl {
  font-weight: bold;
  width: 12em;
  line-height: 1.5;
}
.maindesign .p-relation-info--lead {
  line-height: 1.5;
}

@media screen and (max-width:767px) {
  .maindesign .p-relation-info--inner {
    flex-wrap: wrap;
  }
  .maindesign .p-relation-info--ttl {
    width: 100%;
  }
  .maindesign .p-relation-info--lead {
    margin-top: 5px;
  }
}

.maindesign .p-relation-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.maindesign .p-relation-column--item {
  width: 49%;
}
.maindesign .p-relation-column::after {
  content: '';
  display: block;
  height: 0;
  width: 49%;
}
.maindesign .p-relation-column .p-relation-column--item:nth-child(n+3) {
  margin-top: 15px;
}

@media screen and (max-width:767px) {
  .maindesign .p-relation-column--item {
    width: 100%;
  }
  .maindesign .p-relation-column .p-relation-column--item:nth-child(n+2) {
    margin-top: 10px;
  }
}


/*  250624 更新  */
.maindesign .p-komeri-btn{
	position: relative;
    background-color: #ea6d0d;
    cursor: pointer;
    border-radius: 40px;
    opacity: 1;
    margin-top: 25px;
}
.maindesign .c-feature-hdg3{
	font-size: 1.75rem;
	margin-top: calc(60px - 0.6rem);
	margin-bottom: calc(40px - 0.75rem);
	padding-bottom: 0.5rem;
	border-left: 4px solid #E5002D;
    padding: 0.3rem 1rem;
}

.maindesign .db-link{
	margin-top: 30px;
}

.maindesign .comparison{
	margin-bottom: 30px;
}
@media screen and (max-width:767px) {
.maindesign .c-feature-hdg3{
	font-size: 1.5rem;
}
}

/*  250831更新  */
.maindesign .osusume-rice{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px 0;
}
/*
.maindesign .osusume-rice::before,
.maindesign .osusume-rice::after{
    content: "";
    display: block;
    width: 31%;
    height: 0;
}
.maindesign .osusume-rice::before{
    order: 1;
}
*/
.maindesign .osusume-rice--block{
    width: 42%;
}
.maindesign .osusume-rice--block__images{
    margin-bottom: 10px;
}
.maindesign .osusume-rice--block__text{
    margin-bottom: 10px;
/*    position: relative;*/
}
.maindesign .osusume-rice--block__text .text-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.maindesign .osusume-rice--block__text .limited{
    padding: 5px 10px;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    background-color: #191877;
    line-height: 1.3;
    margin-left: 10px;
}
.maindesign .osusume-rice--block__text .limited span{
    font-size: 1.3em;
}
.maindesign .osusume-rice--block__text .name{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
}
.maindesign .osusume-rice--block__text .name span{
    font-size: 1.4em;
}
.maindesign .osusume-rice--block__text .price{
    font-size: 1.2em;
    line-height: 1.4;
    text-align: right;
}
.maindesign .osusume-rice--block__text .price span{
    font-size: 2.0em;
    font-weight: bold;
    color: #E5002D;
    margin-left: 0.5em;
}
#main .tab-menu-nav .flatbtn{
    height: auto;
}
#main .tab-menu-nav img{
    margin-bottom: 10px;
}
@media screen and (max-width:767px) {
.maindesign .osusume-rice::before,
.maindesign .osusume-rice::after{
    width: 100%;
}
.maindesign .osusume-rice--block{
    width: 100%;
    margin-top: 30px;
}
.maindesign .osusume-rice--block:first-child{
    margin-top: 0;
}

}

@media screen and (min-width:768px) {
/* ----pc  ボタン組み合わせ---- */
#main .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 40px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;
}
#main .flatbtn:hover,
#main .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
#main .flatbtn:active,
#main .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
#main .flatbtn.disabled,
#main .flatbtn[disabled],
#main .flatbtn.disabled:hover,
#main .flatbtn[disabled]:hover,
#main .flatbtn.disabled:active,
#main .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
#main .default-btn{
background:#979797;
}
#main .orange-btn{
background:#EA6D0D;
}
#main .red-btn{
background:#E50012;
}
#main .blue-btn{
background:#19499c;
}
#main .mustard-btn{
background:#d7ab1a;
}
#main .default-btn,#main .orange-btn,#main .red-btn,#main .blue-btn,#main .mustard-btn {
color: #fff; 
}
#main .border-btn {
border: 1px solid #B6B6B6;
}
#main .border-btn:hover{
border-color: #E5002D;
}
#main .border-btn.selected {
border-color: #d4122c;
}
#main .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
#main .arrow-r,#main .arrow-d {
position: relative
}
#main .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-r-orange::after {
border-color: #EA6D0D;
}
#main .arrow-r-red::after {
border-color: #E5002D;
}

#main .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-d-red::after {
border-color: #E5002D;
}
#main .arrow-d-orange::after {
border-color: #EA6D0D;
}
#main .mwbtn{
max-width: 480px;
margin: 0 auto
}
#main .etcbtn{
font-size: 1.2rem
}
#main .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
#main .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
#main .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- pc  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
#main .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 3.75em 0;
}
/* --ボーダーライン end --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示---- */
#main .tab-menu-nav,#main .tab-menu-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:0 1rem;
    }
#main .tab-menu-nav.col-3,#main .tab-menu-nav.col-3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap:0 1rem;
        }
.global-main #main .tab-menu-nav,.global-contents__container #main .tab-menu-nav {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap:0 1rem;
}
#main .tab-menu-nav .fs-medium {
font-size: 1.0em;
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}

#main .tab-menu-nav::before {
order: 1;
}
#main .tab-menu-nav li{
/*width: calc(25% - 15px);*/
width: 100%;
margin-top:1.25rem;
position: relative
}
#main .tab-menu-nav li:nth-child(-n+4) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----pc3列表示 sp2列表示---- */
/*#main .tab-menu-nav.col-3::after {
content: "";
display: block;
width: calc( 33.3% - 10px);
height: 0;
}*/
.global-main #main .tab-menu-nav.col-3,.global-contents__container #main .tab-menu-nav.col-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:0 1rem;
    }
#main .tab-menu-nav.col-3 li {
/*width: calc( 33.3% - 10px);margin-right: 10px;*/
margin-top:1.25rem;
width: 100%;

}
.wrap #main .tab-menu-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .wrap #main .tab-menu-nav .fs-medium {
    font-size: 1.0em;
    padding: 0.5rem 2rem 0.5rem 1rem;
    font-feature-settings: "palt";
    min-height: 3rem;
    line-height: 1.3; 
    }
    .wrap #main .tab-menu-nav::after,
    .wrap #main .tab-menu-nav::before {
    content: "";
    display: block;
    width: calc(25% - 15px);
    height: 0;
    }
    .wrap #main .tab-menu-nav::before {
    order: 1;
    }
    .wrap #main .tab-menu-nav li{
    width: calc(25% - 15px);
    margin-top:1.25rem;
    position: relative
    }
    .wrap #main .tab-menu-nav li:nth-child(-n+4) {
    margin-top: 0 
    }
    .wrap #main .tab-menu-nav.col-3::after {
        content: "";
        display: block;
        width: calc( 33.3% - 10px);
        height: 0;
        }
        .wrap #main .tab-menu-nav.col-3 li {
        width: calc( 33.3% - 11px);
        margin-top:1.25rem; 
        }
        .wrap #main .tab-menu-nav.col-3 li:nth-child(-n+3) {
        margin-top: 0 
        }
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
#main .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
#main .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタンend --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
#main .menu-btn-list {
display: flex;
flex-wrap: wrap; 
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 1rem 0; 
}
#main .menu-btn-list li { 
width: calc( 50% - 10px);
margin-right: 20px;
line-height: 1.2; 
}
#main .menu-btn-list li:last-child {
margin-right: 0 
} 
#main .menu-btn-list .fs-large {
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1.5em;
}
/* ----pc1列表示 sp1列表示----*/
#main .menu-btn-list.col-1 li { 
width: calc( 60% - 10px);
}
#main .menu-btn-list.col-1 .flatbtn {
border-radius: 60px; 
}
/* -- ボタンメニュー end --  */

}

@media screen and (max-width:767px) {

/* ----sp  ボタン組み合わせ---- */
#main .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 25px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;  
}
#main .flatbtn:hover,
#main .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
#main .flatbtn:active,
#main .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
#main .flatbtn.disabled,
#main .flatbtn[disabled],
#main .flatbtn.disabled:hover,
#main .flatbtn[disabled]:hover,
#main .flatbtn.disabled:active,
#main .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
#main .default-btn{
background:#979797;
}
#main .orange-btn{
background:#EA6D0D;
}
#main .red-btn{
background:#E50012;
}
#main .blue-btn{
background:#19499c;
}
#main .mustard-btn{
background:#d7ab1a
}
#main .default-btn,#main .orange-btn,#main .red-btn,#main .blue-btn,#main .mustard-btn {
color: #fff; 
}
#main .border-btn {
border: 1px solid #B6B6B6;
}
#main .border-btn:hover{
border-color: #E5002D;
}
#main .border-btn.selected {
border-color: #d4122c;
}
#main .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
#main .arrow-r,#main .arrow-d {
position: relative
}
#main .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-r-orange::after {
border-color: #EA6D0D;
}
#main .arrow-r-red::after {
border-color: #E5002D;
}

#main .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-d-red::after {
border-color: #E5002D;
}
#main .arrow-d-orange::after {
border-color: #EA6D0D;
}
#main .mwbtn{
max-width: 480px;
margin: 0 auto
}
#main .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
#main .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
#main .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- sp  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
#main .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 2.5em 0; 
}
/* --ボーダーライン end --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示　pc3列表示 sp2列表示---- */
#main .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#main .tab-menu-nav .fs-medium {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
#main .tab-menu-nav li {
width: calc(50% - 0.4rem);
margin-bottom: 1.25em;
font-size: 0.85rem;
}
/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp1列表示　pc3列表示 sp1列表示---- */ 
#main .tab-menu-nav.col-1 li {
width: 100%
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
#main .feature__items li a .feature__items--txt.sp-title {
display: flex;
align-items: center; 
}
#main .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
#main .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタン end --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
#main .menu-btn-list {
display: flex;
flex-wrap: wrap;
margin: 1rem 0; 
} 
#main .menu-btn-list li { 
width: 100%;
margin-bottom: 1em; 
line-height: 1.2;  
}
#main .menu-btn-list li:last-child {
margin-bottom: 0 
} 
#main .menu-btn-list .fs-large {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1em;
}
/* -- ボタンメニュー end --  */



}

/*250930*/
#main .mgb30{margin-bottom: 30px!important;}
#main .mgb50{margin-bottom: 50px!important;}

/*  251028 更新  */
#main .charm-point{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}
#main .charm-point--text{
    width: 58%;
}
#main .charm-point--text .c-feature-hdg3{
    margin-top: 0;
}
#main .charm-point--text p{
    line-height: 1.3;
    font-size: 1.15em;
    text-align: justify; 
    margin-bottom: 1em;
}
#main .charm-point--image{
    width: 38%;
}

@media screen and (max-width:767px) {
#main .charm-point--text{
    width: 100%;
}
#main .charm-point--text p{
    font-size: 0.95em;
}
#main .charm-point--image{
    width: 100%;
    margin-bottom: 10px;
}
}

#main .choice-brand{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .choice-brand::before,
#main .choice-brand::after{
    content: "";
    display: block;
    width: 31%;
}
#main .choice-brand::before{
    order: 1;
}
#main .choice-brand--block{
    width: 31%;
    margin-top: 30px;
}
#main .choice-brand--block a{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
}
#main .choice-brand--block__name{
    margin-top: 10px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
#main .choice-brand--block__lead{
    margin-top: 10px;
    line-height: 1.3;
    font-size: 1.15em;
    text-align: justify; 
}
#main .choice-brand--block .flatbtn{
    margin-top: 10px;
    width: 100%;
    height: auto;
}

@media screen and (max-width:767px) {
#main .choice-brand--block{
    width: 48%;
}
#main .choice-brand--block__name{
    font-size: 1.2em;
}
#main .choice-brand--block__lead{
    font-size: 0.95em;
}
#main .choice-brand--block .fs-medium{
    font-size: 0.85em;  
}
#main .choice-brand--block .arrow-r::after{
    right: 10px;  
}

}
#main .choice-area {
    display: flex;
    flex-wrap: wrap;
}
#main .choice-area--images{
    width: 50%;
    position: relative;
}
#main .choice-area .tab-menu-nav{
    grid-template-columns: 1fr;
    width: 25%;   
}
#main .choice-area .tab-menu-nav li{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
@media screen and (max-width:767px) {
#main .choice-area .tab-menu-nav{
    width: 100%;   
}
#main .choice-area--images{
    width: 100%;
    margin-bottom: 1.25em;
    order: 1;
}
#main .choice-area .sp-order2{
    order: 2;
}
#main .choice-area .sp-order3{
    order: 3;
}

}

/*map-japan*/
#main .choice-area  {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
}

#main .choice-area--images {
    position:relative;
}
#main .choice-area--images a {
    opacity: 1 !important
}

#main .choice-area .tab-menu-nav li {
    position: inherit;
}
#main .choice-area--images__map{
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main .choice-area .pointer {
    transform-origin: center;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 1rem;
    opacity: 1;
}

#main .choice-area .pointer::before {
    content: "";
    display: block;
    padding-top: 100%;
}

#main .choice-area .pointer .marker {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0px 1px 1px #000 inset,0px 2px 2px #000;
    background: rgba(130,200,200,.2);
    box-sizing: border-box;
    transition: .6s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#main .choice-area .pointer .active {
    border: 3px solid #EA6D0D;
    background: #EA6D0D;
    box-shadow: 0px 0px 0px #000;
    width: 20%;
    height: 20%;
}

/*
#main .choice-area .links {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 1em;
}

#main .choice-area .links a {
}
*/

#main .choice-area .links .act {
    border-color: #EA6D0D;
}
	
#main .choice-area .line_style {
    z-index: 10;
    position: absolute;
    background-color: #EA6D0D;
    left: 0px;
    height: 2px;
    transform-origin: left center;
    display: none;
}
@media screen and (max-width:767px) {
#main .choice-area .pointer {
    width: 0.6rem;
}
#main .choice-area--images__map{
/*    display: none;*/
}
#main .line_style {
    display: none!important;
}
#main .choice-area .links {
    margin: 0;
}
}

/*  251125 更新  */

.maindesign .l-nav-list.col2-2 li{
    width: 48%;
}
.maindesign .l-nav-list--btn.arrow-u::after{
    transform: translateY(-50%) rotate(315deg);
}
.maindesign .c-feature-hdg4{
	font-size: 1.5rem;
	margin-top: calc(40px - 0.6rem);
	margin-bottom: calc(20px - 0.75rem);
    padding: 0.3rem 1rem;
}
@media screen and (max-width:767px) {
.maindesign .c-feature-hdg3,
.maindesign .c-feature-hdg4{
	font-size: 1.3rem;
}
}

.maindesign .rice-weight{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 2em;
}
.maindesign .rice-weight > *{
    outline: 1px solid #000;
}
/*
.maindesign .rice-weight::before,
.maindesign .rice-weight::after{
    content:"";
    display: block;
    width: 24%;
    height: 0;
}
.maindesign .rice-weight::before{
    order: 1;
}
*/
.maindesign .rice-weight li{
/*    width: 24%;*/
    padding: 10px;
}
.maindesign .rice-weight p{
    line-height: 1.3;
    font-size: 1.0em;
    text-align: justify;
}
@media screen and (max-width:767px) {
.maindesign .rice-weight{
    grid-template-columns: repeat(2, 1fr);
}
/*
.maindesign .rice-weight::before,
.maindesign .rice-weight::after{
    width: 48%;
}

.maindesign .rice-weight li{
    width: 48%;
}*/

}

