@charset "UTF-8";
/*
Theme Name:chikarapesha
Theme URL:https://chikarape-sha.com/wp-content/themes/chikarapesha/
Description :チカラペ舎のWordpressサイトです。
Author:株式会社アーグ 2025/07/07
Version: 1.0
*/

/*****************************************************
  全ての要素をリセット
  各ブラウザの表示を統一するための設定です
*****************************************************/
html{overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
table{ border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;text-align:left;font-weight:normal;}
img,abbr,acronym,fieldset{border:0;}
li{list-style-type:none;}
img{vertical-align:middle;}
.line{font-size:1px;line-height:1px;}/*--- default */
body{
  background:#FFF;
  color:#33002B;
  font-size:15px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /* letter-spacing: .025em; */
  line-height:1.8;
  text-align:center;
  position:relative;
  word-break:break-all;
  height: 100%;
}
td,th{
  font-size:15px;
}
table{
  border-collapse:collapse;
}
pre{
  font-size:15px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height:1.4;
}
input,select,textarea{
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
a {
  cursor: pointer;
  position: relative;
}
/* フォームパーツ初期化・共通 */
input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* 文字色を親から継承 */
  color: inherit;
}
label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}
/* スピンボタン非表示 chrome,safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  /*-webkit-appearance: none;
  margin: 0;*/
  display: none;
}
/* スピンボタン非表示(firefox) */
input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
  -moz-appearance: textfield;
}
input {
  /* 背景色(任意の色を指定) */
  background-color: #fff;
  /* inputの枠線を消す */
  border: 1px solid #000;
  transition: border 0.2s ease-out;
  /* 文字色を親から継承 */
  color: inherit;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}
/* inputにフォーカスが当たっている時 */
input:focus {
  border-bottom: 1px solid #519c44;
}

/* チェックボックス：デフォルトのinputを隠す */
textarea {
  resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
  /* display: none; */
  position: relative;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}
input[disabled="disabled"] {
  opacity: .3;
}
select::-ms-expand {
  display: none;
}
/*****************************************************
  基本設定、リンクカラーなど
*****************************************************/
#wrap{
  position:relative;
}
#wrap-ms{
  display: none; /* フェードイン処理を噛ませているため */
}
#wrap,#makebanner{
  width:100%;
}
.container{
  margin-left:auto;
  margin-right:auto;
  max-width:100%;
}
a:link,a:visited,a:active{
  color: #750069;
  text-decoration:none;
}
a:hover{
  text-decoration:none;
  opacity: .7;
}
.clear:after{
  visibility:hidden;
  display:block;
  font-size:0;
  content:" ";
  clear:both;
  height:0;
}
* html .clear            { zoom:1; } /* IE6 */
*:first-child+html .clear { zoom:1; } /* IE7 */

.btn:hover,#M_basketClosedBox a:hover,.icon-mypage a:hover,li.icon-logout a:hover,.soldout:not(:hover){
  filter:alpha(opacity=70);
    -moz-opacity:0.7;
  opacity:0.7;
  text-decoration:none;
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
  transition:0.2s ease-in-out;
  background:#000;
  color: #f5f5f5;
}
.btn{
  margin: 20px auto;
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #750069;
  border-radius: 20px;
}
.btn a {
  color: #fff;
  font-size: 14px;
  line-height: 0;
  padding: 20px;
  display: block;
  width: 240px;
}
/* Btn color */
.btn-gray{
  background: #888 !important;
}
/* Font family */
.ff_inter {
  font-family: 'Inter';
  font-weight: 200;
}
/* Font size */
.fs_9 {
  font-size: 9px !important;
}
.fs_10 {
  font-size: 10px !important;
}
.fs_11 {
  font-size: 11px !important;
}
.fs_12 {
  font-size: 12px !important;
}
.fs_14 {
  font-size: 14px !important;
}
.fs_16 {
  font-size: 16px !important;
}
.fs_18 {
  font-size: 18px !important;
}
/* Font color */
.fc_lgray {
  color: #888 !important;
}
/* Text align */
.txt_left {
  text-align: left !important;
}
.txt_center {
  text-align: center !important;
}
.txt_right {
  text-align: right !important;
}
.news-body .has-text-align-center,
.page .has-text-align-center {
   text-align: center;
}
.news-body .has-text-align-right,
.page .has-text-align-right {
   text-align: right;
}
/* Padding */
.pad0 {
  padding: 0 !important;
}
.padT0 {
  padding-top: 0 !important;
}
.padB0 {
  padding-bottom: 0 !important;
}
/* Margin */
.marAuto {
  margin: 0 auto !important;
}
.mar0 {
  margin: 0 !important;
}
/* Indent */
.indent1em {
  text-indent: -1em;
  padding-left: 1em;
}

/*****************************************************
  ヘッダ #header
*****************************************************/
#header {
  top: 0;
  /*top: -100px; 上に隠す高さ */
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;/* 他のアイテムに対して最上位のレイヤーになるように */
}

@media screen and ( max-width:1050px) {
  body, td, th {
    font-size:  calc(15px - 20%);
  }
}
@media screen and ( max-width:750px) {
  body, td, th {
    font-size:  2vw;
  }
  .btn {
    width: 100%;
    max-width: 240px;
  }
  .btn a {
    font-size: 1.866666666666667vw;
    max-width: 240px;
    width: 100%;
  }
}
@media screen and ( max-width:480px) {
  body, td, th {
    font-size: 3.125vw;
  }
  .btn {
    width: 100%;
    max-width: 50vw;
    margin: 4.166666666666667vw auto;
  }
  .btn a {
    font-size: 3.416666666666667vw;
    max-width: 50vw;
    padding: 4.666666666666667vw;
  }
}
@media screen and ( max-width:350px) {
}

