@charset "utf-8";

body {
  font-size: 12px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

.outer-block,
.contents-block,
#wrapper {
  min-width: 320px;
}

.inner-block {
  padding: 0 10px;
  width: 100%;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
  font-size: 16px !important;
}

.pc {
  display: none !important;
}

.pc-ib {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp-ib {
  display: inline-block !important;
}


/*------------------------------------------------------------------------------
  top
------------------------------------------------------------------------------*/

/*-- header --*/

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.header .inner-block {
  padding: 0 20px;
}

.header .logo-and-menu {
  display: flex;
  align-items: center;
  height: 60px;
}

.header .logo {
  width: 76px;
}

.header .menu-box {
  position: absolute;
  right: 20px;
  width: 24px;
  height: 16px;
}

.header .menu-box span {
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .menu-box span:nth-child(1) {
  top: 0;
}

.header .menu-box span:nth-child(2) {
  top: 0;
  bottom: 0;
}

.header .menu-box span:nth-child(3) {
  bottom: 0;
}

.header.active .menu-box span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
}

.header.active .menu-box span:nth-child(2) {
  opacity: 0;
  left: -10px;
}

.header.active .menu-box span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotateZ(-45deg)
}

.sp-menu {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding-bottom: 25px;
}

.header .side-box {
  display: block;
}

.header .side-box .box {
  width: 50%;
  height: 40px;
}

.header .side-box .box .inner {
  position: static;
  line-height: 40px;
  padding-left: 10px;
}

.header .side-box .box .inner img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.header .parent > li {
  position: relative;
}

.header .parent > li > a,
.header .child > li > a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  background-color: #134788;
  border-bottom: 1px solid #103d74;
}

.header .parent .icon {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 12px;
  height: 12px;
  margin: auto;
  pointer-events: none;
}

