@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*********************************
COMMON
*********************************/
.cfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cfix {
  min-height: 1px;
}
.main > *{
  margin:0;
  padding:0;
  line-height:1em;
}
.main ul,li {
  list-style: none;
}
.main a,a:hover,a:active{
  color: #1a2626;
}
.main img{
  border:none;
}
/*ã‚³ãƒ³ãƒ†ãƒ³ãƒ„å¹…100%*/
#page-body .container {
  width: 100%;
}
/*CHECKED ITEMå¹…1200px*/
div#checked-items {
  margin: 0 auto;
  max-width: 1200px;
}

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

      個人記述

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

/*------------------------------全体------------------------------*/
html{
  scroll-behavior: smooth;
}
.breadcrumb{
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
}
.main {
}
.main > .contents_box{
  margin: 0 auto;
  color: #1a2626;
  font-size: 14px;
  line-height: 1.5;
}
#main_area {
  margin: 60px auto 100px;
  width: 100%;
}
#main_area div[id^="content"] {
  padding: 80px 0 100px;
  margin: 0 auto 0;
  transform: translateY(50px);
  opacity: 0;
  transition: .5s;
}
#main_area div[id^="content"].show{
  transform: translateY(0);
  opacity: 1;
}
#main_area div[id^="content"]:nth-child(even) {
  background: #f8f8f8;
}
#main_area div[id^="content"] > section{
  text-align: center;
  margin: 0 auto 0;
  width: 900px;
}
#main_area #content02 > section {
  width: 100%;
  padding: 0 3%
}
/*text*/
#main_area h2{
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.5;
}
#main_area p{
  font-size: 14px;
  line-height: 2.2;
  line-break: strict;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: left;
}
#main_area div[id^="content"] section h3 {
  display: block;
  margin: 0 0 20px;
  font-size: 38px;
  font-weight: bold;
  color: #24423E;
  text-align: center;
}
#main_area div[id^="content"] section h3 .blue_text {
  display: flex;
  justify-content: center;
}
#main_area div[id^="content"] section h3 .blue_text .h3_no {
  padding: 0 20px 0 0;
}
#main_area div[id^="content"] section h3 .blue_text .h3_en {
  position: relative;
  padding: 0 0 0 20px;
}
#main_area div[id^="content"] section h3 .blue_text .h3_en2 {
  position: relative;
  padding: 80px 0 0 20px;
}
#main_area div[id^="content"] section h3 .blue_text .h3_en:after {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  background: #24423E;
  width: 1px;
  height: 50%;
}
#main_area div[id^="content"] section h3 .h3_brack {
  font-size: 24px;
  color: #24423E;
  margin: 1% 0 0;
}
#main_area h4.shoes_genre {
  text-align: left;
  font-weight: bold;
  font-size: 2.2rem;
  border-left: 4px solid #24423E;
  padding: 0 0 1% 4%;
  margin: 0 auto 40px;
  color: #24423E;
}
/*改行設定*/
.sp_line{
  display: none;
}
.pc_line{
  display: block;
}
.pc_only {
  display: inline;
}
.bgtransparent {
  background-color: transparent!important;
}
/*--------------------リード文--------------------*/
#top_area {
  width: 1200px;
  margin: auto;
}
.index_inner {
  width: 600px;
  margin: auto;
  text-align: center;
}
.index_inner div:first-of-type {
  margin: 0 0 30px;
}
.index_inner div:last-of-type {
  display: flex;
}
#main_area .lead_text p{
  margin: 20px 0 0;
  text-align: center;
}
/*--------------------news--------------------*/
#main_area .news {
  background-color: #F1F1E9;
  width: 90%;
  margin: 60px auto;
  padding: 40px 0;
}
#main_area .news p {
  text-align: center;
  margin-top: 20px;
}
#main_area .news .news_title {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
#main_area .newcolor_lineup {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin: 60px auto 0;
}
#main_area .newcolor_shoesimg {
  width: 18%;
  margin-left: 2%;
}
#main_area .newcolor_shoesimg:nth-of-type(1){
  margin-left: 0;
}
/*--------------------index--------------------*/
#main_area .index_top ul {
  width: 900px;
  margin: 80px auto 150px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main_area .index_top ul li {
  width: 49%;
  position: relative;
}
#main_area .index_top ul li a {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E9FDFC;
  padding: 10px 35px 10px 10px;
  margin: 3px 0 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
#main_area .index_top ul li a:after {
  content: '';
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  right: 10px;
  border: 0.25em solid #24423E;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}
#main_area .index_top ul li p {
  font-size: 16px;
}
#main_area .index_top ul li p .small_text {
  font-size: 10px;
  vertical-align: middle;
  position:relative;
}
#main_area .index_top ul li .text_no {
  font-size: 25px;
  font-weight: bold;
  color: #24423E;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
#main_area .index_top ul .content_name {
  margin: 10px 0 5px;
  text-align: center;
}
#main_area .index_top ul li a:hover {
  background: #24423E;
  color: #FFFFFF;
  opacity: 1;
}
#main_area .index_top ul li a:hover:after {
  content: '';
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  right: 10px;
  border: 0.25em solid #fff;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}
#main_area .index_top ul li a:hover .text_no {
  color: #FFFFFF;
}

