#goto_top {
    position: fixed;
    right: 7%;
    bottom: 7%;
    z-index: 70;
}

#goto_top a {
  /* width: 0px;
  border-color: black;
  border-style: solid;
  border-width: 20px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent; */
}

.right_up_border {
  background-image: linear-gradient(-45deg, /*角度*/
                   transparent 49%,
                   #e1e1e1 49%, /*斜線の色*/
                   #b1b1b1 51%, /*斜線の色*/
                   transparent 51%,
                   transparent);
}


.txtBox01 {
  margin: 0px auto;
}

.boxR .titleBox {
  font-size: 17px;
}


.boxR .cartBox02 {
  margin-bottom: 0px;
  /* border-bottom: 1px solid #ececec; */
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 20px;
}

.boxR .priceBox {
  font-size: 16px;
}

@media screen and (max-width:767px) {
  .boxR .cartBox02 {
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0px;
  }
}


/* .arrow_o {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
} */

.arrow_o {
  width: 0;
height: 0;
border-style: solid;
border-width: 0 12.5px 21.7px 12.5px;
border-color: transparent transparent #000000
}

.arrow_o:before {
  content: '';
  width: 25px;
  height: 25px;
  border: 0;
  /* border-top: solid 2px #333;
  border-right: solid 2px #333; */
  position: absolute;
  top: 50%;
  left: 0;
  /* margin-top: -4px;
  transform: rotate(-45deg); */
}
.arrow{
  width: 0px;
  border-color: black;
  border-style: solid;
  border-width: 20px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}

.topBott {
  width: 80px;
  height: 80px;
  border: 0;
  position: absolute;
  top: -30px;
  left: -65px;
}


/* TopInfoTxt */
.infotxtA {
  font-weight: bold;
  border-left: 3px solid black;
  padding-left: 0.6em;
  margin-bottom: 0.3em;
}

.infotxtB {
  padding-left: 0.9em;
  margin-bottom: 1em;
}

.logoBox {
  width: 100%;
  height: 280px;
  background-color: #ce002f;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  background-size: 100% 100%;
  /* border: 1px solid black; */
}

.logoBox .center_img {
  width: 70%;
  height: auto;
  text-align: center;
}



.timeBox {
  width: 890px;
  height: auto;
  margin: 0 auto;
}

.timeBox img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 12px;
}

@media screen and (max-width:767px) {
  .timeBox {
    height: auto;
    margin: 10px auto 0px;
    width: 100%;
    background: none;
  }
  .timeBox img {
    max-width: 100%;
    padding-top: 8px;
  }

  .logoBox {
    width: 100%;
    /* height: 4em; */
    height: 8em;
    background-color: #ce002f;
    /* margin: 20px 0; */
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    background-size: 100% 100%;
    /* border: 1px solid black; */
  }

  .logoBox .center_img {
    width: 82%;
    height: auto;
    margin: 7px 0 0 0;
  }

  .topBott {
    width: 60px;
    height: 60px;
    border: 0;
    position: absolute;
    top: -50px;
    left: -40px;
  }

}


.lineUp {
  width: 890px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 auto 60px;
}

.lineUpItem {
  display: flex;
  box-sizing: border-box;
  width: 25%;
  border: 1px solid #e5e5e5;
  padding: 0;
  cursor: pointer;
}

.lineUpItem img {
  width: 100%;
  height: auto;
  display: block;
}

.fBox {
  width: 100%;
  margin: 0 auto 120px;
  text-align: center;
  font-size: 0.8em;
}



.image {
  position: relative;
}

.image img {
  width: 100%;
}


.summary {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 100px 10px 0px;
  font-size: 1.1em;
  text-align: center;
}

.sumtxt {
  font-size: 12px;
  line-height: 1.47em;
  display: inline-block;
  padding-top: 1em;
}

@media screen and (max-width:767px) {
  .lineUp {
    width: 100%;
    margin: 0 auto 5px;
  }
  .lineUpItem {
    display: flex;
    width: 33.3333%;
  }
  .summary {
    padding: 10px 10px 0px;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.47em;
  }

  .sumtxt {
    font-size: 0.6em;
    line-height: 1.47em;
    display: inline-block;
    padding-top: 1em;
  }
}




@media screen and (min-width:768px) {
  .sptitle {
    display: none !important;
  }
  .hr-sp {
    display: none !important;
  }
}

.sptitle .titleBox{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 16px;
  font-weight: bold;
  /* letter-spacing: 0.1em; */
  font-family: arial, sans-serif;
}