.header .parent .icon span {
  background-color: #fff;
  position: absolute;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .parent .icon span:nth-child(1) {
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
}

.header .parent .icon span:nth-child(2) {
  top: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

.header .parent > li.active .icon span:nth-child(1) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header .parent > li.active .icon span:nth-child(2) {
  left: -5px;
  opacity: 0;
}

.header .child {
  display: none;
}

.header .child > li > a {
  padding-left: 35px;
  background: url(/img/common/arrow_right_white.svg) no-repeat 20px center / 5px auto #036eb7;
}

.header .btn-area {
  padding: 0 20px;
  margin: 20px 0 25px;
}

.header .c-btn02 {
  width: 100%;
  line-height: 40px;
  font-size: 12px;
  background-color: #036eb7;
  background-image: none;
}

.header .sns {
  position: relative;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.header .sns:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  margin: auto;
  background-color: #134788;
  height: 1px;
}

.header .b-link-list {
  font-size: 0;
  text-align: center;
}

.header .b-link-list li {
  display: inline-block;
}

.header .b-link-list li:not(:last-child) a {
  border-right: 1px solid #134788;
}

.header .b-link-list li a {
  font-size: 11px;
  color: #134788;
  font-weight: bold;
  padding: 0 15px;
}

.menu-bg {
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu-bg.active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

/*-- mv --*/

.top-mv-block {
  padding-top: 60px;
}

/*-- slider --*/

.accessories {
  width: auto;
}

.slide-arrow {
  width: 9.5px;
}

.prev-arrow {
  left: 10px;
}

.next-arrow {
  right: 10px;
}

.slider-block02 .prev-arrow,
.slider-block02 .next-arrow {
  width: 19.5px;
  z-index: 1;
}

.slider-block02 .prev-arrow {
  left: 30px;
}

.slider-block02 .next-arrow {
  right: 30px;
}

.slider-block02 .slider li {
  padding: 0 25px;
}

.slider-block02 .slider li img {
  width: 100%;
  height: auto;
}

/*-- notice-block --*/

.notice-block .inner-block {
  padding: 15px 10px;
}

.notice-block .ttl {
  font-size: 11px;
  margin-bottom: 10px;
}

.notice-block .ttl:before {
  top: -3px;
}

.notice-block .description {
  width: auto;
}

/*-- contents-block --*/

.contents-block {
  padding: 25px 0;
}

/*-- top-two-column --*/

.top-two-column {
  border-bottom: 0;
  padding-bottom: 12.5px;
}

/*-- top-news-block --*/

.top-news-block {
  width: auto;
  float: none;
}

.top-news-block .top {
  margin-bottom: 25px;
}

.top-news-block .top .c-ttl01 {
  margin-top: 5px;
}

.top-news-block .c-btn01 {
  width: 130px;
  line-height: 30px;
  font-size: 11px;
}

.news-list li a {
  padding: 10px;
}

.date-and-tag {
  margin-bottom: 8px;
}

.date-and-tag .c-date {
  font-size: 11px;
  margin-right: 14px;
  font-weight: normal;
}

.news-list .description {
  font-size: 11px;
}

/*-- top-match-block --*/

.top-match-block {
  width: auto;
  float: none;
  margin-bottom: 25px;
}

.top-match-block .c-ttl01 {
  margin-bottom: 15px;
}

.top-match-block .box {
  padding: 34px 10px 20px;
}
.top-match-block .box + .box {
  margin-left: 20px;
}

.top-match-block .box .img-wrap {
  margin-bottom: 20px;
  padding-top: 14px;
}

.top-match-block .box img {
  width: 70%;
}
.top-match-block .box h3 {
  font-size: 16px;
}

.top-match-block .c-btn02 {
  font-size: 12px;
  width: auto;
  line-height: 40px;
}
.top-match-block .chain h3 {
  padding-top: 0;
}
.top-match-block .chain h3 span {
  display: block;
}

.top-match-block .chain img {
  width: 35%;
}

/*-- top-category-block --*/

.top-category-block {
  padding-top: 12.5px;
}

.top-category-block .c-ttl01 {
  margin-bottom: 12px;
}

.top-category-block .list {
  margin-bottom: -10px;
}

.top-category-block .list li {
  width: calc((100% - 10px) / 2);
  border: 1px solid #134788;
}

.top-category-block .list li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.top-category-block .list li:nth-child(2n) {
  margin-right: 0;
}

.top-category-block .list .link {
  width: 28px;
  height: 28px;
}

.top-category-block .list .description {
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  padding: 8px 24px 8px 8px;
  background-position: right 10px center;
  background-size: 6px auto;
  line-height: 1.2;
}

/*-- top-search-block --*/

.top-search-block {
  padding: 15px 0;
}

.top-search-block .inner-block {
  width: auto;
}

.top-search-block .c-ttl02 {
  font-size: 15px;
  margin-bottom: 12px;
}

.top-search-block .search-box .icon {
  width: 34px;
  padding: 12px 0;
}

.top-search-block .search-box .icon:after {
  height: 25px;
}

.top-search-block .search-box .icon img {
  width: 12px;
}

.top-search-block .search-box .txt {
  width: calc(100% - 34px - 48px);
  font-size: 16px;
  padding: 3px 8px;
}

.top-search-block .search-box .txt::placeholder {
  font-size: 11px;
}

.top-search-block .search-box .txt::-webkit-input-placeholder {
  padding-top: 0.4em;
}

.top-search-block .search-box .button {
  font-size: 12px;
  width: 48px;
}

/*-- top-info-block --*/

.top-info-block {
  padding: 20px 0 0;
}

.top-info-block .inner-block {
  padding: 0 20px;
}

.top-info-block .txt-block {
  width: auto;
  position: static;
  padding: 0;
}

.top-info-block .ttl {
  font-size: 18px;
  margin-bottom: 15px;
}

.top-info-block .description {
  font-size: 12px;
  margin-bottom: 15px;
}

.top-info-block .c-btn02 {
  margin-right: 0;
  margin-bottom: 10px;
}

.top-info-block .c-btn02,
.top-info-block .c-btn01 {
  display: block;
  width: auto;
  line-height: 40px;
  font-size: 12px;
}

.top-info-block .img-block {
  margin: 20px -20px 0;
}

/*-- top-bland-block--*/

.top-bland-block {
  background-color: #eef0f7;
  padding-bottom: 50px;
}

.top-bland-block .inner-block {
  padding: 0;
}

.top-bland-block .c-ttl01 {
  margin-bottom: 12px;
}

.slider-block02 .slider li .description {
  font-size: 11px;
  padding: 8px 24px 8px 8px;
  background-position: right 10px center;
  background-size: 6px auto;
  line-height: 1.2;
}

/*-- footer --*/

.footer {
  border-width: 2.5px;
}

.footer .inner-block {
  padding: 25px 0 15px;
}

.footer .logo {
  margin: auto;
  width: 119px;
  float: none;
}

.footer .bottom {
  padding-top: 15px;
  margin: 25px 10px 0;
}

.footer .copy {
  text-align: center;
  font-size: 10px;
  float: none;
}

/*-- pagetop --*/

.pagetop {
  bottom: 136px;
  right: 10px;
}

.pagetop a {
  width: 35px;
  height: 35px;
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/

.c-note {
  font-size: 11px;
  margin-left: 5px;
}

.c-ttl01,
.c-ttl02 {
  font-size: 18px;
  background-size: 6px auto;
}

.c-ttl03 {
  font-size: 18px;
}

.c-ttl04 {
  font-size: 18px;
  line-height: 1.3;
  padding: 5px 10px 5px 10px;
}

.c-ttl05 {
  font-size: 16px;
  padding: 10px 10px 10px 25px;
}

.c-ttl06 {
  font-size: 22px;
  margin-bottom: 25px;
}

.c-ttl06 .marker {
  padding-bottom: 8px;
}

.c-ttl06 .marker::after {
  height: 4px;
}

.c-tag {
  font-size: 10px;
}

/* table */
.c-table01 {
  font-size: 12px;
}

.c-table01 th,
.c-table01 td {
  display: block;
  padding: 12px 15px;
  width: 100%;
}

.c-table01 th {
  border-right: none;
  border-bottom: solid 1px #bfbfbf;
}

.c-table01 tr:not(:first-child ) th {
  border-top: solid 1px #bfbfbf;
}

/* c-list01 */
.c-list01 li {
  padding-left: 16px;
}

.c-list01 li::before {
  top: 0.35em;
  width: 8px;
  height: 8px;
}

.c-note-list li + li {
  margin-top: 8px;
}

/*------------------------------------------------------------------------------
  subpage
------------------------------------------------------------------------------*/

.subpage {
  padding-top: 60px;
}

.subpage .contents-block.active {
  padding-top: 5px;
}

/*-- kv-block --*/

.subpage-kv-block .inner-block {
  display: block;
  padding: 20px 10px;
  height: auto;
}

.subpage-ttl {
  display: block;
  font-size: 18px;
}

.subpage-ttl .sub-ttl {
  display: block;
  margin-left: 0;
  font-size: 12px;
}

/*-- bread-block --*/

.bread-block ul {
  padding: 10px 0;
}

.bread-block li {
  font-size: 10px;
}

.bread-block li:last-child:after {
  display: none;
}

.bread-block li:after {
  top: -3px;
}

.bread-block a {
  color: #036eb7;
}

/*------------------------------------------------------------------------------
greeting
------------------------------------------------------------------------------*/

.greeting .c-ttl03 {
  margin-bottom: 15px;
}

.greeting .main-img {
  margin-bottom: 15px;
}

.greeting .txt-box {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.greeting .name {
  font-size: 12px;
}

.greeting .name .big {
  font-size: 18px;
}

/*-- two-column-block --*/

.two-column-block .main-block,
.two-column-block .side-menu {
  float: none;
}

.two-column-block .main-block {
  width: auto;
  margin: 0 0 30px;
  padding-top:10px;
}

.two-column-block .side-menu {
  width: auto;
  margin: 0 0 30px;
}

.two-column-block .side-menu .ttl {
  font-size: 18px;
  margin-bottom: 6px;
}

.two-column-block .side-menu .list a {
  font-size: 12px;
  line-height: 40px;
}

/*------------------------------------------------------------------------------
  history
------------------------------------------------------------------------------*/

.history-table tr:first-child th:nth-child(1),
.history-table tr:first-child th:nth-child(2) {
  width: 25%;
}

.history-table tr:first-child th:nth-child(3) {
  width: 50%;
  text-align: center;
}

.history-table td {
  padding: 10px 5px;
}

.history-table tr:first-child th:nth-child(3),
.history-table td:nth-child(3) {
  padding-left: 5px;
}

/*------------------------------------------------------------------------------
outline
------------------------------------------------------------------------------*/

.outline-table th,
.outline-table td {
  font-size: 12px;
  padding: 10px 5px;
}

.outline-table th {
  width: 35%;
  text-align: center;
}

.outline-table td {
  width: 65%;
}

.outline-table .txt {
  width: auto;
  padding-right: 0;
  margin-bottom: 10px;
  font-size: 12px;
}

.outline-table .btn-area {
  width: 100%;
}

.outline-table .btn-area .c-btn01 {
  width: 80%;
  line-height: 30px;
  font-size: 12px;
  margin: auto;
}

/*------------------------------------------------------------------------------
  search
------------------------------------------------------------------------------*/

.search-block {
  padding-bottom: 10px;
}

.search-list-block {
  padding-top: 10px;
}

.search-block .wrap {
  padding: 20px 10px;
  margin-bottom: 100px;
}

.search-block .wrap:before {
  left: 10px;
  right: 10px;
}

.select-and-input {
  margin-left: 0;
}

.search .choice {
  width: 100%;
  float: none;
}

.flow-parts {
  margin-bottom: 15px;
}

.select-and-input .flow-parts:nth-child(n + 3) {
  display: none;
}

.flow-sp {
  margin-bottom: 10px;
}

.flow-sp .num {
  font-size: 11px;
  width: 25px;
  line-height: 25px;
  margin-right: 5px;
}

.flow-sp .txt {
  font-size: 12px;
}

.another-box .flow-sp {
  display: none !important;
}

.flow-parts.active {
  display: none !important;
}

.choice.active .another-box {
  margin-top: 15px;
}

.choice.active .another-box .flow-sp {
  display: block !important;
}

.input-txt {
  margin-top: 10px;
  padding: 6.5px 10px;
}

.input-txt input::placeholder {
  font-size: 12px;
}

.search-block .radio label {
  width: auto;
  float: none;
  margin-right: 0;
  padding: 10px 10px 10px 35px;
}

.search-block .radio label + label {
  margin-top: 10px;
}

.search-block .radio span {
  line-height: 1.3;
  font-size: 12px;
  margin-left: 0;
}

.search-block .radio span:before {
  left: 10px;
}

.search-block .radio input:checked + span:after {
  left: 14px;
}

.flow-parts .select-area {
  float: none;
}

.flow-parts .select-area + .select-area {
  margin: 10px 0 0;
}

.select-box {
  float: none;
}

.dropdown {
  font-size: 12px;
}

.select-box00 .dropdown,
.select-box01 .dropdown,
.select-box02 .dropdown {
  width: 100%;
}

.dropdown .txt {
  padding: 11px 33px 11px 10px;
}

.choice .btn-area {
  margin-top: 20px;
}

.choice .c-btn02,
.choice .c-btn01 {
  width: 100%;
  float: none;
  line-height: 40px;
  font-size: 12px;
}

.choice .c-btn02 {
  margin-bottom: 10px;
}

/*-- search-list-block --*/

.info-block .sort-block .question {
  position: absolute;
  top: 7px;
  right: 0;
  width: auto;
  display: inline-block;
}

.sort-block .question .icon {
  width: 26px;
  line-height: 26px;
  font-size: 14px;
}

.search-list-block .sort-block {
  width: auto;
}

.search-list-block .sort-block > * + * {
  margin-left: 0;
}

.search-list-block .sort-block > * {
  width: 50%;
}

.sort {
  font-size: 12px;
  text-align: center;
}



.order-sort.sort {
  padding-left: 5px;
}

.sort .dropdown {
  margin: 5px 0 0;
  width: 100%;
}

.info-block .bottom {
  text-align: center;
}

.item-list > li {
  padding: 15px 0;
}

.item-list .img-block {
  width: 100px;
  margin-right: 10px;
}

.item-list .new:before,
.product-list .list .new:before,
.product-list .list .end:before {
  border-width: 50px 50px 0 0;
}

.item-list .new .txt,
.product-list .list .new .txt {
  top: 9px;
  left: 5px;
  font-size: 10px;
}
#wrapper .abolition .txt {
  font-size: 10px;
  top: 13px;
  left: -1px;
}

.product-list .list .end .txt {
  top: 11px;
  left: -1px;
  font-size: 10px;
}

.item-list .txt-block {
  width: calc(100% - 110px);
}

.item-list .txt-block .ttl a {
  font-size: 14px;
  margin-bottom: 10px;
}

.item-list .tag-list {
  margin: 0 -5px -5px 0;
}

.item-list .tag-list li {
  margin: 0 5px 5px 0;
}

.item-list .tag-list li span {
  font-size: 10px;
  line-height: 18px;
}

.item-list .btn-area-outer {
  position: static;
  float: none;
  margin-top: 10px;
}

.item-list .btn-area {
  display: block;
}

.item-list .c-btn02,
.item-list .c-btn01 {
  display: block;
  line-height: 30px;
  font-size: 12px;
  background-position: right 15px center;
}

.item-list .c-btn02 {
  width: calc(50% - 5px);
  margin-right: 5px;
}

.item-list .c-btn01 {
  width: calc(50% - 5px);
  margin-left: 5px;
}

.c-pager01-outer {
  margin-top: 20px;
}


/*------------------------------------------------------------------------------
   product-list
------------------------------------------------------------------------------*/

.two-column-block.product-list .side-menu {
  float: none;
  width: auto;
  margin-right: 0;
}

.product-list .menu-list {
  border-bottom: 5px solid #134788;
}

.product-list .menu-list .list-ttl,
.product-list .menu-list .child li a {
  font-size: 12px;
  padding: 10px 40px 10px 20px;
}

.product-list .menu-list .list-ttl:after {
  width: 8px;
  height: 5px;
}

.product-list .menu-list .child li a {
  background-size: 5px 8px;
}

.product-list .menu-list > li:last-child .list-ttl {
  border-bottom: 0;
}

.two-column-block.product-list .main-block {
  width: auto;
}

.product-list .c-ttl04 {
  margin-bottom: 20px;
}

.product-list .c-ttl05 {
  margin-bottom: 15px;
}

.product-list .list {
  margin-bottom: 30px;
}

.product-list .list:last-child {
  margin-bottom: 0;
}

.product-list .list li {
  float: none;
}

.product-list .list li + li {
  margin: 0;
}

.product-list .list li a {
  width: auto;
  padding: 10px 0;
  border-bottom: 1px solid #bfbfbf;
}

.product-list .list li:first-child a {
  border-top: 1px solid #bfbfbf;
}

.product-list .list li a > * {
  float: left;
}

.product-list .list .img {
  width: 40%;
  margin: 0;
}

.product-list .list .img img {
  width: 100%;

}

.product-list .list .ttl {
  width: 60%;
  padding-left: 10px;
  font-size: 12px;
}
/*------------------------------------------------------------------------------
   product-category
------------------------------------------------------------------------------*/
.category-ttl-block{
  padding-top:30px;
}

.category-ttl{
  background:none;
  border:none;
}

.category-ttl .category-img{
  padding:0;
  background:none !important;
  height:auto;
}
.category-ttl .category-img:before {
  background: none;
  height: 0;
  width: 0;
}

.category-ttl .ttl-box{
  max-width:100%;
  font-size:14px;
}

.category-ttl .ttl-text{
  font-size:30px;
}

.info-block{

}

.info-block .top{
  flex-wrap: wrap;
}

.info-block .display-num{
  width:100%;
  padding-bottom:10px;
}

.info-block .display-num .big{
  font-size:27px;
}

.info-block .sort-block{
  width:100%;
  flex-wrap: wrap;
}

.info-block .sort-block .order-sort{
  width:49%;
  margin-left:0;
  padding-left:2%;
}

.info-block .sort-block .info-paging{
  width:100%;
  display:flex;
  justify-content: center;
  padding-top:40px;
}

.info-block .display-sort.sort {
  width:49%;
}

.category-item-list{
  padding:20px 0 0;
}

.category-item-list li{
  width:100%;
}

.category-item-list li a{
  width:100%;
  padding:10px 0;
  border-top: 1px solid #bfbfbf;
}


.category-item-list li a .img{
  width:40%;
  float:left;
  margin-bottom:0;
}

.category-item-list li a .ttl{
  width:60%;
  float:right;
  padding-left:10px;
  font-size:14px;
}

.category-paging-wrap{
  border-top: none;
  display:block;
  padding: 10px 0;
  width: auto;
}

.category-btn{
  position:relative;
  margin:0 auto;
  width:70%;
}

.category-paging{
  display:flex;
  justify-content: center;
  padding-top:40px;
}

.products-sns-block {
  top: -5px;
}
.products-sns-block.news {
  right: 20px;
  top: 20px;
}


/*------------------------------------------------------------------------------
   product-detail
------------------------------------------------------------------------------*/
.detail-ttl .main-ttl01 .c-ttl01{
  font-size:25px;
}

.detail-ttl .main-ttl02 .c-ttl01{
  font-size:25px;
}

.detail-main{
  width:100%;
  float:none;
  padding-top:10px;
}

.detail-img{
  float:none;
  width:100%;
  margin-top:20px;
}

.detail-img .main-img{
  width:calc(100vw - 20px );
  height:calc(100vw - 20px );
}

#detail-slider li{
  height:calc(100vw - 20px );
}


.detail-img .sub-img-list li{
  width:calc((100vw - 30px ) / 3 );
  height:calc((100vw - 30px ) / 3 );
  margin-right:5px;
}

.detail-img .sub-img-list li:nth-child(3n){
  margin-right:0 !important;
}
.detail-img .sub-img-list li:nth-child(4n){
  margin-right: 5px;
}

.detail-img .sub-img-list li:nth-child(n+4){
  margin-top:10px;
}


.detail-list{
  font-size:14px;
}

ul.gray-list li:before{
  top:12px;
}

.tab-list li{
  width:49%;
  margin-right:0;
  display:table;
  line-height:1.2;
}

.tab-list li:nth-child(2n){
  float: right;
}

.tab-list li a{
  display:table-cell;
  vertical-align: middle;
  font-size:13px;
}

.tab-tekigou:before{
  left:7px;
}

.tab-pamphlet:before{
  left:7px;
}

.tab-pamphlet:after{
  content:'製品\Aパンフレット';
  white-space: pre;
}

.tab-notes:before{
  left:7px;
}

.tab-puroduct-list:before{
  left:7px;
}

.tab-puroduct-list:after{
  content:"商品一覧\Aページ";
  white-space: pre;
}

.detail-movie{
  width:100%;
  height: auto;
  margin:40px auto;
  padding-bottom: 56.25%;
}

.detail-tab{
  margin-right: 0;
}


.detail-table{
  width:100%;

}

.detail-table-block .left-table{
  float:none;
}

.detail-table-block .right-table{
  float:none;
}

.detail-table-block .left-table tr:last-child th{
  border-bottom:none;
}

.detail-table-block .left-table tr:last-child td{
  border-bottom:none;
}

.detail-btn{
  padding-top:40px;
  padding-bottom:20px;
}
/*------------------------------------------------------------------------------
  news
------------------------------------------------------------------------------*/
.news-cate-block{
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
}

.news-cate-list{
  margin:0;
}

.news-cate-list li {
  width:48%;
  margin:0;
  margin-top:10px;
}

.news-cate-list li:nth-child(2n){
  margin-left:4%;
}

.news-cate-list li .c-btn01{
  width:100%;
  min-width:auto;
  height:40px;
  line-height:40px;
}


/* news-list */
.news-list .news-cont{
  width:70%;
  padding-right:10px;
}

.news-list .img{
  width:30%;
}

.news-archive-block .news-list .c-date{
  font-size:13px;
}

.news-archive-block .news-list .c-tag{
  font-size:11px;
  padding:5px 12px;
}

.news-list .nwes-ttl{
  font-size:13px;
}

/*------------------------------------------------------------------------------
  news-detail
------------------------------------------------------------------------------*/
.news-detail-ttl{
  padding:20px;
}


.news-detail-ttl .ttl-area{
  margin-bottom:10px;
}

.news-detail-ttl .nwes-ttl{
  font-size:18px;
}


.news-detail-ttl .ttl-area .date-and-tag{
  float:none;
  margin-bottom:10px;
}

.news-detail-ttl .ttl-area .detail-sns{
  float:none;
}

.detail-sns .youtube a{
  width:23px;
  height:23px;
  background-size:14px auto;
}

.detail-sns .twitter a{
  width:23px;
  height:23px;
  background-size:14px auto;
}

.detail-sns .facebook a{
  width:23px;
  height:23px;
  background-size:7px auto;
}

.detail-sns li:nth-child(n + 2){
  margin-left:10px;
}

.news-detail-ttl .ttl-area .date-and-tag .c-date{
  font-size:13px;
}
.news-detail-ttl.has-products-sns-block .ttl-area .date-and-tag .c-date {
  display: block;
  margin: 15px 0 0;
}

.news-detail-ttl .ttl-area .date-and-tag .c-tag{
  font-size:12px;
  max-width:65%;
  padding-bottom:5px;
  padding-top:5px;
  line-height:1.2;
}







.news-detail-cont{
  padding:10px 0;
}

.news-detail-cont h2{
  font-size:18px;
}

.news-detail-cont h3{
  font-size:16px;
}

.news-detail-cont p{
  font-size:14px;
}

.news-detail-cont .img-list{
  margin:30px -2%;
}


.news-detail-cont .img-list li{
  margin:0 2%;
  width:46%;
}

.news-detail-cont .img-list li:nth-child(n + 3){
  margin-top:10px;
}

.news-detail-cont .img-list li a{
  width:100%;
  height:auto;
}
.news-detail-cont .img-list li p{
 font-size:13px;
}


.news-detail-btn{
  padding-top:35px;
  padding-bottom:10px;
}


/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/
.contact-serch{
  flex-direction: column;
  padding: 20px 10px;
  height: auto;
}

.contact-serch .ttl-box .ttl-text{
  font-size: 14px;
  margin-left: 10px;
  width: calc(100% - 50px);
}

.contact-serch-btn .c-btn02{
  width: 100%;
}

.contact-serch-btn{
  margin-top: 20px;
  width: 100%;
}

.contact-pixyda{
  flex-direction: column;
  padding: 20px 10px;
  height: auto;
}

.contact-pixyda .ttl-box .ttl-text{
  font-size: 14px;
  margin-left: 10px;
  width: calc(100% - 50px);
}

.contact-pixyda-btn .c-btn02{
  width: 100%;
}

.contact-pixyda-btn{
  margin-top: 20px;
  width: 100%;
}













.contact-caption{
  padding: 25px 0;
  margin: 0;
  font-size: 15px;
}

.contact-tell-list{
  flex-direction: column;
}

.contact-tell-list li{
  width: 100%;
}

.contact-tell-list li+li{
  margin-top: 20px;
}

.contact-tell-list li .tel-area{
  height: auto;
  padding: 10px;
  flex-direction: column;
}

.contact-tell-list li .ttl-area{
  height: 70px;
}

.contact-tell-list li .ttl-area .ttl-text{
  font-size: 15px;
}

.contact-tell-list li .tel-area .btn-area{
  width: 100%;
}

.contact-tell-list li .tel-area .btn-area a{
  padding-left: 0;
  pointer-events: inherit;
}

.contact-tell-list li .tel-area .btn-area .tel-btn{
  width:25%;
}

.contact-tell-list li .tel-area .btn-area .fax-btn{
  width:25%;
}

.contact-tell-list li .tel-area .btn-area .btn-num{
  width:75%;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
  font-size: 18px;
}

.contact-tell-list li .tel-area .tel-text{
  text-align: center;
}

.contact-tell-list li .tel-area .contact-access{
  text-align: center;
}

#contact-table{
  display: block;
}

#contact-table tbody{
  display: block;
}

#contact-table tr{
  display: block;
}