/*----------------------------------------01*/
#main_area div[id^="content"] section .calm2 {
  display: flex;
  justify-content: space-between;
}
#main_area div[id^="content"] section .calm2 .calm2_inner {
  width: 49%;
  margin: 30px 0;
}
/*----------------------------------------02*/
#main_area #content02 section + section {
  padding: 50px 0 0;
}
/*model_index*/
#main_area .index_maxwidth {
  display: flex;
  width: 100%;
}
#main_area .index_lU {
  margin: 80px auto 0;
  width: 30%;
}
#main_area .index_lU ul.clm2 {
  width: 100%;
  margin: 10px auto 0px;
  display: flex;
  font-weight: bold;
}
#main_area .index_lU ul li.flexBTN {
  width: 46%;
  background: #fff;
  border: 3px solid #88a59e;
  font-size: 18px;
  margin: 0 2%;
}
#main_area .index_lU ul li.mensbtn {
  border: 3px solid #5e8ea5!important;
}
#main_area .index_lU ul li.womensbtn {
  border: 3px solid #b5869b!important;
}
#main_area .index_lU ul li.flexBTN a {
  display: block;
  padding: 1% 4% 1% 3%;
}
#main_area .index_lU ul li.mensbtn a {
  color: #5e8ea5;
}
#main_area .index_lU ul li.womensbtn a {
  color: #b5869b;
}
#main_area .index_lU ul li.afterITEM a {
  display: block;
  text-align: left;
  position: relative;
}
#main_area .index_lU ul.afterITEM {
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: space-between;
  text-align: left;
}
#main_area .index_lU ul li.flexBTN a:hover {
  opacity: 1;
  display: block;
}
#main_area .index_lU ul li.mensbtn a:hover {
  background: #5e8ea5;
  color: #fff;
}
#main_area .index_lU ul li.womensbtn a:hover {
  background: #b5869b;
  color: #fff;
}
#main_area .index_lU ul.afterITEM li.ITEMindex {
  width: 30%;
  position: relative;
} 
#main_area .index_lU ul li.womensbtn a ul.afterITEM li.ITEMindex::after,
#main_area .index_lU  ul li.mensbtn a ul.afterITEM li.ITEMindex::after {
  content: '';
  width: 0.75em;
  height: 0.75em;
  border: 0.2em solid;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 122%;
  bottom: 40%;
  box-sizing: border-box;
}
#main_area .index_lU a ul li.womensbtn ul.afterITEM li.ITEMindex::after {
  border-color: #b5869b;
}
#main_area .index_lU a ul li.mensbtn ul.afterITEM li.ITEMindex::after {
  border-color: #5e8ea5;
}
#main_area .index_lU  ul li.womensbtn a:hover ul.afterITEM li.ITEMindex::after,
#main_area .index_lU ul li.mensbtn  a:hover ul.afterITEM li.ITEMindex::after {
  border-color: #fff;
}		
#main_area .index_lU ul li a span {
  font-size: 13px;
}
/*item_introduce*/
#main_area #content02 .item_detail .gender_w,
#main_area #content02 .item_detail .gender_m {
  width: 100px;
  padding: 5px auto;
  color: #ffffff;
  font-weight: bold;
  height: 21px;
  text-align: center;
  display: block;
  margin-top: 3%;
  line-height: 1.5;
}
#main_area #content02 .item_detail .gender_w {
  background: #daa5a5;
}
#main_area #content02 .item_detail .gender_m {
  background: #a5c7da;
}
#main_area #content02 .item_detail h4 {
  font-size: 30px;
  font-weight: bold;
  color: #24423E;
  text-align: left;
}
#main_area #content02 .item_detail h4 .j_name {
  font-size: 18px;
  font-weight: normal;
}
#main_area #content02 .item_detail .szi {
  text-align: left;
}
#main_area #content02 .item_detail .szi_name {
  font-size: 15px;
  font-weight: bold;
  color: #24423E;
}
#main_area #content02 .item_detail .price {
  font-size: 18px;
  font-weight: normal;
}
#main_area #content02 .item_maxwidth {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main_area #content02 .item_introducing {
  display: flex;
  justify-content: space-between;
  width: 48%;
  margin-top: 30px;
}
#main_area #content02 .item_introducing_wrap {
  width: 48%;
  display: flex;
  flex-direction: column;
}
#main_area #content02 .item_introducing_wrap .item_introducing {
  width: 100%;
}
#main_area #content02 .newitem_introducing .item_introducing {
  width: 100%;
}
#main_area #content02 .item_detail_text {
  flex: 1;
}
#main_area #content02 .item_main {
  width: 40%;
}
#main_area #content02 .item_main p{
  margin: 0 0 30px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.2;
}
#main_area #content02 .item_detail .gray_b_area {
  margin-top: 60px;
}
#main_area  .gray_button {
  width: 48%;
}
#main_area  .gray_button p { 
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
}
#main_area  .gray_button a {
  display: block;
  padding: 10px;
  background: #c5c5c5;
  position: relative;
}
#main_area #content02 .item_detail .gray_b_area .gray_button a span {
  font-weight: normal;
  font-size: 1.1rem;
}
#main_area #content02 .item_detail .gray_b_area .gray_button a:after {
  content: "〉";
  display: block;
  width: 3px;
  height: 9px;
  color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 26%;
  font-weight: bold;
}
#main_area #content02 .item_detail p span {
  font-weight: bold;
}
#main_area #content02 .item_detail {
  width: 55%;
}
/*color_lineup*/
#main_area #content02 .item_color {
  margin-top: 25px;
}
#main_area #content02 .slide_im a {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}
#main_area #content02 .slick-slide {
  margin-right: 10px;
}
.slick-dots {
  bottom: -42px;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  content: '';
  text-align: center;
  opacity: .25;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #24423E;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #24423E;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px!important;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slide-arrow {
  background-color: transparent !important;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: -33px;
  width: 0;
  border: none;
  cursor: pointer;
}
.prev-arrow {
  left: 0;
  background-image: url("../images/im_103.webp");
  width: 11px;
  height:20px;
  border: none;
  background-size: 11px 20px;
  z-index: 1000;
}
.next-arrow {
  right: 0;
  background-image: url("../images/im_102.webp");
  width: 11px;
  height:20px;
  border: none;
  background-size: 11px 20px;
  z-index: 1000;
}
.prev-arrow:hover, .next-arrow:hover {
  opacity: 0.7;
}
button {
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.no_slide {
  display: flex;
  flex-wrap: wrap;
}
.no_slide .slide_im {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
}
.no_slide .slide_im:nth-of-type(3n) {
  margin-right: 0;
}
.no_slide2 {
  display: flex;
  width: 77%;
}
.no_slide3 {
  display: flex;
  width: 40%;
}
.no_slide2 .slide_im {
  padding: 0 5px 0 0;
}
#main_area .newitem_introducing {
  background-color: #F1F1E9;
  margin-top: 10%;
  padding: 5% 2%;
  width: 48%;
  display: flex;
  flex-direction: column;
}
#main_area .newitem_introducing:nth-of-type(n+3) {
  margin-top: 5%;
}
#main_area .item_detail_text p{
  font-weight: bold;
  font-size: 25px;
  line-height: 1.7;
}
#main_area .item_detail_text p.small_text {
  font-size: 15px;
}
#main_area .item_detail_text p.itemNAME{
  font-size: 30px;
  color: #444444;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.3;
}
#main_area .item_detail_text p.subcopy {
  color: #24423E;
}
#main_area .item_detail_text p.pagelink {
  color: #1a2626;
  margin-top: 25px;
  font-size: 14px;
}
#main_area .item_detail_text p.pagelink a {
  color: #1a2626;
  font-weight: bold;
}
#main_area .item_detail_text p.normalTXT{
  margin: 30px auto 80px;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
