@charset "utf-8";

/* ---------------------
 style menu

 [ style.css ]
 1,pages common
 2,about
 3,products
 4,contact
 5,daily
 6,saiyou
 7,company
 8,center
 9,news - list
 10,news - detail
 11,policy
 12,商品詳細
 13,size表

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


/* ---------------------
 1,pages common
--------------------- */
#splash {
  display: none !important;
} 
.main.pages {
  zoom: 80%;
}
.pages_top {
  width: 100%;
  height: 295px;
  box-sizing: border-box;
  background: url('../images/common/page_title_bg.jpg') no-repeat center bottom;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.daily_page .pages_top {
  background: url('../images/daily/page_title_bg_daily.jpg') no-repeat center;
  background-size: cover;
}
.pages_top_title {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.44;
}
.pages_top_title.position_top {
  margin-bottom: 210px;
}
.page_sec_title {
  background: url('../images/common/title_line.png') no-repeat left bottom;
  background-size: 100% auto;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.46;
  padding: 50px 0 15px;
  margin-bottom: 10px;
}
.page_sec_title.kyuon,
.page_sec_title.buturyu,
.page_sec_title.juchuu,
.page_sec_title.eigyou {
  width: calc(100% - 50px);
  margin: 0 0 0 auto;
  position: relative;
}
.page_sec_title.kyuon::after,
.page_sec_title.buturyu::after,
.page_sec_title.juchuu::after,
.page_sec_title.eigyou::after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: -50px;
  top: 60px;
}
.page_sec_title.kyuon::after {
  background: url('../images/common/menu_icon03.png') no-repeat center;
  background-size: contain;
}
.page_sec_title.buturyu::after {
  background: url('../images/common/menu_icon04.png') no-repeat center;
  background-size: contain;
}
.page_sec_title.juchuu::after {
  background: url('../images/common/menu_icon01.png') no-repeat center;
  background-size: contain;
}
.page_sec_title.eigyou::after {
  background: url('../images/common/menu_icon02.png') no-repeat center;
  background-size: contain;
}
.page_txt {
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}

.table {
  width: 100%;
}
.table td {
  border-bottom: 1px solid #000;
  font-size: 20px;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}
.table td:nth-of-type(1) {
  width: 180px;
  font-weight: 500;
}
.table td:nth-of-type(2) {
  width: calc(100% - 180px);
}
.table_w td:nth-of-type(1) {
  width: 235px;
}
.table_w td:nth-of-type(2) {
  width: calc(100% - 235px);
}
.table_f td:nth-of-type(1) {
  width: 100%;
  border-bottom: none;
  display: block;
  padding-bottom: 0;
}
.table_f td:nth-of-type(2) {
  width: 100%;
  display: block;
}


/* ---------------------
 2,about
--------------------- */
.about_page_cont {
  padding-top: 50px;
}
.about_page_menu {
  padding-top: 0;
}
.about_page_cont01 .page_sec_title,
.about_page_cont02 .page_sec_title,
.about_page_cont07 .page_sec_title  {
  margin-bottom: 30px;
}
.about_menu_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap:  wrap;
  padding: 10px 15px;
}
.about_manu_item {
  width: calc((100% - 20px) / 2);
  height: 60px;
  background: #CC001E;
  border-radius: 16px;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  margin: 20px 20px 0 0;
}
.about_manu_item:nth-of-type(2n) {
  margin-right: 0;
}
.about_page_cont02 .slogan {
  display: block;
  font-size: 30px;
  margin: 25px 0;
}


/* ---------------------
 3,products
--------------------- */
.products_page_item {
  margin-bottom: 50px;
}
.products_item_img {
  margin: 30px 0 20px;
}
.products_page_catch {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
  margin: 20px 0;
}
.products_page_txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.products_page_txt .color_red {
  color: red;
}
.products_link_box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 30px 0 0;
}
.products_link_btn {
  width: 120px;
  height: 50px;
  background: #CC001E;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  margin-left: 15px;
}

