@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Bellota+Text:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bellota+Text:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
html {
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0 0 auto;
  padding: 0 auto;
  font-size: unquoted("clamp(1.5rem, 2vw + 1rem, 2.25rem)");
  line-height: 1.6;
  background-color: #FAFAFA;
  color: #525252;
  max-width: 1920px;
}

body {
  margin: 0;
  padding: 0;
  font-size: unquoted("clamp(1.5rem, 2vw + 1rem, 2.25rem)");
  line-height: 1.6;
}

* {
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: border-box;
}

/* フォント */
body, input, textarea, select {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}

h1, h2, h3, h4, h5, h6, .box_heading {
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraKakuProN-W3', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

address, article, aside, figcaption, figure, footer, header, main, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

a {
  outline: none;
  text-decoration: none;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.gray {
  color: #a1a1a1;
}

.font-ss {
  font-size: 0.8rem;
}

.font-s {
  font-size: 1rem;
}

.font-m {
  font-size: 1.8rem;
}

.font-l {
  font-size: 2.2rem;
}

.font-ll {
  font-size: 3.2rem;
}

.mincho {
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraKakuProN-W3', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.gothic {
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraKakuProN-W3', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.Bellota {
}

.button {
  display: inline-block;
  font-family: 'Bellota Text';
  font-weight: normal;
  letter-spacing: 0px;
}

.button.white a {
  color: #FFF;
  border: solid 1px #FFF;
}

.button.white a::after {
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
}

.button.white a:link,
.button.white a:visited,
.button.white a:active {
  color: #FFF;
}

.button.white a:hover {
  color: #99ffff;
}

.button a {
  border: solid 1px #525252;
  padding: 12px 55px;
  position: relative;
}

.button a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #525252;
  border-right: solid 1px #525252;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 10px;
}

.button a:link,
.button a:visited,
.button a:active {
  color: #000000;
}

.button a:hover {
  color: #3300cc;
}

.wallpaper {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../image/01.png");
  color: #FFFFFF;
}

.clear {
  display: block;
}

.clear::before, .clear::after {
  display: table;
  content: "";
}

.clear {
  clear: both;
}

.clear::after {
  clear: both;
}

.hoc {
  display: block;
  margin: 0 auto;
}

.wrapper {
  display: block;
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  word-wrap: break-word;
  background-color: #FFFFFF;
}

.box {
  display: block;
  padding: 40px 0;
}

.box_heading.underline {
  display: inline-block;
  position: relative;
  padding: 0 0 15px 0;
  font-size: 2.0rem;
}

.box_heading.underline::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #A032AB;
  content: "";
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

#header {
  text-align: center;
  background-color: #000000;
  height: 60px;
}

#header #logo h1 {
  margin: 0;
  padding: 5px;
  font-size: 1.7rem;
  font-family: "ヒラギノ明朝 ProN W3","Lora";
  font-weight: normal;
  letter-spacing: 1px;
}

#header #logo h1 a:link,
#header #logo h1 a:visited,
#header #logo h1 a:hover,
#header #logo h1 a:active {
  color: #FFFFFF;
}

#header .header-right {
  position: absolute;
  /* 絶対位置指定 */
  top: 12px;
  right: 5px;
}

#header .header-right .sns-navi {
  margin: 0 0 0 auto;
  padding: 0;
}

#header .header-right .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}

#header .header-right .sns-navi:last-child {
  margin-right: 0;
}

#header .header-right .tw-btn a i, #header .header-right .fa-btn a i, #header .header-right .insta-btn a i {
  font-size: 1em;
  color: #ffffff;
}

#header_image {
  display: inline-block;
  max-width: 1920px;
  margin: 0 auto;
}

#header_image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

nav {
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  background-color: #d9d9d9;
}

nav .top-navi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

nav .top-navi li {
  font-family: 'Bellota Text';
  letter-spacing: 0px;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}

nav .top-navi li a {
  color: inherit;
}

nav .top-navi li.active a, nav .top-navi li a:active {
  color: #0066ff;
}

nav .top-navi li a:hover {
  color: #3300cc;
}