#main_area .item_detail_text .list {
  text-align: left;
}
#main_area .item_detail_text .list li {
  position: relative;
  padding-left: 24px;
  margin-top: 20px;
}
#main_area .item_detail_text .list li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #B4C1AC;
  border-radius: 5px;
}
#main_area .item_detail_text .leftBorder {
  border-left: 5px solid #24423E;
  padding: 0 20px;
  margin: 180px 0 0;
}
#main_area .item_detail_text .newnews {
  padding: 0 20px;
  margin: 0 0;
  color: #24423E;
}
/*----------------------------------------03*/
#main_area #content03 section .calm2 > a .calm2_inner {
  display: block;
  width: 98%;
}
#main_area .content03_link p {
  width: 225px;
  margin: auto;
  text-align: left;
}
.index_FUN {
  display: inline-block;
  background: #ccc;
  border-radius: 5px;
  color: #fff;
  width: 50%;
  text-align: left;
  padding: 15px 0 15px 30px;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  margin: 5px 0 0;
  background-color: #E9FDFC;
}
.index_FUN::after {
  content: '';
  width: 0.75em;
  height: 0.75em;
  border: 0.2em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 90%;
  bottom: 1.4em;
  box-sizing: border-box;
  color: #999;
}
.index_FUN span {
  font-size: 20px;
  color: #24423E;
  font-weight: bold;
  padding: 0 10px 0 0;
}
#main_area .linenap_bunner {
  width: 95%;
  margin: 0 auto;
}
#main_area .linenap_bunner picture {
  display: block;
  text-align: center;
}
#main_area #content03 .function_inner {
  display: flex;
  justify-content: space-between;
}
#main_area #content03 h5 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: 80px 0 0;
  color: #1a2626;
}
#main_area #content03 h5 span {
  color: #24423E;
  font-size: 40px;
  vertical-align: sub;
}
#main_area #content03 .img01 {
  margin: 20px auto;
}
#main_area #content03 .function_inner {
  margin: 30px auto;
}
#main_area #content03 .function_a {
  width: 48%;
  margin: 0 auto;
}
#main_area #content03 .function_a > p {
  text-align: left;
  font-weight: normal;
  margin: 20px 0 0;
}
#main_area #content03 .function_a > p .marker {
  background: linear-gradient(transparent 50%, #E9FDFC 50%);
}
#main_area #content03 .function_a > p.LOWsentence {
  margin: 20px 0 350px;
}
.main #main_area p a {
  text-decoration: underline;
  color: blue;
}
#main_area #content03 .a_title {
  border-bottom: 3px solid #1A2626;
  margin: 70px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#main_area #content03 .a_title p {
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #1A2626;
  text-align: center;
}
#main_area #content03 .video_01, #main_area #content04 .video_01{
  width: 50%;
  aspect-ratio: 16 / 9;
  margin: 50px auto 0;
}
#main_area #content03 .video_01 iframe, #main_area #content04 .video_01 iframe {
  width: 100%;
  height: 100%;
}
#main_area #content03 .gray_button {
  margin: 20px auto;
}
#main_area #content03 .accordion {
  margin: 10px auto;
  max-width: 60vw;
}
#main_area #content03 .toggle {
  display: none;
}
#main_area #content03 .option {
  position: relative;
  margin-bottom: 1em;
}
#main_area #content03 .title01,
#main_area #content03 .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
#main_area #content03 .title01 {
  padding: 5px 5px 5px 10px;
  display: block;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  background-color: #E9FDFC;
}
#main_area #content03 .title01::after,
#main_area #content03 .title01::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 35%;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
#main_area #content03 .title01::after {
  transform: rotate(90deg);
}
#main_area #content03 .content {
  max-height: 0;
  overflow: hidden;
}
#main_area #content03 .content p {
  margin: 0;
  padding: 10px;
  font-size: 0.9em;
}
#main_area #content03 .toggle:checked + .title01 + .content {
  max-height: 500px;
  transition: all 1.5s;
}
#main_area #content03 .toggle:checked + .title01::before {
  transform: rotate(90deg) !important;
}
#main_area #content03 .content03_link p a {
  color: #1a2626;
}
/*----------------------------------------04*/
#content04 h4 {
  margin: 50px 0 0;
  font-size: 24px;
  position: relative;
}
#content04 h4:after {
  content: '';
  width: 110px;
  height: 1px;
  display: inline-block;
  background-color: #9ab2ba;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 55px)
}
#main_area #content04 .function_inner {
  display: flex;
  justify-content: space-between;
}
#main_area #content04 .function_a {
  width: 45%;
  margin: 0 auto;
}
#main_area #content04 .function_a p {
  margin: 20px 0 0;
}
#main_area #content04 .img01 {
  width: 80%;
  margin: 40px auto 0;
}
/*----------------------------------------05*/
#content05 section {
  margin: 80px 0 0;
}
#main_area #content05 .function_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main_area #content05 .img02 {
  width: 80%;
  margin: 0 auto;
}
#main_area #content05 .text_02 {
  width: 75%;
  margin: 0 auto;
}
#main_area #content05 .function_a p {
  margin: 20px 0 0;
}
#main_area #content05 .img01 {
  width: 80%;
  margin: 40px auto 0;
}
#main_area .linenap_bunner {
  text-align: center;
  margin-top: 100px;
}
#main_area .linenap_bunner p.andmore {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #24423E;
}
#main_area #content05 .function_a {
  width: 45%;
  margin: 0 auto;
}
.text05 {
  margin: 30px auto 0;
}
.title05 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 50px 0 0;
  padding: 0 0 10px;
  border-bottom: 2px solid;
}
/*----------------------------------------06*/
#main_area #content06 section {
  width: 90%;
  margin: auto;
}
.m_d_inner2 {
  margin: 0 auto 80px;
}
.m_d_inner2 table{  
  font-size: 14px;
  border-collapse: separate;
  width: 100%;
}
.m_d_inner2 table tbody tr {
  z-index: 2;
}
.m_d_inner2 table tbody tr:first-of-type, 
.m_d_inner2 table tbody tr th {
  background: #24423E;
  color: #fff;
}
.m_d_inner2 table tbody tr:nth-of-type(2) {
  background: #F1F1E9;
}
.m_d_inner2 table tbody tr:nth-of-type(3),
.m_d_inner2 table tbody tr:nth-of-type(2) th:first-of-type, 
.m_d_inner2 table tbody tr:nth-of-type(3) th {
  background: #F1F1E9;
  color: #1a2626
}
.m_d_inner2 table:nth-of-type(2) tbody tr, 
.m_d_inner2 table:nth-of-type(2) tbody tr th {
  background: #24423E;
}
.m_d_inner2 table th{
  text-align: left;
  padding: 15px 5px 15px 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #525754;
  table-layout: fixed;
  vertical-align: middle;
  position: sticky;
  top:0;
  left: 0;
  z-index: 1;
}
.m_d_inner2 table:first-of-type tr:first-of-type th:first-of-type, 
.m_d_inner2 table:first-of-type tr:nth-of-type(2) th:first-of-type {
  width: 6.8%;
}
.m_d_inner2 table:first-of-type tr:first-of-type th:first-of-type {
  border-right: none;
}
.m_d_inner2 table tbody tr th:nth-of-type(2), 
.m_d_inner2 table tbody tr:nth-of-type(3) th {
  /*left: 117.08px;*/
  width: 5.5%;
}
.m_d_inner2 table tbody tr:nth-of-type(2) th:nth-of-type(2){
  background: #F1F1E9;
  color: #1a2626;
}
.m_d_inner2 table tbody tr:nth-of-type(2) th:nth-of-type(2), 
.m_d_inner2 table tbody tr:nth-of-type(3) th:first-of-type {
  text-align: center;
  padding: 15px 3px;
}
.m_d_inner2 table td {
  width: 5.155%;
  text-align: center;
  border-right: 1px dashed #fff;
  border-bottom: 1px solid #fff;
  vertical-align:middle;
  z-index: 2;
}
.m_d_inner2 table td:last-of-type, 
.m_d_inner2 table:nth-of-type(2) td:last-of-type {
  border-right: none;
}
.m_d_inner2 table:nth-of-type(2) td {
  width: 6.44%;
  text-align: center;
  border-right: 1px dashed #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
td.weightBOLD {
  font-weight: bold;
  font-size: 17px;
}
td.weightBOLD a{
  text-decoration: underline;
}
table + table {
  padding-bottom: 10px;
}
.m_d_inner3 {
  display: none;
}
#main_area  p.foot_size {
  font-size: 25px;
  font-weight: bold;
  border-left: 4px solid #24423E;
  padding: 0 25px;
  line-height: 1.5;
  margin: 10px 0 30px;
}
.foot_width table {
  width: 20%;
  font-size: 14px;
}
.foot_width table th {
  background-color: #24423E;
  vertical-align: middle;
  padding: 10px 0;
  border-bottom: 2px solid #FFF;
  color: #fff;
}
.foot_width table td {
  background-color: #F1F1E9;
  padding: 10px;
  width: 50%;
  font-weight: bold;
}
.foot_width table td+td {
  border-left: 1px solid #fff;
}
.foot_width table tr+tr+tr {
  border-top: 1px solid #fff;
}
/*----------------------------------------07*/
#content07 section ul {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
}
#main_area #content07 p {
  text-align: center;
}
#main_area #content07 .reviewboxwrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
} 
#main_area #content07 .reviewboxwrap .reviewbox {
  width: 48%;
  padding: 2%;
  background-color: #E9FDFC;
}
#main_area #content07 .reviewboxwrap .reviewbox:nth-of-type(n+3) {
  margin-top: 20px;
}
#main_area #content07 .reviewboxwrap .reviewbox p {
  text-align: left;
}
#main_area #content07 .reviewbox .marker {
  background: linear-gradient(transparent 50%, #9AF8FF 50%);
}
#main_area #content07 .reviewboxwrap .reviewbox .reviewname {
  font-weight: bold;
}
#main_area #content07 .reviewboxwrap .reviewbox .reviewname:before {
  content: '';
  display: inline-block;
  background-image: url("../images/ic_01.webp");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin: -6px 10px 0 0;
  vertical-align: middle;
}
.says p {
  text-align: center;
}
.balloon5 .says, .balloon7 .says,  .balloon6 .says, .balloon8 .says {
  display: inline-block;
  position: relative;
  width: 600px;
  margin: 0 0 0 25px;
  padding: 23px 20px;
  border-radius: 15px;
}
.balloon5 .says{
  background: #cad7d3;
}
.balloon7 .says{
  background: #dbebd9;
}
.balloon6 .says {
  background: #dcdddd;
}
.balloon8 .says {
  background: #e4f0ec;
}
.balloon5 .says:after, .balloon7 .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -22px;
  border: 12px solid transparent;
}
.balloon5 .says:after {
  border-right: 12px solid #cad7d3;
}
.balloon7 .says:after {
  border-right: 12px solid #dbebd9;
}
.review_text p{
  text-align: center;
  font-size: 18px;
}
.balloon6 .says:after, .balloon8 .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -22px;
  border: 12px solid transparent;
}
.balloon6 .says:after {
  border-left: 12px solid #dcdddd;
}
.balloon8 .says:after {
  border-left: 12px solid #e4f0ec;
}
#main_area #content07 .gray_b_area {
  display: flex block;
  justify-content: space-between;
  margin: 50px auto 0;
  width: 70%;
}
#main_area  .gray_button {
  width: 100%;
}
#main_area #content03 .gray_button {
  width: 50%;
}
#main_area .gray_button + .gray_button {
  margin: 2% auto 0;
}
#main_area  .gray_button a {
  display: block;
  padding: 10px 8px;
  background: #444444;
  color: #ffffff;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
