/* カスタマイズ用CSS */
.ec-productRole .ec-productRole__tag {
  display: inline-block;
  padding: 2px 5px;
  list-style: none;
  font-size: 100%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  border: solid 1px #f60;
  border-radius: 3px;
  background-color: #f60;
}

body {
font-family: "Segoe UI", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ec-cartRole .ec-cartRole__actions {
  width: 26%;
}

.ec-cartRole .ec-cartRole__total {
 display: flex;
}

.ec-cartRole .ec-cartRole__total span.goukei_tex{
  display: block;
 width: 4em;
 line-height: 30px;
}

.ec-cartRole .ec-cartRole__totalAmount {
  font-size: 22px;
  display: block;
  width: calc(100% - 4em);
}

.ec-shelfRole .ec-select select{
  display: block;
  width: 100%;
}

.ec-productRole .ec-productRole__description {
  margin-top: 16px;
}

.goukei {
font-size: 40px;
border-bottom: 1px solid #000;
margin-top: 40px;
}

.print_off {
display: block;
}

.print_on {
display: none;
}

.ec-cartRow .ec-cartRow__amountColumn.print_on {
display: none;
}

.dis_fle {
display: flex;
margin-bottom: 40px;
}

.dis_fle > div {
width: 50%;
}

.dis_fle .rig p {
text-align: right;
font-size: 26px;
margin-bottom: 10px;
}

.dis_fle .lef {
font-size: 26px;
}

.dis_fle .lef p {
font-size: 34px;
display: inline-block;
padding: 0 1em;
}

.qa {
margin-top: 60px;
}

.qa dl {
margin-bottom: 40px;
}

.qa dl dt {
font-size: 18px;
padding: 20px;
background: #f60;
color: #fff;
box-sizing: border-box;
margin-top: 20px;
position: relative;
}

.qa dl dt::before {
content: "";
display: block;
width: 1.5rem;
height: 1.5rem;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
position: absolute;
top: 2rem;
right: 1em;
transform: rotate(45deg);
transition: all .5s;
}

.qa dl dt.toggle.trans::before {
transform: rotate(-135deg);
transition: all .5s;
}

.qa dl dd {
font-size: 18px;
padding: 20px;
background: #FFF3B6;
box-sizing: border-box;
position: relative;
}

.qa #acMenu dt.toggle + dd {
width: 100%;
height: auto;
padding: 20px;
border: none;
display: none;
position: relative;
display: none;
}

.qa #acMenu dt.toggle.trans + dd {
display: block;
}

.top_product .ec-secHeading {
width: 100%;
}

.top_product .ec-newItemRole {
padding: 60px 0 0;
}

.top_product .ec-newItemRole__list {
display: flex;
flex-wrap: wrap;
}

.top_product .ec-newItemRole__list .ec-newItemRole__listItem {
width: 20%;
padding: 20px 10px;
box-sizing: border-box;
margin-right: 0;
margin-bottom: 0;
}

.top_product img {
width: 100%;
display: block;
border: 8px solid #aaa;
box-sizing: border-box;
width: 220px;
height: 220px;
object-fit: contain;
}

.top_product a {
display: block;
}

.top_product a:hover {
text-decoration: none;
opacity: 0.5;
transition: 0.5s;
}

.ec-newItemRole .ec-newItemRole__listItemTitle {
font-size: 18px;
}

.ec-newItemRole .ec-newItemRole__listItemPrice {
font-size: 18px;
}

.ec-borderedDefs dd {
line-height: 2;
}

.service {
width: 1130px;
margin: 0 auto;
}

#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08 {
margin-top: -10px;
padding-top: 10px;
display: block;
}

.service h1 {
border-top: none;
border-bottom: 1px solid #ccc;
margin: 10px 16px 48px;
padding: 8px;
font-size: 32px;
font-weight: bold;
}

.service ul {
padding: 0;
}

.service ul li {
list-style: none;
}

.service ul li a {
text-decoration: none;
color: #525263;
font-size: 16px;
}

.service ul.link_area {
display: flex;
flex-wrap: wrap;
margin-bottom: 60px;
}

