html {
  min-width: 300px;
}
body {
  font-size: 15px;
}  
html header #headerInner {
    width: 100% !important;
    height: 50px !important;
    margin: 0 !important;
    display: block !important;
}
html header #headerInner .logo {
      width: auto;
      height: 25px;
      padding-top: 10px;
      padding-left: 5px;
}
html header #headerInner ul {
  flex-wrap: wrap;
  padding: 0;
}
html header #headerInner ul li .button {
  font-size: 14px;
}
#headerInner ul li {
  margin-left: 0px;
  width: 50%;
}
.button {
  width: auto;
}
.mainInner {
  width: 90%;
}

.main-text {
  width: 100%;
}

.main-catch-copy {
  margin-top: 47px;
}

.catch-copy {
  font-size: 28px;
  line-height: 1.3;
}
.sub-copy {
  font-size: 14px;
}
/* 無限スライドショー */
.content {
  width: 360px;
  height: 208px;
}
.content img {
  width: 100%;
}
.wrap {
  height: 230px;
}
.section_title {
  font-size: 34px;
}
h3 {
  font-size: 20px;
}
html main .slider {
    width: 100% !important;
    height: auto !important; }
    html main .slider img {
      display: block; }
  html main .title img {
    margin-bottom: 0 !important; }
  html main .favorite {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 30px 30px;
    box-sizing: border-box; }
    html main .favorite:nth-child(odd) {
      background-color: #f0e6d8; }
  html main .favorite-image {
    width: 100% !important; }
  html main .favorite-text {
    padding: 0 !important;
    line-height: 2 !important;
    font-size: 12.8px;
    text-align: left; }
.align-center {
    width: 100% !important;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px; }
.align-center .line-height {
      padding-top: 30px !important;
      line-height: 2 !important;
      font-size: 12.8px;
      text-align: left; }
html main .item-list {
    width: 100% !important;
    display: block !important; }
html main .item-list .item {
      width: 100% !important;
      margin: 0;
      padding: 30px !important;
      box-sizing: border-box; }
html main .item-list .item:nth-child(odd) {
        background-color: #f2f2e9; }
html main .item-list .item .item-image {
  margin: 0 auto 12px auto;
  width: 100%;
}
html footer {
  height: 30px !important;
  font-size: 10px !important;
}
html footer p {
  padding-top: 8px !important;
}
html body main #page-top {        
  right: 50px;
}
.content_inner {
  width: 100%;
}
.works_sec {
    width: 90vw;
}
.works_link_address {
  margin-bottom: 30px;
  width: 100%;
  overflow-wrap: break-word;
}
.works_pc_comment {
  width: 100%;
}
.works_pc_comment_alignment {
  width: 100%;
}
.works_sp_list_alignment {
    width: 100%;
  }
.works_sp_list {
  width: 100%;
}
.works_ruby {
    font-size: 14px;
}
.works_title {
    font-size: 26px;
}
.works_sec {
  margin-top: 30px;
}
.main_image {
  display: none;
}
.main_image_sp {
  display: block;
    width: 100%;
    margin-top: 80px;
}
.title {
  text-align: center;
  margin: 0 0 70px 0;
}
.tabs {
  margin-top: 50px;
  padding: 0 0 40px 0 !important;
  width: 100%;
  margin: 0 auto;

}
.tab_content {
  width: 100%;
}
.tab_item {
  width: calc(56%/2);
  margin-right: 0;
  font-size: 14px;
}

.banner_container {
  width: 100% !important;
}
.sp_margin_left {
margin-left: 30px;
}

  .banner-image-area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px;
  }
  .banner-image-thumbnail {
    height: auto;
  }
  html main .banner-list .banner-image-area:nth-child(even) {
    background-color: #fff;
  }
  .button_flex {
    display: block;
}
a.back_button {
  width: 30%;
  margin-bottom: 10px;
}

.img_pc_view img {
  margin-top: 20px;
}
.dtp-image-area {
  width: 100%;
}
.dtp_container {
  padding-left: 0px;
}
.dtp-image-area {
  padding: 20px;
}
/*# sourceMappingURL=style.css.map */
#switch ~ label {
  padding: 12px 12px;
  width: 60px;
  height: 60px;
  background: #db6278;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
#switch ~ label span{
  display: block;
  width:22px;
  height:2px;
  top: 50%;
  left: 0;
  right: 0;
  margin:auto;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.2s transform;
  transition: 0.2s transform;
}
#switch ~ label span:before,
#switch ~ label span:after{
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width:22px;
  height:2px;
  left: 0;
  right: 0;
  margin: auto;
}
#switch ~ label span:before{
  top: -9px;
}
#switch ~ label span:after{
  top: 9px;
}
#switch:checked ~ label span{
  -webkit-transform:rotate(-45deg) ;
  transform:rotate(-45deg) ;
  }
  #switch:checked ~ label span:before{
  top:0;
  }
  #switch:checked ~ label span:after{
  -webkit-transform:rotate(270deg);
  transform:rotate(270deg);
  top:0;
  margin-top:0;
  }
  #switch:checked ~ #NavWrap { 
  display: block; 
  top: 0;
  }
#navwrap{
  padding-top: 0;
  position: fixed;
  top: -100%;
  left: 0;
  width: calc(100% - 60px);
  height: 100%;
  background: #db6278;
  transition: all 0.4s;
  padding: 60px;
  box-sizing: border-box;
}
#switch:checked ~ #navwrap { 
  display: block; 
  top: 0;
}
.header_menu{
  display: flex;
  flex-direction: column;
}
.header_menu li{
  margin: 0 auto 30px;
}
.header_menu li a{
  color: #fff;
}
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.sec-title {
  font-size: 20px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
}

.fix_menu {
  max-width: 100%;
}

.mainInner{
  max-width: 100%;
  margin: 0 auto;
  padding: 72px 0px 40px 0px;
}

.main-contents {
  margin-top: 50px;
  padding-bottom: 40px;
  padding-right:0px;
  padding-left: 0px;
  max-width: 100%;
  margin: 0 auto;
}