/* ---------------------
 4,contact
--------------------- */
.contact_note {
  color: #FF0000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
  margin: 20px 0 30px;
  padding-left: 5px;
}
.form_table td {
  padding-left: 10px;
  padding-right: 10px;
}
.form_table td:nth-of-type(1) {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
  padding-top: 30px;
}
.form_table td:nth-of-type(2) {
  padding-bottom: 30px;
}
.form_table .tr_last {
	border: none;
}
.form_table .required {
  color: #FF0000;
  font-size: 18px;
  padding-left: 10px;
}
.form_table input,
.form_table textarea,
.form_table select {
  width: 100%;
  border: 1px solid #000;
  padding: 5px;
}
.form_table input[type="checkbox"] {
	width: auto;
}
.form_table textarea {
  min-height: 200px;
}
.form_policy {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
  margin: 30px 0 16px;
  padding-left: 5px;
}
.form_agree {
  margin-bottom: 20px;
}
.form_agree label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  padding-left: 5px;
}
.checkbox {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 10px;
}
.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #707070;
  border-left: 2px solid #707070;
  transform: rotate(-45deg);
}
.note_form_bm {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0;
}
.send_btn {
  width: 120px;
  height: 50px;
  background: #CC001E;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  margin: 100px auto 45px;
}


/* ---------------------
 5,daily
--------------------- */
/* .daily_schedule {
  margin-top: 30px;
}
.schedule_item {
  padding: 0 10px 50px 50px;
  position: relative;
}
.schedule_item::before {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  background: #CC001E;
  position: absolute;
  top: 17px;
  left: 17px;
}
.schedule_item:nth-last-of-type(1)::before {
  display: none;
}
.schedule_item::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 10px;
  border: 5px solid #CC001E;
  position: absolute;
  top: 7px;
  left: 10px;
}
.schedule_time {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
}
.schedule_img {
  width: 100%;
  margin-top: 20px;
} */
.flow-list {
  list-style: none;
  margin: 35px 20px 100px;
  padding: 0;
  position: relative;
}
.flow-list::before {
  content: "";
  width: 5px;
  height: 96%;
  position: absolute;
  top: 2%;
  left: 48px;
  background: #CC001E;
}
.flow-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}
.flow-list-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.flow-list-item-time span {
  display: block;
  background: #CC001E;
  color: #fff;
  border-radius: 50%;
  width: 100px;
  line-height: 100px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
}
.flow-list-item .flow-list-item-inner {
  font-size: 22px;
  font-weight: 700;
  padding: 20px 30px 20px 30px;
}
/* .js-scroll-scale-in {
  transform: scale(1.04) translateY(0);
  transition: all 0.4s linear;
  opacity: 0;
}
.js-scroll-scale-in.animated {
  opacity: 1;
  transform: scale(1) translateY(0);
} */


/* ---------------------
 6,saiyou
--------------------- */
.oubo_btn {
  width: 170px;
  height: 50px;
  background: #CC001E;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  margin: 50px auto 100px;
}


/* ---------------------
 7,company
--------------------- */
.company_img_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap:  wrap;
  padding: 10px 10px 75px;
}
.company_img_item {
  width: calc((100% - 20px) / 2);
  margin: 0 20px 20px 0;
}
.company_img_item:nth-of-type(2n) {
  margin-right: 0;
}


/* ---------------------
 8,center
--------------------- */
.center_page_cont {
  padding-bottom: 50px;
}
.center_img {
  margin: 20px 0;
}
.center_txt {
  font-size: 20px;
}
.comment_icon {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.comment_title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  margin: 30px 0 5px;
}