.sptitle .priceBox {
  width: 100%;
  margin: 0;
  /* padding-bottom: 20px; */
  font-size: 14px;
}

@media screen and (max-width:767px) {
  .sptitle .priceBox {
    padding-bottom: 20px;
    font-size: 16px;
  }
  .sptitleB {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .orderitemLogo {
    width: 25%;
    text-align: left;
    margin-right: 10px;
  }
  .orderitemTitleBox {
    display: flex;
    flex-direction: column;
  }
  .sptitleB .titleBox{
    width: 100%;
    margin: 0 auto;
    padding-top: -10px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 16px;
    font-weight: bold;
    /* letter-spacing: 0.1em; */
    font-family: arial, sans-serif;
  }

  .sptitleB .priceBox {
    width: 100%;
    margin: 0;
    /* padding-bottom: 20px; */
    /* font-size: 14px; */
    font-size: 16px;
  }
}

/* swiper */
/* 全体のスタイル */
.swiper-wrapper {
	width: 100%;
	/* height: 250px; */
}
/* 全スライド共通スタイル */
.swiper-slide {
	/* color: #ffffff; */
	width: 100%;
	height: 100%;
	text-align: center;
	/* line-height: 250px; */
}

/* 全体のスタイル */
.swiper-pagination-bullet {
	width: 10px; /* 幅 */
	height: 10px; /* 高さ */
	background: #acacac; /* 色：緑 */
	opacity: 0.5; /* 半透明（デフォルトでは0.2） */
}
/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
	width: 10px; /* 幅 */
	height: 10px; /* 高さ */
	background: black; /* 色：黄色 */
	opacity: 1; /* 不透明 */
}

/* pagenation */
/* .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
 left:0px;
 right:auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
 right:0px;
 left:auto
} */

/* bullets */
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
 bottom:5px;
 left:0;
 width:100%
}

/*　arrow-botton */
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	width: 16px; /* ボタンの幅 */
	height: 46px; /* ボタンの高さ */
	background-size: 20px 20px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  top: 100%;
	margin-top: -43px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
  z-index: 50;
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(../swiper/arrow_next.png);
  cursor: pointer;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(../swiper/arrow_next.png);
	transform: scale(-1, 1); /* 左右反転 */
  cursor: pointer;
}

/*ここまで*/


/*table*/
.tab-content table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.tab-content table tr{
  border-bottom: solid 1px #eee;
}

.tab-content table th,table td{
  text-align: center;
  width: 25%;
  padding: 1px 0;
}

@media screen and (max-width:767px) {
  .tab-content table tr{
    border-bottom: solid 1px #dbdada;
  }
}



/************************************
form
*************************************/

/*
reset
***********************/

button,
option,
select,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
}

/* デフォルトのradio、checkboxは非表示 */

input[type=radio],
input[type=checkbox] {
    display: none;
}

/* for firefox */

select {
    text-indent: 0.01px;
    text-overflow: '';
}

/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */

select::-ms-expand {
    display: none;
}




.rdo {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: 11px;
  /* text-align: left; */
  margin-bottom: 10px;
}

.rdo .selectA {
  width: 20%;
  line-height: 1.2em;
  text-align: center;
  padding-top: 8px;
  margin-right: 6px;
}

.rdo .line {
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
}

.rdo .rdoline {
  display: inline-block;
  text-align: center;
  /* margin-right: 9px; */
  line-height: 1.2em;
  vertical-align: middle;
  font-size: 11px;
}

.rdo .selectB {
  width: 80%;
  text-align: left;
}