#contact-table th{
  display: block;
  width: 100%;
  height: auto;
  padding:20px 0 20px 30px;
  border-right: none;
  border-bottom: solid 1px #bfbfbf;;
}

#contact-table td{
  display: block;
  width: 100%;
  padding: 20px;
}

#contact-table input[type=text]{
  height:50px;
  padding-left:20px;
  font-size:15px;
  width:100%;
}

#contact-table .dropdown{
  width: 100%;
  max-width:260px;
}

#contact-table .radio label{
  width: 100%;
  margin-right: 0;
}

#contact-table .radio label+label{
  margin-top: 10px;
}

#contact-table .radio span{
  margin-left: 0;
}

#contact-table .radio span:before{
  left: 10px;
}

#contact-table .radio input:checked + span:after{
  left:14px;
}

.mw_wp_form.mw_wp_form_input #contact-table .form-postal td{
  font-size:0;
}

#contact-table .form-postal .postal-icon{
  width: 35px;
  display: inline-block;
  padding-right: 0;
  font-size: 15px;
}

#contact-table .form-postal input {
  display: inline-block;
  width: calc(100% - 35px);
}

#contact-table .form-buy-date input[name='buy-yyyy']{
  width: 110px;
}


#contact-table .form-age input{
  width:70px;
}



