@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}

.all_wrapper,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */
.all_wrapper hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

.all_wrapper a:active,
.all_wrapper a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
  /* Chrome 41+ */
  -moz-appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.text_c {
  text-align: center;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .icon-hamburger hr {
    margin: 7px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
  color: black;
}



.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.md_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.min_wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
}

.inner p {
  font-size: 1rem;
  line-height: 1.2;
}

h3.title-default {
  padding: 20px 5px 3px 10px;
  font-size: 1.3rem;
  color: #071d49;
  border-top: solid 2px #071d49;
}

.school_shop_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.school_shop_guide {
  padding: 4%;
}

.school_shop_guide li {
  padding: 1%;
  width: 18%;
}

.school_shop_guide .img img {
  max-width: 170px;
  width: 100%;
  background-color: #acabab;
  padding: 2px;
}

.school_shop_guide .title_text {
  width: 65%;
  margin: 0 10px 0 0;
}

.school_shop_guide .text_img {
  width: 30%;
  margin: 50px 10px 0;
}

.school_shop_guide .text_img img {
  width: 100%;
}

.school_shop_guide li .txt p.font-small {
  font-size: 0.8rem;
}

.school_shop_guide li .athlete_name {
  margin-bottom: 5px;
  font-size: 1.2rem;
}


@media screen and (max-width: 768px) {
  .all_wrapper {
    margin: 0 5px;
  }

  .school_shop_guide li .txt p.font-small {
    font-size: 0.7rem;
  }

  .school_shop_guide li .athlete_name {
    font-size: 0.9rem;
    padding: 0 3px 5px;
  }

  .inner img {
    max-width: 100%;
    height: auto;
}

.school_shop_guide .title_text {
  width: 100%;
  margin: 0 auto;
}

.school_shop_guide .text_img {
  width: 100%;
  margin: 0 auto;
}


}


h2 {
  text-align: center;
  font-size: 1.3rem;
  margin: 30px;
}

span.marker {
  background: linear-gradient(transparent 60%, #0087ca6c 40%);
}


p.sub_ttl  {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 3px solid #0087ca6c;
  margin-bottom: 15px;
}

.outer-block .wrapper p {
  font-size: 12px;
  line-height: 1.6;
}

.img-area1, .img-area3, .img-area5 {
  display: flex;
  position: relative;
  margin: 150px auto;
  width: 80%;
}

.flex--reverse {
  flex-direction: row-reverse;
}


.img-area { 
  background-color: #fff;
  border: solid 1px #1f2020;
  border-radius: 30px;
  width: 60%;
  padding: 20px;
}

.img-area2, .img-area6 {
  position: absolute;
  border-radius: 30px;
  width: 20%;
  left:60%;
  bottom: -30px;
  z-index: -1;
}

.img-area4 {
  position: absolute;
  border-radius: 30px;
  width: 20%;
  right: 80%;
  bottom: -30px;
  z-index: -1;
} 

.img-area2 img, .img-area4 img, .img-area6 img {
  width: 300px;
}

.repost {
  position: absolute;
  top: 165px;
  right: 0px;
  width: 40%;
}

@media screen and (max-width: 768px) {

  .img-area1, .img-area3, .img-area5 {
    display: block;
    position: static;
    margin: 80px auto;
    width: 100%;
  }

  .flex--reverse {
    flex-direction: row;
  }

  .img-area { 
    background-color: #fff;
    border: solid 1px #1f2020;
    border-radius: 30px;
    width: 90%;
  }
  
  
  .img-area2, .img-area6 {
    position: static;
    border-radius: 30px;
    width: 100%;
  }
  
  .img-area4 {
    position: static;
    border-radius: 30px;
    width: 100%;
  } 

  .img-area2 img, .img-area4 img, .img-area6 img {
    width: 100%;
  }

  .school_shop_guide li {
    padding: 1%;
    width: 31%;
}

}

/*js*/

/*遅らせる*/

.timing01 {
  transition-delay: 1s;
}


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}


/*リスト*/

.accordion-003_area {
  margin-bottom: 70px;
}

.accordion-003 {
  width: 90%;
  margin: 15px auto;
}

.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 4em;
  color: #0e3057;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
}


  img.summary_img  {
    width: 70px;
  }

  .local_ttl {
 
    border-bottom: 2px solid #0085ca;

}



.accordion-003 summary::-webkit-details-marker {
  display: none;
}

.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #0e3057b3;
  border-right: 3px solid #0e3057b3;
  content: '';
  transition: transform .3s;
}

.accordion-003[open] summary::after {
  transform: rotate(225deg);
}

.accordion-003 summary:hover {
  opacity: 0.8;
  color: #0085ca;
}

.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 3px 3px ;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
  transform: none;
  opacity: 1;
}

  @media screen and (max-width: 768px) {

    .accordion-003 summary{
        padding: 0 1em;
    }

    .accordion-003 p {
      padding: 3px;
    }

}

  
/*--------------------------------------------------------------------*/


/*# sourceMappingURL=style.css.map */