#mainav li a {
  color: inherit;
}

#mainav .active a, #mainav a:hover {
  color: #B946AD;
  background-color: inherit;
}

#mainav li:hover > a {
  color: #B946AD;
  background-color: inherit;
}

#mainav li li a {
  color: #FFFFFF;
  background-color: rgba(185, 70, 173, 0.5);
  /* #B946AD */
  border-color: rgba(185, 70, 173, 0.5);
}

#mainav .active li a {
  color: #FFFFFF;
  background-color: rgba(185, 70, 173, 0.5);
  /* #B946AD */
  border-color: rgba(185, 70, 173, 0.5);
}

#mainav li li:hover > a, #mainav .active .active > a {
  color: #FFFFFF;
  background-color: #B946AD;
}

#mainav form select {
  color: #474747;
  background-color: #FFFFFF;
}

#footer {
  padding: 40px 0;
  background-color: #d9d9d9;
  text-align: center;
}

#footer #footer-logo {
  padding: 20px;
}

#footer #footer-logo h6 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-family: "ヒラギノ明朝 ProN W3","Lora";
  font-weight: normal;
  letter-spacing: 1px;
}

#footer #footer-logo h6 a:link,
#footer #footer-logo h6 a:visited,
#footer #footer-logo h6 a:hover,
#footer #footer-logo h6 a:active {
  color: #000000;
}

#footer .footer-navi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

#footer .footer-navi li {
  font-family: 'Bellota Text';
  font-weight: normal;
  letter-spacing: 0px;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}

#footer .footer-navi li a {
  color: inherit;
}

#footer .footer-navi li.active a, #footer .footer-navi li a:active {
  color: #0066ff;
}

#footer .footer-navi li a:hover {
  color: #3300cc;
}

#address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 15px;
}

#address p {
  text-align: left;
}

#copyright {
  padding: 20px 0;
  background-color: #000000;
  text-align: center;
}

#copyright * {
  margin: 0;
  padding: 0;
}

#copyright p {
  color: #FFFFFF;
}

#copyright a:link, #copyright a:visited, #copyright a:active {
  color: #FFFFFF;
}

#copyright a:hover {
  color: #d6edf8;
}

#policy {
  margin: 0 auto;
  max-width: 1140px;
}

#policy a {
  color: inherit;
}

#policy.active a, #policy a:active {
  color: #0066ff;
}

#policy a:hover {
  color: #3300cc;
}

#privacypolicy {
  margin: 0 auto;
  max-width: 1140px;
  text-align: left;
}

#privacypolicy h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

#privacypolicy ul {
  padding: 2rem;
}

.gridbox {
  display: -ms-grid;
  display: grid;
  width: min(100%, 1140px);
  -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 0px;
}