.file-box button{
  float:none;
}

.file-box .file-name{
  float: none;
  margin-left: 0;
}

.contact-btn-check{
  width:80%;
}

.contact-btn-wrap{
  padding-top: 45px;
  padding-bottom: 20px;
}









/*------------------------------------------------------------------------------
  sitemap
------------------------------------------------------------------------------*/

.sitemap-list {
  margin-bottom: 0;
}

.sitemap-list > li {
  width: 100%;
  margin-bottom: 20px;
}

.sitemap-list > li + li {
  margin-left: 0;
}

.sitemap-list .ttl {
  font-size: 14px;
  line-height: 40px;
}

.sitemap-list .ttl a {
  background-size: 15px 15px;
  background-position: right 15px center;
}

.sitemap-list .child a {
  font-size: 12px;
  background-size: 5px 8px;
  padding: 12px 20px;
  background-position: right 20px center;
}

/*------------------------------------------------------------------------------
  recruit
------------------------------------------------------------------------------*/

.page-recruit .btn-area a {
  display: block;
  font-size: 12px;
  line-height: 40px;
  width: auto;
}

.page-recruit .btn-area a + a {
  margin-top: 10px;
}


/* recruit-kv-block */

.recruit-kv-block .inner-block {
  padding: 40px 10px 30px;
}