.service ul.link_area li {
width: 33.3%;
background: #f60;
border: 1px solid #fff;
box-sizing: border-box;
}

.service ul.link_area li a {
display: block;
width: 100%;
padding: 10px 0;
text-align: center;
color: #fff;
font-weight: bold;
}

.service h2 {
font-size: 20px;
font-weight: bold;
background: #FFF3B6;
padding: 10px 0 10px 10px;
margin-bottom: 20px;
margin-top: 30px;
}

.service ul.small_area li {
margin-bottom: 20px;
display: block;
}

.service ul.small_area li a {
display: inline;
width: 100%;
padding: 10px 0;
line-height: 1.5em;
position: relative;
}

.service ul.small_area li a::before {
content: "";
display: block;
width: 100%;
height: 1px;
background: #666;
position: absolute;
bottom: 0;
left: 0;
transform: scaleX(0);
transform-origin: left;
transition: 0.5s;
}

.service ul.small_area li a:hover::before {
transform: scaleX(1);
transition: 0.5s;
}

.ec-itemNav__nav li ul {
border: 1px solid #f60;
}

.ec-itemNav__nav li ul li a {
border-bottom: 1px solid #E8E8E8;
padding: 16px 22px 16px 16px;
font-size: 16px;
font-weight: bold;
color: #666;
text-align: left;
background: #fff;
}

.ec-itemNav__nav li ul li:hover {
background: #fff !important;
}

.ec-itemNav__nav li ul li a:hover {
background: #fff !important;
text-decoration: underline;
}

.ec-totalBox {
background: #aaa;
padding: 16px;
margin-bottom: 16px;
}

.ec-totalBox {
background: #fff;
padding: 50px 30px;
margin-bottom: 16px;
box-shadow: 0 0 10px #aaa;
border-radius: 10px;
}

.ec-orderRole {
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
box-sizing: border-box;
font-size: 16px;
line-height: 1.4;
color: #525263;
-webkit-text-size-adjust: 100%;
width: 100%;
max-width: 1130px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin-top: 0;
}

.ec-orderRole .ec-orderRole__detail {
padding: 0 16px;
width: 100%;
margin-bottom: 80px;
}

.ec-orderRole .ec-orderRole__summary {
width: 60%;
margin: 0 auto !important;
padding: 0 16px;
}

.ec-secHeading {
margin-bottom: 30px;
color: black;
}

.houhou_area {
width: 1200px;
margin: 80px auto 0;
}

.houhou_area ul {
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 0;
}

.houhou_area ul li {
width: calc(50% - 20px);
margin: 0 10px 20px;
list-style: none;
box-shadow: 0 0 10px #aaa;
}

.houhou_area ul li span {
display: block;
width: 100%;
padding: 12px 0;
text-align: center;
color: #fff;
font-weight: bold;
font-size: 16px;
background: #F60;
}

.houhou_area ul li p {
padding: 40px;
font-size: 18px;
}

.houhou_area ul li p.title {
padding: 18px 0;
text-align: center;
font-size: 18px;
background: #FFF3B6;
font-weight: bold;
}

.ec-blockBtn--action {
display: inline-block;
margin-bottom: 0;
font-weight: bold;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
border-radius: 0px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 10px 16px;
text-decoration: none;
color: #fff;
background-color: #f60;
border-color: #f60;
display: block;
width: 100%;
height: 56px;
line-height: 56px;
padding-top: 0;
padding-bottom: 0;
}

.ec-blockBtn--action02 {
color: #fff;
background-color: #de5d50;
border-color: #de5d50;
}

.ec-blockBtn--action:hover {
background-color: #f60;
border-color: #f60;
}

.gotop_btn {
display: block;
width: 12em;
margin: 20px auto 0;
}

.gotop_btn a {
display: block;
width: 100%;
text-align: center;
color: #fff;
background: #f60;
padding: 10px 0;
font-size: 20px;
}

.gotop_btn a:hover {
text-decoration: none;
}

.tyuui {
display: flex;
flex-wrap: wrap;
box-shadow: 0 0 10px #aaa;
width: 1200px;
margin: 80px auto 40px;
height: 160px;
}