/* ---------------------
 9,news - list
--------------------- */
.news_list_item {
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 30px 5px 30px;
}
.news_date {
  font-size: 18px;
  line-height: 1.66;
}
.news_title {
  font-size: 22px;
  line-height: 1.36;
  margin: 10px 0 10px;
}
.news_info {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.news_img {
  width: 220px;
  height: 143px;
  overflow: hidden;
  margin-top: 5px;
}
.news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_txt {
  /* width: calc(100% - 220px); */
  font-size: 20px;
  padding-left: 10px;
}
.news_page_nav {
  width: 100%;
  margin: 45px 0 95px;
}
.wp-pagenavi {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 35px;
  border: none;
  text-align: center;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  width: 35px;
  height: 35px;
  border: 1px solid #707070;
  font-size: 18px;
  line-height: 33px;
  margin: 0 7.5px;
  text-align: center;
}
.wp-pagenavi .page:nth-last-of-type(1) {
  margin-right: 0;
}
.wp-pagenavi .current {
  background: #70706F;
  color: #fff;
}

/* ---------------------
 10,news - detail
--------------------- */
.news_detail img {
  width: 100%;
  height: auto;
  margin: 20px 0 20px;
}
.news_detail p {
  font-size: 20px;
  margin: 0 0 50px;
}
.news_detail h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.news_detail_nav {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.news_detail_nav .pre,
.news_detail_nav .next {
  width: 35px;
  height: 35px;
  border: 1px solid #707070;
  font-size: 18px;
  line-height: 33px;
  margin: 0 20px;
  text-align: center;
}
.news_detail_nav .list {
  width: 150px;
  height: 35px;
  background: #70706F;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
}


/* ---------------------
 11,policy
--------------------- */
.policy_page_cont ul {
  list-style-type: decimal;
  margin: 30px 0;
  padding-left: 30px;
}
.policy_page_cont li {
  list-style-type: decimal;
  margin-bottom: 20px;
}
.policy_page_cont .txt_b {
  font-weight: 700;
}
.policy_page_cont .name {
  text-align: right;
  margin: 20px 0 50px;
}


/* ---------------------
 12,商品詳細
--------------------- */
/* ジャストジャケット */
.pd_txt {
  margin-bottom: 20px;
}
.products_material .title {
  background: #898989;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 5px;
}
.products_material .txt {
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 18px;
  padding: 10px 15px;
}
.products_item_img_w {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.products_item_img_w .img {
  width: calc((100% - 20px) / 2);
  height: auto;
  display: block;
  margin: 30px 0 20px;
}
.products_item_img_s {
  width: 60%;
}
.products_page_catch.mt_50 {
  margin-top: 50px;
}
.products_page_catch.mb_10 {
  margin-bottom: 10px;
}
.products_page_txt.mt_50 {
  margin-top: 50px;
}
.products_page_note {
  list-style-type: disc;
  padding-left: 30px;
}
.sugoi_item {
  padding: 10px 0 10px 55px;
}
.sugoi1 {
  background: url('../images/products/products_icon02.png') left center no-repeat;
    background-size: 50px;
}
.sugoi2 {
  background: url('../images/products/products_icon05.png') left center no-repeat;
    background-size: 50px;
}
.sugoi4 {
  background: url('../images/products/products_icon04.png') left center no-repeat;
    background-size: 50px;
}
.sugoi5 {
  background: url('../images/products/products_icon03.png') left center no-repeat;
    background-size: 50px;
}
.sugoi6 {
  background: url('../images/products/products_icon01.png') left center no-repeat;
    background-size: 50px;
}
.sugoi7 {
  background: url('../images/products/products_icon06.png') left center no-repeat;
    background-size: 50px;
}
.sugoi8 {
  background: url('../images/products/products_icon07.png') left center no-repeat;
    background-size: 50px;
}


/* ---------------------
 13,size表
--------------------- */
.size_cont_title {
  background-color: #cc9114;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}
.wpb_text_column {
  background: #fff6e9;
  padding: 10px;
  margin: 10px 0 20px;
  overflow-x: scroll;
}
.wpb_text_column.bg_none {
  background: none;
  padding: 0;
  overflow-x: hidden;
}
.wpb_text_column table {
  width: 765px;
}
.size-hyou td, .size-hyou2 td {
  text-align: center;
  margin: 1px;
  border-top: 1px solid #000;
  border-right: 4px solid #fff6e9;
}
.size-hyou tr:nth-child(even),
.size-hyou2 tr:nth-child(even), .fie {
  background: #feecd2;
}
.size-hyou2 td {
  padding: 0px 9.5px 0px 9.5px;
  position: relative;
}
.size-hyou2_s {
  width: 100% !important;
  overflow: hidden;
}

.band ul, .j-taio ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.band ul li {
  float: left;
}
.band .mo {
  width: 30%;
  text-align: right;
}

.aka, .midori, .ao, .beju, .tomei, .kuro, .ki, .siro
{ width:40px; display:block;height:12px ; margin:5px; border:1px solid #666666;  } 
.aka { background-color:#e60012; }
.midori { background-color:#87caac; }
.ao { background-color:#00a0e9; }
.beju { background-color:#fbdac8; }
.tomei { background-color:#e6e6e6; }
.kuro { background-color:#231815; }
.ki { background-color:#fff100; }
.siro { background-color:#ffffff; }

.size_note {
  font-size: 18px;
  margin-bottom: 80px;
}

.size-hyou3 {
  width: 100% !important;
}
.size-hyou3 td {
  vertical-align: top;
}
.hyou3-div1, .hyou3-div2, .hyou3-div3 {
  text-align: left;
  background-color: #efefef;
  padding: 15px;
}
.hyou3-div1, .hyou3-div1-h {
  /* border-right: 10px solid #FFFFFF; */
}
.prd-h {
  border-bottom: 1px solid #666666;
  padding-bottom: 3px;
}
p + .prd-h {
  margin-top: 15px;
}
.prd-konpo {
  margin-bottom: 10px;
}
.ast {
  position: absolute;
  left: 15px;
  font-size: 90%;
}