.recruit-kv-block .ttl {
  font-size: 20px;
  margin-bottom: 30px;
}


/* recruit-intro-block */

.recruit-intro-block .txt {
  font-size: 12px;
  margin: 0 0 20px;
  text-align: left;
}

/* recruit-brand-block */

.brand-box + .brand-box {
  margin-top: 30px;
}

.brand-box .txt-block {
  padding: 0 0 10px;
}

.brand-box .txt-block .ttl {
  margin-bottom: 15px;
  text-align: center;
}

.brand-box .txt-block .ttl .ja {
  font-size: 30px;
}

.brand-box .txt-block .ttl .en {
  font-size: 12px;
  margin-top: 3px;
}

.brand-box .txt-block .txt {
  font-size: 12px;
}

.brand-box .img-block {
  margin: 0 -10px;
}


/* recruit-product-block */

.point-list li {
  background-size: 18px auto;
  background-position: 10px 13px;
  font-size: 12px;
  padding: 13px 15px 13px 40px;
}

.photo-list {
  margin-top: 20px;
}

.photo-list li {
  width: calc((100% - 10px) / 2);
}

.photo-list li:not(:nth-child(even)) {
  margin-right: 10px;
}

.photo-list li:nth-child(n+3) {
  margin-top: 10px;
}

