@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1280px) {
  body {
    width: 1280px;
  }
}
@media screen and (max-width: 1025px) {
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 375px;
  }
  .head_outer {
    position: absolute;
    top: 0;
  }
  header {
    display: none;
  }

  header h1 {
    display: none;
  }
  header li {
    margin: 10px 5px;
  }
.fixed_btn {
    right: -300px;
  top: 100px;
}
.fixed_btn .hd_mail_btn {
    height: 50px;
    line-height: 0;
}
.fixed_btn .hd_mail_btn span.hd_mail_text {
    display: none;
}
.fixed_btn {
    align-items: flex-start;
    box-shadow: none;
}
  .fixed_box {
    width: 300px;
    box-shadow: 0px 3px 10px #00000029;
}
  /* ==========================
共通パーツ
============================= */
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .mail_form {
    display: none;
  }
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
  .sp_br {
    display: block;
  }

.anc_point{
    top: -30px;
}

  /* ==========================
.mainvisual
============================= */

  /* ==========================
table
============================= */
  /*table th,table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 5%;
	}
	*/
  /* ==========================
======== スマホメニュー =======
============================= */
#sp_logo {
    padding-left: 5%;
    width: calc(100% - 10% - 70px);
}
  #sp_logo img {
    max-width: 100%;
    max-height: 70px;
    height: auto;
  }
  .sp_mail_btn {
    width: 55px;
    position: absolute;
    right: 80px;
    top: 15px;
  }
  .sp_mail_btn img {
    max-width: 100%;
    height: auto;
  }

.cp_cont {
    display: flex;
    overflow: hidden;
    z-index: 99999;
    background: none;
    height: 80px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
}
  .cp_cont *,
  .cp_cont *:before,
  .cp_cont *:after {
    padding: 0;
    margin: 0;
  }
  .cp_cont a {
    text-decoration: none;
    color: inherit;
  }
  .cp_offcm01 {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    z-index: 99999;
  }
  /* menu */
  .cp_offcm01 .cp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 250px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.4s transform;
    transition: 0.4s transform;
    background-color: #000;
    opacity: 1;
  }
  .cp_offcm01 .cp_menu ul.ff_ul {
    margin-top: 75px;
    padding: 0;
    padding-bottom: 100px;
    font-family: "Hiragino Kaku Gothic ProN";
  }
  .cp_offcm01 .cp_menu li.pshm_title {
    padding: 35px 20px 13px;
    color: #fff;
    font-size: 22px;
    height: 33px;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio {
    display: none;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0s ease-in;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li .ac_radio:checked + ul.sf_ul {
    max-height: 9999px;
    transition: max-height 1s ease-in;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li a {
    padding: 10px 15px 10px 45px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px dashed #e6e6e6;
    background: #6baecf;
  }
  .cp_offcm01 .cp_menu ul.ff_ul li.ff_li ul.sf_ul li.sf_li:last-child a {
    border-bottom: none;
  }
  .cp_offcm01 #cp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0;
  }
  .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    overflow-y: auto;
    -webkit-box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
    box-shadow: -8px 0px 8px -1px rgba(0, 0, 0, 0.2);
  }

  /* menu toggle */
  .cp_offcm01 #cp_toggle01 ~ label {
    position: relative;
    z-index: 999999;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    -webkit-transition: 0.4s transform;
    transition: 0.4s transform;
    text-align: center;
    color: #fff;
    top: -15px;
    margin: 0 auto;
  }
  .cp_offcm01 #cp_toggle01 ~ label::before,
  .cp_offcm01 #cp_toggle01:checked ~ label::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    height: 30px;
  }

.cp_offcm01 #cp_toggle01 ~ label::after {
    position: absolute;
    top: 37px;
    bottom: -10px;
    left: -2px;
    content: "MENU";
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: all 0.4s;
    font-size: 1.6rem;
    text-shadow: 1px 1px black;
}

  .cp_offcm01 #cp_toggle01:checked ~ label::after {
    content: "CLOSE";
    top: 37px;
    bottom: -20px;
    left: -5px;
    color: #fff;
  }
  .cp_offcm01,
  .cp_offcm01 span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
