@charset "utf-8";
/* CSS Document */
/* 見出し1 */
h1 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #de0000;
  background: #fff;
}
h1:before, h1:after {
  position: absolute;
  content: '';
}
h1:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #de0000;
  border-radius: 50%;
  background: #fff;
}
h1:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
h1 i {
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
  font-size: 28pt;
  padding-top: 12px;
  color: #de0000;
}
h1 span {
  position: relative;
  z-index: 1;
  font-size: 26pt;
  font-weight: bold;
}
/* 見出し2 */
h2 {
  font-size: 22pt;
  text-align: center;
  font-weight: bold;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  line-height: 0.8em;
  padding-top: 25px;
  padding-bottom: 15px;
}
.sub {
  font-size: 12pt;
}
/* 見出し3 */
h3 {
  font-size: 18pt;
  font-weight: bold;
  border-bottom: solid 2px #000000;
}
h3:first-letter {
  font-size: 150%;
  color: #eb6100;
}
.cart h3 {
  margin-top: 50px;
  margin-bottom: 30px;
}
/* 見出し4 */
h4 {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  border: 3px solid #000;
  border-radius: 0 10px 10px 10px;
}
h4:before {
  font-size: 12px;
  font-size: 1rem;
  position: absolute;
  top: -24px;
  left: -3px;
  height: 24px;
  padding: 4px 1em 0px 1em;
  content: '仕様';
  color: #fff;
  background: #000;
  border-radius: 10px 10px 0 0;
}
/* 見出し5 */
h5 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}
/* 見出しカラー */
.color1 {
  background-color: #f2974b;
}
.color2 {
  background-color: #FFDC33;
}
.color3 {
  background-color: #8DC55B;
}
.color4 {
  background-color: #8EC8D6;
}
.color5 {
  background-color: #FFC8C3;
}
.color6 {
  background-color: #dccde4;
}
.color7 {
  background-color: #BBD9EC;
}
/* スペーサー */
.vspacer30 {
  height: 30px;
}
.vspacer50 {
  height: 50px;
}
.vspacer100 {
  height: 100px;
}
.top10 {
  margin-top: 10px;
}
.top20 {
  margin-top: 20px;
}
.top30 {
  margin-top: 30px;
}
.top40 {
  margin-top: 40px;
}
.top50 {
  margin-top: 50px;
}
.bottom10 {
  margin-bottom: 10px;
}
.bottom20 {
  margin-bottom: 20px;
}
.bottom30 {
  margin-bottom: 30px;
}
.bottom40 {
  margin-bottom: 40px;
}
.bottom50 {
  margin-bottom: 50px;
}
.pad10 {
  padding: 10px;
}
.pad20 {
  padding: 20px;
}
.pad30 {
  padding: 30px;
}
/* 横揃え */
.hcenter {
  text-align: center;
}
.hleft {
  text-align: left;
}
.hright {
  text-align: right;
}
/* イメージ */
img {
  max-width: 100%;
}
img.size80 {
  max-width: 80%;
}
img.size90 {
  max-width: 90%;
}
/* カラム */
.column {
  /* border: 1px solid #000000; */
  /* width: 1195px; */
  height: auto;
  display: inline-block;
}
.col {
  /* border: 1px solid #000000; */
  /* float: left; */
}
.information .col {
  float: left;
}
.col10 {
  /* border: 1px solid #000000; */
  width: 10%;
}
.col20 {
  /* border: 1px solid #000000; */
  width: 20%;
}
.col30 {
  /* border: 1px solid #000000; */
  width: 30%;
}
.col33 {
  /* border: 1px solid #000000; */
  width: 33%;
}
.col40 {
  /* border: 1px solid #000000; */
  width: 40%;
}
.col50 {
  /* border: 1px solid #000000; */
  width: 50%;
}
.col60 {
  /* border: 1px solid #000000; */
  width: 60%;
}
.col70 {
  /* border: 1px solid #000000; */
  width: 70%;
}
.col88 {
  /* border: 1px solid #000000; */
  width: 86%;
}
.col80 {
  /* border: 1px solid #000000; */
  width: 80%;
}
.col90 {
  /* border: 1px solid #000000; */
  width: 90%;
}
.col100 {
  /* border: 1px solid #000000; */
  width: 100%;
}
/* 行間 */
.lheight15 {
  line-height: 1.5em;
}
/* フォーム */
button, input, optgroup, select, textarea {
  appearance: auto;
}
/* ブレイク */
.clearbr {
  clear: both;
}
/* 水平線 */
hr {
  margin-top: 100px;
  margin-bottom: 100px;
}
/* メニュー */
.menu.current a {
  color: #FFFF00;
}
/* スライダー */
.carousel {
  width: 100%;
  opacity: 0;
}
/* 初期設定　カラム */
.columnbox {
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.colb {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 15px;
}
.cbox50 {
  width: 50%;
  float: left;
}
.cbox100 {
  width: 100%;
}
.col1 {
  width: 10%;
}
.col2 {
  width: 20%;
}
.col3 {
  width: 30%;
}
.col4 {
  width: 40%;
}
.col5 {
  width: 50%;
}
.col6 {
  width: 60%;
}
.col7 {
  width: 70%;
}
.col8 {
  width: 80%;
}
.col9 {
  width: 90%;
}
#box0 {
  width: 100%;
}
.box1out {
  margin: 0px auto;
  width: 100%;
  background-image: url("../images/bg_headerbar.png");
  background-repeat: repeat-x;
}
.box1in1 {
  display: table;
  width: 1195px;
  height: 45px;
  background-image: url("../images/bg_headerbar.png");
  background-repeat: repeat-x;
}
.box1in2 {
  margin: 0px auto;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.box2out {
  display: table;
  margin: 0px auto;
  width: 1195px;
  height: 105px;
}
.box2in {
  display: table-cell;
  vertical-align: middle;
}
.siteidbox {
  float: left;
}
.fa-magnifying-glass {
  margin: 5px;
}
.loginbox {
  float: right;
}
.box3out {
  margin: 0px auto;
  width: 100%;
  background-color: #de0000;
  text-align: center;
}
.box3in1 {
  display: table;
  width: 1195px;
  height: 45px;
  margin: 0px auto;
}
.box3in2 {
  margin: 0px auto;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}
.menu {
  display: block;
  float: left;
  margin-right: 30px;
}
.menu:nth-child(6) {
  float: right;
  margin-right: 0px;
}
a:not(.menu a, .tab a) {
  color: blue;
}
a:hover {
  text-decoration-line: underline;
}
/* コンテンツ */
#contents {
  width: 100%;
}
.contentsbox {
  width: 1195px;
  margin: 0px auto;
}
.middlebox {
  width: 100%;
  display: table;
}
/* 価格表 */
.pricetable {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.pricetable tr:nth-child(2n+1) {
  background: #e9faf9;
}
.pricetable th {
  padding: 10px;
  background: #778ca3;
  border-right: solid 1px #778ca3;
  color: #ffffff;
  text-align: center;
}
.pricetable th:first-child {
  background: #347B31;
}
.pricetable th:last-child {
  border-right: none;
}
.pricetable td {
  padding: 10px;
  border-right: solid 1px #778ca3;
}
.pricetable td:last-child {
  border-right: none;
}
.pricetable td:first-child {
  width: 10%;
}
.pricetable td:first-child::after {
  font-size: 9pt;
  content: "枚";
}
.pricetable td:nth-child(n+2) {
  width: 16%;
}
.pricetable td:nth-child(n+2)::after {
  font-size: 9pt;
  content: "円";
}
.pricetable a:hover {
  cursor: pointer;
}
.waku-color {
  display: block;
  float: left;
  width: 200px;
}
/* タブ */
* {
  box-sizing: border-box;
  padding: 0;
}
ul {
  list-style-type: none;
}
.tab-area {
  display: flex;
  border: 2px solid;
  cursor: pointer; /* カーソルポインターに */
}
.tab {
  width: 100%;
  padding: 5px;
  text-align: center;
}
.tab a {
  display: block;
}
.tab:nth-child(n+2) {
  border-left: 2px solid;
}
.tab.active {
  background-color: #000;
  color: #fff;
}
.panel {
  display: none;
  text-align: center;
}
.panel.active {
  display: block;
}
.panel-area img {
  height: 100px;
}
.panel .cap {
  font-size: 0.8em;
}
/* インラインフレーム */
iframe.information {
  width: 98%;
  height: 178px;
  margin-left: 2%;
}
/* フォーム */
.formbox {
  width: 100%;
  margin: 0px auto;
}
.cellth1 {
  background: #347B31;
  color: #ffffff;
  font-weight: bold;
  width: 13%;
}
select, input {
  background-color: #fff;
}
/* Tシャツプリント */
.priceimg {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.tshirts h2 {
  padding-top: 0px;
}
.tshirts table {
  width: 100%;
  clear: both;
  margin-top: 15px;
}
.tshirts table td {
  width: 50%;
}
.tshirts table td img {
  padding: 20px;
}
.kataban span {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16pt;
}
.kataban {
  font-size: 24pt;
  font-weight: bold;
}
.columnbox {
  display: flex;
}
.makerlogo {
  float: left;
  margin-right: 15px;
}
p.subtitle {
  float: left;
}
.makerlogo img {
  width: 100px;
}
.katabanicon {}
.tshirts form {
  font-family: Arial, sans-serif;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tshirts label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.tshirts input[type="number"], select {
  width: 100%;
  padding: 8px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.tshirts input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.tshirts input[type="submit"]:hover {
  background-color: #45a049;
}
/* マグカップ */
.mugprice {
  font-size: 20pt;
  font-weight: bold;
}
/* 利用規約・プライバシーポリシー・特定商取引法に基づく表記 */
.caution h1 {
  font-size: 24px;
  border-bottom: 2px solid #444;
  padding-bottom: 10px;
}
.caution h2 {
  margin-top: 20px;
}
.caution p {
  margin-bottom: 20px;
}
.caution ul {
  list-style: disc;
  margin-top: 5px;
  padding-left: 20px;
  margin-bottom: 50px;
}
.caution li {
  margin: 5px 0;
}
.caution address {
  font-style: normal;
  margin: 20px 0;
}
.caution strong {
  color: #666;
}
/* ログイン画面 */
.login h2 {
  text-align: center;
}
.login .login-container {
  max-width: 500px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.login label, .login input {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}
.login input {
  border: 1px solid #ccc;
}
.login button {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  text-align: center;
}
/* マイページ */
.mypage table, .cart table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
  white-space: nowrap;
}
.mypage th, .mypage td, .cart th, .cart td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.mypage th, .cart th {
  background-color: #f2f2f2;
}
.mypage tr:nth-child(even), .cart tr:nth-child(even) {
  background-color: #f6f6f6;
}
.cart td {
  white-space: nowrap;
}
/* 初めての方 */
.first p {
  line-height: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.flow ul li {
  line-height: 1.5em;
  list-style: disc;
  margin-left: 30px;
}
/* 会員登録 */
.registration .registration-form, .mypage .registration-form {
  width: 80%;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #ccc;
}
.registration label, .mypage label, .cart label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.mypage input[type="text"], .mypage input[type="email"], .mypage input[type="tel"], .registration input[type="text"], .registration input[type="email"], .registration input[type="tel"], .cart input[type="text"], .cart input[type="email"], .cart input[type="tel"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.registration .submit-btn, .mypage .submit-btn, .cart .submit-btn, .cart .back-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
}
.cart button.back-btn:not(.clear) {
  width: 48% !important;
  float: left;
  background-color: #FF5252 !important;
}
.cart button.submit-btn:not(.clear) {
  width: 48% !important;
  float: left;
  margin-left: 4%;
}
/* カート */
.order-steps {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.step {
  flex: 1;
  text-align: center;
  padding: 10px;
  position: relative;
}
.arrow {
  position: absolute;
  right: -10px;
  top: 25%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ccc;
}
.step:last-child .arrow {
  display: none;
}
.step.active {
  background-color: #fff100;
  font-weight: bold;
}
.step.active .arrow {
  border-left: 10px solid #fff100;
}
.ordertable th {
  text-align: center !important;
}
.cart form {
  width: 100%;
}
#shipping_form {
  display: none;
}
/* フッター */
.footerboxout {
  margin: 0px auto;
  width: 100%;
}
.footerboxin1 {
  display: table;
  width: 1195px;
  height: 100px;
  margin: 0px auto;
}
.footerboxin2 {
  margin: 0px auto;
  display: table-cell;
  vertical-align: middle;
}
.footerboxin2 img {
  float: left;
}
.footermenu {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  height: 48px;
}
.copyboxout {
  margin: 0px auto;
  width: 100%;
  padding-bottom: 20px;
}
.copyboxin1 {
  display: table;
  width: 1195px;
  margin: 0px auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .box1in1 {
    width: 100%;
  }
  .box2in {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box2out {
    width: 100%;
  }
  .box3in1 {
    width: 100%;
  }
  .box3in2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contentsbox {
    width: 100%;
  }
  .footerboxin1 {
    width: 100%;
  }
  .copyboxin1 {
    width: 100%;
  }
  .column {
    padding-left: 20px;
    padding-right: 20px;
  }
  h1, h3, footer {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .box1in1 {
    width: 100%;
  }
  .box2in {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box2out {
    width: 100%;
  }
  .box3in1 {
    width: 100%;
  }
  .box3in2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contentsbox {
    width: 100%;
  }
  .footerboxin1 {
    width: 100%;
  }
  .copyboxin1 {
    width: 100%;
  }
  .column {
    padding-left: 20px;
    padding-right: 20px;
  }
  h1, h3, footer {
    margin-left: 20px;
    margin-right: 20px;
  }
}