.recruit-product-block .btn-area {
  margin-top: 30px;
}

.recruit-product-block .btn-area .txt {
  font-size: 12px;
  margin-bottom: 10px;
}

/* recruit-guide-block */

.recruit-guide-block .btn-area {
  margin-top: 20px;
}

.guide-box + .guide-box,
p + .guide-box {
  margin-top: 30px;
  padding-top: 30px;
}

.guide-box .c-ttl04 {
  margin-bottom: 20px;
}

.guide-box .c-ttl05 {
  margin: 30px 0 15px;
}

.guide-box .c-ttl04 + .c-ttl05 {
  margin-top: 20px;
}

/* recruit-contact-block */

.recruit-contact-block {
  padding-top: 0;
}

.recruit-contact-block .inner-block {
  padding: 30px 10px;
}

.recruit-contact-block .ttl {
  font-size: 18px;
  margin-bottom: 20px;
}

.recruit-contact-block .txt {
  font-size: 12px;
  margin-bottom: 20px;
}

/*------------------------------------------------------------------------------
  conformity
------------------------------------------------------------------------------*/

.conformity-ttl {
  padding: 0 0 15px;
}

.conformity-ttl .ttl {
  font-size: 24px;
}

.bg-wrap {
  margin: 0 -10px;
  padding: 15px 10px;
}