.cp_offcm01 {
    position: fixed;
    right: 13px;
    top: 13px;
    width: 54px;
    height: 54px;
    padding: 15px 10px;
}

  .cp_offcm01 span {
    position: absolute;
    right: 0px;
    width: 100%;
    border-radius: 1px;
    height: 4px;
    background-color: #dc000c;
  }
  .cp_offcm01 span:nth-of-type(1) {
    top: 4px;
  }
  .cp_offcm01 span:nth-of-type(2) {
    top: 17px;
  }
  .cp_offcm01 span:nth-of-type(3) {
    bottom: 5px;
  }

  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(1) {
    /*-webkit-transform: translateY(20px) rotate(-315deg) scale(.8);
  transform: translateY(20px) rotate(-315deg) scale(.8);*/
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    background-color: #fff;
    top: -3px;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(2) {
    opacity: 0;
    background-color: #000;
  }
  .cp_offcm01 #cp_toggle01:checked ~ label span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    background-color: #fff;
    bottom: -1px;
  }
.lang{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 5%;
}
.lang a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}
    .lang a::before{
        content: '>';
        display: block;
        margin-right: 10px;
    }
/*contact_box*/
.contact_flex {
    flex-direction: column;
}
.contact_text {
    padding: 0 5% 0;
}
  /* ==========================
======== footer =======
============================= */
.ft_tel,.ft_mail{
    max-width: 502px;
    width: 90%;
}
.ft_tel_inner {
    font-size: 2rem;
}
.ft_mail_inner {
    font-size: 1.4rem;
}
.ft_tel_arrow,.ft_mail_arrow{
    display: none;
}
.ft_sitemap {
    flex-wrap: wrap;
    justify-content: center;
}
.ft_col {
    width: 48%;
    margin: 1%;
}
.ft_col:nth-child(1){
    order: 1;

}
.ft_col:nth-child(2){
    order: 3;

}
.ft_col:nth-child(3){
    order: 4;

}
.ft_col:nth-child(4){
    order: 2;
}
.ft_col a {
    font-size: 1.2rem;
    line-height: 1.25;
}
.ft_head {
    height: auto;
    margin-top: 20px;
}
.ft_other:first-child {
    margin-top: 15px;
}
.ft_item, .ft_other {
    padding: 3px 0;
    line-height: 1;
}

.copyright {
    width: 100%;
    margin: auto;
    padding: 10px 0 30px;
    flex-direction: column;
    gap: 5px;
}
  /* ==========================
固定ボタン
============================= */

  .ft_nav li {
    padding: 0 12px;
    border-right: none;
    flex-grow: 1;
    text-align: center;
    margin: 0 0 15px 0;
  }
  #copyright {
    width: 90%;
    padding: 15px 5% 20%;
    position: static;
    text-align: center;
  }
  #copyright {
    display: block;
  }
  .copyright small {
    display: block;
}
.copy_link {
    padding: 0;
    margin: 0;
    border: none;
}
  .copyright img {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  /* ==========================
SPのみ固定ボタン
============================= */

  /* ==========================
下層ページ
============================= */
.under_mv {
    padding-top: 0;
    height: auto;
    min-height: 150px;
}
.sec_title--main {
    font-size: 3rem;
}
/*商品詳細ページ*/
.detail .anc_list {
    flex-direction: column;
    align-items: center;
}
.detail .pro_inner {
    padding: 40px 5%;
}
.detail .pro_top {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.detail .pro_info {
    margin-left: 0;
    max-width: 395px;
    width: 100%;
    margin-top: 30px;
}
.detail .pro_bot {
    margin-top: 35px;
}
.detail .pro_date,
.detail .pro_date tbody,
.detail .pro_date tr,
.detail .pro_date th,
.detail .pro_date td{
    display: block;
    width: 100%;
    max-width: 100%;
    border-right: none;
}
.detail .pro_date.unbroke{
    display: table;
}
.detail .pro_date.unbroke tbody{
    display: table-row-group;
}
.detail .pro_date.unbroke tr{
    display: table-row;
}
.detail .pro_date.unbroke th,
.detail .pro_date.unbroke td{
    display: table-cell;
    width: auto;
    border-right: 1px solid #666;
}
.detail .pro_date.unbroke th:last-child,
    .detail .pro_date.unbroke td:last-child{
    border-right: none;
}
.detail .pro_date th,
.detail .pro_date td{
    padding: 10px 5%;
}
.detail .bot_nav {
    padding: 35px 3% 50px;
}
.detail a.bot_nav_item {
    width: calc(50% - 5px);
    margin: 2.5px;
    font-size: 1.2rem;
}
.detail .subimg-box {
  height: auto;
}
.detail .subimg-list li {
  margin: 0 auto 45px;
}
.scroll_box {
    overflow: scroll;
    width: 100%;
}
.scroll_box .pro_date {
    width: 1024px;
    max-width: none;
}
.scroll_box .pro_date th,
.scroll_box .pro_date td {
    padding: 10px;
}
.com_nav {
    flex-direction: column;
    align-items: center;
}
.detail .pro_name {
    font-size: 2.4rem;
}
}