.tyuui .left {
width: 20%;
position: relative;
}

.tyuui span {
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 7em;
padding: 16px 0;
text-align: center;
color: #fff;
background: #f90;
letter-spacing: 3px;
font-weight: bold;
border-radius: 5px;
font-size: 20px;
}

.tyuui .right {
width: 80%;
position: relative;
}

.tyuui .right ul {
width: calc(100% - 20px);
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 0 10px;
}

.tyuui .right ul li {
margin-bottom: 10px;
list-style: none;
font-size: 18px;
font-weight: bold;
}

#page_mypage_login {
background: #fff;
}

.ec-login {
margin: 0 0 20px;
padding: 30px 13% 20px;
height: auto;
background: #FFF3B6;
box-sizing: border-box;
}

.ec-blockBtn--cancel {
color: #fff;
background-color: #666;
border-color: #fff;
}

.ec-blockBtn--cancel:hover {
background-color: #666;
}

.productdetail .komidasi {
font-weight: bold;
color: #f60;
border-bottom: 3px solid #ddd;
display: block;
font-size: 1.2em;
margin-top: 2rem;
}

.productdetail dl {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 0;
}

.productdetail dl:last-of-type {
border-bottom: 1px solid #f60;
}

.productdetail dl dt {
width: 30%;
padding: 10px;
border: 1px solid #f60;
border-bottom: none;
}

.productdetail dl dd {
width: 70%;
padding: 10px;
border: 1px solid #f60;
border-left: none;
border-bottom: none;
}

.space60 {
display: block;
padding-top: 60px;
}

.ec-role {
margin: 0 auto;
padding-left: 0;
padding-right: 0;
box-sizing: border-box;
font-size: 16px;
line-height: 1.4;
color: #525263;
-webkit-text-size-adjust: 100%;
width: 100%;
max-width: 1200px;
}

.ec-secHeading .ec-secHeading__en {
font-size: 32px;
font-weight: bold;
letter-spacing: .2em;
}

.ec-secHeading .ec-secHeading__ja {
font-size: 18px;
font-weight: normal;
letter-spacing: .15em;
vertical-align: 2px;
}

.ec-categoryNaviRole {
FONT-VARIANT: JIS04;
margin: 0 auto;
padding-left: 0;
padding-right: 0;
box-sizing: border-box;
font-size: 16px;
line-height: 1.4;
color: #525263;
-webkit-text-size-adjust: 100%;
width: 100%;
max-width: 100%;
background: #f60;
box-sizing: border-box;
}

.ec-itemNav__nav li a {
display: block;
border-bottom: 1px solid #E8E8E8;
margin: 0;
padding: 8px 11px;
height: auto;
color: #fff;
font-size: 15px;
font-weight: bold;
line-height: 20px;
text-decoration: none;
text-align: left;
background: none;
border-bottom: none;
border: 1px solid #f60;
}

.ec-headerNaviRole {
margin: 0 auto;
padding-left: 10px;
padding-right: 0px;
box-sizing: border-box;
font-size: 16px;
line-height: 1.4;
color: #525263;
-webkit-text-size-adjust: 100%;
width: 100%;
max-width: 100%;
background: #fff;
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 5px;
}

.ec-headerNaviRole {
padding-bottom: 10px;
padding-top: 10px;
}

.ec-layoutRole .ec-layoutRole__contents {
margin-right: auto;
margin-left: auto;
width: 100%;
max-width: 100%;
display: flex;
flex-wrap: nowrap;
}

.ec-layoutRole .ec-layoutRole__contents {
margin-right: auto;
margin-left: auto;
width: 100%;
max-width: 100%;
display: flex;
flex-wrap: nowrap;
}

.ec-sliderRole {
margin: 0 auto;
padding-left: 0;
padding-right: 0;
box-sizing: border-box;
font-size: 16px;
line-height: 1.4;
color: #525263;
-webkit-text-size-adjust: 100%;
width: 100%;
max-width: 100%;
margin-bottom: 24px;
}

.nav_area {
width: 38%;
min-width: 420px;
display: flex;
justify-content: flex-start;
padding: 0;
margin-bottom: 0;
}