.rdo .selectC {
  width: 80%;
  text-align: left;
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.3rem 0.5rem;
    margin-right: 3px;
    border: 1px solid #e1e1e1;
    /* border-radius: 3px; */
    transition: all .2s;
    /* width: 17.5%; */
    width: 3.72em;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width:767px) {
  .cautBox {
    padding-bottom: 0px;
  }

  .rdo {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 10px;
  }

  .rdo .selectA {
    width: 20%;
    /* line-height: 1.2em; */
    text-align: center;
    padding-top: 7px;
    margin-right: 6px;
  }
  .rdo .rdoline {
    display: inline-block;
    text-align: center;
    margin-right: 0px;
    line-height: 1.2em;
    /* vertical-align: middle; */
    font-size: 11px;
    color: #333333;
  }
  .rdo .selectB {
    width: 80%;
    text-align: left;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .rdo .selectC {
    width: 60%;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .radio-inline__label {
      display: block;
      padding: 5px 10px;
      /* margin-right: 5px; */
      border: 1px solid #939393;
      /* border-radius: 3px; */
      transition: all .2s;
      width: 4em;
      text-align: center;
      cursor: pointer;
      color: #666666;
  }
  .rdoghost {
      display: block;
      padding: 5px 10px;
      border: none;
      transition: all .2s;
      width: 4em;
      text-align: center;
  }
}



.radio-inline__input:checked + .radio-inline__label {
    background: black;
    border: 1px solid black;
    color: white;
    /* text-shadow: 0 0 1px rgba(0,0,0,.7); */
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}


.set{
  display: flex;
  flex-direction: row;
}

.setB {
  width: 100%;
}



.form-select {
    display: block;
    position: relative;
    width: 20%;
    height: 44px;
    font-size: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    /* -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; */
    overflow: hidden;
    margin-right: 5px;
}

.form-select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    /* ここで下向き矢印指定　今回はCSSで */
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;/* クリック出来るよう */
}

.form-select select {
    width: 100%;
    height: 44px;
    font-size: 12px;
    font-size: 1rem;
    padding: 0 5px;
    border: none;
    position: relative;
}

/* ie9対策 */

.form-select select:not(:target) {
    width: 120% \9;
}

.bt {
  width: 80%;
}

.btB {
  width: 100%;
}

/* input[type="submit"]{
    background: #c30418;
    border: 1px solid #c30418;
} */

input[type="submit"]{
    background: black;
    border: 1px solid black;
}

.btn {
  width: 100%;
  height: 44px;
  line-height: 2.3em;
  background: #ff487a;
  color: white;
  font-size: 14px;
  padding: 6px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  flex: 1;
}

.btn:hover {
  background: gray;
  border: 1px solid gray;
}

.btnB {
  width: 100%;
  height: 44px;
  line-height: 2.3em;
  background: #c30418;
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  padding: 6px 0;
  text-align: center;
  position: relative;
  flex: 1;
}


/* .tab-content table, */
.tab-content th,
.tab-content td {
  border: none;
}

.tab-content th {
  font-size: 11px;
  font-weight: normal;
}



/* タブ  */

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.tab-wrap:after {
  content: '';
  width: 100%;
  /* height: 3px;
  background: DeepSkyBlue; */
  display: block;
  order: -1;
}

.tab-label {
  color: #666666;
  background: #c6c6c6;
  /* font-weight: bold; */
  font-size: 12px;
  /* text-shadow: 0 -1px 0 rgba(0,0,0,.2); */
  white-space: nowrap;
  text-align: center;
  padding: 5px 0px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  /* border-radius: 5px 5px 0 0; */
  flex: 1;
}
/* .tab-label:not(:last-of-type) {
  margin-right: 5px;
} */
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}



/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: black;
  color: white;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px 0px 0px;
  opacity: 1;
  transition: .5s opacity;
  font-size: 12px;
  /* box-shadow: 0 0 3px rgba(0,0,0,.2); */
}



/* .tab-content p {
  line-height: 1.47em;
  margin-bottom: 1em;
  letter-spacing: 1px;
}

.tab-content p.txt2 {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width:767px) {
  .tab-content p {
    line-height: 1.47em;
    margin-bottom: 1em;
    letter-spacing: 1px;
  }

  .tab-content p.txt2 {
    text-indent: -1em;
    padding-left: 1em;
  }
} */

p {
  /* line-height: 1.47em; */
  line-height: 1.68;
  margin-bottom: 1em;
  /* letter-spacing: 1px; */
  letter-spacing: 0.6px;
}

p.txt2 {
  text-indent: -1em;
  padding-left: 1em;
}

p.infotxt_M {
  line-height: 1.68;
  margin-bottom: 1em;
  letter-spacing: 0.6px;
  text-indent: -6em;
  padding-left: 6em;

}

@media screen and (max-width:767px) {
  .tab-wrap {
    /* background: #f0f0f0; */
    padding: 25px 2em 7em;
    margin-top: 0px;
    border-bottom: 1px solid #b1b1b1;
  }
  p {
    line-height: 1.47em;
    margin-bottom: 1em;
    letter-spacing: 1px;
  }

  p.txt2 {
    text-indent: -1em;
    padding-left: 1em;
  }

  p.infotxt_M {
    text-indent: -7em;
    padding-left: 7em;
  }
}


/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}



.hr-sp {
border: thin solid #cacaca;
margin-top: 15px;
}

.hr02 {
  width: 100%;
  margin: 10px 0 10px 0;
  border: thin solid #cacaca;
}

.dBox {
  width: 100%;
  font-size: 13px;
  color: red;
  margin: 10px auto 0;
  text-align: center;
}