/* page-menu */

.page-menu {
  margin: 20px 0;
  padding: 0;
}

.page-menu a {
  background-position: 10px center;
  float: left;
  font-size: 14px;
  line-height: 40px;
  padding-left: 10px;
  width: 50%;
}

.page-menu a:nth-child(even) {
  border-left: 0;
  float: right;
}

.page-menu a:nth-child(n+3) {
  border-top: 0;
}

.conformity-box + .conformity-box {
  margin-top: 30px;
}

.conformity-box .name {
  font-size: 18px;
  margin-bottom: 15px;
}

.conformity-box .c-ttl04 {
  margin-bottom: 20px;
}

/* accordion */

.aco-wrap + .aco-wrap {
  margin-top: 10px;
}

.aco-btn,
.aco-btn-child {
  padding: 10px 40px;
}

.aco-btn {
  font-size: 18px;
}

.aco-btn-child {
  font-size: 14px;
}

.aco-btn::before,
.aco-btn-child::before {
  background-size: 12px auto;
  right: 10px;
  width: 24px;
  height: 24px;
}

.aco-body {
  padding: 10px;
}

.aco-body-child {
  border: 1px solid #036eb7;
  padding: 0;
}

.conformity-table {
  font-size: 12px;
}

.conformity-table th,
.conformity-table td {
  padding: 10px 15px;
}