.gridbox.row7 {
  margin: 0 auto;
  width: min(70%, 1140px);
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: (1fr)[7];
      grid-template-rows: repeat(7, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0;
}

.par {
  height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.par.high {
  height: 650px;
}

.par.left {
  -ms-flex-pack: left;
      justify-content: left;
}

.par_label {
  font-size: 1.8rem;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
  vertical-align: middle;
}

.thum_a, .thum_b {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
}

.thum_a img, .thum_b img {
  display: block;
  margin: 0 auto;
}

.thum_a.flex, .thum_b.flex {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.thum_a.flex > div, .thum_b.flex > div {
  text-align: left;
}

.thum_b img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.thum_b .comment {
  width: 250px;
  line-break: auto;
}

.thum_b p {
  font-family: 'Bellota Text';
  font-weight: normal;
  letter-spacing: 0px;
}

.thum_a p {
  padding: 10px;
}

.thum_b p {
  padding: 10px;
}

.sectiontitle {
  display: block;
  max-width: 80%;
  margin: 0 auto 10px;
  text-align: center;
}

.sectiontitle h2 {
  font-family: 'Bellota Text';
  font-weight: normal;
  letter-spacing: 0px;
  font-size: 3rem;
}

.sectiontitle P {
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraKakuProN-W3', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: normal;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.sectiontitle * {
  margin: 0;
}

.sectiontitle .heading.underline::after {
  left: 50%;
  margin-left: -12%;
}

.sectionexplain {
  display: block;
  max-width: 80%;
  margin: 0 auto 60px;
  text-align: center;
}

.sectionexplain img {
  margin-top: 60px;
  -webkit-filter: drop-shadow(5px 5px 5px #aaa);
          filter: drop-shadow(5px 5px 5px #aaa);
}

.more {
  display: block;
  max-width: 80%;
  margin: 0 auto 80px;
  padding-top: 3.2rem;
  text-align: center;
  position: relative;
}

.more.under {
  position: absolute;
  bottom: 0;
}

.photoframe {
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin: 0 auto 50px;
  position: relative;
}

.photoframe .photo {
  width: 250px;
}

.photoframe .photo > img {
  box-shadow: #FFFFFF -10px -10px 0px -1px, #a1a1a1 -10px -10px;
}

.photoframe .details {
  width: 80%;
  padding-left: 30px;
}

.photoframe .details .name {
  position: absolute;
  display: inline-block;
  bottom: 0;
}

.photoframe .details > p {
  margin-bottom: 1.5rem;
}

.overview {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}

.overview > table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #dae0e0;
}

.overview > table th, .overview > table td {
  padding: 20px 20px;
  border-top: 1px solid #dae0e0;
  border-bottom: 1px solid #dae0e0;
  font-weight: normal;
  line-height: 1.6;
  color: #525252;
}

.overview > table th {
  width: 30%;
}

.overview > table > caption {
  line-height: 1.6;
}

.service {
  background-color: #333;
  color: #FFF;
  width: 100%;
}

.service > p {
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraKakuProN-W3', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.8rem;
  padding-bottom: 0;
}

.service > span {
  font-size: 1rem;
  padding-left: 10px;
}

.educate {
  display: block;
  margin: 7rem auto 0;
}

.ContactForm {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}

.ContactForm.boxline {
  border: 2px solid #545454;
  border-radius: 10px;
}

.Form-Item {
  padding: 24px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.Form-Item-Label {
  width: 100%;
  max-width: 250px;
  letter-spacing: 0.05em;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  border-radius: 3px;
  margin-left: 8px;
  padding: 2px;
  display: inline-block;
  text-align: center;
  background: #FF0000;
  color: #fff;
  font-size: 0.8rem;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Item-Select {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Item-confirm, .Form-Item-confirm-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding: 0.5em 1em;
  height: 48.8px;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Item-confirm-Textarea {
  height: auto;
}

.Form-Submit {
  font-family: 'Bellota Text';
  font-weight: normal;
  letter-spacing: 0px;
  position: relative;
  width: 280px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
}

.Form-Submit::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 10px;
  pointer-events: none;
}

.Form-Btn {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 10px;
  width: 280px;
  display: block;
  background: #545454;
  color: #fff;
}

.Form-Back-Btn {
  margin-left: auto;
  margin-right: 10px;
  padding-top: 12px;
  padding-left: 15px;
  padding-bottom: 10px;
  width: 300px;
  display: block;
  background: #545454;
  color: #fff;
}

.Form-Back-Btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: solid 1px #FFFFFF;
  border-left: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  left: 10px;
}

/* WORKS LIST THUMBNAIL */
.thumbbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  width: 100%;
  /*
    &::before{
        display: block;
        content:"";
        width: 23%;
        order:1;
    }
    &::after{
        display:block;
        content:"";
        width: 23%;
        max-width: 220px;
    }
    */
}

.thumb-item {
  display: block;
  margin: 1%;
  padding: 5px 10px;
  color: #fff;
  width: 220px;
  max-width: 220px;
}

.worklist img {
  box-shadow: #FFFFFF -10px -10px 0px -1px, #a1a1a1 -10px -10px;
}

.worklist p {
  width: 100%;
  color: #545454;
  font-size: 0.9rem;
  padding-top: 2px;
  text-align: center;
}

.worklist p.thumbcaption {
  font-size: 1.2rem;
  font-weight: bold;
}

/* - WORKS GRID Muuri- */
.works {
  position: relative;
  width: 970px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.works img {
  /*画像の横幅を100%にしてレスポンシブ化*/
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*vertical-align: bottom;*/
  /*画像の下にできる余白を削除*/
}

.WorkList_item {
  display: block;
  position: absolute;
  width: 155px;
  /*横並びで3つ表示*/
  height: 110px;
  margin: 5px;
  overflow: hidden;
  /*padding:0 5px 5px 5px;*/
  /*画像に余白をつける*/
  z-index: 1;
}

.WorkList_item.Lsize {
  width: 630px;
  height: 445px;
}

.WorkList_item.Msize {
  width: 470px;
  height: 330px;
}

.WorkList_item.Ssize {
  width: 310px;
  height: 217.5px;
}

.WorkList_item.muuri-item-dragging {
  z-index: 3;
}

.WorkList_item.muuri-item-releasing {
  z-index: 2;
}

.WorkList_item.muuri-item-hidden {
  z-index: 0;
}

.WorkList_item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}

.WorkList_items {
  width: 100%;
  height: 100%;
  display: table-cell;
}

.awake {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(450px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 25px;
  max-width: 1140px;
}

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 1rem auto;
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  border-radius: 5px;
  width: 100%;
}

.card .member-item {
  position: relative;
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  height: auto;
  min-width: 180px;
}

.card .member-photo {
  /*
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        transition: transform 0.2s;
        */
}

.card .member-photo > img {
  box-shadow: #FFFFFF -10px -10px 0px -1px, #a1a1a1 -10px -10px;
}

.card .member-description {
  left: 10px;
  padding: 0 1rem;
  background: #fff;
  position: relative;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  overflow: hidden;
}

.card .member-description ul {
  margin: auto;
  padding: 0;
  font-size: 0.8rem;
}

.d-none {
  display: none;
}

.grid {
  margin: 0 auto;
  display: block;
  max-width: 1140px;
  position: relative;
  /*並び替えの基準点を指定*/
}

.item {
  display: block;
  position: absolute;
  width: 33%;
  /*横並びで3つ表示*/
  padding: 0 10px 10px 10px;
  /*画像に余白をつける*/
  z-index: 1;
}

.item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 10px;
  pointer-events: none;
}

.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.grid img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

.cart {
  position: relative;
  margin: 0 0 0 auto;
  padding: 20px;
  text-align: right;
}

.cart .cart_cnt {
  position: absolute;
  top: 15px;
  right: 60px;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  border-radius: 50%;
  background-color: #FF0000;
  font-size: 0.8rem;
  color: #FFFFFF;
}

.item_cart_btn {
  padding: 1px 1rem;
  color: #fff;
  background-color: #0000dc;
  border: none;
  border-radius: 15px;
  outline: none;
}

.item_cart_btn_active {
  background-color: #545454 !important;
}

.item_buy {
  margin-top: 40px;
  padding: 20px;
  text-align: center;
}

.buy_btn {
  display: inline-block;
  background-color: #525252;
  line-height: 2.2rem;
  letter-spacing: 0px;
}

.buy_btn a {
  border: solid 1px #FFFFFF;
  padding: 12px 55px;
  position: relative;
}

.buy_btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 10px;
}

.buy_btn a:link,
.buy_btn a:visited,
.buy_btn a:active {
  color: #FFFFFF;
}

.buy_btn a:hover {
  color: #FE9900;
}

.cartitems {
  width: 80%;
  max-width: 960px;
  margin: 3rem auto;
  padding: 1rem 0;
  border: 2px solid #545454;
  border-radius: 10px;
}

.cartitems h2 {
  font-size: 2rem;
  text-align: center;
}

.cartitems .shopping_list {
  margin: 1rem 0;
  list-style: none;
}

.cartitems .shopping_list li {
  width: 96%;
  margin: auto;
  padding: 1rem 0;
  border-top: 2px solid #545454;
}

.cartitems .shopping_list li:last-of-type {
  border-bottom: 2px solid #545454;
}

.cartitems .shopping_list li h3 {
  font-size: 1.5rem;
}

.cartitems .shopping_list li .price {
  font-size: 1.5rem;
  text-align: right;
}

.cartitems .shopping_list li .price::before {
  content: '\00a5';
  font-size: 1.7rem;
}

.cartitems .total {
  width: 96%;
  margin: auto;
  font-size: 1.5rem;
  text-align: right;
}

.cartitems .total .yen_symbol {
  font-size: 1.7rem;
}

.cartitems .confirm_btn {
  display: block;
  margin: auto;
  padding: 4px 1.2rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #545454;
  border: none;
  border-radius: 20px;
  outline: none;
}

@media screen and (min-width: 1140px) {
  .hoc {
    max-width: 1140px;
  }
}

@media screen and (max-width: 960px) {
  .WorkList_item.Lsize, .WorkList_item.Msize, .WorkList_item.Ssize, .WorkList_item {
    width: calc(33.33% - 10px);
    height: calc(33.33vw - 10px);
  }
}

@media screen and (max-width: 940px) {
  .par_label {
    font-size: 1.2rem;
  }
  .wallpaper .gridbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: (minmax(100px, 1fr))[auto-fit];
        grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
  }
}

@media screen and (max-width: 800px) {
  .ContactForm {
    max-width: 50%;
  }
  .Form {
    margin-top: 40px;
  }
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Form-Item-Label {
    max-width: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 15px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -ms-flex: inherit;
        flex: inherit;
    font-size: 15px;
  }
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -ms-flex: inherit;
        flex: inherit;
    font-size: 15px;
  }
  .Form-Item-confirm {
    margin-left: 0;
    margin-top: 18px;
    -ms-flex: inherit;
        flex: inherit;
    font-size: 15px;
  }
  .Form-Submit {
    /*width:160px;*/
    width: auto;
  }
  .Form-Btn {
    /*margin-top: 24px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

@media screen and (max-width: 680px) {
  .par_label {
    font-size: 1.0rem;
  }
  .top-navi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ContactForm {
    max-width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .sp-none {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .nav-icon-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 666;
    background: #a1a1a1;
    box-shadow: 0 0 1px #333;
  }
  .nav-icon {
    position: relative;
    display: block;
    width: 1.7em;
    height: 1.7em;
  }
  .nav-icon::before {
    content: "";
    display: block;
    width: 60%;
    border-top: 1px solid #555;
    position: absolute;
    top: 30%;
    left: 20%;
    transition: .3s all;
  }
  .nav-icon::after {
    content: "";
    display: block;
    width: 60%;
    border-top: 1px solid #555;
    position: absolute;
    top: 30%;
    left: 20%;
    transition: .3s all;
    top: 70%;
  }
  nav {
    display: none;
    position: relative;
    top: 0;
    left: 100%;
    transition: all .4s;
    width: 100%;
    z-index: 660;
    height: 0;
  }
  .top-navi {
    margin: 0;
  }
  #hb-navi:checked ~ nav {
    display: block;
    left: 0;
  }
  #hb-navi:checked ~ .nav-icon-wrap > .nav-icon::before {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #hb-navi:checked ~ .nav-icon-wrap > .nav-icon::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .top-navi {
    -ms-flex-direction: column;
        flex-direction: column;
    background: #a1a1a1;
    padding: 1em;
  }
  .top-navi a {
    color: #f000;
  }
  .sns-navi {
    display: none;
  }
  .photoframe {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto 50px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
  }
  .photoframe .photo {
    margin-bottom: 3rem;
  }
  .photoframe .details {
    width: 100%;
    padding-left: 10px;
  }
  .Form {
    margin-top: 40px;
  }
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Form-Item-Label {
    max-width: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 15px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -ms-flex: inherit;
        flex: inherit;
    font-size: 15px;
  }
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -ms-flex: inherit;
        flex: inherit;
    font-size: 15px;
  }
  .Form-Submit {
    /*width:160px;*/
  }
  .Form-Btn {
    /*margin-top: 24px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
  .Form-Back-Btn {
    width: 200px;
  }
}
/*# sourceMappingURL=style.css.map */