#main_area #content07 .gray_b_area .gray_button a span {
  font-weight: normal;
  font-size: 12px;
}
#main_area #content07 .gray_b_area .gray_button a:after {
  content: "〉";
  display: block;
  width: 17px;
  height: 9px;
  color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 26%;
  font-weight: bold;
}
.blog_title {
  display: flex;
  width: 300px;
  margin: 0 auto 20px;
}
.staff_ic {
  background: #cad7d3;
  padding: 5px 10px;
}
.blog_text {
  font-size: 18px;
  font-weight: bold;
} 
/*----------------------------------------08*/
.doctor_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.doctor_detail .doctor_im {
  width: 20%;
}
.doctor_detail .doctor_text {
  width: 75%;
  text-align: left;
}
.doctor_detail .doctor_text span {
  font-size: 20px;
  font-weight: bold;
}
.comment {
  margin: 30px 0 0;
}
.comment span {
  font-size: 18px;
  font-weight: bold;
}
.campaign_inner {
  width: 730px;
  margin: 30px auto 0;
}
/*--------------- リンクエリア ---------------*/

#main_area .innerwidth1200 {
  width: 65%;
  margin: 0 auto;
}
#main_area .innerwidth1200 .shoppage {
  background-color: #F1F1E9;
  padding: 5rem 0;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