#table .conformity-table {
  border: none;
}

#table .conformity-table th {
  padding: 5px 10px;
}

#table .conformity-table td {
  padding: 8px 10px;
}

#table .conformity-table th:last-child,
#symbol .conformity-table th:first-child {
  white-space: nowrap;
}


/*------------------------------------------------------------------------------
  policy
------------------------------------------------------------------------------*/
.policy-block{
  font-size:13px;
}

.policy-block .caption{
  padding-bottom:25px;
}

.policy-block h3{
  font-size:16px;
}

.policy-block .inner{
  padding: 20px 20px 20px 20px;
}

.policy-block .inner p{
  margin-bottom:5px;
}


.policy-block .dots-list{
  padding-top:7px;
  padding-bottom:7px;
}

.policy-btn-wrap{
  padding:0 10px 20px;
}

.policy-btn{
  width:100%;
}

.policy-btn a{
  font-size:14px;
}

.c-pager01 li a, .c-pager01 span {
  height: 26px;
  line-height: 26px;
  width: 26px;
}

.c-pager01 li {
  margin-top: 5px;
}
.c-pager01 li:nth-child(10n+1) {
  clear: none;
  margin-left: 10px;
}


/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/

.category-item-list li a:after,
.page-menu:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

  /*------------------------------------------------------------------------------
    search-chain
  ------------------------------------------------------------------------------*/
  .search-chain .form-content {
    display: block;
    padding-bottom: 16px;
  }

  .search-chain .wrap .select-box {
    width: 100%;
    display: block;
  }

  .search-chain .contents-block {
    padding: 25px 0;
  }

  .search-chain .wrap .ttl-box {
    width: 100%;
  }

  .search-chain .ttl-box p {
    text-align: center;
    font-size: 14px;
  }

  .search-chain .wrap .select-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .search-chain .select-content .select-item + .select-item {
    padding-left: 0;
    padding-top: 10px;
  }

  .search-chain .select-item > p{
    margin-bottom: 0.5em;
    font-size: 14px;
  }
  .search-chain .select-item > .required {
    font-size: 10px;
    margin-top: 4px;
  }

  .search-chain .select-content {
    margin-top: 16px;
  }


  .search-chain .search-block .wrap {
    padding: 20px 10px;
  }

  .search-chain .img-box img {
    display: block;
    margin-inline: auto;
  }
  .search-chain .btn-area {
    display: block;
    margin-top: 16px;
  }
  .search-chain .btn-area .search01,.search-chain .btn-area .search02  {
    width: 100%;
    max-width: initial;
    padding: 9px 10px;
  }
  .search-chain .btn-area .search02 {
    margin-top: 16px;
  }


  .to-products-text {
    font-size: 16px;
  }

  .to-products-list {
    justify-content: space-between;
    margin: 0 10px;
  }
.to-products-list .item {
  margin: 0;
  max-width: 48%;
}
.to-products-list .item a {
  border: 1px solid #ccc;
  border-radius: 10px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.to-products-list .item img {
  max-width: 100%;
}
.switch-box {
  flex-direction: row;
  margin-bottom: 40px;
  width: 100%;
}

.switch-box > .btn-lang {
  height: auto;
}

.switch-box button {
  width: 100%;
  text-align: center;
}
.switch-box #switch-to-en-sp {
  background-color: #ffffff;
  color: #036eb7;
  padding: 12px 10px;
}
.switch-box #switch-to-jp-sp {
  background-color: #036eb7;
  color: #fff;
  padding: 10px 10px;
}