.nav_area li {
list-style: none;
}

.nav_area a {
padding: 0 10px;
display: block;
color: #000;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
width: 25%;
}

.ec-headerNaviRole .ec-headerNaviRole__search {
display: block;
margin-top: 0;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
width: 20%;
}

.logo_area {
width: 14%;
max-width: 170px;
}

.logo_area h1 {
margin: 0;
width: 100%;
}

.logo_area h1 a {
padding: 0;
display: block;
display: flex;
}

.logo_area img {
width: 100%;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
position: relative;
border: 0;
background: #FFA200;
color: #fff;
font-weight: bold;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
position: relative;
border: 0;
background: #f60;
color: #fff;
font-weight: bold;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

.ec-headerNav .ec-headerNav__itemLink {
display: inline-block;
padding: 12px 0 10px;
width: 93px;
text-align: center;
background: #FFA200;
color: #fff;
font-weight: bold;
}

.ec-headerNav .ec-headerNav__itemLink {
display: none;
margin-right: 10px;
font-size: 14px;
vertical-align: middle;
color: black;
}

.ec-itemNav {
margin: 0;
padding: 5px 0;
width: 100%;
height: 100%;
text-align: center;
}

@media only screen and (min-width: 768px) {
.ec-newsRole .ec-newsRole__newsItem {
  padding: 0px 0;
}

.ec-newsRole .ec-newsRole__newsTitle {
  display: inline-block;
  margin-bottom: 10px;
  width: 90%;
  font-size: 16px;
  font-weight: bold;
  color: #7D7D7D;
  line-height: 1.6;
}

.ec-newsRole .ec-newsRole__newsDate {
  display: inline-block;
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}

.ec-headerNav .ec-headerNav__itemLink {
  display: inline-block;
  padding: 12px 17px 10px;
  background: #f60;
  color: #fff;
  font-weight: bold;
}

.ec-headerSearch .ec-headerSearch__keyword {
  float: right;
  width: 57%;
  border-bottom-left-radius: inherit;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ec-itemNav__nav > li:hover > a {
  background: #f60;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.ec-itemNav__nav {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.ec-itemNav__nav li {
  float: none;
  width: auto;
}

.ec-newsRole .ec-newsRole__news {
  border: 16px solid #FFF3B6;
  padding: 20px 30px;
  margin-bottom: 60px;
}

}

.section01 {
width: 1200px;
margin: 80px auto;
}

.section01 .flex_area {
display: flex;
flex-wrap: wrap;
}

.section01 .flex_area .flex_area_inner {
width: calc(25% - 20px);
margin: 0 10px 20px;
}

.section02 .flex_area .flex_area_inner {
width: calc(33.3% - 20px);
}

.section02 .flex_area .flex_area_inner .photo_area {
width: 340px;
height: 240px;
overflow: hidden;
margin-bottom: 18px;
}

.section01 .flex_area .flex_area_inner > a {
text-decoration: none;
color: #333;
padding: 0;
}

.section01 .flex_area .flex_area_inner:not(.nobg) {
background: #FFF3B6;
padding: 20px;
padding-bottom: 0;
}

.section01 .flex_area .flex_area_inner a p:last-of-type {
text-align: left;
margin-bottom: 20px;
font-weight: bold;
font-size: 17px;
letter-spacing: 2px;
}

.section01 .flex_area .flex_area_inner a p:first-of-type {
text-align: left;
font-weight: bold;
margin-bottom: 20px;
font-size: 18px;
line-height: 50px;
}

.section01 .flex_area .flex_area_inner a p.twolow {
line-height: 1.4em;
}

.section01 .flex_area .flex_area_inner .photo_area {
width: 100%;
height: 240px;
overflow: hidden;
margin-bottom: 16px;
}

.section01 .flex_area .flex_area_inner .photo_area img {
width: 100%;
}

.section01 .flex_area .flex_area_inner:hover .photo_area img {
transform: scale(1.1, 1.1);
transition: .5s;
}

.section01 .flex_area .flex_area_inner .bunner_area img {
width: 100%;
height: 270px;
}

.section01 .flex_area .flex_area_inner .login_area {
padding: 20px;
background: #FFF3B6;
margin-bottom: 24px;
}

.section01 .flex_area .flex_area_inner .login_area a {
width: 100%;
text-align: center;
color: #fff;
padding: 10px 0;
background: #f60;
display: block;
}

.recommend_area {
width: 1200px;
margin: 0 auto 30px;
}

.recommend_area:last-of-type {
margin-bottom: 0;
}

.recommend_area .flex_area {
display: flex;
flex-wrap: wrap;
padding: 26px 0;
background: #FFF3B6;
}

.recommend_area .flex_area .flex_area_inner {
width: calc(20% - 20px);
margin: 0 10px;
background: #000;
}

.recommend_area .flex_area .flex_area_inner > a {
padding: 20px;
display: block;
width: 100%;
position: relative;
height: 177px;
}

.recommend_area .flex_area .flex_area_inner .photo {
width: 100%;
height: 177px;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}

.recommend_area .flex_area .flex_area_inner .photo img {
width: 100%;
opacity: 1;
transform: scale(1.1, 1.1);
transition: .5s;
}

.recommend_area .flex_area .flex_area_inner .discri {
width: 100%;
padding: 20px;
height: 177px;
position: absolute;
top: 0;
left: 0;
transform: scale(0.9, 0.9);
opacity: 0;
transition: .5s;

}

.recommend_area .flex_area .flex_area_inner .discri p {
font-size: 18px;
color: #fff;
font-weight: bold;
}

.recommend_area .flex_area .flex_area_inner:hover .discri {
transform: scale(1, 1);
opacity: 1;
transition: .5s;
}

.recommend_area .flex_area .flex_area_inner:hover .photo img {
opacity: 0.8;
transform: scale(1, 1);
transition: .5s;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
display: inline-block;
margin-left: auto;
border-radius: 50%;
width: 20px;
height: 20px;
color: white;
text-align: center;
background: #f60;
cursor: pointer;
position: absolute;
right: 5px;
top: 7px;
}

.ec-footerRole {
border-top: none;
margin-top: 60px;
background: #f60;
}

.bunner_area02 {
width: 1200px;
margin: 0 auto;

}

.bunner_area02 a:hover {
opacity: 0.8;
transition: .5s;
}

.bunner_area02 .flex_area {
display: flex;
justify-content: space-between;
}

.bunner_area02 .big_bunner {
width: 100%;
margin: 0 0 20px;

}

.bunner_area02 .big_bunner img {
width: 100%;
}

.bunner_area02 .little_bunner img {
width: 100%;
}

.bunner_area02 .little_bunner {
width: 23%;
margin-bottom: 10px;

}

.ec-blockTopBtn {
right: 30px;
bottom: -8px;
width: 100px;
height: 125px;
background-color: rgba(0, 0, 0, 0);
background-image: url(https://touch-pc.jp/html/user_data/assets/img/common/gotop.png);
background-size: contain;
background-position: left bottom;
background-repeat: no-repeat;
color: #333;
font-weight: bold;
transition: 0.5s;
text-shadow: 0 0 2px #fff;
font-size: 16px;
opacity: 1;
}

.ec-blockTopBtn:hover {
bottom: 0;
transition: 0.5s;
}

.ec-footerTitle .ec-footerTitle__logo {
display: block;
max-width: 230px;
margin: 0 auto 10px;
font-weight: bold;
}

.ec-footerTitle .flex_area {
display: flex;
flex-wrap: wrap;
width: 730px;
margin: 0px auto 60px;
}

.ec-footerTitle .flex_area > div {
width: calc(50% - 20px);
padding: 0 10px;
}

.ec-footerTitle .flex_area .left p {
margin-bottom: 10px;
line-height: 1.5em;
text-align: left;
}

.ec-footerTitle .flex_area .right p {
margin-bottom: 10px;
line-height: 1.5em;
}

.ec-footerTitle .flex_area .right span {
display: block;
width: 200px;
text-align: center;
/*background: #FFF3B6;*/
color: #fff;
margin: 20px auto 0;
}

.ec-footerTitle .flex_area .right span:hover {
opacity: .8;
transition: 0.5s;
}

/*.ec-footerTitle .flex_area .right span a {*/
/*    display: block;*/
/*    padding: 18px 0;*/
/*    color: #333;*/
/*    letter-spacing: 3px;*/
/*    font-weight: bold;*/
/*}*/

/*.ec-footerTitle .flex_area .right span a:hover{*/
/*    text-decoration: none;*/
/*}*/

.ec-footerTitle .flex_area .right span a {
display: block;
padding: 18px 0;
color: #263883;
letter-spacing: 3px;
font-weight: bold;
background-color: #fde84f;
border-radius: 12px;
transition: color 0.3s, background-color 0.3s;
}

.ec-footerTitle .flex_area .right span a:hover {
text-decoration: none;
color: #fde84f;
background-color: #263883;
transition: color 0.3s, background-color 0.3s;
}


.ec-footerNavi {
padding: 0;
color: white;
list-style: none;
text-align: center;
width: 630px;
display: flex;
justify-content: space-between;
margin: 0 auto;
}

.ec-footerNavi .ec-footerNavi__link a {
display: inline-block;
border-bottom: none;
margin: 0 10px;
padding: 0;
text-decoration: none;
}

.ec-footerRole {
padding-top: 20px;
}

.ec-footerTitle {
padding: 50px 0 20px;
}

.yuusouhouhou {
display: flex;
flex-wrap: wrap;
margin: 20px 0;
}

.yuusouhouhou a {
display: block;
width: 200px;
margin-right: 10px;
}

.yuusouhouhou a:hover {
opacity: 0.8;
}

.yuusouhouhou a img {
width: 100%;
}

.minamitera_area {
width: 900px;
margin: 0 auto;
}

.minamitera_area img {
width: 100%;
}

.support {
width: 1200px;
margin: 0 auto;
}

.support img {
width: auto;
display: block;
margin-bottom: 20px;
}

.versapro table {
border: 1px solid #333;
}

.setup_option {
display: block;
width: 70rem;
margin: 0 auto;
margin-bottom: 5rem;
font-family: "Segoe UI", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}

.setup_option h1 {
margin-bottom: 5rem;
border-bottom: 1px solid #333;
font-size: 32px
}

.setup_option h3 {
font-size: 22px
}

.setup_option section {
margin-bottom: 5rem;
}

.setup_option p {
font-size: 16px;
line-height: 1.5em;
margin-bottom: 1rem;
padding: 1rem;
}

.setup_option .midashi {
margin-bottom: 0.5rem;
}

.setup_option ul {
margin-top: 0;
}

.setup_option .kakaku {
background-color: #FFDBC9;
}

@media screen and (max-width: 768px) {

.houhou_area {
  width: 95%;
  margin: 40px auto 0;
}

.houhou_area {
  width: 95%;
  margin: 40px auto 0;
}

.section01 {
  width: 95%;
  margin: 40px auto;
}

.recommend_area {
  width: 95%;
  margin: 0 auto 30px;
}

.bunner_area02 {
  width: 100%;
  margin: 0 auto;
}

.ec-footerNavi {
  padding: 0;
  color: white;
  list-style: none;
  text-align: center;
  width: 95%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.ec-footerNavi {
  padding: 0;
  color: white;
  list-style: none;
  text-align: center;
  width: 95%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.ec-footerNavi {
  padding: 0;
  color: white;
  list-style: none;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.ec-footerNavi img {
  width: 100%;
}

.nav_area {
  display: none;
}

.ec-headerNaviRole .ec-headerNaviRole__search {
  display: none;
}

.tyuui {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 10px #aaa;
  width: 95%;
  margin: 40px auto 40px;
  height: auto;
}

.ec-footerTitle .flex_area {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0px auto 60px;
}

.ec-footerTitle .flex_area img {
  width: 100%;
}

.logo_area {
  width: 100px;
  max-width: 170px;
  margin-left: 50px;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  width: 10px;
}

.ec-blockTopBtn {
  right: 70px;
  bottom: 11px;
  width: 94px;
  height: 97px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://touch-pc.jp/html/user_data/assets/img/common/gotop.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #333;
  font-weight: bold;
  transition: 0.5s;
  text-shadow: 0 0 2px #fff;
  font-size: 16px;
  opacity: 1;
}

.ec-secHeading .ec-secHeading__en {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .2em;
}

.ec-secHeading .ec-secHeading__ja {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .15em;
  vertical-align: 2px;
  width: 100%;
  display: block;
}

.ec-secHeading {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 30px;
  color: black;
}

.houhou_area ul li {
  width: 100%;
  margin: 0 0 16px;
  list-style: none;
  box-shadow: 0 0 10px #aaa;
}

.houhou_area ul li p.title {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  background: #FFF3B6;
  font-weight: bold;
}

.houhou_area ul li p {
  padding: 24px 20px;
  font-size: 18px;
}

.tyuui .left {
  width: 100%;
  position: static;
}

.tyuui span {
  display: block;
  position: static;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  width: 7em;
  margin: 20px auto 10px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  background: #f90;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 5px;
  font-size: 18px;
}

.tyuui .right {
  width: 100%;
  position: static;
}

.tyuui .right ul {
  width: 100%;
  position: static;
  top: 0;
  transform: translateY(0);
  padding: 0 10px;
}

.ec-newsRole {
  padding: 0px 0 0;
}

.ec-newsRole .ec-newsRole__newsItem {
  width: 95%;
  border: 5px solid #f60;
  box-sizing: border-box;
  padding: 10px;
}

.ec-newsRole .ec-newsRole__newsDate {
  display: block;
  margin: 0;
  font-size: 14px;
  color: black;
}

.ec-newsRole .ec-newsRole__newsColumn {
  display: block;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
  text-align: center;
  background: #f60;
  cursor: pointer;
  position: static;
  right: 5px;
  top: 7px;
}

.ec-newsRole .ec-newsRole__newsClose {
  display: block;
  width: 100%;
  position: relative;
}

.ec-newsRole .ec-newsRole__newsTitle {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #7D7D7D;
  line-height: 1.6;
}

.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
  margin: 0 0 10px;
  padding-top: 10px;
}

.ec-newsRole .ec-newsRole__newsItem {
  width: 95%;
  margin: 0 auto;
  border: 5px solid #f60;
  box-sizing: border-box;
  padding: 10px;
}

.section01 .flex_area .flex_area_inner {
  width: calc(100% - 20px);
  margin: 0 10px 20px;
}

.recommend_area .flex_area .flex_area_inner {
  width: calc(100% - 20px);
  margin: 0 10px 20px;
  background: #000;
}

.section02 .flex_area .flex_area_inner {
  width: calc(100% - 20px);
}

.bunner_area02 .flex_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bunner_area02 .little_bunner {
  width: 49%;
  margin-right: 1%;
  margin-bottom: 10px;
}

.bunner_area02 {
  width: 95%;
  margin: 0 auto;
}

.ec-footerNavi {
  padding: 0;
  color: white;
  list-style: none;
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.ec-footerNavi .ec-footerNavi__link {
  display: block;
  width: 50%;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 10px;
}

.ec-footerNavi .ec-footerNavi__link a {
  display: block;
  width: 100%;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

.ec-footerTitle .flex_area .right span {
  width: 150px;
}

.ec-role {
  width: 95%;
  margin: 0 auto;
}

.top_product .ec-newItemRole__list .ec-newItemRole__listItem {
  width: 50%;
  justify-content: space-around;
}

.top_product .ec-newItemRole {
  padding: 0;
}

.top_product .ec-newItemRole__list .ec-newItemRole__listItem:first-of-type {
  width: 100%;
}

.ec-newItemRole .ec-newItemRole__listItemHeading {
  margin-top: 0;
}

.top_product img {
  width: 42vw;
  height: 42vw;
  object-fit: contain;
}

.ec-blockTopBtn {
  right: 20px;
  width: 70px;
  height: 73px;
  font-size: 12px;
  line-height: 12px
}

}

.ec-login .ec-icon img {
  width: 120px;
  height: 35px;
  margin-bottom: 20px;
}