#main_area .innerwidth1200 .shoppage .shopbtn {
  display: flex;
  margin: 3rem auto;
  width: 55%;
  justify-content: space-between;
}
#main_area .innerwidth1200 .shoppage .shopbtn a {
  width: 49%;
  height: 8rem; 
  background-color: #24423E;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-sizing: border-box;
  padding: 0 1rem; 
  color: #fff;
}
#main_area .innerwidth1200 .shoppage .shopbtn p {
  font-weight: bold;
}
#main_area .innerwidth1200 .shoppage p {
  text-align: center;
}
#main_area .innerwidth1200 .insta {
  display: flex;
  width: 85%;
  margin: 10rem auto;
  justify-content: space-between;
  align-items: center;
}
#main_area .innerwidth1200 .insta .ig_icon {
  width: 15%;
}
#main_area .innerwidth1200 .insta .ig_text {
  width: 76%;
}
#main_area .innerwidth1200 .insta .ig_text strong {
  font-size: 3rem;
  display: inline-block;
  margin: 0 0 3rem;
}
#main_area .innerwidth1200 .btn_outlink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#main_area .innerwidth1200 .btn_outlink li{
  width: 30%;
  text-align: center;
  font-weight: bold;
  margin-left: 2%;
  font-size: 16px;
}
#main_area .innerwidth1200 .btn_outlink li:nth-of-type(1){
  margin-left: 0;
}
#main_area .innerwidth1200 .btn_outlink li a{
  display: block;
  padding: 4% 0;
  background-color: #24423E;
  border-radius: 50px;
  position: relative;
  color: #fff;
}
#main_area .innerwidth1200 .btn_outlink li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  bottom: 26px;
  right: 23px;
}
/*----------------ページトップ---------------*/
.pagetop{
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.pagetop img{
  width: 40px;
  height: auto;
}

@media (min-width: 980px) and (max-width: 1200px) {
  
  .breadcrumb {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .main  #top_area{
    width: calc(100% - 20px);
  }
  #main_area #content02 > section {
    padding: 0 2%;
  }
  .no_slide {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  /*--------------リード---------------*/
  .lead{
    margin: 40px auto 100px;
  }
  #top_area {
    width: 100%;
    margin: auto;
  }
  /*----------------コンテンツ---------------*/
  #main_area div[id^="content"] {
    width: 100%;
    padding: 80px 0 50px;
    margin: 80px auto 0;
  }
  #main_area #content02 .item_introducing {
    width: 100%;
  }
  #main_area #content02 .item_introducing + .item_introducing {
    margin: 10% 0 0;
  }
  #main_area .index_lU ul li a span {
    font-size: 11px;
  }
  #main_area .index_lU ul li.flexBTN {
    font-size: 15px;
  }
  #main_area .index_lU ul li.womensbtn a ul.afterITEM li.ITEMindex::after,
  #main_area .index_lU  ul li.mensbtn a ul.afterITEM li.ITEMindex::after {
    width: 0.5em;
    height: 0.5em;
    border: 0.15em solid;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 122%;
    bottom: 40%;
    box-sizing: border-box;
  }
  #main_area .item_detail_text p {
    font-size: 20px;
  }
  #main_area #content02 .newitem_introducing .item_introducing {
    flex-direction: column;
    justify-content: flex-start;
  }
  #main_area #content02 .newitem_introducing .item_main {
    width: 100%;
  }
  #main_area #content02 .newitem_introducing .item_detail {
    width: 100%;
  }
  #main_area #content02 .newitem_introducing .item_detail h4 {
    text-align: center;
    width: 100%;
    margin: 15px auto;
  }
  #main_area #content02 .newitem_introducing .item_detail .szi {
    width: 100%;
    text-align: center;
  }
  #main_area #content02 .newitem_introducing .item_detail .gender_w,
  #main_area #content02 .newitem_introducing .item_detail .gender_m {
    width: 150px;
    margin: 15px auto 0;
  }
  #main_area #content02 .newitem_introducing .gray_b_area {
    width: 100%;
  }
  #main_area #content02 .item_introducing_wrap .item_introducing {
    width: 100%;
    flex-direction: column;
  }
  #main_area #content02 .item_introducing_wrap .item_main {
    width: 80%;
  }
  #main_area #content02 .item_introducing_wrap .item_detail {
    width: 100%;
  }
  #main_area #content02 .item_introducing_wrap .item_detail h4 {
    text-align: center;
    width: 100%;
    margin: 15px auto;
  }
  #main_area #content02 .item_introducing_wrap .item_detail .szi {
    width: 100%;
    text-align: center;
  }
  #main_area #content02 .item_introducing_wrap .item_detail .gender_w,
  #main_area #content02 .item_introducing_wrap .item_detail .gender_m {
    width: 150px;
    margin: 15px auto 0;
  }
  #main_area #content02 .item_introducing_wrap .gray_b_area {
    width: 100%;
  }
  /*----------リンク----------*/
  .link_area ul {
    justify-content: center;
  }
  .link_area ul li+li {
    margin-left: 30px;
  }
  .link_area ul li a,.link_area p a {
    padding: 15px 0;
    width: 300px;
  }
  /*---------------ページトップ---------------*/
  .pagetop {
    width: 40px;
    height: 40px;
  }
}	

@media (max-width: 979px) and (min-width: 768px) {
  
  .breadcrumb {
    width: 100%;
    padding: 20px 15px 10px;
    box-sizing: border-box;
  }
  .main #top_area {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  /*改行*/
  .sp_line {
    display: none;
  }
  /*----------------目次---------------*/
  #main_area.index_top ul {
    width: 750px;
  }
  .index_top ul li {
    width: 200px;
    font-size: 14px;
  }
  /*---------------リード文---------------*/
  .lead {
    width: calc(100% - 10px);
    margin: 30px auto 80px;
  }
  #top_area {
    width: 100%;
    margin: auto;
  }
  #main_area .index_top ul {
    width: 95%;
  }
  /*----------------コンテンツ---------------*/
  #main_area div[id^="content"] {
    width: 100%;
    padding: 80px 0 50px;
    margin: 80px auto 0;
  }
  #main_area div[id^="content"] > section {
    text-align: center;
    margin: 0 auto 0;
    width: 95%;
  }
  #main_area {
    margin: 100px auto 20px;
  }
  #main_area .news {
    width: 60%;
  }
  #main_area .index_top ul {
    width: 95%;
  }
  #main_area div[id^="content"] > section > p {
    width: 95%;
  }
  .holo {
    width: 95%;
  }
  #main_area .left_img {
    width: 95%;
  }
  #main_area .calm3 {
    width: 95%;
  }
  #main_area .left_img2 {
    width: 95%;
  }
  .item {
    width: 95%;
    display: inherit;
    justify-content: inherit;
  }
  .item2 {
    width: 95%;
  }
  .item .item_detail {
    width: 50%;
    margin: auto;
  }
  #main_area .index_maxwidth {
    display: block;
  }
  #main_area .index_lU {
    width: 100%;
  }
  #main_area #content02 .item_maxwidth {
    display: block;
  }
  #main_area .newitem_introducing {
    width: 100%;
  }
  #main_area #content02 .item_introducing {
    width: 100%;
  }
  #main_area #content02 .item_introducing_wrap {
    width: 100%;
  }
  #main_area #content02 .item_introducing + .item_introducing {
    margin: 10% 0 0;
  }
  #main_area .item_detail_text .leftBorder {
    margin: 0;
  }
  #main_area .newitem_introducing .item_detail_text {
    margin-top: 0;
  }
  #main_area .item_detail_text {
    margin-top: 100px;
  }
  #main_area .item_detail_text p {
    font-size: 20px;
  }
  #main_area .linenap_bunner {
    width: 80%;
    margin: 70px auto 0;
  }
  .foot_width table {
    width: 50%;
    font-size: 14px;
  }
  .foot_width table td {
    width: 65%;
  }
  #main_area .innerwidth1200 .btn_outlink li {
    width: 40%;
  }
  /*---------------ページトップ----------------*/
  .pagetop {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  
  .breadcrumb {
    width: 100%;
    padding: 20px 15px 10px;
    box-sizing: border-box;
  }
  .main > .contents_box{
    width: 100%;
  }
  /*改行設定*/
  .sp_line {
    display: block;
  }
  .pc_line {
    display: none;
  }
  .pc_only {
    display: none;
  }
  #top_area {
    width: 100%;
    margin: auto;
  }
  #main_area p {
    line-height: 1.8;
  }
  #main_area .lead_text p {
    width: 95%;
    margin: 20px auto 0;
    text-align: left;
  }
  /*--------------------news--------------------*/
  
  #main_area .news {
    width: 100%;
    margin: 60px auto;
    padding: 40px 10px;
  }
  #main_area .news p {
    text-align: left;
  }
  #main_area .newcolor_lineup {
    width: 100%;
    margin: 30px auto;
    justify-content: center;
  }
  #main_area .newcolor_shoesimg {
    width: 32%;
    margin-left: 2%;
  }
  #main_area .newcolor_shoesimg:nth-of-type(4n){
    margin-left: 0;
  }
  #main_area .newcolor_shoesimg:nth-of-type(n+4){
    margin-top: 2%;
  }
  #main_area p.backlink {
    margin-top: 30px;
    font-weight: bold;
    font-size: 15px;
  }
  #main_area .index_lU ul li.flexBTN {
    border: 2px solid #88a59e;
  }
  #main_area .index_lU ul li.mensbtn {
    border: 2px solid #5e8ea5!important;
  }
  #main_area .index_lU ul li.womensbtn {
    border: 2px solid #b5869b!important;
  }
  #main_area .index_lU ul.afterITEM li.ITEMindex {
    width: 35%;
  }
  #main_area .index_lU ul li a span {
    font-size: 10px;
  }
  #main_area .index_lU ul.afterITEM {
    font-size: 13px;
    width: 90%;
  }
  #main_area .index_lU ul li.womensbtn a ul.afterITEM li.ITEMindex::after,
  #main_area .index_lU ul li.mensbtn a ul.afterITEM li.ITEMindex::after {
    content: '';
    width: 0.55em;
    height: 0.55em;
    border: 0.15em solid;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 120%;
    bottom: 40%;
    box-sizing: border-box;
  }
  #main_area .index_lU ul.afterITEM li.ITEMindex::after {
    content: '';
    width: 0.55em;
    height: 0.55em;
    border: 0.15em solid #88a59e;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 175%;
    bottom: 40%;
    box-sizing: border-box;
  }
  /*---------------目次---------------*/
  #main_area .index_top ul {
    width: 95%;
    margin: 80px auto;
    display: inherit;
    justify-content: inherit;
    flex-wrap: inherit;
  }
  #main_area .index_top ul li {
    width: 100%;
  }
  #main_area .index_top ul li p {
    font-size: 16px;
    line-height: 0.8;
  }
  #main_area .index_top ul li .text_no {
    font-size: 18px;
  }
  #main_area .index_top ul li p .small_text {
    font-size: 10px;
  }
  #main_area .index_maxwidth {
    display: block;
  }
  #main_area .index_lU {
    width: 100%;
  }
  #main_area .index_lU + .index_lU{
    margin: 40px auto 0;
  }
  /*---------------コンテンツ---------------*/
  #main_area div[id^="content"] {
    transform: translateY(30px);
  }
  #main_area div[id^="content"] > section {
    text-align: center;
    margin: 0 auto 0;
    width: 90%;
  }
  #main_area div[id^="content"] section .calm2 {
    display: inherit;
    justify-content: inherit;
  }
  #main_area div[id^="content"] section .calm2 .calm2_inner {
    width: 100%;
    margin: 20px 0;
  }
  #main_area div[id^="content"] section h3 {
    display: block;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #main_area #content02 .item_maxwidth {
    display: block;
  }
  #main_area #content02 .newitem {
    margin: 0 -3%;
  }
  #main_area #content02 .newitem .item_maxwidth {
    background-color: #f2f2eb;
  }
  #main_area #content02 .item_detail_text + .item_maxwidth {
    background-color: transparent;
  }
  #main_area #content02 .item_detail_text {
    margin: 15% 4% 0;
  }
  #main_area #content02 .newitem_introducing .item_detail_text {
    margin: 0;
  }
  #main_area #content02 .item_introducing {
    display: inherit;
    justify-content: inherit;
    width: 100%;
  }
  #main_area #content02 .item_introducing_wrap {
    width: 100%;
    display: block;
  }
  #main_area .newitem_introducing:nth-of-type(n+3) {
    margin-top: 15%;
  }
  #main_area #content02 .item_introducing + .item_introducing {
    margin: 15% 0 0;
  }
  #main_area #content02 .item_main {
    width: 80%;
    margin: 0 auto 30px;
  }
  #main_area .newitem_introducing .sandalnewimg .item_main {
    width: 90%!important;
  }
  #main_area #content02 .item_detail {
    width: 100%;
    margin: auto;
  }
  .next-arrow {
    display: none;
  }
  .slide-arrow {
    display: none;
  }
  .coordinate_color .slide2 {
    width: 48%;
  }
  #main_area #content02 .item_main p {
    font-size: 20px;
    margin: 0 0 10px;
  }
  #main_area .item_detail_text .leftBorder {
    border-left: 3px solid #24423E;
    padding: 0 0 0 15px;
    margin: 0;
  }
  #main_area .item_detail_text .list li {
    padding-left: 20px;
    margin-top: 15px;
  }
  #main_area .newitem_introducing {
    width: 100%;
    padding: 5% 4%;
    display: block;
  }
  #main_area .newitem_introducing .item_detail_text .leftBorder {
    margin: 0;
  }
  #main_area .item_detail_text p {
    font-weight: bold;
    font-size: 22px;
  }
  #main_area .item_detail_text .subcopy {
    font-size: 3.9vw;
  }
  #main_area #content02 h4 {
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.2;
    padding: 2% 0 3% 4%;
  }
  #main_area #content02 h4 .font_l {
    font-weight: normal;
    font-size: 18px;
  }
  #main_area #content02 .item_color {
    width: 100%;
  }
  #main_area .item_detail_text p.normalTXT {
    margin: 30px auto 30px;
  }
  #main_area .item_detail_text p.itemNAME{
    font-size: 25px;
    margin: 0 0 10px;
    line-height: 1.3;
  }
  #main_area .linenap_bunner p.andmore {
    font-size: 22px;
  }
  .small_calm2 .calm2_inner {
    width: 48%;
    margin: 30px auto;
  }
  .coordinate_color .slide2:nth-of-type(n + 5) {
    margin: inherit;
  }
  .coordinate_color .slide2 {
    margin: 60px 0 0;
  }
  .coordinate_color .slide2:first-of-type {
    margin: 0;
  }
  .coordinate_color .slide2:nth-of-type(2) {
    margin: 0;
  }
  .socks_detail {
    display: inherit;
    justify-content: inherit;
  }
  .socks_inner {
    width: 60%;
    margin: auto;
  }
  .socks_inner {
    width: 60%;
    margin: auto;
  }
  #main_area #content03 .video_01,#main_area #content04 .video_01 {
    width: 100%;
  }
  #content05 .item_detail {
    width: 95%;
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  #content05 section {
    margin: 50px 0 0;
  }
  .calm3 {
    margin: 30px 0 0;
    justify-content: center;
  }
  #content05 .calm3_im:last-of-type {
    margin: 0;
  }
  #content05 .item_detail h4 {
    font-size: 24px;
    text-align: center;
    margin: 20px 0 20px;
  }
  #main_area #content06 section {
    width: 95%;
    margin: auto;
  }
  .balloon {
    margin: 70px 0 0;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
  }
  .b_inner {
    width: 95%;
    margin: auto;
  }
  .chatting {
    width: 100%;
  }
  .balloon_img {
    width: 95%;
    margin: 30px auto 0;
  }
  .balloon6 .says {
    width: 90%;
    padding: 15px 15px;
  }
  .balloon5 .says {
    width: 90%;
    padding: 15px 15px;
  }
  .balloon6 .faceicon figure {
    margin: 0 0 0 0;
    width: 90%;
  }
  .balloon5 .faceicon figure {
    margin: 0 10px 0 0;
    width: 90%;
  }
  #content07 section ul, 
  #content09 section ul {
    display: inherit;
    justify-content: inherit;
    margin: 50px auto 20px;
  }
  #content07 section ul li, 
  #content09 section ul li {
    width: 95%;
    margin: 50px auto 0;
  }
  #content09 section ul li:first-of-type, 
  #content07 section ul li:first-of-type {
    margin: 0 auto 0;
  }
  #main_area div[id^="content"] section h3 .h3_brack {
    font-size: 20px;
  }
  #main_area h4.shoes_genre {
    font-size: 18px!important;
  }
  #content11 .size_chart img  + .size_chart img {
    margin: 20px auto 0;
  }
  iframe {
    margin: 50px auto 0;
    width: 95%;
  }
  .slide3 {
    margin: 50px 0 0;
  }
  #main_area #content02 .onecolor {
    margin-right: 0;
  }
  #main_area #content02 .slide_im a {
    padding: 0 3px;
  }
  .no_slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #content10 .big_font {
    font-size: 20px;
  }
  #main_area #content01 section .calm2 .calm2_inner:first-of-type {
    margin: 50px 0 20px;
  }
  #content04 section:last-of-type {
    margin: 100px 0 10px;
  }
  #main_area  #content03 .gray_button {
    width: 100%;
  }
  #main_area #content03 .function_inner {
    display: inherit;
    justify-content: inherit;
  }
  .index_FUN {
    width: 90%;
    font-size: 14px;
  }
  #main_area #content03 .function_a {
    width: 100%;
    margin: 0 auto;
  }
  #main_area #content03 .img01 {
    width: 100%;
  }
  .m_d_inner2 {
    margin: 0 0 0;
  }
  .m_d_inner2 table {
    display: none;
  }
  .m_d_inner3 {
    width: 90%;
    margin: 30px auto 80px;
    display: flex;
    justify-content: space-between;
  }
  .m_d_inner3 table:first-of-type {
    text-align: center;
    margin: 0 0 0 0;
    width: 100%;
  }
  .m_d_inner3 table td {
    padding: 15px 5px 15px 10px;
  }
  .m_d_inner3 table tr:first-of-type th:first-of-type, 
    .m_d_inner3 table td:first-of-type {
    background: #24423E;
    vertical-align:middle;
    width: 32%;
    border-bottom: 1px dashed #fff;
    border-right:  1px solid #fff;
    color: #fff;
  }
  .m_d_inner3 table th:nth-of-type(n + 2), 
  .m_d_inner3 table td:nth-of-type(n + 2), 
  .m_d_inner3 table tr:nth-of-type(2) th {
    vertical-align:middle;
    background: #F1F1E9;
    width: 34%;
    padding: 5px 0;
    border-bottom: 1px dashed #fff;
    border-right:  1px solid #fff;
  }
  .m_d_inner3 table:nth-of-type(2) {
    text-align: center;
    margin: 0 0 0 0;
    width: 25%;
  }
  .m_d_inner3 table:nth-of-type(2) th {
    padding: 3.5px 0 ;
  }
  .m_d_inner3 table tr:first-of-type th:first-of-type,
  .m_d_inner3 table th:nth-of-type(n + 2), .m_d_inner3 table tr:nth-of-type(2) th, 
  .m_d_inner3 table tr:last-of-type td {
    border-bottom: 1px solid #fff;
  }
  #main_area p.foot_size {
    font-size: 20px;
    border-left: 4px solid;
    padding: 0px 12px;
    line-height: 1.5;
    margin: 10px auto;
    width: 90%;
  }
  .foot_width table {
    width: 90%;
    margin: 30px auto 0;
  }
  .balloon5, .balloon6, .balloon7, .balloon8 {
    width: 90%;
    margin: 40px auto;
  }
  .review {
    width: 100%;
  }
  .review_text p {
    text-align: left;
    font-size: 14px;
    padding: 0 5%;
  }
  .q_a {
    margin: 100px auto 0;
    width: 90%;
  }
  .balloon5 .says, .balloon7 .says, .balloon6 .says, .balloon8 .says{
    width: 84%;
  }
  .says p {
    text-align: left;
  }
  .campaign_inner {
    width: 95%;
    margin: 30px auto 0;
  }
  #main_area .linenap_bunner picture {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 95%;
  }

  #main_area #content02 .item_detail .gender_w {
    background: #daa5a5;
    width: 114px;
    padding: 5px auto;
    color: #ffffff;
    font-weight: bold;
    height: 21px;
    margin: 20px auto 0;
  }
  #main_area #content02 .item_detail .gender_m {
    background: #a5c7da;
    width: 114px;
    padding: 5px auto;
    color: #ffffff;
    font-weight: bold;
    height: 21px;
    margin: 20px auto 0;
  }
  #main_area #content02 .item_detail .gray_b_area {
    display: inherit;
    justify-content: inherit;
    margin: 50px auto 0;
    width: 100%;
    padding: 0 4%;
  }
  #main_area #content02 .newitem_introducing .gray_b_area {
    padding: 0;
  }
  #main_area .gray_button {
    width: 100%;
  }
  #main_area .gray_button + .gray_button {
    margin: 15px auto 0;
  }
  #main_area #content02 .item_detail h4 {
    font-size: 26px;
    text-align: center;
  }
  #main_area #content02 .item_detail h4 .j_name {
    font-size: 14px;
  }
  #main_area #content02 .item_detail .szi {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #main_area #content02 .item_detail .price {
    font-size: 13.5px;
  }
  #main_area #content03 .accordion {
    max-width: 100%;
  }
  #main_area #content04 .function_inner {
    display: inherit;
    justify-content: inherit;
  }
  #main_area #content04 .function_a {
    width: 100%;
    margin: 0 auto;
  }
  #main_area #content05 .function_a {
    width: 100%;
    margin: 0 auto;
  }
  #main_area #content05 .function_a {
    width: 100%;
    margin: 0 auto;
  }
  #main_area #content07 p {
    text-align: left;
  }
  #main_area #content07 .gray_b_area .gray_button {
    margin: auto;
    width: 48%;
  }
  #main_area #content07 .reviewboxwrap {
    flex-direction: column;
    margin-top: 50px;
  } 
  #main_area #content07 .reviewboxwrap .reviewbox {
    width: 100%;
    padding: 2%;
    margin-top: 20px;
  }
  #main_area #content07 #toggleBtn {
    text-align: center;
    margin-top: 40px;
    border: 2px solid #88a59e;
    border-radius: 50px;
    padding: 8px;
    color: #88a59e;
    font-weight: bold;
    font-size: 18px;
  }
  #main_area #content07 .gray_b_area {
    width: 100%;
    margin: 20px auto 0;
  }
  .doctor_detail {
    display: inherit;
    justify-content: inherit;
    align-items: center;
  }
  .doctor_detail .doctor_text {
    width: 100%;
    text-align: left;
    margin: 30px auto 0;
  }
  .doctor_detail .doctor_im {
    width: 40%;
    margin: auto;	
  }
  #main_area #content03 .function_a > p.LOWsentence {
    margin: 20px 0 70px;
  }
  #main_area .linenap_bunner {
    width: 100%;
    margin-top: 50px;
  }
  /*---------------リンクエリア---------------*/
  #main_area .innerwidth1200 {
    width: 95%;
  }
  #main_area .innerwidth1200 .shoppage {
    padding: 2rem 0;
    width: 100%;
  }
  #main_area .innerwidth1200 .shoppage .shopbtn p{
    font-size: 14px;
  }
  #main_area .innerwidth1200 .shoppage p {
    font-size: 12px;
  }
  #main_area .innerwidth1200 .shoppage .shopbtn {
    margin: 2rem auto;
    width: 95%;
    justify-content: space-between;
    display: block;
  }
  #main_area .innerwidth1200 .shoppage .shopbtn a {
    font-size: 1.5rem;
    width: 100%;
    height: 7.5rem;
  }
  #main_area .innerwidth1200 .shoppage .shopbtn a:nth-of-type(2) {
    margin: 1rem auto 0;
  }
  #main_area .innerwidth1200 .insta {
    width: 100%;
    margin: 5rem auto;
  }
  #main_area .innerwidth1200 .insta .ig_text strong {
    font-size: 2.2rem;
    margin: 0px 0 1rem;
  }
  #main_area .innerwidth1200 .insta .ig_icon {
    width: 25%;
  }
  #main_area .innerwidth1200 .insta .ig_text {
    width: 70%;
  }
  #main_area .innerwidth1200 .insta .ig_text p {
    font-size: 12px;
  }
  #main_area .innerwidth1200 .btn_outlink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  #main_area .innerwidth1200 .btn_outlink li{
    width: 90%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 15px auto 0
  }
  #main_area .innerwidth1200 .btn_outlink li:nth-of-type(1){
    margin: 0 auto;
  }
  /*----------------ページトップ-----------------*/
  .pagetop {
    bottom: 30px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
  .pagetop img {
    width: 35px;
  }
}